/* Styles for Custom Blocks */

/********************************
## QUOTES BLOCK
## HERO BLOCK
## MENU BLOCK
## MENU WITH TABS BLOCK
## CONTENT BOXES BLOCK
## TEAM BLOCK
## GALLERY BLOCK
## SUBTITLE BLOCK
## LOGO BLOCK
## DIVIDER BLOCK
## SOCIAL BLOCK
## BLOG BLOCK
********************************/



.block-editor-block-list__block[data-align="full"] {
    margin-left: -34px;
    margin-right: -34px;
}


/** *****************************************************************************************
** ## QUOTES BLOCK ****************************************************************************
*********************************************************************************************/

[hidden], hidden,
input.carousel-open {
	display: none !important;
	}

.quotetext {
	display: block;
	clear: both;
	position: relative;
	padding: 0;
	margin: 24px 0 24px;
	font-family: "Playfair Display";
	font-weight: 500;
	line-height: 1.2em;
	}

.quoteinfo {
	display: block;
	margin-top: 24px;
	color: #8fa2a0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 2.4px;
	}

.carousel {
	position: relative;
	}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: #f9f9fa;
	}

.carousel-open:checked + .carousel-item {
	position: static;
	opacity: 100;
	}

.carousel-item {
	position: absolute;
	opacity: 0;
    	left: 0;
    	padding: 120px 144px 144px;
	transition: all 1s ease;
	}

.carousel-control {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 50%;
	height: 100%;
	width: 25%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 20;
	}

.carousel-control.prev {
	left: 0;
	cursor: w-resize;
	}

.carousel-control.next {
	right: 0;
	cursor: e-resize;
	}

.carousel-control:hover {
	border-color: rgba(0, 0, 0, 0.8);
	}

.carousel-arrow {
	display: inline-block;
	position: absolute;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	background: transparent;
	text-indent: -9999px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #bfbfbf;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	}

.arrow-prev {
	transform: rotate(-45deg);
	left: 56px;
	}

.arrow-next {
	transform: rotate(135deg);
	right: 56px;
	}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6,
#carousel-7:checked ~ .control-7,
#carousel-8:checked ~ .control-8,
#carousel-9:checked ~ .control-9,
#carousel-10:checked ~ .control-10,
#carousel-11:checked ~ .control-11,
#carousel-12:checked ~ .control-12,
#carousel-13:checked ~ .control-13,
#carousel-14:checked ~ .control-14,
#carousel-15:checked ~ .control-15,
#carousel-16:checked ~ .control-16,
#carousel-17:checked ~ .control-17,
#carousel-18:checked ~ .control-18,
#carousel-19:checked ~ .control-19,
#carousel-20:checked ~ .control-20 {
	display: block;
	}

.carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	}

.carousel-indicators li {
	display: inline-block;
	margin: 0 5px;
	}

.carousel-bullet {
	color: #8fa2a0;
	cursor: pointer;
	display: block;
	font-size: 35px !important;
	}

.carousel-bullet:hover {
	color: #000;
	}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet ,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet ,
#carousel-6:checked ~ .control-6 ~ .carousel-indicators li:nth-child(6) .carousel-bullet ,
#carousel-7:checked ~ .control-7 ~ .carousel-indicators li:nth-child(7) .carousel-bullet ,
#carousel-8:checked ~ .control-8 ~ .carousel-indicators li:nth-child(8) .carousel-bullet ,
#carousel-9:checked ~ .control-9 ~ .carousel-indicators li:nth-child(9) .carousel-bullet ,
#carousel-10:checked ~ .control-10 ~ .carousel-indicators li:nth-child(10) .carousel-bullet,
#carousel-11:checked ~ .control-11 ~ .carousel-indicators li:nth-child(11) .carousel-bullet,
#carousel-12:checked ~ .control-12 ~ .carousel-indicators li:nth-child(12) .carousel-bullet,
#carousel-13:checked ~ .control-13 ~ .carousel-indicators li:nth-child(13) .carousel-bullet,
#carousel-14:checked ~ .control-14 ~ .carousel-indicators li:nth-child(14) .carousel-bullet,
#carousel-15:checked ~ .control-15 ~ .carousel-indicators li:nth-child(15) .carousel-bullet,
#carousel-16:checked ~ .control-16 ~ .carousel-indicators li:nth-child(16) .carousel-bullet,
#carousel-17:checked ~ .control-17 ~ .carousel-indicators li:nth-child(17) .carousel-bullet,
#carousel-18:checked ~ .control-18 ~ .carousel-indicators li:nth-child(18) .carousel-bullet,
#carousel-19:checked ~ .control-19 ~ .carousel-indicators li:nth-child(19) .carousel-bullet,
#carousel-20:checked ~ .control-20 ~ .carousel-indicators li:nth-child(20) .carousel-bullet  {
	color: #000;
	}


/** *****************************************************************************************
** ## HERO BLOCK ****************************************************************************
*********************************************************************************************/

.block-editor-block-list__block[data-type="meta-box/hero-image"] {
	min-height: 100px;
	max-width: inherit;
	}

.section-hero {
	position: relative;
	overflow: hidden;
	}

/* image */
.section-hero img,
.hero-image { 
	position: relative; 
	object-fit: cover;
	display: block;
	height: 100%;
	width: 100%;
	min-height: 200px;
	height: auto;
	}

/* video */
.hero-bgvideo-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	}
	
.hero-bgvideo {
	position: relative;
	min-width: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	}

.wp-block .hero-bgvideo {
	position: relative;
	}


/* full view height*/
.full-viewheight .hero-image, 
.full-viewheight .hero-bgvideo {
	width: auto;
	}

/* content  */
.hero-content-wrap.image-uploaded,
.hero-bgvideo-wrap .hero-content-wrap { 
	position: absolute; 
	box-sizing: border-box;
	display: flex;
    	align-items: center;
	top: 0; 
	left: 0; 
	min-height: 100%;
    	width: 50%;
	}

.hero-content-wrap.full-width-overlay { 
    	width: 100%;
	}

.hero-content-wrap.third-width-overlay { 
    	width: 36%;
	}

.hero-content-wrap.hero-content-right { 
	left: auto;
	right: 0; 
	}

.hero-content-wrap.hero-content-center { 
	width: 100%; 
	}

.hero-content { 
	word-break: break-word;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	padding: 60px 120px;
	display: flex;
    	justify-content: center;
    	flex-direction: column;
    	align-items: flex-start;
	}

.has-overlay .hero-content {
	text-shadow: 0px 0px 16px rgb(0 0 0 / 25%);
	}


.hero-content-wrap.third-width-overlay .hero-content  { 
    	padding: 60px 120px 60px 60px;
	}

.has-transparent-header section.section-hero:first-of-type .hero-content { 
	padding-top: 120px;
	padding-bottom: 120px;
	}

.hero-content-wrap.full-width-overlay .hero-content { 
    	max-width: 50%;
	}

.hero-content-wrap.hero-content-center.full-width-overlay .hero-content { 
    	max-width: 60%;
	}

.hero-content-center .hero-content {
	max-width: 960px;
	margin: 0 auto;
    	align-items: center;
	}

.hero-content-right .hero-content {
    	align-items: flex-end;
	}

.hero-content-center  {
	text-align: center;
	}

.hero-content-right,
.hero-content-right .page-title {
	text-align: right;
	}

.hero-content-left .page-title {
    	text-align: left;
	}

.hero-content-wrap.full-width-overlay.hero-content-right { 
    	justify-content: flex-end;
	}
    
.hero-vertical,
.hero-subtitle.subtitle-above,
.hero-title,
h1.hero-title,
h2.hero-title,
.editor-styles-wrapper h1.hero-title,
.editor-styles-wrapper h2.hero-title,
.hero-title.page-title,
.editor-styles-wrapper .hero-title,
.hero-text,
.hero-button {
	margin-top: 12px;
	margin-bottom: 12px;
	}

.hero-subtitle.subtitle-above {
	margin-bottom: 2px;
	}

.hero-button,
.editor-styles-wrapper .hero-button {
	margin-top: 16px;
	}

.editor-styles-wrapper .hero-button {
	pointer-events: none;
	margin-top: 16px;
	}

.hero-subtitle {
	margin-bottom: 0;
	}

.hero-text {
	margin-top: 24px;
	margin-bottom: 24px;
	}

.hero-content-item.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

.hero-button-wrap {
	margin-right: 24px;
	margin-left: 0;
	}

.hero-content-center .hero-button-wrap {
	margin-right: 12px;
	margin-left: 12px;
	}

.hero-content-right .hero-button-wrap {
	margin-right: 0;
	margin-left: 24px;
	}

.hero-button {
	line-height: 1.7em;
	}

/* remove first hero item top margin */
.hero-content > .hero-content-item {
	margin-top: 0;
	}

.hero-content > .hero-content-item ~ .hero-content-item {
	margin-top: 12px;
	}

.hero-content > .hero-content-item ~ .hero-content-item.hero-divider {
	margin-top: 14px;
	}

.hero-content > .hero-content-item ~ .hero-content-item.hero-text {
	margin-top: 24px;
	}

.hero-content > .hero-content-item ~ .hero-content-item.hero-button-wrap {
	margin-top: 0;
	}

/* remove last hero item bottom margin */
.hero-content-item:last-child {
	margin-bottom: 0;
	}

/*  white + theme color + dark */
.content-white .hero-vertical,
.content-white .hero-subtitle.subtitle-above,
.content-white .hero-title,
.content-white .hero-content,
.content-white .button,
.editor-styles-wrapper .content-white .hero-vertical,
.editor-styles-wrapper .content-white .hero-subtitle.subtitle-above,
.editor-styles-wrapper .content-white .hero-title,
.editor-styles-wrapper .content-white h2.hero-title,
.editor-styles-wrapper .content-white .hero-content,
.editor-styles-wrapper .content-white .button {
	color: #fff;
	}

.content-white .hero-title,
.editor-styles-wrapper .content-white .hero-title {
	color: #fff !important;
	}

.content-white .hero-divider,
.editor-styles-wrapper .content-white .hero-divider {
	background-color: #fff;
	border-color: #fff;
	}

.content-white .button-outline, 
.content-white a.button.button-outline,
.editor-styles-wrapper .content-white .button-outline, 
.editor-styles-wrapper .content-white a.button.button-outline  {
	color: #fff;
	border-color: #fff;
	}

.content-white .button-outline:hover, 
.content-white a.button.button-outline:hover,
.editor-styles-wrapper .content-white .button-outline:hover, 
.editor-styles-wrapper .content-white a.button.button-outline:hover {
	background-color: #fff;
	color: #101020;
	}

.content-white .button:not(.button-outline), 
.content-white a.button:not(.button-outline),
.editor-styles-wrapper .content-white .button:not(.button-outline), 
.editor-styles-wrapper .content-white a.button:not(.button-outline) {
    background-color: #fff;
    border-color: #fff;
    color: #666;
}


.content-white .button:not(.button-outline):hover, 
.content-white a.button:not(.button-outline):hover,
.editor-styles-wrapper .content-white .button:not(.button-outline):hover, 
.editor-styles-wrapper .content-white a.button:not(.button-outline):hover {
	background-color: #202030;
	border-color: #202030;
	}

.content-white-pluscolor .button:not(.button-outline):hover, 
.content-white-pluscolor a.button:not(.button-outline):hover,
.editor-styles-wrapper .content-white-pluscolor .button:not(.button-outline):hover, 
.editor-styles-wrapper .content-white-pluscolor a.button:not(.button-outline):hover {
	color: #fff;
	}

.content-white-pluscolor .hero-vertical,
.content-white-pluscolor .hero-title,
.content-white-pluscolor .hero-content,
.editor-styles-wrapper .content-white-pluscolor .hero-vertical,
.editor-styles-wrapper .content-white-pluscolor .hero-title,
.editor-styles-wrapper .content-white-pluscolor h2.hero-title,
.editor-styles-wrapper .content-white-pluscolor .hero-content,
.editor-styles-wrapper .content-white-pluscolor .button-outline, 
.editor-styles-wrapper .content-white-pluscolor a.button.button-outline {
	color: #fff;
	}

.content-white-pluscolor .hero-title,
.editor-styles-wrapper .content-white-pluscolor .hero-title {
	color: #fff !important;
	}

.content-black .hero-vertical,
.content-black .hero-subtitle.subtitle-above,
.content-black .hero-title,
.content-black .hero-content,
.content-black .button,
.editor-styles-wrapper .content-black .hero-vertical,
.editor-styles-wrapper .content-black .hero-subtitle.subtitle-above,
.editor-styles-wrapper .content-black .hero-title,
.editor-styles-wrapper .content-black h2.hero-title,
.editor-styles-wrapper .content-black .hero-content,
.editor-styles-wrapper .content-black .button {
	color: #101010;
	}

.editor-styles-wrapper .content-black h2.hero-title {
	color: #101010 !important;
	}

.content-black .hero-divider,
.editor-styles-wrapper .content-black .hero-divider {
	background-color: #101010;
	border-color: #101010;
	}

.content-black .button-outline, 
.content-black a.button.button-outline,
.editor-styles-wrapper .content-black .button-outline, 
.editor-styles-wrapper .content-black a.button.button-outline  {
	color: #101010;
	border-color: #101010;
	}

.content-black .button-outline:hover, 
.content-black a.button.button-outline:hover,
.editor-styles-wrapper .content-black .button-outline:hover, 
.editor-styles-wrapper .content-black a.button.button-outline:hover {
	background-color: #101010;
	color: #fff;
	}

.content-black .button:not(.button-outline), 
.content-black a.button:not(.button-outline),
.editor-styles-wrapper .content-black .button:not(.button-outline), 
.editor-styles-wrapper .content-black a.button:not(.button-outline) {
	background-color: #101010;
	border-color: #101010;
	color: #eee;
	}

.content-black .button.button-outline:hover, 
.content-black a.button-outline:hover,
.editor-styles-wrapper .content-black .button.button-outline:hover, 
.editor-styles-wrapper .content-black a.button.button-outline:hover {
	background-color: #101010;
	border-color: #101010;
	color: #fff !important;
	}

.content-black .button:not(.button-outline):hover, 
.content-black a.button:not(.button-outline):hover,
.editor-styles-wrapper .content-black .button:not(.button-outline):hover, 
.editor-styles-wrapper .content-black a.button:not(.button-outline):hover {
	background-color: #404040;
	border-color: #404040;
	color: #fff !important;
	}

.hero-divider {
	height: 2px;
	width: 40px;
	margin-top: 14px;
	margin-bottom: 16px;
	}

.hero-vertical {
	position: absolute;
	text-align: center;
	top: -16px;
	bottom: 0;
	left: 40px;	
	height: 25px;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
	-webkit-transform-origin: 8px 50%;
	-moz-transform-origin: 8px 50%;
	-ms-transform-origin: 8px 50%;
	-o-transform-origin: 8px 50%;
	transform-origin: 8px 50%;
	-webkit-transform: rotate(-90deg) translate(-50%, 50%);
	-moz-transform: rotate(-90deg) translate(-50%, 50%);
	-ms-transform: rotate(-90deg) translate(-50%, 50%);
	-o-transform: rotate(-90deg) translate(-50%, 50%);
	transform: rotate(-90deg) translate(-50%, 50%);
	}

.hero-content-right .hero-vertical {
	left: auto;
	right: 60px;
	transform: rotate(-90deg) translate(50%, 50%);
	transform-origin: 100% 100%;
	}

.hero-vertical::before {
	left: -48px;
	}

.hero-vertical::after {
	right: -48px;
	}


/** *****************************************************************************************
** ## MENU BLOCK *****************************************************************************
*********************************************************************************************/

/* menu layout */
.menu-wrap {
	padding: 24px;
	}

.menu-categories .two-columns,
.menu-categories .one-column {
	margin: 0 auto !important;
	}

.menu-section .section-intro {
	margin-bottom: 39px;
	}

.menu-inner {
	margin: 24px 48px 48px;
	overflow: hidden;
	}

.menu-categories .featured1,
.menu-categories .featured2   {
	box-sizing: border-box;
	margin: 24px;
	overflow: hidden;
	}

.menu-categories .featured1 {
	border: 6px solid;
	background: none;
	} 

.menu-categories .featured1 .menu-inner {
	margin: 0 24px 24px;
	}   

.menu-categories .featured1 .menu-cat {
	margin-top: 18px;
	} 

.menu-desc {	        
	color: #bbb;        
        }

.menu-categories .featured2 {
	border: 6px solid;
	} 

.menu-categories .featured1 {
	border-color: #eee;
	} 

.has-custom-bg-color .menu-categories .featured1 {
	border-color: rgba(10,15,10,0.1);
	} 

.menucatimagealign-left .menu-cat-image.stamp {
	position: absolute;
	left: 0;
	}

.menucatimagealign-right .menu-cat-image.stamp {
	position: absolute;
	right: 0;
	}

.menu-categories .featured2 .menu-inner  {
	margin: 0 18px 18px;
	}

.menu-categories .featured2 h2.menu-cat,
.menu-categories .featured3 h2.menu-cat  {
	margin-top: 12px;
	}

.menu-category-image {
	margin-top: 14px;
	}

.menu-cat-content {
	display: block;
	margin-top: 36px;
	}

.menu-cat-content p,
.menu-cat-content h6 {
	margin: 0;
	}

.menu-items { 
	margin: 0; 
	}

.menu-categories .menu-item{
        margin-top: 12px; 
        width: 100%;    
        }

.menu-categories .menu-item.none{
	margin-top: 0;   
	}

.menu-categories .menu-item.six{
	margin-top: 6px;   
	}

.menu-categories .menu-item.twelve{
	margin-top: 12px;   
	}

.menu-categories .menu-item.twentyfour{
	margin-top: 24px;   
	}

.menu-categories .menu-item.eighteen{
	margin-top: 18px;   
	}

.masonry-nested.two-items.menu-items,
.masonry-nested.three-items.menu-items,
.grid.three-items .menu-items,
.grid.two-items .menu-items  {
	margin-right: -60px;
	}

.text-centered .masonry-nested.two-items.menu-items, 
.text-centered .masonry-nested.three-items.menu-items, 
.text-centered .grid.three-items .menu-items, 
.text-centered .grid.two-items .menu-items {
	margin-right: 0;
	}

.masonry-nested.two-items .menu-text,
.masonry-nested.three-items .menu-text,
.grid.three-items .menu-text,
.grid.two-items .menu-text   {
	padding-right: 60px;
	}

.menu-cat,
.editor-styles-wrapper h2.menu-cat {
        margin: 0 0 12px 0;
        border-bottom: 3px solid;
        }

.masonry-box.none .menu-cat,
.editor-styles-wrapper .masonry-box.none h2.menu-cat {
	margin-bottom: 24px;
	}

.masonry-box.six .menu-cat,
.editor-styles-wrapper .masonry-box.six h2.menu-cat {
	margin-bottom: 18px;
	}

.masonry-box.twelve .menu-cat,
.editor-styles-wrapper .masonry-box.twelve h2.menu-cat {
	margin-bottom: 12px;
	}

.masonry-box.twelve .menu-cat,
.editor-styles-wrapper .masonry-box.twelve h2.menu-cat {
	margin-bottom: 12px;
	}

.masonry-box.eighteen .menu-cat,
.editor-styles-wrapper .masonry-box.eighteen h2.menu-cat {
	margin-bottom: 6px;
	}

.masonry-box.twentyfour .menu-cat,
.editor-styles-wrapper .masonry-box.twentyfour h2.menu-cat {
	margin-bottom: 0;
	}

.menu-cat.textalign-left,
.menu-desc.textalign-left  {
        text-align: left;
        }

.menu-cat.textalign-center,
.menu-desc.textalign-center {
        text-align: center;
        }

.menu-cat.textalign-right,
.menu-desc.textalign-right {
        text-align: right;
        }

.masonry-box.text-centered .menu-item {
	text-align: center;
	} 

.masonry-box.text-centered .menu-text-wrap {
	flex-direction: column;
	align-items: center;
	}

.masonry-box.text-centered .menu-title {
	padding-right: 0;
	}

.masonry-box.text-centered .menu-price {
	width: auto;
	padding-left: 0;
	}

.menu-cat.hide,
.menu-desc.hide,
.divider-block.hide {
        display: none;
        }

.menu-cat.short-border,
.menu-cat.short-vertical-border,
.editor-styles-wrapper .menu-cat.short-border,
.editor-styles-wrapper .menu-cat.short-vertical-border {
        border-bottom: none !important;
        }

.menu-cat.solid-bottom-border {
        border-bottom: 2px solid;
        }

.menu-cat.solid-bottom-top-border {
        border-bottom: 2px solid;
        border-top: 2px solid;
        }

.menu-cat.dotted-bottom-border,
.editor-styles-wrapper h2.menu-cat.dotted-bottom-border {
        border-bottom: 2px dotted;
        padding-bottom: 9px;
        }

.menu-cat.dotted-bottom-top-border,
.editor-styles-wrapper h2.menu-cat.dotted-bottom-top-border {
        border-bottom: 2px dotted;
        border-top: 2px dotted;
        }

.menu-cat.no-bottom-border,
.editor-styles-wrapper h2.menu-cat.no-bottom-border {
        border-bottom: none;
        }

.menu-categories .featured1 .menu-cat.solid-bottom-top-border,
.menu-categories .featured2 .menu-cat.solid-bottom-top-border,
.menu-categories .featured3 .menu-cat.solid-bottom-top-border,
.menu-categories .featured1 .menu-cat.dotted-bottom-top-border,
.menu-categories .featured2 .menu-cat.dotted-bottom-top-border,
.menu-categories .featured3 .menu-cat.dotted-bottom-top-border  {
	margin-top: 24px;
	} 

.menu-desc {
	position: relative;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 16px;   
        }

.masonry-box.menu-box.image-only {
	padding: 24px;
	}

.menu-thumb  {
	display: inline;
	float: left;
	width: 160px;
	margin-right: 24px;
	}  

.masonry-box.text-centered .menu-thumb {
	display: block;
	float: none;
	width: calc(100% - 48px);
	margin: 0 auto;
	padding: 24px 0 24px 0;
	}

.masonry-box.text-centered .menu-text {
	padding: 0 24px;
	}

.large-images .menu-thumb,
.large-square-images .menu-thumb {
	display: block;
	float: none;
	height: auto;
	width: calc(100% - 60px);
	margin-bottom: 12px;
	}

.large-images.inner-box,
.large-square-images.inner-box{
	margin-bottom: 24px;
	}

.menu-item .inner-box {
	overflow: hidden;
	}

.menu-text {
	overflow: hidden;
	}

.menu-text-wrap {
	display: flex;
	}
        
.menu-title {
	display: inline;
	clear: left;
	margin: 0;
	box-decoration-break: clone;
	padding-right: 36px;
	}

.menu-additional-info {
	display: inline-block;
	font-size: 0.7em;
	font-weight: 200;
	}

.menu-additional-info i {
	font-size: 1.5em;
	}

.menu-text-left {
	width: calc(100%);
	line-height: 1.2em;
	}

.menu-text-right {
	align-self: flex-end;
	flex-shrink: 0;
	display: flex;
	}

.menu-price,
.menu-price-title {
	width: 64px;
	flex-shrink: 0;
	text-align: right;
	word-break: break-all;
	padding-left: 6px;
	text-align: right;
	}

.price-wrap {
        padding-top: 20px;
        }

.menu-price-title {
	padding-top: 6px;
    	line-height: 1.2em;
    	word-break: break-word;
	}

.single-menu .pagetitle {
	margin-top: 24px;
	} 

.single-menu-entry{
	max-width: 669px;
	margin: 48px auto 0 auto;
        background-color: #fff;
        padding: 24px 48px 48px;
        overflow: hidden;
	} 

.single-menu .menu-description {
	text-align:center;
	margin-top: 32px;
	padding: 0;
	} 

.single-menu .price-wrap {
	text-align:center;
	margin-top: 4px;
	} 

.single-menu-thumb {
	text-align:center;
	margin-top: 63px;
	} 

.has-cat-image .menu-item:nth-child(3) {
	padding-top: 24px;
	}

.three-items.has-cat-image .menu-item:nth-child(4) {
	padding-top: 24px;
	}


/* masonry FLOATING BOXES ******/

.grid-sizer,
.grid-sizer.masonry-box { 
	width: 8.33%;
	width: calc(100% / 12);
	float: left;
	}

.grid-sizer.masonry-box,
.menu-masonry .grid-sizer.masonry-box {
	margin: 0;
	min-height: 0;
	height: 0;
	}

.masonry {
	max-width: 100%;
	}

.masonry-box { 
        position: relative;
        min-height: 20px;
	width: 50%;
	width: calc(100% / 2);
        }

.masonry-box.one-half { 
	width: 50%;
	width: calc(100% / 2);
	}

.masonry-box.one-fourth { 
	width: 25%;
	width: calc(100% / 4);
	}

.masonry-box.one-third { 
	width: 33.33%;
	width: calc(100% / 3);
	}
	
.masonry-box.two-third { 
	width: 66.66%; 
	width: calc(100% / 3 * 2);	
	}
	
.masonry-box.three-third,
.masonry-box.full { 
	width: 100%; 
	}

/* masonry nested */
.masonry-box-nested { 
        position: relative;
        float: left; 
        overflow: hidden;
        }

.masonry-nested.one-item .grid-sizer-nested, 
.masonry-nested.one-item .masonry-box-nested { 
	width: 100%; 
	}

.masonry-nested.two-items .grid-sizer-nested, 	
.masonry-nested.two-items .masonry-box-nested { 
	width: 50%; 
	width: calc(100% / 2);	
	}

.masonry-nested.three-items .grid-sizer-nested, 	
.masonry-nested.three-items .masonry-box-nested{ 
	width: 33.33%;
	width: calc(100% / 3);		
	}

.masonry-nested.four-items .grid-sizer-nested, 	
.masonry-nested.four-items .masonry-box-nested{ 
	width: 25%;
	width: calc(100% / 4);		
	}

/* grid layout */
.menu-items.grid {
	display: flex;
	flex-wrap: wrap;
	}

.menu-items.grid.four-items .menu-item {
	flex: 1 0 25%;
	max-width: 25%;
	}

.menu-items.grid.three-items .menu-item {
	flex: 1 0 33%;
	max-width: 33%;
	}

.menu-items.grid.two-items .menu-item {
	flex: 1 0 50%;
	max-width: 50%;
	}

.menu-items.grid.one-item .menu-item {
	flex: 1 0 100%;
	max-width: 100%;
	}

/** *****************************************************************************************
** ## MENU WITH TABS BLOCK *********************************************************************
*********************************************************************************************/


/* menu with tabs */	
.menu-wrap.menu-wrap-menu-tabs {
	padding: 0 0 24px;
	}

.menu-categories-wrap {
 	overflow: hidden;
 	margin-top: 36px;
 	padding: 24px 30px;
	}

 .menu-categories {
 	overflow: hidden;
	}

.menu-tabs {
	margin-bottom: 48px;
	margin-top: 30px;
	}

.menu-tabs ul {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	}

.redsun-tabs li {
	display: inline;
	list-style: none;
	white-space: nowrap;
	}

.menu-tabs .menu-tab-button {
	margin: 9px 24px 0; 	
	padding: 8px 12px;	
	cursor: pointer;
	background: transparent;
	border: none;
	font-size: 12px;	  
	font-weight: 500;	
	letter-spacing: 2px;
	text-transform: uppercase;   	
	}

.menu-tabs .menu-tab.active .menu-tab-button {
	
	border-bottom: 2px solid;
	}

.menu-tabs .tabpanel {
	padding: 24px;
	}

.tabpanel.active {
	display: block;
	}

.tabpanel.sibling {
	display: none;
	}


/** *****************************************************************************************
** ## CONTENT BOXES BLOCK ********************************************************************
*********************************************************************************************/

.editor-styles-wrapper .contentboxes-wrap a:-webkit-any-link,
.editor-styles-wrapper .contentboxes-wrap a,
.block-editor .contentboxes-wrap a {
	text-decoration: none;
	pointer-events: none;
	}

/* background */
.contentboxbgimage,
.contentboxbgcolor,
.contentboxes-image-wrap-inner {  
	width: 100%;
	height: 100%;
        max-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 	 
	top: 0;
        background-position: center center;
        overflow: hidden;
  	transition: all 0.6s ease;
	}

.contentboxbgimage,
.contentboxbgcolor {  	 
	position: absolute !important;
	}

.contentboxbgvideo {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: initial;
    	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	//z-index: -9;
	}

.half-height .contentboxbgvideo {
	min-height: 115%;
	}

.contentboxes-image-wrap-inner .contentboxes-zoom-wrap {
	overflow: hidden;
	transition: all 0.6s ease-in-out;
	width: 100%;
	height: 100%;
	}

.contentboxes-image-wrap-inner .contentboxes-zoom-wrap.has-box-url:hover {
	transform: scale(1.05);
	cursor: pointer;
	}

.editor-styles-wrapper .contentboxes-wrap {
	margin-top: initial;
	}

.contentboxes-wrap.twentyfour {
	margin-left: -24px;
	margin-top: -24px;
	}

.contentboxes-wrap.twentyfour .contentboxes-image-wrap-inner {
	margin: 24px;
	width: calc(100% - 24px);
    	height: calc(100% - 24px);
	}

.contentboxes-wrap.twelve {
	margin-left: -12px;
	margin-top: -12px;
	width: calc(100% + 12px);
    	height: calc(100% - 12px);
	}

.contentboxes-wrap.twelve .contentboxes-image-wrap-inner {
	margin: 12px;
	}

.contentboxes-wrap.six {
	margin-left: -6px;
	margin-top: -6px;
	width: calc(100% - 6px);
    	height: calc(100% - 6px);
	}

.contentboxes-wrap.six .contentboxes-image-wrap-inner {
	margin: 6px;
	}

.contentboxes-image-wrap { 
	overflow: hidden;
	position: relative;
        }

.block-editor-editor-skeleton__content .links_to_image {
	pointer-events: none;
	}

.editor-styles-wrapper a.links_to_image {
	text-decoration: none;
	pointer-events: none;
	}

.contentboxes-image:hover {
	transform: scale(1.05); 
	}

.grid-sizer-contentboxes {
	width: 8.33%;
	width: calc(100% / 12);
	float: left;
	}

/* width */
.contentboxes-image-wrap,
.contentboxes-image-wrap.half-width { 
	width: 50% !important;
	width: calc(100% / 2) !important;
	}

.contentboxes-image-wrap.quarter-width { 
	width: 25% !important;
	width: calc(100% / 4) !important;
	}

.contentboxes-image-wrap.one-third-width { 
	width: 33.33% !important;
	width: calc(100% / 3) !important;
	}

.contentboxes-image-wrap.two-third-width { 
	width: 66.66% !important;
	width: calc(100% / 3 * 2) !important;
	}

.contentboxes-image-wrap.full-width { 
	width: 100% !important;
	}


/* height for contentboxes with no content */
.contentboxes-image-wrap.no-content .contentboxes-image-wrap-inner,
.contentboxes-image-wrap.no-content .contentboxes-content-wrap  {
	position: absolute !important;
	}

.contentboxes-image-wrap.no-content {
	overflow: hidden;
	}

.contentboxes-image-wrap.no-content:before{
	content: "";
	display: block;
	}

.contentboxes-image-wrap.no-content:before,
.contentboxes-image-wrap.no-content.square:before {
	padding-top: 100%;
	}

.contentboxes-image-wrap.no-content.half-height:before{
	padding-top: 50%;
	}

.contentboxes-image-wrap.no-content.three-quarter-height:before{
	padding-top: 75%;
	}

.contentboxes-image-wrap.no-content.one-and-a-half-height:before{
	padding-top: 150%;
	}

.contentboxes-image-wrap.no-content.double-height:before{
	padding-top: 200%;
	}	


/* height for contentboxes with content */
.contentboxes-image-wrap.has-content.use-defined-height .contentboxes-image-wrap-inner,
.contentboxes-image-wrap.has-content.use-defined-height .contentboxes-content-wrap  {
	position: absolute !important;
	}

.contentboxes-image-wrap.has-content.use-defined-height {
	overflow: hidden;
	}

.contentboxes-image-wrap.has-content.use-defined-height:before{
	content: "";
	display: block;
	}

.contentboxes-image-wrap.has-content.use-defined-height:before,
.contentboxes-image-wrap.has-content.use-defined-height.square:before {
	padding-top: 100%;
	}

.contentboxes-image-wrap.has-content.use-defined-height.half-height:before{
	padding-top: 50%;
	}

.contentboxes-image-wrap.has-content.use-defined-height.three-quarter-height:before{
	padding-top: 75%;
	}

.contentboxes-image-wrap.has-content.use-defined-height.one-and-a-half-height:before{
	padding-top: 150%;
	}

.contentboxes-image-wrap.has-content.use-defined-height.double-height:before{
	padding-top: 200%;
	}	


/* dark overlay  */
.contentbox-overlay {
	height: 100%;
	width: 100%;
	position: relative;
	}

.bg-video .contentbox-overlay {
	z-index: 9;
	}

.contentbox-overlay.dark { 
    	background-color: rgba(32, 32, 33, 0.15);
    	background-color: rgba(42,42,43,0.18);
        }


/* gradient overlay */
.has-gradient.gradient-contentboxes-content-top {
	background-image: linear-gradient(to bottom, rgba(16,18,19,0.7) 0%,rgba(16,18,19,0) 60%);
	}

.content-dark .has-gradient.gradient-contentboxes-content-top {
	background-image: linear-gradient(to bottom,#090b09 0%,rgba(16,18,19,0) 60%);
	}

.has-gradient.gradient-contentboxes-content-bottom {
	background-image: linear-gradient(to top, rgba(16,18,19,0.8) 0%,rgba(16,18,19,0) 60%);
	}

.content-dark .has-gradient.gradient-contentboxes-content-bottom {
	background-image: linear-gradient(to top,#090b09 0%,rgba(16,18,19,0) 60%);
	}

.has-gradient.gradient-contentboxes-content-middle {
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(36,36,36,0.3) 60%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 100%);
	}

.content-dark .has-gradient.gradient-contentboxes-content-middle {
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(16,18,19,0.6) 45%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(16,18,19,0.6) 40%, rgba(16,18,19,0.6) 60%, rgba(0,0,0,0) 100%);
	}

.has-gradient {
	text-shadow: 0px 0px 16px rgba(0,0,0,0.25);
	}


/* content  */
.contentboxes-content-wrap { 
	box-sizing: border-box;
	display: flex;
    	align-items: center;
	top: 0; 
	left: 0; 
	min-height: 100%;
	width: 100%;
	}

.contentboxes-content-wrap.full-width-overlay { 
    	width: 100%;
	}

.contentboxes-content-wrap.contentboxes-content-right { 
	left: auto;
	right: 0; 
	}

.contentboxes-content-wrap.contentboxes-content-center { 
	width: 100%; 
	}

.contentboxes-content-wrap.contentboxes-content-top { 
	align-items: flex-start;
	}

.contentboxes-content-wrap.contentboxes-content-bottom { 
	align-items: flex-end;
	}

.contentboxes-content { 
	word-break: break-word;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	padding: 60px 120px;
	display: flex;
    	justify-content: center;
    	flex-direction: column;
    	align-items: flex-start;
	}

.contentboxes-wrap.twentyfour .contentboxes-content {
	width: 100%;
	}

.contentboxes-wrap.twelve .contentboxes-content {
	width: 100%;
	}

.contentboxes-wrap.six .contentboxes-content {
	width: 100%;
	}
	
.one-third-width .contentboxes-content,
.quarter-width .contentboxes-content { 
	padding: 60px 120px;
	}

.half-width.no-vertical-text .contentboxes-content,
.one-third-width.no-vertical-text .contentboxes-content,
.two-third-width.no-vertical-text .contentboxes-content,
.quarter-width.no-vertical-text .contentboxes-content   { 
	padding: 60px;
	}

.quarter-width.no-vertical-text .contentboxes-content   { 
	padding: 48px;
	}

.contentboxes-content-wrap.full-width-overlay .contentboxes-content { 
    	max-width: 50%;
	}

.contentboxes-content-center .contentboxes-content {
    	align-items: center;
	}

.contentboxes-content-right .contentboxes-content {
    	align-items: flex-end;
	}

.contentboxes-content-center  {
	text-align: center;
	}

.contentboxes-content-right {
	text-align: right;
	}

.contentboxes-content-wrap.full-width-overlay.contentboxes-content-right { 
    	justify-content: flex-end;
	}
    
.contentboxes-vertical,
.contentboxes-subtitle.subtitle-above,
.editor-styles-wrapper .contentboxes-title,
.contentboxes-text,
.contentboxes-button-wrap {
	margin-top: 12px;
	margin-bottom: 12px;
	}
.contentboxes-title{
	margin-top: 12px;
	margin-bottom: 0;
	}

.contentboxes-title i {
	display: block;
	margin-bottom: 36px;
	}

.contentboxes-title i {
	margin-bottom: 12px;
	}

.contentboxes-title.contentboxes-title-bodyfont i {
	margin-bottom: 14px;
    	font-size: 2.5em;
	}

.contentboxes-title.contentboxes-title-bodyfont {
	font-weight: bold;
	margin-bottom: 0;
	}

.contentboxes-subtitle.subtitle-above {
	margin-bottom: 6px;
	}

.contentboxes-subtitle i {
	padding-bottom: 16px;
	}

.contentboxes-button,
.editor-styles-wrapper .contentboxes-button {
	margin-top: 16px;
	}

.editor-styles-wrapper .contentboxes-button {
	pointer-events: none;
	margin-top: 16px;
	border-radius: 0;
	}

.contentboxes-subtitle {
	margin-bottom: 0;
	}

.contentboxes-text {
	margin-top: 24px;
	margin-bottom: 0;
	}

.contentboxes-button-wrap {
	margin-top: 16px;
	}


/* backend video fix */
.editor-styles-wrapper .contentboxbgvideo {
	z-index: 0;
	}

.editor-styles-wrapper .contentboxes-image-wrap.bg-video .contentboxes-zoom-wrap {
	background-color: rgba(0,0,0,0.1);
	}


/* remove first contentboxes item top margin */
.contentboxes-content > .contentboxes-content-item {
	margin-top: 0;
	}

.contentboxes-content > .contentboxes-content-item ~ .contentboxes-content-item {
	margin-top: 12px;
	}

.contentboxes-content > .contentboxes-content-item ~ .contentboxes-content-item.contentboxes-divider {
	margin-top: 32px;
	}

.contentboxes-content > .contentboxes-content-item ~ .contentboxes-content-item.contentboxes-text {
	margin-top: 24px;
	}


/* remove last contentboxes item bottom margin */
.contentboxes-content-item:last-child {
	margin-bottom: 0;
	}


/*  white + theme color */
.content-white .contentboxes-vertical,
.content-white .contentboxes-subtitle.subtitle-above,
.content-white .contentboxes-title,
.content-white .contentboxes-content,
.content-white .contentboxes-content h1,
.content-white .contentboxes-content h2,
.content-white .contentboxes-content h3,
.content-white .contentboxes-content h4,
.content-white .contentboxes-content h5,
.content-white .contentboxes-content h6,
.editor-styles-wrapper .content-white .contentboxes-vertical,
.editor-styles-wrapper .content-white .contentboxes-subtitle.subtitle-above,
.editor-styles-wrapper .content-white .contentboxes-title,
.editor-styles-wrapper .content-white .contentboxes-content,
.editor-styles-wrapper .content-white .button {
	color: #fff !important;
	}

.content-white-pluscolor h1,
.content-white-pluscolor h2,
.content-white-pluscolorh3,
.content-white-pluscolor h4,
.content-white-pluscolor h5,
.content-white-pluscolor h6,
.content-white-pluscolor .contentboxes-title,
.content-white-pluscolor .contentboxes-text,
.editor-styles-wrapper .content-white-pluscolor h1,
.editor-styles-wrapper content-white-pluscolor h2,
.editor-styles-wrapper .content-white-pluscolorh3,
.editor-styles-wrapper .content-white-pluscolor h4,
.editor-styles-wrapper .content-white-pluscolor h5,
.editor-styles-wrapper .content-white-pluscolor h6,
.editor-styles-wrapper .content-white-pluscolor .contentboxes-title,
.editor-styles-wrapper .content-white-pluscolor .contentboxes-text {
	color: #fff;
	}

.content-white .contentboxes-divider,
.editor-styles-wrapper .content-white .contentboxes-divider {
	background-color: #fff;
	border-color: #fff;
	color: #db9457;
	}

.content-white .button-outline, 
.content-white a.button.button-outline,
.content-white .button-outline:not(:hover), 
.content-white a.button.button-outline:not(:hover),
.editor-styles-wrapper .content-white .button-outline, 
.editor-styles-wrapper .content-white a.button.button-outline,
.editor-styles-wrapper .content-white .button-outline:not(:hover), 
.editor-styles-wrapper .content-white a.button.button-outline:not(:hover) {
	color: #fff;
	border-color: #fff;
	}

.content-white .button-outline:hover, 
.content-white a.button.button-outline:hover,
.editor-styles-wrapper .content-white .button-outline:hover, 
.editor-styles-wrapper .content-white a.button.button-outline:hover {
	background-color: #fff;
	border-color: #fff;
	color: #101020 !important;
	}

.content-white .button:not(.button-outline), 
.content-white a.button:not(.button-outline),
.editor-styles-wrapper .content-white .button:not(.button-outline), 
.editor-styles-wrapper .content-white a.button:not(.button-outline) {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	}

.editor-styles-wrapper .content-white .button:not(.button-outline), 
.editor-styles-wrapper .content-white a.button:not(.button-outline) {
	color: #000 !important;
	}

.content-white .button:not(.button-outline):hover, 
.content-white a.button:not(.button-outline):hover,
.editor-styles-wrapper .content-white .button:not(.button-outline):hover, 
.editor-styles-wrapper .content-white a.button:not(.button-outline):hover {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
	}

.content-white-pluscolor.ffffff.button:not(.button-outline):hover, 
a.content-white-pluscolor.ffffff.button:not(.button-outline):hover,
.editor-styles-wrapper .content-white-pluscolor.ffffff.button:not(.button-outline):hover, 
.editor-styles-wrapper a.content-white-pluscolor.ffffff.button:not(.button-outline):hover {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
	}

.content-white-pluscolor .button:not(.button-outline):hover, 
.content-white-pluscolor a.button:not(.button-outline):hover,
.editor-styles-wrapper .content-white-pluscolor .button:not(.button-outline):hover, 
.editor-styles-wrapper .content-white-pluscolor a.button:not(.button-outline):hover {
	color: #fff !important;
	}

.content-white-pluscolor .contentboxes-vertical,
.content-white-pluscolor .contentboxes-title,
.content-white-pluscolor .contentboxes-content,
.editor-styles-wrapper .content-white-pluscolor .contentboxes-vertical,
.editor-styles-wrapper .content-white-pluscolor .contentboxes-title,
.editor-styles-wrapper .content-white-pluscolor .contentboxes-content, {
	color: #fff !important;
	}

.contentboxes-divider {
	height: 2px;
	width: 40px;
	margin-top: 14px;
	margin-bottom: 16px;
	}

.contentboxes-vertical {
	position: absolute;
	text-align: center;
	top: -16px;
	bottom: 0;
	left: 40px;	
	height: 25px;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
	-webkit-transform-origin: 8px 50%;
	-moz-transform-origin: 8px 50%;
	-ms-transform-origin: 8px 50%;
	-o-transform-origin: 8px 50%;
	transform-origin: 8px 50%;
	-webkit-transform: rotate(-90deg) translate(-50%, 50%);
	-moz-transform: rotate(-90deg) translate(-50%, 50%);
	-ms-transform: rotate(-90deg) translate(-50%, 50%);
	-o-transform: rotate(-90deg) translate(-50%, 50%);
	transform: rotate(-90deg) translate(-50%, 50%);
	}

.contentboxes-content-right .contentboxes-vertical {
	left: auto;
	right: 60px;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(-90deg) translate(50%, 50%);
	-moz-transform: rotate(-90deg) translate(50%, 50%);
	-ms-transform: rotate(-90deg) translate(50%, 50%);
	-o-transform: rotate(-90deg) translate(50%, 50%);
	transform: rotate(-90deg) translate(50%, 50%);
	}

.contentboxes-vertical::before {
	left: -48px;
	}

.contentboxes-vertical::after {
	right: -48px;
	}



/** *****************************************************************************************
** ## TEAM BLOCK ****************************************************************************
*********************************************************************************************/

.editor-styles-wrapper .team-wrap a:-webkit-any-link,
.editor-styles-wrapper .team-wrap a,
.block-editor .team-wrap a {
	text-decoration: none;
	pointer-events: none;
	}

.team-wrap {
	display: flex;
	flex-wrap: wrap;
	}

.editor-styles-wrapper .team-wrap {
	margin-top: initial;
	}

.team-overlay .team-content-item.subtitle-above,
.team-overlay .team-content-item.team-name {
	color: #fff;
	}

/* padding */
.team-wrap {
	column-gap: 60px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 24px;
	row-gap: 60px;
	}


/* width */
.team-wrap.two .team-item { 
	width: 50%;
	width: calc(100% / 2);
	width: calc(100% / 2 - 60px / 2);
	}

.team-wrap.three .team-item { 
	width: 33.33%;
	width: calc(100% / 3);
	width: calc(100% / 3 - 60px * 2 / 3);
	}

.team-wrap .team-item,
.team-wrap.four .team-item { 
	width: 25%;
	width: calc(100% / 4);
	width: calc(100% / 4 - 60px * 3 / 4);
	}

.team-wrap.five .team-item { 
	width: 20%;
	width: calc(100% / 5);
	width: calc(100% / 5 - 60px * 4 / 5);
	}

.team-wrap.six .team-item { 
	width: 16,66%;
	width: calc(100% / 6);
	width: calc(100% / 6 - 60px * 5 / 6);
	}


/* height for team item with content */
.team-image-wrap.has-content .team-image-wrap-inner,
.team-image-wrap.has-content .team-content-wrap  {
	position: absolute !important;
	}

.team-image-wrap.has-content {
	overflow: hidden;
	}

.team-wrap .team-image-wrap.has-content:before{
	content: "";
	display: block;
	}

.team-wrap.square .team-image-wrap.has-content:before {
	padding-top: 100%;
	}

.team-wrap.half-height .team-image-wrap.has-content:before{
	padding-top: 75%;
	}
.team-wrap .team-image-wrap.has-content:before,
.team-wrap.one-and-a-half-height .team-image-wrap.has-content:before{
	padding-top: 150%;
	}

.team-wrap.has-content.double-height .team-image-wrap:before{
	padding-top: 200%;
	}	


/* background */
.teambgimage,
.team-image-wrap-inner {  
	width: 100%;
	height: 100%;
        max-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 	 
	top: 0;
        background-position: top center;
        overflow: hidden;
  	transition: all 0.6s ease;
	}

.teambgimage  {  	 
	position: absolute !important;
	}

.teambgvideo {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: initial;
    	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -9;
	}

.half-height .teambgvideo {
	min-height: 115%;
	}

.team-image-wrap-inner .team-zoom-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	}

.team-image-wrap-inner .team-zoom-wrap.has-box-url:hover {
	cursor: pointer;
	}

.team-image-wrap { 
	overflow: hidden;
	position: relative;
        }

.round .team-image-wrap {
	max-width: 260px;
	margin: 0 auto;
	}

.team-image:hover {
	transform: scale(1.05); 
	}


.team-wrap.round .teambgimage {
	border-radius: 999px;
	}


/* height for team with no content */
.team-image-wrap.no-content .contentboxes-image-wrap-inner,
.team-image-wrap.no-content .contentboxes-content-wrap  {
	position: absolute !important;
	}

.team-image-wrap.no-content {
	overflow: hidden;
	}

.team-image-wrap.no-content:before{
	content: "";
	display: block;
	}

.team-image-wrap.no-content:before,
.team-image-wrap.no-content.square:before {
	padding-top: 100%;
	}

.team-image-wrap.no-content.half-height:before{
	padding-top: 50%;
	}

.team-image-wrap.no-content.one-and-a-half-height:before{
	padding-top: 150%;
	}

.team-image-wrap.no-content.double-height:before{
	padding-top: 200%;
	}	

/* dark overlay  */
.team-overlay {
	height: 100%;
	width: 100%;
	position: relative;
	}

.team-wrap.round .team-overlay {
	border-radius: 999px;
	}

.team-overlay.dark { 
    	background-color: rgba(32, 32, 33, 0.15);
    	background-color: rgba(42,42,43,0.18);
        }


/* gradient overlay */
.has-gradient.gradient-team-content-top {
	background-image: linear-gradient(to bottom,#101213 0%,rgba(16,18,19,0) 50%);
	background-image: linear-gradient(to bottom,#090b09 0%,rgba(16,18,19,0) 50%);
	}

.has-gradient.gradient-team-content-bottom {
	background-image: linear-gradient(to top,#101213 0%,rgba(16,18,19,0) 50%);
	background-image: linear-gradient(to top,#090b09 0%,rgba(16,18,19,0) 50%);
	}

.has-gradient.gradient-team-content-middle {
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(16,18,19,0.6) 45%, rgba(0,0,0,0) 100%);
	}


/* content over image */
.team-content-wrap { 
	box-sizing: border-box;
	display: flex;
    	align-items: center;
	top: 0; 
	left: 0; 
	min-height: 100%;
	width: 100%;
	align-items: flex-end;
	}

.team-content-wrap.full-width-overlay { 
    	width: 100%;
	}

.team-content { 
	word-break: break-word;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	padding: 24px 24px 20px;
	display: flex;
    	justify-content: center;
    	flex-direction: column;
    	align-items: flex-start;
	}

.team-wrap.textcenter .team-content { 
    	align-items: center;
	}

h4.team-name {
	margin-bottom: 0;
	}

.team-content-wrap-below .team-name {
	margin-bottom: 18px;
	}

.team-position {
	padding-top: 6px;
	}

.team-position {
	font-weight: 400;
	line-height: 1.7em;
	}


/* content below image */
.team-content-wrap-below { 
	padding: 20px 24px 0;
	}

.team-content-wrap-below .team-position  {
	margin-bottom: 12px;
	}

.team-content-wrap-below h4.team-name {
	margin-top: 0;
	}

.team-wrap.textcenter .team-content-wrap-below { 
	text-align: center;
	}



/** *****************************************************************************************
** ## GALLERY BLOCK ****************************************************************************
*********************************************************************************************/

.gallery-image-wrap-inner,
.gallery-image {  
	width: 100.1%;
	height: 100%;
        max-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 	 
	position: absolute !important;
	top: 0;
        background-position: center center;
        overflow: hidden;
  	transition: all 0.6s ease;
	}

.gallery-wrap.fortyeight {
	margin-left: -48px;
	}

.gallery-wrap.fortyeight .gallery-image-wrap-inner {
	margin: 48px;
	}

.gallery-wrap.fortyeight .gallery-image {
	width: calc(100% - 48px);
	height: calc(100% - 48px);
	}

.gallery-wrap.twentyfour {
	margin-left: -24px;
	}

.gallery-wrap.twentyfour .gallery-image-wrap-inner {
	margin: 24px;
	}

.gallery-wrap.twentyfour .gallery-image {
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	}

.gallery-wrap.twelve {
	margin-left: -12px;
	}

.gallery-wrap.twelve .gallery-image-wrap-inner {
	margin: 12px;
	}

.gallery-wrap.twelve .gallery-image {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	}

.gallery-wrap.six {
	margin-left: -6px;
	}

.gallery-wrap.six .gallery-image-wrap-inner {
	margin: 6px;
	}

.gallery-wrap.six .gallery-image {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	}

.gallery-image-wrap { 
	overflow: hidden;
	position: relative;
        }

.block-editor-editor-skeleton__content .links_to_image {
	pointer-events: none;
	}

.grid-sizer-gallery {
	width: 8.33%;
	width: calc(100% / 12);
	float: left;
	}

.gallery-overlay {
	background-color: rgba(12,12,13,0.65);
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: .5s ease;
	}

.gallery-image-wrap-inner:hover .gallery-overlay {
	opacity: 1;
	}

.gallery-overlay .caption {
	z-index: 99;
	position: relative;
    	text-align: center;
    	padding: 24px;
    	color: #fff;
	}

/* width */
.gallery-image-wrap { 
	width: 33.33%;
	width: calc(100% / 3);
        }

.gallery-image-wrap.half-width { 
	width: 50%;
	width: calc(100% / 2);
	}

.gallery-image-wrap,
.gallery-image-wrap.quarter-width { 
	width: 25%;
	width: calc(100% / 4);
	}

/* height */
.gallery-image-wrap {
	overflow: hidden;
	}

.gallery-image-wrap:before{
	content: "";
	display: block;
	}

.gallery-image-wrap:before,
.gallery-image-wrap.square:before {
	padding-top: 100%;
	}

.gallery-image-wrap.half-height:before{
	padding-top: 50%;
	}

.gallery-image-wrap.one-and-a-half-height:before{
	padding-top: 150%;
	}

.gallery-image-wrap.double-height:before{
	padding-top: 200%;
	}	

.editor-styles-wrapper .gallery-image-wrap a {
	pointer-events: none;
	}

/** *****************************************************************************************
** ## SUBTITLE BLOCK *******************************************************************************
*********************************************************************************************/

.subtitle-above {
	margin: 0;
	display: block;
	padding: 0;
	}

.subtitle-above.subtitle-center {
	text-align: center;
	}

.subtitle-above.subtitle-right {
	text-align: right;
	}

/** *****************************************************************************************
** ## LOGOS BLOCK ******************************************************************************
*********************************************************************************************/

.section-logos {
	margin: 24px 0;
	}

.press-logos {
        overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;  
        }

.contentbox-content .press-logos { 
	padding: 0;   
        }

.press-logos a {
	border: none !important;
	} 
        
.press-logo {	
        padding-top: 18px;
        padding-bottom: 18px;
        margin: 0 0 -1px -4px;
        border-left: 0;
        border-top: 0;
        line-height: 64px;
        text-align: center;
        display: inline-block;
        -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;    
	display: flex;
	justify-content: center;
	align-items: center;
	}    

.has-border .press-logo {
	border: 1px solid rgba(204, 204, 204, 0.2);
	border-left: 0;
	border-top: 0;
	}

.has-border .press-logo:last-child {
        border-right: none;
        }

.press-logo {
	min-width: calc(120px + 120px);
	}

.press-logo img {
	vertical-align: middle;
	max-height: 60px;
	max-width: 120px;
        }


/** *****************************************************************************************
** ## DIVIDER BLOCK ****************************************************************************
*********************************************************************************************/

.divider-block {
	height: 2px;
	width: 40px;
	margin-top: 24px;
	margin-bottom: 16px;
	float: none;
	display: block;
	}

.divider-block.divider-vertical {
	height: 40px;
	width: 2px;
	margin-top: 14px;
	margin-bottom: 16px;
	}

.divider-block.divider-center {
	margin-left: auto;
	margin-right: auto;
	}

.divider-block.divider-right {
	text-align: right;
	}



/** *****************************************************************************************
** ## SOCIAL BLOCK ****************************************************************************
*********************************************************************************************/

.socialicons-block .socialicons {
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	}

.site-footer .widget-area .socialicons-block .socialicons li,
.socialicons-block .socialicons li {
	padding: 0 0.5em;
	list-style-type: none;
	margin: 0;
	display: inline;
	position: relative;
	}

#footer .footer-sidebar-wrap.left .socialicons,
#footer .footer-sidebar-wrap .socialicons,
.right-sidebar.left .social_widget .socialicons,
.right-sidebar .social_widget .socialicons {
	justify-content: initial;
	}

#footer .footer-sidebar-wrap.center .socialicons,
.right-sidebar.center .social_widget .socialicons {
	justify-content: center;
	}

#footer  .footer-sidebar-wrap.right .socialicons {
	justify-content: flex-end;
	}



.site-footer .widget-area .socialicons-block .socialicons li {
	padding: 0 0.75em 0 0;
	}

#footer .footer-sidebar-wrap.right .socialicons li,
.right-sidebar.right .social_widget .socialicons {
	padding: 0 0 0 0.75em;
	}


.socialicons-block .socialicons i {
	vertical-align: text-bottom;
	}

.footer-sidebar-wrap .socialicons-block .socialicons {
	justify-content: left;
	}

.footer-sidebar-wrap .socialicons svg {
	vertical-align: middle;
	margin-top: 4px;
	}


/* remove pointer events */
.mb-block-preview .socialicons a {
	pointer-events: none;
	}



/** *****************************************************************************************
** ## BLOG BLOCK ****************************************************************************
*********************************************************************************************/
.section-blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	}

.section-blog .post-grid,
.section-blog.padding-fourtyeight .post-grid {
	flex-basis: calc(33.33% - 32px);
	width: calc(33.33% - 32px);
	width: 33.33%;
	}

.section-blog.padding-fourtyeight .post-grid {
	margin-top: 48px;
	}

.section-blog.perrow-tree .post-grid:nth-child(-n+3) {
	margin-top: 0;
	}

.section-blog.perrow-two .post-grid:nth-child(-n+2) {
	margin-top: 0;
	}

.section-blog.padding-none .post-grid {
	flex-basis: calc(33.33%);
	width: calc(33.33%);
	}

.section-blog.padding-twentyfour .post-grid {
	flex-basis: calc(33.33% - 16px);
	width: calc(33.33% - 16px);
	margin-top: 24px;
	}

.perrow-two.section-blog .post-grid,
.perrow-two.section-blog.padding-fourtyeight .post-grid {
	flex-basis: calc(50% - 24px);
	width: calc(50% - 24px);
	width: 50%;
	}
.perrow-two.section-blog.padding-none .post-grid {
	flex-basis: calc(50%);
	width: calc(50%);
	}

.perrow-two.section-blog.padding-twentyfour .post-grid {
	flex-basis: calc(50% - 12px);
	width: calc(50% - 12px);
	}

.article-content {
	padding: 36px;
	}

.section-blog .entry-meta{
	font-weight: 500;
	}

.section-blog .entry-meta,
.section-blog .post-info-small .post-info {
	font-size: 0.65rem;
	line-height: 1.875em;
	font-style: normal;
	display: inline-block;
	}

.section-blog .post-info {
	display: inline-block;
	text-transform: uppercase;
	font-style: normal;
	padding: 0;
	}

.section-blog .post-grid .categories {
	margin-top: 0;
	margin-bottom: 8px;
	}

.section-blog h2 a,
.section-blog h2 a:link,
.section-blog h2 a:focus,
.section-blog h2 a:active {
	color: #101020; 
	outline: 0;
	text-decoration: none;
	background-color: transparent;
	}

.entry-meta:empty {
	display: none;
	}



/* post layout  */

.section-blog.layout-overimage .post-grid {
	position: relative;
	overflow: hidden;
    	display: flex;
	}

.section-blog.layout-overimage .article-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	align-self: flex-end;
	z-index: 10;
	width: 100%;
	}


.section-blog.layout-overimage .articlecontentwrap {
	padding: 48px;
	}

.section-blog.layout-overimage .articlecontentwrap.has-gradient {
	background-image: linear-gradient(to top, rgba(16,18,19,0.9) 0%,rgba(16,18,19,0) 90%);
	}

.section-blog .tnail img {
	height: 100%;
	object-fit: cover;
	}

.article-content.overimage .categories a,
.article-content.overimage .categories a:link,
.article-content.overimage .categories a:focus,
.article-content.overimage .categories a:active {
	background-color: #fff;
	color: #000;
	}

.content-dark .article-content.overimage .categories a,
.content-dark .article-content.overimage .categories a:link,
.content-dark .article-content.overimage .categories a:focus,
.content-dark .article-content.overimage .categories a:active {
	color: #fff;
	background-color: #000;
	}

.article-content.overimage .categories a {
	padding: 6px 12px;
	}

.article-content.overimage h2 a,
.article-content.overimage h2 a:link,
.article-content.overimage h2 a:visited,
.article-content.overimage a,
.article-content.overimage a:link,
.article-content.overimage .serif-italic,
.article-content.overimage .entry-text,
.article-content.overimage .button-more.button-outline:not(:hover),
.article-content.overimage .button-outline:not(.content-black):not(.content-white):not(:hover):not(.header-button),
.article-content.overimage .button.button-more.button-outline:hover {
	color: #fff;
	}

.categories a {
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 4px 12px;
	}

.entry-meta .entry-meta-inner-wrap {
	padding-top: 12px;
	}

.post-info .serif-italic {
	opacity: 0.7; 
	text-transform: none;
	letter-spacing: 1px;
	}

.entry-meta-inner-wrap .post-info:not(:last-child):after {
	content: "\b7";
	}

.entry-title,
h2.entry-title,
.editor-styles-wrapper h2.entry-title {
	margin-top: 12px;
	margin-bottom: 0;
	}

.entry-text {
	margin-top: 18px;
	}


/* text align */
article .text-center,
.section-blog.text-center .entry-header,
.section-blog.text-center .entry-text,
.section-blog.text-center   a.more-link,
.section-blog.text-center  .button.button-more {
	text-align: center;
	} 

article .text-left,
.section-blog.text-left .entry-header,
.section-blog.text-left .entry-text,
.section-blog.text-left  a.more-link,
.section-blog.text-left .button.button-more {
	text-align: left;
	} 

/* more button */
.section-blog  a.more-link {
	display: block;
	border: 0 !important;
	margin-top: 12px;
	line-height: 33px;
	font-size: 0.9em;
	}

.section-blog .button.button-more {
	padding: 0 36px;
	font-size: 0.7rem;
	cursor: pointer;
	overflow: visible;
	display: inline-block;
	border-radius: 0;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	-webkit-appearance: none;
	word-break: initial;
	white-space: nowrap;
	}

.more-link .button-outline {
	border-top: none;
	border-left: none;
	border-right: none;
	}

.more-link .button.button-more.button-outline {
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: inherit;
	padding: 0 0 6px;
	}

.editor-styles-wrapper .button.button-more {
	height: 24px;
	line-height: 24px;
	}

/* remove pointer events */
.mb-block-preview .section-blog .tnail a,
.mb-block-preview .section-blog h2 a,
.mb-block-preview .section-blog .entry-meta-inner-wrap a,
.mb-block-preview .section-blog a.more-link {
	pointer-events: none;
	}



/* RESPONSIVE LAYOUT --------------------------------------------------*/


/* Large Devices and Wider Screens -------------------------------------------------*/
@media only screen and (max-width: 1200px) { 

	.contentboxes-image-wrap.quarter-width.double-height.has-content {
		width: 50% !important;
		}

	.contentboxes-image-wrap.quarter-width.double-height.has-content.use-defined-height:before {
		padding-top: 150%;
		}

	/** CONTENT BOXES BLOCK **/
	.one-third-width.no-vertical-text .contentboxes-content, 
	.quarter-width.no-vertical-text .contentboxes-content {
		padding: 24px;
		}


	/** MENU BLOCK **/	
	.menu-tabs .tabpanel {
		padding: 6px;
		}

}



/* Large Devices and Wider Screens -------------------------------------*/
@media only screen and (max-width: 1200px) { 
	.hero-content-left .hero-content {
		padding-right: 24px;
		}
}

/* Tablet Landscape -------------------------------------------------*/
@media only screen and (max-width: 1024px) { 

	.contentboxes-content {
		padding-left: 96px;
		padding-right: 96px;
	}
}



/* Tablet Portrait -------------------------------------------------*/
@media only screen and (max-width: 959px) { 

	/** HERO BLOCK **/
	.hero-vertical {
		display: none;
		}

	.hero-content-left .hero-content {
		padding-right: 24px;
		padding-left: 60px;
		}

	.hero-content-center .hero-content {
		max-width: 75%;
		padding-left: 64px;
		padding-right: 64px;
		}

	.hero-content-wrap.full-width-overlay .hero-content,
	.hero-content-wrap.hero-content-center.full-width-overlay .hero-content {
		max-width: 100%;
		}

	.hero-content-right .hero-content {
		padding-left: 24px;
		padding-right: 60px;
		}


	/** BLOG BLOCK **/


	.section-blog .post-grid,
	.section-blog.padding-none .post-grid,
	.section-blog .post-grid, 
	.section-blog.padding-fourtyeight .post-grid  {
		flex-basis: 100%;
		width: 100%;
	    	margin-bottom: 0;
		}


	/** BLOG BLOCK **/
	.section-blog {
		padding-bottom: 0;
		}

	.section-blog .post-grid,
	.section-blog.padding-fourtyeight .post-grid,
	.section-blog.padding-twentyfour .post-grid,
	.section-blog.padding-none .post-grid  {
	    	flex-basis: 100%;
	    	width: 100%;
	    	margin-bottom: 24px;
		}



	/** MENU BLOCK **/

	.masonry-box,
	.menu-masonry .masonry-box,
	.masonry-box.one-half,
	.masonry-box.one-fourth,
	.masonry-box.one-third,
	.masonry-box.two-third,
	.masonry-box.three-third,
	.masonry-box.full-width,
	.masonry-nested.one-item .grid-sizer-nested, 
	.masonry-nested.one-item .masonry-box-nested,
	.masonry-nested.two-items .grid-sizer-nested, 	
	.masonry-nested.two-items .masonry-box-nested,
	.masonry-nested.three-items .grid-sizer-nested, 	
	.masonry-nested.three-items .masonry-box-nested{ 
		width: 100%;
		}

	.has-cat-image .menu-item:nth-child(3) {
		padding-top: 0;
		}

	.three-items.has-cat-image .menu-item:nth-child(4) {
		padding-top: 0;
		}

	.masonry-box.text-centered .menu-text {
		padding: 0;
		margin-right: 0;
		}

	.menu-items.grid.four-items .menu-item,
	.menu-items.grid.three-items .menu-item {
		flex: 1 0 50%;
		max-width: 50%;
		}

	.menu-items > div.menu-item ~ div.menu-item .menu-price-title {
		display: none;
		}

	.menu-items > div.menu-item .menu-price-title {
		display: block;
		}


	/** TEAM BLOCK **/
	.team-wrap .team-item, .team-wrap.four .team-item {
		width: calc(100% / 2 - 60px * 1 / 2);
		}


	/** CONTENT BOXES BLOCK **/
	.contentboxes-vertical {
		display: none;
		}

	.contentboxes-content {
		padding-right: 60px;
		padding-left: 24px;
		}

	.contentboxes-content-center .contentboxes-content {
		max-width: 100%;
		padding-left: 64px;
		padding-right: 64px;
		}

	.contentboxes-content-right .contentboxes-content {
		padding-left: 24px;
	    	padding-right: 24px;
		}

	.no-sidebar .entry-content .section-contentboxes.alignwide, 
	.inactive-sidebar .entry-content .section-contentboxes.alignwide {
		margin-left: 0;
		margin-right: 0;
		}

	.contentboxes-image-wrap, 
	.contentboxes-image-wrap.quarter-width,
	.contentboxes-image-wrap.quarter-width.double-height.has-content  { 
		width: 100% !important;
		}

	.contentboxes-image-wrap.quarter-width.double-height.has-content.use-defined-height:before {
		padding-top: 200%;
		}

	.contentboxes-image-wrap.one-third-width { 
		width: 100% !important;
		}

	.contentboxes-image-wrap, .contentboxes-image-wrap.two-third-width { 
		width: 100% !important;
		}

	.contentboxes-image-wrap.half-width { 
		width: 100% !important;
		}

	.contentboxes-image-wrap.half-width.cb-mobile-content-center .contentboxes-content {
		padding-left: 60px;
		padding-right: 60px;
		}

	.contentboxes-image-wrap.half-width.cb-mobile-content-left .contentboxes-content {
		padding-left: 60px;
		padding-right: 60px;
		}


	.contentboxes-image-wrap.cb-mobile-content-center .contentboxes-content {
		align-items: center;
		text-align: center;
		}

	.contentboxes-image-wrap.cb-mobile-content-left .contentboxes-content {
		align-items: flex-start;
		text-align: left;
		}

	.cb-mobile-content-vertical-bottom .contentboxes-content-wrap {
		align-items: flex-end;
		}

	.cb-mobile-content-vertical-middle .contentboxes-content-wrap {
		align-items: center;
		}

	.cb-mobile-content-vertical-top .contentboxes-content-wrap {
		align-items: flex-start;
		}


	/* gradient overlay */
	.cpm-change .has-gradient.gradient-contentboxes-content-top,
	.cpm-change .has-gradient.gradient-contentboxes-content-bottom,
	.cpm-change .has-gradient.gradient-contentboxes-content-middle {
		background-image: none;
		}


	.cpm-change.cb-mobile-content-vertical-top .has-gradient {
		background-image: linear-gradient(to bottom,#101213 0%,rgba(16,18,19,0) 50%);
		background-image: linear-gradient(to bottom,#090b09 0%,rgba(16,18,19,0) 50%);
		}

	.cpm-change.cb-mobile-content-vertical-bottom .has-gradient {
		background-image: linear-gradient(to top,#101213 0%,rgba(16,18,19,0) 50%);
		background-image: linear-gradient(to top,#090b09 0%,rgba(16,18,19,0) 50%);
		}

	.cpm-change.cb-mobile-content-vertical-middle .has-gradient {
		background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(16,18,19,0.5) 45%, rgba(0,0,0,0) 100%);
		background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
		}

	.contentboxes-image-wrap.hide-on-mobile {
		display: none;
		}

	.contentboxes-image-wrap.no-content.mobile-square:before,
	.contentboxes-image-wrap.has-content.mobile-square:before {
		padding-top: 100% !important;
		}

	.contentboxes-image-wrap.no-content.mobile-half-height:before,
	.contentboxes-image-wrap.has-content.mobile-half-height:before {
		padding-top: 50% !important;
		}

	.contentboxes-image-wrap.no-content.mobile-three-quarter-height:before,
	.contentboxes-image-wrap.has-content.mobile-three-quarter-height:before {
		padding-top: 75% !important;
		}

	.contentboxes-image-wrap.no-content.mobile-one-and-a-half-height:before,
	.contentboxes-image-wrap.has-content.mobile-one-and-a-half-height:before {
		padding-top: 150% !important;
		}

	.contentboxes-image-wrap.no-content.mobile-double-height:before,
	.contentboxes-image-wrap.has-content.mobile-double-height:before {
		padding-top: 200% !important;
		}


	/* masonry => flex layout to reorder */
	.contentboxes-masonry {
		display: flex;
		flex-wrap: wrap;
		height: auto !important;
		}

	.contentboxes-image-wrap {
		position: relative !important;
		float: none;
		overflow: initial;
		top: initial !important;
		left: initial !important;
		order: 99;
		transform: initial !important;
		}
	

}

/* Mobile (Landscape)  ----------------------------------------------------*/
@media only screen and (max-width: 767px) {

	/** HERO BLOCK **/
	.section-hero {
		margin-left: -24px;
		margin-right: -24px;
		}

	.hero-content,
	.hero-content-center .hero-content  {
		max-width: 80%;
		padding-top: 120px;
		padding-bottom: 120px;
		}

	.hero-content,
	.hero-content-center .hero-content,
	.hmobile-content-center .hero-content  {
		max-width: 100%;
		padding-left: 24px;
    		padding-right: 24px;
		}
		
	.hero-content-wrap,
	.hero-content-wrap.image-uploaded,
	.hero-bgvideo-wrap .hero-content-wrap {
		width: 100%;
		}

	.hero-content-wrap.half-width-overlay {
		width: 100%;
		}

	.section-hero img, .hero-image {
		min-height: 66vh;
		}

	.hero-content-wrap.hero-content-right {
		justify-content: flex-end;
		}

	.hmobile-content-center,
	.hmobile-content-center .page-title {
		text-align: center;
		}

	.hmobile-content-center .hero-button-wrap {
		margin-right: 12px;
		margin-left: 12px;
		}

	.hmobile-content-center .hero-content {
		max-width: 75%;
		margin: 0 auto;
		align-items: center;
		}

	.hero-content-wrap.image-uploaded.hmobile-contentv-top, 
	.hero-bgvideo-wrap .hero-content-wrap.hmobile-contentv-top  {
		align-items: flex-start;
		}

	.hero-content-wrap.image-uploaded.hmobile-contentv-bottom, 
	.hero-bgvideo-wrap .hero-content-wrap.hmobile-contentv-bottom  {
		align-items: flex-end;
		}

	.hmobile-content-center.hero-content-right {
		text-align: center;
		}

	.hmobile-content-left.hero-content-right,
	.hmobile-content-left.hero-content-center  {
		text-align: left;
		}

	.hmobile-content-left.hero-content-right .hero-content,
	.hmobile-content-left.hero-content-center .hero-content {
		align-items: flex-start;
		max-width: 100%;
		}

	/** MENU BLOCK **/
	.section-menu,
	.no-sidebar .entry-content .section-menu.alignwide {
		margin: 0 -24px;
		}

	.menu-inner {
		margin: 0 24px 24px;
		}

	.masonry-box,
	.menu-masonry .masonry-box,
	.masonry-box.one-half,
	.masonry-box.one-fourth,
	.masonry-box.one-third,
	.masonry-box.two-third,
	.masonry-box.three-third,
	.masonry-box.full-width,
	.masonry-nested.one-item .grid-sizer-nested, 
	.masonry-nested.one-item .masonry-box-nested,
	.masonry-nested.two-items .grid-sizer-nested, 	
	.masonry-nested.two-items .masonry-box-nested,
	.masonry-nested.three-items .grid-sizer-nested, 	
	.masonry-nested.three-items .masonry-box-nested{ 
		width: 100%;
		}

	.menu-cat {
		margin-top: 24px;
	}

	.menu-price, .menu-price-title {
		width: 60px;
		}

	.menu-price {
		letter-spacing: 0 !important;
		}

	.menu-wrap.menu-wrap-menu-tabs,
	.menu-wrap {
		padding: 0;
		margin-bottom: 24px;
		}

	.menu-tabs .tabpanel {
		padding-left: 0;
		padding-right: 0;
		margin-left: calc( -100vw / 2 + 100% / 2 );
    		margin-right: calc( -100vw / 2 + 100% / 2 );
		}

	.masonry-box.text-centered .menu-thumb {
		width: calc(100% - 24px);
		}



	/** CONTENT BOXES BLOCK **/
	.grid-sizer-contentboxes {
		width: 8.33%;
		width: calc(100% / 12);
		float: left;
		}

	.contentboxes-image-wrap,
	.contentboxes-image-wrap.half-width,
	.contentboxes-image-wrap.one-third-width,
	.contentboxes-image-wrap .contentboxes-content ,
	.contentboxes-image-wrap.half-width .contentboxes-content ,
	.contentboxes-image-wrap.one-third-width .contentboxes-content    { 
		width: 100% !important;
		}

	.contentboxes-image-wrap.quarter-width.double-height.has-content {
		width: 100% !important;
		}

	.contentboxes-image-wrap.quarter-width.double-height.has-content.use-defined-height:before {
		padding-top: 150%;
		}


	.half-width.no-vertical-text .contentboxes-content, 
	.one-third-width.no-vertical-text .contentboxes-content, 
	.quarter-width.no-vertical-text .contentboxes-content {
		padding: 48px 24px;
		}

	.contentboxes-image-wrap.cb-mobile-content-center .contentboxes-content,
	.contentboxes-image-wrap.half-width.cb-mobile-content-center .contentboxes-content {
		align-items: center;
		text-align: center;
		padding-left: 24px;
		padding-right: 24px;
		}

	.contentboxes-image-wrap.cb-mobile-content-left .contentboxes-content,
	.contentboxes-image-wrap.half-width.cb-mobile-content-left .contentboxes-content  {
		align-items: flex-start;
		text-align: left;
		padding-left: 24px;
		padding-right: 24px;
		}


	/** TEAM BLOCK **/
	.team-wrap {
		column-gap: 24px;
		margin-left: 0;
    		margin-right: 0;
		}

	.team-wrap .team-item, 
	.team-wrap.four .team-item {
		width: calc(100% / 2 - 24px * 1 / 2);
		}

	.team-wrap.three .team-item {
		width: calc(100% / 3 - 24px * 2 / 3);
		}

	.team-wrap.two .team-item {
		width: calc(100% / 2 - 24px / 2);
		}


	/** GALLERY BLOCK **/
	.grid-sizer-gallery {
		width: 8.33%;
		width: calc(100% / 12);
		float: left;
		}

	.gallery-image-wrap, .gallery-image-wrap.quarter-width { 
		width: 50% !important;
		}

	.gallery-image-wrap.half-width  { 
		width: 100% !important;
		}

	/** BLOG BLOCK **/
	.section-blog {
		padding-bottom: 0;
		}

	.section-blog .post-grid,
	.section-blog.padding-twentyfour .post-grid {
	    	flex-basis: 100%;
	    	width: 100%;
	    	margin-bottom: 24px;
		}

	/** LOGOS BLOCK **/
	.press-logo {
		min-width: 50% !important;
		width: 50%;
		}

	.has-border .press-logo:nth-child(even) {
		border-right: 0;
		}

	.press-logo img {
		padding: 0 6px;
		}


	/** QUOTES BLOCK **/
	.carousel-arrow {
		width: 32px;
		height: 32px;
		}

	.arrow-prev {
		left: 30px;
		}

	.arrow-next {
		right: 30px;
		}

	.carousel-item {
	    	padding-left: 72px;
	    	padding-right: 72px;
		}

	

}

/* Mobile (Portrait)  -----------------------------------------------------*/
@media only screen and (max-width: 479px) {


	/** HERO BLOCK **/
	.hero-content,
	.hero-content-center .hero-content,
	.hmobile-content-center .hero-content  {
		max-width: 100%;
		padding-left: 24px;
    		padding-right: 24px;
		}

	.hero-content,
	.hero-content-center .hero-content  {
		max-width: 100%;
		padding-top: 36px;
		padding-bottom: 36px;
		}

	.hero-content>.hero-content-item~.hero-content-item.hero-text {
		margin-top: 6px;
		margin-bottom: 6px;
		}

	.full-viewheightmobile .hero-image {
		width: auto;
		}


	/** CONTENT BOXES BLOCK **/
	.contentboxes-image-wrap.quarter-width,
	.contentboxes-image-wrap.quarter-width .contentboxes-content   { 
		width: 100% !important;
		}

	.half-width.no-vertical-text .contentboxes-content, 
	.one-third-width.no-vertical-text .contentboxes-content, 
	.quarter-width.no-vertical-text .contentboxes-content,
	.contentboxes-content-center .contentboxes-content {
		padding-left: 24px;
		padding-right: 24px;
		}


	/** MENU BLOCK **/
	.menu-items.grid.four-items .menu-item, 
	.menu-items.grid.three-items .menu-item {
		flex: 100%;
		max-width: 100%;
		}

	.menu-thumb {
		width: 100%;
		margin-bottom: 12px;
		margin-top: 24px;
		display: block;
		float: initial;
		margin-bottom: 12px;
		}

	.menu-tabs .menu-tab-button {
		margin: 0 12px;
		padding: 0;
		}

	.menu-categories .featured1  {
		margin: 6px;
		}

	.menu-categories .featured1 .menu-inner {
		margin: 0 15px 24px;
		}

	.menu-categories .featured2 {
		margin: 24px 6px;
		padding-bottom: 18px;
		}

	.menu-categories .featured2 .menu-inner {
		margin: 0 12px 0;
		}

	.masonry-nested.two-items.menu-items, 
	.masonry-nested.three-items.menu-items, 
	.grid.three-items .menu-items, 
	.grid.two-items .menu-items {
		margin-right: 0;
		}

	.masonry-nested.two-items .menu-text, 
	.masonry-nested.three-items .menu-text, 
	.grid.three-items .menu-text, 
	.grid.two-items .menu-text {
		padding-right: 0;
		}


	/** TEAM BLOCK **/
	.team-wrap {
		column-gap: 24px;
		margin-left: 0;
    		margin-right: 0;
		}

	.team-wrap .team-item, 
	.team-wrap.four .team-item,
	.team-wrap.two .team-item,
	.team-wrap.three .team-item {
		width: 100%;
		}

	.team-content-wrap-below {
		padding: 20px 12px 0;
		}


	/** LOGOS BLOCK **/

	.press-logo {
		min-width: 50% !important;
		width: 50%;
		padding-top: 6px;
    		padding-bottom: 6px;
		}

	.has-border .press-logo:nth-child(even) {
		border-right: 0;
		}



	/** QUOTES BLOCK **/
	#carousel-1:checked ~ .control-1,
	#carousel-2:checked ~ .control-2,
	#carousel-3:checked ~ .control-3,
	#carousel-4:checked ~ .control-4,
	#carousel-5:checked ~ .control-5,
	#carousel-6:checked ~ .control-6,
	#carousel-7:checked ~ .control-7,
	#carousel-8:checked ~ .control-8,
	#carousel-9:checked ~ .control-9,
	#carousel-10:checked ~ .control-10,
	#carousel-11:checked ~ .control-11,
	#carousel-12:checked ~ .control-12,
	#carousel-13:checked ~ .control-13,
	#carousel-14:checked ~ .control-14,
	#carousel-15:checked ~ .control-15,
	#carousel-16:checked ~ .control-16,
	#carousel-17:checked ~ .control-17,
	#carousel-18:checked ~ .control-18,
	#carousel-19:checked ~ .control-19,
	#carousel-20:checked ~ .control-20 {
		top: calc(100% - 31px);
		}

	.carousel-item {
	    	padding: 48px 24px 96px;
		}

}


/* 4. Bigger Screens  -----------------------------------------------------*/
@media only screen and (min-width: 960px) {

	.contentboxes-image-wrap {
		height: auto !important;
		}

}

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

	.half-width.no-vertical-text .contentboxes-content, 
	.two-third-width.no-vertical-text .contentboxes-content {
		padding-left: 96px;
		padding-right: 96px;
		}

}