/*
Theme Name: Modern stoicism
Theme URI: http://arrowcoder.com/
Description: The 2021 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background.
Author: the ArrowCoder
Version: 2.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
cs{
	font-family: 'Playfair Display', serif;
}
#list-blog-post .entry-thumbnail img, 
#respond .form-submit input, 
#primary #searchform input[type="submit"]:hover, 
#content div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
a { 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
} 

html {  
    overflow-x: hidden; 
}

.slick-prev:hover, .slick-next:hover,
#temp-galleries ul li a:before,
#reality-galleries ul li a:before,
.wpcf7 input[type="submit"]:hover,
.section-services ul li .item-img a:before,
.testi-shows .owl-prev:hover,
.testi-shows .owl-next:hover,
a,
#project-galleries ul li a:before{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#containerx {
    width: 1207px;
    margin: 0 auto;
	max-width: calc(100% - 30px);
}
#content {
	margin: 0;
    padding: 0;
}
#primary,
#secondary {
	float: right; 
	width: 220px;
}
#secondary {
	clear: right;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a{
	color: #fff; 
}
#footer {
    clear: both;
    background-color: #604F5A;
    float: left;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    font-size: 16px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Montserrat', sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Montserrat', sans-serif;
}
input[type=submit] {
	font-family: 'Montserrat', sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	background: #fff;  
	width: 100%;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
    color: #5D5C61;
    font-size: 16px;
    line-height: 1.8;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #5D5C61;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
 
a {
	color: #5D5C61; 
} 
a:hover {
	color: #6DABD9; 
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #5D5C61;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #5D5C61;
	border-bottom: 1px solid #5D5C61;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #5D5C61;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #5D5C61;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #5D5C61;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    padding: 0;
	width: 100%; 
}
#content {
	margin-bottom: 0;
}
#content,
#content input,
#content textarea {    
	color: #5D5C61;
    font-size: 16px;
    line-height: 1.8;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #5D5C61;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #5D5C61;
	line-height: 1.5em;
	margin: 0 0 20px 0; 
}
#content h5 {  
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
} 
#content h6 {   
    font-weight: 500;
    font-size: 14px;
} 
#content h4{
	font-size: 20px;
    font-family: 'Playfair Display', serif;
}
#content h3{
	font-size: 22px;
    font-family: 'Playfair Display', serif;
}
#content h2{
	font-size: 26px; 
    font-family: 'Playfair Display', serif;
}
#content h1{
	font-size: 40px;
    line-height: 1.2;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #5D5C61;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #5D5C61;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #5D5C61;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #5D5C61;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #5D5C61;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #6DABD9;
}
#content .entry-title {
	color: #5D5C61;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #5D5C61;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #6DABD9;
}
.entry-meta {
	color: #5D5C61;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #5D5C61;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #5D5C61;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #5D5C61;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #5D5C61;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #5D5C61;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #6DABD9;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
    background: #EFECEA;
    clear: both;
    font-size: 14px;
    line-height: 1.8;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
    display: flex;
    align-items: center;
} 
#entry-author-info #author-description #author-link{
	display: none;
}
#entry-author-info #author-avatar img{
	position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: 500%;
    vertical-align: middle;
    object-fit: cover;
}
#entry-author-info #author-avatar {
    float: left;
    height: 129px;
    margin: 0 -129px 0 0;
    padding: 11px;
    width: 129px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 145px;
    width: calc(100% - 145px);
}
#entry-author-info h2 {
    color: #5D5C61;
    font-weight: 500;
    margin: 0 0 15px;
}
.entry-utility {
	clear: both;
	color: #5D5C61;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #5D5C61;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #6DABD9;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #5D5C61;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #5D5C61;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #5D5C61;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #5D5C61;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #6DABD9;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #5D5C61;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
    border-bottom: 1px solid #928E94;
    margin: 0 0 26px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
ol.commentlist >li.comment {
	padding: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #928E94;
    line-height: 24px;
    margin: 0 0 35px 0;
    padding: 0 0 0 56px;
    position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar X{
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-meta + p{
	clear: both;
	margin-top: 24px;
    display: inline-block;
}
.commentlist .avatar {
    position: relative;
    top: 0;
    left: 0;
    width: 84px;
    height: 84px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    vertical-align: middle;
    object-fit: cover;
}
.comment-author {
}
.comment-author cite {
    color: #5D5C61;
    font-style: normal;
    font-weight: 500;
    margin: 8px 0 5px;
    display: inline-block;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta { 
	margin: 0 0 18px 0;
	color: #5D5C61;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #5D5C61;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #6DABD9;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #5D5C61;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #6DABD9;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #5D5C61;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #5D5C61;
}
#comments ol.commentlist{
    border-bottom: 1px solid #928E94;
	padding-bottom: 35px;
}
#respond {
    border-top: 0 solid #928E94;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 35px;
    width: 779px;
    max-width: 100%;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
    color: #5D5C61;
    font-weight: 400;
}
#respond label[for="wp-comment-cookies-consent"]{
	font-size: 14px;
	font-weight: 400;
	margin-top: 0;
}
#respond label {
    color: #5D5C61;
    font-size: 16px;
    font-weight: 500;
    margin-top: 14px;

}
#respond input#wp-comment-cookies-consent{
	float: left;
}
#respond input[type="text"] {
	margin: 0 0 9px;
	width: 100%;
    border: 1px solid #3E3D3D;
    border-radius: 7px;
    background-color: #fff;
    color: #3E3D3D;
}
#respond textarea {
    width: 100%;
    border: 1px solid #3E3D3D;
    border-radius: 7px;
    background-color: #fff;
    color: #3E3D3D;
}
#respond .form-allowed-tags {
	color: #5D5C61;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 46px 0;
}
.reply a:hover, 
#respond .form-submit input:hover{
	opacity: 0.8;
	color: #fff;
}
.reply a, 
#respond .form-submit input { 
    background-color: #6DABD9;
    border-color: #6DABD9;
    height: 33px;
    width: 185px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 20px;
	text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
li.widget-container {
	margin: 0 0 33px 0; 
    margin-left: 0;
    margin-right: 0;
    box-shadow: 1px 1px 11px -4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 11px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 1px 11px -4px rgb(0 0 0 / 20%); 
} 
.widget-title {
    color: #fff;
    font-weight: 600;
    background-color: #604F5A;
    font-size: 18px;
    line-height: 1.5;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #5D5C61;
}
.widget_rss a.rsswidget:hover {
	color: #6DABD9;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer>.container {
	width: 1020px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
#colophon {
	border-top: 4px solid #5D5C61;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #5D5C61;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #5D5C61;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #5D5C61;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #5D5C61;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
 
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #5D5C61;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-size: 18px;
    color: #fff;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 6px 10px;
    width: 100%;
    background-color: #fff; 
    color: #3E3D3D;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 7px;
} 

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus { 
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

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

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus { 
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus { 
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #393939; 
}

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

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

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

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.wpcf7 div.wpcf7-validation-errors, 
.wpcf7 div.wpcf7-acceptance-missing {
    background: #CEC9C8;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
.wpcf7 input[type="text"].wpcf7-not-valid, 
.wpcf7 input[type="email"].wpcf7-not-valid, 
.wpcf7 textarea.wpcf7-not-valid { 
    border-color: red; 
}
span.wpcf7-not-valid-tip { 
    display: none;
}

/******Menu*******/
#nav-icon4{width:32px;height:23px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;display:inline-block;vertical-align:middle;}
#nav-icon4 span{display:block;position:absolute;height:3px;width:100%;background:#fff;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
#nav-icon4 span:nth-child(1){top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(2){top:9px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(3){top:18px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg); top: -5px; left: 6px;}
#nav-icon4.open span:nth-child(2){width:0%;opacity:0;}
#nav-icon4.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:18px;left:5px;}
.menu_btn {
    display: none;
}

/***********
	MAIN MENU
*********************************/
#main-menu { 
  clear: both;
  float: left;
  width: 100%; 
}
#main-menu ul {
    float: right;
    width: auto;
    text-align: center;
    margin: 0;
}
#main-menu ul.sub-menu li  a{
	background-image: none!important;
} 
#main-menu ul li.btn-donate{
	margin-right: 10px;
}
#main-menu ul li:last-child {
	margin-left: 0;
	margin-right: 0;
}
#main-menu ul li {
    float: left;
    list-style: outside none none;
    position: relative;
    display: inline-block;
    margin: 0px 19px;
}
#main-menu ul li:last-childX,
#main-menu ul li:last-childX a { 
	margin-right: 0!important;
}
/********/ 
#main-menu ul li .sub-menu li a{
	color: #5D5C61;
}
#main-menu ul li .sub-menu li:last-child {
	border-width: 0;
}
#main-menu ul li .sub-menu li {
    display: block;
    list-style: outside none none;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(112, 112, 112, .19);
	padding: 8px 0;
} 
    
#main-menu ul li:hover .sub-menu{  
	display: block;
}
#main-menu ul li .sub-menu {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    left: -14px;
    position: absolute;
    top: 98%;
    width: auto;
    z-index: 9995;
    padding: 0;
    display: none;
    min-width: 230px;
    padding: 20px 0 0;
}
#main-menu ul li.menu-item-has-children > a:beforeX {
    background-image: url(images/arrowdown.svg);
    padding: 0px 0 0 16px;
    background-size: 11px auto;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 11px;
    background-repeat: no-repeat;
    background-position: top 8px right;
}
#main-menu ul li.menu-item-has-children > a { 
    padding-bottom: 52px;
}

#main-menu ul li a {
    color: #5D5C61;
    font-size: 16px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    line-height: 1.5; 
    position: relative;
    font-weight: 500;
}
#main-menu ul li .sub-menu a {
    float: left;
    padding: 8px 16px;
    text-transform: inherit;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    font-size: 16px;
}

#main-menu ul li.current-menu-item .sub-menu li a {
	 
} 

#main-menu ul li .sub-menu li a:hover,
#main-menu ul li .sub-menu li a.current-menu-item,
#main-menu ul li.current-menu-item .sub-menu li a:hover,
#main-menu ul li.current-menu-parent .sub-menu li a.current-menu-item {
	color:#fff;  
} 
#main-menu ul ul li:hover > a,
#main-menu ul ul li a:hover,
#main-menu ul ul li.current-page-ancestor a,
#main-menu ul ul li.current-menu-item a,
#main-menu ul ul li.page_item a,
#main-menu ul ul li.current_page_item a{ 
	color: #6DABD9 !important;  
} 
#main-menu ul li.current-menu-parent > a,
#main-menu ul li:hover > a,
#main-menu ul li a:hover,
#main-menu ul li.current-page-ancestor a,
#main-menu ul li.current-menu-item a,
#main-menu ul li.page_item a,
#main-menu ul li.current_page_item a{  
	color: #6DABD9; 
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/ 
#bigtext-id0 .bigtext-line0 {
    font-size: 274.9px;
}
.error404 .uncont {
    width: 550px;
	margin: 0 auto;
    text-align: center;
	max-width: 100%;
	padding-bottom: 55px;
}
#content .uncont h2   {
    font-size: 32px; 
	font-weight: 500;
    font-family: effra,sans-serif;
} 
#content .uncont hr.separator-break.separator-accent {
    background-color: #12284C;
    margin-top: 36px;
    height: 2px;
    width: 71px;
    margin-bottom: 60px;
}
#content input#searchsubmit:hover {
   opacity: 0.8;
}
#content input#searchsubmit {
	background-color: #6DABD9;
    color: #fff!important;
    padding: 0 10px;
    white-space: nowrap;
    display: flex;
    border-radius: 20px;
    width: 185px;
    text-align: center;
    height: 33px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
} 
#content h1.bigtext {
    font-size: 175px;
    line-height: 1em;
    margin-top: 45px;
}
#searchform input[type="text"] { 
    text-align: center;
    color: #000!important;
    background-color: #ccc;
}
.error404 #banner-page {
    display: none;
}

#primary #searchform input[type="submit"]:hover {
	opacity: 0.8;
}
#primary #searchform input[type="submit"] {
    background-image: url(images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px auto;
    width: 47px;
    height: 40px;
    background-color: #604F5A;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
    padding: 0;
	-webkit-border-top-right-radius: 26px;
	-webkit-border-bottom-right-radius: 26px;
	-moz-border-radius-topright: 26px;
	-moz-border-radius-bottomright: 26px;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
}
#primary #searchform >div{
    margin: 30px 10px;
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
}
#primary #searchform input[type="text"] {
    text-align: left;
    color: #604F5A!important;
    background-color: #fff;
    border: 1px solid #604F5A;
    border-radius: 26px;
    width: 100%;
    height: 40px;
    padding: 0 18px;
}
/********Blog********/
#content h1.entry-title-blog {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 12px;
    width: auto;
    margin: 0;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
}
#list-blog-post h2.entry-title-list a:hover{
	color: #6DABD9;
}
#content #list-blog-post h2.entry-title-list,
#list-blog-post h2.entry-title-list a{
    font-size: 20px;
    line-height: 1.5;
    color: #354353;
    margin: 0 0 18px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#list-blog-post .blog-shortcont p {
	margin-bottom: 0;
}
#list-blog-post .post-readmore a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5D5C61;
	border-color: #5D5C61;
}
#list-blog-post .post-readmore a {
    border: 1px solid #2B2B2B;
    font-size: 16px;
    text-decoration: none;
    color: #2B2B2B;
    width: 194px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
#list-blog-post .post-readmore {
    margin-top: 30px;
}
#list-blog-post .entry-thumbnail a:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    mix-blend-mode: unset;
}
#list-blog-post .entry-thumbnail img{
	width: 100%; 
	float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    mix-blend-mode: luminosity;
}
 
#list-blog-post .entry-thumbnail{
    width: calc(100% + 32px);
    border-bottom: 4px solid #604F5A;
    float: left;
    margin: 0 -16px 16px;
    background-color: #354353;
}
#list-blog-post {    
	float: left;
    width: 50%;
    /* margin: 0 0 30px; */
    box-sizing: border-box;
    padding: 15px 0;
}
.entry-meta {
    color: #393939;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
}
.do-entry {
    clear: both;
    width: 100%;
    margin: 0 0 10px;
    float: left;
}
body div.do-entry .entry-meta{
    color: #393939;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
    background-image: url(images/icon-calendar.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    padding-left: 29px;
    min-height: 25px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: auto;
}
body div.do-entry .entry-author { 
    color: #393939;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
    background-image: url(images/icon-avt.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 27px;
    min-height: 25px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
    white-space: nowrap;
    width: auto;
}

.blog-row {
    margin: 0 8px;
    padding: 0 16px 30px;
    box-shadow: 1px 1px 11px -4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 11px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 1px 11px -4px rgb(0 0 0 / 20%);
	height: 100%;
    overflow: hidden;
    background-color: #fff;
}
 
.row-blog-wrap{
	margin-left: -9px;
    margin-right: -9px;
}
/*****Search****/
.pagination .page-numbers{ 
    font-size: 16px; 
}
.pagination .page-numbers.current{ 
    color: #EC6B00; 
} 
.page-numbers { 
    height: 36px;
    width: 24px; 
    font-size: 16px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
    margin-right: 2px; 
	position: relative;
}
.page-numbers.current, 
.page-numbers:hover {
    color:#EC6B00;
	text-decoration: none;
} 
.pagination {
    display: block;
    width: 100%;
    float: left;
    margin-top: 26px;
    text-align: center;
    margin-bottom: 80px;
}
.next.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto;
    border: 0px solid #5D5C61;
}
.prev.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    font-family: 'FontAwesome';
    content: "\f053";
    font-size: 16px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto;
    border: 0px solid #5D5C61;
}
/*******Single Post********/

.single #content h1.entry-title {
    font-size: 55px;
    text-align: left;
    margin: 0;
    max-width: 100%;
    margin-left: 0;
    font-weight: 400;
    padding-bottom: 26px;
    margin: 0 0 26px;
	position: relative;
    font-family: 'Playfair Display', serif;
}
.single #content h1.entry-title:before {
    content: "";
    width: 248px;
    height: 3px;
    background-color: #928E94;
    position: absolute;
    max-width: 50%;
    bottom: 0;
    left: 0;
}
.single .news-content{
	padding-left: 58px;
}
.single .entry-meta a:hover{
	text-decoration: underline;
}
.single .entry-meta a{
	text-decoration: none;
}
.single .entry-meta {
    font-size: 14px;
    float: left;
    margin-right: 0;
    width: 100%;
    display: flex;
}
.single .entry-thumbnail img{
	width: 100%;
}
.single .entry-thumbnail {
    margin: 0 0 24px;
}

#nav-below  label{
	color: #EC6B00;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}
#nav-below .nav-next .meta-nav {
    background-image: url(images/post-next.svg);
    background-position: right center;
	float: right;
}
#nav-below .nav-previous .meta-nav {
    background-image: url(images/post-prev.svg);
    background-position: left center;
	float: left;
}
#nav-below .meta-nav {
    background-repeat: no-repeat;
    background-size: 19px auto;
    text-indent: -9999px;
    width: 33px;
    height: 19px;
}
#nav-below a:hover{ 
	text-decoration: none;
}
#nav-below a{
	color: #604F5A;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
#nav-below {
    margin: 50px 0;
}
.single-post  #main-menu ul li#menu-item-36 a{
	color: #F4D7BC;
}
 
.single-post #content h4{
    font-size: 20px;
    font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin: 0 0 20px;
	line-height: 1.8;
}
/*******Header*******/
img{
	max-width: 100%;
}
.logo { 
	float: left; 
}
.header-right {
    float: right;
    position: relative;
    width: calc(100% - 250px);
    padding-left: 20px;
}
#header.sticky-header #main-menu> ul l>i >a { 
   
}
#header.sticky-header {
     
}
#header.sticky-header .logo img {
     
}
.main-logo img{
	width: 100%;
}
.main-logo{ 
    float: left;
    width: 230px;
}	 

 
#header {
    background-color: #fff;
    float: left;
    width: 100%;
    display: inline-block;
    padding: 11px 0;
    left: 0;
    top: 0;
    z-index: 9999;
    position: fixed;
} 
#header .logo a{
	float: left;
} 
#header .logo img{ 
    width: 165px;
}
#header.sticky-header img,
#header .logo img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header .header-info,
#header { 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
 
.header-info ul li a:hover{
    color: #6DABD9;
}
.header-info ul li a{
	color: #5D5C61;
	text-decoration: none;
	font-size: 16px;
}
.header-info ul li.t-email a {
    background-image: url(images/t-email.svg);
    background-size: 13px auto;
    padding: 0 0 0 20px;
}
.header-info ul li a{  
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    min-height: 26px;
    line-height: 26px;
}
.header-info ul li.t-phone a {
    background-image: url(images/t-phone.svg);
    padding: 0 0 0 19px;
    background-size: 13px auto;
}
.header-info ul li {
    font-size: 16px;
    color: #5D5C61;
    float: right;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.header-info ul{
	margin: 0;
	float: right;
	padding: 0;
}
 

#header > .container {
    width: 1500px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 30px);
    position: relative;
}
#main-menu ul {
    float: right;
    width: auto;
    text-align: center;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
} 

/*Banner*/
.entry-banner img{
	float: left;
	width: 100%;
}
.entry-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
}
.entry-banner {
    width: 100%;
    position: relative;
    float: left;
    min-height: 280px;
    overflow: hidden;
    background: #CC7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0px 0px;
}
.banner-text-title >.container{
	width: 1205px;
	max-width: 96%;
	margin: 0 auto;
}

#content .banner-text-title h1{
	font-size: 45px;
	color: #fff;
	font-weight: normal;
    margin: 0;
}
.banner-text-title {
    position: absolute; 
    left: 0;
    right: 0;
    width: 100%;
	top: 50%;
    transform: translateY(-50%);
}
#content .banner-title  h1 {
    font-size: 45px; 
    font-weight: normal; 
}
.banner-title{
    width: 100%;
    padding: 50px 0;
}
*{outline: none;}

/****Content-Width****/ 
.entry-content> div.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner{ 
    width: 100%!important;
    max-width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    left: 0!important;
} 

.entry-content> div.vc_row:not([data-vc-full-width="true"]){
	width:1207px; 
    max-width: 100%;
    margin: 0 auto;
}
.entry-content> div.vc_row[data-vc-full-width="true"]{
	width: 100%!important;
    max-width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    left: 0!important;
}
.home #container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.entry-content> div.vc_row > .vc_column_container>.vc_column-inner{  
    width: 1207px;
    max-width: calc(100% - 30px); 
	margin-left: auto;
	margin-right: auto; 
    padding: 0;
} 
.entry-content> div.vc_row:not([data-vc-full-width="true"]),
.entry-content> div.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner,
.home .entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.home .entry-content> div.vc_row > .vc_column_container>.vc_column-inner{   
      
} 

#main>.container{ 
    padding: 55px 0;
}
#main>.container {
    width: 1207px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none; 
}  
#main>.container #content .entry-title{
	max-width: 100%;
}

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.wpcf7 div.wpcf7-validation-errors, 
.wpcf7 div.wpcf7-acceptance-missing {
    background: #CEC9C8;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
div.wpcf7 input[type="text"].wpcf7-not-valid, 
div.wpcf7 input[type="email"].wpcf7-not-valid, 
div.wpcf7 textarea.wpcf7-not-valid { 
    border-color: red; 
}
div.wpcf7 span.wpcf7-not-valid-tip { 
    display: none;
}

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

div#cookie-law-info-again { 
    box-shadow: #161616 0px 1px 15px -10px;
}
div#cookie-law-info-bar {
    font-size: 10pt;
    padding: 1px 10px;
    box-shadow: none;
} 


/* Icon 3 */

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(1) {
    top: 0px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(2),
#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(4) {
    top: 18px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(3),
#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(2) {
    top: 9px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 {
    width: 32px;
    height: 32px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.site-header.sticky #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #182731;
}

.twentyseventeen-front-page #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #fff;
}

.logo-w {
    display: none;
}

.twentyseventeen-front-page .site-header.sticky .logo-b,
.twentyseventeen-front-page .logo-w {
    display: block;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.twentyseventeen-front-page .site-header.sticky .logo-w,
.twentyseventeen-front-page .logo-b {
    display: none;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #707070;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; 
}

.site-header .container {
    position: relative;
}


/**/

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

#wprmenu_menu[style="display: block;"] ~ #wprmenu_bar .wprmenu_icon i.wpr_open {
    display: none;
}

#wprmenu_menu[style="display: block;"] ~ #wprmenu_bar .wprmenu_icon i.wpr_close {
    display: block;
}

#wprmenu_bar .wprmenu_icon .menu_close_icon span {
    content: "\e117"!important;
    display: block!important;
}

#special_menu #wprmenu_bar {
    background: transparent;
}

#special_menu {
    width: 100%;
    float: left;
    position: relative;
}

div#wprmenu_bar .wprmenu_icon {
    padding-top: 0;
    margin-top: 0;
    padding-right: 0; 
    overflow: inherit; 
} 

div#wprmenu_bar .wprmenu_icon i {
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
}

div#wprmenu_menu ul li a {
    font-size: 17px!important; 
}

div#wprmenu_menu ul li a:hover,
div#wprmenu_menu ul li.current-menu-item a {
    color: #6DABD9;
}
 
div#wprmenu_bar {
    position: absolute;
    width: 32px;
    left: 0;
    float: right;
    padding: 0;
    left: auto;
    top: 1px;
    right: 0;
}
 
div#wprmenu_menu.top {
    position: absolute;
    top: 56px;
    border-top: 1px solid #fff;
    width: 350px;
    left: -15px !important;
    left: auto;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
}
#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3),
#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    top: 9px;
} 

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/**/
.left-header{
	float: left;
}

.text-right *,
.text-right{
	text-align: right;
}
.text-center *,
.text-center{
	text-align: center;
} 

#header,
#header.sticky-header {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}

/***********
	FooterMenu
*********************************/
#footer-menu h3 {
    font-size: 21px;
    color: #fff;
    float: left;
    margin: 26px 0 10px;
    width: 100%;
}
#footer-menu ul {
	padding: 0;
	float: left;
	margin: 0 !important; 
    width: 100%;
} 
#footer-menu ul li {
    width: 100%;
    list-style: none;
    float: left;
    position: relative;
    padding: 4px 0;
} 
#footer-menu ul li a { 
  color: #fff;
  float: left; 
  font-size: 13px;
  padding: 2px 0;
  text-decoration: underline; 
}

#footer-menu ul li:hover > a,
#footer-menu ul li a:hover,
#footer-menu ul li.current-page-ancestor a,
#footer-menu ul li.current-menu-item a, 
#footer-menu ul li.page_item a,
#footer-menu ul li.current-menu-parent a, 
#footer-menu ul li.current_page_item a{ 
	color: #6DABD9; 
}   


/*******/
.header-space{
	float: left;
	width: 100%;
	height: 101px;
} 

/**/ 

.socials {
    float: left;
    width: 100%; 
}
 

.vc_btn3-container a.vc_general.vc_btn3:hover {
    color: #5D5C61;
    background-color: #fff;
}
.vc_btn3-container a.vc_general.vc_btn3 {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 15px 0;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    font-size: 18px;
    border: 3px solid #fff;
    width: 328px;
	max-width: 100%;
	background-image: none;
	font-weight: bold;
}
  

/**/
.slick-next:before {
    content: "\f054";
}
.slick-next {
    right: 20px;
}
.slick-prev:before{
	content: "\f053";
}
.slick-prev {
    left: 20px;
}
.slick-prev:before, .slick-next:before {
	font-family:'FontAwesome';
    font-size: 15px;
    line-height: 1; 
    color: white;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.7;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none; 
    z-index: 1111;
    border-radius: 50%;
    border: 2px solid #fff;
	background-color: transparent;
}


/**/
 

#main>.container-s #content {
    padding: 0;
    width: 100%;
    float: left;
	margin-bottom: 85px;
}
#main>.container-s {
    width: 1400px;
    display: block;
    max-width: calc(100% - 30px);
    padding: 80px 0 0;
    margin: 0 auto;
}
 
.single .entry-content> div.vc_row:not([data-vc-full-width="true"]) { 
    margin: 0 -15px;
    max-width: calc(100% + 30px);
}
.news-col{
	float: left;
}
.news-topblock {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.news-left{
	padding-right: 17px;
	border-right: 1px solid #5D5C61;
	width: calc(100% - 315px);
	box-sizing: border-box;
}
.news-right{
	width: 264px;
	margin-left: 50px;
}

.news-right .news-item .item-summary {
    padding: 0;
    font-size: 16px;
}
.news-right .news-item .item-meta {
    padding: 0;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 6px;
}
.news-right .news-item {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    background-color: transparent;
    color: #393939;
    padding: 0;
}
	
 
.item-title-list a:hover { 
	color: #5D5C61;
	text-decoration: underline;
}
.news-item .item-thumbnail img{
	width: 100%;
}
.item-title-list a { 
    line-height: 1.2;
    color: #393939;
    margin: 14px 0 8px;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}

.single-post #content h2.item-title-list { 
    margin: 0; 
	padding: 0;
    font-size: 26px;
}

.blog-shortcont p{
	padding: 0;
	margin: 0 !important;
}
.news-item .item-summary{
    padding: 8px 16px;
	font-size: 16px;
}
.news-item .item-title-list  {
    padding: 8px 16px 6px;
} 
.news-item .item-meta{
    padding: 0 16px;
}
.news-item {
    flex-grow: 1;
    max-width: 50%; 
    float: left;
    width: 50%;
    margin: 0 0 30px;
    box-sizing: border-box;
}
.post-readmore{
    margin-top: 12px;
}
.item-summary .post-readmore a:hover {
	text-decoration: underline;
	color: #5D5C61;
}
.item-summary .post-readmore a {
    color: #393939;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
} 

.clear3{
	width: 100%; 
	clear: both; 
}



/**/
.header-content{ 
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-link {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -140px;
    top: -2px;
}
ul.social-link li .fa.fa-facebook{
    position: relative;
    top: 3px;
}
ul.social-link li{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
	margin: 0 6px;
	padding: 0;
}
ul.social-link li a:hover {
	background-color: #5D5C61;
}
ul.social-link li.none a {
	background-color: transparent;
	border-radius: 0;
    width: auto;
}
ul.social-link li a {
    color: #604F5A!important;
    background-color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#main-menu ul li:first-child{
	margin-left: 0;
}
#banner-home .slick-slide img { 
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    min-height: 280px;
    max-height: 600px;
}
#banner-home .container{
	/* width: 1400px; */
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#banner-home .container-text{
	width: 1010px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
}
#banner-home .slick-slide .img:before{ 
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgb(255,0,0,0));
} 
#banner-home .slick-slide .text h2{
	width: 475px;
	float: left;
	max-width: 100%;
	font-family: 'MyriadPro';
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}
#banner-home .slick-slide .text{
	position: absolute;
	z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
	top: 50%;
    transform: translateY(-50%);
}
#banner-home .slick-slide .img{
	position: relative;
}
#banner-home{
	float: left;
	width: 100%;
}
#banner-home .slick-dots li button{
	display: none;
}
#banner-home .slick-dots li.slick-active {
	opacity: 1;
}
#banner-home .slick-dots li { 
    width: 67px;
    height: 3px;
    margin: 0 5px; 
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #5D5C61;
    opacity: 0.35;
}
#banner-home .slick-dots { 
    bottom: 30px; 
    z-index: 5;
}

#banner-page .container{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#banner-page{
	float: left;
	width: 100%;
}

#banner-page .banner-image img { 
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    min-height: 600px;
    max-height: 100vh;
}
/**/
#signup-section p{
	font-size: 16px;
	color: #fff;
    text-align: center;
}
#signup-section h3{
	font-size: 26px;
	color: #fff;
	text-align: center;
    line-height: 1.2;
	font-family: 'Playfair Display', serif;
    margin: 0 0 30px;
}
#signup-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: #928E94;
    top: 0;
    left: 0;
    opacity: 0.8;
}
#signup-section{
	float: left;
	width: 100%; 
	background-image: url(images/sub-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
    padding: 168px 0 62px;
}
#signup-section .container{
	width: 916px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
}

#signup-section div.wpforms-container-full .wpforms-form .wpforms-field {
    width: 100%;
    float: left;
    clear: none;
    padding: 0;
}
#signup-section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    width: 154px;
    float: left;
    clear: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#signup-section div.wpforms-container-full .wpforms-form label.wpforms-error { 
    color: red;
    font-size: 14px; 
    font-weight: 300;
}
#signup-section div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#signup-section div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#signup-section div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	opacity: 0.8;
}
#signup-section div.wpforms-container-full .wpforms-form input[type=submit], 
#signup-section div.wpforms-container-full .wpforms-form button[type=submit], 
#signup-section div.wpforms-container-full .wpforms-form .wpforms-page-button {
	font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    border: 1px solid #fff;
    color: #888B91;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 600;
    height: 40px;
    width: 100%;
	-webkit-border-top-right-radius: 26px;
	-webkit-border-bottom-right-radius: 26px;
	-moz-border-radius-topright: 26px;
	-moz-border-radius-bottomright: 26px;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
}
#signup-section .signup-form{
    width: 505px;
    margin: 0 auto;
    max-width: 100%;
}
#signup-section div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox{
    margin-top: 72px;
}
/* Placeholder text color -- selectors need to be separate to work. */
#signup-section ::-webkit-input-placeholder {
	color: #fff; 
}

#signup-section :-moz-placeholder {
	color: #fff; 
}

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

#signup-section :-ms-input-placeholder {
	color: #fff; 
} 
#signup-section div.wpforms-container-full {
    margin: 24px 0 0;
    overflow: hidden;
    position: relative;
}
#signup-section div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
	color: #fff;
	font-size: 14px;
}	
#signup-section div.wpforms-container-full .wpforms-form input[type=date], 
#signup-section div.wpforms-container-full .wpforms-form input[type=datetime], 
#signup-section div.wpforms-container-full .wpforms-form input[type=datetime-local], 
#signup-section div.wpforms-container-full .wpforms-form input[type=email],
#signup-section div.wpforms-container-full .wpforms-form input[type=month], 
#signup-section div.wpforms-container-full .wpforms-form input[type=number], 
#signup-section div.wpforms-container-full .wpforms-form input[type=password], 
#signup-section div.wpforms-container-full .wpforms-form input[type=range], 
#signup-section div.wpforms-container-full .wpforms-form input[type=search], 
#signup-section div.wpforms-container-full .wpforms-form input[type=tel], 
#signup-section div.wpforms-container-full .wpforms-form input[type=text], 
#signup-section div.wpforms-container-full .wpforms-form input[type=time], 
#signup-section div.wpforms-container-full .wpforms-form input[type=url], 
#signup-section div.wpforms-container-full .wpforms-form input[type=week], 
#signup-section div.wpforms-container-full .wpforms-form select, 
#signup-section div.wpforms-container-full .wpforms-form textarea {   
	font-family: 'Montserrat', sans-serif;  
    color: #fff;
    height: 40px;
    background-color: transparent;
    border-radius: 26px;
    border-color: #fff;
    text-indent: 29px;
}


.page-contact #main{
	width: 697px; 
}
 

#content h2.page-title {
    text-align: center;
}


#content div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
#content div.wpforms-container-full .wpforms-form .wpforms-field-label { 
    font-weight: 500;
    font-size: 16px;
}
#content div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	opacity: 0.8;
}
#content div.wpforms-container-full .wpforms-form input[type=submit], 
#content div.wpforms-container-full .wpforms-form button[type=submit], 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #6DABD9;
    border: 1px solid #6DABD9;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 600;
    height: 33px;
    width: 185px;
    float: right;
    border-radius: 22px;
}
 
#content div.wpforms-container-full .wpforms-form input[type=date], 
#content div.wpforms-container-full .wpforms-form input[type=datetime], 
#content div.wpforms-container-full .wpforms-form input[type=datetime-local], 
#content div.wpforms-container-full .wpforms-form input[type=email],
#content div.wpforms-container-full .wpforms-form input[type=month], 
#content div.wpforms-container-full .wpforms-form input[type=number], 
#content div.wpforms-container-full .wpforms-form input[type=password], 
#content div.wpforms-container-full .wpforms-form input[type=range], 
#content div.wpforms-container-full .wpforms-form input[type=search], 
#content div.wpforms-container-full .wpforms-form input[type=tel], 
#content div.wpforms-container-full .wpforms-form input[type=text], 
#content div.wpforms-container-full .wpforms-form input[type=time], 
#content div.wpforms-container-full .wpforms-form input[type=url], 
#content div.wpforms-container-full .wpforms-form input[type=week], 
#content div.wpforms-container-full .wpforms-form select { 
    color: #3E3D3D;
    height: 50px;
    border-color: #3E3D3D;
    border-radius: 7px;
}
#content div.wpforms-container-full .wpforms-form textarea { 
    color: #3E3D3D; 
    height: 128px; 
    border-color: #3E3D3D;
    border-radius: 7px;
}



.page-careers #main{
	width: 855px; 
}
.entry-content> div.vc_row#section-tellus{
	width: 697px;
}

.entry-content div.vc_row.container-small{
	width: 855px; 
}

.entry-content> div.vc_row:not([data-vc-full-width="true"]) { 
    padding: 0;
}

.wpb_single_image.wpb_content_element{
	position: relative;
}

#content .wpb_single_image h2.wpb_singleimage_heading {
    font-size: 36px;
    color: #000;
    position: absolute;
    font-family: 'MyriadPro';
    font-style: italic;
    width: 478px;
    right: -10%;
    bottom: 10%;
    text-align: left;
    max-width: 100%;
}

.single-post ul li.menu-item-728 a{
    color: #5D5C61!important;
}
#section-latest .latest-news{
	margin: 0 -18px;
}
#section-latest >h2{
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	color: #7E7E7E;
	margin: 0 0 45px;
}
#section-latest{
	float: left;
	width: 100%;
	padding: 0 0 40px;
}

*{
	box-sizing: border-box;
}
.btn.btn-white:hover{
	color: #2B2B2B;
	background-color: #fff;
}
.btn.btn-white{
	color: #fff;
	border-color: #fff;
}
.btn:hover{
	color: #fff;
	background-color: #5D5C61;
}
.btn{
	border: 1px solid #2B2B2B;
	font-size: 16px;
	text-decoration: none;
	color: #2B2B2B;
	width: 194px;
	padding: 10px 20px;
    display: inline-block;
} 
.box-bugatii.junior{
	background-color: #2B2B2B;
}

.colb-6{
	width: calc(50% - 36px);
	float: left;
	color: #fff;
    padding: 0 0 25px;
	margin: 0 18px;
} 
.post-featured>#list-blog-post{
	width: 100%;
	margin: 40px 0;
}
.post-featured {
    float: left;
    width: 100%;
    border-bottom: 1px solid #5D5C61;
    margin-bottom: 10px;
}

#section-boxes .row{
	margin: 0 -18px;
}
 
/**/
 
#footer ul.social-link li.none a:hover{
	background-color: transparent!important;
}
#footer ul.social-link li a:hover{
	background-color: #fff;
	opacity: 0.8;
}
#footer ul.social-link li a{
	text-decoration: none;
}

#footer ul.social-link li:first-child {
	margin-left: 0;
}
#footer ul.social-link li { 
    margin: 0 6px; 
}
#footer ul.social-link {
    padding: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.footer-right,
.footer-left{
	float: left;
	width: 50%;
}

.footer-menus {
    display: flex;
}
.footer-menus ul li a:hover{
	text-decoration: none!important;
}
.footer-menus ul li a{
	text-decoration: underline;
	color: #fff;
}
.footer-menus ul li{
	width: 100%;
	float: left;
	font-size: 16px;
}
.footer-menus ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
    border-left: 2px solid #928E94;
    padding-left: 8%;
}

.footer-logo {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

/**/
#main-menu ul#menu-mainmenu> li.btn-menu a:hover{
	opacity: 0.8;
}
#main-menu ul#menu-mainmenu> li.btn-menu a {
    background-color: #6DABD9; 
    color: #fff!important;
    padding: 0 10px;
    white-space: nowrap;
    display: flex;
    border-radius: 20px;
    width: 185px;
    text-align: center;
    height: 33px;
    align-items: center;
    justify-content: center;
}  

.banner-text ul li a:hover{
	opacity: 0.8;
}
.banner-text ul li a{
    background-color: #6DABD9; 
    color: #fff;
    padding: 0 10px;
    white-space: nowrap;
    display: flex;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    height: 33px;
    align-items: center;
    justify-content: center;
	text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.banner-text ul li{
	width: 100%;
	float: left;
    padding: 9px 0;
}
.banner-text ul{
	width: 185px;
	max-width: 100%;
	float: left;
    margin: 0 0 18px;
	padding: 0;
	list-style: none;
	clear: both;
}
.banner-text ul.btn-group{
	width: 374px; 
}

.banner-text {
    width: 100%;
    max-width: 100%;
    float: left;
    padding-left: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

.banner-text-container {
    width: 1300px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
.text-block {
    width: 700px;
    float: left;
    max-width: 100%;
}

.banner-text h1:before{
	content: "";
	width: 248px;
	height: 3px;
	background-color: #928E94;
	position: absolute;
	max-width: 50%;
	bottom: 0;
	left: 0;
}
.page-id-821 .banner-text p{
	margin-top: 30px;
    display: inline-block;
}

.page-id-825 .text-block,
.page-id-825 .banner-text h1{
    width: 795px; 
}


.page-id-823 .banner-text h6,
.page-id-823 .banner-text h5,
.page-id-823 .banner-text h4,
.page-id-823 .banner-text h3,
.page-id-823 .banner-text h2,
.page-id-823 .banner-text p{
    width: 690px; 
}
.banner-text h6,
.banner-text h5,
.banner-text h4,
.banner-text h3,
.banner-text h2,
.banner-text p{
    width: 565px;
    clear: both;
    max-width: 100%;
}
.banner-text p{
	font-size: 18px;
	color: #5D5C61;
	font-weight: 500;
    line-height: 1.5;
}
.banner-text h4,
.banner-text h2,
.banner-text h3{
	font-size: 22px;
	color: #5D5C61;
	font-weight: 500;
    line-height: 1.5;
	margin: 0 0 18px; 
}
.banner-text h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 26px;
    color: #5D5C61;
	font-family: 'Playfair Display', serif;
	position: relative;
    padding-bottom: 26px;
    font-weight: normal;
    max-width: 100%;
}

.home .banner-text h1:before{
	background-color: #fff;
}
.home .banner-text p,
.home .banner-text h2,
.home .banner-text h3,
.home .banner-text h4,
.home .banner-text h5,
.home .banner-text h6,
.home .banner-text h1 {
    color: #fff;
}

.entry-content> div.vc_row:not([data-vc-full-width="true"]).container-13{
	width: 100%;
}
.entry-content> div.vc_row[data-vc-full-width="true"].container-13  >div>div>div>.vc_column_container>.vc_column-inner, 
.entry-content> div.vc_row.container-13  > .vc_column_container>.vc_column-inner{
	width: 1300px;
}


.entry-content> div.vc_row.section-space{
    padding: 85px 0 50px;
}
.entry-content> div.vc_row:not([data-vc-full-width="true"]).section-space{
    padding: 80px 0 50px;
}
.entry-content> div.vc_row:not([data-vc-full-width="true"])#section-block-img.section-space{
    padding: 50px 0;
}
.entry-content> div.vc_row {
    padding: 35px 0 0px;
}

.home #content {
	padding-top: 55px;
}
.left-border .wpb_wrapper{
    border-left: 2px solid #928E94;
    padding-left: 20px;
}


.block-on-image{
	
}
.text-white,
.text-white *,
.color-white *,
.color-white{
	color: #fff!important;
}
#section-block-img .wpb_row>.wpb_column>div>.wpb_wrapper{
	position: relative;
}
#section-block-img .block-on-image{
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-right: 35px;
}
.block-on-image a:hover{
	opacity: 0.8;
}
.block-on-image a{
	position: relative;
	text-decoration: none;
	font-weight: 500;
}
.block-on-image a:after{
	content: "";
	background-image: url(images/arrow-right-w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	width: 19px;
	height: 9px;
	display: inline-block; 
	margin-left: 10px;
}
#content .block-on-image h2 { 
    margin: 0 0 10px;

}
.st-block {
    font-size: 18px;
    padding: 20px 0;
}

.wpb_content_element.left-border{
	margin-bottom: 22px;
}

.entry-content> div.vc_row#section-write4us {
    padding: 12% 0;
} 


.medium strong{
	font-weight: 500;
}

.page-id-823 #content{
	padding-top: 30px;
}
.page-id-825 #content{
	padding-top: 0;
}
.book-section>div{
	padding-bottom: 15px;
}
/**/
#team-section{
	
}
 
.team-section .wpb_single_image .vc_single_image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.team-section .wpb_single_image .vc_single_image-wrapper img{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.team-section .wpb_single_image .vc_single_image-wrapper{
    width: 224px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
    border-radius: 50%;
}

#team-section .wpb_row >.wpb_column >div{
	height: 100%;
}
#team-section .wpb_row >.wpb_column >div>.wpb_wrapper {
    background-color: #fff;
    padding: 22px 10px;
	height: 100%;
    border-bottom: 8px solid #604F5A;
} 

#team-section .wpb_row {
    display: flex;
    padding: 22px 0;
}
.entry-content> div.vc_row.section-space#team-section {
    padding: 65px 0;
}

#support-row.vc_row {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 2px 11px -4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 2px 11px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 11px -4px rgb(0 0 0 / 20%);
    border-left: 8px solid #604F5A;
    margin: 20px 0;
    padding-top: 33px;
} 
.entry-content> div.vc_row#team-section-support{
    padding: 35px 0 70px;
}

/*#section-videos*/

#section-videos .wpb_content_element {
    margin-bottom: 18px;
}

.list-item ul li strong{
	font-weight: 600;
}
.list-item ul li{
	margin: 0 0 24px;
}

.list-as-button ul li a:hover{
	opacity: 0.8;
}    
.list-as-button ul li a{    
	background-color: #6DABD9;
    color: #fff!important;
    padding: 0 10px;
    white-space: nowrap;
    display: flex;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: none; 
    font-weight: 600;
}
.list-as-button ul li{ 
    margin: 0 0 24px;
    width: 100%;
    clear: both;
    display: inline-block;
}
.list-as-button ul{ 
	margin: 0;
	padding: 0;
	list-style: none;
    width: 100%;
    clear: both;
}

#content .line.line-center h2:before{ 
	margin: 0 auto;
    left: 0;
    right: 0;
}
#content .line h2:before{ 
    content: "";
    width: 131px;
    height: 3px;
    background-color: #928E94;
    position: absolute;
    max-width: 50%;
    bottom: 0;
    left: 0;
} 
#content .line h2 { 
    position: relative;
    padding-bottom: 10px; 
}

.entry-content strong{
	font-weight: 600;
}
/*FAQs*/

#content .vc_toggle_title h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #5D5C61;
    font-family: 'Montserrat', sans-serif; 
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    border-bottom: 1px solid #707070;
    padding-bottom: 18px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-right: 0;
    padding-left: 0;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after,
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before { 
	display: none !important;
}
body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
    background-image: url(images/icon-minus.svg); 
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    background-image: url(images/icon-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    left: auto;
    right: 0;
    top: 10px;
}
.vc_toggle_content{ 
}
body .vc_toggle { 
    margin-top: 10px;
}


.socials-page ul.social-link li.none a,
.socials-page ul.social-link li.none a:hover{
	background-color: transparent!important;
}
.socials-page ul.social-link li a:hover{
	background-color: #604F5A;
	opacity: 0.8;
}
.socials-page ul.social-link li a{
	text-decoration: none;
	background-color: #604F5A;
    background-color: #604F5A;
    color: #fff !important;
}

.socials-page ul.social-link li:first-child {
	margin-left: 0;
}
.socials-page ul.social-link li { 
    margin: 0 6px; 
}
.socials-page ul.social-link {
    padding: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

.entry-socials ul li{
    margin-left: 15px;
}
.entry-socials ul {
	float: right;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.entry-socials ul li a:hover{
	color: #6DABD9;
}
.entry-socials ul li a {
    color: #928E94;
    font-size: 25px;
	text-decoration: none;
    line-height: 1;
}

.entry-meta-left {
    width: calc(100% - 105px);
    float: left;
}

.entry-meta-right {
    width: 105px;
    float: left;
}

#has-sidebar #container{
	float: left;
	width: calc(100% - 318px);
	margin-right: 18px;
}
#has-sidebar #primary{
	float: left;
	width: 300px;
}

.blog-shortcont a.prem:hover{
	color: #6DABD9;
}
.blog-shortcont a.prem{
	font-size: 16px;
	color: #604F5A;
	font-weight: 500;
}
.blog-shortcont {
    color: #928E94;
}

#main .widget-area ul ul li a:hover{
	color: #6DABD9;
}
#main .widget-area ul ul li a{
	color: #5D5C61;
	text-decoration: none;
    color: #5D5C61;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px 29px;
}
#main .widget-area ul .widget_archive ul li{
    text-align: center;
}
#main .widget-area ul ul li{
	border-bottom: 1px solid rgba(146, 142, 148, .5); 
}
#main .widget-area ul ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block; 
}
#main .widget-area ul .widget_archive ul,
#main .widget-area ul .widget_categories ul { 
    overflow: hidden;
    overflow-y: scroll;
    max-height: 350px;
}

.tagcloud a{
	margin: 0 5px;
}
#primary .tagcloud {
    padding: 14px 10px;
}

#content .entry-tags h2 {
    border-bottom: 1px solid #928E94;
    padding-left: 10px;
    padding-bottom: 10px;
}
.single .entry-meta {
}
.single-event .entry-meta.ds,
.single-press .entry-meta.ds { 
    margin-bottom: 35px;
    border-bottom: 2px solid #928E94;
}
.entry-tags { 
    border-top: 2px solid #928E94;
    padding-top: 28px;
    width: 100%;
    clear: both;
}
#content .entry-tags h3{
	display: none;
}
.entry-tags a:hover{
	text-decoration: none;
}
.entry-tags a {
    text-decoration: none;
}

.comment-awaiting-moderation ~ .reply{
	margin-top: 24px;
}

#main .widget-area ul ul li.recentcomments a { 
    width: auto;
    clear: none;
    display: initial;
    padding: 0;
    text-decoration: underline;
}

#main .widget-area ul ul#recentcomments{
    padding: 10px 15px;
}
#main .widget-area ul ul#recentcomments li {
    border-width: 0;
    padding: 10px 0;
}


.row-blog-wrap { 
	display: flex;
	flex-wrap: wrap;
}

.row-blog-wrap  #list-blog-post {
	flex-grow: 1;
	max-width: 50%;
	width: 50%;
}
a.btn.loadMoreBtn:hover{
    background-color: #604F5A;
	color: #fff;
}
a.btn.loadMoreBtn {
    color: #604F5A;
    text-align: center;
    border: 1px solid #604F5A;
    border-radius: 20px;
    width: 247px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 10px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 36px;
}

.latest-news{
    display: flex;
    flex-wrap: wrap;
}


.latest-news #list-blog-post { 
    margin: 0; 
}

.row-blog-wrap.latest-event #list-blog-post {
    flex-grow: 1;
    max-width: 33.33%;
    width: 33.33%;
}
.latest-event #list-blog-post .entry-thumbnail a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    mix-blend-mode: unset;
}

.latest-event #list-blog-post .entry-thumbnail a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    mix-blend-mode: luminosity;
}
.do-entry .entry-type {
    color: #fff;
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 500;
    background-color: #928E94;
    display: flow-root;
    float: left;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 14px;
    padding: 2px 15px;
    margin-right: 18px;
}

.event-entry{
    clear: both;
    width: 100%;
    margin: 24px 0; 
}

.event-entry .event-time{
    color: #393939;
    font-size: 12px;
    font-weight: 500;
    background-image: url(images/icon-time.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
    padding-left: 21px;
    min-height: 25px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}


.event-entry .event-loc{
    color: #393939;
    font-size: 12px;
    font-weight: 500;
    background-image: url(images/icon-loc.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    padding-left: 23px;
    min-height: 25px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin: 0 20px;
}


.event-entry .event-price{
    color: #393939;
    font-size: 12px;
    font-weight: 500;
    background-image: url(images/icon-money.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 29px auto;
    padding-left: 37px;
    min-height: 25px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.pass-event-item {
	margin: 0 0 24px;
	width: 100%;
	clear: both;
} 

.clear-more { 
	width: 100%;
	clear: both;
}

.section-more #content .line h2{
	text-align: center;
}
.section-more{
	width: 100%;
	float: left;
    background-color: #EFECEA;
    padding: 80px 0;
}

.section-more .container{
    width: 1300px; 
    margin: 0 auto;
	max-width: calc(100% - 30px);
}



div#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    border-left: 0 solid #474747;
    margin-left: 0;
    padding-right: 55px;
}
 
div#wprmenu_menu .wprmenu_no_border_bottom .wprmenu_icon_par {
	transform: rotate(90deg);
}
div#wprmenu_menu .wprmenu_icon_par {
    position: relative;
    display: block;
    color: #CFCFCF;
    width: 55px;
    cursor: pointer;
    float: initial;
    position: absolute;
    top: 0px;
    left: auto;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    right: 0;
    background-image: url(images/icon-moremn.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
} 
div#wprmenu_menu ul { 
    max-height: calc(100vh - 56px);
    overflow-y: scroll;
}
#wprmenu_menu.wprmenu_levels ul> li.btn-menu.btn-donate {
	padding-top: 25px;
}
#wprmenu_menu.wprmenu_levels ul> li.btn-menu.btn-patron {
	padding-bottom: 25px;
}
#wprmenu_menu.wprmenu_levels ul> li:last-child{
    padding-bottom: 19px;
}
#wprmenu_menu.wprmenu_levels ul> li.btn-menu.menu-item-1121 {
	border-top: 1px solid #707070;
    padding-top: 19px;
}
#wprmenu_menu.wprmenu_levels ul> li.btn-menu {
    border-width: 0;
    padding: 12px 15px;
} 
#wprmenu_menu.wprmenu_levels ul> li.btn-menu a:hover{
	opacity: 0.8;
}
#wprmenu_menu.wprmenu_levels ul> li.btn-menu.btn-full a {
	width: 100%;
}
#wprmenu_menu.wprmenu_levels ul> li.btn-menu a {
    background-color: #6DABD9; 
    color: #fff!important;
    padding: 0 10px;
    white-space: nowrap;
    display: flex;
    border-radius: 20px;
    width: 185px;
    text-align: center;
    height: 33px;
    align-items: center;
    justify-content: center;
} 

.single-event .do-entry {
    clear: none;
    width: auto;
    margin: 0 24px 10px 0;
    float: left;
}
.single-event .event-entry {
    clear: none;
    width: auto;
    float: left;
    margin: 0;
}
.single-event .entry-meta-left {
    width: 100%;
    float: left;
}

#respond .comment-subscription-form label { 
    font-size: 14px;
    font-weight: 400; 
}

#respond p.comment-form-comment + p.comment-subscription-form {
    margin-top: 35px;
    margin-bottom: 10px;
}

#entry-author-info.no-avt #author-description { 
    margin: 0;
    width: 100%;
}

.report-block.list-as-button ul li {
	flex-grow: 1;
	width: 33.33%; 
    padding: 0 15px;
}
.report-block.list-as-button ul{
	display: flex;
	flex-wrap: wrap;
    margin: 0 -15px;
} 

.report-block.list-as-button ul li a { 
    min-height: 40px;
    height: auto;
    white-space: initial;
    line-height: 1.5;
    padding: 10px 15px;
}


body .ur-frontend-form button:hover, 
body .ur-frontend-form button[type=submit]:hover, 
body .ur-frontend-form input[type=submit]:hover {
	opacity: 0.8;
}
body .ur-frontend-form button, 
body .ur-frontend-form button[type=submit], 
body .ur-frontend-form input[type=submit] {
    background-color: #6DABD9;
    border: 1px solid #6DABD9;
    color: #fff!important;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 600;
    height: 33px;
    width: 185px;
    float: right;
    margin-right: 0;
    border-radius: 22px;
} 

body .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], 
body .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], 
body .ur-frontend-form .ur-form-row .ur-form-grid select, 
body .ur-frontend-form .ur-form-row .ur-form-grid textarea { 
    padding: 4px 10px;
    border-radius: 7px; 
}
div.ur-message.user-registration-message ul{
    display: inline-block;
}

body.page-id-1187 .entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner,
body.page-id-1187 .entry-content> div.vc_row > .vc_column_container>.vc_column-inner {
    width: 807px; 
}
body.page-id-1186.user-registration-ur-lost-password .entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner,
body.page-id-1186.user-registration-ur-lost-password .entry-content> div.vc_row > .vc_column_container>.vc_column-inner,
body.page-id-1186 .entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner,
body.page-id-1186 .entry-content> div.vc_row > .vc_column_container>.vc_column-inner {
    width: 507px; 
}

.entry-content #user-registration input[type="checkbox"] {
    margin: 0;
}

body.logged-in.page-id-1186 .mylog{
	display: none;
}

body.logged-in.page-id-1186 .myacc{
	display: block;
}


body.page-id-1186 .mylog{
	display: block;
}

body.page-id-1186 .myacc{
	display: none;
}
 
#content div.sharedaddy, 
#main div.sharedaddy,
div.sharedaddy { 
    width: 1207px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
