/*
Theme Name: templates_v.1.0
Theme URI: http://ptheme.com/item/pblog-a-responsive-wordpress-theme-for-creative-bloggers/
Author: PTHEME
Author URI: http://ptheme.com/
Description: Pblog theme is clean, blog-focused, and designed for personal and creative bloggers. It gives you the freedom to focus on your content and enhance it with great images.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, white, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: templates

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

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.0.1 - Index Content
 *   6.1 - Preview Card
 *   6.2 - Post Thumbnail
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - Read Also
 *	 6.16 - Post
 * 	 6.17 - Author Block
 *	 6.18 - Fields
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 *   7.3 - Post Subscription Form
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * 13.0 - Custom styles
 * 14.0 - Breadcrumbs
 * 15.0 - Add To Any Shared buttons
 * 16.0 - Tooltip
 * 17.0 - Scroll To Top button
 * 18.0 - Subscribtion form in popup (index page)
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */


 * {
 	box-sizing: border-box;
 }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, 
h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
 code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, 
 strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
 form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-size: 16px;
	line-height: 1.6875;
	color: #272b35;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #555555;
	/*font-family: 'PT Serif', sans-serif;*/
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}



ul, nav {font-size: 0;}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: none;
}

.site-content .entry-content h1,
.site-content .entry-content h1 * {font-size: 24px; font-weight: 600; line-height: initial;}
.site-content .entry-content h1 strong,
.site-content .entry-content h1 b {font-weight: 700;}
.site-content .entry-content h2,
.site-content .entry-content h2 * {font-size: 24px; font-weight: 700; line-height: initial; margin-top: 40px;}
.site-content .entry-content h2 strong,
.site-content .entry-content h2 b {font-weight: 700;}
.site-content .entry-content h3,
.site-content .entry-content h3 * {font-size: 20px; font-weight: 700; line-height: initial; margin-top: 40px;}
.site-content .entry-content h3 strong,
.site-content .entry-content h3 b {font-weight: 700;}
.site-content .entry-content h4,
.site-content .entry-content h4 * {font-size: 16px; font-weight: 800; line-height: initial;}
.site-content .entry-content h5,
.site-content .entry-content h5 * {font-size: 16px; font-weight: 600; line-height: initial;}
.site-content .entry-content h5 strong,
.site-content .entry-content h5 b {font-weight: 700;}
.site-content .entry-content h6,
.site-content .entry-content h6 * {font-size: 14px; font-weight: 800; color: #5cafde; line-height: initial;}

a {
	color: #272b35;
	text-decoration: none;
	/* wisable webkit long press highlight */
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.white-bg {
	background: #fff;
}
.link--green {
	color: #57ad68;
}

.link--green:hover {
	color: #468c54;
}
.link--blue {
	color: #5CAFDE;
}
.link--blue:hover {
	color: #0073aa;
}

a:focus {
	outline: none;
}

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

textarea {
	font-size: 16px !important;
	font-weight: normal;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
/*	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;*/
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

.button.rounded {
	-webkit-border-radius: 999em;
	-moz-border-radius: 999em;
	border-radius: 999em;
}

.buttonSet > .button,
.buttonSet > .buttonSet-inner > .button {
	margin-right: 8px;
	vertical-align: middle;
}

.buttonSet > .button:last-child,
.buttonSet > .buttonSet-inner > .button:last-child {
	margin-right: 0;
}

.button--green,
.site-footer .widget .widget-title {
	border-color: #a9d8b2;
}

.button--green,
.button--green.button--link,
.button--green .label,
.button--green .icon:before,
.site-footer .widget .widget-title {
	color: #57ad68;
}

.button--green:focus,
.button--green:active,
.button--green:hover {
	border-color: #57ad68;
	color: #468c54;
}

.button--red {
	border-color: #ff5e52;
}

.button--red,
.button--red.button--link,
.button--red .label,
.button--red .icon:before {
	color: #ff0099;
}

.button--red:focus,
.button--red:active,
.button--red:hover {
	border-color: #ff0099;
	color: #ff5e52;
}

.button--blue {
	border-color: #55acee;
}

.button--blue,
.button--blue.button--link,
.button--blue .label,
.button--blue .icon:before {
	color: #55acee;
}

.button--blue:focus,
.button--blue:active,
.button--blue:hover {
	border-color: #006daa;
	color: #006daa;
}

.button--filled {
	background: #57ad68;
	border-color: #57ad68;
	color: #fff;
}

.button--filled:focus,
.button--filled:active,
.button--filled:hover {
	background: #468c54;
	border-color: #468c54;
	color: #fff;
}

.button--filled a,
.button--filled a:hover,
.button--filled a:active,
.button--filled a:hover {
	color: #fff;
}

.blue-button {
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #5CAFDE;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border: none;
}

.blue-button:hover {
	background: #3a9ed7;
}

.blue-button[disabled] {
	background: #C4C4C4;
}

.transparent-button {
	height: 40px;
	border: none;
	padding: 9px;
	background-color: rgba(255,255,255,0);
	color: #9B9B9B;
	font-size: 16px;
	cursor: pointer;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.transparent-button:hover {
	background: #ebebeb;
	color: rgba(0,0,0,0.6);
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */
iframe {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 550px) {
	iframe {
		/*height: 275px !important;*/
	}
	.comment-popup__captcha iframe {
		height: auto !important;
	}
}
@media only screen and (max-width: 430px) {
	iframe {
		/*height: 212px !important;*/
	}
	.comment-popup__captcha iframe {
		height: auto !important;
	}
}

embed,
iframe,
object,
video {
	margin: 20px 0;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
	margin-top: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

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

.hide {
	display: none !important;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_pblog_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_pblog_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: transparent;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 90px;
}

.search-active .site-main {
	margin-top: 48px;
}

.container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
.base-container {
	max-width: 1140px;
	margin: 0 auto;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	width: 100%;
	z-index: 2000;
}

.header-main {
	min-height: 90px;
}

.site-branding {
	float: left;
	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         -moz-calc(100% - 86px);
	max-width:         calc(100% - 86px);
	margin-top: 20px;
	margin-left: -5px;
	display: inline-block;
	width: 161px;
	height: 50px;
}

.site-logo {
	/*margin-top: 6px;*/
	margin-right: 5px;
}

.site-logo,
.site-tagline {
	display: inline-block;
	vertical-align: middle;
}

.site-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}
.site-title a {
	font-size: 20px;
}
.site-title a,
.site-title a:hover {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 90px;
}

.hero {
	text-align: center;
	display: none;
}
.archive-divider {
	display: none;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

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

.site-content::after {
	content: '';
	display: table;
	clear: both;
}

.hentry.invisible {
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-webkit-perspective-origin: top center;
	-moz-perspective-origin: top center;
	perspective-origin: top center;
}

.hentry.visible {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.page .hentry {
	padding-top: 0;
}

.width620 {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.width700 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.imageBkgr {
	color: rgba(255,255,255,0.85);
	position: relative;
	display: block;
	min-height: 150px;
	background-color: inherit;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.singular .site-content .widthfull .entry-header {
	max-width: 100%;
	min-height: 230px;
	padding: 0;
	margin: 0;
}

.singular .site-content .widthfull .entry-header.imageBkgr {
	background-color: #3C5393;
}

.hero-mask {
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.imageBkgr .hero-mask {
	background: rgba(0,0,0,0.8);
}

.singular article .hero-mask {
	padding-top: 48px;
	padding-bottom: 48px;
}

.page-content {
	margin-bottom: 48px;
}

/**
 * 6.0.1 Index Content
 * -----------------------------------------------------------------------------
 */

.index-site-content::before,
.index-site-content::after {
	display: none;
}


.index-site-content .post-preview-card {
	height: 200px;
	box-sizing: border-box;
}

.inner-menu_list::before,
.inner-menu_list::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 42%;
	display: inline-block;
	border: 25px solid #ffffff;
	border-bottom-color: transparent;
    border-right-color: transparent;
	transform: rotate(45deg);
}

.inner-menu_list::before {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	z-index: -5;
}

.inner-menu_list li {
	padding-left: 20px;
	background: #ffffff;
}

.inner-menu_list li a {
	display: inline-block;
	width: 100%;
	padding: 0;
	line-height: 50px;
}

.more-toggle:hover,
.inner-menu_list li a:hover {
	color: #5cafde;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.more-toggle {
	position: relative;
}

li.more-toggle.empty-list {
	opacity: 0;
	cursor: default;
}

.more-toggle:hover {
	cursor: pointer;
}

.more-toggle:hover > .inner-menu_list {
	visibility: visible;
	opacity: 1; 
	transform: translateY(0);
}

.more-toggle::after {
	content: '';
	display: inline-block;
	margin: 0 0 2px 10px;
	width: 5px;
	height: 5px;
	border: 2px solid #363636;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(45deg);
}

.more-toggle:hover::after {
	border-bottom-color: #5cafde;
	border-right-color: #5cafde;
    -moz-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}

@media all and (min-width: 320px){
	

	.mail-button_subscribe {
		height: 50px;
		padding: 0 30px;
		background-color: #5CAFDE;
		border-radius: 3px;
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		color: #ffffff;
		outline: none;
		border: none;
	}

	.mail-button_subscribe:hover {
		background-color: #4397c7;
	}

	.site-branding img {
		max-height: 49px;
	}

}


@media all and (min-width: 480px){
	.index-site-content {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
}


@media all and (min-width: 768px) {
	.index-page .main-content {
		padding: 0;
	}

}

@media all and (max-width: 991px) {

	.site-header {
		z-index: 500;
	}
}



@media all and (min-width: 992px) {

	
	div#ajaxsearchliteres1 {
		top: 234px !important;
	}

	.show-hidden-elements {
		max-width: 1700px;
		padding: 0 30px;
	}

	.show-hidden-elements .site-branding {
		display: block;
		padding-right: 25px;
		transform: translateX(0);
		opacity: 1;
	}

	.show-hidden-elements div#ajaxsearchlite1 {
		opacity: 0;
		z-index: -5;
	}

	.show-hidden-elements .registration-button {
		display: block;
	}

}

@media all and (min-width: 1024px) {

	.post-preview-standart.post-preview__article {
		display: flex;
	    flex-flow: column;
	    height: 370px;
	}
	.post-preview-standart.post-preview__article .entry-header {
		flex-grow: 0;
	}

	.post-preview-standart.post-preview__article > .post-preview-card {
		height: auto;
		min-height: 200px;
		flex-grow: 1;
	}

	.post-preview-standart.post-preview__article:hover > .post-preview-card .entry-title a {
		height: 150px;
		display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    margin-bottom: 40px;
	}
}



@media all and (min-width: 1250px) {
	.post-preview__article {
		margin-right: 40px;
	}
	.read-also .read-also__item {
		max-width: 380px;
    	min-width: 350px;
        /*width: 380px;*/
        margin-right: 30px;
    }
}

@media all and (max-width: 1250px) {
	.main-content {
		width: 800px;
		margin: 0 auto; 
	}
	.index-page .post-preview-standart:nth-of-type(2n+2) {
		margin-right: auto;
	}
}


@media all and (max-width: 850px) {
	.main-content {
		width: 100%;
		margin: 0 auto; 
	}
}


/**
 * 6.1 Preview Card
 * -----------------------------------------------------------------------------
 */

/*.post-preview__article {
	margin-bottom: 20px;
	width: auto;
	max-width: 360px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s ease-in-out;
}*/


/*.post-preview__article:hover {
	-webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.3);
}*/

.post-preview__article:hover .entry-summary .meta--more a {
	font-weight: 700;
}

.post-preview-card__category {
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post-preview-card__category:hover {
	opacity: 0.9;
}

.entry-header {
	display: block;
	width: 100%;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	border-bottom: 5px solid #ffffff;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.entry-title {
	margin: 0;
}

.entry-title a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
	margin: 0 0 12px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #363636;
	overflow: hidden;
}

.entry-title a:hover {
	opacity: 0.95;
}

.entry-summary p {
	margin-bottom: 7px;
	line-height: 1.625;
	color: #4A4A4A;
	overflow: hidden;
}

.entry-summary .meta--more {
	display: block;
	line-height: 1.25;
}

.entry-summary .meta--more a {
	font-size: 12px;
	line-height: 1.2;
	border-bottom: 1px solid #5CAFDE;
}

.singular .widthfull .entry-title {
	margin: 0 auto 12px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 300;
	color: #fff;
	word-wrap: break-word;
}


/**
 * 6.2 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	z-index: 0;
}

.full-width .post-thumbnail img {
	display: block;
}




/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	/*font-family: 'PT Sans', sans-serif;*/
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
}

.entry-meta,
.entry-meta a {
	color: #aaa;
}
.entry-meta a.author--name {
	color: #57ad68;
}

.imageBkgr .entry-meta,
.imageBkgr .entry-meta a {
	color: rgba(255,255,255,0.85);
}

.entry-meta a:hover {
	color: #555;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	opacity: 0.9;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.single .site-content {
	width: 100%;
	margin: 0;
}
.site-content .entry-meta {
	background-color: transparent;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	/*padding: 0 10px;*/
}
.site-content .entry-meta .entry-date {
	position: relative;
	color: #9B9B9B;
	margin: 0;
}

.site-content .entry-meta .entry-date::before {
	content: '';
	position: absolute;
	left: -18px;
	top: 3px;
	width: 13px;
	height: 12px;
	background: url('/blog/wp-content/themes/colored-cards-2/images/calendar.svg') center center no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

img.avatar {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.author--info {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 46px;
}

.author--info .meta--date {
	display: block;
	font-size: 12px;
}

/* Tag links style */

.entry-meta .tag-links a {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:before {
	content: "#";
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #96c86e;
}

.edit-link {
	display: block;
}

.edit-link a {
	display: inline-block;
	margin-bottom: 5px;
	color: #b0b0b0;
}

.edit-link a:hover {
	color: #9f9f9f;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.single .entry-content {
	position: relative;
	max-width: 780px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

.entry-content *,
.page-content * {
	font-size: 16px;
}
.entry-summary * {
	font-size: 12px;
}
.entry-content a[data-slb-asset] {
	border-bottom: none !important;
}
.entry-content img,
.entry-summary img,
.page-content img {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.imageBkgr .entry-content,
.imageBkgr .entry-summary,
.imageBkgr .page-content {
	color: #272b35;
}

.singular .imageBkgr .entry-content,
.singular .imageBkgr .entry-summary,
.singular .imageBkgr .page-content {
	color: #272b35
}

.singular .entry-content {
	padding-top: 40px;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a {
	color: #5cafde;
	text-decoration: none;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover {
	border-bottom: 1px solid #5CAFDE;
}


.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button {
	text-decoration: none;
}

.entry-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}
.entry-content table {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 25px;
}
.entry-content table tbody {
	background: #fff;
}
.entry-content table td, .entry-content table th {
	padding: 10px 40px 10px 0;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
}
@media only screen and (max-width: 425px) {
	.entry-content table td, .entry-content table th {
		padding: 6px !important;
		font-size: 14px !important;
	}
	.entry-content table td *, .entry-content table th * {
		font-size: 14px !important;
	}
}
.entry-content table td, .entry-content table th, .entry-content table tr, .entry-content table tbody {
	border-color: inherit;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #96c86e;
}

.entry-content .more-link {
	white-space: nowrap;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #57ad68;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

.hentry .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	margin-left: -24px;
	width: 48px;
}

.hentry .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: absolute;
	top: 1px;
	left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
	outline: none;
}

.hentry .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}

.hentry .mejs-fullscreen-button button:before {
	content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #57ad68;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #96c86e;
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #000;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #96c86e;
	border: 1px solid #96c86e;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


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

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         -moz-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         -moz-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         -moz-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         -moz-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         -moz-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         -moz-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         -moz-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         -moz-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
	overflow: hidden;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
}

.post-navigation {
	border: 1px solid rgba(0,0,0,0.1);
	border-width: 1px 0;
	padding-bottom: 30px;
	padding-top: 30px;
}

.image-navigation {
	padding: 0 10px;
}

.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.post-navigation .meta-nav {
	color: rgba(0, 0, 0, 0.44);
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a {
	color: rgba(0, 0, 0, 0.44);
	border: 0;
	padding: 30px;
}

.image-navigation a:hover {
	color: #96c86e;
	background-color: #fafafa;
}

/* Paging Navigation */

.paging-navigation {
	clear: both;
}

.paging-navigation .loop-pagination {
	/*margin-top: -5px;
	text-align: center;*/
}

.paging-navigation .page-numbers {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #363636;
	/*margin: 0 5px;*/
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.paging-navigation a:hover {
	font-weight: 700;
}

.paging-navigation .page-numbers.current {
	border-bottom: 3px solid #5cafde;
	font-weight: 700;
	cursor: default;
}

.paging-navigation .page-numbers_disabled {
	opacity: 0.6;
}

.paging-navigation .page-numbers .fas {
	color: #C4C6CA;
}

.paging-navigation .page-numbers:hover .fas {
	color: #363636;
}

.paging-navigation .page-numbers_disabled:hover .fas {
	color: #C4C6CA;
}

.paging-navigation .page-numbers.first .fas:first-child {
	position: relative;
	right: -6px;
}

.paging-navigation .page-numbers.last .fas:last-child {
	position: relative;
	left: -6px;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header,
.search-header {
	margin: 24px auto;
	max-width: 620px;
}

.author--profile .author-avatar {
	margin-bottom: 20px;
	display: inline-block;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border: 3px solid #fff;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.author--profile .avatar-image img {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #f0f0f0;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	color: #272b35;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}

.archive-divider:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	width: 660px;
	border-top: 1px solid rgba(10, 10, 10, 0.15);
	right: 50%;
	margin-right: -330px;
}

.archive-divider {
	position: relative;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}

.archive-divider .divider-name {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.44);
	background: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 8px 2px 12px;
	letter-spacing: .3em;
	color: rgba(0,0,0,0.6);
	position: relative;
	margin-top: -5px;
}

/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}
.full-width.single-post #main {
	max-width: 100%;
	width: 100%;
}

/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
}


/*
*   6.16 - Post
*/
.site-content_post .cat-links a {
	color: inherit;
}


/*
*	6.18 - Fields
*/


/*******************
**********  CHECKBOX  *********
*****************************/

.checkbox-field__input {
	opacity: 0;
}

.checkbox-field__checkbox {
	float: left;
	position: relative;
	top: 2px;
	width: 20px !important;
	height:20px !important;
	margin: 0 10px 25px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
}

.checkbox-field__input.error + .checkbox-field__checkbox {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}

.checkbox-field__input:checked + .checkbox-field__checkbox {
	border-color: #5cafde;
}

.checkbox-field__input:checked + .checkbox-field__checkbox::before {
	content: "\f00c";
	position: absolute;
	top: 3px;
	left: 2px;
}


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

/* Secondary */

#secondary {
	clear: both;
	position: relative;
	z-index: 2;
}

.primary-sidebar_mobile {
	margin-bottom: 30px;
}

.primary-sidebar_desktop .menu-title-mobile {
	margin: 0 auto !important;
}

/* Primary Sidebar */

/* Navigation */

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

#secondary .menu-title-mobile {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	height: 50px;
	line-height: 21px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #363636;
	border-bottom: 1px solid #E7E7E7;
}

#secondary .menu-title-mobile .fas {
	position: relative;
	top: 1px;
	margin-left: 6px;
	font-size: 15px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#secondary .menu-title-mobile .rotate-chevron_rotated {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}


.primary-navigation li:last-child {
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f1453d;
	border: 1px solid #f1453d;
	line-height: 46px;
	margin-left: 10px;
	margin-right: 10px;
}

.primary-navigation li:last-child a {
	color: #fff;
	font-weight: 600;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
}

.primary-navigation li:last-child a:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.primary-navigation li:last-child a:hover {
	color: #fff;
	background: #bb140b;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #000;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

.site-info > span:after {
	content: ' | ';
}

.site-info > span:last-child:after {
	content: '';
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #96c86e;
}


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

.featured-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #96c86e;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}



/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
	.site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.site-content .post-thumbnail img {
		margin: 0 10px 3px 0;
	}

	.site-content .entry-header {
		background-color: transparent;
	}

	.site-content .hentry {
		/*border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
		/*margin: 0 0 20px;*/
		min-height: 60px;
	}

	.site-content footer.entry-meta {
		display: none;
	}

	.site-content .format-aside .entry-title,
	.site-content .format-link .entry-title,
	.site-content .format-quote .entry-title {
		display: block;
	}

	.site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.site-content .entry-meta.meta--author {
		margin-bottom: 8px;
	}

	.page-header {
		/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
		margin: 24px auto 0;
		padding-bottom: 24px;
	}
	.search-no-results input[type="submit"] {
		margin: 20px 0;
		/*display: block;*/
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}

	.singular .widthfull .entry-title {
		font-size: 36px;
	}

}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 0px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry.imageBkgr {
		padding-bottom: 0;
	}


	.archive-header,
	.page-header,
	.search-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}
	.page-header.min {
		margin: 0 auto;
	}

	.archive-header,
	.search-header {
		height: auto;
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}

}

@media screen and (min-width: 601px) {
	.admin-bar .site-header.headroom--pinned:not(.headroom--top) {
		/*top: 46px;*/
	}
}
@media screen and (max-width: 673px) {
	.search-no-results .page-header {
		margin: 30px;
		padding: 0;
	}
}
@media screen and (min-width: 673px) {

	.header-main {
		padding: 0 30px;
		max-width: 1700px;
		margin: 0 auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
	}

	.search-toggle {
		margin-right: 30px;
	}

	.search-box .search-field {
	}

	/*.search-no-results .site-content {
		margin-top: 100px;
	}*/

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}
	.full-width .site-content.page-404 {
        margin: 120px auto;
    }

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-info {
		padding: 15px 30px;
	}


	.image-navigation a {
		width: 50%;
	}

	.image-navigation a[rel=prev],
	.image-navigation a:first-child {
		float: left;
		text-align: left;
	}

	.image-navigation a[rel=next],
	.image-navigation a:last-child {
		float: right;
		text-align: right;
	}
}

/* Global Fixed Header */
#masthead {
	position: fixed;
	margin-top: -90px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}

@media screen and (min-width: 990px) {
	.site-branding {
		/* Search-toggle width = 48px */
		max-width: -webkit-calc(100% - 48px);
		max-width:         -moz-calc(100% - 48px);
		max-width:         calc(100% - 48px);
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */
	.masthead-fixed .site-header {
	}

	.masthead-fixed .site-main {
		/*margin-top: 48px;*/
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
	}

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		padding: 0;
		text-transform: uppercase;
	}

	.menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		/*height: 48px;*/
		line-height: 48px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		margin: 0 10px;
		white-space: nowrap;
		line-height: 90px;
	}

	.primary-navigation ul ul {
		background-color: #fff;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

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

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
	}

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

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

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}

	.site-navigation .current-menu-item > a {
		border-bottom: 3px solid #5cafde;
		line-height: 85px;
	}
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		max-width: 620px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}
}

@media screen and (min-width: 846px) {
	.content-area,
	.content-sidebar {
		padding-top: 0;
	}

	.singular.no-sidebar .content-area,
	.singular.no-sidebar .content-sidebar {
		padding-top: 0;
	}

	.full-width .site-content .hentry.has-post-thumbnail:first-child {
	}

	.featured-content {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1009px) {

	.right-sidebar .site-content {
		margin-left: 0;
		margin-right: 360px;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
		margin-right: 20px;
	}

	.content-sidebar {
		margin-left: -29.04761904%;
		width: 29.04761904%;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         -moz-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}

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

	.site-description {
		display: block;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #57ad68;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #57ad68;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #96c86e;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}


	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}

	.featured-content {
		padding-left: 360px;
	}
	.right-sidebar .featured-content {
		padding-left: 0;
		padding-right: 360px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
}

/*.primary-sidebar .widget_nav_menu.widget {
	display: block;
}*/

@media screen and (max-width: 850px) {
	.primary-navigation.toggled-on .menu-top-menu-container {
		position: absolute;
		top: 90px;
		right: 0;
		background: #fff;
		padding: 20px;
		border: 1px solid #ccc;
	}
	.site-navigation a {
		padding: 10px;
	}

	.menu-header-menu-container {
		position: absolute;
		top: 90px;
		right: 20px;
		background: #fff;
		padding: 20px;
		border: 1px solid #ccc;
		z-index: 10;
	}
}
@media screen and (max-width: 1280px) {
	.header-main {
		padding: 0 20px;
	}
}


@media screen and (min-width: 1080px) {
	.search-box .search-field {
		width: 324px;
	}

	.right-sidebar .site-content,
	.right-sidebar .site-main .widecolumn {
		margin-left: 0;
		margin-right: 460px;
	}

	.featured-content {
		padding-left: 460px;
	}

	.right-sidebar .featured-content {
		padding-left: 0;
		padding-right: 460px;
	}

	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 295px;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}

	.slider .featured-content .entry-title {
		font-size: 33px;
	}

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}

@media screen and (min-width: 1218px) {

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         -moz-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
		position: relative;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

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

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

/**
 * 13.0 Custom styles
 * -----------------------------------------------------------------------------
 */
.createAccBlock {
	width: auto;
	float: right;
	margin: 23px 0 0 20px;
	list-style: none;
	background: #d26572;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 172px;
}

.createAccBlock:hover {
	color: #fff;
	background-color: #d85955;
	border-color: #761c19;
}
.createAccBlock .createAccBtn {
	padding: 8px 25px;
	display: block;
	color: #fff;
	font-weight: 700;
}
.createAccBlock .createAccBtn:hover {
	color: #fff;
}
.createAccBlock .createAccBtn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.single-title {
	color: #2b2b2b;
	font-size: 33px;
	line-height: 40px;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
}

input[type="search"]::-webkit-search-cancel-button {
	/*display: none;*/
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);

	/* setup all the background tweaks for our custom icon */
	background-repeat: no-repeat;

	/* icon size */
	-webkit-background-size: 20px 20px;
	background-size: 20px;

	/* note: this positioning will need to be tweaked for iOS */
	background-position: top left;

}
.toggle-comments-btn {
	cursor: pointer;
}
.toggle-comments-img {
	margin-bottom: 7px;
	margin-left: 5px;
	display: inline-block;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggle-comments-img.active {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#comments {
	padding-top: 45px;
}

.comment-respond #submit {
	background: #5cafde;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 600;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	height: auto;
	border: 0;
	font-size: 16px;
}

.comment-respond #submit:hover {
	background: #488bb1;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}



.comment-notes {
	color: #272b35;
}


.form-submit #submit {
	height: 50px;
}
.author.vcard {
	color: rgba(255,255,255,0.85);
}
.blog .author.vcard,
.category-cases .author.vcard,
.category-blog .author.vcard,
.author.vcard {
	color: #aaa;
}



.post-static-btn {
	width: 100px;
	height: 100px;
	background: #686A71;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;

	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.post-static-btn span {
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 14px;
}
.post-static-btn#back-btn {
	bottom: 217px;
	background: #686A71 url(/blog/wp-content/uploads/2016/12/post-static-btn-arrow.svg) no-repeat 50% 30%;
}
.post-static-btn#back-btn:hover {
	background-color: #505156;
}
.post-static-btn#back-btn span {
	margin-top: 60px;
}

@media screen and (max-width: 870px) {
	.post-static-btn {
		display:none !important;
	}
}


.entry-content .quoteCode {
	background: rgb(245, 244, 244);
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin-bottom: 50px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: 'Courier New',Courier,monospace;
}
.entry-content .quoteFunctions {
	margin: 20px auto;
	background: rgba(245, 166, 35, 0.2);
	border-left: 5px solid #F5A623;
	padding: 20px;
}

.entry-content blockquote {
	position: relative;
	margin: 20px auto;
	background-color: #DBF2FF;
	border-left: 5px solid #5CAFDE;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	color: #000000;
	font-weight: 600;
}

.entry-content blockquote::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 24px;
	background: url('/blog/wp-content/themes/colored-cards-2/images/quotes.svg') center center no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

.entry-content blockquote p {
	margin-bottom: 10px;
}

.entry-content blockquote * {
	line-height: 1.667;
}

.entry-content blockquote > *:last-child {
	margin-bottom: 0;
}

.entry-content blockquote > *:first-child {
	text-indent: 38px;
}

.entry-content blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

/* another type of cite */
.entry-content blockquote p + p:last-child span {
	display: block;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

.entry-content blockquote cite b,
.entry-content blockquote cite strong,
.entry-content blockquote p + p:last-child span b,
.entry-content blockquote p + p:last-child span strong {
	font-weight: 600;
}

.slb_details {
	display:none !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	padding: 0 !important;
}
@media screen and (max-width: 480px) {
	#slb_viewer_wrap .slb_theme_slb_default .slb_container {
		margin-top: 50vh !important;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}



@media all and (max-width: 585px) {
	button.yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-2.btn.btn-primary {
		width: 100%;
		margin-left: 0;
	}

	form#footer-form-2 label.EMAIL-label.yikes-mailchimp-field-required {
		width: 100%;
	}
}


@media all and (min-width: 320px) {

	footer {
		background: #F5F5F5;
		padding-top: 50px;
	}

	footer .content {
		padding: 0 30px;
		box-sizing: border-box;
	}
	footer .content ul {
		list-style: none;
	}
	.support-nav,
	.features-nav,
	.price-nav,
	.business-nav {
		width: 100%;
		margin: 0 0 30px;
	}
	footer .content .footer-mob__soc {
		margin: 0 0 50px;
	}
	footer .content .business-nav .footer__heading_soc,
	footer .content .business-nav .footer__soc {
		display: none;
	}
	footer ul.footer-mob__soc {
		display: block;
	}
	footer .content li p {
		margin: 0;
		font-size: 14px;
	}

	.footer__heading {
		margin-bottom: 7px;
	    font-size: 14px;
	    font-weight: 700;
	}

	.support-nav li a,
	.features-nav li a,
	.price-nav li a,
	.business-nav li a {
		font-size: 14px;
	    font-weight: 400;
	    line-height: 21px;
	    color: #272b35;
	    text-decoration: none;
	    transition: .25s ease-in-out color;
	}

	.partners-list {
		width: 100%;
		display: inline-block;
	}
	.partners-list ul {
		width: 100% !important;
		padding: 30px 0;
		margin: 0;
	}
	.partners-list ul li {
		display: inline-block;
		vertical-align: middle;
		max-height: 45px;
		margin-right: 4px;
	}
	.partners-list ul li:first-child {
		margin-bottom: 0;
	}
	.partners-list ul li a {
		display: block;
	}
	.partners-list ul li a img,
	.partners-list ul li img {
		max-height: 23px;
	}
	.partners-list ul li img.assist-logo {
		max-width: 50px;
		margin-left: 5px;
	}
	
	.company-info-block {
		padding: 30px 0 70px;
    	text-align: left;
	}

	.company-info-block p {
		margin: 0 0 24px;
	    line-height: 16px;
	    font-size: 12px;
	    color: #272b35;
	}

	footer .copy-block {
		color: #ece8e8;
	    text-align: center;
	    box-shadow: inset 0 1px 0 #E7E7E7, inset 0 -1px 0 #E7E7E7;
	}

	footer .copy-block p {
		line-height: 100px;
		display: inline-block;
		font-size: 14px;
		color: #e7e7e7;
		margin-bottom: 0;
	}
}

@media all and (min-width: 450px) {
	.partners-list ul li a img,
	.partners-list ul li img {
		max-height: 35px;
	}
}

@media all and (min-width: 590px) {
	.support-nav,
	.features-nav,
	.price-nav,
	.business-nav {
		display: inline-block;
	    vertical-align: top;
	    width: 250px;
	    margin: 0 50px 30px 0;
	}
}

@media all and (min-width: 665px) and (max-width: 982px) {
	footer .content .footer-mob__soc {
	    margin: -50px 0 50px;
	}
}

@media all and (min-width: 768px) {

	footer .copy-block {
		text-align: left;
	}
	.partners-list ul li a img,
	.partners-list ul li img {
		max-height: 45px;
	}
	.partners-list ul li img.assist-logo {
		max-width: 80px;
		vertical-align: text-bottom;
	}
}

@media all and (min-width: 1024px) {
	.support-nav,
	.features-nav,
	.price-nav,
	.business-nav {
		width: 24%;
		max-width: 290px;
		min-width: 235px;
	    margin: 0 0 50px;
	    padding: 0 20px 0 0;
	}

	.support-nav li a,
	.features-nav li a,
	.price-nav li a,
	.business-nav li a {
		font-size: 16px;
    	line-height: 30px;
	}
	footer .content .business-nav .footer__heading_soc {
		display: block;
		margin-top: 30px;
	}
	footer .content .business-nav .footer__soc {
		display: inline-block;
	}
	footer ul.footer-mob__soc {
		display: none;
	}
	.footer__heading,
	footer .content li p {
		font-size: 16px;
	}
}

@media all and (min-width: 1200px) {
	.footer__heading {
	    font-size: 18px;
	}

	footer .content {
		padding: 0;
	}
	footer .content .company-info-block {
		display: flex;
	    flex-flow: row;
	    justify-content: space-between;
	    align-items: flex-start;
	}
	.company-info-block p.company-info {
		text-align: right;
	}
}


@media all and (min-width: 1300px) {
	footer .content {
		max-width: 1220px;
	}
}

footer .footer__soc {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px 20px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	opacity: .8;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

footer .footer__soc:hover {
	opacity: 1;
}

footer .footer__soc:last-child {
	margin-right: 0;
}

footer .footer__soc a {
	display: inline-block;
	width: 30px;
	height: 30px;
}

footer .footer__soc_vk {
	background-image: url("/templates/wp-content/uploads/2019/12/vk.svg");
}
footer .footer__soc_fb {
	background-image: url("/templates/wp-content/uploads/2019/12/fb.svg");
}
footer .footer__soc_yt {
	background-image: url("/templates/wp-content/uploads/2019/12/yt.svg");
}


footer ul li a {
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

footer ul li a:hover {
	color: #4a90e2;
}


.content {
	max-width: 1180px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}



/*Validation*/

.google-recaptcha-container {
	margin-bottom: 5px;
}

.g-recaptcha iframe {
	margin: 0 !important;
	height: 78px !important;
}

.captcha-error {
	margin-top: -12px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ff0000;
}

#respond .form-submit input {
	margin-top: 25px;
}

#respond .comment-error,
#respond .name-error,
#respond .email-error {
	font-weight: bold;
	color: #ff0000;
}

#respond .comment-error {
	margin-top: -24px;
}


/* 14.0 - Breadcrumbs */

.category-breadcrumbs {
	margin-bottom: 25px;
}

.article-content .category-breadcrumbs {
	margin: 0 0 25px;
}

.category-breadcrumbs__link {
	color: #C4C6CA;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: none;
	text-decoration: none;
}

/* to overwrite styles of entry-content (ifd breadcrums inside of entry) */
a.category-breadcrumbs__link {
	color: #C4C6CA;
}

.category-breadcrumbs__link:hover {
	color: #363636;
}

/* to overwrite styles of entry-content (ifd breadcrums inside of entry) */
a.category-breadcrumbs__link:hover {
	border-bottom: none;
	text-decoration: none;
}

.category-breadcrumbs__link_current {
	color: #363636;
}

.category-breadcrumbs .fas {
	position: relative;
	top: -1px;
	color: #C4C6CA;
	font-size: 12px;
	margin-left: 9px;
	margin-right: 10px;
}

/**
*	15.0 - Add To Any Shared buttons
 */

.addtoany_share_save_container {
	display: none; /* hide on first load */
	position: fixed;
	left: 50%;
	top: 170px;
	margin-left: 389px !important; /* to overwrite plugin styles */
}

.addtoany_list a {
	position: relative;
	display: block !important; /* to overwrite plugin styles */
	-webkit-box-shadow: inset 1px 0px 0px #E7E7E7, inset -1px -1px 0px #E7E7E7 !important;
	-moz-box-shadow: inset 1px 0px 0px #E7E7E7, inset -1px -1px 0px #E7E7E7 !important;
	box-shadow: inset 1px 0px 0px #E7E7E7, inset -1px -1px 0px #E7E7E7 !important; /* to overwrite plugin styles */
	margin: 0;
	width: 39px;
	height: 39px;
	padding: 0 !important; /* to overwrite plugin styles */
	background-color: #ffffff;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.addtoany_list .a2a_button_facebook {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	-webkit-box-shadow: inset 1px 0px 0px #E7E7E7, inset -1px -1px 0px #E7E7E7, inset 0px 1px 0px #E7E7E7 !important;
	-moz-box-shadow: inset 1px 0px 0px #E7E7E7, inset -1px -1px 0px #E7E7E7, inset 0px 1px 0px #E7E7E7 !important;
	box-shadow: inset 1px 0px 0px #E7E7E7, inset -1px -1px 0px #E7E7E7, inset 0px 1px 0px #E7E7E7 !important; /* to overwrite plugin styles */
}

.addtoany_list .a2a_button_facebook:hover {
	background-color: #3C5A99;
}

.addtoany_list .a2a_button_vk:hover {
	background-color: #4c75a3;
}

.addtoany_list .a2a_button_odnoklassniki:hover {
	background-color: #ed812b;
}

.addtoany_list .a2a_button_twitter:hover {
	background-color: #1DA1F2;
}

.addtoany_list .addtoany_share {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

.addtoany_list a .a2a_svg,
.addtoany_list a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1 !important; /* to overwrite plugin styles */
}

.addtoany_list a .a2a_svg {
	background-color: rgba(255, 255, 255, 0) !important; /* to overwrite plugin styles */
}

.addtoany_list a .a2a_svg svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 22px !important; /* to overwrite plugin styles */
	height: 22px !important; /* to overwrite plugin styles */
	margin: 0;
}

.addtoany_list a .a2a_svg svg path {
	-webkit-transition: fill 0.2s ease-in-out;
	-o-transition: fill 0.2s ease-in-out;
	-moz-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}

.addtoany_list a:hover .a2a_svg svg path {
	fill: #ffffff;
}

.addtoany_list a img {
	margin: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.addtoany_list .addtoany_share:hover img {
	opacity: 0.7 !important; /* to overwrite plugin styles */
}


/*
* 	17.0 - Scroll To Top button
 */

.scroll-to-top {
	display: none; /* hide on first load */
	position: fixed;
	bottom: 30px;
	left: 50%;
	margin-left: 42%;
	width: 65px;
	height: 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 21px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #F9F9F9;
	opacity: 0.9;
	cursor: pointer;
}

.scroll-to-top:hover {
	opacity: 1;
}

.scroll-to-top i {
	font-size: 20px;
	color: #C4C6CA;
	display: block;
	text-align: center;
	line-height: 11px;
}

.hide-block {
    display: none;
}

/* .cookie-agreement {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #272B35;
    padding: 20px 0;
    z-index: 9999;
    box-sizing: border-box;
}

.cookie-agreement .content {
    padding: 0 10px;
    box-sizing: inherit;
}

.cookie-agreement .content div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    box-sizing: inherit;
}

.cookie-agreement p {
    padding-right: 55px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.cookie-agreement button {
    flex: 1 0 auto;
    width: 170px;
    height: 40px;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    background: #4a90e2;
    box-shadow: none;
    color: #FAFAFA;
    font-size: 14px;
    cursor: pointer;
}
.cookie-agreement button:hover {
    background: #277adc;
}

_:-ms-fullscreen, :root .cookie-agreement .content {
	padding: 0 2px;
	box-sizing: border-box;
}

_:-ms-fullscreen, :root .cookie-agreement button {
	right: 15px;
}

.fixed {
	position: fixed;
	top: 100px;
}

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

    .cookie-agreement {
        padding: 10px 0;
    }
    .cookie-agreement .content div {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        padding: 0 10px;
    }
    .cookie-agreement p {
        padding: 0;
        margin-bottom: 20px;
    }
    .cookie-agreement button{
        flex: 1 1 auto;
        width: 120px;
        max-width: 170px;
        padding: 0 10px;
    }
}
 */
/* new cookies style */
.cookies {
	transition: all 1s ease;
	opacity: 1;
	height: auto;
}

.cookies.hidden {
	opacity: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}

div.cookies__wrapper {
	position: fixed;
	bottom: 60px;
	width: 85%;
	display: flex;
	box-sizing: border-box;
	background-color: rgba(220,220,220,.5);
  	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid #93988D;
	box-shadow: 0px 0px 27px 0px rgba(34, 60, 80, 0.2);
	z-index: 1000000000;
	padding: 15px;
	border-radius: 15px;
	margin: 0 15px;
	transition: all 0.5s ease;
}

div.cookies.hidden div.cookies__wrapper {
	display: none;
}

div.cookies__wrapper_btn {
  display: flex;
}

div.cookies__wrapper_btn  button {
  height: 50px;
}

div.cookies__wrapper_btn  button:first-child {
  margin-right: 7px;
}
	

@media screen and (max-width: 850px) {
	div.cookies__wrapper {
		display: block;
		width: 55%;
	}
	
	div.cookies__wrapper_btn {
		display: flex;
		flex-direction: column;
    	gap: 15px;
	}
	
	div.cookies__wrapper_btn  button {
		height: auto; 
	}
}

@media screen and (max-width: 640px) {
	div.cookies__wrapper {
	width: 90%;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.inline-btn {
		width: 100%;
	}

	.main-btn {
		width: 100%;
	}
}

.main-btn {
	position: relative;
	display: inline-block;
	color: white;
	padding: 12px 24px;
	margin: 0;
	border: none;
	border-radius: 64px;
	overflow: hidden;
	transition: color 0.3s;
	text-decoration: none;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

.main-btn::before,
.main-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 64px;
	transition: opacity 0.3s; /* замените $transition-short на значение времени */
	z-index: -1;
}

.main-btn::before {
	background: linear-gradient(107.1deg,#37ADFE 2.21%,#3775EC 96.22%);
	opacity: 1;
}

.main-btn::after {
	background: #002a69; /* замените $c-darkBlue на подходящий цвет */
	opacity: 0;
}

.main-btn:hover::before {
	opacity: 0;
}

.main-btn:hover::after {
	opacity: 1;
}

.inline-btn {
	font-size: 16px;
	font-weight: 500;
	color: #0056b3;
	border-radius: 64px;
	border: 1px solid #0056b3;
	padding: 12px 24px;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.inline-btn__slide {
	border-radius: 12px;
	box-shadow: 0 2px 25px 0 rgba(0, 42, 105, 0.25);
	padding: 32px 0 0 32px;
}

.inline-btn:hover {
	color: #002a69;
	border-color: #002a69;
}

/*end  new cookies style */


.page-404 {
    background: #f0f0f3 url("/templates/wp-content/uploads/2019/12/NeaktorSplashImagev2.png") right 159px no-repeat;
    background-size: 57%;
    height:100vh;
    margin-top: -91px;
    min-height: 835px;
}
.page-404-text-block {
    width: 500px;
    padding: 200px 0 50px;
}
.page-404-text {
    font-size: 24px;
    margin: 30px 0 65px;
    max-width: 400px;
}
.page-404-slogan {
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
}
.page-404 .page-404-error-text {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-404 .page-404-error-number {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 20px;
}
.page-404 .back-btn {
    padding: 7px 0;
    background: #676d76;
    max-width: inherit;
    margin: 0;
    width: 320px;
    text-align: center;
}
.page-404 .back-btn:hover {
    opacity: .8;
    transition: .3s;
}
.page-404-text-block {
    width: 500px;
    padding: 200px 0 50px;
}


/* Primary Navigation */

@media screen and (min-width: 1024px) {
	.menu-header-menu-container a:hover {
	color: #4a90e2;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	}
	.menu-header-menu-container .enter-btn:hover {
	  background-color: rgba(125, 138, 255, 0.2);
	}
	.menu-header-menu-container .enter-btn a:hover {
	  color: #272b35;
	}
	.menu-header-menu-container .reg-btn:hover {
	background: #bb140b;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	}

}


@media all and (min-width: 320px) {

	.menu-header-menu-container ul {
		margin: 0;
		padding: 20px;
		list-style: none;
	}

	.menu-header-menu-container ul li {
		display: block;
		white-space: nowrap;
	    font-weight: 600;
	    font-size: 14px;
	}

	.menu-header-menu-container ul li a {
		display: block;
	    padding: 11px;
	    line-height: 21px;
	    font-size: 14px;
	}

	.menu-header-menu-container .reg-btn,
	.menu-header-menu-container .enter-btn {
	  	width: 100%;
	  	height: 40px;
	 	margin: 0;
	  	border-radius: 5px;
	  	text-align: center;
	  	color: #ffffff;
	  	box-sizing: border-box;
	}

	.menu-header-menu-container .enter-btn {
		margin-right: 10px;
		border: 1px solid #7D8AFF;
		transition: all 0.3s ease 0s;
	}

	.menu-header-menu-container .reg-btn {
	  background-color: #FC636B;
	  border: 1px solid #FC636B;
	  transition: all 0.3s ease-out;
	}

	.menu-header-menu-container .reg-btn a,
	.menu-header-menu-container .enter-btn a {
	  display: block;
	  line-height: 39px;
	  padding: 0 20px;
	  margin: 0;
	}

	.menu-header-menu-container .reg-btn a {
	  color: #fff;
	  line-height: 40px;
	}
	
	.video-block img {
		width: 100%;
		max-width: 1000px;
		height: auto;
		margin: 30px auto;
	}
	.header-main .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
	.visible {
    display: block !important;
}
	
}


@media screen and (min-width: 991px) {
	.menu-header-menu-container {
		display: block !important;
		float: right;
	}
	.menu-header-menu-container ul {
		float: right;
		padding: 0;
	}
	.menu-header-menu-container ul li {
		display: inline-block;
		margin: 0 8px;
	}
	.menu-header-menu-container ul li a {
	    padding: 0;
	}
	.menu-header-menu-container a,
	.menu-header-menu-container p {
		margin: 0;
		padding: 0;
		white-space: nowrap;
		line-height: 90px;
		font-size: 14px;
	}
	.menu-header-menu-container .enter-btn {
		margin-left: 43px;
	}

	.menu-header-menu-container .menu-item-home {
		border-bottom: 3px solid #4a90e2;
		line-height: 87px;
	}
	.menu-header-menu-container .reg-btn,
	.menu-header-menu-container .enter-btn {
	  width: 135px;
	}
}

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

	.menu-header-menu-container a,
	.menu-header-menu-container p {
		padding: 0 10px;
		line-height: 50px;
		margin: 0;
		font-size: 14px;
	}

	.menu-header-menu-container {
		display: none;
		position: absolute;
		top: 90px;
		right: 20px;
		padding: 0;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 10;
	}

	.burger-trigger {
        position: relative;
        float: right;
    	margin-top: 20px;
        width: 50px;
        height: 50px;
    }

    .burger-toggle {
        position: relative;
        top: 10px;
        left: 13px;
        display: inline-block;
        width: 25px;
        height: 3px;
        background: #939393;
        transition: all 0.3s ease 0s;
    }
    .burger-toggle::before,
    .burger-toggle::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 25px;
        height: 3px;
        background: #939393;
        transition: all 0.3s ease 0s;
    }
    .burger-toggle::before {
        top: -8px;
    }
    .burger-toggle::after {
        top: 8px;
    }

    .burger-toggle.menu-opened,
    .partners__header .burger-toggle.menu-opened {
        background: transparent;
    }
    .burger-toggle.menu-opened::before {
        top: 0;
        transform: rotate(-45deg);
    }
    .burger-toggle.menu-opened::after {
        top: 0;
        transform: rotate(45deg);
    }

	.menu-header-menu-container .reg-btn {
		margin: 10px 10px 0 0;
	}
}

/* start polyang */
.header-lang__btn {
	position: relative;
	padding: 0px 20px 0 10px; 
	background-color: transparent!important;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 39px;
    outline: none;
}
.header-lang__btn:focus,
.header-lang__btn:active {
	border-color: #E7E7E7;
}
.header-lang__btn::after {
	content: "";
	position: absolute;
	top: 14px;
	display: inline-block;
	margin-left: 7px;
	width: 4px;
	height: 4px;
	border: 2px solid transparent;
	border-bottom-color: #272b35;
	border-left-color: #272b35;
	transform: rotate(-45deg);
}
.header-lang__btn.opened::after {
    top: 17px;
    transform: rotate(-225deg);
}
.dropdown-menu {
	display: none;
	position: absolute;
	width: 48px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.menu-header-menu-container .dropdown-item:hover {
	background-color: #dadada;
	color: #000;
}

.menu-header-menu-container ul li a.dropdown-item {
	padding: 5px;
    font-weight: 400;
    line-height: 27px;
	text-align: center;
}

/* language switch button */

select[name="lang_choice_1"] {
    padding: 5px;
	border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    appearance: none;
}

