/*
Theme Name: Mamuta Theme
Template: twentytwenty
Author: Natan Skop and Maya Schleifer
Version: 1.4016

*/

.hide {
	display: none;
}
:root {
  --min-window: 375px;
}
body,
.singular .featured-media-inner {
    min-width: var(--min-window);
}

/****** 1. FONTS ******/
*, p, ul, ol, li, div, span, h1, h2, h3, h4, h5, h6, h7, a, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, .event-start-date {
	font-family: 'Manrope', sans-serif;
}
/* font-family: 'Noto Sans Arabic', sans-serif;*/
/* font-family: 'Noto Sans Hebrew', sans-serif;*/

:root {
  --title-big: 72px;
  --title-big-line-height: 82px;	
  --sub-title: 30px;
  --sub-title-line-height: 45px;	
  --title-reg: 40px;
  --text-med: 26px;	
  --text-med-line-height: 38px;	
  --text-reg: 20px;
  --text-reg-line-height: 30px;	
  --button1: 18px;	
}
:root { /*mobile*/
  --title-reg_mobile: 32px;
}

/* 
 * 767px /* Max Tablet-Mobile*/
/* 
  * 768px /* Min Tablet-Mobile*/


@media (min-width: 1320px)  { /* Maya will send me exact sizes for big desktop (16inch), small desktop (13inch), tablet, phone*/
	:root {
	  --title-big: 70px;
	  --sub-title: 30px;
	  --title-reg: 36px;
	  --text-reg: 18px;	
	}
}


button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .header-inner .toggle:hover .toggle-text, .header-language-wrapper a:hover, body .vc_custom_heading a:hover, body #ect-events-list-content h2.ect-list-title a:hover, body #ect-events-list-content a:hover, body #ect-events-list-content a:hover .ect-list-date, #ect-events-list-content .ect-list-description .ect-event-content a:hover, .view-all:hover, .view-all a:hover, body .vc_btn3.vc_btn3-color-grey:hover, .home-title:hover, .home-title a:hover, body .vc_btn3-container a:hover, a:hover, a:focus, #site-footer a:focus, #site-footer a:hover, body .vc_btn3.vc_btn3-color-white:hover, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, body .vc_btn3.vc_btn3-color-white:focus, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, .exhibitions-read-more a.vc_general.vc_btn3:hover {
    text-decoration: none;
	color: #666666;
	background: transparent;
}

.residency .home-title .vc_btn3.vc_btn3-size-lg .vc_btn3-icon.fa-arrow-right {
	height: 70px;	
    margin-right: -26px;
}

.shop .home-title .vc_btn3.vc_btn3-size-lg .vc_btn3-icon.fa-arrow-left {	
	height: 112px;
    /*margin-left: -26px;*/
}

.residency .home-title .fa-arrow-right:before {
    content: url("assets/arrow-big.png") !important;		
}
.shop .home-title .fa-arrow-left:before {
    content: url("assets/arrow-big-left.png") !important;			
}

@media (max-width: 1155px) {
	.residency .vc_btn3.vc_btn3-size-lg .vc_btn3-icon.fa-arrow-right,
	.shop .vc_btn3.vc_btn3-size-lg .vc_btn3-icon.fa-arrow-left {
		display: none;
	}
	/*.residency .wpb_content_element,
	.about .wpb_content_element {
    	margin-bottom: 0px !important;
	}*/
}

/*.shop .fa-arrow-left:before {
	transform: rotate(180deg);
}*/

body .color-accent,
body .color-accent-hover:hover,
body .color-accent-hover:focus,
:root body .has-accent-color,
body .has-drop-cap:not(:focus):first-letter,
body .wp-block-button.is-style-outline,
body a,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	color: #333333;
}
/****** 2. HEADER ******/
.header-navigation-language-wrapper {
    width: 265px;
    display: flex;
    justify-content: flex-end;	
}
.header-navigation-wrapper {
	margin-right: 45px;
}

.header-navigation-wrapper .toggle:hover .toggle-icon,
.view-all:hover > a > i,
.home-title:hover > a > i,
.vc_btn3-container:hover > a > i {
    /*opacity: 0.6;*/
}
.header-update-wrapper p,
.header-navigation-wrapper .toggle-text {
	font-size: 18px;
	line-height: 28px; /* identical to box height, or 156% */
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #333333;
}

.header-inner,
.header-inner,
.wpb-content-wrapper,
body .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    /*max-width: initial;*/
    max-width: 120rem;
	width: 100%;
}

.header-update-wrapper p {
	font-weight: 500;
	text-decoration-line: underline;
    margin-bottom: 0px;	
}

.header-navigation-wrapper .toggle-text {
	font-weight: 800;
    order: 2;	
}

@media (min-width: 1000px) {
	.header-toggles:only-child .toggle-inner .toggle-text {
		padding-right: 0px;
		padding-left: 14px;
	}
	.header-toggles:only-child .toggle-inner .toggle-text {
		font-size: 18px;
	}
	.header-inner {
		padding: 20px 0;
	}
}

@media (min-width: 1220px) {
	.header-toggles .toggle {
		padding: 0 45px 0 0;
	}
}

@media (min-width: 700px) {
	.site-logo img {
		max-height: 70px;
	}
}

@media (min-width: 1000px) {
	.modal-menu li.wpml-ls-item {
		display: none;
	}
}

@media (max-width: 700px) {
	.header-inner.section-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 999px) {
	.header-navigation-language-wrapper {
		display: none;
	}
	/*.menu-modal.active {
	    left: 4%;
	}*/
    #menu-item-wpml-ls-340-en,
	#menu-item-wpml-ls-340-he {
		display: flex;
		position: absolute;
		top: -53px;
		flex-wrap: nowrap;
        height: 30px;
        align-items: center;		
	}
	#menu-item-wpml-ls-340-en {
		/*right: 31px;*/
		right: 51px;
	}
	#menu-item-wpml-ls-340-he {
		/*right: 0;		*/
		right: 20px;
	}
	#menu-item-wpml-ls-340-en a,
	#menu-item-wpml-ls-340-he a	{
		font-size: 18px;
	}	
	#menu-item-wpml-ls-340-en a {
		padding: 0px 10px 0px 0px;
	}		
	#menu-item-wpml-ls-340-he a {
		padding: 0px;
	}
	.header-inner.section-inner {
		padding-bottom: 15px;
	}
	.header-update-wrapper {
    	padding-top: 20px;
	}
	.header-inner .toggle {
		align-items: flex-start;
		overflow: visible;
		padding-top: 30px;
	}
}

	
.nav-toggle .toggle-icon, .nav-toggle svg {
    height: 21px;
    width: 24px;
}

.header-language-wrapper,
.header-language-wrapper a,
.wpml-ls-item, 
.wpml-ls-item a {
    text-transform: uppercase;
    color: #333333;
}

.wpml-ls-current-language,
.modal-menu > li.wpml-ls-current-language > a,
.modal-menu > li.wpml-ls-current-language > .ancestor-wrapper > a {
    font-weight: 800;
}

.wpml-ls-legacy-list-horizontal {
    padding: 7px 7px 7px 0px;	
}

.wpml-ls-legacy-list-horizontal a {
    display: inline-block;	
	padding: 5px 5px 6px;
}

.wpml-ls-legacy-list-horizontal li:first-child a {
    padding-left: 0px;
}

.wpml-ls-first-item:after {
    content: "|";
    font-weight: 200;
    font-size: 23px;
    vertical-align: middle;
}

.header-language-wrapper a:hover {
    text-decoration: underline;
}

/****** 3. MENU MODAL ******/
button.close-nav-toggle {
    justify-content: flex-start;	
}

.menu-modal button.close-nav-toggle .toggle-text {
    display: none;	
}

@media (max-width: 999px) {
	.modal-menu {
		padding-left: 40px
	}
}

.modal-menu .ancestor-wrapper {
    justify-content: flex-start;	
}

.modal-menu li {
    border-width: 0 0 0 0;	
}

.modal-menu a {
    width: auto;	
}

button.sub-menu-toggle {
	border-left-width: 0;
    margin: 1.1rem 0 0.5rem 0;	
}

.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    letter-spacing: 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    color: #333333;
	font-size: var(--title-reg);
}

@media (max-width: 999px) {
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
		font-size: var(--title-reg_mobile);
        padding: 1.5rem;		
	}
}


.modal-menu > li > a, .modal-menu > li.small > .ancestor-wrapper > a {
    font-size: 0.8em;
    padding: 0;
    padding-top: 1.8rem;
    font-weight: 800;
}

.modal-menu > li > a, .modal-menu > li.first-small {
    margin-top: 1em;
}

@media (min-width: 1000px) {
	.menu-modal-inner {
		width: 54rem;
	}
	.expanded-menu {
	    padding: 0px 100px;
	}
}

@media (min-width: 700px) {
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
		font-size: 1.4em;
	    padding: 1.3rem 0;	
	}
	.modal-menu > li > a, .modal-menu > li.small > .ancestor-wrapper > a {
		font-size: 0.8em;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    	padding: 0px 1.5rem;
	}
}

.modal-menu > li:last-child {
	border-bottom-width: 0;
}

.modal-menu ul li {
    border-left-width: 0;
}

.modal-menu ul li a {
	padding: 0;
    padding-top: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 0.8em;
}

.menu-wrapper .active {
    padding-bottom: 1.6rem;
}

/****** 4. FOOTER ******/

.footer-widgets-outer-wrapper {
	border-bottom-width: 0;	
}

footer#site-footer, div.footer-nav-widgets-wrapper {
    background-color: #ECEFE9;
}

#site-footer .section-inner {
    align-items: center;	
}

.footer-credits {
    font-size: 0.8em;
}

a.to-the-top {
    display: none;	
}

.footer-copyright {
    font-weight: 300;	
/*	font-size: var(--text-reg);
	line-height: var(--text-reg-line-height);	*/
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    margin-bottom: 0px;
	flex-wrap: nowrap;
}

.mc4wp-form .mc4wp-form-fields .form-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;	
}

.mc4wp-form label {
	width: 30%;
}

.mc4wp-form .text {
    width: 320px;
    font-weight: bold;
	font-size: var(--text-med);
}

.mc4wp-form .mc4wp-form-fields .form-wrapper > .form-inputs {
    display: flex;
	width: 70%;
}

.mc4wp-form input[type="email"] {
    height: 50px;
    border: 0px none;
	font-size: var(--text-med);
	width: 100%;
}

.mc4wp-form input[type="submit"] {
    height: 50px;
    line-height: 17px;
    background-color: #333333;
    font-size: var(--button1);
    font-weight: 900;
    padding: 10px;
    width: 190px;
}

#site-footer .wp-block-search button:not(.toggle) {
    background-color: #000000;
    padding: 15px;
}

@media (max-width: 767px) {
	.mc4wp-form .mc4wp-form-fields .form-wrapper {
		flex-wrap: wrap;		
	}
	.mc4wp-form label,
	.mc4wp-form .mc4wp-form-fields .form-wrapper > .form-inputs {
		width: 100%;		
	}
	.mc4wp-form label {	
	    margin-bottom: 15px;
	}

}

/*.wp-block-social-link-anchor,*/
.wp-block-social-links .wp-social-link svg {
    height: 48px;
    min-width: 39px;
}

/*.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	display: none;
}*/

.powered-by-wordpress {
	display: block;
	margin: 0px;
}

@media (max-width: 767px) {
	.social-footer-widget-wrapper {
		order: 1;
		margin-bottom: 30px;
	}
	.footer-credits {
		order: 2;
	}
	#site-footer .section-inner {
	    flex-direction: column;	
	}
}

.footer-copyright {
	font-weight: 300;	
}
.footer-credits {
	align-items: flex-end;	
	column-gap: 20px;
}
.footer-widgets {
	width: 100%;
}
.footer-widgets-outer-wrapper {
	padding: 0;
	padding-top: 4rem;		
}
#site-footer {
	padding: 2.3rem 0;		
}

@media (min-width: 700px) {
	.footer-copyright {
    	font-weight: 300;	
	}
	.footer-credits {
	    align-items: flex-end;	
		column-gap: 20px;
	}
	.footer-widgets {
	    width: 100%;
	}
	.footer-widgets-outer-wrapper {
	    padding: 0;
	    padding-top: 4rem;		
	}
	#site-footer {
	    padding: 2.3rem 0;		
	}
}

.footer-widgets.column-one.grid-item p { /* random paragraph fix */
    display: none;
}

/****** 5. HEADINGS ******/

.entry-title,
h1,
.heading-size-1,
.woocommerce-products-header__title.page-title,
body.singular.page:not(.home) .vc_gitem-post-data-source-post_title h4 {
    font-size: var(--title-reg);
    font-weight: 800;
    line-height: 42px;	
}

body .ect-list-date .ect-date-area,
body .ect-list-date .ect-date-area .ev-mo, 
body .ect-list-date .ect-date-area .ev-day,
body .ect-list-post h2.ect-list-title {
	font-size: var(--title-med);
	line-height: var(--text-med-line-height);
}

.entry-content h2, .heading-size-2 {
	font-size: 36px;
	font-weight: 500;
	margin-top: 0px;
    margin-bottom: 5px;
	line-height: 42px;
	letter-spacing: 0.01em;	
}

/****** 6. EXHIBITION SINGLE ******/
.entry-categories-inner,
.entry-title,
.woocommerce-products-header__title.page-title {
	display: flex;
    justify-content: flex-start;
	text-align: left;
}

.featured-media img {
    object-fit: cover;
    height: 550px;
    width: 100%;	
}

.entry-categories-inner {
    color: #757575;	
    margin: 0px;	
}

@media (min-width: 700px) {
	.entry-categories {
		margin-bottom: 20px;
	}
}

.wpb-content-wrapper, body .entry-content > p:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 850px;
}

.entry-categories a {
    font-size: 1.4rem;
    text-transform: none;
    border: none;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 5px
}

.singular:not(.overlay-header) .entry-header .entry-categories a {
	color: #757575;
}

.singular:not(.overlay-header) .entry-header .entry-categories a:hover {
    text-decoration: underline;
}

.section-inner.medium,
.woocommerce-wrapper {
    max-width: 120rem;
}

@media (min-width: 700px) {
	.section-inner, 
	.woocommerce .content-area {
        width: calc(100% - 4rem);		
	}
}

.current-exhibitions.vc_row {
	margin-left: 0px;
	margin-right: 0px;	
}

.single .entry-content, .page .entry-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
	width: calc(100% - 4rem);	
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    margin-right: 0px;
    margin-left: 0px;
    max-width: 71rem;	
}

.wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption {
    display: block;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    display: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):hover:before {
    opacity: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    opacity: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    height: 22rem;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:only-child:not(#individual-image) { /*fix for individual images*/
    margin-right: 50%;
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:only-child:not(#individual-image):first-child:last-child {  /*fix for individual images*/
        margin-right: 66.66%;
    }
}

@media (min-width: 700px) {
	.singular .entry-header {
		padding-top: 5rem;
		padding-bottom: 65px;
	}
	.singular.page-template-template-projects .entry-header {
		padding-top: 50px;
		padding-bottom: 50px;		
	}
	.single-exhibition.singular .entry-header {
		padding-bottom: 20px;
	}
	.entry-content {
		width: calc(100% - 8rem);
	}
	.entry-content h2, .heading-size-2 {
	    font-size: 2.8rem;
	    font-weight: 500;
	}
}

body #ect-events-list-content .style-1.ect-simple-event .ect-list-post-left .ect-list-date {
    background: none;
}

/****** 7. LIGHTBOX ******/
body #slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: none;
    border-radius: 0px;
}

body #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    background-color: transparent;	
}

/*body #slb_viewer_wrap .slb_theme_slb_default .slb_details,*/
body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status,
body #slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
	display: none;
}





body #slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
	background-color: #fff;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag,
body [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    /*left: -64px;*/
    background-image: url("assets/arrow-left-stroke.png");
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag,
body [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
    /*right: -64px;*/
    background-image: url("assets/arrow-right-stroke.png");
}

@media (pointer: coarse) {
	body #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag,
	body [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag,
	body #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag,
	body [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
		opacity: 1;
	}	
}

/****** 8. EVENTS LIST ******/
body .ect-list-post {
	display: flex;
    margin: 0px 0px 50px 0px;
}
body .ect-list-post,
body .ect-list-post-left, 
body .ect-list-post-right,
body .ect-list-post.style-1 .ect-list-date,
body .ect-list-post.style-1 .ect-list-img {
	min-height: 100px;
}

body .ect-list-post-left {
	width: 15%;
}

body .ect-list-post-right {
	width: 85%;
}

body #ect-events-list-content .ect-list-img {
    background: none !important;	
}

body #ect-events-list-content .style-1 .ect-list-post-left .ect-list-date,
body #ect-events-list-content .ect-list-post-right .ect-list-description,
body #ect-events-list-content .ect-list-post {
    background: none;
    box-shadow: none;
    padding: 0px;	
	border: 0px none;
}

body #ect-events-list-content .ect-list-post-right, #ect-events-list-content .ect-clslist-event-info {
	background: none;
}

body .ect-list-post:hover .ect-list-post-left .ect-list-date,
body .ect-list-post-left .ect-list-date {
    width: 100%;
}

body .ect-list-date .ect-date-area,
body .ect-list-date .ect-date-area .ev-mo, 
body .ect-list-date .ect-date-area .ev-day {
    width: auto;
    padding-right: 12px;	
    font-weight: 800;	
}

body .ect-list-date .ect-date-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: left;	
    padding: 0px;	
}

body #ect-events-list-content h2.ect-list-title a,
body #ect-events-list-content a,
body .ect-list-post-left .ect-list-date {
	color: #333333;
}


body #ect-events-list-content h2.ect-list-title a:hover,
body #ect-events-list-content a:hover {
	/*color: #333333;
	text-decoration: underline;*/
    opacity: 1;
    filter: opacity(1);
    -webkit-filter: opacity(1);	
}

@media (max-width: 790px /* Max Tablet-Mobile*/) {
	body .ect-list-post.style-1 .ect-list-date,
	body .ect-list-post.style-1 .ect-list-img {
		padding: 0px;
	}
	body .ect-list-post-left .ect-list-date {
		justify-content: left;
	}
	body .ect-list-post .ect-list-title,
	body .ect-list-description .ect-event-content,
	body .ect-list-post a.ect-events-read-more {
		text-align: left;
	}
	body .ect-list-post-right .ect-list-description,
	body .modern-list-right-side {
        align-items: flex-start;
	}
	body .ect-list-post, body .ect-list-post-left, body .ect-list-post-right, body .ect-list-post.style-1 .ect-list-date, body .ect-list-post.style-1 .ect-list-img {
    	min-height: 55px;
	}
	body .ect-list-date .ect-date-area .ev-day {
		margin-left: 0px;
	}
	body .ect-list-post-left,
	body .ect-list-post-right {
		width: 100%;
	}
}


#custom-event-list {
    display: flex;
    flex-direction: column;
}

#custom-event-list .event {
    display: flex;
    padding-bottom: 40px;
	align-items: center;
}

#custom-event-list .event .event-left {
    width: 15%;
	font-weight: 800;
}

#custom-event-list .event .event-right {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;	
}

h2.event-title {
    margin: 0px 0px 10px 0px;
	font-weight: 800;
    font-size: var(--title-med);
    line-height: var(--text-med-line-height);	
}

h2.event-title a,
.event-left a {
    text-decoration: none;
}

/****** 7. HOMEPAGE ******/

.home .entry-header {
    display: none;
}

.wpb-content-wrapper {
	padding-top: 0px;
}

.home .entry-content {
    margin-left: auto;
    margin-right: auto;	
}

.home-full-width .vc_grid-item-mini {
	display: flex;
}

@media (max-width: 767px /* Max Tablet-Mobile*/) {
	.home-full-width .vc_grid-item-mini {
		flex-direction: column;
	}
	.vc_grid-item-zone-c-right .vc_gitem-animated-block,
	.vc_grid-item-zone-c-right .vc_gitem-zone-c {
		width: 100% !important;
	}
}

.home-full-width .vc_gitem-animated-block > div {
	height: 100%;
}

.home-grid-right {
    display: flex;
    align-items: flex-end;
    padding: 4rem 3rem;
}

@media (max-width: 767px /* Max Tablet-Mobile*/) {
	.home-grid-right {
		padding-left: 20px;
		padding-right: 20px;		
	}
	.home-grid-right .vc_gitem_row .vc_gitem-col {
		padding: 0px;
	}
}

.home-grid-right h4 {
    font-size: var(--title-big);
	line-height: var(--title-big-line-height);
}

@media (max-width: 1024px) {
	.home-grid-right h4 {
		  --title-big: 50px;
		  --title-big-line-height: 62px;
	}
}

.home-grid-right .exhibition-artist,
.home-grid-right .exhibition-curator,
.home-grid-right .exhibition-opening,
.home-grid-right .exhibition-closing,
.home-grid-right .exhibition-sep p,
.exhibition-info-wrapper h2 {
    font-size: var(--sub-title);
/*    line-height: var(--sub-title-line-height);	*/
}

.home-grid-right .featured-exhibition-info {
	display: flex;
}

.exhibition-info-wrapper {
	margin-bottom: 50px;
}
h2.exhibition-info {
	margin-bottom: 0px;
}

.home .entry-content .past-events h2,
.home .entry-content .home-current-exhibitions h2, 
.home .entry-content .home-past-exhibitions h2,
.current-exhibitions h2, 
.past-exhibitions h2 {
    font-size: var(--title-reg);	
}

.home .ect-list-description .ect-event-content,
.home .ect-event-content,
.home .ect-list-date,
.home .ect-list-title
.home .home-events .event-start-date,
.home .home-events h5, 
.home .home-events p,
.home .home-events p * {
     font-size: var(--text-reg);
	 line-height: var(--text-reg-line-height);
}

.home .home-events .event-start-date {
	font-weight: bold;
/*    width: 169px;
    overflow: hidden;*/
    height: 28px;
}

.vc_separator.wpb_content_element {
    margin-bottom: 80px;
}

.home-current-exhibitions .wpb_text_column.wpb_content_element,
.home-past-exhibitions .wpb_text_column.wpb_content_element,
.past-events .wpb_text_column.wpb_content_element {
    margin-bottom: 40px;
}

.home-current-exhibitions .vc_gitem_row .vc_gitem-col,
.home-events .vc_gitem_row .vc_gitem-col {
	padding: 0px;
}

.home-current-exhibitions h5,
.home-current-exhibitions .exhibition-artist,
.home-current-exhibitions .exhibition-curator,
.home-current-exhibitions .exhibition-opening {
	font-size: var(--text-reg);
    line-height: var(--text-reg-line-height);	
}

.home-current-exhibitions h5,
.home-past-exhibitions h5,
.home-events .event-start-date {
    margin: 24px 0px 5px 0px;	
}

.home-events h5 {
	margin: 0px 0px 5px 0px;
}

.home-past-exhibitions .vc_gitem_row .vc_gitem-col {
	padding: 0px;
}

.home-current-exhibitions .vc_custom_heading.vc_gitem-post-data {
	margin: 0px;
}

#ect-events-list-content .ect-list-description .ect-event-content a {
	display: none;
}

.home .past-events {
	margin-top: 45px !important;
	margin-bottom: 0px !important;
}

.home #ect-events-list-content,
.home .ect-list-wrapper {
	margin-bottom: 0px;
}

.home .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty),
body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding-left: 20px;
	font-size: 18px;
}

.home .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-ico,
body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 0px;
}

.vc_btn3-container.view-all {
    margin-bottom: 40px;
    margin-top: 40px;
}

.home .entry-content > .vc_clearfix {
    margin: 0px;
}

.view-all {
    font-weight: bold;
}
.view-all,
.view-all a,
.home-title,
.home-title a,
body .vc_btn3.vc_btn3-color-grey {
	color: #333333;
}

.view-all a {
    background: none !important;
}


body.home .past-events .ect-list-post {
    margin-bottom: 0px;
}

.projects-row h2 {
	margin-top: 80px;
	font-size: var(--title-reg);
}
.projects-row .wpb_text_column.wpb_content_element {
	margin-bottom: 40px;
}

.projects-row .vc_row.vc_column-gap-30 {
	margin: 0px;
}
.projects-row .vc_row.vc_column-gap-30 > .vc_column_container:first-child {
	padding: 0px 5% 0px 0px;
}
.projects-row .vc_row.vc_column-gap-30 > .vc_column_container:last-child {
	padding: 0px 0px 0px 5%;
}

@media (max-width: 767px /* Max Tablet-Mobile*/) {
	.projects-row .vc_row.vc_column-gap-30 > .vc_column_container:first-child {
		padding: 0px 0px 0px 0px;
	}
	.projects-row .vc_row.vc_column-gap-30 > .vc_column_container:last-child {
		padding: 0px 0px 0px 0px;
	}
}

@media (min-width: 768px /* Min Tablet-Mobile*/) {
	.projects-row .mobile-only {
		display: none;
	}
}


.projects-row .view-all {
    font-weight: normal;
}

.projects-row .view-all a {
    font-size: var(--sub-title);
	line-height: var(--sub-title-line-height);
    padding-left: 25px !important;
    padding-right: 0px !important;	
}

.projects-row .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 0px;
}

.projects-row .view-all i.vc_btn3-icon {
    font-size: 15px;
}

.home-title i {
    font-size: 1em !important;
}

.home-title a {
    font-weight: bold;
    background: none !important;
    font-size: 180px !important;
    margin-top: -50px;	
}

@media (max-width: 999px) {
	.home-title a {
		font-size: var(--title-reg) !important;
	}
}

.residency .home-title a,
.shop .home-title a {
    padding: 0px !important;
	display: flex;
}

@media (max-width: 999px) {	
	.residency .home-title a,
	.shop .home-title a {
	    padding-bottom: 20px !important;			
	}
}

.shop .home-title a {
    padding-left: 174px !important;
	padding-right: 0px !important;
}

@media (max-width: 1155px) {	
	.shop .home-title a {
	    padding-left: 0px !important;
	}
}

@media (max-width: 767px) {	
	.shop .home-title a {
	    margin-top: 0px;
	}
	.shop .wpb_single_image.vc_align_right {
		text-align: left;
	}	
}

.shop .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
	left: 0px;
}
@media (min-width: 1156px) {
	.home .residency .view-all,
	.home .shop .view-all,
	.home .about .view-all {
		display: none;
	}
}
.home .residency .view-all,
.home .shop .view-all,
.home .about .view-all {
	margin-top: 0px;
}

.home.footer-top-visible .footer-nav-widgets-wrapper, .home.footer-top-hidden #site-footer {
    margin-top: 0rem;
}

.home .about h2 {
	font-size: var(--title-reg);
	font-weight: 900;
}

.home .residency p,
.home .about p {
	font-size: var(--sub-title);
	line-height: var(--sub-title-line-height);
}
@media (max-width: 999px) {
	.home .residency p,
	.home .about p {
		font-size: var(--text-med);
		line-height: var(--text-med-line-height);
	}
}


.home .entry-content > .wpb-content-wrapper {
    padding-bottom: 0px;
}

@media (min-width: 1000px) {
	.home .entry-content > .alignwide:not(.wp-block-group.has-background):first-child,
	.home .entry-content > .alignfull:not(.wp-block-group.has-background):first-child {
		margin-top: 0px;
	}
}

/*@media (min-width: 700px) {
	.home .footer-top-visible .footer-nav-widgets-wrapper, .home .footer-top-hidden #site-footer {
    	margin-top: 0rem !important;
	}
}*/


.singular.page:not(.page-template-template-projects) .entry-header-inner,
.woocommerce-products-header {
	border-bottom: #333333 solid 1px;
	padding-bottom: 20px;
}

/****** 8. PAST EXHIBITIONS ******/
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).past-exhibitions,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).current-exhibitions{
    max-width: 120rem;
    padding-top: 50px;
    border-top: 1px #989898 solid;	
}

/*.past-exhibitions-hover .vc_single_image-img {
	opacity: 0.9;
}*/

.past-exhibitions .vc_gitem-post-data {
    margin-top: 15px;
}

.entry-content .past-exhibitions h5 {
    margin: 0px;
}

/****** 9. CURRENT EXHIBITIONS ******/

.current-exhibitions-grid {
    margin-bottom: 120px;
}

.current-exhibitions-grid > .vc_grid-item-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vc_grid-item-zone-c-left.current-exhibitions-grid .vc_gitem-animated-block {
	width: 45%;
    margin-left: 5%;	
}

@media (max-width: 699px) {
	.current-exhibitions-grid > .vc_grid-item-mini {
		flex-direction: column-reverse;
	}
	.current-exhibitions-grid.vc_grid-item-zone-c-left .vc_gitem-zone-c {
			width: 100%;	
	}
	.vc_grid-item-zone-c-left.current-exhibitions-grid .vc_gitem-animated-block {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
	}
}

.current-exhibition-grid-left .vc_gitem-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.current-exhibitions-grid h4 {
	margin: 0px;
}

.current-exhibitions-grid .exhibition-artist,
.current-exhibitions-grid .exhibition-curator,
.current-exhibitions-grid .exhibition-opening {
	font-weight: 500;
}

.current-exhibitions-grid .exhibition-excerpt {
    margin-top: 10px;
    margin-bottom: 0px;	
}

.exhibitions-read-more a.vc_general.vc_btn3 {
    border: none 0px;
    /* display: block; */
    padding: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 1.6rem;	
}

.exhibitions-read-more a.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 0px;
}

.exhibitions-read-more a.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 29px;
}

.vc_btn3-container.exhibitions-read-more {
    margin: 0px;
}

/****** 10. PROJECTS ******/
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).projects.first-project {
    padding-top: 50px;
    border-top: 1px #989898 solid;	
}

body.template-full-width.page-id-10168 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: unset;	
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).projects {
    max-width: 120rem;
}

.projects .vc_column_container > .vc_column-inner {
    padding: 0px;
}

.vc_row.projects {
    margin-bottom: 60px;
	margin-left: 0px;
	margin-right: 0px;
}

.projects .wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
	margin-bottom: 0px;
}

.projects h2 {
    font-weight: 900;
    font-size: 3em;
    line-height: 1.15em;	
}

.projects h2 a {
    color: inherit;
    text-decoration: inherit;
}

@media (max-width: 767px) {
	.projects > .vc_col-sm-5 {
		order: 1;
	}
	.projects > .vc_col-sm-7 {
	    order: 2;
	}
	.projects .vc_column_container > .vc_column-inner {
		padding-left: 0px !important;
	}
	.projects .wpb_text_column {
		padding-top: 20px;
	}
	.wpb_single_image .vc_figure,
	.wpb_single_image .vc_single_image-wrapper,
	.wpb_single_image img {
		width: 100%;
	}
	.projects h2 {
	    font-size: var(--title-reg);
    	line-height: var(--title-reg-line-height);		
	}
}

/****** 11. ARTISTS RESIDENCIES ******/

.residency-opening p {
	font-size: var(--sub-title);
	line-height: var(--sub-title-line-height);
}

@media (max-width: 767px) {
	.residency-opening p {
		font-size: var(--text-reg);
		line-height: var(--text-reg-line-height);
	}	
}

.past-residencies h2,
.international-residence h2 {
	font-size: var(--title-reg);
	font-weight: 900;
}

.past-residencies p:nth-child(odd) {
    margin-bottom: 10px;
}

.past-residencies p:nth-child(even) {
    margin-bottom: 40px;
}

.international-residence .maw__modal_popup_box {
    margin: 10px 0px 40px 0px;
}

.international-residence .mega-uae-btn > span {
    font-size: inherit;
    text-transform: initial;
    font-weight: normal;
    text-decoration: underline;
}

.international-residence .mega-uae-btn > span > i {
    display: none;
}

.international-residence button.mega-uae-btn:hover > span,
.international-residence button.mega-uae-btn:hover {
    text-decoration: none;
}

body .b-close {
    position: fixed;
    top: 90px;
    right: 10%;	
}

@media (max-width: 767px) {
	body .b-close {
	    right: 2%;
	}
}

.mega-model-popup span.b-close > span {
    background-image: url(https://new.mamuta.org/wpress/wp-content/themes/twentytwenty-child/assets/X.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;	
	width: 50px;
	height: 50px;
}

.mega-model-popup span.b-close > span > img {
	display: none;
}

body .mega-model-popup {
    border: 0px none;
    box-shadow: none;
	-webkit-box-shadow: none;
    height: 100vh;
    overflow: scroll;	
}

.mega-model-popup .model-popup-container > h2 {
	border-bottom: 0px none !important;
}

body .b-modal {
    opacity: 1 !important;
}

body .model-popup-container p:first-child,
body .model-popup-container p:nth-child(2),
body .model-popup-container p:nth-child(3) {
	font-size: var(--text-med);
	line-height: var(--text-med-line-height);
}

body .model-popup-container p:first-child,
body .model-popup-container p:nth-child(2) {
	margin-bottom: 0px;
}

body .model-popup-container p:nth-child(3) {
	margin-bottom: 30px;
}

.international-residence .residencies-inline .maw__modal_popup_box {
	margin-bottom: 0px;
}

/****** 12. EVENTS PAGE ******/
.past-events {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.event-page-past-events h2 {
	font-size: var(--title-reg);
}
body .ect-rate-area {
    display: none !important;
}

.past-events #ect-events-list-content > .ect-list-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

body .past-events .ect-list-post-right {
	width: 95%;
}

.past-events .ect-list-post {
    width: 33%;
    flex-direction: column;
}

body .past-events .ect-list-date .ect-date-area {
    flex-direction: row;
    justify-content: flex-start;	
}

body .past-events .ect-list-date .ect-date-area .ev-mo,
body .past-events .ect-list-date .ect-date-area .ev-day,
body .past-events .ect-list-date .ect-date-area .ev-yr,
body .past-events .ect-list-post h2.ect-list-title,
.home .entry-content .home-current-exhibitions h5, 
.home .entry-content .home-past-exhibitions h5,
.home .entry-content .home-current-exhibitions .exhibition-artist,
.home .entry-content .home-current-exhibitions .exhibition-curator,
.home .entry-content .home-current-exhibitions .exhibition-opening, 
.home .entry-content .home-past-exhibitions .exhibition-artist,
.home .entry-content .home-past-exhibitions .exhibition-curator,
.home .entry-content .home-past-exhibitions .exhibition-opening{
    font-size: var(--text-reg);
    line-height: var(--text-reg-line-height);
}

body .past-events .ect-list-date .ect-date-area .ev-mo,
body .past-events .ect-list-date .ect-date-area .ev-day,
body .past-events .ect-list-date .ect-date-area .ev-yr {
	width: initial
}

body .past-events .ect-list-date .ect-date-area .ev-yr {
	top: 0px;
}

body .past-events .ect-list-date .ect-date-area .ev-mo {
	order: 2;
}

body .past-events .ect-list-date .ect-date-area .ev-day {
	order: 1;	
}

body .past-events .ect-list-date .ect-date-area .ev-yr {
	order: 3;
}


.past-events .ect-list-post-left {
    width: 100%;
    height: auto;
    min-height: auto;
    /*margin-bottom: 8px;*/
}

body .past-events .ect-list-post {
    margin-bottom: 28px;
}

/****** 13. WOOCOMMERCE ******/
.woocommerce .content-area {
    max-width: 120rem;
    padding: 0px;
}

.woocommerce-products-header__title.page-title {
    margin: 0px;
}

.woocommerce-wrapper {
    display: flex;
    padding: 20px 0 0 0;
    margin: 0px auto;	
    column-gap: 40px;	
}
.woocommerce-product-inner {
    width: 75%;
}
#woocommerce-sidebar {
    width: 25%;
}
.wc-block-mini-cart__badge {
	color: #ffffff;
}
.shop-sidebar .wp-block-group {
    margin: 0px !important;
}
.shop-sidebar .wp-block-search__inside-wrapper {
    flex-wrap: wrap;
/*	column-gap: 10px;*/
}
.shop-sidebar .wp-block-search__button {
	margin-left: 0px;
    width: 130px;	
}
.wp-block-search .wp-block-search__input {
    flex-basis: 0;
    min-width: 150px;
}

@media (max-width: 999px) {
	/* menu fix */
	/* Target menu items during the is-toggling state */
	.is-toggling #menu-item-wpml-ls-340-en,
	.is-toggling #menu-item-wpml-ls-340-he,
	.is-animating #menu-item-wpml-ls-340-en,
	.is-animating #menu-item-wpml-ls-340-he {
		transform: none !important; /* Remove any transforms applied by JS */
		transition: none !important; /* Prevent transition during toggling */
		position: absolute;
		top: -53px;
		left: unset;
		margin: inherit;
		width: unset;	
	}
}

/****** 14. EVENTS SINGLE & ARCHIVE ******/
#tribe-events-pg-template {
    max-width: inherit;
    padding: 0px;
}

.tribe-events-single>.tribe_events>.tribe-events-event-image:not(.primary):not(.secondary):not(.tribe-events-related-events-title):not(.tribe-related-events) {
    width: 50%;
}

.single-tribe_events .pagination-single {
    display: none;
}

.single-tribe_events .entry-header {
    padding: 30px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 0px;
}
h1.tribe-events-header__title-text {
    margin: 0px;
}