/*!
Theme Name: runrunnes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: runrunnes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

runrunnes is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
 
/**STYLE RUNRUNES**/

@font-face {
	font-family: 'Roboto Slab Regular';
	src: url('fonts/Roboto_Slab/RobotoSlab-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'Roboto Slab Light';
	src: url('fonts/Roboto_Slab/RobotoSlab-Light.ttf')  format('truetype');
}
@font-face {
	font-family: 'Roboto Slab Bold';
	src: url('fonts/Roboto_Slab/RobotoSlab-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: 'Roboto Regular';
	src: url('fonts/Roboto/Roboto-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'Roboto Light';
	src: url('fonts/Roboto/Roboto-Light.ttf')  format('truetype');
}

@font-face {
	font-family: 'Roboto Bold';
	src: url('fonts/Roboto/Roboto-Bold.ttf')  format('truetype');
}

/** GENERAL **/
body{
	margin-bottom: 0px !important;
	background: #f5f5f6;
}
body.no-scroll{
	overflow: hidden;
}
a{
	text-transform: none;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: none;
}
.title-page{
	color: rgb(46, 49, 146);
	font-family: 'Roboto Slab Regular', sans-serif;
	text-align: center;
	font-size: 18px;
	margin: 30px 0px;
	text-transform: uppercase;
}
.page-body{
	padding: 40px 0px;
}

.a2a_kit a img{
	width: 20px !important;
}
#content{
	padding-top: 80px;
}
img.load{
	width: 100px;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
	display: none;
}
img.load_more{
	width: 100px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: -30px;
	display: none;
}
img.load.show, img.load_more.show{
    display: block;
}
.title-page.hidden{
	display: none;
}
/** END GENERAL **/
/*HEADER*/
header#masthead{
	background: white;
	padding-top: 20px;
    padding-bottom: 20px;
	z-index: 20;
	position: absolute;
	min-height: 74px;
	font-size: 16px;
}
header#masthead.scrolling{
	position: fixed;
	border-bottom: 1px solid #e8e8e9;
}
.vertical-top{
	margin-top: auto;
	margin-bottom: auto;
}
header#masthead .site-branding img{
	max-width: 180px;
	width: 100%;
}
header#masthead #site-navigation ul ul{
	padding: 10px;
	background: white;
	width: 180px;
}
header#masthead #site-navigation ul ul li{
	padding: 5px 0px;
}
header#masthead #site-navigation a{
	margin-right: 30px;
	color: rgb(77,77,77);
	font-size: 14px;
	font-family: 'Roboto Slab Bold', sans-serif;
	transition: all 0.5s ease;
}

header#masthead #site-navigation a:hover, 
header#masthead #site-navigation li.current-menu-item a, 
header#masthead #site-navigation li.current-menu-parent > a {
	color: rgb(46, 49, 146);
	transition: all 0.5s ease;
}

header#masthead #site-navigation a,
header#masthead .social-networks{
	text-align: right;
}
header#masthead .social-networks a{
	margin-left: 2px;
	font-size: 22px;
	color: rgb(46, 49, 146);
	vertical-align: middle;
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
}
/*header#masthead .social-networks a img{*/
header#masthead .social-networks a img, header#masthead .social-networks a svg{
	width: 22px;
	
}
header#masthead .social-networks a:nth-of-type(6) img, header#masthead .social-networks a:nth-of-type(6) svg{
	width: 20px;
	margin-top: -3px;
}
header#masthead .social-networks a:nth-of-type(4) svg{
	margin-top: -4px;
}

header#masthead .social-networks a svg path{
	fill: rgb(46, 49, 146);
	transition: all 0.5s ease;
}

header#masthead .social-networks a:hover svg path{
	fill: rgb(247,147,30);
	transition: all 0.5s ease;
}
header#masthead .social-networks .separator{
	width: 1px;
	background: rgb(46, 49, 146);
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	margin-left:5px;
	margin-right: 2px;
}
header#masthead .site-branding{
	margin-left: 4.15%;
}
/** END HEADER **/
/** SEARCH FORM **/
.search-zone{
	position: absolute;
    margin-top: -100vh;
	width: 100%;
	transition: all 0.5s ease;
}
.search-zone.open{
	margin-top: 74px;
    position: fixed;
    z-index: 10;
    transition: all 0.5s ease;
}
.search-zone .mask{
	position: absolute;
	content: '';
	z-index: 10;
	height: calc(100vh - 74px);
	background: rgba(0,0,0,0.5);
	width: 100%;
}

.search-zone form.search-form{
	background:rgb(19, 19, 45);
	padding: 10px 0px;
	text-align: center;
	position: relative;
	z-index: 11;
}
.search-zone form.search-form label{
	margin-bottom: 0px;
	width: 50%;
}
.search-zone form.search-form label .search-field{
	background: transparent;
	border-radius: 0px;
	border: 0px solid;
	border-bottom: 1px solid white;
	color: white;
	width: 100%;
	outline: none;
	font-family: 'Roboto Slab Regular', sans-serif;
}

.search-zone form.search-form label .search-field::-webkit-input-placeholder, .toggle-menu form.search-form label .search-field::-webkit-input-placeholder{ /* Edge */
	color: white;
}
  
.search-zone form.search-form label .search-field:-ms-input-placeholder, .toggle-menu form.search-form label .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}
  
.search-zone form.search-form label .search-field::placeholder, .toggle-menu form.search-form label .search-field::placeholder {
	color: white;
}
.search-zone form.search-form .search-submit{
	display: none;
}
/** END SEARCH FORM **/
header#masthead .social-networks .Zeno_FR_Widget{
	width: 55px;
	display: inline-block;
    margin: 0px;
    height: 30px;
	text-align: right;
	vertical-align: middle;
}
header#masthead .social-networks .Zeno_FR_Widget p{
	text-align: right;
	margin-bottom: 0px;
}
header#masthead .social-networks .Zeno_FR_Widget h2{
	display: none;
}
header#masthead .social-networks .Zeno_FR_Widget a{
	font-size: initial;
	vertical-align: baseline;
}
header#masthead .social-networks .Zeno_FR_Widget span a:nth-child(1){
	font-size: 13px !important;
}
header#masthead .social-networks .Zeno_FR_Widget span a:nth-child(2){
	font-size: 16px !important;
}
header#masthead .social-networks .Zeno_FR_Widget span a:nth-child(3){
	font-size: 21px !important;
}
/** SIDEBAR **/
#last-posts {
	background: white;
	padding: 25px;
}
#last-posts h6{
	color: rgb(46, 49, 146);
	font-family: 'Roboto Slab Regular', sans-serif;
	margin-bottom: 20px;
}
#last-posts .last-post{
	margin-bottom: 30px;
}
#last-posts .last-post:last-child{
	margin-bottom: 0px;
}
#last-posts .last-post a h2{
	line-height: 0.9rem;
	font-size: 0.9rem;
}
#last-posts .last-post a{
	color: rgb(77,77,77);
	font-family: 'Roboto Slab Regular', sans-serif;
	transition: all 0.5s ease;
}
#last-posts .last-post a:hover{
	color: rgb(46, 49, 146);
	font-family: 'Roboto Slab Regular', sans-serif;
	transition: all 0.5s ease;
}
#last-posts .last-post .meta .time{
	color: #999999;
	font-size: 12px;
	font-family: 'Roboto Slab Regular', sans-serif;
	margin-right: 10px;
}
#last-posts .last-post .meta .category, .post-card .meta .category{
	background: #f7931e;
	padding: 1px 3px 2px 3px;
	font-size: 11px;
	color: white;
	line-height: 13px;
	display: inline-block;
}
/** END SIDEBAR **/

/** FOOTER **/
footer.site-footer{
	background: rgb(19, 19, 45);
	padding-top: 2%;
	padding-bottom: 0.5%;
}
footer.site-footer .social-networks{
	margin-left: 4.166666%;
}
footer.site-footer .social-networks h6{
	color: rgb(247,147,30);
	margin-bottom: 0px;
	font-family: 'Roboto Slab Regular', sans-serif;
}
footer.site-footer .social-networks a{
	color: white;
	font-size: 30px;
	margin-right: 5px;
	text-decoration: none;
	transition: all 0.5s ease;
}
footer.site-footer .social-networks a img{
	width: 29px;
}
footer.site-footer .social-networks a svg{
	width: 29px;
	margin-top: -6px;
}
footer.site-footer .social-networks a svg path{
	fill: white;
	transition: all 0.5s ease;
}
footer.site-footer .social-networks a:hover svg path{
	fill: rgb(247,147,30);
	transition: all 0.5s ease;
}
footer.site-footer .logo{
	text-align: center;
}
footer.site-footer .logo img{
	max-width: 300px;
}
footer.site-footer .menu nav ul{
	list-style: none;
	padding-left: 0px;
}
footer.site-footer .menu nav ul li{
	display: inline-table;
	margin-right: 2px;
}
footer.site-footer .menu nav ul li:nth-child(3){
	width: 100%;
}
footer.site-footer .menu nav ul li:last-child:after{
	content: '';
}
footer.site-footer .menu nav ul li:after{
	content: '/';
	margin-left: 5px;
	color: white;
}
footer.site-footer .menu nav ul li a{
	color: white;
	font-size: 13px;
	font-family: 'Roboto Slab Regular';
	text-decoration: none;
	transition: all 0.5s ease;
}
footer.site-footer .menu nav ul li ul{
	display: none;
}
footer.site-footer .menu nav ul li a:hover, footer.site-footer .social-networks a:hover, header#masthead .social-networks a:hover{ 
	color: rgb(247,147,30);
	transition: all 0.5s ease;
}
/** END FOOTER **/

footer.site-footer .copyright, footer.site-footer .copyright a{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	text-align: center;
	font-family: 'Roboto Slab Regular', sans-serif;
	text-transform: none;
	text-decoration: none;
	outline: none;
}

/***** POST CARD ******/
.post-card{
	background: white;
	margin-bottom: 30px;
	padding: 20px;
}
.list-posts .post-card:last-child{
	margin-bottom: 0px;
}
.post-card .meta-post a.author{
	color: rgb(77,77,77);
	font-size: 12px;
	font-family: 'Roboto Slab Regular', sans-serif;
	margin-right: 20px;
}
.post-card .meta-post .time, .post-card .stats-post{
	color: #999999;
	font-size: 12px;
	font-family: 'Roboto Slab Regular', sans-serif;
}
.post-card .meta-post .time{
	margin-right: 10px;
}
.post-card .stats-post{
	text-align: right;
	color: rgb(77,77,77);
}
.post-card .stats-post span{
	margin-left: 5px;
}
.post-card .stats-post span:nth-of-type(2) i{
	margin-right: 3px;
	font-size: 14px;
}
.post-card .title-post-search{
	font-size:1.3em;
}
.post-card .title-post, .post-card .title-post-search a{
	color: rgb(77,77,77);
	font-family: 'Roboto Slab Bold', sans-serif;
	line-height: 1em;
}

.post-card .title-post h2{
	line-height: 1.2em;
	margin: 0.67em 0;
	font-size: 2em;
}
.post-card .image-post{
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
}
.post-card .image-post img{
	width: 100%;
	height: 100%;
}
.post-card .video-content{
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
}
.post-card .body-post{
	font-family: 'Roboto Regular', sans-serif;
	/*height: 170px;*/
    overflow: hidden;
	line-height: 1.3em;
}
.post-card .body-post div div:not([id]):not([class]){
	width: 300px;
	border-top: 3px solid rgb(46, 49, 146);
	border-bottom: 3px solid rgb(46, 49, 146);
	font-family: 'Roboto Light', sans-serif;
	line-height: 1.3em;
	margin: 0px auto 15px auto;
}

.post-card .body-post div p:nth-child(2n), .post-card .body-post div p:nth-child(2n+1),
.post-card .body-post > div > div:nth-child(2n), .post-card .body-post > div > div:nth-child(2n+1),
.post-card .body-post div h1:nth-child(2n), .post-card .body-post div h1:nth-child(2n+1),
.post-card .body-post div h2:nth-child(2n), .post-card .body-post div h2:nth-child(2n+1),
.post-card .body-post div h3:nth-child(2n), .post-card .body-post div h3:nth-child(2n+1),
.post-card .body-post div h4:nth-child(2n), .post-card .body-post div h4:nth-child(2n+1),
.post-card .body-post div h5:nth-child(2n), .post-card .body-post div h5:nth-child(2n+1),
.post-card .body-post div h6:nth-child(2n), .post-card .body-post div h6:nth-child(2n+1),
.post-card .body-post div blockquote:nth-child(2n), .post-card .body-post div blockquote:nth-child(2n+1),
.post-card .body-post div ul:nth-child(2n), .post-card .body-post div ul:nth-child(2n+1),
.post-card .body-post div ol:nth-child(2n), .post-card .body-post div ol:nth-child(2n+1),
.post-card .body-post div figure:nth-child(2n), .post-card .body-post div figure:nth-child(2n+1){
		display: none;
}

.post-card .body-post div .twitter-tweet:nth-child(2n), .post-card .body-post div .twitter-tweet:nth-child(2n+1){
 	display: none !important;
}
.post-card .body-post.open div .twitter-tweet:nth-child(2n), .post-card .body-post.open div .twitter-tweet:nth-child(2n+1){
	display: block !important;
}
.post-card .body-post div p:nth-child(2), .post-card .body-post div p:nth-child(1),
.post-card .body-post > div > div:nth-child(2), .post-card .body-post > div > div:nth-child(1),
.post-card .body-post div h6:nth-child(2), .post-card .body-post div h6:nth-child(1),
.post-card .body-post div h5:nth-child(2), .post-card .body-post div h5:nth-child(1),
.post-card .body-post div h4:nth-child(2), .post-card .body-post div h4:nth-child(1),
.post-card .body-post div h3:nth-child(2), .post-card .body-post div h3:nth-child(1)
.post-card .body-post div h2:nth-child(2), .post-card .body-post div h2:nth-child(1),
.post-card .body-post div h1:nth-child(2), .post-card .body-post div h1:nth-child(1),
.post-card .body-post div blockquote:nth-child(2), .post-card .body-post div blockquote:nth-child(1),
.post-card .body-post div ul:nth-child(2), .post-card .body-post div ul:nth-child(1),
.post-card .body-post div ol:nth-child(2), .post-card .body-post div ol:nth-child(1),
.post-card .body-post div figure:nth-child(2), .post-card .body-post div figure:nth-child(1){
	display: block;
}
.post-card .body-post div .twitter-tweet:nth-child(2), .post-card .body-post div .twitter-tweet:nth-child(1){
	display: block !important;
}
.post-card .body-post.open div p:nth-child(2n), .post-card .body-post.open div p:nth-child(2n+1),
.post-card .body-post.open > div > div:nth-child(2n), .post-card .body-post.open > div > div:nth-child(2n+1),
.post-card .body-post.open div h1:nth-child(2n), .post-card .body-post.open div h1:nth-child(2n+1),
.post-card .body-post.open div h2:nth-child(2n), .post-card .body-post.open div h2:nth-child(2n+1),
.post-card .body-post.open div h3:nth-child(2n), .post-card .body-post.open div h3:nth-child(2n+1),
.post-card .body-post.open div h4:nth-child(2n), .post-card .body-post.open div h4:nth-child(2n+1),
.post-card .body-post.open div h5:nth-child(2n), .post-card .body-post.open div h5:nth-child(2n+1),
.post-card .body-post.open div h6:nth-child(2n), .post-card .body-post.open div h6:nth-child(2n+1),
.post-card .body-post.open div blockquote:nth-child(2n), .post-card .body-post.open div blockquote:nth-child(2n+1),
.post-card .body-post.open div ul:nth-child(2n), .post-card .body-post.open div ul:nth-child(2n+1),
.post-card .body-post.open div ol:nth-child(2n), .post-card .body-post.open div ol:nth-child(2n+1),
.post-card .body-post.open div figure:nth-child(2n), .post-card .body-post.open div figure:nth-child(2n+1){
		display: block;
}
.post-card .body-post.open div .twitter-tweet:nth-child(2n), .post-card.open .body-post div .twitter-tweet:nth-child(2n+1){
	display: block !important;
}

.post-card .body-post iframe{
	width: 100%;
}
.post-card .body-post iframe:not([allowfullscreen]):not(.wp-embedded-content){
	width: 100%;
	height: 100%;
}
.post-card .body-post a{
	border-bottom: 2px solid #f7931e;
	color: rgb(77,77,77);
}
.post-card .body-post h3{
	font-family: 'Roboto Slab Bold', sans-serif;
	font-size: 16px;
	color: #f7931e;
	margin-bottom: 5px;
}
.post-card .body-post h4{
	font-family: 'Roboto Slab Bold', sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
.post-card .body-post h6{
	position: relative;
	font-family: 'Roboto Slab Light', sans-serif;
}
.post-card .body-post h6:before{
	content: '';
	display: inline-block;
	margin-right: 3px;
	width: 12px; 
	height: 12px; 
	top: 4px;
	background: #f7931e;
    border-radius: 50%;
}
.post-card .body-post div h4:before{
	display: inline-table;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    margin-top: 0px;
    background: #f7931e;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
    color: white;
    vertical-align: middle;
    font-weight: bold;
}
.post-card .body-post div h4:first-of-type:before{
	content: '1';
}
.post-card .body-post h4:nth-of-type(2):before{
	content: '2';
}
.post-card .body-post div h4:nth-of-type(3):before{
	content: '3';
}
.post-card .body-post h4:nth-of-type(4):before{
	content: '4';
}
.post-card .body-post div h4:nth-of-type(5):before{
	content: '5';
}
.post-card .body-post h4:nth-of-type(6):before{
	content: '6';
}

.post-card .body-post div h4:nth-of-type(7):before{
	content: '7';
}
.post-card .body-post h4:nth-of-type(8):before{
	content: '8';
}
.post-card .body-post div h4:nth-of-type(9):before{
	content: '9';
}
.post-card .body-post h4:nth-of-type(10):before{
	content: '10';
}
.post-card .body-post div h4:nth-of-type(11):before{
	content: '11';
}
.post-card .body-post h4:nth-of-type(12):before{
	content: '12';
}
.post-card .body-post div h4:nth-of-type(13):before{
	content: '13';
}
.post-card .body-post h4:nth-of-type(14):before{
	content: '14';
}

.post-card .body-post div h4:nth-of-type(15):before{
	content: '15';
}
.post-card .body-post h4:nth-of-type(16):before{
	content: '16';
}
.post-card .body-post div h4:nth-of-type(17):before{
	content: '17';
}
.post-card .body-post h4:nth-of-type(18):before{
	content: '18';
}
.post-card .body-post div h4:nth-of-type(19):before{
	content: '19';
}
.post-card .body-post h4:nth-of-type(20):before{
	content: '20';
}
.post-card .body-post div h4:nth-of-type(21):before{
	content: '21';
}
.post-card .body-post h4:nth-of-type(22):before{
	content: '22';
}
.post-card .body-post blockquote:before{
	content: '\00AB';
	display: inline;
	color: #f7931e;
	font-size: 50px;
	line-height: 35px;
	font-weight: bold;
}
.post-card .body-post blockquote{
	color: rgb(46, 49, 146);
	font-size: 18px;
	font-family: 'Roboto Slab Regular', sans-serif;
	display: block;
	max-width: 300px;
	margin: 0px auto 25px auto;
}
.post-card .body-post blockquote strong{
	font-size: 15px;
	font-family: 'Roboto Slab Bold', sans-serif;
}
.post-card .body-post blockquote ~ p{
	display: inline-block;
	vertical-align: top;
}
.post-card .body-post blockquote p:first-child{
	margin:0px;
}
.post-card .body-post div .insert-page{
	background: #F5F5F6;
	padding: 15px 0px;
	margin-bottom: 20px;
}
.post-card .body-post div .insert-page .row{
	display: flex !important;
}
.post-card .body-post div .insert-page .row > div{
	display: flex !important;
}
.post-card .body-post div .insert-page section a{
	border-bottom: 0px;
	outline: none;
}
.fullwidth{
	flex: 0 0 calc(100% + 30px);
	-ms-flex: 0 0 calc(100% + 30px);
}
.post-card .body-post div .insert-page section .data .title_relationship{
	font-size: 1.2em;
	margin: 0px;
	font-family: 'Roboto Bold', sans-serif;
	transition: all 0.5s ease;		
}
.post-card .body-post div .insert-page section .data .title_relationship:hover{
	color: rgb(46, 49, 146);
	transition: all 0.5s ease;
}
.post-card .body-post div .insert-page section .data.col-md-12 a{
	margin-left: auto;
	margin-right: auto;
}
.post-card .body-post div .insert-page section .data.col-md-12 .title_relationship{
	text-align: center;
}
.post-card .body-post div .insert-page section .data .more-theme{
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 0px;
}
.post-card .body-post div .insert-page section .data.col-md-12 .more-theme{
	text-align: center;
}
.post-card .body-post div .insert-page section .data.col-md-12 .read-more a{
	margin: 5px auto 0px auto;
}
.post-card .body-post div .insert-page section .data.col-md-9 .read-more a{
	margin-top: 5px;
	margin-left: auto;
}
.post-card .body-post div .insert-page section .data .read-more a:hover{
	color: rgb(46, 49, 146);
	transition: all 0.5s ease;
}
.post-card .body-post div .insert-page section .data .read-more a{
	font-size: 12px;
	border-bottom: 0px;
	display: block;
	outline: none;
	transition: all 0.5s ease;
}
.post-card .body-search{
	height: 80px;
}
.post-card .body-post.open{
	height: auto;
	transition: all 0.5s ease;
}
.btn-more.hidden{
	overflow: hidden;
	height: 0;
	transition: all 0.5s ease;
}
.post-card .btn-more{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.post-card .btn-more a{
	color: rgb(77,77,77);
	padding: 10px 50px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid rgb(77,77,77);
	display: inline;
	font-family: 'Roboto Slab Regular', sans-serif;
	font-size: 13px;
	cursor: pointer;
}
.post-card .btn-more a i{
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
.post-card .networks{
	text-align: right;
}
.post-card .meta .category{
	text-align: left;
}
.addtoany_share_save_container, div.post-views{
	display: none !important;
}
/** END POSTCARD **/

/** HEADER PAGE DETAIL **/
.header-page{
	width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
	background:rgb(19, 19, 45);
	padding: 50px 0px 20px 0px;
	margin-bottom: 50px;
}
.header-page label{
	display: block;
	color: white;
	font-family: 'Roboto Slab Regular', sans-serif;
}
.header-page h1{
	color: white;
	margin: 0px;
	font-family: 'Roboto Slab Bold', sans-serif;
}
.header-page h1{
	display: inline-block;
	vertical-align: middle;
}
.header-page .separator{
	display: inline-block;
	width: 1px;
	height: 35px;
	background:#f7931e;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: bottom;
}
.header-page .social-networks{
	display: inline-block;
	vertical-align: bottom;
}
.header-page .social-networks a{
	font-size: 20px;
	color:#f7931e;
	margin-right: 5px;
}
/** END HEADER PAGE DETAIL **/
#sidebar-ads .ads{
	margin-bottom: 50px;
}
.menu-responsive, .sidebar-responsive{
	display: none;
	
}

.toggle-menu{
	display: none;
}
body.author .list-posts{
	margin-bottom: 30px;
}
header#masthead #site-navigation li li a{
	text-align: left;
}
body.author .load_more{
	margin-bottom: 30px;
}
#div-gpt-ad-1539274771687-0{
	display: none;
	margin: 0px auto;
}
#div-gpt-ad-1545405059260-0{
	margin: 0px auto;
	
}

.post-card .image-post a{
	width: 100%;
}
@media(min-width: 1440px){
	.site-branding{
		flex: 0 0 180px;
	}
	#site-navigation.vertical-top{
		flex: 0 0 calc(50% + 16.666667% - 180px);
		max-width: calc(50% + 16.666667% - 180px);
	}
	.justificado{
		justify-content: center;
	}
	#content .offset-xl-1{
		margin-left: 0px;
		width: 380px;
		max-width: 380px;
		flex: 0 0 100%;
	}
	#content .offset-xl-1 ~ .col-xl-7{
		max-width: 945px;
		margin-left: 15px;
		flex: 0 0 100%;
	}
	.page-body{
		padding-left: 40px;
		padding-right: 40px;
	}
	
}
@media(max-width:1024px), (max-width:1200px) and (orientation: landscape){
	.author .header-page.hidden{
		margin-top: -35px;
	}
	.load_footer{
		position: absolute;
		bottom: 0px;
	}
	
	body.search-no-results footer.site-footer{
		position: absolute;
		bottom: 0px;
	}
	body.search-no-results footer.site-footer.bottomOff{
		position: relative;
	}
	.menu-toggle, .bnt-sidebar-responsive{
		display: block;
	}
	header#masthead .site-branding{
		margin-left: 0px;
		text-align: center;
	}
	
	header#masthead div.row > #site-navigation, header#masthead div.row > .social-networks{
		display: none;
	}
	
	header#masthead .menu-responsive{
		display: block;
	}
	
	header#masthead .menu-responsive button{
		background-color: transparent;
		background-image: url('images/icn-menu-movil.svg');
		padding: 0px;
		border: 0px;
		width: 30px;
		height: 40px;
		background-size: cover;
		background-position-x: -25px;
	}
	header#masthead .bnt-sidebar-responsive{
		text-align: right;
	}
	header#masthead .bnt-sidebar-responsive button{
		background-color: transparent;
		background-image: url('images/icn-mas-reciente-movil.svg');
		margin-left: auto;
		padding: 0px;
		border: 0px;
		width: 30px;
		height: 40px;
		background-size: cover;
		background-position-x: -20px;
		background-position-y: 2px;
	}
	header#masthead .menu-responsive ul{
		margin: 0px;
		list-style: none;
		padding: 0px;
	}
	
	header#masthead .sidebar-responsive{
		overflow: hidden;
		overflow-y: scroll;
		display: block;
	}
	header#masthead .sidebar-responsive #last-posts{
		padding: 10px 15px 25px 15px;
	}
	header#masthead .toggle-menu.open, header#masthead .sidebar-responsive.open{
		top: 0px;
		transition: all 0.5s ease;
	}
	header#masthead .toggle-menu.hidden{
		top: -100vh;
	}
	header#masthead .toggle-menu, header#masthead .sidebar-responsive{
		width: 100%;
		position: absolute;
		background: white;
		height: 100vh;
		top: -100vh;
		z-index: 12;
		display: block;
		transition: all 0.5s ease;
	}
	.exit img{
		width: 30px;
	}
	header#masthead .toggle-menu .exit, header#masthead .sidebar-responsive .exit{
		background: transparent;
		padding: 0px;
		font-size: 30px;
		margin: 20px 0px 20px 15px;
		border: 0px;
	}
	header#masthead .toggle-menu .exit svg, header#masthead .sidebar-responsive .exit svg{
		width: 20px;
		height: 20px;
	}
	header#masthead .toggle-menu ul{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	header#masthead .toggle-menu ul li{
		padding: 5px 15px;
	}
	header#masthead .toggle-menu ul li a{
		color: rgb(77,77,77);
		font-size: 18px;
	    font-family: 'Roboto Slab Bold', sans-serif;
	}
	header#masthead .toggle-menu .social-networks{
		margin-top: 30px;
		padding-left: 15px;
		text-align: left;
	}
	header#masthead .toggle-menu .social-networks a{
		font-size: 25px;
	}
	header#masthead .toggle-menu .social-networks a svg, header#masthead .toggle-menu .social-networks a img{
		width: 22px;
	}
	header#masthead .toggle-menu .search-form{
		width: calc(100% - 30px);
		margin: 20px auto;
		margin-top: 15%;
		border-radius: 5px;
		background: rgb(46, 49, 146);
		padding: 10px 15px;
		position: absolute;
		left: 15px;
		bottom: 50px;
	}
	header#masthead .toggle-menu .search-form label{
		margin-bottom: 0px;
		width: calc(100% - 30px);
	}
	header#masthead .toggle-menu .search-form input{
		margin-bottom: 0px;
		background: transparent;
		border: 0px;
		outline: none;
		color: white;
		font-family: 'Roboto Slab Regular', sans-serif;
	}
	header#masthead .toggle-menu .search-form button{
		background: transparent;
		border: 0px;
		padding: 0px;
		vertical-align: middle;
		display: inline-block;
	}
	header#masthead .toggle-menu .search-form button svg{
		width: 24px;
	}
	header#masthead .toggle-menu .search-form button svg g path{
		fill: #f7931e;
	}
	footer.site-footer .social-networks{
		padding-left: 15px;
		order: 2;
	}
	footer.site-footer .logo{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	footer.site-footer .logo img{
		max-width: 250px;
	}
	footer.site-footer .social-networks{
		margin-left: 0px;
	}
	footer.site-footer .social-networks a{
		font-size: 20px;
		margin-right: 0px;
	}
	footer.site-footer .social-networks a img{
		width: 22px;
	}
	footer.site-footer .social-networks a svg{
		width: 22px;
	}
	footer.site-footer .menu nav ul{
		margin-left: 0px;
	}
	footer.site-footer .copyright{
		margin-bottom: 10px;
	}
	.search-zone.open{
		margin-top: 135px;
	}
	.sidebar-area{
		display: none;
	}
	header#masthead .toggle-menu .search-form input{
		width: 100%;
	}
	body.search-results .page-body{
		padding-top: 0px;
	}
}


@media(min-width:768px) and (max-width: 1024px){
	.search .header-page.hidden{
		margin-bottom: 50px;	
		margin-top: -40px;
	}
	body.search-no-results footer.site-footer{
		position: absolute;
		bottom: 0px;
	}
	body.search-no-results footer.site-footer.bottomOff{
		position: relative;
	}
	
	.post-card .meta-post .time{
		display: block;
	}
	.post-card .title-post h2{
		font-size: 20px;
		font-weight: bold;
	}
	.page-body{
		padding-top: 80px;
	}
	body.search-no-results .page-body{
		padding-top: 0px;
	}
	header#masthead .bnt-sidebar-responsive button{
		width: 75px;
		height: 85px;
		background-position-x: -20px;
		background-position-y: 5px;
	}
	header#masthead .menu-responsive button{
		width: 65px;
		height: 75px;
	    background-position-x: -45px;
    	background-position-y: 9px;
	}
	header#masthead{
		padding-top: 10px;
	    padding-bottom: 5px;
	}
	#content{
		padding-top: 55px;
	}
	.header-page{
		margin-top: 15px;
	}
	
	
}
@media(max-width: 576px){
	.post-card .body-post div .insert-page section .image-relationship{
		display: none !important;
	}
	.post-card .body-post div .insert-page section a{
		margin-left: auto;
		margin-right: auto;
	}
	.post-card .body-post div .insert-page section .data .title_relationship{
		text-align: center;
	}
	.post-card .body-post div .insert-page section .data .more-theme{
		text-align: center;
	}
	.post-card .body-post div .insert-page section .data .read-more a{
		margin-right: auto;
	}
	img.load{
		margin-top: 20px;
	}
	.header-page{
		margin-bottom: 0px;
	}
	.search .header-page.hidden{
		margin-bottom: 50px;	
		margin-top: -80px;
	}
	.author .header-page.hidden{
		margin-top: -45px;
	}
	.header-page h1{
		font-size: 25px;
	}

	body.search-no-results .page-body{
		padding-top: 0px;
	}
	.post-card{
		padding: 10px;
	}
	.post-card .image-post, .post-card .video-content{
		margin-left: -10px;
		margin-right: -10px;
	}
	.post-card .title-post h2{
		font-weight: bold;
		font-size: 20px;
	}
	.stats-post{
		display: none;
	}
	.post-card .meta-post a.author{
		margin-right: 5px;
	}
	.post-card .meta-post .time span:nth-child(1), .post-card .meta-post .time span:nth-child(2){
		display: none;
	}
	.post-card .networks .addtoany_list a{
		padding: 0px 2px;
	}
	.sidebar-responsive{
		position: absolute;
		top: 0px;
		background: white;
		z-index: 10;
		display: block;
	}
	.author .header-page{
		text-align: center;
		padding: 25px 0px 20px 0px;
	}
	
	.author .header-page .col-12 h1{
		display: block;
	}
	.author .header-page .col-12 .separator{
		display: none;
	}
	
	#div-gpt-ad-1539274771687-0{
		display: block;
	}
	#div-gpt-ad-1545405059260-0{
		display: none;
	}
	header#masthead .bnt-sidebar-responsive button{
		width: 30px;
	    height: 45px;
		background-position-y: 5px;
	}
	header#masthead .menu-responsive button{
		background-position-y: 4px;
	}
}
@media(min-width: 1850px){
	.search-zone.open{
		margin-top: 74px;
	}
}
@media(max-width: 320px){
	#last-posts .last-post .meta .category, .post-card .meta .category{
		padding: 3px 3px 2px 3px;
	}
	.a2a_kit a img{
		width: 18px !important;
	}
	.post-card .networks .addtoany_list a{
		padding: 0px;
	}
	.post-card .body-post div div:not([id]):not([class]){
		width: 100%;
		max-width: 300px;
		font-size: 15px;
	}
	.post-card .body-post blockquote{
		font-size: 16px;
	}
	.post-card .body-post blockquote:before{
		font-size: 40px;
	}
	.post-card .body-post blockquote strong{
		font-size: 14px;
	}
}

#last-posts .widget{
	overflow: hidden;
}

.ads-superior{
	overflow: hidden;
}

div.highlight-and-share-wrapper div.has_twitter, div.highlight-and-share-wrapper div.has_facebook, div.highlight-and-share-wrapper div.has_linkedin, div.highlight-and-share-wrapper div.has_pinterest, div.highlight-and-share-wrapper div.has_email, div.highlight-and-share-wrapper div.has_xing, div.highlight-and-share-wrapper div.has_whatsapp, div.highlight-and-share-wrapper div.has_copy{
	background: #f7931e !important;
	border-radius: 2px;
}
.highlight-and-share-wrapper:after{
	border-top: 10px solid #f7931e;
    border-top-color: #f7931e !important;
}

.copy-bin{
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
	color: rgb(77,77,77);
	font-family: 'Roboto Slab Regular', sans-serif;
	margin-top: 15px;
	
}
.copy-bin a{
	color: rgb(77,77,77);
	margin-bottom: 10px;
    display: inline-block;
}

.iframe-container {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100% !important;
   left: 0;
   position: absolute;
   top: 0;
   width: 100% !important;
}

.image-post iframe {
	margin-top: 1.5rem !important;
}

/*iframe[src*="genial.ly"] {
	height: 100% !important;
}*/

.trinity-player-iframe-wrapper {
	height: 70px !important;
}
.twitter-tweet.twitter-tweet-rendered iframe{
	width: 100% !important;
}
.timeline{
	height: 650px !important;
}
#LB24, #LB24 div{
	width: 100% !important;
}