/*
Theme Name: Citrus Theme Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Citrus Theme
Author: Citrus Studios
Author URI: https://www.citrusstudios.com/
Version: 1.0.0
Template: citrus-theme
*/
@import url("../citrus-theme/style.css");

/* GLOBAL */
.medium-text {
	font-weight: 500;
}
.qbutton.white {
	background-color: transparent;
}
.hidden {
    display:  none;
}
.text-white,
.text-white * {
	color: #ffffff !important;
}
.m-w-1600>.full_section_inner {
	max-width: 1600px;
	margin: 0 auto;
}
.m-w-1400>.full_section_inner {
	max-width: 1400px;
	margin: 0 auto;
}
.mw-900>.full_section_inner {
	max-width: 900px;
}
.p-100 {
	padding: 0 100px;
}
.m-100 {
	margin: 0 100px;
}
.underlined-link a {
	color: #4A5B55;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-decoration-line: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}
.mt-0 p {
	margin: 0;
}
.ml-auto {
	margin-left: auto;
}
.small-text {
	color: #4C4C51;
	font-size: 16px;
	line-height: 24px;
}
.mt-0 {
	margin-top: 0;
}
.medium-text {
	font-weight: 500;
}
.large-text {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #242121;
}
.red-text {
	color: #ff0000;
}
.ad-text {
	border: 2px solid #F8CC27;
	padding: 10px;
    width: 940px;
    max-width: 100%;
    text-align: center;
}
.underlined-text {
	text-decoration: underline;
}
.vc_figure-caption {
	text-align: left;
}
::selection {
	background: #4a5b55;
}
.vp-portfolio__items-style-default .vp-portfolio__item a:hover, 
.vp-portfolio__items-style-default .vp-portfolio__item a:focus {
	color: inherit;
    text-decoration: underline;
}

.vp-portfolio__item-meta-title a {
    text-transform: none !important;
}

#back_to_top {
	background: url(/wp-content/uploads/2021/05/Back-to-Top-arrow-icon.png) center no-repeat;
	background-size: contain;
}
#back_to_top>span {
	width: 56px;
    height: 56px;
    line-height: 56px;
    border: 0;
}
#back_to_top span i, 
#back_to_top span span {
	display: none;
}
#back_to_top:hover>span {
	background-color: transparent;
}
.pb-15 li {
	padding-bottom: 15px;
}
ul {
	list-style-position: outside;
	padding-left: 20px;
}
.footer_top ul,
.footer_bottom ul {
	padding-left: 0;
    text-align: left !important;
}
.footer_bottom ul.menu li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
}
.footer_bottom ul.menu li a {
    text-transform: none;
    font-size: 15px !important;
    letter-spacing: 0;
    line-height: 22px;
}
.blog_holder article .post_image {
	padding-top: 50px;
}
.wpb_single_image .vc_figure-caption {
	color: #4c4c51;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.7px;
}
.vp-notice {
	border: 0;
    color: #4c4c51;
    border-radius: 0;
}
.post-password-form input[type=password] {
	border: 1px solid #4a5b55;
}
.search-results .blog_holder article .post_image img {
	max-width: 100%;
    width: 400px;
}
.search-results .content, 
.search-results .content .container, 
.search-results .full_width {
	background-color: #ffffff;
}
.search-results .qbutton.small {
	height: 68px;
    line-height: 68px;
    font-size: 15px;
    padding: 0 45px;
}
.back-link p {
	margin-top: 0;
}
.back-link p a {
	color: #4c4c51;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .7px;
    font-weight: 600;
    text-decoration: none;
}
.qbutton.tertiary-btn {
    background-color: transparent;
    color: #4A5B55;
    border-radius: 0;
    border: 0;
    line-height: 25px;
    height: auto;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.mw-700>.full_section_inner,
.tw-700,
.cw-700 .qode-accordion-holder {
    max-width: 700px;
    margin: 0 auto;
}
.tw-700 p {
    max-width: unset;
}
p {
    max-width: 700px;
}
p, .wpb_text_column p:not(:last-child) {
    margin-top: 0;
    margin-bottom: 30px;
}
p a:not(.tertiary-btn, .btn-arrow) {
    text-decoration: none;
    background: linear-gradient(to right, #29808f, #29808f), linear-gradient(to right, rgba(41,128,143,.8), rgba(41,128,143,.8), rgba(41,128,143,.8));
    background-size: 100% 1px, 0 0.2em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}
p a:hover {
    text-decoration: none;
    background-size: 0 1px, 100% 0.1em;
}
.qbutton.tertiary-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: rgba(41,128,143,.8);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.qbutton.tertiary-btn:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.qbutton.tertiary-btn:after {
    height: 2px;
    bottom: -4px;
    background-color: #4A5B55;
}
.btn-arrow {
    border-bottom: 2px solid !important;
    padding-left: 5px !important;
}
.btn-arrow:before {
    content: "";
    background: url(/wp-content/uploads/2021/05/slanted-arrow-icon.png) center no-repeat;
    background-size: contain;
    width: 19px;
    height: 28.3px;
    display: inline-block;
    vertical-align: middle;
}
.btn-arrow:after {
    bottom: -1px !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-width: 1px;
    border-style: solid;
    color: #000;
}
.wpcf7 form.sent .wpcf7-response-output, div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #4a5b55;
}

/* CUSTOM SLIDER */
.custom-slider-controller {
    width: 180px;
    height: 160px;
    position: relative;
    margin: 60px 0px 0px;
}
.custom-slider-controller > .vp-portfolio__items-arrow-prev,
.custom-slider-controller > .vp-portfolio__items-arrow-next {
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: unset !important;
    left: unset !important;
}
.custom-slider-controller > .vp-portfolio__items-arrow-next {
    left: 90px !important;
}
.vp-portfolio.vp-id-227 .vp-portfolio__items-arrow-prev,
.vp-portfolio.vp-id-227 .vp-portfolio__items-arrow-next {
    display: none;
}

/* HEADER */
header.fixed.scrolled .header_top_bottom_holder .header_bottom {
    background-color: transparent !important;
}
.scrolled.up-scroll .header_inner_left, 
.scrolled.up-scroll .header_bottom_right_widget_holder {
    display: none;
}
header.scrolled,
header.scrolled>.header_inner,
header.scrolled .header_bottom {
    height: 0;
}
.q_logo img {
	height: auto !important;
}
.header_bottom_widget p {
	font-size: 13px;
    line-height: 17px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    display: flex;
    justify-content: center;
}
.header_bottom_widget p > span {
	padding: 0 5px;
	letter-spacing: 0.1px;
}
.side_menu_button>a i:before {
	content: "";
    background: url(/wp-content/uploads/2021/05/side-area-menu-icon.svg) center no-repeat;
    width: 95px;
    height: 95px;
    background-size: contain;
    display: block;
}
.side_menu_slide_from_right .side_menu {
	text-align: left;
}
.right_side_menu_opened .wrapper, .right_side_menu_opened footer.uncover {
	left: 0;
}
.side_menu_slide_from_right.right_side_menu_opened .wrapper .cover {
	opacity: 0;
}
.side_menu .qode_button_widget {
	width: 100%;
}
.side_menu .qode_button_widget .dark-btn {
	background-color: #4A5B55;
	color: #ffffff;
}
.side_menu .qode_button_widget .dark-btn:hover {
	background-color: transparent;
    color: #4A5B55;
}
.side_menu .qode_button_widget .qbutton.center {
	letter-spacing: 0.8px;
    font-weight: 600;
    width: auto;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}
.side_menu .widget {
	margin: 0 0 20px;
}
.no-link > a,
.no-link:hover > a {
	text-decoration: none !important;
}
.no-link > a:nth-child(2) {
	cursor: default;
}
.side_menu_button .search_button {
    display: none !important;
}
.side_menu .search_button {
    position: absolute;
    top: 77px;
    right: 110px;
}
.side_menu .search_button .fa-search:before {
	content: "";
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2021/05/search-magnifier-icon.png);
    background-size: auto 29px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.side_menu .widget a:hover, 
.side_menu .widget li:hover > a {
	text-decoration: underline;
}
.side_menu.dark a.close_side_menu {
	background-image: url(/wp-content/uploads/2021/05/close-times-icon.png);
    width: 25px;
    height: 25px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    transform: none !important;
}
.side_menu a.close_side_menu {
	right: 49px;
    top: 80px;
}
.side_menu .widget a.subnav-toggle {
    width: 40px;
    position: absolute;
    top: 0px;
    right: -20px;
    text-align: center;
    opacity: 0;
    z-index: 2;
}
.side_menu .widget li {
	margin: 0 0 16px;
}
.fullscreen_search_close .fa5.fa-times:before {
	content: url(/wp-content/uploads/2021/05/search-close-icon-white.png);
}
.fullscreen_search_holder .search_label {
	display: none;
}
.fullscreen_search_holder .field_holder {
	width: 75%;
}
.search_fade_in .fullscreen_search_holder.fade.animate .q_logo a {
	left: 0;
}
.side_menu a.close_side_menu:hover {
	transform: none;
}
#nav_menu-2 {
	margin-bottom: 50px;
}
#nav_menu-3 {
	margin-top: 50px;
}
#nav_menu-3 ul li {
	margin: 0;
	padding-bottom: 15px;
}
#nav_menu-3 ul li a {
	font-size: 17px;
    color: #4C4C51;
    line-height: 26px;
    font-weight: 500;
}
.sub-menu {
	padding: 25px 0 13px !important;
}
.side_menu .sub-menu li a {
	color: #4C4C51 !important;
	font-size: 17px !important;
	line-height: 26px !important;
	letter-spacing: 0.1px !important;
}
.sub-menu li {
	margin: 0 !important;
	padding-bottom: 8px;
}
.side_menu .widget ul li > a {
    display: block;
    text-decoration: none;
}
.side_menu .widget ul ul {
	display: none;
}
.side_menu .widget ul li.menu-item-has-children:after {
    position: absolute;
    right: 0px;
    top: 0;
    width: 0;
    height: 0;
    content: '\f107';
    z-index: 1;
    font-family: 'FontAwesome';
}
.side_menu .widget ul li.menu-item-has-children.child-active:after {
	content: '\f106';
}
.side_menu .widget ul li.menu-item-has-children.child-active ul {
	display: block;
}
header.scrolled.down-scroll .header_bottom, 
header.scrolled.down-scroll .header_top {
    background: transparent !important;
}
.scrolled.down-scroll .header_inner_left,
.scrolled.down-scroll .header_bottom_right_widget_holder {
    display: none;
}
.right_side_menu_opened .wrapper header.fixed {
	left: 0;
}
.fullscreen_search_holder.fade:not(.animate) {
    display: none;
}
.fullscreen_search_holder .q_logo {
    display: flex;
    height: 250px;
    float: left;
    width: 300px;
    align-items: center;
    padding-left: 45px;
}
.fullscreen_search_holder .q_logo > a {
    opacity: 1;
}
.fullscreen_search_holder .q_logo img {
    height: 100%;
    position: relative;
    top: auto;
}
.fullscreen_search_holder .search_submit i {
	border: 1px solid #FFFFFF;
    height: 68px;
    width: 140px;
    line-height: 68px;
    border-radius: 34px;
}
.fullscreen_search_holder .search_submit .fa5.fa-search:before {
	content: url(/wp-content/uploads/2021/05/arrow-right-icon-1.png);
}
.fullscreen_search_form .form_holder {
	display: flex;
	width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-sidebar .widget_nav_menu ul li {
	margin: 0 0 15px;
}
.menu-sidebar .widget_nav_menu ul li:first-child {
	margin: 0 0 45px;
}
.menu-sidebar .widget_nav_menu ul li:first-child:before {
	content: "";
    background-color: #F8CC27;
    width: 263px;
    height: 3px;
    max-width: 100%;
    display: block;
    margin-bottom: 45px;
}
.menu-sidebar .widget_nav_menu ul li:first-child a {
	font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    color: #242121;
}
.menu-sidebar .widget_nav_menu ul li a {
	text-decoration: none;
}
.menu-sidebar .widget_nav_menu .current_page_item a {
    font-weight: 600;
    color: #0E0E0F;
}
.menu-sidebar .widget_nav_menu ul li.sidebar-nav-active .sidebar-nav-toggle i {
    transform: rotate(180deg);
}
.menu-sidebar .widget_nav_menu ul li.sidebar-nav-active .sidebar-nav-toggle .more,
.menu-sidebar .widget_nav_menu ul li:not(.sidebar-nav-active) .sidebar-nav-toggle .close {
    display: none;
}
.side_menu_slide_from_right .wrapper {
    background-color: #4a5b55 !important;
}

/* FOOTER */
.footer_top p {
	margin-top: 0;
	margin-bottom: 0;
}
.footer_top a:not(.qbutton),
.footer_bottom p a:not(.qbutton), 
.footer_bottom a:not(.qbutton) {
	color: rgba(14, 14, 15, 0.8) !important;
}
.footer_top a:hover:not(.qbutton),
.footer_bottom p a:hover:not(.qbutton), 
.footer_bottom a:hover:not(.qbutton) {
	color: #0E0E0F !important;
	text-decoration: underline;
}
.footer_top h5 {
	margin: 0 0 10px;
}
.footer_bottom p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_top.footer_top_full a,
.footer_bottom_holder a {
	text-decoration: none;
}
.footer_bottom_holder > .two_columns_50_50 {
	display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.footer_bottom > div:last-child p,
.footer_bottom > div:last-child p span {
	font-size: 12px !important;
    line-height: 17px !important;
}
.p-10 {
	padding: 0 10px;
}
.footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom > div:last-child,
.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom .textwidget {
	margin-top: 70px;
}
.footer_top .widget.widget_nav_menu li {
	padding: 0 0 7px;
	line-height: 17px;
}
.footer_top .widget.widget_nav_menu li:first-child {
	padding: 0 0 9px;
}
.footer_top .widget.widget_nav_menu li:first-child a {
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
    font-weight: 600;
    text-transform: none;
    color: #0e0e0f !important;
    font-style: normal;
}
.footer_bottom p a:not(.qbutton), 
.footer_bottom a:not(.qbutton) {
    background: none !important;
}
@media all and ( min-width: 850px ) {
	#nav_menu-13,
	#nav_menu-15,
	#nav_menu-17,
	#nav_menu-18 {
		max-height: 230px;
    	height: 230px;
    	min-height: 200px;
	}
}

/* NEWSLETTER */
.mc4wp-form-fields > div {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.mc4wp-form-fields > div > div:first-child {
	width: 85%;
    padding-right: 20px;
    box-sizing: border-box;
}
.mc4wp-form-fields > div > div:last-child {
	width: 15%;
    box-sizing: border-box;
}
.mc4wp-form input[type="email"] {
	background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    outline: 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins';
    padding: 10px 0;
    height: 68px;
}
.mc4wp-form input[type="submit"] {
	background-color: transparent;
    border: 1px solid #FFFFFF;
    height: 68px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border-radius: 34px;
    cursor: pointer;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: center;
    background: url(/wp-content/uploads/2021/05/arrow-right-icon-2x.png) center no-repeat;
    background-size: 21px auto;
}
.mc4wp-form input[type="submit"]:hover {
	background-color: #E4E4DE;
    background-image: url(/wp-content/uploads/2021/05/arrow-right-icon-2x-black.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #E4E4DE;
}
.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #D8D8D8;
}

.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #D8D8D8;
	opacity: 1;
}

.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #D8D8D8;
	opacity: 1;
}

.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #D8D8D8;
}

/* SIDEBAR MENU */
.menu-sidebar .wpb_widgetised_column .widget {
	margin: 0;
}
.menu-sidebar .wpb_widgetised_column .widget h5 {
	color: #242121;
    font-size: 38px;
    line-height: 48px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 30px;
}
.menu-sidebar .wpb_widgetised_column .widget h5:before {
	content: "";
    background-color: #F8CC27;
    height: 3px;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 45px;
}
.mec-single-event a.rsvp-btn {
    color: #fff!important;
    background: #4A5B55;
    border: 1px solid #4A5B55;
    text-decoration: none!important;
    display: block;
    padding: 0px 20px;
    border-radius: 34px;
    height: 68px;
    line-height: 68px;
    width: 230px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 600;
}
.mec-single-event a.rsvp-btn:hover {
	color: #4a5b55!important;
    background: transparent !important;
}
.mec-skin-list-no-events-container {
    text-align: center;
    margin:  30px 0px;
}

/* 404 PAGE */
.page-id-3822 .mec-wrap .mec-totalcal-box,
.page-id-3822 .mec-month-divider {
	display: none;
}
.mec-event-list-standard article:last-child .mec-event-image {
	padding-bottom: 0;
}
.mec-event-list-standard article:last-child .mec-event-content-wrap,
.mec-event-list-standard article:last-child .mec-event-meta-wrap {
	border-bottom: 1px solid #DFDEDE;
}

/* HOME */
.home .content.content_top_margin {
	margin-top: 0 !important;
}
.p-relative {
	position: relative;
}
.home .header_bottom {
	background-color: transparent !important;
	padding-bottom: 0px !important;
}
.hero-slider-btn {
	border: 1px solid #F8CC27;
	color: #F8CC27;
	-webkit-animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    -moz-animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    -o-animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.hero-slider-btn:hover {
	background-color: #F8CC27;
	color: #0E0E0F;
}
.full-screen-height .qode_content_slider .qode_content_slider_inner {
	padding-left: 0;
}
.tagline-text .wpb_wrapper {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.home-slider.active .tagline-text .wpb_wrapper {
    -webkit-animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    -moz-animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    -o-animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    animation: text-from-bottom 2.1s 1 cubic-bezier(.165,.84,.44,1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.hero-slider-nav {
	position: absolute;
    bottom: 0;
    list-style: none;
    padding-left: 0;
}
.hero-slider-nav .flex-nav-prev {
    background-color: #BC9679;
    color: #fff;
    width: 90px;
    height: 90px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.hero-slider-nav .flex-nav-prev:hover,
.hero-slider-nav .flex-nav-next:hover {
	background-color: #FFDBCD;
}
.hero-slider-nav .flex-nav-prev a {
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.hero-slider-nav .flex-nav-prev a .fa-angle-left:before {
	content: url(/wp-content/uploads/2021/05/arrow-right-icon.png);
}
.hero-slider-nav .flex-nav-next {
    position: absolute;
    left: -90px;
	background-color: #F8CC27;
    color: #fff;
    width: 90px;
    height: 90px;
    bottom: 90px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.hero-slider-nav .flex-nav-next a {
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.hero-slider-nav .flex-nav-next a .fa-angle-right:before {
	content: url(/wp-content/uploads/2021/05/arrow-left-icon.png);
}
.full-screen-height .w-35.vc_column_container>.vc_column-inner,
.full-screen-height .w-65.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.full-screen-height .qode_content_slider_item.flex-active-slide:before {
	content: "";
    background: linear-gradient( 5deg , rgba(11, 11, 11, 0), rgba(11, 11, 11, 0), rgba(11, 11, 11, 0.72));
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 1;
}
.slider-indicator-container {
	position: absolute;
    bottom: 35px;
    left: 0;
    width: 250px;
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.swiper-pagination-indicator {
	position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.swiper-indicator {
	margin: 0;
    width: 50%;
    max-width: 100%;
    border-radius: 0;
    height: 1px;
    background-color: #ffffff;
    opacity: 1 !important;
}
.swiper-indicator.active {
	background-color: #F8CC27 !important;
    height: 2px;
}
.animated-link {
	display: inline-block;
    position: relative;
    font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.8px;
	font-weight: 600;
	text-decoration: none;
    color: #4A5B55;
}
.animated-link img {
	padding-left: 10px;
    vertical-align: text-top;
}
.animated-link:after {
	background: none repeat scroll 0 0 transparent;
    bottom: -9px;
    content: "";
    display: block;
    height: 2px;
    right: 0;
    position: absolute;
    background: #4A5B55;
    transition: width .2s ease;
    width: 0;
    -webkit-transition: width .2s ease;
}
.animated-link:hover {
	text-decoration: none;
}
.animated-link:hover:after {
	width: 100%;
    left: 0;
}
.in-the-news-holder .flex-direction-nav {
	display: none;
}
.in-the-news-holder .slider-custom-nav {
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.in-the-news-holder .slider-custom-nav li:first-child {
	padding-right: 25px;
}
.in-the-news-holder .slider-custom-nav .flex-nav-prev a .fa-angle-left:before {
	content: url(/wp-content/uploads/2021/05/arrow-left-icon.png);
}
.in-the-news-holder .slider-custom-nav li a {
	vertical-align: middle;
    line-height: 15px;
}
.in-the-news-holder .slider-custom-nav li:last-child {
	padding-left: 25px;
}
.in-the-news-holder .slider-custom-nav .flex-nav-next a .fa-angle-right:before {
	content: url(/wp-content/uploads/2021/05/arrow-right-icon.png);
}
.in-the-news-holder .slider-custom-nav li:nth-child(2) {
	letter-spacing: 0.1px;
}
.home .mec-wrap .mec-totalcal-box,
.home .mec-month-divider {
	display: none;
}
.testimonial-home-section .testimonials_holder {
	text-align: left;
}
.testimonial-home-section p.testimonial_author:before {
	content: "-";
    padding-right: 2px;
}
.testimonial-home-section .testimonial_text_inner p:first-child:after {
	content: "";
	background-color: #F8CC27;
	width: 100px;
	height: 3px;
	display: block;
    margin-top: 40px;
}
.exhibition-text-holder {
	padding: 0 20px 0 100px;
}
.programs-padding {
	padding: 0 100px;
}
.program-title-holder p {
	margin-top: 0;
}
.border-tb {
	border-top: 1px solid #DFDEDE;
	border-bottom: 1px solid #DFDEDE;
}
.border-bottom-line {
	border-bottom: 1px solid #DFDEDE;
}
.mr-25 {
	margin-right: 25px;
}
.vp-id-227 .vp-portfolio__item-meta {
	padding: 15px 0;
}
.vp-id-227 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
    width: 27%;
    max-width: 100%;
    border-radius: 0;
    height: 1px;
    background-color: #DFDEDE;
    opacity: 1 !important;
}
.vp-id-227 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #BC9679 !important;
    height: 2px !important;
}
.vp-id-227 .vp-portfolio__items-bullets {
	text-align: left;
}
.vp-id-227 .vp-portfolio__item-meta-title,
.vp-id-227 .vp-portfolio__item-meta-title a {
	color: #242121;
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.vp-id-227 .vp-portfolio__items-arrow-prev {
	background-color: #4A5B55;
    color: #fff;
    width: 90px;
    height: 90px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.vp-id-227 .vp-portfolio__items-arrow-prev:hover,
.vp-id-227 .vp-portfolio__items-arrow-next:hover {
	background-color: #FFDBCD;
}
.vp-id-227 .vp-portfolio__items-arrow-prev:before {
	content: url(/wp-content/uploads/2021/05/arrow-left-white.png);
}
.vp-id-227 .vp-portfolio__items-arrow-prev svg,
.vp-id-227 .vp-portfolio__items-arrow-next svg {
	display: none;
}
.vp-id-227 .vp-portfolio__items-arrow-next {
	right: 0;
    left: 100px;
    top: 62%;
    background-color: #F8CC27;
    width: 90px;
    height: 90px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.vp-id-227 .vp-portfolio__items-arrow-next:before {
	content: url(/wp-content/uploads/2021/05/arrow-right-icon.png);
}
.vp-id-227 .vp-portfolio__items-arrow {
	opacity: 1;
	box-shadow: none;
}
.d-flex-btn .vc_column_container>.vc_column-inner .wpb_wrapper {
	display: flex;
}
.home-slider {
    display:  none;
}
.home-slider.active {
    display:  table !important;
}
.home-image-slider ul.flex-direction-nav {
    opacity: 0;
}
@media all and ( min-width: 1000px ) {
	.home-hero-slider {
		height: 100vh;
	}
}
@media all and ( min-width: 769px ) {
	.w-35 {
		width: 35%;
	}
	.w-65 {
		width: 65%;
	}
	.desktop-transparent {
		opacity: 0;
	}
}

/* VISIT */
.negative-90 {
	margin-top: -90px;
}
.grey-box {
	background-color: #F6F6F3;
    padding: 50px 70px;
}
.policies-holder {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#holiday-holder {
	display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}
#holiday-holder tbody {
	width: 100%;
}
#holiday-holder tbody tr {
	display: flex;
    width: 100%;
    justify-content: space-between;
}
#holiday-holder td:first-child {
	width: 65%;
}
#holiday-holder td {
	padding: 0;
	text-align: left;
}
#holiday-holder td:last-child {
	width: 35%;
}
.icon-image {
	position: relative;
    display: block;
    width: 62px;
    height: 62px;
}
.icon-image:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F6F6F3;
}
.icon-image img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.icon-text-desc {
	padding-left: 25px;
	width: 80%;
}
.hours-holder {
	display: flex;
	flex-wrap: wrap;
	width: 500px;
    max-width: 100%;
}
.highlighted-text {
	color: #0E0E0F;
}
.col-65 {
	width: 65%;
}
.col-35 {
	width: 35%;
}
.qode-accordion-holder .qode-title-holder {
	font-weight: 600;
    font-size: 17px;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark {
	right: 0;
    left: 0;
    width: 17px;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
	padding-left: 35px;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title {
	height: 45px;
}
.guidelines-holder .qode-accordion-holder .qode-title-holder {
	border-bottom: 1px solid #f4f4f4;
}
.guidelines-holder .qode-accordion-holder .qode-title-holder.ui-state-active, 
.guidelines-holder .qode-accordion-holder .qode-title-holder.ui-state-hover {
	background-color: transparent;
	color: #242121;
}
.guidelines-holder .qode-accordion-holder .qode-accordion-content {
	padding: 20px 0 20px 50px;
}
.qode-title-holder .qode-tab-title span.qode-tab-title-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark {
    width: 17px;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon {
    font-size: 17px;
}

/* PROGRAMS */
.mec-wrap .mec-totalcal-box {
	display: flex;
    justify-content: space-evenly;
    border: 0;
    background: #F6F6F3;
    box-shadow: none;
    padding: 140px 100px 65px;
    margin: 0;
    width: 100%;
    position: relative;
}
.mec-wrap .page-title {
	width: 50%;
}
.post-type-archive-mec-events .mec-container > h1 {
	display: none;
}
.post-type-archive-mec-events .mec-container {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
.post-type-archive-mec-events .content, 
.post-type-archive-mec-events .content .container, 
.post-type-archive-mec-events .full_width {
	background-color: #ffffff;
}
.mec-wrap .page-title h1 {
	margin-bottom: 0;
	color: #242121;
	font-size: 38px;
	line-height: 48px;
	font-family: 'Poppins';
	font-weight: 500;
}
.mec-wrap .page-title h1:before {
	content: "";
    background-color: #F8CC27;
    width: 200px;
    height: 3px;
    display: block;
    position: absolute;
    top: 90px;
}
.page-id-180 .mec-skin-list-events-container,
.page-id-2633 .mec-skin-list-events-container,
.page-id-3822 .mec-skin-list-events-container,
.single-mec-events .mec-skin-list-events-container,
.post-type-archive-mec-events .mec-skin-list-events-container {
	padding: 50px 100px;
}
.page-id-180 .mec-skin-list-events-container > .mec-wrap,
.page-id-2633 .mec-skin-list-events-container > .mec-wrap,
.page-id-3822 .mec-skin-list-events-container > .mec-wrap,
.single-mec-events .mec-skin-list-events-container > .mec-wrap,
.post-type-archive-mec-events .mec-skin-list-events-container > .mec-wrap {
	max-width: 1600px;
    margin: 0 auto;
}
.mec-dropdown-wrap,
.mec-search-form .mec-text-input-search {
	width: 25% !important;
}
.mec-dropdown-wrap .mec-sl-folder {
	display: none;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
	border-radius: 36px;
    border: 1px solid #4A5B55;
    height: 68px;
    outline: 0;
    margin-bottom: 0 !important;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2021/05/dropdown-arrow-down-icon.png);
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: 90% center;
}
.mec-sl-magnifier {
	border-right: 0 !important;
    border-left: 1px solid #4A5B55 !important;
    border-top: 1px solid #4A5B55 !important;
    border-bottom: 1px solid #4A5B55 !important;
    height: 68px !important;
    border-radius: 36px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mec-sl-magnifier:before {
	position: absolute;
    top: 35%;
    left: 80%;
}
.mec-wrap .mec-search-form .mec-text-input-search input {
	border-right: 1px solid #4A5B55;
    border-left: 0;
    border-top: 1px solid #4A5B55;
    border-bottom: 1px solid #4A5B55;
    height: 68px;
    border-radius: 36px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: 0;
    margin-bottom: 0;
    -webkit-appearance: none;
}
.mec-wrap .mec-totalcal-box input {
	line-height: 26px;
    background: transparent;
    font-size: 15px;
    padding: 0 30px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}
.mec-wrap .mec-totalcal-box i {
	background: transparent;
    font-size: 25px;
    color: #0E0E0F;
    position: relative;
}
.mec-wrap .mec-totalcal-box select {
	font-size: 15px;
	line-height: 26px;
	font-family: 'Poppins';
	padding: 0 30px;
	font-weight: 600;
	color: #0E0E0F;
	background: transparent;
	text-transform: uppercase;
}
.mec-month-divider span {
	text-align: right;
    font-family: 'Poppins';
    color: #242121;
    text-transform: none;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    border: 0;
}
.mec-month-divider span:before,
.mec-event-list-standard .mec-date-details:before,
.mec-event-list-standard .mec-time-details:before,
.mec-event-list-standard ul.mec-categories li.mec-category a:before {
	display: none;
}
.mec-event-footer,
.mec-event-description {
	display: none;
}
.mec-event-list-standard .mec-event-title {
	letter-spacing: 0;
}
.mec-event-list-standard .mec-event-title a {
	color: #242121;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0.1px;
    text-decoration: none;
}
.mec-start-date-label,
.mec-time-details span {
	color: #4C4C51;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-transform: none;
    font-family: 'Poppins';
    letter-spacing: 0.1px;
}
.mec-event-list-standard .mec-date-details, 
.mec-event-list-standard .mec-local-time-details, 
.mec-event-list-standard .mec-time-details, 
.mec-event-list-standard .mec-venue-details {
	margin-bottom: 0;
}
.mec-event-list-standard .mec-event-meta-wrap {
	border-left: 0;
}
ul.mec-categories li.mec-category a {
	font-weight: 600;
    color: #4C4C51;
    font-family: 'Poppins';
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.7px;
}
.mec-event-list-standard .mec-event-article {
	margin-bottom: 0;
    border: 0;
    box-shadow: none;
}
.mec-topsec .mec-event-image {
	padding-bottom: 33px;
}
.mec-event-content-wrap,
.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
	border-top: 1px solid #DFDEDE;
}
.mec-event-image a {
	display: inline-block;
    position: relative;
}
.mec-event-article:hover .mec-event-image a:before {
	content: "";
    background-color: rgba(74, 91, 85, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mec-event-article:hover .mec-event-title a {
	text-decoration: underline;
}
.mec-wrap .mec-color-hover:hover {
	color: inherit;
}
.mec-load-more-button {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background: #4A5B55;
    color: #fff;
    border: 1px solid #4A5B55;
    border-radius: 34px;
    line-height: 68px;
    font-family: 'Poppins'!important;
    height: 68px;
    width: 230px;
    max-width: 100%;
}
.mec-load-more-button:hover {
	background: #fff;
    color: #4A5B55;
    border-color: #4A5B55;
}
.upcoming-events .upcoming-section-title {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 140px 100px 100px;
}
.upcoming-events .upcoming-section-title h2 {
	color: #242121;
    font-size: 38px;
    line-height: 43px;
    text-transform: none;
    font-weight: 500;
}
.upcoming-events .upcoming-section-title a {
	border: 1px solid #4A5B55;
    height: 68px;
    line-height: 68px;
    width: 260px;
    max-width: 100%;
    text-align: center;
    border-radius: 34px;
    text-transform: uppercase;
    color: #0E0E0F;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-decoration: none;
}
.upcoming-events .mec-totalcal-box,
.upcoming-events .mec-month-divider {
	display: none !important;
}
.upcoming-events .upcoming-section-title a:hover {
	background-color: #4A5B55;
	color: #ffffff;
}
.single-mec-events .content_inner .mec-container {
	width: 100%;
    padding: 0;
    background-color: #ffffff;
}
.single-mec-events .content_inner .mec-container .mec-wrap .mec-single-event {
    background-color: #ffffff;
}
.single-mec-events .mec-single-event .content {
	background-color: #ffffff;
	padding-bottom: 50px;
    color: #4C4C51;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Poppins';
}
.single-mec-events .mec-single-event .col-md-12 {
	text-align: center;
	background-color: #F6F6F3;
    padding: 30px 180px;
}
.single-mec-events .event-title h2 {
	color: #242121;
    text-transform: none;
    font-family: 'Poppins';
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 30px;
}
.single-mec-events .event-date {
	margin-bottom: 40px;
}
.single-mec-events .event-date span {
	color: #4C4C51;
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}
.single-mec-events #main-content p {
	color: #4C4C51;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Poppins';
}
.single-mec-events #sidebar {
	list-style-type: none;
}
.single-mec-events #sidebar li:before {
	content: "";
    background-color: #F8CC27;
    width: 120px;
    height: 3px;
    display: block;
    margin-top: 45px;
    margin-bottom: 27px;
}
.single-mec-events #sidebar li a,
.single-mec-events .event-categories {
	color: #4C4C51;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.7px;
    text-decoration: none;
}
.single-mec-events #sidebar li a:before {
	content: "<";
    padding-right: 7px;
}
.single-mec-events .mec-single-event {
	margin-top: 0;
}
.single-mec-events .mec-event-list-standard {
	margin-bottom: 135px;
}
.mec-skin-list-no-events-container,
.mec-skin-list-events-container {
	font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.1px;
    font-family: 'Poppins' !important;
    color: #4C4C51;
}
.mec-month-divider {
	margin: 0px 0 40px 0;
}
.event-color {
	display: none;
}
.page-id-2633 .mec-event-list-standard article:last-child .mec-event-image {
	padding-bottom: 33px;
}
@media all and ( min-width: 961px ) {
	.single-mec-events .mec-single-event .col-md-4 {
		width: 25%;
    	padding: 0 5%;
	}
	.single-mec-events #sidebar {
		padding: 0;
	}
	.single-mec-events .mec-single-event .col-md-8 {
		padding: 75px 50px 0;
	}
}
@media all and ( max-width: 960px ) {
	.single-mec-events .mec-single-event .col-md-4,
	.single-mec-events .mec-single-event .col-md-8 {
		padding: 0 50px;
	}
	.single-mec-events #sidebar {
		margin-bottom: 45px;
        padding-left: 0;
	}
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	.single-mec-events .mec-single-event .col-md-12 {
		padding: 30px 100px;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ) {
	.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,
	.mec-event-list-standard .mec-event-meta-wrap {
		width: 30%;
	}
	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
		width: 40%;
	}
	.mec-event-list-standard .mec-event-meta-wrap {
		display: table-cell;
	}
}
@media all and ( max-width: 600px ) {
	.single-mec-events .mec-single-event .col-md-12 {
		padding: 30px;
	}
}

/* EXHIBITIONS */
.vp-id-198 .vp-portfolio__item-meta,
.vp-id-201 .vp-portfolio__item-meta,
.vp-id-220 .vp-portfolio__item-meta,
.vp-id-2466 .vp-portfolio__item-meta {
	padding: 15px 15px 15px 0;
}
.vp-id-198 .vp-portfolio__item-meta-title,
.vp-id-198 .vp-portfolio__item-meta-title a,
.vp-id-201 .vp-portfolio__item-meta-title,
.vp-id-201 .vp-portfolio__item-meta-title a,
.vp-id-220 .vp-portfolio__item-meta-title,
.vp-id-220 .vp-portfolio__item-meta-title a,
.vp-id-2466 .vp-portfolio__item-meta-title,
.vp-id-2466 .vp-portfolio__item-meta-title a {
	letter-spacing: 0.2px;
    color: #242121;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
}
.vp-id-198 .vp-portfolio__item-meta-title,
.vp-id-201 .vp-portfolio__item-meta-title,
.vp-id-220 .vp-portfolio__item-meta-title,
.vp-id-2466 .vp-portfolio__item-meta-title {
	margin-bottom: 15px;
}
.vp-portfolio__items-style-default .vp-portfolio__item:hover 
.vp-portfolio__item-img img, 
.vp-portfolio__items-style-default .vp-portfolio__item-focus .vp-portfolio__item-img img {
	transform: none;
}
.page-id-185 #custom_html-5,
.page-id-222 #custom_html-5,
.page-id-2470 #custom_html-5 {
	display: none;
}
.blog_holder article .post_text h2 .date,
.blog_holder article .post_info,
.comment_holder {
	display: none;
}
.single-exhibitions .header_bottom {
	padding-bottom: 0;
}
.single-exhibitions .content {
	background-color: #ffffff;
}
.single-exhibitions .blog_holder article .post_text .post_text_inner {
	padding: 0;
}
.single-exhibitions .blog_holder article .post_image img {
	width: auto;
}
.single-exhibitions .content .container {
	background-color: #ffffff;
}
.single-exhibitions .content .container > .container_inner {
	width: auto;
}
.single-exhibitions .blog_holder article .post_image,
.single-exhibitions .blog_holder.blog_single .entry_title {
	display: none;
}

/* SUPPORT */
.funds-btn .wpb_wrapper {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}
.funds-btn .qbutton.center {
	width: 166px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    line-height: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: 40%;
    padding-left: 0;
    padding-right: 0;
}

/* COLLECTIONS */
.woocommerce-shop .content .container .container_inner, 
.woocommerce-shop .content .container .container_inner {
	width: auto;
    max-width: 1600px;
    padding: 150px 100px 30px;
}
.woocommerce ul.products li.product h6 {
	color: #4C4C51;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: none;
}
.woocommerce-ordering,
.woocommerce div.product div.related, 
.woocommerce div.product div.upsells,
.woocommerce div.product .cart, 
.woocommerce div.product .product_meta {
	display: none;
}
.woocommerce .woocommerce-result-count {
	display: block;
}
.woocommerce input[type="text"] {
	color: #ffffff !important;
	padding: inherit !important;
    border: inherit !important;
    outline: inherit !important;
    resize: inherit !important;
    font-size: 35px !important;
    line-height: inherit !important;
    background-color: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}
#text-18 h1:before {
	content: "";
    background-color: #F8CC27;
    width: 263px;
    max-width: 100%;
    height: 3px;
    display: block;
    margin-bottom: 45px;
}
.woof_container_inner {
    position: relative;
    width: 100%;
}
.woof_container_inner h4 a {
    width: 100%;
    position: absolute;
    right: 0;
    left: auto;
    text-align: right;
}
.woocommerce.widget_product_search {
    margin: 0 0 10px;
}
#text-20 a {
    text-transform: uppercase;
    color: #64646b;
    font-size: 12px;
    line-height: 26px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1px;
}
.woocommerce-shop .widget_product_search form > div {
	display: flex;
    width: 260px;
    max-width: 100%;
    height: 68px;
    border: 1px solid #4A5B55;
    border-radius: 34px;
    position: relative;
}
.woocommerce-shop .widget #searchform {
	overflow: visible;
}
.woocommerce-shop .widget #searchform input[type=text] {
	order: 2;
	display: inline-flex;
	border: 0 !important;
	color: #0E0E0F !important;
    padding: 0 !important;
    width: 83%;
    height: 68px;
    float: none;
    font-size: 15px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.woocommerce-shop .widget #searchsubmit {
	order: 1;
	width: 17%;
    height: 68px;
    line-height: 68px;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    color: #0E0E0F;
    float: none;
    font-weight: 100;
    font-size: 26px;
    opacity: 0;
    z-index: 2;
}
.woocommerce-shop .widget_product_search form > div:after {
	position: absolute;
    right: 0px;
    left: 15px;
    top: 20px;
    content: "";
    background: url(/wp-content/uploads/2021/05/search-magnifier-icon.png) center no-repeat;
    width: 25px;
    height: 25px;
    background-size: auto 100%;
    z-index: 1;
}
.woof_container_inner > h4,
.woof_container_inner > h4 a {
	font-size: 17px;
    line-height: 24px;
    color: #4C4C51;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-transform: none;
}
.woof_container_inner > h4 a,
.woof_container_inner > h4 a:hover,
.woocommerce ul.products li.product, 
.woocommerce ul.products li.product a.product-category, 
.woocommerce-page ul.products li.product a.product-category {
	text-decoration: none;
}
.woof_list li {
	display: flex !important;
	align-items: center;
	margin: 0 !important;
}
.woof_list label:hover,
.woof_list li:hover {
	color: initial !important;
}
.woof_list_checkbox li div {
	margin-top: 0;
}
.icheckbox_flat-aero, .iradio_flat-aero {
	background: none;
}
input.woof_checkbox_term, input.woof_radio_term {
	opacity: 1 !important;
	border: 1px solid #4a5b55;
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: #fff;
}
.woof_list li input[type=checkbox]:checked {
	background: #4A5B55 !important;
}
.woof_list li input[type=checkbox]:checked:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    line-height: 14px;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff !important;
}
.woof_list.woof_list_checkbox {
	padding: 15px 0;
}
.woocommerce-page ul.products li.product a:hover {
	text-decoration: underline;
}
.woocommerce-page ul.products li.product a.qbutton:hover {
	background-color: #fff;
    border-color: #4a5b55;
    color: #4a5b55;
}
.single-product .content > .content_inner > .container, 
.single-product .content > .content_inner > .full_width {
	background-color: #F6F6F3 !important;
}
.single-product .content .container>.container_inner {
	width: auto;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0;
}
.single-product .content .container>.container_inner>a {
	color: #4C4C51;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.7px;
    font-weight: 600;
    max-width: 1600px;
    display: block;
    margin: 0 auto;
    padding: 0 100px;
    text-decoration: none;
}
.single-product div.product {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 38px;
}
.single-product .product .images {
	float: none;
    width: 30%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 100px;
    padding-left: 0;
}
.single-product .qode-single-product-summary {
	width: 50%;
}
.single-product .qode-single-product-summary .summary {
	float: none;
    width: 100%;
}
.single-product h1.product_title.entry-title:before {
	content: "";
    background-color: #F8CC27;
    width: 200px;
    height: 3px;
    display: block;
    margin-bottom: 50px;
}
.single-product .woocommerce-product-details__short-description {
	margin-top: 70px;
}
.single-product .woocommerce-product-details__short-description p {
	color: #4a5b55;
}
.single-product .woocommerce-product-details__short-description .attribute-title {
	color: #000;
}

/* K-12 PROGRAMS */ 
.activity-guide-btn .wpb_wrapper {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 700px;
}
.activity-guide-btn .qbutton.center {
	width: 166px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    line-height: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: 40%;
    padding-left: 0;
    padding-right: 0;
}

/* INTERSECTIONS 
.is-intersection .container_inner,
.postid-2018 .container_inner {
	width: auto;
}
.is-intersection .content,
.postid-2018 .content {
	padding-top: 0;
}
.is-intersection .blog_holder article .post_text .post_text_inner,
.postid-2018 .blog_holder article .post_text .post_text_inner {
	padding: 0;
}
.is-intersection .blog_holder.blog_single article h2,
.postid-2018 .blog_holder.blog_single article h2 {
	display: none;
}
.is-intersection .blog_holder article .post_image,
.postid-2018 .blog_holder article .post_image {
	display: none;
}
.is-intersection .menu-sidebar p,
.is-intersection .menu-sidebar .exhibitions-nav {
	margin-top: 15px;
	margin-bottom: 15px;
}
.is-intersection .menu-sidebar br {
	display: none;
}
.curriculum-holder .qode-accordion-holder .qode-title-holder {
	text-transform: uppercase;
	background-color: #f9f9f9;
    border-bottom: 0;
    margin-bottom: 5px;
}
.curriculum-holder .qode-accordion-holder .qode-title-holder .qode-tab-title {
	width: 100%;
}
.curriculum-holder .qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
	width: 100%;
}
.curriculum-holder .qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner {
	text-align: center;
}
.curriculum-holder .qode-accordion-holder .qode-title-holder .qode-accordion-mark {
	display: none;
}
.curriculum-holder .qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
	background-color: #3b3a3c;
}

/* MEMBERSHIP PAGE PASSWORD PROTECTED */
.full_width_inner .post-password-form {
	padding: 60px 100px 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.post-password-form input[type=password] {
	border: 1px solid #4a5b55;
}

/* EXHIBITIONS SUBNAV */
.exhibitions-nav .sub-items,
.exhibitions-nav > li:not(.active) > .sub-toggle .fa-minus,
.exhibitions-nav > li.active > .sub-toggle .fa-plus {
    display: none;
}
.exhibitions-nav > li {
    list-style: none;
    position: relative;
    padding: 0px 45px 0px 0px;
    line-height: 24px;
}
.exhibitions-nav > li > .sub-toggle {
    width: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    text-align: center;
    line-height: 24px;
}
.exhibitions-nav > li.active .sub-items {
    display: block;
    list-style: none;
    padding: 0px;
    border-bottom: 1px solid #DFDEDE;
}
.exhibitions-nav > li.active .sub-items li {
	padding-bottom: 15px;
	letter-spacing: 0.1px;
}
.exhibitions-nav > li.active .sub-items li:before {
	content: "•";
    padding-right: 7px;
}
.exhibitions-nav > li.active .parent-item {
    border-bottom: 1px solid #DFDEDE;
    display: block;
    margin: 0px 0px 15px;
    padding: 0px 0px 10px;
}

/* PLAYLIST */
.ai-with-typography .ai-track-title {
	color: #ffffff;
}

/* PRODUCT FILTER  */
.woof_container_inner.active-options .woof_list_checkbox {
    border-bottom: 1px solid #DFDEDE;
}
.woof_container_inner.active-options h4 {
    font-weight: 700 !important;
}
.widget-woof {
	position: relative;
}
.widget-woof:before {
	content: "Browse";
    text-transform: uppercase;
    color: #0E0E0F;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.8px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #DFDEDE;
    display: block;
}
.woof_submit_search_form_container {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.woof_reset_search_form {
	background-color: transparent !important;
    color: #4C4C51 !important;
    text-transform: none !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 24px !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
}
.woof_checkbox_label_selected,
.woof_checkbox_label {
    font-weight: normal;
}

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


/* MOBILE RESPONSIVE */
@media all and ( min-width: 1281px ) {
	.header_bottom {
		padding: 0px 50px 0px 95px;
	}
	header .header_inner_left {
		left: 95px;
	}
}
@media all and ( max-width: 1200px ) {
	.woocommerce-shop .content .container .container_inner, 
	.woocommerce-shop .content .container .container_inner {
		padding: 100px 50px 30px;
	}
}
@media ( min-width: 1024px ) and ( max-width: 1280px ) {
	.header_bottom,
	.p-100,
	.page-id-180 .mec-skin-list-events-container, 
	.page-id-2633 .mec-skin-list-events-container, 
	.page-id-3822 .mec-skin-list-events-container, 
	.single-mec-events .mec-skin-list-events-container,
	.single-product .content .container>.container_inner>a {
		padding: 0 70px;
	}
	.post-type-archive-mec-events .mec-skin-list-events-container {
		padding: 50px 70px;
	}
	.upcoming-events .upcoming-section-title {
		padding: 140px 70px 100px;
	}
	header .header_inner_left {
		left: 70px;
	}
	.footer_top, .footer_top.footer_top_full,
	.footer_bottom_holder {
		padding-right: 70px;
    	padding-left: 70px;
	}
	.m-100 {
		margin: 0 70px;
	}
	.mec-wrap .mec-totalcal-box {
		padding: 140px 70px 65px;
	}
	.woocommerce-shop .content .container .container_inner, 
	.woocommerce-shop .content .container .container_inner {
		padding: 150px 70px 30px;
	}
}
@media all and ( max-width: 1075px ) {
	.mb-20 {
		margin-bottom: 20px;
	}
}
@media all and ( max-width: 1023px ) {
	.header_bottom,
	.p-100,
	.single-product .content .container>.container_inner>a {
		padding: 0 30px;
	}
	.mec-wrap .mec-totalcal-box {
		padding: 140px 30px 65px;
	}
	.upcoming-events .upcoming-section-title {
		padding: 140px 30px 100px;
	}
	.page-id-180 .mec-skin-list-events-container,
	.page-id-2633 .mec-skin-list-events-container,
	.page-id-3822 .mec-skin-list-events-container, 
	.single-mec-events .mec-skin-list-events-container,
	.single-product .content .container>.container_inner>a {
		padding: 0 30px;
	}
	.post-type-archive-mec-events .mec-skin-list-events-container {
		padding: 30px;
	}
	.footer_top, .footer_top.footer_top_full,
	.footer_bottom_holder {
		padding-right: 30px;
    	padding-left: 30px;
	}
	.m-100 {
		margin: 0 30px;
	}
	.woocommerce-shop .content .container .container_inner, 
	.woocommerce-shop .content .container .container_inner {
		padding: 150px 30px 30px;
	}
}
@media all and ( min-width: 1001px ) {
	.q_logo img,
	.q_logo a {
		height: 72px !important;
	}
	.full-screen-height,
	.h-100vh .q_elements_holder .q_elements_item {
    	height: 100vh;
	}
	.q_elements_holder.two_columns .q_elements_item.w-60 {
		width: 60% !important;
	}
	.q_elements_holder.two_columns .q_elements_item.w-40 {
		width: 40% !important;
	}
}
@media all and ( max-width: 1000px ) {
	.header_bottom,
	.home .header_bottom {
		background-color: #4a5b55 !important;
		padding-bottom: 0;
	}
    header .shopping_cart_inner, 
    header .side_menu_button,
    header .logo_wrapper {
        height: 175px !important;
    }
	.mec-wrap .page-title {
		margin-bottom: 45px;
	}
	.mec-dropdown-wrap, .mec-search-form .mec-text-input-search {
		width: 50% !important;
		float: left;
	}
	.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
		width: 100%;
	}
	.m-100 {
		margin: 0 50px;
	}
	.fullscreen_search_table {
		padding-top: 150px;
	}
	.fullscreen_search_cell {
		vertical-align: top;
	}
	.search_fade_in .fullscreen_search_holder.fade.animate .q_logo img {
		height: 100% !important;
	}
	.fullscreen_search_holder .q_logo {
    	width: auto;
    	height: 100px;
	}
	.fullscreen_search_cell > .fullscreen_search_inner {
		padding-left: 45px;
    	padding-right: 45px;
	}
	.fullscreen_search_holder .search_submit i {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
		border-radius: 0;
		width: auto;
	}
	.fullscreen_search_holder .field_holder {
		width: 90%;
	}
	.logo_wrapper, .q_logo, .q_logo a {
		left: 0;
	}
    .menu-sidebar .widget_nav_menu ul li:not(:first-child) {
        line-height: 22px;
    }
    .menu-sidebar .widget_nav_menu ul li:not(:first-child) a {
        line-height: inherit;
    }
    .sq-holder iframe {
        width: 100%;
        max-height: 400px;
        max-width: 100%;
    }
}
@media all and ( max-width: 800px ) {
	.carousel-inner .slider_content .text .qbutton:not(.white) {
		margin: 0 30px;
    	width: auto;
    	max-width: 100%;
    	display: block;
    	padding: 20px 0px !important;
    	font-size: 12px;
    	line-height: 31px;
    	height: 31px;
    	margin-bottom: 50px;
	}
	#qode-home .carousel-inner .slider_content_outer {
		width: 100% !important;
		background-color: transparent;
	}
	#qode-home .carousel-inner .slider_content {
		width: 100% !important;
		padding: 0;
	}
	#qode-home .carousel-inner .slider_content .text {
		background-color: rgb(74, 91, 85);
		margin: 0;
		padding: 85px 0 50px;
	}
	#qode-home .carousel-inner .q_slide_subtitle {
		padding: 0 30px;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner .slider_content {
		vertical-align: bottom;
	}
	#qode-home .carousel-indicators {
		width: 100%;
	}
}
@media ( min-width: 769px ) and ( max-width: 1137px ) {
	.footer_bottom .q_social_icon_holder {
		margin: 0 0 20px;
	}
}
@media ( min-width: 769px ) and ( max-width: 1100px ) {
	.vp-id-227 .vp-portfolio__items-arrow-prev,
	.vp-id-227 .vp-portfolio__items-arrow-next {
		width: 70px;
    	height: 70px;
	}
	.collection-highlights .custom-slider-controller > .vp-portfolio__items-arrow-next {
		left: 70px !important;
	}
}
@media ( min-width: 769px ) and ( max-width: 1000px ) {
	.side_menu .widget ul li > a {
		font-size: 20px;
    	line-height: 30px;
	}
	.side_menu, .side_menu_slide_from_right .side_menu {
		padding-right: 35px;
    	padding-left: 35px;
	}
	.side_menu a.close_side_menu {
		right: 20px;
	}
	.side_menu .search_button {
		right: 80px;
	}
	.slider-indicator-container {
		width: auto;
    	margin: 0 30px;
	}
	.full-screen-height,
	.h-100vh .q_elements_holder .q_elements_item {
    	height: 700px;
	}
	.mec-wrap .page-title {
		width: 380px;
	}
}
@media ( min-width: 769px ) and ( max-width: 850px ) {
	.footer_top .four_columns>.column1, 
	.footer_top .four_columns>.column2, 
	.footer_top .four_columns>.column3, 
	.footer_top .four_columns>.column4 {
		width: 50%;
	}
	.footer_top .four_columns .column3 .column_inner>div, 
	.footer_top .three_columns .column3 .column_inner>div {
		margin: 0;
	}
	.four_columns>.column3>.column_inner {
		padding: 0;
	}
	.footer_top .widget_nav_menu {
		padding-bottom: 20px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1024px ) {
	.single-product .product .images {
		padding-right: 30px;
	}
	.page-id-2470 .vp-exhibitions-holder .q_elements_item_content,
	.page-id-185 .vp-exhibitions-holder .q_elements_item_content,
	.page-id-222 .vp-exhibitions-holder .q_elements_item_content {
		padding: 40px 30px 50px 0px !important;
	}
	.vp-id-201 .vp-portfolio__item-meta, 
	.vp-id-2466 .vp-portfolio__item-meta, 
	.vp-id-220 .vp-portfolio__item-meta {
		padding: 15px 30px 15px 0 !important;
	}
}
@media ( min-width: 768px ) and ( max-width: 1000px ) {
	.mec-skin-list-no-events-container {
		padding: 50px;
	}
	.menu-sidebar .widget_nav_menu ul li:first-child:before {
		margin-bottom: 30px;
	}
	.menu-sidebar .widget_nav_menu ul li:first-child a {
		font-size: 30px;
    	line-height: 35px;
	}
}
@media all and ( min-width: 768px ) {
	.border-right-line {
		border-right: 2px solid #F8CC27;
	}
    .mobile-only {
    	display: none;
    }
	#woof_widget-2 {
		width: 280px;
    	max-width: 100%;
	}
	.page-banner.vc_column_container>.vc_column-inner {
		height: 100%;
    	padding: 26.5% 0;
	}
	.woocommerce .two_columns_25_75>.column1 {
		width: 35%;
	}
	.woocommerce .two_columns_25_75>.column2 {
		width: 65%;
	}
}
@media all and (min-width: 769px) {
	.reverse-items {
		direction: rtl;
	}
	.reverse-items .q_elements_item {
		direction: ltr;
    }
	.side-qcontent .q_elements_item_content {
		max-width: 300px;
		margin: 0 auto;
	}
	.mw-320 .q_elements_item_content {
		max-width: 320px;
		margin: 0 auto;
	}
	.q_elements_holder .q_elements_item.w-30 {
		width: 30% !important;
	}
	.q_elements_holder .q_elements_item.w-70 {
		width: 70% !important;
	}
	.q_elements_holder .q_elements_item.w-35 {
		width: 35% !important;
	}
	.q_elements_holder .q_elements_item.w-65 {
		width: 65% !important;
	}
	.side_menu .q_social_icon_holder,
	#text-19 {
		display: none;
	}
	.page-banner {
		padding-left: 15px;
	}
    .d-flex>.full_section_inner {
        display: flex;
    }
}
@media all and ( max-width: 768px ) {
    header .shopping_cart_inner, 
    header .side_menu_button,
    header .logo_wrapper {
        height: 148px !important;
    }
	.align-center {
		text-align: center !important;
	}
	.align-left {
		text-align: left !important;
	}
	.testimonial-home-section {
		display: none !important;
	}
	.exhibition-text-holder,
	.mobile-exhibition-text-holder {
		padding: 0 30px;
	}
	.m-100 {
		margin: 0;
	}
	.programs-padding {
		padding: 0;
	}
	.program-image-holder {
		order: 2;
	}
	.program-title-holder {
		order: 1;
	}
	.program-date-holder {
		order: 3;
	}
	.border-tb {
		border-top: 0;
		border-bottom: 0;
	}
	.border-bottom-line {
		border-bottom: 0;
	}
	.mobile-bottom-line {
		border-bottom: 1px solid #DFDEDE;
	}
	.program-title-holder .wpb_text_column,
	.program-date-holder .wpb_text_column {
		padding: 0 30px;
	}
	.h-100 {
		height: 100px !important;
	}
	.h-50 {
		height: 50px !important;
	}
	.h-10 {
		height: 10px !important;
	}
	.h-20 {
		height: 20px !important;
	}
	.h-30 {
		height: 30px !important;
	}
	.single-mec-events .mec-skin-list-events-container {
		padding: 0 30px;
	}
	.upcoming-events .upcoming-section-title {
		padding: 50px 30px;
		display: block;
		text-align: center;
	}
	.upcoming-events .upcoming-section-title a {
		display: inline-block;
		margin-top: 30px;
		position: absolute;
    	bottom: 0;
    	margin: 0 auto;
    	left: 0;
    	right: 0;
    	margin-bottom: 30px;
	}
	.upcoming-events .mec-skin-list-container {
		padding-bottom: 70px;
	}
	.side_menu_button>a i:before {
		content: "";
        background: url(/wp-content/uploads/2021/05/side-area-menu-icon-mobile.svg) center no-repeat;
        width: 68px;
        height: 68px;
	}
	.footer_bottom_holder .two_columns_50_50>.column1, 
	.footer_bottom_holder .two_columns_50_50>.column2 {
		width: 100%;
	}
	.footer_top, .footer_top.footer_top_full {
		padding-top: 50px !important;
    	padding-right: 30px !important;
    	padding-bottom: 0px !important;
    	padding-left: 30px !important;
	}
	.footer_bottom_holder > .two_columns_50_50 {
		display: block;
	}
	.footer_bottom_holder {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.footer_bottom {
		text-align: left !important;
	}
	.footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom > div:last-child, 
	.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom .textwidget {
		margin-top: 30px;
	}
	.footer_bottom .qode_button_widget {
		display: block;
    	margin-top: 30px;
	}
	.footer_bottom .qode_button_widget .qbutton {
		display: block;
    	height: 60px;
    	line-height: 60px;
	}
	.mc4wp-form-fields > div > div:first-child {
		width: 90%;
		padding-right: 0;
	}
	.mc4wp-form-fields > div > div:last-child {
		width: 10%;
	}
	.mc4wp-form input[type="email"] {
		height: 62px;
	}
	.mc4wp-form input[type="submit"] {
		border: 0;
		border-bottom: 1px solid #FFFFFF;
    	border-radius: 0;
    	line-height: 23px;
	}
	.mc4wp-form input[type="submit"]:hover {
		background-color: transparent;
    	border-top: 0;
    	border-left: 0;
    	border-right: 0;
	}
	.pb-25 {
		padding-bottom: 25px;
	}
	.mec-wrap .mec-totalcal-box {
		padding: 80px 30px;
	}
	.mec-wrap .page-title h1 {
		font-size: 30px;
    	line-height: 35px;
	}
	.mec-wrap .page-title h1:before {
		top: 45px;
    	text-align: center;
    	margin: 0 auto;
    	left: 35px;
    	width: 150px;
    	max-width: 100%;
	}
	.woocommerce-shop .content .container .container_inner, 
	.woocommerce-shop .content .container .container_inner {
		padding: 50px 30px 30px;
	}
	.woocommerce .product .images .woocommerce-product-gallery__image {
		padding: 0;
	}
	.woocommerce .product .images figure {
		margin: 0;
		display: block;
	}
	.mobile-admission-note {
		background-color: #E4E4DE;
    	padding: 20px;
	}
	.mobile-admission-note p {
		text-align: center;
    	margin: 0;
    	font-weight: 300;
    	color: #4C4C51;
    	font-size: 13px;
    	line-height: 17px;
	}
	.collection-highlights .custom-slider-controller {
		position: absolute;
    	margin: 0;
    	z-index: 2;
    	right: 30px;
    	width: 150px;
    	height: 130px;
	}
	.vp-id-227 .vp-portfolio__item-meta {
		padding: 15px 30px 30px;
	}
	.vp-id-227 .vp-portfolio__items-bullets {
		text-align: center;
	}
	.p-absolute-mobile {
		position: absolute;
    	left: 0;
    	bottom: 0;
	}
	.vp-id-227 .vp-portfolio__items-arrow-prev,
	.vp-id-227 .vp-portfolio__items-arrow-next {
		width: 75px;
    	height: 65px;
	}
	.collection-highlights .custom-slider-controller > .vp-portfolio__items-arrow-next {
		left: 75px !important;
	}
	.mobile-padding {
		padding-left: 30px;
		padding-right: 30px;
	}
	.in-the-news-holder .slider-custom-nav {
		display: none;
	}
	.vp-id-201 .vp-portfolio__item-meta,
	.vp-id-2466 .vp-portfolio__item-meta,
	.vp-id-220 .vp-portfolio__item-meta {
		padding: 15px 30px;
	}
	.side_menu.dark a.close_side_menu {
		background-size: contain;
	}
	.sub-menu li {
		padding-bottom: 17px;
	}
	.sub-menu li:last-child {
		padding-bottom: 0;
	}
	#text-19 {
		margin: 45px 0 0;
	}
	#text-19 > .textwidget p {
		margin-top: 0;
    	font-size: 12px;
    	line-height: 17px;
    	color: #0E0E0F;
	}
	.mec-month-divider {
		margin: 30px;
	}
	.footer_top .widget.widget_nav_menu li.has-mobile-toggle:after {
		position: absolute;
		right: 0px;
		top: 0;
		width: 0;
		height: 0;
		content: '\f107';
		opacity: 1;
		z-index: 1;
		font-family: 'FontAwesome';
		font-size: 26px;
    	line-height: 36px;
	}
	.footer_top .widget.widget_nav_menu li.has-mobile-toggle.sidebar-nav-active:after {
		content: '\f106';
	}
	.footer_top .has-mobile-toggle > a.sidebar-nav-toggle {
		width: 23px;
		height: 33px;
		line-height: 0 !important;
    	position: absolute;
    	top: 0px;
    	right: -20px;
    	text-align: center;
    	opacity: 0;
    	z-index: 2;
	}
	.footer_top .has-mobile-toggle > a.sidebar-nav-toggle i {
		display: none;
	}
	.footer_top .has-mobile-toggle > a:first-child {
		width: 100%;
		font-size: 26px !important;
    	font-weight: 500 !important;
    	line-height: 36px !important;
	}
	.footer_top .widget_nav_menu li:not(:first-child) {
		font-size: 17px !important;
    	line-height: 26px !important;
    	letter-spacing: 0.1px !important;
	}
	.footer_top .widget_nav_menu li:nth-child(2) {
		padding-top: 25px;
	}
	.footer_top .widget_nav_menu li:last-child {
		padding-bottom: 25px;
	}
	.footer_top .four_columns>.column1, 
	.footer_top .four_columns>.column2, 
	.footer_top .four_columns>.column3, 
	.footer_top .four_columns>.column4 {
		margin: 0 !important;
	}
	.footer_top .has-mobile-toggle {
		border-bottom: 0;
	}
	.footer_top .column_inner>div:not(.qode_separator_widget) {
		margin: 0 0 10px !important;
	}
	.footer_top .widget.widget_nav_menu li:first-child {
		padding: 0;
	}
	.footer_top .four_columns>.column4 .qode_button_widget {
		display: block;
	}
	.mobile-none {
		display: none !important;
	}
	#nav_menu-2:before {
		content: "";
    	display: block;
    	background-image: url(/wp-content/uploads/2021/05/ucla-fowler-primary-logo-mobile.svg);
    	width: 158px;
    	height: 50px;
    	position: absolute;
    	top: 5%;
    	background-repeat: no-repeat;
	}
	.footer_top .has-mobile-toggle > a.sidebar-nav-toggle > span {
		display: none;
	}
	#custom_html-5 a:before {
		content: "<";
    	padding-right: 7px;
	}
	#custom_html-5 a {
		color: #4C4C51;
		font-size: 13px;
		line-height: 26px;
		letter-spacing: 0.7px;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
	}
	#custom_html-5 {
		margin-top: 30px;
	}
	.qbutton:not(.tertiary-btn) {
    	font-size: 14px;
	}
	.d-flex-btn .vc_column_container>.vc_column-inner .wpb_wrapper {
		display: block;
	}
	div.comment_form {
		display: none;
	}
	.full-screen-height>.full_section_inner {
		display: flex;
    	flex-wrap: wrap;
	}
	.full-screen-height .w-35 {
		order: 2;
	}
	.full-screen-height .w-65 {
		order: 1;
	}
	.image-slider-wrapper .q_elements_holder .q_elements_item {
		height: auto !important;
    	background-image: none !important;
	}
	.h-100vh .q_elements_holder .q_elements_item {
		height: auto;
	}
	.hero-slider-nav {
		bottom: -75px;
    	right: 30px;
	}
	.hero-slider-nav .flex-nav-prev {
		width: 75px;
    	height: 75px;
	}
	.hero-slider-nav .flex-nav-next {
        left: -75px;
        bottom: 75px;
		width: 75px;
    	height: 75px;
	}
	.full-screen-height .qode_content_slider_item.flex-active-slide:before {
		display: none;
	}
	.w-35,
	.w-65 {
		width: 100%;
	}
	.mec-wrap .page-title {
		width: auto;
	}
    .p1 br {
        display: none;
    }
}
@media all and ( max-width: 767px ) {
	.d-none {
		display: none;
	}
	.no-mobile {
		display: none !important;
	}
	.order-1 {
		order: 1;
	}
	.order-2 {
		order: 2;
	}
	.menu-sidebar .wpb_widgetised_column .widget h5:before {
		display: none;
	}
	.menu-sidebar .wpb_widgetised_column .widget h5:after {
		content: "";
    	width: 100%;
    	max-width: 100%;
    	background-color: #F8CC27;
    	height: 3px;
    	display: block;
    	margin-top: 15px;
	}
	.mec-event-list-standard .mec-topsec {
		display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    	align-items: center;
    	margin-bottom: 0px;
    	border-bottom: 0;
    	padding-bottom: 30px;
	}
	.single-mec-events .mec-event-list-standard,
	.mec-event-list-standard {
		margin-bottom: 20px;
	}
	.mec-topsec .mec-event-image {
		padding-bottom: 0;
	}
	.mec-topsec .mec-event-image img {
		width: 100%;
	}
	.mec-event-image a {
		display: block;
	}
	.mec-skin-list-events-container,
	.page-id-180 .mec-skin-list-events-container,
	.page-id-2633 .mec-skin-list-events-container,
	.page-id-3822 .mec-skin-list-events-container,
	.single-mec-events .mec-skin-list-events-container,
	.post-type-archive-mec-events .mec-skin-list-events-container {
		padding: 0;
	}
	.mec-skin-list-no-events-container {
		padding: 30px;
	}
	.single-mec-events .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,
	.single-mec-events .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,
	.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,
	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,
	.mec-event-list-standard .mec-event-meta-wrap {
		display: block;
    	width: 100%;
	}
	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
		min-height: auto;
		border-top: 0;
		order: 1;
		padding: 0 30px;
	}
	.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
		order: 2;
		padding-right: 0;
	}
	.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
		border-top: 0;
		padding-right: 0;
		order: 3;
	}
	.mec-event-list-standard .mec-event-content {
		padding-top: 0;
		padding-right: 0;
	}
	.mec-event-list-standard article:last-child .mec-event-content-wrap, 
	.mec-event-list-standard article:last-child .mec-event-meta-wrap {
		border-bottom: 0;
	}
	.event-color {
		display: none;
	}
	.woocommerce-shop .two_columns_33_66>.column1,
	.woocommerce-shop .two_columns_33_66>.column2 {
		width: 100%;
	}
	.single-product .product .images {
		width: 100%;
		padding-right: 0;
    	text-align: center;
	}
	.single-product .qode-single-product-summary {
		padding: 0 30px;
		width: 100%;
	}
	.has-mobile-toggle {
		width: 100%;
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	border-bottom: 2px solid #F8CC27;
    	padding-bottom: 10px;
	}
	.has-mobile-toggle > a:first-child {
		width: 70%;
	}
	.has-mobile-toggle > a.sidebar-nav-toggle {
		width: 30%;
    	font-size: 14px !important;
    	line-height: 24px !important;
    	font-weight: 400 !important;
    	text-align: right;
	}
	.menu-sidebar .widget_nav_menu ul li:first-child:before {
		display: none;
	}
	.mobile-bg-color {
		background-color: #F6F6F3;
	}
	.footer_top .has-mobile-toggle {
		border-bottom: 0;
	}
	.guidelines-holder .qode-accordion-holder .qode-title-holder .qode-accordion-mark {
		left: auto;
	}
	.guidelines-holder .qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
		padding-left: 0;
	}
	.guidelines-holder .qode-accordion-holder .qode-accordion-content {
		padding: 20px 10px;
	}
	.negative-90 {
		margin-top: 0;
	}
	.mec-wrap .mec-totalcal-box {
		display: block;
	}
	.wpb_single_image .vc_figure-caption {
		padding: 0 10px;
	}
	.page-banner.vc_column_container>.vc_column-inner {
		padding: 25%;
    	background-size: contain !important;
	}
	.mec-month-divider span {
		text-align: left;
	}
	.mec-wrap .page-title h1:before {
		display: none;
	}
	.mec-wrap .page-title h1 {
		text-align: left;
		width: 55%;
		display: flex;
    	align-items: center;
	}
	.mec-wrap .page-title h1:after {
		position: absolute;
    	right: 0;
    	top: 0;
    	content: '\e090';
    	opacity: 1;
    	z-index: 1;
    	font-family: 'simple-line-icons';
    	font-size: 26px;
    	line-height: 66px;
    	border: 1px solid #4A5B55;
    	width: 66px;
    	height: 66px;
    	border-radius: 100%;
    	display: flex;
    	justify-content: center;
	}
	.mec-wrap .page-title .mobile-event-filter-toggle {
    	width: 66px;
    	height: 66px;
    	position: absolute;
    	top: 0px;
    	right: 0px;
    	text-align: center;
    	opacity: 0;
    	z-index: 2;
    	border: 1px solid #4A5B55;
	}
	.mec-wrap .page-title {
		border-bottom: 2px solid #F8CC27;
		padding-bottom: 28px;
		display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	margin-bottom: 0;
    	position: relative;
    	height: 95px;
	}
	.mec-totalcal-box.active .page-title h1:after {
		background-color: #E4E4DE;
		border: 1px solid #E4E4DE;
	}
	.mec-totalcal-box.active .page-title {
		margin-bottom: 35px;
	}
	.mec-wrap .mec-totalcal-box {
		padding: 50px 30px;
	}
	.mec-search-form .mec-date-input-search, 
	.mec-search-form .mec-date-search, 
	.mec-search-form .mec-dropdown-search, 
	.mec-search-form .mec-text-input-search, 
	.mec-search-form .mec-time-input-search {
		padding: 0;
	}
	.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select,
	.mec-wrap .mec-search-form .mec-text-input-search input,
	.mec-sl-magnifier {
		height: 63px !important;
	}
    .page-id-180 .mec-search-form:not(.active) .mec-dropdown-wrap,
    .page-id-180 .mec-search-form:not(.active) .mec-text-input-search,
    .page-id-2633 .mec-search-form:not(.active) .mec-dropdown-wrap,
    .page-id-2633 .mec-search-form:not(.active) .mec-text-input-search,
    .post-type-archive-mec-events .mec-search-form:not(.active) .mec-dropdown-wrap,
    .post-type-archive-mec-events .mec-search-form:not(.active) .mec-text-input-search {
        display: none;
    }
    .menu-sidebar .widget_nav_menu ul li:last-child {
    	padding-bottom: 40px;
    }
	.collection-highlights .qbutton.center {
    	margin: 0 30px;
	}
}
@media ( min-width: 600px ) and ( max-width: 767px ) {
	.mec-wrap .page-title h1 {
		font-size: 30px;
    	height: 66px;
	}
}
@media ( min-width: 601px ) and ( max-width: 1000px ) {
	.mec-wrap .page-title, h1 {
		font-size: 30px;
    	line-height: 35px;
	}
	h2 {
		font-size: 20px;
    	line-height: 30px;
	}
}
@media ( min-width: 601px ) and ( max-width: 767px ) {
	.woocommerce .two_columns_25_75>.column1,
	.woocommerce .two_columns_25_75>.column2 {
		width: 100%;
	}
}
@media all and ( max-width: 600px ) {
	.mec-dropdown-wrap, .mec-search-form .mec-text-input-search {
		width: 100% !important;
		float: none;
	}
	.mec-search-form .mec-dropdown-wrap {
		margin-bottom: 10px;
	}
	.menu-sidebar .widget_nav_menu ul li:first-child a {
		font-size: 24px;
    	line-height: 36px;
	}
	.qbutton:not(.tertiary-btn) {
    	height: 63px;
    	line-height: 63px;
	}
	.hours-holder {
		width: 100%;
	}
	.hours-holder .col-35 {
		display: flex;
    	justify-content: flex-end;
	}
	.single-mec-events #main-content p {
		font-size: 15px;
    	line-height: 23px;
	}
	.woocommerce-page .content .container .column1 {
		margin-bottom: 0;
	}
	.ad-text {
		width: auto;
	}
	.side_menu, .side_menu_slide_from_right .side_menu {
		padding-top: 130px;
    	padding-right: 30px;
    	padding-left: 30px;
	}
	.side_menu .search_button {
		top: 45px;
    	right: 100px;
	}
	.side_menu a.close_side_menu {
		right: 30px;
    	width: 21px;
    	height: 21px;
    	line-height: 21px;
    	top: 45px;
	}
	.page-id-2633 .mec-wrap .page-title h1 {
		height: 66px;
	}
}
@media ( min-width: 610px ) and ( max-width: 768px ) {
	.collection-highlights .custom-slider-controller {
		bottom: 0;
		top: 110px;
	}
}
@media all and ( max-width: 609px ) {
	.collection-highlights .custom-slider-controller {
    	top: 112px;
    	bottom: 0;
    }
}
@media all and ( max-width: 480px ) {
	.w-100.qbutton.center,
	.w-345.qbutton {
		width: 100%;
		padding-left: 0;
    	padding-right: 0;
	}
	.collection-highlights .qbutton.center {
		width: auto;
		display: block;
    	line-height: 63px;
	}
	.funds-btn .wpb_wrapper {
		display: block;
	}
	.funds-btn .qbutton.center {
		width: auto;
		margin-right: 0;
	    flex-basis: auto;
	}
	.mr-25 {
		margin-right: 0;
	}
	.menu-sidebar .widget_nav_menu ul li:first-child a {
		font-size: 24px;
    	line-height: 36px;
	}
	.d-flex-btn a.qbutton.center {
		width: 100% !important;
	}
	.d-flex-btn .vc_column_container>.vc_column-inner .wpb_wrapper {
		display: block;
	}
	.side_menu .widget ul li > a {
		font-size: 20px;
    	line-height: 36px;
	}
	.footer_top .widget.widget_nav_menu li:first-child a {
		font-size: 20px !important;
    	line-height: 36px !important;
		font-weight: 500;
	}
	#nav_menu-3 ul li a {
		font-size: 15px !important;
    	color: #0E0E0F;
    	line-height: 17px !important;
	}
	.fullscreen_search_holder .search_submit i {
		height: 50px;
    	line-height: 50px;
	}
	.fullscreen_search_holder .search_field {
		font-size: 20px !important;
	}
	.mec-wrap .page-title h1 {
		font-size: 24px;
    	line-height: 32px;
	}
	.col-65,
	.col-35 {
		width: 50%;
	}
	#holiday-holder td:first-child,
	#holiday-holder td:last-child {
		width: 50%;
	}
}
@media all and ( max-width: 360px ) {
	.qbutton:not(.tertiary-btn) {
		font-size: 14px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	white-space: pre-wrap;
    	padding-left: 20px !important;
    	padding-right: 20px !important;
    	width: 220px !important;
    	max-width: 100%;
    	line-height: 17px
	}
}