/*
Theme Name: Transparency Greenland
Theme URI: http://transparency.gl/
Author: Stickleback
Author URI: http://stickleback.dk
Description: Custom WordPress theme for Transparency Greenland
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: transparencygreenland
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

transparencygreenland is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/
/*Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* =Colours
----------------------------------------------- */
.heading-font, .entry-content h2, .entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .page-title,
.entry-title, .summary-title a, .box-title, .widget-title, .widget-top-title,
.widget-mailchimp-title {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif; }

/* =Global
----------------------------------------------- */
body, button, input, select, textarea {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 300; }

/* Headings */
.entry-content h1 {
  clear: both;
  font-weight: 400;
  font-size: 1.4em;
  margin: 0 0 1em;
  line-height: 1.2em; }

.entry-content h2 {
  clear: both;
  font-weight: 700;
  font-size: 1.3em;
  margin: 2em 0 .5em;
  line-height: 1.2em; }

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: both;
  font-weight: 700;
  font-size: 1.1em; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.4em; }

/* Text elements */
p {
  margin-bottom: 1em; }

ul, ol {
  margin: 0 0 1em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1em; }

address {
  margin: 0 0 1em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1em;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }

button,
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-radius: 0; }

input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  border: none;
  background: #ffffff;
  color: #29ABE2;
  text-transform: uppercase;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: none;
  -webkit-appearance: caret;
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  border: none;
  -webkit-appearance: caret;
  border-radius: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: none; }

input[type="email"] {
  border: 1px solid #ccc;
  float: left;
  margin-right: .5em; }

.widget-mailchimp input[type="submit"],
.widget-mailchimp input[type="submit"]:hover,
.widget-mailchimp input[type="submit"]:focus,
.widget-mailchimp input[type="submit"]:active,
.widget-top input[type="submit"],
.widget-top input[type="submit"]:hover,
.widget-top input[type="submit"]:focus,
.widget-top input[type="submit"]:active {
  border: none;
  background: #ED1C24;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  padding: 4px;
  margin-bottom: .5em; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: #29ABE2; }

a:visited {
  color: #29ABE2; }

a:hover,
a:focus,
a:active {
  color: #ED1C24; }

.post-edit-link {
  text-decoration: none;
  font-weight: 700; }

.textlinks a,
.textlinks a:visited,
.textlinks a:hover,
.textlinks a:focus,
.textlinks a:active {
  color: #333333;
  text-decoration: none; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* =Header
----------------------------------------------- */
.site-header {
  background: rgba(41, 171, 226, 0.2); }

.header-content {
  position: relative;
  z-index: 2; }

.site-branding {
  background: #ffffff;
  border-radius: 0 0 .5em .5em;
  display: block;
  padding: 1em .5em .5em;
  box-shadow: 3px 3px 0 #29ABE2;
  max-width: 300px; }

.site-header .wrap:after {
  width: 100%;
  content: " ";
  border-bottom: 8px solid #29ABE2; }

.header_search {
  color: #29ABE2;
  background: #ffffff;
  border: 1px solid #29ABE2;
  max-width: 300px; }

/* =WPML
----------------------------------------------- */
.header-content #lang_sel_list a {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 1em;
  font-weight: 700;
  padding: 3px .7em;
  margin: 0 0 0 .2em;
  color: #29ABE2 !important;
  background: #ffffff !important;
  border: 1px solid #29ABE2 !important;
  z-index: -1;
  line-height: 1em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

.header-content #lang_sel_list a.lang_sel_sel,
.header-content #lang_sel_list a:hover {
  color: #ED1C24 !important; }

.header-content #lang_sel_list ul {
  border: none; }

/* =Menu
----------------------------------------------- */
.menu-toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  z-index: 10; }

.navigation-main.toggled .menu-toggle {
  display: none; }

.toggled .nav-menu {
  z-index: 1;
  display: block;
  background: transparent;
  margin: 0;
  padding: 1em 0;
  width: 100%; }

.toggled li {
  list-style: none;
  float: none;
  width: auto;
  text-align: center;
  z-index: 1;
  margin: 0 0 .5em;
  border-bottom: 1px solid #ffffff; }

.toggled a {
  display: block;
  padding: .2em .5em;
  margin: 0 0 .5em;
  text-transform: uppercase;
  text-decoration: none;
  border: none; }

.main-navigation a:hover,
.main-navigation a:active {
  font-weight: 300;
  text-decoration: none;
  color: #ED1C24; }

.main-navigation ul ul {
  display: block; }

.toggled li li {
  border-bottom: none; }

.main-navigation li ul a {
  text-transform: none; }

.main-navigation ul {
  display: none; }

/* =Slider
----------------------------------------------- */
.stickslider {
  position: relative;
  margin: 2em 0 0;
  border: 2px solid #29ABE2;
  padding: .5em; }

.flex-control-nav {
  display: none; }

.slider,
.slider-item {
  margin: 0;
  position: relative;
  line-height: 0; }

.slider-title {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  max-width: 75%; }

.slider-link a,
.slider-link a:visited {
  background: #ED1C24;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em; }

.slider-link a:hover {
  background: #29ABE2; }

.slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .1em;
  background: rgba(251, 251, 251, 0.6);
  height: 1.2em; }

.slider-text p {
  margin: 0;
  font-size: .75em;
  padding: .5em; }

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 2em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-title,
.entry-title {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #333333;
  margin: 0 0 .5em; }

.summary-title a {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #333333;
  margin: 0;
  text-decoration: none; }

.entry-meta {
  font-size: .8em;
  display: block;
  padding: .5em 0; }

.page-links {
  clear: both;
  margin: 0 0 2em; }

/* =Sidebar
----------------------------------------------- */
.box {
  border: 2px solid #29ABE2;
  padding: 1em 1em 2em;
  position: relative;
  margin: 0 0 .5em; }

.box-title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: .5em; }

.box-footer a {
  background: #ED1C24;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: .5em .5em .2em;
  line-height: 1em;
  position: absolute;
  right: -2px;
  bottom: -2px; }

.box-footer a:hover {
  background: #29ABE2; }

/* =Widgets
----------------------------------------------- */
.widget-top,
.widget-mailchimp {
  margin: -1px 0 1em;
  border: 1px solid #ED1C24;
  z-index: 1;
  max-width: 350px; }

.widget-top .textwidget,
.widget-mailchimp .textwidget {
  padding: 0 1em; }

.widget {
  margin: 0 0 2em; }

.widget-title {
  display: block;
  background: #29ABE2;
  color: #ffffff;
  padding: .5em 1em;
  margin: 0 0 .35em;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase; }

.widget-top-title,
.widget-mailchimp-title {
  display: block;
  background: #ED1C24;
  color: #ffffff;
  padding: .5em 1em;
  margin: 0 0 .35em;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase; }

.widget ul {
  margin: 0;
  list-style: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: .5em 0 1em; }

.site-main .gallery {
  margin-bottom: 2em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 2em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

/* --- Social Links Widget --- */
ul.sociallinks {
  display: inline-block;
  padding: 10px 0 0;
  overflow: hidden;
  text-align: center; }

.header-widget-area ul.sociallinks {
  padding: 15px 0 0; }

.header-widget-area .widget_waipoua_sociallinks h3.widget-title {
  display: none; }

ul.sociallinks li {
  float: left;
  margin: 0px 6px 6px 0;
  padding: 0 !important;
  list-style: none; }

.header-widget-area ul.sociallinks li {
  float: right;
  margin: 0px 0 8px 8px;
  list-style: none; }

ul.sociallinks li a {
  width: 37px;
  height: 37px;
  display: block;
  padding: 0;
  margin: 0;
  background-color: #909090;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px; }

ul.sociallinks li a:hover {
  background-color: #333 !important; }

ul.sociallinks li a.twitter {
  background: #00acee url(images/socialicons.png) 0 0 no-repeat; }

ul.sociallinks li a.facebook {
  background: #3b5998 url(images/socialicons.png) -37px 0 no-repeat; }

ul.sociallinks li a.googleplus {
  background: #B3B4AE url(images/socialicons.png) -74px 0 no-repeat; }

ul.sociallinks li a.flickr {
  background: #B3B4AE url(images/socialicons.png) -111px 0 no-repeat; }

ul.sociallinks li a.instagram {
  background: #B3B4AE url(images/socialicons.png) -148px 0 no-repeat; }

ul.sociallinks li a.picasa {
  background: #B3B4AE url(images/socialicons.png) -185px 0 no-repeat; }

ul.sociallinks li a.youtube {
  background: #B3B4AE url(images/socialicons.png) -259px 0 no-repeat; }

ul.sociallinks li a.vimeo {
  background: #B3B4AE url(images/socialicons.png) -296px 0 no-repeat; }

ul.sociallinks li a.pinterest {
  background: #B3B4AE url(images/socialicons.png) -407px 0 no-repeat; }

ul.sociallinks li a.soundcloud {
  background: #B3B4AE url(images/socialicons.png) -703px 0 no-repeat; }

ul.sociallinks li a.linkedin {
  background: #B3B4AE url(images/socialicons.png) -814px 0 no-repeat; }

ul.sociallinks li a.rss {
  background: #ee802f url(images/socialicons.png) -962px 0 no-repeat; }

ul.sociallinks li a.rsscomments {
  background: #ee802f url(images/socialicons.png) -999px 0 no-repeat; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/* =Footer
-------------------------------------------------------------- */
.site-info {
  text-align: center; }

.site-info p,
.site-info a,
.site-info a:visited {
  color: #ffffff; }

/* =Sticky footer
-------------------------------------------------------------- */
* {
  margin: 0; }

html, body, .site {
  height: 100%; }

.wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -6em; }

.wrapper:after {
  content: "";
  display: block; }

.wrapper:after {
  /* .push must be the same height as footer */
  height: 6em; }

.site-footer {
  clear: both;
  width: 100%;
  background: #29ABE2;
  height: 6em;
  padding: 2em 0; }

/* Fluid width Facebook like box CSS
Make the Facebook Like box responsive (fluid width)
This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe {
  width: 100% !important; }

.fb-like-box {
  box-shadow: 1px 0 0 #ccc;
  margin: 0 0 2em; }

/* =Responsiveness
-------------------------------------------------------------- */
@media screen and (max-width: 699px) {
  /* =Layout
  ----------------------------------------------- */
  .site-header {
    padding: 0;
    position: relative; }

  .site-header .wrap:after {
    border-bottom: none; }

  .header-content {
    position: relative; }

  .site-branding {
    margin: 23px 0 .5em .5em;
    width: 83%; }

  .site-content {
    padding: .5em; }

  .sociallinks {
    margin: 0 0 0 .5em; }

  .widget-social {
    width: 50%;
    float: left;
    display: none; }

  .menu-toggle {
    cursor: pointer;
    float: right;
    margin: 0 2% .3em;
    width: 18%;
    z-index: 10;
    text-align: right;
    vertical-align: top;
    padding: 0; }

  .top-navigation {
    display: none; }

  .stickslider {
    margin: 0 0 1em; }

  .slider-title {
    font-size: .8em;
    line-height: 1.4em;
    overflow: visible;
    max-width: 100%; }

  .slider-link a,
  .slider-link a:visited {
    padding: .2em;
    font-size: .6em;
    position: absolute;
    bottom: 0;
    right: 0; }

  .slider-text {
    display: none; }

  .header_search {
    float: right;
    width: 50%;
    overflow: hidden;
    display: none;
    margin: .5em 0;
    width: 220px;
    max-width: 100%; }

  .widget-area-2 {
    display: none; }

  .content-area,
  .widget-area-1,
  .site-footer {
    font-size: .8em; }

  /* =WPML
  ----------------------------------------------- */
  .header-content #lang_sel_list {
    height: 26px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #29ABE2; }

  .header-content #lang_sel_list ul {
    padding-top: .5em;
    padding-left: 1%;
    position: relative; }

  .header-content #lang_sel_list li {
    width: 25%;
    display: inline-block;
    border-right: 1px solid rgba(41, 171, 226, 0.2); }

  .header-content #lang_sel_list li:last-of-type {
    border-right: 0; }

  .header-content #lang_sel_list a {
    display: block;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 1em;
    font-weight: 700;
    padding: .4em .7em 0;
    margin: 0 0 0 .2em;
    color: #ffffff !important;
    background: #29ABE2 !important;
    border: none;
    z-index: -1;
    line-height: 1em;
    font-family: Helvetica, Arial, 'Open Sans Condensed', 'Yanone Kaffeesatz', sans-serif;
    text-align: center; }

  .header-content #lang_sel_list a.lang_sel_sel,
  .header-content #lang_sel_list a:hover {
    color: #ED1C24 !important;
    background: rgba(41, 171, 226, 0.2) !important; } }
@media screen and (min-width: 700px) {
  /* =Layout
  ----------------------------------------------- */
  .wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%; }

  /* Main Content Area including center column and left sidebar
--------------------------------------------------------------*/
  .content-area {
    float: left;
    width: 80%;
    padding: 1.5em 0; }

  .site-main {
    width: 67%;
    float: right;
    padding: 0 3em; }

  /* Left Widget Area */
  .site-content .widget-area-2 {
    float: left;
    overflow: hidden;
    width: 33%;
    margin-bottom: 3em; }

  /* Right Widget Area
  ---------------------*/
  .site-content .widget-area-1 {
    float: right;
    overflow: hidden;
    width: 20%;
    padding: 1.5em 0;
    margin-bottom: 3em; }

  /* =Header
  ----------------------------------------------- */
  .header-content {
    max-width: 1400px; }

  .site-branding {
    display: inline-block;
    float: left;
    width: 25%;
    margin-top: -3px;
    margin-bottom: 1em; }

  .widget-social {
    display: inline-block; }

  .header_search {
    position: absolute;
    bottom: -1px;
    left: 27%;
    max-width: 40%; }

  /* =WPML
  ----------------------------------------------- */
  .header-content #lang_sel_list {
    position: absolute;
    bottom: 7px;
    right: 0;
    height: 26px; }

  .wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {
    border-color: transparent; }

  .wpml-ls-statics-shortcode_actions {
    background-color: transparent; }

  /* =Content
  ----------------------------------------------- */
  .slider-title {
    font-size: 1.4em;
    line-height: 1.2em; }

  .slider-link a,
  .slider-link a:visited {
    padding: .5em .5em .2em;
    position: absolute;
    right: 0;
    top: 0; }

  .slider-text {
    padding: .5em; }

  /* =Menu
  ----------------------------------------------- */
  /* Small menu */
  .menu-toggle,
  .menu-toggle a {
    display: none; }

  .top-navigation {
    display: inline-block;
    float: right; }

  .top-navigation ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: inline-block;
    float: right; }

  .top-navigation li {
    position: relative;
    float: left;
    display: inline-block; }

  .top-navigation a {
    text-decoration: none;
    padding: .5em 1em .2em;
    margin-left: .2em;
    display: block;
    text-transform: uppercase;
    letter-spacing: .02em;
    background: #29ABE2;
    color: #ffffff; }

  .top-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 1.5em;
    z-index: 99999; }

  .mop-navigation ul li:hover > ul {
    display: block; }

  .top-navigation ul ul ul {
    left: 100%;
    top: 0; }

  .top-navigation a:hover {
    background: #ED1C24; }

  .top-navigation li.current-menu-item a,
  .top-navigation li.current_page_item a,
  .top-navigation li.current-post-ancestor a,
  .top-navigation li.current-menu-parent a {
    background: rgba(41, 171, 226, 0.2); }

  /* =Sidebar Menu
  ----------------------------------------------- */
  .main-navigation {
    clear: both;
    display: block;
    width: 100%;
    position: relative; }

  .widget_nav_menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
    display: block; }

  .widget_nav_menu li {
    position: relative; }

  .widget_nav_menu a {
    text-decoration: none;
    font-weight: 700;
    padding: .7em 1em;
    display: block;
    background: #29ABE2;
    color: #ffffff;
    margin-bottom: .2em;
    line-height: 1.2em; }

  .widget_nav_menu a:hover {
    background: #ED1C24; }

  .widget_nav_menu ul ul {
    display: none; }

  .widget_nav_menu ul li:hover > ul {
    display: block; }

  .widget_nav_menu li ul a {
    margin: 0 0 .2em 2em; }

  .widget_nav_menu ul li:hover > ul a {
    background: #29ABE2; }

  .widget_nav_menu ul li:hover > ul a:hover {
    background: #ED1C24; }

  .widget_nav_menu li.current-menu-item a,
  .widget_nav_menu li.current_page_item a,
  .widget_nav_menu li.current-post-ancestor a,
  .widget_nav_menu li.current-menu-parent a {
    background: rgba(41, 171, 226, 0.2); } }
@media screen and (min-width: 700px) and (max-width: 899px) {
  .site {
    font-size: .8em; }

  /* =Layout
  ----------------------------------------------- */
  .wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 .5em; }

  .header-content #lang_sel_list {
    right: .5em; }

  .widget_nav_menu a {
    padding: 1em .5em; }

  .slider-link a,
  .slider-link a:visited {
    position: absolute;
    right: 0;
    top: 0; }

  /* Main Content Area including center column and left sidebar
--------------------------------------------------------------*/
  .content-area {
    width: 100%;
    padding: .7em 0; }

  .site-main {
    width: 75%;
    float: right;
    padding: 0 2em; }

  /* Left Widget Area */
  .site-content .widget-area-2 {
    float: left;
    overflow: hidden;
    width: 25%;
    margin-bottom: 3em;
    font-size: .8em; }

  /* Right Widget Area
  ---------------------*/
  .site-content .widget-area-1 {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
