/* CUSTOM CSS GOES HERE */
/* TRY USE SASS TO GENERATE STYLE. USE THIS AS LAST RESOURCE */
@import url('//fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,300,400,500,700,800,900');

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

body { font-family: 'sf_ui_textlight', sans-serif; }

html, body {
	font-weight: 500;
}
#wrapper {
	width: 100%;
    background-color: #fbf9f4;
}
#site-header #header .header-main {
	width: 100%;
}
#site-header .logo {
    width: 9%;
    flex-grow: 4;
}
#site-header .inquire {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-grow: 1;
}
#site-header .inquire > div {
    background-color: #fbf9f4;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 0 15px;
}
#site-header .inquire a {
	font-size: 23px;
    font-weight: 500;
    margin-bottom: 13px;
}
#site-header .menu {
    width: 9%;
    flex-grow: 4;
}
@media screen and (orientation:landscape) {
    #site-header .logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
    }
    #site-header .inquire {
        display: flex;
        align-items: flex-end;
        flex-grow: 10;
        justify-content: center;
        background: none;
        width: auto;
    }
    #site-header .menu {
        width: auto;
        flex-grow: 1;
    }
}

#menu .menu-nav {
	padding: 25px 0;
}
#menu .menu-nav .menu-item > a,
.menu-link a {
	font-weight: 500;
    font-size: 23px;
    padding: 25px 0;
    margin: 0 37px;
	border-width: 2px;
    text-decoration: none;
}
.menu-link a {
	margin: 0;
}
#menu .menu-nav .menu-item>a:after {
	right: 0;
    font-weight: normal;
    font-size: 38px;
}
#menu .menu-nav .menu-item.open > a:after,
.menu-link.open>a:after,
#wrapper #site-main #site-main-content.main-content-holder .main-content .menu-black-title:after {
	content: '_';
    margin-top: -16px;
    font-weight: 500;
    font-size: 40px;
}
#menu .menu-nav .menu-item.open .open > a:after,
.menu-link.open .open > a:after {
    margin-top: 0px;
}
#menu .menu-nav .menu-item.open > .sub-menu {
	width: 100%;
    margin: 0;
}
#menu .menu-nav .menu-item .sub-menu .menu-item {
	padding: 0;
}
#menu .menu-nav .menu-item .sub-menu .menu-item.open > a {
	text-align: center;
}
#menu .menu-nav .menu-item .sub-menu .menu-item.open > a:focus {
	text-decoration: none;
}
#menu .menu-nav .menu-item .sub-menu .menu-item>a {
	border-width: 2px;
}
#menu .menu-nav .menu-item .sub-menu .menu-item>a:after {
	right: 6px;
    background-image: url(../images/arrow-right-black.png);
    transform: initial;
    background-size: 100% 100%;
    top: 40%;
}
#menu .menu-nav .menu-item .sub-menu .menu-item.open>a:after {
    top: 50%;
}
#menu .menu-nav .menu-item.open>.ajax-content {
    width: 100%;
    margin: 0;
}
#menu .menu-nav .sub-menu .menu-item > a {
	text-align: center;
}
#wrapper #site-main>.row {
	width: 100%;
}
.ajax-content {
    padding: 0;
}
.ajax-content .page_featured, .ajax-content .weylin_slider, .ajax-content .wrapper-no-padding, .ajax-content .ajax-load-tree {
    margin: 0px;
}
.content_wrap {
	padding: 30px 37px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Alegreya Sans SC', sans-serif;
}
#primary-nav {
	display: none;
}
.nav {
	display: block;
    padding: 0 37px;
    background: #efede8;
}
#menu .menu-nav .menu-item .sub-menu #primary-nav .menu-item {
	text-align: center;
	padding: 0;
}
#menu .menu-nav .menu-item .sub-menu #primary-nav .menu-item>a:after {
	right: 0;
}

.img-fluid {
	width: 100%;
}
.gallery-item {
    margin: 15px;
    background-color: #fff;
    padding: 30px;
}
.gallery .event-video {
	margin: 0;
}
.submenu-list-tree>.submenu-list>.item>a,
.ajax-load-tree>.ajax-load-container>.ajax-item>a {
	font-weight: normal;
	font-size: 20px;
    text-decoration: none;
}
.submenu-list-tree>.submenu-list>.item>a:after,
.ajax-load-tree>.ajax-load-container>.ajax-item>a:after {
	background-size: contain;
    width: 8px;
    height: 13px;
    margin-left: 30px;
    background-image: url(../images/arrow-right-black.png);
    background-repeat: no-repeat;
}
.weylin_slider .slick-arrow {
	display: inline-block !important;
    width: 20px;
    height: 34px;
    position: absolute;
    top: 42% !important;
    text-indent: -999em;
    z-index: 2;
    border: none;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    width: 12px;
    height: 19px;
    opacity: 1;
    background-size: contain;
}
.weylin_slider .slick-arrow.slick-prev {
	background-image: url("../images/arrow-left2.png");
    left: 10px;
}
.weylin_slider .slick-arrow.slick-next {
	background-image: url("../images/arrow-right2.png");
    right: 10px;
}
.home #wrapper #site-main {
    height: 60vw;
}
.home #wrapper #site-main.opened {
    height: auto;
}
.home #site-main-content .video-container {
    height: auto;
}
.video-container {
	min-height: 50vh;
    height: 57vw;
}
audio, video {
	width: 100%;
}
a.event-full-video {
	font-family: 'Alegreya Sans SC', sans-serif;
    background: #000;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
}
#faq_content .faq h2 {
	background: #efede8;
    padding: 20px;
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
    border-top: 1px solid #aaa;
}
#faq_content .faq .faq-item:last-child h3 {
	border: 0;
}
#faq_content .faq .faq-item h3 {
    padding: 20px 37px;
    border-bottom: 1px solid #aaa;
    font-size: 21px;
    line-height: 130%;
    cursor: pointer;
    margin: 0;
}
#faq_content .faq .faq-item p {
	display: none;
	padding: 20px 37px;
}
#faq_content .faq .faq-item .close-faq {
	display: none;
	position: relative;
    width: 100%;
    height: 35px;
    background: #efede8;
    cursor: pointer;
}
#faq_content .faq .faq-item .close-faq:after {
	content: '';
    position: absolute;
    top: 50%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAYAAAHT8tw/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjdCRTJCRUY3NjMxMTFFNzgyMDc4MEIzMjkwOTJGNkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjdCRTJCRjA3NjMxMTFFNzgyMDc4MEIzMjkwOTJGNkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGN0JFMkJFRDc2MzExMUU3ODIwNzgwQjMyOTA5MkY2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGN0JFMkJFRTc2MzExMUU3ODIwNzgwQjMyOTA5MkY2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgR3hvgAAAEGSURBVHjaYhDh5pZlgAEg5z+I6AFxAAIICQCFigECCKEACJhBBBcbmwYQMwEEEEi0CqaUCYhlgAJJIA4jVM9GIHUTxQAEAwgAAghsJUgAbg8DpgOWQxWEY5PcBJXsgglMgwokwRSxQD365M3Xr4zIugECCKT6I7qR////B/uED8WZMC/CjABK/kORABFQSUZkSSYYA0nyP4oEhh0oUQJ0EMxOJjRBuEImmJnIgjAdnzB8DQQAAQbS8REaTriDHilE0AMXhjPwakDyyTwkTf+QYwerBiyRD8J/gTgbpoERn5uBCl+DKBj/9ZcvjEz4bIAqBsVbDrYQAylcQJQfsIRSOs5QIjUeAKxselbibFkTAAAAAElFTkSuQmCC");
    left: calc(50% - 12px);
    width: 12px;
    height: 19px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(270deg);
}

#press_page .press_list {
	padding: 0;
	margin-bottom: 0;
}
#press_page .press_list .odd {
    background: #efede8;
}
#press_page .press_list a {
	display: block;
	color: #16121b;
	padding: 20px 37px;
}
#press_page .press_list a:hover {
	text-decoration: none;
}
#press_page .press_list p {
    height: 44px;
    overflow: hidden;
    position: relative;
}
#press_page .press_list p:after {
    content: '... Read More +';
    position: absolute;
    bottom: -10%;
    right: 0;
    box-shadow: 10px 0px 10px -7px #efede8 inset;
    padding-left: 14px;
    font-style: italic;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top,
		from(rgba(255, 255, 255, 0)), to(#efede8), color-stop(10%, #efede8));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #efede8 10%, #efede8);			
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #efede8 10%, #efede8);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #efede8 10%, #efede8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #efede8 10%, #efede8);
}
#press_page .press_list .even p:after {
    box-shadow: 10px 0px 10px -7px #fbf9f4 inset;
	background: -webkit-gradient(linear, left top, right top,
		from(rgba(255, 255, 255, 0)), to(#fbf9f4), color-stop(10%, #fbf9f4));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fbf9f4 10%, #fbf9f4);			
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fbf9f4 10%, #fbf9f4);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fbf9f4 10%, #fbf9f4);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fbf9f4 10%, #fbf9f4);
}
.blog #wrapper #site-main #site-main-content {
    position: relative;
}
#blog .menu-link.open>a:after {
    display: none;
}
#blog .menu-link {
    text-align: center;
}
#blog .post .post-head {
    padding: 15px 37px;
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
}
#blog .post .post-head a:hover {
	text-decoration: none;
}
#blog .post .post-head .post-title {
	font-size: 22px;
    line-height: 140%;
}
#blog .blog-post-single .post-head a:after {
    content: '\274C';
}
#blog #gallery-1 .gallery-item {
    margin: 10px 0;
}
#blog .post .post-body .post-content img {
    width: 100%;
}
#blog .wp-caption {
    width: 100% !important;
    background-color: #fff;
    padding: 30px;
    margin: 10px 0;
    float: left;
}
#blog .wp-caption p {
    margin-bottom: 0;
}
#blog .post .post-body .post-image {
    max-height: none;
}

.page-template-inquiry-blade #wrapper #site-main #site-main-content {
    position: relative;
}
#inquiry {
	background: #fbf9f4;
	width: 100%;
}
#inquiry .inquiry-form-container {
	padding: 0 37px;
}
@media only screen and (min-width: 641px) {
    .gform_wrapper .gform_body {
        width: 100%;
    }
}
#inquiry .inquiry-form-container .gform_body .gsection {
	padding: 25px 37px;
    margin: 0 -37px !important;
    border: 0;
}
#inquiry .inquiry-form-container .gform_body .gsection .gsection_title {
	font-weight: 500;
}
#inquiry .inquiry-form-container .gform_body .gform_fields>li {
	position: relative;
}
.gform_wrapper form li.column-count-1-of-2 div ul li:last-child {
	margin-bottom: 40px;
}
.gform_wrapper form li.column-count-1-of-2 div ul li:first-child:not(.open):after {
    content: '';
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#inquiry .gform_wrapper .top_label .gfield_label {
	font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}
body #inquiry .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
#inquiry .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-color: #000;
    border-radius: 0 !important;
}
#inquiry .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
#inquiry .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none;
}
#inquiry .gform_wrapper ul.gfield_checkbox li, 
#inquiry .gform_wrapper ul.gfield_radio li {
	margin: 0;
}
#inquiry .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
#inquiry .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
#inquiry .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0;
}
#inquiry .gform_wrapper ul li.gfield.no-margintop {
	margin-top: -4px;
    font-family: 'Alegreya Sans SC', sans-serif;
    display: flex;
}
#inquiry .gform_wrapper .gfield_description {
    width: auto;
    display: inline-block;
    margin-left: 7px;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}
body #inquiry .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#inquiry .gform_wrapper textarea.large {
	border: 2px solid #000;
}
#inquiry .inquiry-form-container .gform_body .gfield .ginput_container_select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAYAAACA0IaCAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkHFDImpVnibwAAANlJREFUKM+tkDEKwkAQRX8S2CLTDljlGJ7Azt7GMghqYZUbWIbUqSTaRUsFr+Ip1iLFpglkbVZYFmNi8MPC8Of/tzBgooiJKibKMEJMlJl+BDNo8/IfQbnVrYJQCB/AzOynoRCTumnuQ0AAtpa1fy8S6wfNRKceUOHkEzfgAssOUPkVZAXXTNR2AR1Qy0SbvlvEDvBm/KsDit2u1wUEcLD2EgCbWQNYSaWKQTADXAA4A/AtuwWwlEpdPnWCLljdNI9QiCeAuWXvpFJHjBUTpeZOaV/W01rjX3oBaTtVLN8ZdBIAAAAASUVORK5CYII=");
    background-position: 10px 50%;
}
#inquiry .gform_wrapper .gform_footer {
	margin-top: 0;
	margin-bottom: 20px;
}
#inquiry .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    background-color: #111;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: bold;
    margin-right: 0;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 15px 0;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 500;
}
#inquiry .gform_wrapper .gfield_required {
    color: red;
    font-size: 18px;
}
.gform_confirmation_wrapper {
    font-family: 'Alegreya Sans SC', sans-serif;
    display: flex;
    align-items: center;
    height: calc(100vh - 201px - 84px);
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 120%;
    justify-content: center;
}
.gform_confirmation_message:before {
    content: 'Thank you!';
    display: block;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
.gform_confirmation_message:after {
	content: '';
	display: block;
	background: transparent url(../images/weylin-logo-black.png) no-repeat 0 0;
    width: 175px;
    height: 70px;
    margin: 35px auto 0;
    background-size: 100%;
}


/***********************************************************************
    DatePicker Skinning
 ***********************************************************************/

.ginput_container_date { position: relative; width: 220px; }
body .gform_wrapper img.ui-datepicker-trigger {
    position: absolute;
    top: 10px; right: 10px;

    display: block;
    width: 17px; height: 16px;
    padding-left: 17px; /* this should be equal with the width */

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: url('../images/datepicker-calendar.jpg') no-repeat;
}

#inquiry_form input.datepicker {
    width: 220px !important;
    outline: none !important;
    text-align: center;
}

.ui-datepicker {
    width: 220px;

    margin-top: -2px;

    border: 2px solid #464040;
    border-top: none;
    border-radius: 0 0 4px 4px;

    background: white;

    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.ui-datepicker-next, .ui-datepicker-prev {
    background-image: url('../images/datepicker-arrows.png');
}

.ui-datepicker * {
    font-family: 'sf_ui_textlight';
}

.ui-datepicker-title {
    margin-bottom: 15px;
}

.ui-datepicker-title select {
    color: #777;
    font-weight: normal;
    padding: 3px 5px;
    margin-top: 0;
    border: 1px solid #464040 !important;
    outline: none !important;
}

select.ui-datepicker-month {
    margin-right: 15px;
}

.ui-datepicker-header {
    background-color: white;
    border: none;
}

.ui-datepicker thead {
    background: white;
}

.ui-datepicker th {
    color: #16121b;
    font-size: 12px;
    font-weight: normal;
}

.ui-datepicker tbody tr, .ui-datepicker thead {
    border: none;
}

.ui-datepicker tbody td {
    border: none;
}

.ui-datepicker-calendar .ui-state-default {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background: transparent;
}

.ui-datepicker td a, .ui-datepicker td span {
    font-weight: 300;
    color: #16121b;
    text-shadow: none;
}

.ui-state-default.ui-state-active {
    width: 100%;
    color: #fff;

    background-color: #3875d7;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    margin: 0;
    border: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.ui-datepicker-calendar .ui-state-hover {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    text-shadow: none;
    color: white;
}

.photo_list.gallery {
    margin-top: 0px;
}
.gallery-view .no-bullet-list {
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.gallery-view .no-bullet-list li {
	display: inline-block;
	vertical-align: top;
    width: 33.33%;
}
.gallery-view .no-bullet-list a {
	font-size: 0px;
	display: block;
	width: 26px;
	height: 26px;
    background-size: contain !important;
    margin: 0 auto;
}
.gallery-view .no-bullet-list a.gallery {
	background: transparent url(../images/gallery-view-off.png) no-repeat center center; 

}
.gallery-view .no-bullet-list a.list {
	background: transparent url(../images/list_view_off.svg) no-repeat center center; 
}
.gallery-view .no-bullet-list a.list.current {
	background: transparent url(../images/list_view.svg) no-repeat center center;
}
.gallery-view .no-bullet-list a.gallery.current {
	background: transparent url(../images/gallery-view.png) no-repeat center center;
}
.gallery.gallery-list li {
    width: calc(33.333% - 1.4px);
    float: left;
    margin: 0 2px 0 0;
    height: calc(33.333vw - 1.4px);
    overflow: hidden;
    border-top: 2px solid #fbf9f4;
    padding: 0;
}
.gallery.gallery-list li:nth-child(1),
.gallery.gallery-list li:nth-child(2),
.gallery.gallery-list li:nth-child(3) {
    border-top:  0;
}
.gallery.gallery-list li:nth-child(3n+3) {
    margin-right: 0;
}
.gallery.gallery-list li:nth-child(3n+2) {
    border-left: 0;
    border-right: 0;
}
.event-video {
    display: block;
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.event-video video {
    width: 100%;
    margin-bottom: -4px;
}
.gallery.gallery-list li img {
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-clients-blade .gallery.gallery-list li {
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}
.page-template-clients-blade .gallery.gallery-list li img {
    max-width: 80%;
    max-height: 80%;
    min-width: inherit;
    min-height: inherit;
    height: auto;
}

.content-read-more {
	font-style: italic;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.content_wrap .content-wrapped {
	height: 125px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.restoration .fancybox-inner {
    overflow: hidden !important;
}
.restore .restoration img {
    max-height: 100%;
    margin: 0 auto;
}
.fancybox-next {
    right: 10px;
}
.fancybox-prev {
    left: 10px;
}
.restore .restoration > div > div {
	height: 44vh;
    text-align: center;
    position: relative;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: hidden;
    padding: 0;
    max-width: 100%;
}
.restore .restoration div span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px;
}
.restore .restoration div.mew span {
	top: auto;
	bottom: 0;
}

.film .fancybox-type-iframe .fancybox-nav,
.single-film .fancybox-type-iframe .fancybox-nav { 
	width: 47px; 
    height: calc(100% - 50px);
}
.fancybox-prev span, .fancybox-next span {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 12px;
    height: 19px;
    opacity: 1;
}
.fancybox-prev span {
    background-image: url("../images/arrow-left2.png");
}
.fancybox-next span {
    background-image: url("../images/arrow-right2.png");
}
.fancybox-close {
    background-image: url("../images/close2.png"); 
    background-size: 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    padding: 12px;
    box-sizing: content-box;
    background-position: 50%;
    background-size: 12px;
    top: -40px; 
}
.fancybox-outer, .fancybox-inner {
  max-height: 83vh;
}

/** dark footer **/
#wrapper #site-footer {
    padding: 20px 37px;
    font-weight: 500;
    min-height: 0;
    background-color: #000;
}
#site-footer .social_contact .location {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
#site-footer .social_contact .social_list {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 10px;
}
#site-footer .social_contact .social_list .social a {
    background: transparent no-repeat 0 0;  
    height: 19px;
    display: block;
    margin: 0 0 0 7px;
    background-size: cover;
    width: 18px;
}
#site-footer .social_contact .social_list .social a img {
    display: none;
}
#site-footer,
#site-footer .title,
#site-footer .social_contact a {
	color: #fbf9f4;
	border-color: transparent;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 18px;
}
#site-footer .social_contact .social_list .blog {
	display: block;
    margin-top: 23px;
}
#site-footer .social_contact .social_list .social a.facebook {
	background-image: url(../images/facebook-light.png);
}
#site-footer .social_contact .social_list .social a.twitter {
	background-image: url(../images/twitter-light.png);
}
#site-footer .social_contact .social_list .social a.pinterest {
	background-image: url(../images/pinterest-light.png);
}
#site-footer .social_contact .social_list .social a.instagram {
	background-image: url(../images/instagram-light2.png);
}
#site-footer .social_contact .location .phone {
    margin: 7px 0;
}
#site-footer .social_contact .location .nowrap {
    display: block;
    margin: 7px 0;
}
#site-footer .social_contact .location .dash {
    display: none;
}
#site-footer #primary .nav li.current-menu-item>a, 
#site-footer #primary .nav li.current-menu-ancestor>a {
    color: #caba8a;
}

/** PAGES CUSTOM STYLE ---------------------------------------------------------------------------- */
.page-id-2883 .content_wrap h2 {
	margin-bottom: 10px;
    font-size: 0;
    background: transparent url(../images/1875bar.png) no-repeat top center;
    width: 128px;
    height: 50px;
    background-size: contain;	
}
/** /PAGES CUSTOM STYLE ---------------------------------------------------------------------------- */

/**  directly page access -------------------------------------------------------------------------- */
#site-main-content.main-content-holder .weylin_slider {
    margin: 0;
    height: auto;
}
#site-main-content.main-content-holder .content_wrap {
	padding-top: 0;
	padding-bottom: 0;
}
#site-main-content.main-content-holder .content_wrap .contents,
#site-main-content.main-content-holder .content_wrap .description {
	padding: 30px 0;
}
#wrapper #site-main #site-main-content.main-content-holder .main-content .menu-black-title h2 {
	font-size: 23px;
}
#wrapper #site-main #site-main-content.main-content-holder .submenu-list-tree>.submenu-list {
	margin-bottom: 0;
}
/**  /directly page access ------------------------------------------------------------------------- */

/* Pinterest button */
.fancybox-title-float-wrap {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}