/*
Theme Name: Dkose
Theme URI:
Author: Alexandros Georgakakis-Giakoump
Author URI:
Description:
Version: 0.1.1
License:
License URI:
Tags:
Text Domain: txt_theme_dkose

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.
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 850px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

body {
  font-size: 1.2em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Cardo", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 10px #ccc;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 2.2rem; line-height: 1.35;  letter-spacing: -.1rem; font-family: 'Cardo', serif;}
h2 { font-size: 2rem; line-height: 1.25; letter-spacing: -.1rem; font-family: 'Cardo', serif;}
h3 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.1rem; font-family: 'Cardo', serif;}
h4 { font-size: 1.5rem; line-height: 1.6; letter-spacing: -.08rem; font-family: 'Cardo', serif;}
h5 { font-size: 1.4rem; line-height: 1.5;  letter-spacing: -.05rem; font-family: 'Cardo', serif;}
h6 { font-size: 1.25rem; line-height: 1.4;  letter-spacing: 0; font-family: 'Cardo', serif;}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.4rem; }
  h3 { font-size: 1.8rem; }
  h4 { font-size: 1.6rem; }
  h5 { font-size: 1.4rem; }
  h6 { font-size: 1.25rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #27ae60; }
a:hover {
  color: #2ecc71; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 48px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #27ae60;
  border-color: #2ecc71;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #209652;
  border-color: #2ecc71; }
img{max-width: 1260px; width: 100%; height: auto; display: block}

.top-container img {
    height: auto;
      display: block;
  font-size: 0;
  text-align: center;
  clear: both
}
.top-container .picture-credits {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  background: rgba(255,255,255,0.5);
  width: 100%;
  box-sizing: border-box;
}
.picture-credits, .wp-caption-text{
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 3rem;
  color: #000;
  padding: 0 0.2rem;
}
.gallery .wp-caption-text{
  margin-bottom: 0;
  position: relative;
  background:#fff;
}
figure.gallery-item {
    width: 100%;
    margin: 0;
}
#page-links {
    text-align: center;
    font-size: 2rem;
    font-family: 'Cardo', sans-serif;
        padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

#page-links a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    background: #27ae60;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px #333;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    text-shadow:0 1px 1px #000;
    transition: .2s background-color ease-in-out;
}
#page-links a:hover {
    background-color: #16e06b;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 48px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 1.2rem; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #23de72;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

/* Alex's Rules */
.wp-content ul, .wp-content ol {
  padding-left: 0rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 fieldset {
  margin-bottom: 0rem;
}

.wpcf7 textarea {
  height: 200px;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

form.is-poll {
  margin-bottom: 0;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
.hidden{
  display: none;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Hide header */

.article-info{
  font-weight: 300;
  font-family: sans-serif;
  margin: 0 auto;
}
.article-info h1{
  font-family: "Cardo", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.darken {
  display: none
}

.article-content{
  font-family: sans-serif;
  font-weight: 300;
}

  .container.main-container img.alignnone,
.container.main-container figure.gallery-item,
.container.main-container .resp-container{
	width: 100%
}
.fb-post.fb_iframe_widget {
    margin: 1rem auto 3rem;
    width: 100%;
    text-align: center;
}
.fb-post.fb_iframe_widget iframe {
    margin: auto;
    display: inline-block;
}
iframe.instagram-media {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*  Drawer  */

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/


.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 4.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: sans-serif;
  font-weight: 300;
  touch-action: pan-up;
  touch-action: pan-x;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;

}

.drawer-menu-item:hover {
  color: #999;
  background-color: transparent;
}

a.drawer-dropdown-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
}
/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: absolute;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  height: 38px;
  padding: 0;
  padding-top: 15px;
  padding-right: .75rem;
  padding-bottom: 20px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-navbar .drawer-brand{
  padding: 0 45px;
  visibility: hidden;
  width: 60px;
  height: 60px;
}

a.search_toggler {
  position: absolute;
  padding-top: 20px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 15px;
  z-index: 104;
  border: none;
  right: 0;
  top: 0;
  height: 38px;
  background: #fff;
}

.search-icon {
  background-size: contain;
  width: 38px;
  height: 38px;
  background-image: url(assets/images/search.svg);
  display: block;
}



/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.home ul.wpp-list {
    margin-left: 0;
}

@media (min-width: 64em) {

  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

.full-width-container {
  width: 100%;
  max-width: 1600px;
  clear: both;
  margin: 0 auto;
}



@media (min-width: 75em) {

  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 4.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

.nav-up header.drawer-navbar{
  top: -80px;
}
/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  transition: top .6s ease-in-out;
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 4.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 2.25rem;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.drawer-brand:hover {
  color: #000;
}
.drawer-brand:before{
  content: " ";
  display: block;
  float: left;
  width: 100%;
  height: 60px;
  background: url(assets/images/logo-dkose.svg) center center no-repeat;
  margin-right:10px;
  visibility: visible;
  background-size: contain;
}
a.drawer-brand span {
  display: block;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.7rem;
  text-align: center;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 4.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {

  .drawer-navbar {
    height: 4.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    max-width: 1920px;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 4.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }



  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 4.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
}

.menu-item-has-children .drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  text-align: left;
  color: #222;
  white-space: initial;
  border-bottom: 1px solid #ccc;
  transition: all 0.2s ease-in-out;
}

.drawer-dropdown-menu-item:hover {
  color: #555;
  background-color: #f0f0f0;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

/*!------------------------------------*\
    Totaly Custom
\*!------------------------------------*/

.more-info {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.more-info a {
  background: rgba(255,255,255,0.7);
  padding: 0 0.5rem;
  text-decoration: none;
  border-radius: 9px;
  color: #000;
  box-shadow: 0 1px 2px #999;
  -webkit-tap-highlight-color: transparent;
}

.more-info span.date {
  padding-right: 0.5rem;
}

.more-info a:hover {
  background: #f6f6f6;
}

#most-popular-title {
  color: #109037;
  padding: 0 1rem;
  border-bottom: double;
  margin-bottom: 1rem;
  font-weight: 300;
}

.most-popular {
  margin-bottom: 3rem;
}

body main .most-popular .wpp-list span {
  display: block;
  float: left;
}

body main .most-popular .wpp-list a {
  text-decoration: none;
  margin-bottom:0;
  color:#27ae60;
  display: inline;
}

body main .most-popular .wpp-list small a {
  color: #555;
}

.rail-article{
	  border-bottom: 1px solid #f0f0f0;
	  list-style-type: decimal;
}

.container.main-container ul.wpp-list,
.container.cat-container ul.wpp-list {
    margin-left: 0;
    margin-right:0
  }

.wpp-list li a {
    display: inline;
}

small.vinieta-cat, small.vinieta-cat-for-home-articles {
  display: block;

  font-family:sans-serif;
  font-weight:300;
  margin: 0.5rem 0 1rem;
}
small.vinieta-cat a{
	  color:#666;
}
small.vinieta-cat-for-home-articles {
  margin-left: 0;
}
h6.headline.already-read {
  text-decoration: line-through;
}

.container.main-container {
  width: 100%;
  padding: 0;
}

.container.main-container h1,
.container.main-container h2,
.container.main-container h3,
.container.main-container h4,
.container.main-container h5,
.container.main-container h6,
.container.main-container p,
.container.main-container ul,
.container.main-container ol,
.container.main-container .lead,
.container.main-container .social-and-print,
.container.main-container .panel.panel-primary,
.container.main-container .row.author-row.open-sesame,
.container.main-container section.up.most-popular
{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.container.main-container .disruptor-white{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
  .container.main-container .resp-container,
  .container.main-container  img.alignnone,
  .container.main-container  figure.gallery-item{
  	width: 100%
  }

.resp-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  margin-bottom: 3rem;
}

.resp-container iframe,
.resp-container object,
.resp-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel {
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  font-family: sans-serif;
  font-weight: 300;
  margin-bottom: 3rem;
}
h3.panel-title {
  margin: 0;
  font-family: 'Cardo', sans-serif;
}
.panel-primary {
  border-color: #ccc;
}

.panel-heading {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-primary>.panel-heading {
  color: #666;
  background-color: #fefefe;
  border-color: #ccc;
}
.list-group {
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

.panel-footer {
  padding: 1rem;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#author-toggler {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.row.author-row {
  font-family: sans-serif;
  font-weight: 300;
  display: none;
  position: relative;;
}
.row.author-row.open-sesame{
  display: block;
}

.author-details {
  margin-left: 80px;
  padding-left: 1rem;
}

.author-prof {
  color: #999;
  font-size: 0.9rem;
}
.author-container {
  padding-top: 1rem;
}
.author-container img, .author-image {
    max-width: 80px;
    display: block;
    float: left;
    border-radius: 50%;
}
.author-image img {
	border-radius: 50%;
}

a.follow-author {
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.9rem;
  border-radius: 20px;
  color:  #109037;
  border: 1px solid #109037;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a.follow-author:hover {
  background: #109037;
  color: #fff;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  top: -12px;
  left: 75px;
  display: none;
}

.author-name {
  display: none;

}
.if-selected {
  float: none;
  margin-left: -94px;
  clear: both;
}
.if-selected ul {font-size: 0.9rem;margin: 0;margin-left: 0.2rem;font-family: 'Cardo', sans-serif;list-style: none;}

.if-selected ul li {
  margin: 0.3rem 0;
  border-bottom: 1px solid #f0f0f0;

}

.if-selected ul li a {
  text-decoration: none;
  display: inline-block;
}

.if-selected ul li a:hover {
  text-decoration: underline;
}

.author-top-stories {
  border-bottom: 1px solid #f0f0f0;
  color: #109037;
}
.social-and-print{
  display: none;
}
.social-and-print a, .social-fixed-mobile a {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 1rem;
  background-size: contain;
}
.social-fixed-mobile a {
  margin: 0.5rem 0;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
}

.social-and-print a.facebook-icon, .social-fixed-mobile a.facebook-icon{background-image: url('assets/images/share/facebook.svg');}
.social-and-print a.twitter-icon, .social-fixed-mobile a.twitter-icon{ background-image: url('assets/images/share/twitter.svg');}
.social-and-print a.linkedin-icon, .social-fixed-mobile a.linkedin-icon{background-image: url('assets/images/share/linkedin.svg');}
.social-and-print a.email-icon, .social-fixed-mobile a.email-icon{background-image: url('assets/images/share/mail.svg');}
.social-and-print a.print-icon{background-image: url('assets/images/share/printer.svg');}


.social-and-print ul, .social-fixed-mobile ul {
  list-style: none;
}
.social-fixed-mobile ul {
  display: table;
  width: 100%;
}
.social-fixed-mobile ul li {
  display: table-cell;
  border-right:1px solid #cdcdcd;
}
.social-fixed-mobile ul li:last-child {
    border-right: 1px solid #f0f0f0;
}

.social-and-print ul li {
  display: inline-block;
}
.social-fixed-mobile {
  display: block;
  width: 100%;
  height: 48px;
  position: fixed;
  background: #f0f0f0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 1px #ccc;
  z-index: 2;
}
.article-title-fixed{
  display: none;
}

.lead{color: #999;
  margin-bottom: 3rem;
  font-size:1rem;}

.nav-up .article-helper, .nav-down .article-helper {
  bottom: 0;
  position: fixed;
  height: 48px;
  width: 100%;
  background: #f0f0f0;
  padding-top: 4px;
  opacity: 1;
  transition: opcity .4s ease-in-out;
}

.wp-content {
    margin-bottom: 3rem;
}


.wp-content p:first-child:first-letter {
  font-size: 4rem;
  float: left;
  line-height: 0.75;
  margin-top: 7px;
  margin-left: 6px;
  padding: 0 0.8rem 0 0;
  font-family: 'Cardo', sans-serif
}




.container.main-container .disruptor-white {
  margin: 2rem auto;
}
.section-headline {
  display: block;
  margin: 1rem 0;
}

.disruptor-content {
  padding-bottom: 1rem;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.disruptor-content a.button.button-primary {
  width: 100%;
  text-transform: none;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 48px;
  height: 48px;
}

.author-toggle::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background: url(assets/images/plus.svg) #fff;
  margin-left: 0.5rem;
  position: absolute;
  right: -39px;
  top: 0;
  border-radius: 50%;
  border: 1px solid;
}
.author-toggle.opened::after {
  background: url(assets/images/minus.svg) #fff;
}
.row.full-width-container.related-area{
  background: #fefefe;
  padding:1rem 1rem 48px 1rem;
  box-sizing: border-box;

}
.row.full-width-container.home-area{
  background: #fefefe;
  padding:1rem 1rem 48px 1rem;
  box-sizing: border-box;

}
.related-area a{
	text-decoration: none;
}

.related-area .card-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: 60px;
}

section.row.full-width-container.home-area .row a {
  text-decoration: none;
}
section.row.full-width-container.home-area .row a:hover {
  text-decoration: underline;
}
section.row.full-width-container.home-area .row h6 {
  margin-bottom: 0.5rem;
}
.text-wrapper-home-articles {
  margin: 1rem 0;
  padding-bottom:1rem;
  border-bottom: 1px solid #ccc
}
.more-from-cat-header, .more-from-home-header {
  margin:1rem;
  border-bottom: 1px solid #ccc;
}

.card-description {
  font-size: 0.9rem;
  color: #666;
}

h6.card-title {
  margin-bottom: 0.5rem;
}

.card-vinieta {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #999;
}
.card{
  margin-bottom: 1rem;
}
.with-same-cat-articles{
  margin-bottom: 3rem;
  padding: 0 1rem;
}

a.link-to-page {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow-x: hidden;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
}


.article-tags {
  text-decoration: none;
  margin: 20px 0;
  padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
      background: #f0f0f0;
        box-shadow: 0 0 5px #cdcdcd inset;
          white-space: nowrap;
            overflow-x: auto;
              padding: 0.5rem;
}


.article-tags a {
  display: inline-block;
  margin: 0 0.2rem 0;
}
.article-tags a:link, .article-tags a:visited {
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 300;
  background: #27ae60;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
}
.article-tags a:hover {
  background: #209652;
}

.wp-content table {
    max-width: 100%;
    position: relative;
    display: block;
    overflow-x: scroll;
    height: auto !important;
    white-space: nowrap;
}



.global-footer {
  color: #fff;
  clear: both;
}
.global-footer .footer-main {
  background-color: #1e824c;
}
.global-footer .main-inner {
  background-color: #1E824C;
  overflow: hidden;
  padding: 1rem;
  margin:0 auto;
}
.global-footer .main-section {
  overflow: hidden;
  max-width: 1600px;
  margin: 40px auto 0;
}
.global-footer .subscribe {
  float: left;
  display: block;
  width: 100%;
  background-color: #26A65B;
  box-sizing: border-box;
  padding: 2rem;
  margin-bottom: 3rem;
}
.global-footer .social-links, .global-footer .utility-links {
  font-family: sans-serif;
  font-weight: 100;
  list-style: none;
  max-width: 50%;
}

.global-footer .social-links a:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.5rem;
  background-size:contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.global-footer .social-links a.facebook-icon:before{background-image: url('assets/images/follow/facebook.svg');}
.global-footer .social-links a.twitter-icon:before{ background-image: url('assets/images/follow/twitter.svg');}
.global-footer .social-links a.linkedin-icon:before{background-image: url('assets/images/follow/linkedin.svg');}
.global-footer .social-links a.youtube-icon:before{background-image: url('assets/images/follow/youtube.svg');}
.global-footer .social-links a.rss-icon:before{background-image: url('assets/images/follow/rss.svg');}

.footer-section {
  background: #166339;
  padding: 1rem 1rem 48px 1rem;
  text-align: center;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 1rem;
}
.form-content .btn-submit {
  font-family: sans-serif;
  background-color: #1e824c;
  font-size: 0.75rem;
  min-height: 41px;
  font-weight: 700;
  color: #fff;
  border: 0;
  width: auto;
  cursor: pointer;
  padding: 0 1rem;
  transition: background-color 120ms linear;
  text-transform: uppercase;
  border-radius: 1px;
}
#subscribeForm {
  margin-bottom: 0;
  height: 41px;
  font-family: sans-serif;
  font-weight: 100;
}
#signupemail {
  border-radius: 0;
  background: #166339;
  font-weight: 300;
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border-right: 1px solid #1e824c;
}
.subscribe .two-thirds.column{
  max-width: 60%;
}
.subscribe .one-third.column {
  margin: 0;
  max-width: 40%;
}
.subscribe p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #ddd;
}
.global-footer span.title {
  font-size: 1.25rem;
}

.global-footer .main-inner a{
  text-decoration: none;
  color: #fff;
  line-height: 1;
  display: block;
}
.global-footer .main-inner a:hover{
  text-decoration: underline;
}
.global-footer .social-links li, .global-footer .utility-links li {
  margin-bottom: 1.75rem;
}

.logo-for-modal {
  width: 120px;
  height: 120px;
  margin: 1.75rem auto;
  background: url(assets/images/logo-dkose.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.logo-for-modal.small-logo{
  width: 80px;
  height: 80px;
  margin: 0.75rem auto;
}
#searchterm, #searchtermpage {
  width: 100%;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

#searchsubmit, #searchpage {
  width: 48px;
}
.search-icon-container:after {
	pointer-events: none;
  display: block;
  content: "";
  background: url(assets/images/search_w.svg);
  background-size: contain;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  margin-top: 8px;
  left: 0;
  margin-left: 8px;
}

.search-form {
  margin: 0;
}
.search-field-container {
  width: 100%;
  display: table-cell;
  margin: 0;
  vertical-align: text-bottom;
  box-sizing: border-box;
}

.search-icon-container {
  width: 48px;
  display: table-cell;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}

.article-info .author::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background: url(assets/images/plus.svg) #fff;
  margin-left: 0.5rem;
  position: absolute;
  right: -39px;
  top: 0;
  border-radius: 50%;
  border: 1px solid;
}

.article-info .author.opened::after {
  background: url(assets/images/minus.svg) #fff;
}

.remodal.register-notifications{

  font-family: sans-serif;
  font-weight: 300;

}

.register-notifications label {
  font-weight: 300;
  font-size: 1rem;
  text-align: left;
  line-height: 1;
  margin-bottom: -12px;
  position: relative;
  display: inline;
  margin-left: 5px;
  padding: 5px;
  float: left;
  background: #fff;
}

.register-notifications .button-primary {
  width: 100%;
}




/* Category Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */



.cat-container .row .six.columns, .more-articles-container .row .six.columns{
  width: 48%;
  position: relative;
  margin-left: 2%;
}

.cat-container .row, .more-articles-container .row {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
  display: block;
}
.cat-container .search-form-page {
  width: 95%;
  margin: 0 auto;
  border-bottom: none;
  margin-bottom: 10px;
}
.search-page .search_toggler{
  display: none;
}
.cat-container a.row:hover {
  background: #f9f9f9;
}
.cat-container .base-row{
  border:none;
  margin-bottom: 3rem;
}

.cat-article-title{
  padding: 0 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #555;
}
.kentriko-thema {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.home-article-title {
  padding: 0 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
.home-small-desc {
  font-size: 1rem;
  color: #999;
}
.cat-date-vinieta, .home-date-vinieta {
  font-size: 0.8rem;
  padding-left: 0.5rem;
  color: #999;
}
.cat-small-desc{
  display: none;
}
.category-page h1 {
  border-bottom: double #000;
}
.category-page #most-popular-title {
  padding-top: 1rem;
}
.category-page .most-popular,
.search-page .most-popular,
.tags-page .most-popular,
.author-page .most-popular{
  display: none;
}

.cat-vinieta{
  display: none;
}

.cat-icon-definitions{
  position: absolute;
  right: 0;
  bottom: 0;
}

.cat-article-has-gallery, .cat-article-has-video {

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
  padding: 5px;
  float: left;

}

.cat-article-has-gallery:before, .cat-article-has-video:before {
  right: 0;
  z-index: 1;
  bottom: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #333;
  background-size: contain;
  background-position: center;
}
.cat-article-has-gallery:before {
  background-image: url(assets/images/photo-camera.svg);
}
.cat-article-has-video:before {
  background-image: url(assets/images/play-button.svg);
}

.alm-btn-wrap button.alm-load-more-btn,
.load-more-loader {
  width: 100px;
  height: 100px;
  background: url(assets/images/ring.svg);
  background-color: transparent !important;
  text-indent: -99999px;
  margin: 3rem auto 0;
  /*1E824c - Color of the ring @ generated at*/
}


.alm-btn-wrap button.alm-load-more-btn.done,
button.alm-load-more-btn.loading:before {
  display: none !important;
}

/* Home Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.home .row.main-container {
  font-family: sans-serif;
  font-weight: 300;
  letter-spacing: -0.015rem;
  margin-bottom: 3rem;
}
.cardo{
  font-family: "Cardo", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.home main a{
  text-decoration: none; color: #222;
  text-decoration: none;
  position: relative;
  display: block;}
.home main a:hover{color:#1E824C;}
.home-container{
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}
.home-header{
  font-family: sans-serif;
  font-weight: 300;
  border-bottom: 4px solid #1b3a1d;
  margin-bottom: 0.5rem;
}
.logo-for-home {
  width: 120px;
  height: 120px;
  margin: 1rem auto;
  background: url(assets/images/logo-dkose.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.home-date {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: -0.08rem;
  display: inline-block;
}
.left-for-home, .right-for-home {width: 100%; float: left;box-sizing: border-box;}


.protoselido {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.home-picture-credits{
  font-size: 0.8rem;
  font-weight: 300;
  color: #888;
  padding: 0 0.2rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
h3.protoselido-title {
  margin-bottom: 1rem;
}
.protoselido-vinieta {
  font-weight: 700;
  font-size: 0.8rem;
  color: #555;
  display: inline-block;
  padding: 0 1rem;
  border-radius: 1px;
  border-bottom: double;
}
.protoselido-desc {
  color: #555;
  font-size: 0.9rem;
}
.protoselido-extra-info {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.5rem;
}

ul.protoselido-related{
  font-size: 0.85rem;
  font-weight: 700;
  list-style: none;
  margin-bottom: 0;
}
ul.protoselido-related li {
  margin: 0.5rem 0 0.5rem 1rem;
  list-style-type: disc;
  text-align: left;
}
ul.protoselido-related li a {
  color: #1E824C;
}
ul.protoselido-related li a:hover {
  text-decoration: underline;
}

.left-sidebar-article-desc {
  font-size: 0.9rem;
}
.left-sidebar-article:first-child img {
    display: none;
}
.left-sidebar-article {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  overflow:auto;
}

.left-sidebar-article-vinieta {
  font-weight: 700;
  font-size: 0.8rem;
  color: #999;
  border-left: 4px solid;
  padding-left: 0.5rem;
}

h3.left-sidebar-article-title {
  line-height: 1.25;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}


.left-sidebar-article-image {
  float: right;
  width: 40%;
  max-width: 150px;
  margin: 0.5rem 0 0.5rem 0.5rem;
}


.left-sidebar-article-desc {
  font-size: 0.9rem;
}
.left-for-home .left-sidebar-article:last-child {
  border-bottom: none;
}
ul.related-left-sidebar-article {
  font-size: 0.85rem;
  font-weight: 700;
  list-style: none;
  margin-bottom: 0;
}


ul.related-left-sidebar-article li {
  margin: 0.5rem 0 0.5rem 1rem;
  list-style-type: disc;
}
ul.related-left-sidebar-article li a{
  color: #1E824C;
}
ul.related-left-sidebar-article li a:hover{
  text-decoration: underline;
}
.single-sidebar-article {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.single-sidebar-article-vinieta {
  font-weight: 700;
  font-size: 0.8rem;
  color: #999;
  border-left: 4px solid;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}

h3.single-sidebar-article-title {
  line-height: 1.25;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}


.single-sidebar-article-image {
  float: right;
  width: 40%;
  margin: 0.5rem 0 0.5rem 0.5rem;
}

.home-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  margin-bottom: 1rem;
  transition: all .5s ease-in-out;
}

.home-video-container iframe,
.home-video-container object,
.home-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secondary-video-item, .secondary-study-item  {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.secondary-video-item {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.more-videos-container .secondary-video-item:last-child {
  border-bottom: none;
}

a.more-videos-list {
  padding: 1rem;
  background: #f0f0f0;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1rem;
  color: #111;
  box-shadow: 0 1px 1px #ccc;
}
a.more-videos-list {
  background: #e0e0e0;
}

.secondary-video-item:hover {
  color: #1E824C;
}
.secondary-video-item .four.columns, .secondary-study-item .four.columns{
  width: 30.6666666667%;
}
.secondary-video-item .eight.columns, .secondary-study-item .eight.columns {
  width: 65.3333333333%;
  margin-left: 4%;
}
a.row.secondary-study-item:hover {
  background: #f6f6f6;
  color: #000;
}
.video-article-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.025rem;
  margin-bottom: 0.5rem;
}
.study-article-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.025rem;
  margin-bottom: 0.5rem;
  max-height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.play-video, .download-pdf {
  font-size: 0.75rem;
  font-weight: 700;
}
.play-video span, .download-pdf span {
  color: #999;
}
.play-video:before, .download-pdf:before{
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url(assets/images/play-button_bl.svg) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}
.download-pdf:before{
  background: url(assets/images/pdf-file.svg) no-repeat center center;

}
.subscribe-box {
  width: 100%;
  background: #f0f0f0;
  clear: both;
  margin-bottom: 3rem;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}

.subscribe-vinieta {
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  border-bottom: double #666;

}
.subscribe-box .button-primary {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.opinion-title {
  margin-left: 80px;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.opinion-author {
  margin-left: 80px;
  padding-left: 1rem;
  color: #999;
  font-size: 1rem;

}
.row.opinions-row.row-1 .two.columns, .row.opinions-row.row-2 .two.columns {
  visibility: hidden;
}
.opinion-item {
  min-height: 130px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

}

.more-at-home .ten.columns .row:last-child {
  border-bottom: none;
}

.more-articles-image{
  position: relative;
}
.studies {
  padding: 1rem;
  background: #f0f0f0;
  border-bottom: 4px solid #ccc;
  margin-bottom: 3rem;
}
.secondary-study-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 4px;
}
.study-vinieta{
  color: #1b3a1d;
  border-color:#1b3a1d;
}
.hunting-publications {
  width: 100%;
  clear: both;
  background: #f0f0f0;
}
.home-publication-sections {

  padding: 3rem 0.5rem;
  box-sizing: border-box;
  display: none;
}
.hp-content-container {
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
  box-shadow: 0 1px 1px #ccc;
}
.hp-vinieta {
  font-family: sans-serif;
  margin-bottom: 0.5rem;
}
.hp-top-title {
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.hp-content-container {
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
  box-shadow: 0 1px 1px #ccc;
  overflow: auto;
}

.hp-content-container a {
  text-decoration: none;
  color: #555;
}

.hp-content-container a:hover {
  text-decoration: underline;
}
.if-sticky{
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  overflow:hidden;
}
.author-page {
  width: 95%;
  margin: 0 auto;
}
.author-page .author-name{
  display: block;
}

.static-content{
  font-family: sans-serif;
  font-weight: 300;
}

.static-content h1{
  padding-left: 2%;
}

.cc-floating .cc-message {
  font-family: sans-serif;
  font-weight: 300;
}

.related-below-article ul {
  list-style: none;
}
.related-below-article a {
  display: block;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
/* Additional hover effects for highlights */

a.drawer-brand:hover:before {
  background-color: #f6f6f6;
  border-radius: 50%;
}



/* Slider Area Most css above this line
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* Slider */
.slick-loading .slick-list
{
  background: #fff url('assets/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;

}

.slick-next
{
  background: url(assets/images/right-arrow.svg);
  background-size: contain;
}
.slick-prev{
  background: url(assets/images/left-arrow.svg);
  background-size: contain;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
  opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: 0;
  z-index: 1;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  /* content: '←';*/
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: 0px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  /*content: '→';*/
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}


/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  min-height: 100%;
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}
.remodal h6{
  margin-bottom: 0.75rem;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: sans-serif;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
  font-weight: 100;
  color: #000;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Stick VIdeo with orientation Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (orientation:portrait) {
  .stick-video{
    position: fixed;
    left: 0;
    top: 75px;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    transition: top .4s ease-in-out;


  }
  .nav-up .stick-video{
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;

  }
  .pin-to-top-container{
    padding: 5px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .pin-to-top{
    background-size: contain;
    width: 28px;
    height: 28px;
    background: url(assets/images/push-pin.svg);
    display: block;
    margin: 0 auto;

  }
}




/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

}
@media (max-width: 850px) {
  .hunting-publisher:first-child, .hunting-publisher:nth-child(3) {
    margin-left: 0;
    clear: both ;
  }
}

@media (min-width: 650px) {

  .hunting-publisher{
    width: 48%;
    margin-left: 4%;
    box-sizing: border-box;
    margin-bottom: 3rem;
  }

  .slick-prev, .slick-next {
    width: 60px;
    height: 60px;
  }

  .article-content{
    font-weight: 300;
  }

  .drawer-navbar .drawer-brand{
    padding-left: 45px;
    visibility: visible;
    width: 475px;
  }
  .drawer-brand:before{
    width: 60px
  }
  .article-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 1rem;
    color: #fff;
    z-index: 1;
    max-width: 1000px;
  }
  .out-of-photo .article-info{
    position: relative;
    color: #000;
  }
  .no-photo .article-info.container {
    width: 95%;
  }

  .out-of-photo .darken, .no-photo .darken{
    display: none;
  }

  .top-container h1{
    /* text-shadow: 0 2px 1px #111;*/
    padding-left: 0;
    font-family: 'Cardo',sans-serif
  }
  .darken {
    display: block;
    top: auto;
    bottom: 0;
    position: absolute;
    height: calc(125% + 45px);
    min-height: calc(100% + 100px);
    max-width: 1260px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#75000000', GradientType=0 );
    background: linear-gradient(to bottom,transparent 0,rgba(0, 0, 0, 0.15) 50%,rgba(0, 0, 0, 0.5) 100%);
  }
  .if-selected {
    margin-left: auto;
    clear: inherit;
  }
  .author-name {
    display: inline-block;
    margin-right: 0.5rem;
  }

  .if-selected ul li {
    border-bottom: none;

  }
  .arrow-up {
    display: block;
  }

  .row.full-width-container.related-area{
    padding:1rem 2rem;
  }
  .more-from-cat-header {
    margin: 3rem 1rem;
  }
  .text-wrapper-home-articles {
    border-bottom: none;
    padding: 0 1rem;
  }
  .cat-article-title{
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .home-article-title {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .cat-small-desc, .home-small-desc {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    padding-left: 0.5rem;
    color: #999;
    display: block;
  }
  .cat-vinieta{
    display: inline;
  }
  .opinions-row .five.columns {
    width: 48%;
  }

  .opinions-row .two.columns {
    width: 100%;
  }

  .opinions-row .five.columns:nth-child(2) {
    margin-left: 0;
  }
  .home-publication-sections {
    display: block;
  }
  a.drawer-brand:hover:before {
    background-color: transparent;
    border-radius: 50%;
  }
  a.drawer-brand:hover{
    color:#1b3a1d;
  }
}

@media (max-width: 768px) {
  .hunting-publisher:nth-child(3) {
    clear: both;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .pin-to-top-container{
    display: none;
  }
  .left-for-home {width: 30.6666666667%;float: left;}

  .right-for-home {
    margin-left: 4%;
    width: 65.3333333333%;
    float: right;
  }
  .container.main-container .disruptor-white {
    max-width: 300px;
    float: left;
    margin: 0rem 4rem 2rem 1rem;

  }

  .form-content .btn-submit{
    font-size: 1rem;
  }
  .nav-up header.drawer-navbar{
    top: 0px;
  }
  .social-and-print a {
    margin-left: 1.75rem;
  }
  .social-and-print{
    display: block;
  }
  .social-fixed-mobile{
    display: none;
  }
  .social-fixed-mobile.fixed-desktop{
    display: block;
    top: 76px;
    box-shadow: 0 1px 1px #ccc;
    max-width: 1920px;
    margin: 0 auto;
  }
  .social-fixed-mobile.fixed-desktop ul{
    width: 30%;
    float:right;
  }
  .article-title-fixed{
    display: inline-block;
    padding-left: 1rem;
    line-height: 48px;
    overflow: hidden;
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;

  }


}
@media (min-width: 850px){
  .hunting-publisher:nth-child(3) {
    margin-left: 4%;
  }
    .article-tags{
    white-space: initial;
    box-shadow: none;
    background: #fff;
  }
  .article-tags a{
    margin: 0 0.2rem 0.9rem;
  }

}

/* Larger than desktop */
@media (min-width: 1024px) {

  .container.main-container h1,
  .container.main-container h2,
  .container.main-container h3,
  .container.main-container h4,
  .container.main-container h5,
  .container.main-container h6,
  .container.main-container p,
  .container.main-container ul,
  .container.main-container ol,
  .container.main-container .lead,
  .container.main-container .disruptor-white,
  .container.main-container .social-and-print,
  .container.main-container .resp-container,
  .container.main-container  img.alignnone,
  .container.main-container  figure.gallery-item,
  .container.main-container .panel.panel-primary,
  .container.main-container .row.author-row.open-sesame,
  .container.main-container .up.most-popular
  {
    width: 100%;
  }
  .container.main-container .row.author-row .arrow-up{
    left: 175px;
  }
  button.search_toggler {
    position: fixed;
    padding-right: 1.25rem;
  }


  .category-page .most-popular,
  .search-page .most-popular,
  .tags-page .most-popular,
  .author-page .most-popular{
    display: block;
  }
  .search-page .up.most-popular {
    padding-top:0.75rem
  }
  .cat-container .search-form-page {
    width: 100%;
  }

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .container.main-container .row.author-row .arrow-up{
    left: 75px;
  }
  .home-container {
    width: 98%;
  }

  .opinions-row .five.columns {
    width: 39.3333333333%;
    margin-left: 4%;
  }

  .opinions-row .two.columns {
    width: 13.3333333333%;
  }


}

@media (min-width: 64em) {
  .logo-for-home{
    display: block ;
  }
  #home-menu .drawer-brand {
    width: 0;
    transition: width .5s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    padding: 0.5rem 0 0 0 ;
  }
  #home-menu.display-home-logo .drawer-brand{
    width: 475px;
    padding: 0.5rem 45px 0 45px;

  }
  #home-menu  ul.drawer-menu {
    white-space: nowrap;
    text-align: center;
  }

  #home-menu  li.drawer-dropdown, #home-menu .menu-item-object-page {
    display: inline-block;
    margin-bottom: 0;
  }
  /* Hack for first level items without subcats */
a.drawer-dropdown-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
    line-height: 4.75rem;
    padding-top: 0;
    padding-bottom: 0;
}
a.drawer-dropdown-menu-item:hover {
    color: #999;
    background-color: transparent;}
  /* End of hack for first level items without subcats */

  #menu-home-page-menu {
      padding-left: 50%;
      margin-left: -359px;
  }
  
  #home-menu.display-home-logo li.drawer-dropdown:nth-of-type(1n+3){
    display: none;
  }

#menu-global-menu.drawer-menu {
  white-space: nowrap;
  min-width: 1280px;
}

  #home-menu.display-home-logo ul.drawer-menu {
    text-align: left;
  }
  .drawer-container {
    max-width: 64rem;
    padding: 0 50px 0 24px;
  }
  .social-fixed-mobile.fixed-desktop ul{
    width: 20%;

  }
  .article-title-fixed{
    width: 75%
  }
  .global-footer .subscribe {
    width: 45%;
  }
  .global-footer .subscribe {
    max-width: 500px;
  }

}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 81rem;
  }

}
.top-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
.content-row{
  margin-top: 2rem;
}



/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
  .remodal-wrapper {
    padding: 10px 10px 0;
  }
  .remodal {
    height: auto;
    min-height: initial;
    padding: 3rem 1rem;
  }
  .logo-for-modal{
    display: none;
  }
  /* Top align of the modal dialog for search */

  .remodal.search{
    vertical-align: top;
    margin-top: 80px;
  }


}
.offline-indicator {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 15;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
  font-family: sans-serif;
  font-weight: 300;
  text-decoration: none;
}
.offline .offline-indicator{
  display: block;
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ADMIN BAR */

body.admin-bar{
	padding-top: 2.75rem;
}
#wpadminbar {
	opacity: 0;
}

#wpadminbar:hover {
	opacity: 1;
}

@media print {
  /* All your print styles go here */
  header, #nav, section.home-area, .related-area, .global-footer,
  .related-below-article, section.up.most-popular, .resp-container {
    display: none !important;
  }
}

table.dataTable tbody tr.even {
  background: #f9f9f9;
}

figure {
  max-width: 100%;
  margin: auto;
  height: auto;
}
.offer-header:nth-child(n+2) {
    background: #f0f0f0;

}

.offer-header {
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
        padding: 5px;
            outline-color: #1E824C;
}
.offers-accordion-wrap .logo-container {
    margin-left: 0;
}
.offer-title {
    line-height: 130px;
    font-size: 18px;
    border-left: 5px solid #26a65b;
    padding-left: 15px;
}
.offers-accordion-wrap {
  margin-bottom: 30px;
}
.offers-accordion-wrap .columns {
    width: auto;
}
.offer-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 5px;
}
.offer-img img {
    max-width: 150px;
        display: inline-block;
}
.offer-header {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.offer-body {
  padding: 15px;
}

.offer-description p {
  margin-bottom: 1rem;
}

.offer-type {
  padding: 5px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  margin: 0 4px 2px 0;
  font-size: 0.9em;
}
@media (max-width: 650px) {

.offers-accordion-wrap
.columns.offer-title {
    font-size: 14px;
    line-height: initial;
    text-align: left;
}
.offers-accordion-wrap .columns {
    width: 100%;
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
    text-align: center;
}
}