/*
	Theme Name: Social Pro Theme
	Description: Social Pro Theme
	Author: C.
	Version: 3.3.0
	Template: genesis
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}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 silver;margin:0 2px;padding:.35em .625em .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"],input[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:textfield;-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}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Helvetica', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.353;
}

body.magazine-landing {
	background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	background-color: inherit;
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #e8554e;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
 	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-family: 'Helvetica', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-family: 'Helvetica', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Helvetica', sans-serif;
	padding: 16px 24px;
	text-transform: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #e8554e;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap,
.nav-secondary .wrap ul {
	margin: 0 auto;
	max-width: 1260px;
}

.site-inner {
	clear: both;
	padding-top: 30px;
}

.magazine-home .site-inner {
	padding-bottom: 10px;
}

.magazine-landing .site-inner,
.magazine-landing .wrap {
	max-width: 800px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
}
.page-landing .site-inner,
.page-template-page-landing .site-inner,
.page-template-page-landing-v2 .site-inner {
		max-width: 100%;
		padding:0;
		margin-top:0;
}
.page-landing .site-header {
	background :#f6f9fb;
}

.page-landing #sidr-left,
.page-template-page-landing-v2 #sidr-left {
	display:none !important;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 870px;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.hide-on-mobile {
		display:none !important;
	}
	.hide-on-desktop {
		display:block !important;
	}

}
.hide-on-desktop {
	display:none !important;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #222;
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: white;
	border: 1px solid #DDD;
	color: #444;
	width: 180px;
	padding:7px;
	display:none;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #444;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #444;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #444;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 28px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 400;
}

.entry-title a:hover {
	color: #e8554e;
}

.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #222;
	color: #fff;
	padding: 10px;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
 	margin-bottom: 25px;
	position:relative;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}

.home-middle .featured-content .entry {
	width: 420px;
}

.content .home-bottom .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 30px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 17px;
	margin-bottom:0px;
	
}

.sidebar .featured-content img {
	width:100%;	
}

.featured-content .entry-title a {
	border: none;
	font-family: 'Helvetica', sans-serif;
}

.featured-content a.aligncenter {
	margin-bottom:7px;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #e8554e;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
	background-color: #e8554e;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}

.featured-content .shares {
	position:absolute;
	display:block;
	padding:3px 6px;
	top:10px;
	left:0;
	color:white;
	font-size:12px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #e8554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider li {
	border: none;
}

.magazine-home  .genesis_responsive_slider {
	margin-bottom: 40px;
}

.magazine-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt,
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider .slides li,
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}

.magazine-home .content .genesis_responsive_slider h2,
.magazine-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}

.magazine-home .content .genesis_responsive_slider p {	
	font-size: 14px;
	margin: 10px 0 0;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 42px;
}

.site-header .wrap {
	padding: 30px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
	width: 380px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Helvetica', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

h1.site-title a,
p.site-title a {
	background: url('https://zelfmaak-ideetjes.nl/wp-content/uploads/2022/08/cropped-cropped-zelfmaakideetjes-1.png') no-repeat !important;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: left !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 90px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 728px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 10px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	padding: 13px 20px;
	position: relative;

}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background:white;
	color:#333 !important;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
	color: #222 !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu  .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	text-transform: uppercase;
}

.genesis-nav-menu  .right a {
	padding:13px 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
	position:relative;
	line-height:42px;
}
.genesis-nav-menu > .search:hover {
	position:relative;
}

.genesis-nav-menu > .search a{
	position:absolute;
	right:5px;
	top:0;
	padding:0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #222;
	color: #fff;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
	font-size:14px;
	padding:5px 10px;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #e8554e;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background: #F0F0F0;
	max-width:100%;
}

.nav-secondary .wrap ul {
	margin:0 auto;
}

/* Responsive Menu
--------------------------------------------- */

.mobile-menu,
.mobile-menu div,
.mobile-menu a {
	display:none;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 10px;
}


.home .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}
.single .entry-content {
	margin-bottom:20px;
}
.entry-content a {
	color: #e8554e;
}

.entry-content a:hover {
	color: #222;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

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

.entry-header .entry-meta {
	margin-bottom: 10px;
	display:inline-block;
}

.entry-header .fb-buttons {
	float:right;
}

.entry-header .fb-save {
	margin-left:7px;
}
.entry-header .fb-like span,
.entry-header .fb-save span {
	vertical-align:middle !important;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:10px;
}

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

.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
	clear:both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #e8554e;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/* Archives
--------------------------------------------- */
h2.title{
	display:block;
	width:100%;
	background: #e8554e;
	color:white;
	font-weight:400;
	font-size: 18px;
	padding: 6px 15px;
}

.pop-container .pop-posts{
	float:left;
	width:70%;
	margin-right:2%;
}

.pop-container .pop-posts .entry {
	margin-bottom:20px;
}
.pop-container .pop-posts .entry-header a img {
	width:150px;
	height:auto;
	margin:0 15px 0 0;
	float:left;
}
.pop-container .pop-posts .entry-header .entry-title {
	font-size:16px;
	overflow:hidden;
}
.pop-container .ad-block {
	width:28%;
	overflow:hidden;
}

.archive .genesis-grid,
.search .genesis-grid {
	float:left;
	width:32%;
	margin-bottom:30px;
	margin-right:2%;
}
.archive .genesis-grid-2,
.archive .genesis-grid-5,
.archive .genesis-grid-8,
.archive .genesis-grid-11,
.search .genesis-grid-2,
.search .genesis-grid-5,
.search .genesis-grid-8,
.search .genesis-grid-11 {
	margin-right: 0;
}

.hold-grid .type-post .entry-header {
	height:306px;
}
.hold-grid .type-post .entry-title {
	font-size:18px;
	margin-bottom: 7px;
}

.hold-grid .type-post .entry-header a img {
	float:none;
	margin:0;
	padding-bottom:5px;
}	

.hold-grid .type-post .entry-content p {
	display:none;
}

.filter-category {
	margin:20px 0;
	clear:both;
}
ul.filter-category li {
	list-style-type:none;
	display:inline-block;
	border:1px solid #e8554e;
	border-left-width:0;
	position:relative;
}
ul.filter-category li:first-child {
	border-left-width:1px;
}

.filter-category li.current a,
.filter-category li.loading a {
	background: #e8554e;
	color:white !important;
}

.filter-category li.current:before,
.filter-category li.loading:before {
    border-color: #e8554e transparent transparent;
    border-style: solid;
    border-width: 12px;
    content: " ";
    height: 0;
    width: 0;
    left: 50%;
    margin: 0 -8px;
    position: absolute;
    top: 64px;
}

.filter-category li a {
	padding: 20px 30px;
	cursor:pointer;
	display:inline-block;
	color: #e8554e;
}

.filter-category li a .fas,
.filter-category li.loading a span {
	display:none;
}
.filter-category li.loading a .fas {
	display:inline-block;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #e8554e;
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f9f9f9;
	color: #222;
	clear: both;
	font-size: 14px;
	padding: 30px 0 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	font-weight: 300;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #444;
	padding: 20px 0;
}

.site-footer,
.site-footer a {
	color: #aaa;
}

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

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.magazine-pro-blue a.more-link:hover,
.magazine-pro-blue .home-middle a.more-link,
.magazine-pro-blue .home-top a.more-link,
.magazine-pro-blue .site-title a:hover,
.magazine-pro-green a.more-link:hover,
.magazine-pro-green .home-middle a.more-link,
.magazine-pro-green .home-top a.more-link,
.magazine-pro-green .site-title a:hover,
.magazine-pro-orange a.more-link:hover,
.magazine-pro-orange .home-middle a.more-link,
.magazine-pro-orange .home-top a.more-link,
.magazine-pro-orange .site-title a:hover {
	color: #222;
}

.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .site-footer a:hover,
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .site-footer a:hover,
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .footer-widgets a:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .site-footer a:hover {
	color: #fff;
}

.magazine-pro-blue .enews-widget input:hover[type="submit"],
.magazine-pro-green .enews-widget input:hover[type="submit"],
.magazine-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-orange .footer-widgets a:hover {
	color: #ccc;
}

/* Magazine Pro Blue
--------------------------------------------- */

.magazine-pro-blue a:hover,
.magazine-pro-blue .entry-content a,
.magazine-pro-blue .entry-title a:hover,
.magazine-pro-blue .genesis-nav-menu a:hover,
.magazine-pro-blue .genesis-nav-menu .current-menu-item > a,
.magazine-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-blue .nav-primary a:hover,
.magazine-pro-blue .nav-primary .sub-menu a:hover,
.magazine-pro-blue .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #469bd1;
}

.js.magazine-pro-blue .content .home-middle a .entry-time,
.js.magazine-pro-blue .content .home-top a .entry-time,
.magazine-pro-blue button:hover,
.magazine-pro-blue input:hover[type="button"],
.magazine-pro-blue input:hover[type="reset"],
.magazine-pro-blue input:hover[type="submit"],
.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .archive-pagination li.active a,
.magazine-pro-blue .button:hover,
.magazine-pro-blue .enews-widget input[type="submit"],
.magazine-pro-blue .entry-content .button:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .sidebar .tagcloud a:hover {
	background-color: #469bd1;
}

.magazine-pro-blue .button:hover {
	color: #fff;
}

/* Magazine Pro Green
--------------------------------------------- */

.magazine-pro-green a:hover,
.magazine-pro-green .entry-content a,
.magazine-pro-green .entry-title a:hover,
.magazine-pro-green .genesis-nav-menu a:hover,
.magazine-pro-green .genesis-nav-menu .current-menu-item > a,
.magazine-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-green .nav-primary a:hover,
.magazine-pro-green .nav-primary .sub-menu a:hover,
.magazine-pro-green .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #3fbd85;
}

.js.magazine-pro-green .content .home-middle a .entry-time,
.js.magazine-pro-green .content .home-top a .entry-time,
.magazine-pro-green button:hover,
.magazine-pro-green input:hover[type="button"],
.magazine-pro-green input:hover[type="reset"],
.magazine-pro-green input:hover[type="submit"],
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .archive-pagination li.active a,
.magazine-pro-green .button:hover,
.magazine-pro-green .enews-widget input[type="submit"],
.magazine-pro-green .entry-content .button:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .sidebar .tagcloud a:hover {
	background-color: #3fbd85;
}

.magazine-pro-green .button:hover {
	color: #fff;
}

/* Magazine Pro Orange
--------------------------------------------- */

.magazine-pro-orange a:hover,
.magazine-pro-orange .entry-content a,
.magazine-pro-orange .entry-title a:hover,
.magazine-pro-orange .genesis-nav-menu a:hover,
.magazine-pro-orange .genesis-nav-menu .current-menu-item > a,
.magazine-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-orange .nav-primary a:hover,
.magazine-pro-orange .nav-primary .sub-menu a:hover,
.magazine-pro-orange .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #f2a561;
}

.js.magazine-pro-orange .content .home-middle a .entry-time,
.js.magazine-pro-orange .content .home-top a .entry-time,
.magazine-pro-orange button:hover,
.magazine-pro-orange input:hover[type="button"],
.magazine-pro-orange input:hover[type="reset"],
.magazine-pro-orange input:hover[type="submit"],
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .archive-pagination li.active a,
.magazine-pro-orange .button:hover,
.magazine-pro-orange .enews-widget input[type="submit"],
.magazine-pro-orange .entry-content .button:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .sidebar .tagcloud a:hover {
	background-color: #f2a561;
}

.magazine-pro-orange .button:hover {
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
	.site-inner,
	.wrap,
	.nav-secondary .wrap ul {
		max-width: 1120px;
	}
	.content {
		width: 730px;
	}
	.home-middle .featured-content .entry {
		width: 350px;
	}
}


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

	.site-inner,
	.wrap,
	.nav-secondary .wrap ul {
		max-width: 1004px;
	}
	
	.content {
		width: 646px;
	}

	.title-area {
		width: 380px;
	}

	.site-header .widget-area {
		width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 308px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	/* Archives
	--------------------------------------------- */
	.archive .hold-grid .type-post .entry-header {
		height:277px;
	}
}

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

	.site-inner,
	.wrap,
	.nav-secondary .wrap ul {
		max-width: 750px;
	}
	.site-inner {
		padding-top:20px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.content {
			float:none;
	}
	.sidebar-primary {
		display:none;
	}

	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}


	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.genesis-nav-menu > .right {
		display: none;
	}
	
	.genesis-nav-menu  a {
		/*padding: 20px 12px;*/
	}

	.sidebar .featured-content .entry {
		float:left;
		width:47%;
		margin-left:2%;
	}
	.sidebar .featured-content .entry-title a {
		font-size: 14px;
		height: 32px;
		display:block;
	}
	
		/* Home
	--------------------------------------------- */
	div.home-middle .featured-content .widget-wrap .entry {
		width:49%;
		margin:0 2% 0 0;
		clear:none !important;
		padding-bottom:20px;
	}	
	.home-middle .featured-content .widget-wrap article:last-child {
		margin-right:0;
	}
		
	.home-middle .featured-content a {
		margin:0;
	}
	.home-middle .featured-content a.alignnone {
		width: 100%
	}
	.home-middle .featured-content .entry-title {
		font-size:18px;
		margin-bottom:7px;
	}
	
	.home-middle .featured-content .entry-content p {
		display:none;
	}

	.home-bottom .featured-content .entry-title {
		font-size:18px;
	}
	
	/* Archives
	--------------------------------------------- */
	.archive .genesis-grid {
		margin-bottom: 0 !important;
	}
	.archive .hold-grid .type-post .entry-header {
		height:250px;
	}
	.archive .hold-grid .type-post .entry-title {
		font-size:14px;
	}
}

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

	.footer-widgets,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.site-header {
		display:none;
	}
	.site-header .wrap {
		border-bottom: 0;
	}
	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}
	/* Responsive Menu Stuff
	--------------------------------------------- */
	.site-inner {
		padding-top:20px;
	}
	.nav-primary,
	.nav-secondary {
		display:none;
	}
	.mobile-menu {
		display:block;
		position:relative;
		top:0;
		z-index:9999;
		width:100%;
		color:#303335;
		height:55px;
		padding:0 5%;
		line-height:55px;
		font-size:35px;
		text-align:center;
		box-shadow: 0 1px 4px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
		background: #fff;
		background: -moz-linear-gradient(top,#fff 0,#f7f7f7 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));
		background: -webkit-linear-gradient(top,#fff 0,#f7f7f7 100%);
		background: -o-linear-gradient(top,#fff 0,#f7f7f7 100%);
		background: -ms-linear-gradient(top,#fff 0,#f7f7f7 100%);
		background: linear-gradient(to bottom,#fff 0,#f7f7f7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
	}
	.mobile-menu #sidr-left {
		display:block;
		position:absolute;
	}
	.mobile-menu #sidr-right {
		display:block;
		float:right;
	}
	.mobile-menu a {
		height:55px;
		display:inline-block;
	}
	.mobile-menu img {
		vertical-align:middle;
		height:45px;
		width:auto;
	}
	
	.close-left {
		position:absolute;
		top:5px;
		right:10px;
	}
	
	.close-right {
		position: absolute;
		top: 5px;
		left: 10px;
	}
	#sidr-left .fa-search,
	#sidr-left .fa-bars {
		max-height:25px;
		vertical-align:middle;
	}
	
	#side-left,
	#side-right {
		padding:40px 0;
	}
	#side-right .fas,
	#side-right .fa-stack {
		display: inline-block;
	}
	#side-right ul li {
		line-height:55px;
	}
	#side-right .menu .fa-stack .fa-circle {
		color: #222;
	}
	#side-right .menu .fa-stack .fa-user, 
	#side-right .menu .fa-stack .fa-user-plus,
	#side-right .menu .fa-stack .fa-thumb-tack,
	#side-right .menu .fa-stack .fa-floppy-o,
	#side-right .menu .fa-stack .fa-upload {  
		color: white; 
	} 
	#side-left ul li.menu-item-has-children:before {
		content: "+";
		color: #222;
		font-size: 20px;
		font-weight: 700;
		margin-top: -2px;
		float: right;
		width:40px;
		text-align:center;
	}
	


	/* Entries
	--------------------------------------------- */


	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.magazine-home .content .genesis_responsive_slider h2,
	.magazine-home .content .genesis_responsive_slider h2 a {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}
	
	
	/* Archives
	--------------------------------------------- */
	.pop-container .pop-posts{
		float:none;
		width:100%;
		margin-right:0;
	}
	.pop-container .pop-posts .entry-header a img {
		width:120px;
		height:auto;
		margin:0 10px 0 0;
		float:left;
		padding-bottom:7px;
	}
	.pop-container .pop-posts .entry-header .entry-title {
		font-size:13px;
	}
	.pop-container .ad-block {
		width: 100%;
		margin:10px auto;
	}
	
	.filter-category {
		text-align:center;
	}
	.filter-category li a {
		padding: 15px 20px;
	}
	.filter-category li.current:before, .filter-category li.loading:before {
		top: 54px;
	}
	.archive .genesis-grid,
	.search .genesis-grid {
		width: 48%;
		margin-right: 2%;
		margin-bottom:15px !important;
	}
	.archive .genesis-grid-odd {
		margin-right: 0;
	}
	.archive .hold-grid .type-post .entry-header,
	.search .hold-grid .type-post .entry-header {
		height:278px;
	}
	
	.archive .hold-grid .type-post .entry-title,
	.search .hold-grid .type-post .entry-title {
		font-size:16px;
	}
}

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

	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
		display: none;
	}

	.magazine-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}
	
	.entry-title {
		font-size:22px;
	}
	
	.sidebar .featured-content .entry {
		float:none;
		width:100%;
	}
	.sidebar .featured-content .entry-title a {
		font-size:inherit;
		height:auto;
	}
	/* Home
	--------------------------------------------- */
	div.home-middle .featured-content .widget-wrap .entry {
		margin: 0 auto 25px !important;
		padding-bottom:0;
		width: 100%;
		float:none;
	}	
	
	.home-middle .featured-content a,
	.home-bottom .featured-content a{
		margin:0;
	}
	.home-middle .featured-content a.alignnone {
		width: 100%
	}
	.home-middle .featured-content a img {
		padding-bottom:5px;
		display:block;
		margin:0 auto;
	}
	.home-middle .featured-content .entry-title {
		font-size:16px;
		margin-bottom:7px;
	}
	
	.home-middle .featured-content .entry-content p,
	.home-bottom .featured-content .entry-content p	{
		display:none;
	}
	
	.home-bottom .featured-content a img {
		margin:0 10px 0 0; 
		padding:0;
		width:120px;
		height:auto;
	}
	.home-bottom .featured-content .entry-title {
		font-size:16px;
	}

	/* Archives
	--------------------------------------------- */
	.pop-container .pop-posts h2.cat-title{
		font-size: 16px;
	}
	.archive .genesis-grid,
	.search .genesis-grid	{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left:0;
		margin-bottom:25px;
	}
	.archive .hold-grid .type-post .entry-header,
	.search .hold-grid .type-post .entry-header {
		height:auto;
	}
	.archive .hold-grid .type-post .entry-header a img,
	.search .hold-grid .type-post .entry-header a img {
		display: block;
		margin: 0 auto;
	}
	
	/* Entries
	--------------------------------------------- */
	.entry-header .entry-meta {
		margin-bottom:7px;
	}
	.entry-header .fb-like {
		margin-left:0;
	}
	.entry-header .fb-buttons {
		margin-bottom:7px;
	}
		
}

/****************************************************************
Somodal styles
****************************************************************/
.somodal-overlay {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.somodal-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;
}

.somodal, .somodal-wrapper:after {
    vertical-align: middle;
}
.somodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: "";
}

.somodal {
	display:none;
	position: relative;
	z-index:10001;
	width: 500px;
	padding:20px;
	background: white;
	text-align:center;
	border:1px solid #DDD;
}
.somodal-is-initialized {
	display:inline-block;
}

@media only screen and (max-width: 359px) {
	.somodal {
		width:100%;
	}
}
@media only screen and (min-width: 360px) and (max-width:767px) {
	.somodal {
		width: 90%;
	}
}
.somodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}
.somodal-close:before {
    font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

.remodal {
	display:none;
}

/* Cookie modal */
.somodal.cookie-modal {
	max-width: 400px;
}
.cookie-modal span.cookie-title {
	font-size: 18px;
	font-weight: 700;
	display:block;
	margin-bottom: 10px;
}
.cookie-modal p {
	line-height: 1.2;
}

.cookie-modal button {
	background:#00b900;
	color:white;
	font-weight:700;
	font-family: Roboto, sans-serif;
}
.cookie-modal small {
	display:block;
	margin-top: 10px;
}
.cookie-modal small a {
	color: #1a0dab;
}
/****************************************************************
Colorbox
****************************************************************/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/****************************************************************
Sidr
****************************************************************/
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f8f8f8;
  color: #222;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid white;
  border-bottom: 1px solid #dfdfdf;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #ebebeb inset;
}
.sidr ul li a {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
  display:none;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #ebebeb inset;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  margin: 10px 0;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

/***************************************************************************************************************************
 Social Pro additional styles
***************************************************************************************************************************/

/****************************************************************
Helper styles
****************************************************************/
span.p {
	display:block;
}

/****************************************************************
Nextpage system
****************************************************************/
.mpage-block {
	
}
.mpage-current {
	display:block !important;
}
.mpage-block img {
	width:auto;
	max-height:700px;
	display:block;
	margin:0 auto;
}
.mpage-block figure {
	margin-bottom:26px;
}

.post-pagination {
	background: #F0F0F0;
	padding:8px 15px;
}
.post-pagination .info {
	float:left;
	font-size:14px;
	line-height: 45px;
}
.post-pagination .links {
	float:right;
}

.post-pagination .links a span {
	display:inline-block;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	padding:14px 22px;
	font-size:13px;
}
.post-pagination .links a.next-article-link span {
	background: #e8554e;
}
a.next-article-link {
	margin-left: 5px;
}

.mpage-end {
	text-align:center;
}
.mpage-end .end-title {
	font-size:17px;

}
.mpage-end .share-words {
	margin-bottom:10px;
	display:block;
}

.mpage-end .facebook-share {
    display: block !important;
    margin-bottom: 10px;
}

/* Next Article block */
.mpage-end .next-article-block {
	margin-top:10px;
}
.mpage-end .next-article-block h5 {
	margin-bottom:5px;
}
.mpage-end .next-article-block a {
	display:block;
	font-size:15px;
	text-align:center;
	padding: 10px;
    border: 1px solid #EEE;
	-moz- box-shadow: inset 0 0 15px 0px #EEE;
	-webkit- box-shadow: inset 0 0 15px 0px #EEE;
    box-shadow: inset 0 0 15px 0px #EEE;
	max-width: 382px;
	margin:0 auto;
	color: #e8554e;
}
.mpage-end .next-article-block a:hover {
	-moz- box-shadow:  0 0 15px 0px #EEE;
	-webkit- box-shadow:  0 0 15px 0px #EEE;
    box-shadow:  0 0 15px 0px #EEE;
	color: #e8554e;
}

.mpage-end .next-article-block a .overlay-image-container {
	position:relative;
	display:inline-block;
}	

.mpage-end .next-article-block a .overlay-image-container .overlay-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	background: rgba(0, 0, 0, 0.6 );
}
.mpage-end .next-article-block a .overlay-image-container .overlay-button span {
	position: absolute;
    padding: 9px 0 10px 0;
    width: 120px;	   
    background: #e8554e;
    color: white;
    font-size: 20px;
	top:50%;
	left:50%;
	margin: -23px 0 0 -60px;
}

@-ms-keyframes wiggle{0%{-ms-transform:rotate(3deg);}50%{-ms-transform:rotate(-3deg);}100%{-ms-transform:rotate(3deg);}}
@-moz-keyframes wiggle{0%{-moz-transform:rotate(3deg);}50%{-moz-transform:rotate(-3deg);}100%{-moz-transform:rotate(3deg);}}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(3deg);}50%{-webkit-transform:rotate(-3deg);}100%{-webkit-transform:rotate(3deg);}}
@keyframes wiggle{0%{transform:rotate(3deg);}50%{transform:rotate(-3deg);}100%{transform:rotate(3deg);}}
.wiggle-me {-ms-animation:wiggle .3s 3;-moz-animation:wiggle .3s 3;-webkit-animation:wiggle .3s 3;animation:wiggle .3s 3;}
		

.mpage-end .next-article-block a span.next-article-title {
   	text-align:left;
	display:block;
}

/* Scroll for more */
.mpage-end .scroll-for-more {
	margin-top:10px;
}
.mpage-end .scroll-for-more h5 {
	margin-bottom:5px;
}

@media only screen and (min-width: 700px) {
	.mpage-end .next-article-block a span {
		font-size:18px;
	}
}
@media only screen and (max-width: 767px) {
	 .mpage-end .next-article-block a {
		
	 }
	 .mpage-end .next-article-block a .overlay-image-container .overlay-button {
		 display:none;
	 }
	 .mpage-end .next-article-block a .overlay-image-container  {
		 float: left;
		width: 50%;
		margin-right: 5px;
	 }
	 .mpage-end .next-article-block a .next-article-title {
		position:relative;
		top:-5px;
	 }
}
@media only screen and (max-width: 340px) {
	.post-pagination {
		padding:8px 8px;
	}
	.post-pagination .links a span {
		padding:8px 9px;
	}
}
/****************************************************************
Social share buttons
****************************************************************/
.social-share {
	margin-bottom:15px;
	clear:both;
}

.social-share a {
	display:inline-block;
	padding:4px 8px;
	margin-right:2%;
	width:15%;
	height:20px;
	font-size: 14px;
	line-height: 0;
	color:white;
	box-shadow:0 0 0;
	vertical-align:top;
	border-radius:0;
	text-align:left;
	cursor:pointer;
}

/* Individual share buttons styling */
.social-share a.fa-whatsapp { background:#5cbe4a;display:none; }
.social-share a.fa-facebook { background: #3c5898 }
.social-share a.fa-twitter { background: #6aadd1 }
.social-share a.fa-tumblr { background: #2B4563 }
.social-share a.fa-google-plus { background: #cd3627 }
.social-share .fa-envelope-o, .social-share.wa-enabled .fa-envelope-o { background: #666666;margin-right:0; }
.social-share a.fa-plus { background: #0073f2;display:none; }
.social-share a.fa-pinterest { background: #de010d; } /* Pinterest */

@media only screen and (max-width: 480px) {
	.social-share a {		
		margin-right:1%;
		width: 22%;
	}
	
	/* Whatsapp enabled */
	.social-share.wa-enabled a.fa-whatsapp { display:inline-block !important; }
	.social-share.wa-enabled a {		
		margin-right:1%;
		width: 22%;
	}
	
	/* Individual share buttons styling */
	.social-share.wa-enabled a.fa-envelope-o { display:none; }
	.social-share a.fa-plus { display:inline-block;margin-right:0; }
	.social-share a.fa-envelope-o { margin-right:1%; }
	.social-share a.fa-facebook { width:31%; }
	.social-share.pin-first a.fa-facebook { width:22%; }
	.social-share.pin-first a.fa-pinterest { width:31%; }
	.social-share a.fa-tumblr { display:none; }
	.social-share a.fa-google-plus { display:none; }
	.social-share a.fa-twitter { margin-right:0; }
}

/* Modal */
.share-modal {
	text-align:center;
}
.share-modal a,
.share-modal-bottom a {
	padding:4px 8px;
	display:block;
	margin: 0 auto 10px;
	width:50%;
	height:39px;
	font-size: 28px;
	line-height: 34px;
	color:white;
	text-align:left;
	box-shadow:0 0 0;
	vertical-align:top;
	border-radius:0;
	text-align:left;
	cursor:pointer;
}

.share-modal a.fa-whatsapp, .share-modal-bottom a.fa-whatsapp{ background:#5cbe4a;display:none; }
.share-modal a.fa-facebook, .share-modal-bottom a.fa-facebook{ background: #3c5898 }
.share-modal a.fa-twitter, .share-modal-bottom a.fa-twitter{ background: #6aadd1 }
.share-modal a.fa-tumblr, .share-modal-bottom a.fa-tumblr{ background: #2B4563 }
.share-modal a.fa-google-plus, .share-modal-bottom a.fa-google-plus{ background: #cd3627 }
.share-modal .fa-envelope-o, .share-modal.wa-enabled .fa-envelope-o, .share-modal-bottom .fa-envelope-o, .share-modal-bottom.wa-enabled .fa-envelope-o{ background: #666666; }
.share-modal a.fa-pinterest, .share-modal-bottom a.fa-pinterest{ background: #de010d; } /* Pinterest */
	
.mpage-end .facebook-share,
.entry-content a.facebook-share-video {
	background: #3c5898;
	color:white;
	padding:8px 10px;
	border-radius:7px;
	font-size:21px;
	margin-left:10px;
	display:inline-block;
}

@media only screen and (max-width: 767px) {
	.entry-content a.facebook-share-video {
		margin-left:0;
		margin-top:7px;
	}
	.sp-share-bottom{
		text-align:center;
	}
}
	
/****************************************************************
Hover buttons
****************************************************************/	
.center-container {
	text-align:center;
}
.image-container {
	position:relative;
	display:inline-block;
	max-width:100%;
}
.wp-element-caption {
	text-align:right;
	font-size:11px;
}

.button-container {
	position:absolute;
	top:10px;
	left:0;	
}
.button-container a {
	display:block;
	margin-bottom:10px;
	color:white;
	font-size:15px;
	cursor:pointer;
	padding: 10px 15px;
}

/* Facebook button */
.button-container .facebook-share {
	background: #3c5898;
}

/* Pinterest button */
.button-container .pinterest {
	background: #de010d;
}

@media only screen and (max-width: 1023px) {
	.button-container a .share-text { display:none; }
	.button-container a {
		width:40px;
	}
}
	
/****************************************************************
Post navigation
****************************************************************/
.adjacent-entry-pagination {
	margin-top:20px;
}
.adjacent-entry-pagination img {
	border-radius:8px;
}

.adjacent-entry-pagination .pagination-previous {
	width:47%;
	padding-right: 3%;
	border-right:1px solid #DDD;
	text-align:right;
	float:left;
}

.adjacent-entry-pagination .pagination-next {
	width:47%;
	text-align:left;
	float:left;
	padding-left: 3%;
}
.adjacent-entry-pagination a {
	display:block;
}

.adjacent-entry-pagination span.helper {
	display:block;
	margin-bottom:7px;
	font-size: 13px;
}
.adjacent-entry-pagination span.title {
		display:block;
		margin-top:5px;
		font-size:14px;
	}
@media only screen and (max-width: 480px) {
	.adjacent-entry-pagination span.title {
		font-size:12px;
	}
}

.fixed-prev-post {
	background-color: white;
    position: fixed;
    text-decoration: none;
    top: 45%;
    display: none;
	font-size:50px;
	left:5px;
	color:#EEE;
	text-align:center;
}	

.fixed-next-post {
	background-color: white;
    position: fixed;
    top: 45%;
    display: none;
	font-size:50px;
	right:5px;
	color:#EEE;
	text-align:center;
}	

@media (min-width: 1252px) {
	.fixed-prev-post {
		display: block;
	}
	.fixed-next-post {
		display: block;
	}
}

@media (max-width: 400px ) {
	.fixed-prev-post-mobile .fixed-text,
	.fixed-next-post-mobile .fixed-text {
		display: inline !important;
	}
	.fixed-next-post-mobile,
	.fixed-prev-post-mobile {
		display: block;
		top: auto;
		bottom:-52px;		
		background: #FFF;
		color: #222;
		font-size: 16px;
		padding: 15px 0;
		width: 50%;
		border-top: 1px solid #DDD;
		transition:bottom .4s ease 0s;
		z-index:99999;
	}
	.fixed-next-post-mobile.active,
	.fixed-prev-post-mobile.active	{
		bottom:0;
	}
	
	.fixed-prev-post-mobile {
		left:0;
	}
	.fixed-next-post-mobile {
		right:0;
		border-left: 1px solid #DDD;
	}
}

.entry-content h3 {
	font-size: 18px;
}	
/****************************************************************
 Related posts
****************************************************************/
 .related-posts {
	 padding-top:12px;
 }
 .type-post .related-posts {
	 display:none;
 }
 h4.related-title {
	 margin:10px auto 5px;
 }
.related-list li {
  float: left;
  list-style-type: none !important;
  margin: 0 2% 18px 0;
  width: 32%;
}
.related-list li img {
	display:block;
	margin-bottom:7px;
	
}

.related-list li a span.title {
	font-size:14px;
	height:54px;
	display:block;
}

.related-list .related-3,
.related-list .related-6,
.related-list .related-9 {
	margin-right: 0;
}

h3.related-title {
	display:block;
	width:100%;
	background: black;
	color:white;
	font-weight:400;
	font-size: 18px;
    padding: 6px 15px;
}



@media only screen and (max-width: 1139px) {
	.related-list li a span.title {
		height:72px;		
	}
}

@media only screen and (max-width: 1023px) {
	.related-list li a span.title {
		height:54px;		
	}
}

@media only screen and (min-width: 769px) {
	.related-list li img {
		width:100%;
		height:125px;
	}
	.related-list li {		
		height:202px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
	.related-list li {
		margin: 0 4% 15px 0;
		width: 48%;
	}
	.related-list li img {
		width:100%;
	}
	.related-list li a span.title {
		height:65px;		
	}
	
	.related-list .related-3 { margin-right: 4%; }
	.related-list .related-2,
	.related-list .related-4,
	.related-list .related-6,
	.related-list .related-8	{
		margin-right: 0;
	}
	.related-list .related-9 {
		display:none;
	}
	
}
@media only screen and (max-width: 480px) {
	.related-list li {
		  float: none;
		  margin: 0 0 25px 0;
		  width: 100%;
	}
	.related-list li img {
		width:100%;
		border-radius: 8px;
	}
	
	.related-list li a span.title {
		height:auto;
		font-size:inherit;
	}
}

.related-list li a {
	position:relative;
	display:block;
}
.related-list .shares {
	position:absolute;
	display:block;
	padding:3px 6px;
	top:10px;
	left:0;
	color:white;
	font-size:12px;
}

/****************************************************************
Waypoints & Sticky
****************************************************************/
.stuck {
	position:fixed;
	top:0;
}
.sticky-surpassed {
    position:absolute;
    bottom: 0;
}	
.sidebar .sticky-surpassed {
	left:0;
	right:0;
}
.sticky-container,
.sticky-container-article {
	position:relative;
	text-align:center;
}
.sidebar .stuck {
	top:10px;
}

@media only screen and (min-width: 1140px) {
	.sidebar .stuck {
		width:360px;
	}
}

/* Sticky top ad*/
.sp-sticky-banner {
	z-index:10000;
	position:fixed;
	top:0;
	left:0;
	background:#555;
	width:100%;
}

.sp-banner {
	text-align:center;
}

.sp-counter {
	margin:0 auto;
	text-align:center;
	font-size:12px;
	height:0px;
	overflow:hidden;
	background: #DDD;
	line-height:25px;
}

/* Sticky sidebar ads infinite */
.inf-block {
	position:relative;
	text-align:center;
}

.sticky-inf-parent {
	margin-bottom:15px;
}
/****************************************************************
Add-on: Facebook popup
****************************************************************/
.like-modal,
.follow-modal {
	border:0;
	padding:0;	
}

.like-modal h3,
.follow-modal h3 {
	font-size: 17px;
	padding:10px 0 10px 10px;
	background: #3b5998;
	color:white;
	text-align:left;
	padding-right:45px;
}

.like-modal .like-content,
.follow-modal .like-content {
	text-align:center;
	padding:0 10px;
	margin:0 auto;
}

.like-modal .somodal-confirm,
.follow-modal .somodal-confirm {
	 margin-top: 20px;
    display: block;
    font-size: 13px;
    text-decoration: underline;
    color: #999;
    cursor: pointer;
	display:block;
	text-align:center;
	background: #EEE;
	color: #555;
	padding:10px 0;
}

.like-modal .somodal-close,
.follow-modal .somodal-close {
	width:20px;
	height:20px;
	background:#EEE;
	color:#777;
	border-radius:3px;
	top:7px;
	right:7px;	
}
.like-modal .somodal-close:before,
.follow-modal .somodal-close:before {
	width:20px;
	line-height:20px;
}

.like-modal-aggr .somodal-close {
	background:none;
	border-radius:0;
}
.like-modal-aggr .somodal-close:before {
	font-size: 12px;
}




/****************************************************************
Add-on: Pinterest popup
****************************************************************/
.somodal-wrapper.pin-modal .pin-modal {
	max-width:500px;
}


/****************************************************************
Add-on: Save Article Functionality
****************************************************************/
.hold-save {
	margin: 15px auto;
}

.hold-save .fb-like {
	float:left;
	top:8px;
	margin-left:10px;
}
.hold-save .fb-like span {
	vertical-align:middle !important;
}

.save-post {
	background: #444;
	padding: 10px 15px;
	display:block;
	color:white;
	font-size:15px;
	width:86%; 
	float:left;
}
.save-post i {
	font-size:17px;
	margin-right:10px;
}
.save-post i {
	color:#e8554e;
}

.save-post.saved i {
	color:#00FF00;
}
.save-post.deleted i {
	color:red;
}

.somodal-wrapper.save-modal .save-modal {
	max-width:500px;
}
.save-modal .explain,
.save-modal .explain-delete,
.save-modal .close {
	display:none;
}
.save-modal h2 .fa-check {
	color: #00FF00;
}
.save-modal h2 .fa-trash-o {
	color: red;
}
@media only screen and (max-width: 1139px) {
	.save-post {
		width:84%; 
	}
}
@media only screen and (max-width: 1023px) {
	.save-post {
		width:86%; 
	}
}
@media only screen and (max-width: 768px) {
	.save-post {
		width:77%; 
	}
}
@media only screen and (max-width: 480px) {
	.save-post {
		width:65%; 
	}
}

/*
 * Saved articles page
 */
#saved-articles .entry {
	padding:10px 0;
}
#saved-articles .entry-header a img {
	width:150px;
	height:auto;
	margin:0 15px 0 0;
	float:left;
}

#saved-articles .entry-title  {
 font-size:18px;
}

#saved-articles .delete-button,
#saved-articles .show-button {
	background: #444;
	padding: 10px 15px;
	display:inline-block;
	color:white;
	font-size:15px;
}
#saved-articles .delete-button i {
	color:red;
}
#saved-articles .show-button i {
	color:#00FF00;
}
@media only screen and (max-width: 480px) {
	#saved-articles .entry-header a img {
		width:100%;
		margin:0 0 7px 0;
		float:none;
	}
	
	#saved-articles .entry-title  {
	 font-size:15x;
	}
}

/****************************************************************
Add-on: Save Image Functionality
****************************************************************/
.save-button,
.show-button {
	background: #444;
	padding: 10px 15px;
	display:block;
	color:white;
	font-size:15px;
	cursor:pointer;
}
.button-container .save-button i {
	color: #e8554e;
}
.button-container .save-button.saved i {
	color:#00FF00;
}

..button-container save-button i {
	font-size:17px;
	margin-right:10px;
	color: #0073f2;
}

.somodal-wrapper.save-image-modal .save-image-modal {
	max-width:500px;
}
.save-image-modal .explain,
.save-image-modal .explain-already,
.save-image-modal .close {
	display:none;
}
.save-image-modal h2 .fa-check {
	color: #00FF00;
}
.save-image-modal h2 .fa-trash-o {
	color: red;
}

/*
 * Saved images page
 */
.saved-image {
	position:relative;
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
.saved-image:nth-child(2n) {
	margin-right:0;
}
.saved-image img {
	width:100%;
}
.saved-image .save-button {
	position:absolute;
	top:0;
	left:0;
	color:white;
}
.saved-image .save-button i {
	color:red;
}
.saved-image .show-button {
	position:absolute;
	top:0;
	right:0;
	color:white;
}
.saved-image .show-button i {
	color:#00FF00;
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) { 
	.saved-image {
		position:relative;
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
}
/****************************************************************
Add-on: User functions
****************************************************************/
#menu-user-menu .fa-stack .fa-user, 
#menu-user-menu .fa-stack .fa-user-plus,
#menu-user-menu .fa-stack .fa-thumb-tack,
#menu-user-menu .fa-stack .fa-floppy-o,
#menu-user-menu .fa-stack .fa-upload {  
	color: #0073f2; 
} 
#menu-user-menu .fa-stack .fa-circle {  
	color: white; 
} 
#menu-user-menu .fa-stack .fa-circle.fa-color {
	color: #e8554e;
}
#menu-user-menu .fa-stack .fa-user.fa-color {
	color:white;
}

p.message {
	background: #ffffc7;
	border:1px solid orange;
	padding:5px;
}

.indicator-hint,
#pass-strength-result { 
	display:none !important;
	visibility:hidden;
}
.tml-resetpass input#pass1 {
	visibility:hidden;
	height:0px;
	padding:0;
	margin:0;
	width:0;
	float:left;
}
#pass1-text {
	margin-bottom:15px;
}
ul.register-list li {
	list-style-type:none !important;
}
ul.register-list li .fas{
	color:green;
}

.somodal ul.register-list {
	max-width:70%;
	margin:0 auto;
}
.somodal ul.register-list li {
	text-align:left;
}

.somodal .tml-login ul li {
	list-style-type:none;
}

.preloader {
	display:none;
	padding:0 7px 14px 7px;
	background: #ff8;
	border: 1px solid orange;
	margin:10px auto;
}

.preloader img {
	position:relative; 
	top:10px;
}

.login-modal p.error {
	padding:14px 7px;
	background: #ff8;
	border: 1px solid orange;
	margin:10px auto;
}
/****************************************************************
Add-on: SocialPro optin
****************************************************************/
.sp-optin {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.form-below {
	padding:10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align:center;
}

.convert-part {
	padding:10px;
	text-align:center;
}

.convert-part span {
	display:block;
	margin-top:40px;
}
.sp-optin-message {
	margin: 5px;
	padding: 5px;
	background: #ffff88;
	display:none;
	border:1px solid orange;
}
#optin-email {
	width:80%;
}

.success-part {
	padding:30px;
}

@media only screen and (min-width: 767px) {
	.convert-part {
		text-align:left;
	}
	.convert-part img {
		float:left;
	}
}

.sidebar .convert-part {
	text-align:center;
}
.sidebar .convert-part img {
	float:none;
}
.sidebar .sp-optin {
	margin: 10px auto;
}

/****************************************************************
Add-on: SocialPro Source
****************************************************************/
.sp-source {
	font-size:12px;
}

/****************************************************************
 Add-on: Nieuwsbrief
****************************************************************/
.optin-container {
	margin: 15px 0;
}

/****************************************************************
Add-on: SocialPro Infinite
****************************************************************/
.sp-infinite-divider {
	height: 1px;
	border-bottom:2px solid #DDD;
	margin:10px auto;
}

.sp-infinite-divider:first-child {
	border: 0;
}
.sp-infinite-divider.no-margin {
	margin-top:0;
}

.infinite-post .related-2, 
.infinite-post .related-3, 
.infinite-post .related-4, 
.infinite-post .related-5, 
.infinite-post .related-6, 
.infinite-post .related-7, 
.infinite-post .related-8, 
.infinite-post .related-9 {
	display:none;
}
@media only screen and (min-width: 480px) {
	.infinite-post .related-2 {
		display:list-item;
	}
}
@media only screen and (min-width: 768px) {
	.infinite-post .related-3 {
		display:list-item;
	}
}


.sp-infinite-loader span {
	position:relative;
	top: -8px;
}

@media only screen and (max-width: 768px) {
	.sp-infinite-divider {
		border-bottom:7px solid #DDD;
		width:100vw;
		margin-left: calc(-1 * ((100vw - 100%) / 2));
	}
		
	.optin-infinite {
		width:100vw;
		margin-left: calc(-1 * ((100vw - 100%) / 2)) !important;
		margin-bottom: 0 !important;
		padding:10px 10px 0;
		background: #DDD;
	}
	.optin-infinite .sp-optin {
		background:white;
	}
	
}

/****************************************************************
Add-on: Quiz
****************************************************************/
.quiz-share {
	background: #3c5898;
	color:white;
}


/****************************************************************
Gravity forms styles
****************************************************************/
ul.gform_fields {
	margin:0;
}
ul.gform_fields li {
	list-style-type:none;
}
.entry-content ul.gform_fields li {
	margin-bottom:10px;
}

ul.gform_fields li.gfield_html ul li {
	list-style-type:disc;
	margin-bottom: 0;
}
.validation_error,
.validation_message {
	background: #ffffc7;
	border:1px solid orange;
	padding:5px;
	margin-bottom:10px;
}

.gform_fileupload_multifile {
	padding:10px;
	border:1px dashed #DDD;
	background: #F9F9F9;
	margin: 10px 0;
}

.gfield_label {
	font-weight:bold;
}

/****************************************************************
Ad styles
****************************************************************/

/* Common styles */
.da-container {
	text-align:center;
	min-width: 300px;
	min-height:250px;
}
.da-container ins.adsbygoogle {
	margin:0 auto;
}
.da-container ins.adsbygoogle {
	min-width:250px;
}
/* Adpushup styles */
.adp-interscroller-ad-label-bottom, .adp-interscroller-ad-label-top {
	color: #333 !important;
	border: 1px solid #EEE !important;
	background: white !important;
	font-style: italic;
}
/* Notification style */
.da-notification {
	display: block;
	font-size: 10px;
	padding-bottom: 9px;
	text-align: center;
}


/* Sitewide ads */
.da-after-nav ins.adsbygoogle,
.da-after-nav div:first-child {
	margin-bottom:15px;
}

/* Article ads */
.sp_text_ad {
	font-size:12px;
	color: #555;
	display:none;
}
.da-above-article {
	margin-bottom:15px;
}

/* Mid article */
.da-article-mid {
	margin-bottom: 15px;
	display:block;	
}

@media only screen and (min-width: 1024px) {	
    .da-article-mid {
		display: none;
	}
	.da-article-mid.da-ad-2,
	.da-article-mid.da-ad-4 {
		display:block;
	}
	
}

/* below article */
.da-below-article {
	margin: 5px auto 20px;
	padding-top: 10px;
	border-top: 1px solid #EEE;
}
.da-below-article div:first-child {
	margin:0 auto;
}


/* Mid related posts new ad */
.related-mid-ad {
	margin: 15px auto !important;
	min-height:250px;
}

/* Archive ads */
.da-archive-mobile {
	margin: 0 auto 10px;
}


/****************************************************************
Cookie Consent styles
****************************************************************/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

@media only screen and (max-width: 767px) {
	.cc-window {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		text-align:center;
		font-size:12px;
	}
	
	.cc-window .cc-message {
		margin-bottom:5px;
	}
}

/****************************************************************
New style for infinite posts
****************************************************************/
@media only screen and (min-width: 769px) {
	.mag-style .site-container {
		background:#EEE;
	}
	.mag-style .site-container .content {
		background:white;
	}
	.mag-style .site-container .content .entry {
		padding:20px 15px 20px 15px;
	}
	.mag-style .site-header {
		background:white;
	}
	.mag-style .site-container .sidebar-primary {
		background:white;
		padding-top:10px;
	}

	.mag-style .sp-infinite-divider {
		height:20px;
		border: 0;
		background: #EEE;
	}
	.mag-style  .fixed-next-post,
	.mag-style  .fixed-prev-post	{
		background-color: #EEE;
		color:white;
	}
	.mag-style .optin-container {
		border-top: 20px solid #EEE;
		margin:0;
	}
	.mag-style .sidebar .entry {
		padding:0 10px 0 10px;
	}
	
	/* Ad between articles desktop */
	.mag-style .da-article-between{
		padding:0;
		border-top:20px solid #EEE;
		background: #EEE;
	}
}
@media only screen and (min-width: 1280px) {
.mag-style .site-container .content .entry {
		padding:20px 45px 20px 45px;
	}
}

.wp-block-embed-youtube .wp-block-embed__wrapper{
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#adsight-slider{
    bottom:135px;
    right: 10px;
	z-index:2147483648;
}

@media only screen and (max-width: 600px) {
    #adsight-slider{
        bottom:135px;
        right: 10px;
    }
}


#adsight-header-div {
	z-index: 2147483647;
	overflow:hidden;
}


