/* ==========================================================================
   Table of Contents
   ========================================================================== */

/*

    0.  Normalize
    1.  Icons
    2.  General
    3.  Utilities
    4.  General
    5.  Single Post
    6.  Tag Archive
    7.  Third Party Elements
    8.  Pagination
    9.  Footer
    10. Media Queries (Tablet)
    11. Media Queries (Mobile)
    12. Animations

*/

.adsbygoogle {
  padding: 10px 0;
}

/* ==========================================================================
   0. Normalize.css v2.1.3 | MIT License | git.io/normalize | (minified)
   ========================================================================== */

article, aside, details,
figcaption, figure,
footer, header, hgroup,
main, nav, section,
summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
body { margin: 0; }
a { background: transparent; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
hr {
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
}
mark { background: #FF0; color: #000; }
code, kbd, pre,
samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}
legend { border: 0; padding: 0; }
button, input, select,
textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"],
input[type="reset"], *[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] {
   -webkit-appearance: none;
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }


/* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */

@font-face {
  font-family: 'gladioolicons';
	src: url('../fonts/gladioolicons.eot');
	src: url('../fonts/gladioolicons.eot#iefix') format('embedded-opentype'),
	     url('../fonts/gladioolicons.woff') format('woff2'),
	     url('../fonts/gladioolicons.woff') format('woff'),
	     url('../fonts/gladioolicons.ttf') format('truetype'),
	     url('../fonts/gladioolicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Apply these base styles to all icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "gladioolicons", "Open Sans", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px !important;
}

[class^="icon-"], [class*=" icon-"] {
	text-decoration: none;
}

/* Each icon is created by inserting the correct character into the
   content of the :before pseudo element. Like a boss. */
.icon-ghost:before {
    content: "\f600";
}

.icon-menu:before {
    content: "\f608";
}
.icon-info:before {
    content: "\f601";
}
.icon-search:before {
    content: "\f599";
}
.icon-close:before {
    content: "\f598";
}
.icon-twitter:before {
    content: "\f602";
    font-size: 1.1em;
}
.icon-whatsapp:before {
    content: "\f603";
}

.icon-facebook:before {
    content: "\f604";
}

.icon-email:before {
    content: "\f605";
}

.icon-instagram:before {
    content: "\f606";
}


/*.icon-arrow-left:before {
    content: "\f605";
}*/
.icon-stats:before {
    content: "\f606";
}
.icon-location:before {
    content: "\f607";
    margin-left: -3px; /* Tracking fix */
}
.icon-link:before {
    content: "\f608";
}

.social a, .share a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: url('../social-icons-2x.png') no-repeat left top;
	background-size: 200px 40px;
	margin-right: 10px;
	text-decoration: none;
}

.button-twitter {
	background-position: 0px 0px !important;
}

.button-facebook {
	background-position: -40px 0px !important;
}

.button-email {
	background-position: -80px 0px !important;
}

.button-whatsapp {
	background-position: -120px 0px !important;
}


.button-instagram {
	background-position: -160px 0px !important;
}


/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */

.noscroll {
  overflow: hidden;
}

html {
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

body {
    height: 100%;
    max-height: 100%;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 15px;
    /*background: #2f2f2f url('../bg.png') repeat left top;*/
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision;
}

body.menu-active .site-wrapper,
body.search-active .site-wrapper {
	overflow: hidden;
}

::-moz-selection {
    background: #D6EDFF;
}

::selection {
    background: #D6EDFF;
}

h1, h2, h3,
h4, h5, h6 {
    /*-webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    color: #2E2E2E;
    line-height: 1.15em;
    margin: 0 0 0.4em 0;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    text-rendering: geometricPrecision;*/
    /*font-family: Helvetica, Arial, Geneva, sans-serif;
    font-weight: bold;*/
    font-family: 'Merriweather', serif;
    font-weight: 900;
    margin: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 2rem;
}

a {
    color: #FFF;
    transition: color 0.3s ease;
}

.post-content a {
	color: #000;
}

/*a:hover {
    color: #EEE;
}*/

p, ul, ol, dl {
    -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
/*    margin: 0 0 1.75em 0;*/
    text-rendering: geometricPrecision;
    font-size: 19px;
    line-height: 30px;
}

ol, ul {
    padding-left: 3rem;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0 0 0.4em 0;
    padding-left: 2em;
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 1em;
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

li {
    margin: 0.4em 0;
}

li li {
    margin: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: #EFEFEF 1px solid;
    margin: 3.2em 0;
    padding: 0;
}

blockquote {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		width: 100%;
		color: #fff;
		padding: 15px;
		margin: 0 0 10px 0;
		font-style: italic;
}

blockquote p {
    font-weight: bold;
    margin: 0;
}

blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size: 0.9em;
    color: #CCC;
}

blockquote small:before { content: "\2014 \00A0"; }

blockquote cite {
    font-weight: 700;
}

blockquote cite a { font-weight: normal; }

mark {
    background-color: #FFC336;
}

code, tt {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.85em;
    white-space: pre-wrap;
    border: #E3EDF3 1px solid;
    background: #F7FAFB;
    border-radius: 2px;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1.75em 0;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.9em;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px;
}

pre code, pre tt {
    font-size: inherit;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
}

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #CCC 1px solid;
    color: #666;
    text-shadow: #FFF 0 1px 0;
    font-size: 0.9em;
    font-weight: 700;
    background: #F4F4F4;
    border-radius: 4px;
    box-shadow:
        0 1px 0 rgba(0, 0, 0, 0.2),
        0 1px 0 0 #fff inset;
}

table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.75em 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: #EFEFEF 1px solid;
}

table th { color: #000; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody { border-top: #EFEFEF 2px solid; }

table table table { background-color: #FFF; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #F6F6F6;
}

table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
   background: transparent;
}

/*iframe, .fluid-width-video-wrapper {
    display: block;
    margin: 1.75em 0;
}*/

/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
.fluid-width-video-wrapper iframe {
    margin: 0;
}

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */

/* Clears shit */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Hides shit */
.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none;
}

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

/* Centres vertically yo. (IE8+) */
.vertical {
    display: table-cell;
    vertical-align: middle;
}

/* Wraps the main content & footer */

.site-wrapper, .page-wrapper {
    position: relative;
    z-index: 10;
    min-height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
}

.site-wrapper {
	background: #2f2f2f;
}

.page-wrapper {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	left: 100%;
	top: 31px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.5s ease;
	        transition: transform 0.5s ease;
}

.post-header .share {
	padding-top: 10px;
    margin-bottom: 10px;
	min-height: 20px;
}

.in-app .content {
  padding-top: 0 !important;
}

.in-app .site-header {
  display: none !important;
}

.in-app .side-menu-list {
  margin-top: 0 !important;
}

.in-app .search-results {
  padding-top: 0 !important;
}


/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */

.divider {
	height: 1px;
	background-color: #99a4aa;
	margin: 0 15px 15px 15px;
	clear: both;
}

.content {
	position: relative;
	padding-top: 80px;
}

.content-background {
	background-color: #fff;
	height: 100%;
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	z-index: 0;
}

.content-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
/*	position: relative;*/
}

.site-header {
	height: 80px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 900;
    background-color: black;
}

/*#header-background {
	height: 130px;
	width: 100%;
	position: relative;
}*/

.logo {
	width: 126px;
	height: 32px;
	background: #000 url('../logo.png') no-repeat left top;
	background-size: 126px 32px;
	position: absolute;
/*	top: 35px;*/
    top: 23px;
	left: 50%;
	margin-left: -63px;
}

.site-header .icon-menu:before {
	font-size: 15px !important;
}

.site-header .icon-menu {
	position: absolute;
/*	top: 34px;*/
    top: 22px;
	left: 10px;
	padding: 10px;
	text-decoration: none;
}

.site-header .fb-like {
	position: absolute;
/*	top: 42px;*/
    top: 28px;
	right: 20px;
	text-decoration: none;
}

.header-buttons {
  border-top: 1px solid #454545;
  margin-top: 75px;
  text-align: center;
}

.header-button {
  display: inline-block;
  color: white;
  cursor: pointer;
  text-decoration: none;
  width: 32%;
  text-align: center;
  line-height: 27px;
}

.side-menu-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	z-index: 800;
	width: 0;
	height: 100%;
	overflow: hidden;
}

body.menu-active .side-menu-wrapper {
	width: 340px;
}

.side-menu-background {
	display: none;
	position: absolute;
	width: 	100%;
	height: 100%;
	max-width: 1000px;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}

body.menu-active .side-menu-background {
	display: block;
}

.side-menu {
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	width: 340px;
	height: 100%;
	left: -340px;
	position: relative;
	background-color: #161616;
	z-index: 2;
	color: #fff;
}

body.menu-active .side-menu {
	left: 0;
}

.side-menu .side-menu-list {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 105px;
}

.side-menu .side-menu-list > li {
	border-bottom: 1px solid #313131;
	padding: 15px 0;
	cursor: pointer;
}

.side-menu .side-menu-list li:last-child {
	border-bottom: none;
}

.side-menu .search-box {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 0px;
	overflow: hidden;
}

.side-menu .menu-label a {
  text-decoration: none;
}

.side-menu.search-active .search-box {
	height: 60px;
}

#search-form {
	padding: 10px 0;
}

#search-field {
	text-indent: 10px;
}

#category-list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-type: none;
	padding: 0 15px;
	margin: 0 0 10px 0;
	clear: both;
	line-height: normal;
}

#category-list a {
	text-decoration: none;
	color: #000;
	font-family: "Merryweather", serif;
	font-weight: 400;
	font-size: 18px;
}

#category-list li {
	margin: 0 !important;
	padding: 0 0 10px 0;
}

.side-menu .category-box {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 0px;
	overflow: hidden;
}

.side-menu.category-active .category-box {
	height: 135px;
}

.side-menu #category-list {
	padding: 10px 0 0 0;
	margin-bottom: 0px;
}


.side-menu #category-list li a {
	color: #fff;
}

.search-results {
	background-color: #fff;
	z-index: 1;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-overflow-scrolling: touch;
	opacity: 0;
	display: none;
	padding-top: 130px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	max-width: 1000px;
}

.search-results .post {
	padding-bottom: 15px;
}

.search-results a {
	color: #000;
}

.search-results .post-meta {
	padding-top: 5px;
}

.search-results .post-meta * {
	color: #000;
}

.search-results .search-title {
	height: auto !important;
	margin: 0;
}

/*.search-results .search-info {
	height: 35px !important;
}*/

.search-results .search-title .post-title {
	color: #000;
	margin: 15px;
}

.search-results .search-info .post-title {
	color: #000;
	font-size: 20px;
	margin: 0 15px 15px 15px;
}

.search-results .post {
	overflow: hidden;
}

.search-results .post-header {
	padding: 0 15px;
	height: 100%;
}

.search-results article .post-title {
	font-size: 20px;
}

/*.search-results .post-meta {
	padding: 5px 15px 0 15px !important;
}*/

body.search-active .search-results {
	opacity: 1;
	display: block;
}

.search-style {
  display: block;
  width: 100%;
  color: #444444;
  border: none;
  font-size: 15px;
  padding: 11px 0px;
  outline: none;
}

.icon-close {
	position: absolute;
	right: 15px;
	margin-top: 8px;
	color: #000;
}



/* Big cover image on the home page */
.main-header {
    position: relative;
    width: 100%;
    height: 550px;
/*    margin-bottom: 10px;*/
    text-align: center;
    background: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden;
    display: block;
}

.main-header .inner {
    width: 80%;
}

.main-nav {
    position: relative;
    padding: 35px 40px;
    margin: 0 0 30px 0;
}

.main-nav a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.post.double {
	width: calc(33% - 18px);
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}

.post.double .post-title {
	display: block;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-size: 16px;
	overflow: hidden;
	line-height: 20px !important;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.post.double a {
	color: #000 !important;
}

.post.double .main-header {
	height: 160px;
	margin-bottom: 10px;
}

/* Navigation */

.nav {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: #111;
    margin-bottom: 0;
    text-align: left;
    overflow-y: auto;
}

.nav-title {
    position: absolute;
    top: 45px;
    left: 30px;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
}

.nav ul {
    clear:left;
    float:left;
    list-style: none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}

.nav li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0 25px;
    position:relative;
    right:50%;
}
.nav li a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.4rem;
    display: block;
    padding: 0.6rem 4%;
    overflow: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
}

.nav .nav-current:before {
    color: #fff;
}
.nav .nav-current a:after {
    content: " ";
    border-bottom: rgba(255,255,255,0.5) 1px solid;
    width: 100%;
    height: 1px;
}

.nav a:link,
.nav a:visited {
    color: #B8B8B8;
}

.nav li.nav-current a,
.nav a:hover,
.nav a:active,
.nav a:focus {
    color: #fff;
}

.subscribe-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 38px;
    padding: 0 20px;
    color: #111 !important;
    text-align: center;
    font-size: 12px;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
    transition: all ease 0.3s;
}
.subscribe-button:before {
    font-size: 9px;
    margin-right: 6px;
}


/* Create a bouncing scroll-down arrow on homepage with cover image */
.scroll-down {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: bounce 4s 2s infinite;
    animation: bounce 4s 2s infinite;
}

/* Stop it bouncing and increase contrast when hovered */
.scroll-down:hover {
    color: #fff;
    -webkit-animation: none;
    animation: none;
}


/* Hide when there's no cover image or on page2+ */
.no-cover .scroll-down,
.no-cover.main-header:after,
.paged .scroll-down,
.paged .main-header:after {
    display: none
}


.menu-button {
    display: none;
}

/* Special styles when overlaid on an image*/
.main-nav.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
}
.no-cover .main-nav.overlay,
.no-cover .menu-button {
    background: none;
}

.main-nav.overlay a {
    color: #fff;
}

.main-nav.overlay .menu-button {
    border-color: rgba(255,255,255,0.6);
}

.main-nav.overlay a:hover {
    color: #222;
    border-color: #fff;
    background: #fff;
}

/* Add a border to the buttons on hover */
.menu-button:hover {
    border-color: #555;
    color: #555;
}

/* The details of your blog. Defined in ghost/settings/ */
.page-title {
    margin: 10px 0 10px 0;
    font-size: 5rem;
    font-weight: 700;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    color: #fff;
}

.page-description {
    margin: 0;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "Merriweather", serif;
    color: rgba(255,255,255,0.8);
}

.no-cover.main-header {
    min-height: 160px;
    max-height: 40vh;
    background: #000;
}

.no-cover .page-title {
    color: rgba(0,0,0,0.8);
}

.no-cover .page-description {
    color: rgba(0,0,0,0.5);
}

.no-cover .main-nav.overlay .menu-button {
    color: rgba(0,0,0,0.4);
    border-color: rgba(0,0,0,0.3);
}

/* Add subtle load-in animation for content on the home page */
.home-template .page-title {
    -webkit-animation: fade-in-down 0.6s;
    animation: fade-in-down 0.6s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.home-template .page-description {
    -webkit-animation: fade-in-down 0.9s;
    animation: fade-in-down 0.9s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

/* Every post, on every page, gets this style on its <article> tag */
.post {
    position: relative;
    width: 100%;
}

.post-header {
	padding: 20px 15px 15px 20px;
	display: block;
}

.post-title {
	color: #fff;
}

.post-title a {
    text-decoration: none;
}

.post-excerpt p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.7em;
}

.read-more {
    text-decoration: none;
}

.post-meta {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 15px 0 0 0;
}

/*
.post-template .post-meta {
  color: #000;
  padding: 0;
  margin: 30px 0;
}
*/
.post-author-avatar {
	width:40px;
	height:40px;
	display:block;
	margin-right:10px;
	float: left;
}

.post-author-avatar img {
	border-radius:100%;
	width:100%;
	box-shadow: #E7EEF2 0 0 0 2px;
}

.author-thumb {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 9px;
    margin-top: 3px;
    border-radius: 100%;
}

.post-meta a {
    color: #fff;
    text-decoration: underline;
}

/*
.post-template .post-meta a {
  color: #000;
}
*/

.post-meta a:hover {
    text-decoration: underline;
}

.post-meta .view-counter-container {
  min-height: 16px;
}

.user-meta {
    position: relative;
    padding: 0.3rem 40px 0 100px;
    min-height: 77px;
}

.post-date {
    display: inline-block;
    margin-left: 3px;
    white-space: nowrap;
}

.user-image {
    position: absolute;
    top: 0;
    left: 0;
}

.user-name {
    display: block;
    font-weight: 700;
}

.user-bio {
    display: block;
    max-width: 440px;
    font-size: 1.4rem;
    line-height: 1.5em;
}

.publish-meta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4.3rem 0 4rem 0;
    text-align: right;
}

.publish-heading {
    display: block;
    font-weight: 700;
}

.publish-date {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
}

.advertorial-header {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  margin: 20px 0;
}

.advertorial-link {
  width: 100%;
  border-top: 1px solid #99a4aa;
  border-bottom: 1px solid #99a4aa;
  margin: 20px 0;

}

.advertorial-link .advertorial-reference {
  text-transform: uppercase;
  color: #99a4aa;
  padding-top: 10px;
}

.advertorial-link .advertorial-content {
  height: 150px;
  margin: 20px 0;
  position: relative;
}

.advertorial-link .advertorial-image {
  display: block;
  background: #222 no-repeat center center;
  background-size: cover;
  width: 40%;
  height: 100%;
  position: relative;

}

.advertorial-link .advertorial-title {
  display: block;
  position: relative;
  font-family: 'Merriweather', serif;
  font-weight: 900;
  margin-left: 20px;
  text-decoration: none;
  position: absolute;
  left: 40%;
  top: -3px;
  font-size: 23px;
}





/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */


/* Stop elements, such as img wider than the post content, from
   creating horizontal scroll - slight hack due to imperfections
   with browser width % calculations and rounding */
.post-template .content {
    overflow: hidden;
}

/* Kill that stylish little circle that was on the border, too */
.post-template .post:not(.post-related) .post:after {
    display: none;
}

.post-content {
	padding: 0 15px;
}

/* Keep images centered, and allow images wider than the main
   text column to break out. */
.post-content img:not(.author-thumb) {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.6em 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%); /* for Safari and iOS */
    -ms-transform: translateX(-50%); /* for IE9 */
    transform: translateX(-50%);
}

/* The author credit area after the post */
.post-footer {
/*    position: relative;
    text-align: center;
    border-top: 1px solid #99a4aa;
    border-bottom: 1px solid #99a4aa;
    margin: 0 15px 10px 15px;*/
}

.post-footer h1 {
	padding-top: 15px;
	color: #fff;
	font-size: 20px;
}


/*.post-footer h4 {
    font-size: 1.8rem;
    margin: 0;
}*/

/*
.post-footer p {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.75em;
}
*/

.post-header #header-like {
	margin-top: 10px;
}

.post-footer .fb-like {
	margin-top: 11px;
}

.post-header #header-like,
.post-footer .fb-like {
	float: left;
	padding-right: 10px;
}

/* list of author links - location / url */
.author-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    color: #9EABB3;
}

.author-meta a {
    color: #9EABB3;
}
.author-meta a:hover {
    color: #111;
}

/* Create some space to the right for the share links */
.post-footer .author {
    margin-right: 180px;
}

.post-footer h4 a {
    color: #2e2e2e;
    text-decoration: none;
}

.post-footer h4 a:hover {
    text-decoration: underline;
}

.post-footer .share {
   padding: 0 0 15px 15px;
}

.post-footer a:before {
	font-size: 40px !important;
}

.newsletter {
   margin: 30px 0;
}

.newsletter p {
  margin-top: 0;
  margin-bottom: 10px;
}

.newsletter form {
  margin-bottom: 15px;
}

.newsletter input {
  width: calc(100% - 132px);
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid #99a4aa;
  text-indent: 10px;
  font-size: 19px;
  border-radius: 0;
  -webkit-appearance: none;
}

.newsletter button {
  width: 120px;
  height: 46px;
  background-color: #b07ad2;
  color: #fff;
  border: 0;
  padding: 0;
  font-size: 16px;
  float: right;
}

.fb-page-like > h1 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 12px;
	font-size: 20px;
}

.post-related {
}

.fb-page-like {
	margin: 0 15px 20px 15px;
	overflow: hidden;
	width: calc(100% - 30px);
}

.fb-page-like .fb-like {
	display: block !important;
}

.fb-page-like .fb-like > span {
	display: block !important;
	margin: 0px auto 0px auto;
}

.post-footer .footer-buttons {
  width: 100%;
  max-width: 360px;
  margin: 30px auto;
}

.post-footer .button-footer {
/*  width: 120px;*/
/*  height: 52px;*/
  width: calc(50% - 5px);
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 0;
  font-size: 16px;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.post-footer .button-comments {
  float: right;
}

.post-footer .button-footer .button-inner {
  padding: 15px 0 15px 0;
  height: 16px;
  line-height: 16px;
}

.button-footer.button-like {
  background-color: #4267b2 !important;
}

.button-footer .like-thumb {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  margin: 13px 0 0 12px;
}

/*
.post-footer .fb-comments-wrapper .hide-comments {
  display: none;
}
*/
.post-footer .fb-comments {
  width: 100%;
  display: none;
}

.post-footer .loader {
  width: 100%;
  height: 50px;
  background: url('../loading_spinner.gif') center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  margin: 100px 0;
}

/*
.fb-comments > span {
	margin: 0 auto;
	display: block !important;
}
*/




/* ==========================================================================
   6. Author profile
   ========================================================================== */

.post-head.main-header {
/*    height: 65vh;*/
    min-height: 180px;
}

.no-cover.post-head.main-header {
    height: 85px;
    min-height: 0;
    margin-bottom: 0;
    background: transparent;
}

.tag-template #header-background {
	height: 74px;
}

.tag-head.main-header {
    height: 350px;
    min-height: 180px;
    margin-bottom: 15px;
}

.tag-head.main-header h1 {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 45%;
}

/*.tag-template #category-list {
	margin: 0 15px 15px 15px;
}*/

.search-results #category-list {
	border-top: none;
}

.author-head.main-header {
    height: 40vh;
    min-height: 180px;
}

.no-cover.author-head.main-header {
    height: 10vh;
    min-height: 100px;
    background: transparent;
}

.author-profile {
    padding: 0 15px 30px 15px;
    text-align: center;
    max-width: 300px;
}


.author-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    padding: 6px;
    background: #fff;
    z-index: 2;
    box-shadow: #E7EEF2 0 0 0 1px;
}

.author-image .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
}

.author-profile .author-image {
    position: relative;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    padding: 3px;
    margin: 20px auto 0 auto;
    box-shadow: none;
}

.author-title {
    margin: 1.5rem 0 1rem;
}

.author-profile a {
	color: #000;
	text-decoration: none;
	padding: 5px;
}

.author-profile a::before {
	font-size: 45px !important;

}

.author-meta {
    margin: 1.6rem 0;
}
/* Location, website, and link */

.author-meta span {
    display: inline-block;
    margin: 0 2rem 1rem 0;
    word-wrap: break-word;
}
.author-meta a {
    text-decoration: none;
}

/* Turn off meta for page2+ to make room for extra
   pagination prev/next links */
.paged .author-profile .author-meta {
    display: none;
}

/* ==========================================================================
   7. Third Party Elements - Embeds from other services
   ========================================================================== */

/* Github */
.gist table {
    margin: 0;
    font-size: 1.4rem;
}
.gist td {
    line-height: 1.4;
}
.gist .line-number {
    min-width: 25px;
}

/* Pastebin */
.content .embedPastebin {
    margin-bottom: 1.75em;
}

/* ==========================================================================
   8. Pagination - Tools to let you flick between pages
   ========================================================================== */

/* The main wrapper for our pagination links */
.pagination {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 4rem auto;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.3rem;
    color: #9EABB3;
    text-align: center;
    display: none;
}

.pagination a {
    color: #9EABB3;
    transition: all 0.2s ease;
}

/* Push the previous/next links out to the left/right */
.older-posts,
.newer-posts {
    position: absolute;
    display: inline-block;
    padding: 0 15px;
    border: #bfc8cd 1px solid;
    text-decoration: none;
    border-radius: 4px;
    transition: border 0.3s ease;
}

.older-posts {
    right: 0;
}

.page-number {
    display: inline-block;
    padding: 2px 0;
    min-width: 100px;
}

.newer-posts {
    left: 0;
}

.older-posts:hover,
.newer-posts:hover {
    color: #889093;
    border-color: #98a0a4;
}

.extra-pagination {
    display: none;
    border-bottom: #EBF2F6 1px solid;
}
.extra-pagination:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px;
}
.extra-pagination .pagination {
    width: auto;
}

/* On page2+ make all the headers smaller */
.paged .main-header {
    max-height: 30vh;
}

/* On page2+ show extra pagination controls at the top of post list */
.paged .extra-pagination {
    display: block;
}


/* ==========================================================================
   9. Footer - The bottom of every page
   ========================================================================== */

.site-footer {
    position: relative;
    margin: 8rem 0 0 0;
    padding: 0.5rem 15px;
    border-top: #EBF2F6 1px solid;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    font-size: 1rem;
    line-height: 1.75em;
    color: #BBC7CC;
}

.site-footer a {
    color: #BBC7CC;
    text-decoration: none;
    font-weight: bold;
}

.site-footer a:hover {
    color: #50585D;
}

.poweredby {
    display: block;
    width: 45%;
    float: right;
    text-align: right;
}

.copyright {
    display: block;
    width: 45%;
    float: left;
}

/* ==========================================================================
   10. Banners
   ========================================================================== */

   /* .splash-overlay {
       text-align: center;
       position: absolute;
       width: 100%;
       height: 100%;
     } */
.btn-facebook-outline {
border-radius: 25px;
margin-top: 300px;
bottom: 20%;
left: calc(50% - 134px);
position: absolute;
padding: 8px 29px 10px;
background-color: rgba(0,0,0,.5)!important;
border: 2px solid #fffff3!important;
font-size: 21px;
font-weight: 700;
color:white;
}
.mutebutton{
background: url('https://degladiool.nl/assets/home/Mute_IconW.svg');
/* background: url('https://degladiool.nl/assets/home/Mute_IconW.svg') no-repeat top left; */
background-size: contain;
border: none;
cursor: pointer;
text-align: right;
display: inline-block;
position: absolute;
bottom: 130px;
/* bottom:90%; */
top: 20px;
right: 10px;
height: 50px;
width: 50px;
position: absolute;

}
.overlay-desc {
 background: rgba(0,0,0,0);
 position: absolute;
 top: 0; right: 0; bottom: 0; left: 0;
 display: inline-block;
 margin: auto;
 align-items: center;
 justify-content: center;
 height: 100%;
 width: 100%;
}

.video-js{
  display: inline-block!important;
}

.banner-container {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.banner-container span {
  color: darkgray;
  font-size: 11px;
  display: inline;
  position: relative;

}

.banner-container a {
  display: inherit;
  padding-top: 4px;
}

.banner-container > img {
  display: inherit;
}

.banner-container-hm {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.banner-container-hm span {
  color: darkgray;
  font-size: 11px;
  display: inline;
  position: relative;

}

.banner-container-hm a {
  display: inherit;
  padding-top: 4px;
}

.banner-container-hm > img {
  display: inherit;
}



.app-layover {
  display: none;
  position: fixed;
  left: 0;
  top: 90px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.layover-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: white;
}

.app-layover .layover-content {
  text-align: center;
  position: relative;
}

.app-layover .btn-layover-close {
  width: 43px;
  height: 43px;
  background: url('../layover/btn-close-2x.png') no-repeat left top;
  background-size: 43px 43px;
  position: absolute;
  z-index: 999;
  right: 0px;
  top: 0px;
}

.app-layover h2 {
  color: black;
  line-height: 30px;
  font-size: 22px;
  margin-top: 10px;
}

.app-layover ul {
  padding-left: 0;
  margin-top: 10px;
}

.app-layover li {
  font-size: 15px;
  line-height: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.app-layover li:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 21px;
  background: url('../layover/checkmark-2x.png') no-repeat left top;
  background-size: 21px 18px;
  margin-right: 5px;
}

.app-layover .layover-centered {
  text-align: center;
}

.app-layover .btn-layover-go {
  width: 176px;
  height: 40px;
  background: url('../layover/btn-go-2x.png') no-repeat left top;
  background-size: 176px 40px;
  display: inline-block;
}

.app-layover .txt-layover-close {
  font-size: 13px;
  padding-top: 5px;
}



/* ==========================================================================
   10. Media Queries - Smaller than 900px
   ========================================================================== */

@media only screen and (max-width: 1000px) {
	.content-background {
		display: none;
	}

	.site-wrapper {
		background: #fff !important;
		height: 100%;
	}

    .advertorial-link .advertorial-content {
      height: 120px;
    }

    .advertorial-link .advertorial-title {
      font-size: 18px;
    }

   .post.double {
   	width: calc(50% - 24px);
   }
}

/* ==========================================================================
   11. Media Queries - Smaller than 500px
   ========================================================================== */



@media only screen and (max-width: 500px) {

  .advertorial-header {
    font-size: 13px;
    line-height: 20px;
  }

  .advertorial-link .advertorial-reference {
    font-size: 10px;
  }

  .advertorial-link .advertorial-title {
    font-size: 14px;
    margin-left: 15px;
  }

  .advertorial-link .advertorial-content {
    height: 80px;
    margin: 15px 0;
  }

  .post.double .post-title {
    font-size: 15px;
    overflow: hidden;
    line-height: 20px !important;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .content {
  	padding-top: 66px;
  }

  .site-header {
    height: 64px;
  }

  #header-background {
    height: 64px;
  }

  .tag-template #header-background {
    height: 50px;
  }

  .logo {
    width: 95px;
    height: 24px;
    background-size: 95px 24px;
/*    top: 33px;*/
    top: 18px;
    margin-left: -47px;
  }

  .site-header .icon-menu {
/*    top: 28px;*/
    top: 15px;
    left: 5px;
  }

  .site-header .fb-like {
    position: absolute;
/*    top: 35px;*/
    top: 22px;
    right: 15px;
  }

  .header-buttons {
    border-top: 1px solid #454545;
    margin-top: 60px;
  }

  .search-results {
    padding-top: 90px;
  }

    .post-head, .list-head {
        height: 175px;
    }

    .paged .main-header {
        max-height: 20vh;
        min-height: 160px;
        padding: 10% 0;
    }

    .main-nav {
        padding: 5px;
        margin-bottom: 2rem;
    }

    .nav li {
        padding:0 5px;
    }

    .menu-button {
        padding: 0 5px;
        border-radius: 0;
        border-color: transparent;
        color: #2e2e2e;
        background: transparent;
    }
    .menu-button:hover {
        color: #2e2e2e;
        border-color: transparent;
        background: none;
    }

    .main-nav.overlay a:hover {
        color: #fff;
        border-color: transparent;
        background: transparent;
    }

    .no-cover .main-nav.overlay {
        background: none;
    }
    .no-cover .main-nav.overlay .menu-button {
        border: none;
    }

    .main-nav.overlay .menu-button {
        border-color: transparent;
    }

    .nav-title {
        top: 25px;

    }

    .side-menu {
    	width: 240px;
    }

    body.menu-active .side-menu-wrapper {
    	width: 240px;
    }

    .side-menu .side-menu-list {
    	margin-top: 90px;
    }

    .side-menu .side-menu-list > li {
    	padding: 10px 0;
    }

    .post {
        width: auto;
    }

    .post.double .main-header {
    	height: 90px;
    }

    .post-template .post:not(.post-related) .post-date {
        display: inline-block;
    }

    .search-results .search-info .post-title,
    .search-results article .post-title {
    	font-size: 16px;
    	line-height: 20px;
    }

    hr {
        margin: 1.75em 0;
    }

    p, ul, ol, dl {
        font-size: 19px;
        line-height: 30px;
    }

    .page-title {
        font-size: 3rem;
    }

    .post-excerpt p {
        font-size: 0.85em;
    }

    .page-description {
        font-size: 1.6rem;
    }

    h1, h2, h3,
    h4, h5, h6 {
        margin: 0;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2.1rem;
    }

    h4 {
        font-size: 1.9rem;
    }

    h5 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.8rem;
    }

    .post-title {
        font-size: 25px;
        line-height: 36px;
        color: #ffffff;
    }

    .post-template .site-footer {
        margin-top: 0;
    }

    .post-content img {
        padding: 0;
        min-width: 0;
        max-width: 112%; /* fallback when calc doesn't work */
    }

    .post-meta {
        font-size: 12px;
    }

    .post-footer a:before {
    	font-size: 40px !important;
    }

    .author-meta li {
        float: none;
        margin: 0;
        line-height: 1.75em;
    }

    .author-meta li:before {
        display: none;
    }

    .older-posts,
    .newer-posts {
        position: static;
        margin: 10px 0;
    }

    .page-number {
        display: block;
    }

    .site-footer {
        margin-top: 3rem;
    }

    .newsletter p {
        font-size: 18px;
        line-height: 24px;
    }

    .tag-head.main-header,
    .author-head.main-header {
        height: 20vh;
    }

    .author-profile .author-image {
        /*margin-top: -70px;*/
    }

    .author-profile .author-meta span {
        font-size: 1.4rem;
    }

    .paged .main-header .page-description {
        display: none;
    }

    #category-list a {
    	font-size: 15px;
    }

}


/* ==========================================================================
   12. Animations
   ========================================================================== */

/* Used to fade in title/desc on the home page */
@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Used to bounce .scroll-down on home page */
@-webkit-keyframes bounce {
    0%, 10%, 25%, 40%, 50% {
        -webkit-transform: translateY(0) rotate(-90deg);
                transform: translateY(0) rotate(-90deg);
    }
    20% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
                transform: translateY(-10px) rotate(-90deg);
    }
    30% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
                transform: translateY(-5px) rotate(-90deg);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0) rotate(-90deg);
                transform: translateY(0) rotate(-90deg);
    }
    40% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
                transform: translateY(-10px) rotate(-90deg);
    }
    60% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
                transform: translateY(-5px) rotate(-90deg);
    }
}


/* ==========================================================================
   End of file. Animations should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */