:root {
    --header-height: 0px;
}
html {
	scroll-behavior: smooth;
}
.customHomeHero .et-pb-background-video .mejs-video.mejs-container {
    background: #fff !important;
}
#et-main-area {
    padding-top: var(--header-height);
}
.admin-bar .fixHeader {
    top: 32px !important;
}
header .socialIcon .et_pb_svg_inner svg{
	width: 20px;
	height: 20px;
}
header.et-l.et-l--header {
    z-index: 100001;
    position: relative;
}
.fixHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
.fixHeader.show{
    box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.1);
}
.fixHeader .et_pb_menu .et-menu>li{
	padding:0px 0px 0px 0px;
	margin-left:25px;
}
.fixHeader .et_pb_menu .et-menu>li a:before,
.fixHeader .et_pb_menu .et-menu>li.current_page_item a:before{
    content: '';
    position: absolute;
    right: 0.3em;
    background: currentcolor !important;
    height: 1px;
    width: calc(0% - 0.3em) !important;
    bottom: 0;
	transition:all 0.3s ease-in-out;
}
.fixHeader .et_pb_menu .et-menu>li.current_page_item a:before,
.fixHeader .et_pb_menu .et-menu>li a:hover:before{
	width: calc(100% - 0.3em) !important;
	left:0px;
}
.animatedBtn.et_pb_button {
    position: relative;
}
.single-portfolio .fixHeader .et_pb_menu .et-menu li.menu-item-166 a {
    color: var(--gcid-xn53mxi95x) !important;
}
.single-portfolio .fixHeader .et_pb_menu .et-menu li.menu-item-166 a:before {
    width: calc(100% - 0.3em) !important;
    left: 0px;
}
.customBlurb .et_pb_blurb_container .et_pb_module_header{
	position:relative;
	margin-bottom:15px;
}
.customBlurb .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    position: relative;
	transition:all 0.3s ease-in-out;
}
.customBlurb .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap .blurbDesc {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:all 0.3s ease-in-out;
	opacity:0;
	z-index: 1;
}
.customBlurb .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap .blurbDesc p{
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #ffffff;
    font-size: 26px;
    text-align: center;
    z-index: 1;
    letter-spacing: 1px;
}
/*.customBlurb .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background:transparent;
    height: 100%;
	transition:all 0.3s ease-in-out;
}
.customBlurb .et_pb_blurb:hover .et_pb_main_blurb_image .et_pb_image_wrap:after {
    background: rgba(155, 186, 205, 0.9);
}
.customBlurb .et_pb_blurb:hover .et_pb_main_blurb_image .et_pb_image_wrap .blurbDesc{
	opacity:1;
}*/
.customBlurb .et_pb_blurb_container .et_pb_module_header:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    background: currentColor;
    height: 1px;
    bottom: 0;
}
body #page-container .et_pb_section .animatedBtn.et_pb_button,
.customForm .et_pb_button.et_pb_contact_submit{
    position: relative !important;
    display: inline-flex !important;
    width: auto !important;
	margin-right: -0.2em !important;

}

body #page-container .et_pb_section .animatedBtn.et_pb_button::before,
body #page-container .et_pb_section .animatedBtn.et_pb_button::after,
body #page-container .customForm .et_pb_button.et_pb_contact_submit:before,
body #page-container .customForm .et_pb_button.et_pb_contact_submit:after{
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: currentColor !important;
    opacity: 1 !important;
    display: block !important;
    top: auto !important;
}

body #page-container .et_pb_section .animatedBtn.et_pb_button::before,
body #page-container .customForm .et_pb_button.et_pb_contact_submit:before{
    width: calc(100% - 0.1em) !important;
    transform: scaleX(1) !important;
    transform-origin: right !important;
    transition: transform .3s ease !important;
}

body #page-container .et_pb_section .animatedBtn.et_pb_button::after,
body #page-container .customForm .et_pb_button.et_pb_contact_submit:after{
    width: calc(100% - 0.1em) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform .3s ease .25s !important;
}

body #page-container .et_pb_section .animatedBtn.et_pb_button:hover::before,
body #page-container .customForm .et_pb_button.et_pb_contact_submit:hover:before{
    transform: scaleX(0) !important;
}

body #page-container .et_pb_section .animatedBtn.et_pb_button:hover::after,
body #page-container .customForm .et_pb_button.et_pb_contact_submit:hover:after{
    transform: scaleX(1) !important;
}
.customTestimonials .et_pb_testimonial_meta a:before {
	content: "\2014";
    position: absolute;
    left: 0;
    top: 0;
}
.customTestimonials .et_pb_testimonial_author,
.customTestimonials .et_pb_testimonial_meta{
    padding-left: 30px;
    position: relative;
}
.customTestimonials .et_pb_testimonial_meta {
    width: 70%;
	display: flex;
    flex-direction: column-reverse;
	margin-top: 25px;
}
.fullWidth.customTestimonials .et_pb_testimonial_meta{
	width: 100%;
}
.customTestimonials .et_pb_testimonial_position{
	margin:5px !important;
}
.customTestimonials .et_pb_testimonial_separator{
	display:none !important;
}

.horizontalMarquees .featured-marquee{
    width:100vw;
    max-width:100vw;
    overflow:hidden;
    position:relative;
    left:50%;
    right:50%;
    margin-left:-50vw;
    margin-right:-50vw;
}
.horizontalMarquees .marquee-track{
    display:flex;
    gap:60px;
    width:max-content;
}
.horizontalMarquees .logoLink{
	flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
}
.horizontalMarquees .logoLink img{
    max-width:190px;
    max-height:74px;
    display:block;
    object-fit:contain;
}

.bannerOverlay:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
}
.inlinePageLink .et_pb_link:after {
    content: '|';
    position: absolute;
    right: -15px;
    pointer-events: none;
	color: var(--gcid-body-color);
}
.inlinePageLink .et_pb_link:last-child:after{
	display:none;
}

.customGridData .et_pb_blurb:hover .et_pb_image_wrap img {
    transform: scale(1.03) translateZ(0);
}
.customGridData .et_pb_blurb .et_pb_image_wrap img {
    transform: scale(1) translateZ(0);
    transform-origin: center center;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.customGridData .et_pb_blurb .et_pb_image_wrap {
    overflow: hidden;
}
.customGridData .et_pb_blurb_content,
.customGridData .et_pb_blurb_content .et_pb_blurb_container {
    height: 100%;
}
.customGridData .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    margin-top: auto;
}
.customPodcastGrid .et_pb_blurb:hover .et_pb_image_wrap img {
    transform: scale(1.03) translateZ(0);
}
.customPodcastGrid .et_pb_blurb .et_pb_image_wrap {
    overflow: hidden;
	margin:0px;
}
.customPodcastGrid .et_pb_blurb .et_pb_main_blurb_image {
    width: 130px;
}
.customPodcastGrid .et_pb_blurb .et_pb_image_wrap img {
    transform: scale(1) translateZ(0);
    transform-origin: center center;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.customPodcastGrid .et_pb_blurb_container {
    vertical-align: middle;
	padding-left: 160px;
}
.customPodcastGrid .et_pb_blurb, .customPodcastGrid .et_pb_blurb .et_pb_blurb_content {
    min-height: 130px;
}
.customPodcastGrid .et_pb_blurb .et_pb_main_blurb_image {
    position: absolute;
    left: 0;
    top: 0;
}

.embedvideo .fluid-width-video-wrapper {
    aspect-ratio: 16 / 9;
}
.kenburns-bottom .et_pb_slide {
    -webkit-animation: kenburns-center 3.1s ease-out both;
            animation: kenburns-center 3.1s ease-out both;
}
.kenburns-bottom {
	padding-bottom: env(safe-area-inset-bottom);
}

@-webkit-keyframes kenburns-center {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
    }
    100% {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transform-origin: center center;
                transform-origin: center center;
    }
}

@keyframes kenburns-center {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
    }
    100% {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transform-origin: center center;
                transform-origin: center center;
    }
}
.kenburns-bottom .et-pb-arrow-prev,
.kenburns-bottom .et-pb-arrow-next,
.kenburns-bottom .et_pb_slider:hover .et-pb-arrow-prev,
.kenburns-bottom .et_pb_slider:hover .et-pb-arrow-next{
    transition: all .25s ease;
}
.kenburns-bottom .et-pb-arrow-prev,
.kenburns-bottom .et_pb_slider:hover .et-pb-arrow-prev{
	left:20px;
}
.kenburns-bottom .et-pb-arrow-next,
.kenburns-bottom .et_pb_slider:hover .et-pb-arrow-next{
	right:20px;
}
.customForm .lblShow{
	gap:16px;
}
.customForm .lblShow .et_pb_contact_form_label {
    display: block !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.customForm .et_pb_field_module_radio .et_pb_contact_field_options_list {
    display: flex;
    gap: 15px;
	flex-wrap:wrap;
}
.customForm .et_pb_field_module_radio .et_pb_contact_field_options_list .et_pb_contact_field_radio {
    width: auto !important;
}
.customForm .et_pb_contact_field .et_pb_contact_field_radio .input[type="radio"]+label i{
	margin-left:0px !important;
}
.customForm .et_pb_contact_field .et_pb_contact_field_checkbox .input[type="checkbox"]+label{
	display:flex;
	align-items:center;
}
.customForm .et_pb_contact_field .et_pb_contact_field_checkbox .input[type="checkbox"]+label i{
	margin-right:12px;
}
.customForm .et_pb_contact_field .et_pb_contact_field_options_list .et_pb_contact_field{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.customForm .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    margin-bottom: 20px;
    font-weight: 400;
}
.customForm .multipleRadio .et_pb_contact_field_options_list{
	flex-direction:column;
}
.et_pb_contact .et_pb_contact_field .et_contact_error {
	border:0px !important;
    border-bottom: 1px solid red !important;
}
.et-pb-contact-message {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    text-transform:uppercase;
    letter-spacing:2px
}
.et_pb_contact_select {
    text-transform: uppercase;
}
.et_pb_field_module_checkbox .et_pb_contact_field_options_list .et_pb_contact_field_checkbox {
    margin-bottom: 10px !important;
}
.et_pb_field_module_checkbox .et_pb_contact_field_options_list .et_pb_contact_field_checkbox:last-child{
	margin-bottom: 0px !important;
}
.customHomeHero .et_pb_code,
.customHomeHero .et_pb_code .et_pb_code_inner {
    height: 100%;
}
.next-slide {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    bottom: 60px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    z-index: 99999;
}
.next-slide:before {
    content: '';
    width: 15px;
    height: 15px;
    margin-left: -8px;
    top: 12px;
	position: absolute;
    left: 50%;
    border-radius: 0;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
	background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.3 17.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M24,7.2c-3.5,3.5-8.3,7.8-8.3,7.8S10,9.9,7.3,7.2L0,0V2L15.6,17.4,31.3,1.9V0Z'/%3E%3C/svg%3E") no-repeat;
    transform: translateY(-50%) ;
}
.customHomeHero .next-slide{
	box-shadow: inset 0 0 0 1px #4A4A4A;
}
.customHomeHero .next-slide:before{
	background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.3 17.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill:%234A4A4A;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24,7.2c-3.5,3.5-8.3,7.8-8.3,7.8S10,9.9,7.3,7.2L0,0V2L15.6,17.4,31.3,1.9V0Z'/%3E%3C/svg%3E%0A") no-repeat;
}
/* Order Online Button Styles */
@keyframes scroll {
  0% {
    opacity:1
  }
  100% {
    opacity:0;
    transform:translateY(20px)
  }
}
.customGridImages .et_pb_column {
    height: 100%;
}
.customGridImages .et_pb_column:first-child .et_pb_image{
	height:50%;
}
.customGridImages .et_pb_image .et_pb_image_wrap {
    height: 100%;
}
.customGridImages .et_pb_image .et_pb_image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-photo-accordion .custom-photo-accordion-item .custom-photo-accordion-trigger {
    cursor: pointer;
}

/* SVG is completely hidden until page is ready */
.gigi-svg-animation {
    opacity: 0;
    visibility: hidden;
}

/* Show SVG after page load */
.gigi-svg-animation.gigi-svg-start {
    opacity: 1;
    visibility: visible;
}


/* Heading starts hidden */
.gigi-animation-heading {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(60px);
}

/* Heading animation */
.gigi-animation-heading.gigi-heading-show {
    animation: gigiHeadingSlideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	visibility: visible !important;
    opacity: 1 !important;
}

.customGropOverlay .hoverShowGroup {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.customGropOverlay:hover .hoverShowGroup {
    opacity: 1;
}
.customForm .et-pb-contact-message p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
}
@keyframes gigiHeadingSlideUp {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.svgIconFT svg{
    width: 20px;
    height: 20px;
}

.page-template-default #et-main-area #main-content .container:before,
.search-results #et-main-area #main-content .container:before,
.category #et-main-area #main-content .container:before{
    display:none;
}
.page-template-default #et-main-area #main-content .container #left-area,
.search-results #et-main-area #main-content .container #left-area,
.category #et-main-area #main-content .container #left-area{
    width: 100%;
    padding-bottom: 80px;
}
@media(max-width:1199px){
	.fixHeader .et_pb_menu .et-menu>li{
		margin-left: 15px;
	}
	.customTestimonials .et_pb_testimonial_meta {
		width: 90%;
	}
	.fullWidth.customTestimonials .et_pb_testimonial_meta{
		width: 100%;
	}
	.et-pb-parallax-background--css {
		background-attachment: scroll !important;
	}
}
@media(max-width:980px){
	.fixHeader .et_pb_menu__wrap .mobile_menu_bar {
		transform: none;
	}
	.fixHeader .et_mobile_menu {
		position: fixed;
		padding: 0px;
		z-index: 9999999;
		box-shadow: none;
		top:73px;
		border-top:none;
	}
	.fixHeader .et_mobile_menu a{
		padding-left: 20px;
        padding-right: 20px;
	}
	.fixHeader .et_mobile_menu li:last-child a {
		border-bottom: none !important;
	}
	.customGridImages .et_pb_column {
		height: auto;
	}
	
}
@media(max-width:767px){
	.horizontalMarquees .horizontalGrid .logoLink img {
   	 	max-height: 65px;
	}
	.customTestimonials .et_pb_testimonial_meta {
        width: 100%;
    }
/* 	.customPodcastGrid .et_pb_blurb_content {
		padding-left: 85px;
	}
	.customPodcastGrid .et_pb_blurb_content .et_pb_main_blurb_image {
		position: absolute;
		left: 0;
	} */
	.customPodcastGrid .et_pb_blurb_container{
		padding-left:100px;
	}
	.removeBr br{
		display:none;
	}
	.page-template-default #et-main-area #main-content .container #left-area,
    .search-results #et-main-area #main-content .container #left-area,
    .category #et-main-area #main-content .container #left-area{
		width: 100%;
    	padding-bottom: 80px;
	}
	
}