/*
 Theme Name:   Hot Dish Advertising
 Theme URI:    https://hotdishad.com
 Description:  WordPress theme for Hot Dish Advertising
 Author:	   Hot Dish Advertising
 Template:     generatepress
*/
.yellow {
	color:var(--e-global-color-secondary);
}
#site-navigation, #sticky-navigation, #mobile-header {
	background: #000;
}
#sticky-navigation, #mobile-header {
	background-color: rgba(0,0,0,.7);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
-webkit-transition-property: background-color,-webkit-transform;
transition-property: background-color,-webkit-transform;
transition-property: background-color,transform;
transition-property: background-color,transform,-webkit-transform;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
width: 100%;
will-change: background-color;
}
#mobile-header {
	display: none!important;
}
.main-navigation .main-nav ul li:not(.menu-item-separator) a, .menu-toggle, .main-navigation .mobile-bar-items a {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.main-navigation .main-nav ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
	background-color: transparent;
	color: #F7EB00;
}
#mobile-header.toggled
.inside-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-widget {
	order: 10;
	overflow: visible;
}
.nav-float-right .header-widget {
	top: auto;
}
.nav-float-right .header-widget .widget {
	padding-bottom: 0;
}
.site-branding, .site-logo, .sticky-navigation-logo {
	position: absolute;
	top: 0;
	left: calc(50% + 15px);
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 200;
}
#mobile-header .mobile-bar-items {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin-left: auto;
}
#site-navigation {
	float: none;
	width: 100%;
}
.page-id-1121 #page:after, .page-id-33 #page:after, .page-id-35 #page:after, .page-id-37 #page:after, .page-id-39 #page:after, .page-id-182 #page:after {
	content:"Hot Dish Advertising";
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	position: absolute;
	z-index: 100;
	top: 65px;
	left: -150px;
}
.main-navigation:not(.slideout-navigation):not(.mobile-header-navigation) .main-nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-navigation .menu-item-separator {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 60px;
}
.main-navigation .menu-item-separator a {
	font-size: 0;
	background: transparent !important;
}
.slideout-navigation .menu-item-separator,
.main-navigation.toggled .menu-item-separator{
	display: none !important;
}
.no-margin-bottom, .no-margin-bottom p {
	margin-bottom: 0 !important;
}
.center {
	margin: 0 auto;
}
h2 {
	margin-bottom: 20px !important;
}
.element-hidden {
	opacity: 0;
}
.elementor-editor-active .element-hidden {
	opacity: 1;
}
@keyframes fadeInText {
    from {
        transform: translate3d(0,25px,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInText {
    from {
        transform: translate3d(0,25px,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes animateLeft {
    from {
        transform: translate3d(-25px,0,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes animateLeft {
    from {
        transform: translate3d(-25px,0,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes animateRight {
    from {
        transform: translate3d(25px,0,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes animateRight {
    from {
        transform: translate3d(25px,0,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes animateDown {
    from {
        transform: translate3d(0,-25px,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes animateDown {
    from {
        transform: translate3d(0,-25px,0);
				opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInSimple {
    from {
		opacity: 0;
    }
    to {
        opacity: 1
    }
}
.fadeIn.animated, .fade-in-element.animate-left, .fade-in-element.animate-right, .fade-in-element.animate-down, .fade-in-element.simple-fade {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
}
.fadeIn.animated {
	animation-delay: 300ms;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInText !important;
    -webkit-animation-name: fadeInText !important;
}
.fade-in-element.simple-fade {
	animation-delay: 300ms;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInSimple !important;
    -webkit-animation-name: fadeInSimple !important;
}
.fade-in-element.animate-down {
		animation-delay: 300ms;
    -webkit-animation-fill-mode: both;
    animation-name: animatedown !important;
    -webkit-animation-name: animateDown !important;
}
.fade-in-element.animate-left {
		animation-delay: 800ms;
    -webkit-animation-fill-mode: both;
    animation-name: animateLeft !important;
    -webkit-animation-name: animateLeft !important;
}
.fade-in-element.animate-right {
		animation-delay: 800ms;
    -webkit-animation-fill-mode: both;
    animation-name: animateRight !important;
    -webkit-animation-name: animateRight !important;
}
.fadeIn.animated.delay-1  {
	animation-delay: 500ms;
}
.fadeIn.animated.delay-2 {
	animation-delay: 700ms;
}
.fadeIn.animated.delay-3 {
	animation-delay: 900ms;
}
.fadeIn.animated.delay-4 {
	animation-delay: 1100ms;
}
.fadeIn.animated.delay-5 {
	animation-delay: 1300ms;
}
.faster-animation {
	animation-delay: 200ms;
}
@keyframes shine {
	to {
		background-position: 200% center;
	}
}
@-webkit-keyframes shine {
	to {
		background-position: 200% center;
	}
}
.arrow-nav {
	position: fixed;
    z-index: 599;
    text-align: center;
    top: 50%;
		transform: translateY(-50%);
    width: 80px;
    height: 80px;
		font-size: 14px;
		font-family: Montserrat, sans-serif;
		font-weight: 400;
    text-transform: uppercase;
		opacity: 0;
		transition: .3s;
}
.arrow-nav.active {
	opacity: 1;
	transition: .3s;
}
.next-page {
	right: 0;
}
.prev-page {
	left: 0;
}
.next-page .text {
	color: #0C76F7;
    position: absolute;
    right: -75px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.prev-page .text {
	color: #0C76F7;
	position: absolute;
	left: -75px;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.arrow-nav .arrow {
	top: 50%;
margin-top: 2px;
}
.arrow {
	position: relative;
border-bottom: 1px solid #0C76F7;
width: 35px;
height: 2px;
display: block;
margin-left: 40px;
}
.arrow:before {
	content: "";
    border-top: 1px solid #0C76F7;
    border-left: 1px solid #0C76F7;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 6px;
    width: 6px;
    left: 0px;
    top: -2px;
}
.arrow.right {
	margin-right: 40px;
    margin-left: auto;
}
.arrow.right:before {
	border-bottom: 1px solid #0C76F7;
    border-right: 1px solid #0C76F7;
    left: auto;
    right: 0;
    border-left: none;
    border-top: none;
}
@keyframes shootingLeft {
  0%   {margin-left: 50px;}
  33%  {margin-left: 35px;}
  66%  {margin-left: 55px;}
  100% {margin-left: -100px;}
}
.prev-page.animate-arrow .arrow {
  animation-name: shootingLeft;
  animation-duration: 1s;
	animation-timing-function: ease;
}
@keyframes shootingRight {
  0%   {margin-right: 50px;}
  33%  {margin-right: 35px;}
  66%  {margin-right: 55px;}
  100% {margin-right: -100px;}
}
.next-page.animate-arrow .arrow {
  animation-name: shootingRight;
  animation-duration: 1s;
	animation-timing-function: ease;
}
.home .featured-image {
	display: none;
}
#homepage-hero {
	opacity: 1;
}
#homepage-hero {
/* 	background-image: radial-gradient(circle at center, transparent 60%, #000 100%), url(/wp-content/uploads/2020/12/more-novignette.gif); */
/* 	background-image: radial-gradient(circle at center, transparent 60%, #000 100%), url(/wp-content/uploads/2020/12/more.mp4); */
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#homepage-hero::before, #homepage-hero::after, #homepage-hero .elementor-background-video-container::before, #homepage-hero .elementor-background-video-container::after {
  content: "";
  position: absolute;
  display: block;
  z-index:10;
}
#homepage-hero::before, #homepage-hero::after {
  left: 0;
  width: 100%;
}
#homepage-hero::before {
	top: 0;
	height: 90px;
  background: linear-gradient(to top, transparent 20%, #000 100%);
}
#homepage-hero::after {
	bottom: 0;
	height: 150px;
  background: linear-gradient(to top, #000 20%, transparent 100%);
}
#homepage-hero .elementor-background-video-container::before, #homepage-hero .elementor-background-video-container::after {
  height: 100%;
  width: 120px;
}
#homepage-hero .elementor-background-video-container::before {
  left: 0;
  background: linear-gradient(to left, transparent 20%, #000 100%);
}
#homepage-hero .elementor-background-video-container::after {
  right: 0;
  background: linear-gradient(to right, transparent 20%, #000 100%);
}
.blackout {
	background: #000;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}
.gradient-title h1, .gradient-title p {
  text-align: center;
  background: linear-gradient(to right, #F7EB00 20%, #F70CAB 40%, #F70CAB 60%, #F7EB00 80%);
	background: -webkit-linear-gradient(to right, #F7EB00 20%, #F70CAB 40%, #F70CAB 60%, #F7EB00 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	animation: shine 10s linear infinite;
	animation-direction: reverse;
}
.gradient-title h1 {
	font-size: 75px;
}
.mobile-break {
	display: none;
}
.hero-sticky, .desktop-sticky, .blog-sticky {
position: -webkit-sticky !important;
position: sticky !important;
top: 60px;
}
.blog-sticky {
	top: 0;
	z-index: -1;
}
.page-id-1121, .page-id-33 {
	background-color: #000000;
}
.franfocused {
	font-size: 48px;
}
.franfocused span {
	color: #F7EB00;
	font-family: Roboto, sans-serif;
	font-size: 65px;
	font-weight:300;
}
/* Gradient Button */
.btn-yellow1, .btn-yellow2, .btn-pink1, .btn-pink2 {
	position: relative;
  padding: 10px 40px;
  font-size: 1.2rem;
  border: none!important;
  cursor: pointer;
  outline: none;
  overflow: hidden;
	border-radius: 50px;
}
.btn-yellow1, .btn-yellow2 {
  background: #F7EB00!important;
	color: #000000;
}
.btn-pink1, .btn-pink2 {
  background: #AB1179!important;
	color: #ffffff;
}
.btn-yellow1 span, .btn-yellow2 span, .btn-pink1 span, .btn-pink2 span {
	font-family: Roboto, sans-serif;
	font-size:18px;
	font-weight: 700;
  position: relative;
}
.btn-yellow1 span, .btn-yellow2 span {
	color: #000000;
}
.btn-pink1 span, .btn-pink2 span {
	color: #ffffff;
}
.btn-yellow1:before, .btn-yellow2:before, .btn-pink1:before, .btn-pink2:before {
  --size: 0;
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}
/* .btn-yellow1:before {
  background: radial-gradient(circle closest-side, #F70CAB, transparent);
} */
.btn-yellow1:before, .btn-yellow2:before {
  background: radial-gradient(circle closest-side, #0C76F7, transparent);
}
.btn-pink1:before, .btn-pink2:before {
  background: radial-gradient(circle closest-side, #1006FD, transparent);
}
.btn-yellow1:hover:before, .btn-yellow2:hover:before, .btn-pink1:hover:before, .btn-pink2:hover:before {
  --size: 400px;
}
/* Gradient Button End */
.center-btn {
	text-align: center;
}
.no-padding-section .elementor-element-populated {
	padding: 0 !important;
}
.client-quote, .client-name, .client-title, .client-since, .case-study-quote {
	color: #ffffff;
	font-family: Roboto, sans-serif;
	margin-bottom: 0;
}
.client-quote, .case-study-quote {
	font-size: 34px !important;
	margin-bottom: 25px;
}
.client-quote {
	font-weight: 400;
}
.case-study-quote {
	line-height:40px !important;
	font-weight:700;
}
.client-name {
	color: #F7EB00;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}
.client-title, .client-since {
	font-size: 14px !important;
	line-height:18px !important;
}
.client-title {
	margin-bottom: 15px;
}
.client-since {
	font-weight: 700;
}
.client-quote::before, .case-study-quote::before {
	background-image: url(/wp-content/uploads/2020/12/testimonial-quote.png);
	background-size: 148px 100px;
	width: 148px;
	height: 100px;
	content: "";
	position: absolute;
	left: -100px;
	top: -55px;
}
.client-since::before {
	background-image: url(/wp-content/uploads/2020/12/yellow-plus.png);
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
		margin-right: 5px;
		margin-bottom: -4px;
}
.testimonial-scroll .premium-hscroll-fixed-content {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial-carousel .carousel-arrow {
	margin-top: -60px !important;
}
.testimonial-carousel .slick-disabled {
	opacity: .4;
}
.elementor-widget-image-gallery.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
.gallery-columns-2, .gallery-columns-6 {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.inner-section-custom-padding .elementor-column .elementor-column-wrap {
	padding: 0 10px 10px 10px !important;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circle-rotate img {
  -webkit-animation: rotating 35s linear infinite;
  -moz-animation: rotating 35s linear infinite;
  -ms-animation: rotating 35s linear infinite;
  -o-animation: rotating 35s linear infinite;
  animation: rotating 35s linear infinite;
}
.franch-strong-section .elementor-widget-image {
	margin-bottom: 0 !important;
}
.franch-strong-stats {
	max-width: 80%;
	margin: 0 auto;
}
.franch-strong-stats .elementor-counter-number, .franch-strong-stats .elementor-counter-number-suffix {
	font-size: 46px;
}
.franch-strong-stats .elementor-counter-number-suffix {
	font-size: 30px;
}
.franch-strong-stats .elementor-counter .elementor-counter-title {
	font-size: 14px;
}
.custom-gradient-background {
	background-image: linear-gradient(180deg, #6D0CAE 0%, #7E0D9F 10%, #AB1179 40%, #C45A51 100%) !important;
}
.premium-fancy-text-wrapper .premium-fancy-list-items {
	text-align: right !important;
	margin-right: 10px !important;
}
.careers-heading .premium-fancy-text {
	width:100%;
}
.careers-heading .premium-fancy-text-wrapper .premium-fancy-list-items {
	text-align:center !important;
	margin-right:0!important;
}
.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper:first-child {
	width: 220px !important;
}
.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper:first-child span {
	width: 100%;
	text-align: right;
}
.how-we-do-it {
	cursor: default;
}
.how-we-do-it:hover h3, .how-we-do-it:focus h3 {
	background: linear-gradient(to right,#AB1179 10%, #1006FD);
	background: -webkit-linear-gradient(to right,#AB1179 10%, #1006FD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	transition: .3s;
}
.desc {
	color: #000000;
	opacity: 0;
}
.how-we-do-it:hover .desc, .how-we-do-it:focus .desc  {
	opacity: 1;
	transition: .3s;
}
.blue-number .elementor-icon svg .cls-1 {
	fill: #0C76F7;
}
.blue-number .elementor-icon svg text {
	fill: #ffffff;
}
.yellow-number .elementor-icon svg .cls-1 {
	fill: #F7EB00;
}
.yellow-number .elementor-icon svg text {
	fill: #000000;
}
.how-we-do-it:hover .blue-number .elementor-icon svg .cls-1, .how-we-do-it:hover .yellow-number .elementor-icon svg .cls-1, .how-we-do-it:focus .blue-number .elementor-icon svg .cls-1, .how-we-do-it:focus .yellow-number .elementor-icon svg .cls-1  {
	fill: #AB1179;
}
.how-we-do-it:hover .blue-number .elementor-icon svg text, .how-we-do-it:hover .yellow-number .elementor-icon svg text, .how-we-do-it:focus .blue-number .elementor-icon svg text, .how-we-do-it:focus .yellow-number .elementor-icon svg text {
	fill: #ffffff;
}
.how-we-do-it .elementor-icon svg .cls-2 {
	stroke: none;
}
.hot-dish-effect {
	max-width: 70%;
	margin: 0 auto;
}
.hot-dish-effect {
	font-size: 45px;
}
.hot-dish-effect .plus, .mobile-plus {
	display: block;
	font-size: 84px;
	font-weight: 100;
	margin-bottom: 10px;
}
.what-we-do-list p, .what-we-do-list strong {
	margin-bottom: 7px;
}
.what-we-do-list ul {
	font-size: 16px;
	margin: 0 0 1.5em 1.5em;
}
.job-listing .elementor-icon svg {
	fill: #F7EB00;
}
.elementor-posts .elementor-post__excerpt p:after {
	content:"...";
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
	padding: 0 30px !important;
	margin-top: 0 !important;
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.elementor-posts .elementor-post__card .elementor-post__text {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.elementor-pagination .page-numbers.next, .elementor-pagination .page-numbers.prev {
		visibility: hidden;
    position: relative;
		font-size: 0px;
}
.elementor-pagination .page-numbers.prev::before, .elementor-pagination .page-numbers.next::after, .post-navigation__prev--label::before, .post-navigation__next--label::after {
	visibility: visible;
	background-size: 25px 16px;
	display: inline-block;
	width: 25px;
	height: 16px;
	content: "";
}
.post-navigation__prev--label::before, .post-navigation__next--label::after {
	background-size: 22px 12px;
	width: 22px;
	height: 12px;
}
.elementor-pagination a.page-numbers.prev::before, .post-navigation__prev--label::before {
	background-image: url(/wp-content/uploads/2020/12/left-arrow.svg);
}
.elementor-pagination a.page-numbers.next::after, .post-navigation__next--label::after {
	background-image: url(/wp-content/uploads/2020/12/right-arrow.svg);
}
.elementor-pagination a.page-numbers.prev:hover::before, .post-navigation__prev--label:hover::before {
	background-image: url(/wp-content/uploads/2020/12/left-arrow-yellow.svg);
}
.elementor-pagination a.page-numbers.next:hover::after, .post-navigation__next--label:hover::after {
	background-image: url(/wp-content/uploads/2020/12/right-arrow-yellow.svg);
}
.custom-hot-dish-section {
	position: relative;
	z-index: -1;
}
/* .custom-hot-dish-section .elementor-row {
	height: 100vh;
    position: fixed;
    left: 0;
    top: 100px;
	padding: 200px 0;
}
.custom-hot-dish-section .elementor-row .elementor-column {
	top: -100px;
} */
.custom-hot-dish-section .elementor-widget-html {
	height: 100vh;
    position: fixed;
    left: 0;
    top: 45%;
}
.hot-dish-heading {
	text-align: center;
}
.hot-heading, .dish-heading {
	font-size: 50px;
	font-family: Montserrat, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: #000000;
	-webkit-text-stroke-width: 2px;
}
.hot-dish-inner-div p {
	font-size: 24px;
}
.hot-heading.active, .dish-heading.active {
	-webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.hot-dish-underline {
	overflow: hidden;
	width: 252px;
	margin: -10px auto 20px auto;
}
.underline-mask {
	overflow: hidden;
  width: 108px;
	transform-style: preserve-3d;
	transition: transform 800ms ease 0s;
	transform: translateX(0px) translateY(0px) translateZ(0px);
}
.underline {
	width: 148px;
  height: 21px;
  background-image: url(/wp-content/uploads/2020/12/white-underline.jpg);
  background-position: 0px 0px;
  background-size: 148px;
  background-repeat: no-repeat;
	transform-style: preserve-3d;
  transition: transform 800ms ease 0s;
  transform: translateX(0px) translateY(0px) translateZ(0px);
}
.underline-mask.active {
	transform-style: preserve-3d;
	transition: transform 800ms ease 0s;
	transform: translateX(129px) translateY(0px) translateZ(0px);
	width: 122px;
}
.hot-dish-container {
	position: relative;
	width: 70%;
	margin: 0 auto;
	max-width: 500px;
}
.hot, .dish {
	transition: opacity 200ms ease 0s, transform 800ms ease 0s;
	transform-style: preserve-3d;
	opacity: 0;
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: auto;
		text-align: center;
}
.hot {
    transform: translateX(30px) translateY(0px) translateZ(0px);
}
.dish {
    transform: translateX(-30px) translateY(0px) translateZ(0px);
}
.hot.active, .dish.active  {
    transition: opacity 800ms ease 0s, transform 800ms ease 0s;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
}
.hot-img, .dish-img {
	position: absolute;
	top: 0;
	opacity: .3;
/* 	top: 60%; */
  transform: translateY(-60%);
	max-width: 30%;
}
.hot-img {
	left: -5%;
}
.dish-img {
	right: -5%;
}
.hot-img.active, .dish-img.active {
	opacity: 1;
	transition: opacity 800ms ease 0s, transform 800ms ease 0s;
}

.dish.hide, .dish-heading.hide, .dish-img.hide, .hot.hide, .hot-heading.hide, .hot-img.hide, .underline-mask.hide {
	opacity: 0;
	transition: opacity 800ms ease 0s, transform 800ms ease 0s;
}
.smart-leads-video .eicon-play:before {
	content:'play';
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #000000;
	position: absolute;
	left: 26px;
	top: 38px;
	transition: .3s;
}
.smart-leads-video .elementor-custom-embed-play {
	background-color: #ffffff;
	border-radius: 100%;
	box-shadow: 0 0 20px #4a4a4a;
	width: 100px;
	height: 100px;
	transition: .3s;
}
.smart-leads-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play {
	width: 105px;
	height: 105px;
  transition: .3s;
}
.smart-leads-video .elementor-custom-embed-image-overlay:hover .eicon-play:before {
	left: 29px;
	top: 41px;
	transition: .3s;
}
.leadership-team {
	padding: 20px;
}
.leadership-team img {
	width: 100% !important;
	max-width: 300px !important;
}
.leadership-team p {
	text-align: center;
	line-height: 1.2em;
}
.leadership-team .name {
	color: #F7EB00;
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
}
.leadership-team .title {
	color: #ffffff;
	font-size: 20px;
}
.core-values p {
	max-width: 400px;
	margin: 0 auto;
}
.premium-unfold-gradient {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(#000)) !important;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%) !important;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%) !important;
}
.premium-unfold-content-wrap h3 {
	font-size: 22px !important;
}
.page-id-188 #page a, .page-id-190 #page a, .page-id-186 #page a {
	color: #1006FD;
	text-decoration: underline;
}
.page-id-188 #page a:hover, .page-id-190 #page a:hover, .page-id-186 #page a:hover {
	color: #AB1179;
	text-decoration: none;
}
.single {
	background-color: #000000;
}
.single .elementor-element .elementor-widget-container h2 {
	font-size: 26px;
}
.single .elementor-element .elementor-widget-container h3 {
	font-size: 24px;
	text-transform: none;
}
.single .elementor-element .elementor-widget-container p, .single .elementor-element .elementor-widget-container ol, .single .elementor-element .elementor-widget-container ul  {
	font-size: 18px;
	line-height: 1.6em;
}
.single .elementor-element .elementor-widget-container .wp-block-quote.is-large p, .single .elementor-element .elementor-widget-container .wp-block-quote.is-style-large p {
	font-size: 24px;
}
.single .elementor-element .elementor-widget-container p a {
	text-decoration: underline;
	text-decoration-color: #9e9e9e;
}
.single .elementor-element .elementor-widget-container p a:hover {
	background: linear-gradient(90deg,#AB1179,#1006FD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-decoration-color: #0C76F7;
}
.new-business-logos img {
	max-height: 70px;
	width: auto;
}
.elementor-social-icon {
	background-color: transparent !important;
}
.elementor-social-icon svg {
	-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.elementor-social-icon:hover svg, .elementor-social-icon:focus svg {
	transform: scale(1.2);
	-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.phone a {
	color: #ffffff !important;
	transition: .3s;
}
.phone a:hover, .phone a:focus {
	color: #F7EB00 !important;
	transition: .3s;
}
.phone a::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #F7EB00;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
.phone a:hover::before, .phone a:focus::before {
	visibility: visible;
	transform: scaleX(1);
}
.page-suggestion .elementor-icon-list-item:hover, .page-suggestion .elementor-icon-list-item:focus {
	transform: scale(1.1);
	-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.grecaptcha-badge { visibility: hidden; }
.gfield, .gfield .ginput_container, .gfield .ginput_container input  {
	margin-top: 0 !important;
}
.gform_required_legend {
	display:none!important;
}
input[type="text"], .gform_wrapper textarea, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
	color: #ffffff!important;
}
.ginput_container:not(.ginput_recaptcha):focus-within {
	border-bottom: 1px solid transparent;
}

.ginput_container:not(.ginput_recaptcha) {
	position: relative;
}
.ginput_container:not(.ginput_recaptcha):after {
	content: '';
		position: absolute;
		bottom: 0;
		left: 0;
    width: 0%;
		height: 5px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		background-image: linear-gradient(to right,#0C76F9,#F7EB00);
}
input#input_1_1 {
    border: solid 1px white;
    transition: all .2s ease-in-out;
}
input#input_1_1:focus {
    border-color: transparent;
}
.ginput_container:not(.ginput_recaptcha):focus-within:after {
    width: 100%;
}
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container select {
	font-size: 20px !important;
}
.gform_wrapper .gfield_description, .gform-field-label {
    color: #f7eb00;
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 1.5em !important;
    margin-top: 10px;
    padding: 0 0 15px !important;
    text-transform: uppercase;
}
.ginput_container:not(.ginput_recaptcha) {
	border-bottom: 1px solid #fff;
}
.ginput_container_checkbox {
	border-bottom: 0!important;
}
.ginput_container_textarea {
	border: 1px solid #ffffff;
}
.gfield--has-description .gfield_description {
    display: inline;
    margin-left: 8px;
    font-weight: normal;
}

.ginput_container input, .ginput_container textarea, .ginput_container input, .ginput_container select {
	border: none;
	background-color: transparent !important;
}
.ginput_container select {
	height: 40px;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 30px !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 30px !important;
}
.gform_footer input[type=submit] {
	font-family: "Roboto", Sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 24px;
    color: var(--e-global-color-23b2275);
    background-color: var(--e-global-color-secondary);
    border-radius: 27px;
    padding: 16px 58px;
}
@media only screen and (max-width: 500px) {
	.gform_footer input[type=submit] {
		padding: 8px 45px;
	}
}
.gform_footer input[type=submit]:hover, .gform_footer input[type=submit]:focus {
	background-color:var(--e-global-color-a32a1af)!important;
	color:#fff!important;
}
.gform_wrapper .gform_footer {
	text-align: right;
}
.gform_wrapper .gfield_checkbox li label {
	margin-left: 7px !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    font-size: 18px !important;
    color: #fff;
    font-family: 'Roboto' !important;
    text-transform: none;
    font-weight: normal;
    margin-top: 0;
    padding-bottom: 0 !important;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] {
	opacity: 0;
	width: 30px;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] + label::before {
	content: '';
	position: absolute;
	display: inline-block;
	border: 1px solid #ffffff;
	width: 22px;
	height: 22px;
	background: transparent;
	top: 6px;
	left: 3px;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] + label::after {
	content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
	top: 9px;
	left: 6px;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label::after {
	background: #F7EB00;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:focus + label::before {
	box-shadow: 0 0px 4px #F7EB00;
  border: 2px solid #ffffff;
}
.gform_wrapper .gchoice {
	position: relative;
}
.ginput_container_checkbox:after {
	display: none;
}
#gform_2 ul.gfield_checkbox {
	column-count: 1;
}
#gform_1 .ginput_container_email {
	width: 70%;
	margin-left: 0;
	margin-top: 0;
}
#gform_1 input[type=submit] {
	font-size: 14px !important;
	padding: 5px 16px;
}
#gform_1 .gform_footer {
	position: absolute;
	left: 70%;
	bottom: 5px;
	max-width:100px;
}
#gform_fields_1 .gfield_label {
	color: #F7EB00;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-size:13px;
	font-weight:700;
}
#gform_fields_1 .gfield_label .gfield_required {
	display: none;
}
#gform_fields_1 input[type="text"] {
	background-color: transparent !important;
	color: #ffffff;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 14px !important;
}
#gform_fields_1 .ginput_container {
	border-bottom: none;
}
.gform_fileupload_rules {
	font-size:14px!important;
}
#input_1_1::placeholder, #input_4_9::placeholder {
  color: #ffffff;
  opacity: 1;
}
#input_1_1:-ms-input-placeholder, #input_4_9:-ms-input-placeholder {
  color: #ffffff;
}
#input_1_1::-ms-input-placeholder, #input_4_9::-ms-input-placeholder {
  color: #ffffff;
}
#input_2_8, #input_4_8 {
	color: #ffffff;
	background-color: #000000!important;
	font-family: Montserrat, sans-serif !important;
  opacity: 1;
	font-size: 16px !important;
}
#input_2_8 {
	height:46px;
}
#field_2_5 {
	padding-top:30px;
}
#gform_2 .gfield {
	padding-left:7px;
	padding-right:7px;
}
/* #gform_2 ul, #gform_4 ul {
	column-count: 2;
} */
#gform_4 ul {
	column-count: 2;
}
/* #field_2_5 {
	padding-top: 105px !important;
} */
#field_2_6 {
	padding-left: 0 !important;
}
.gform_wrapper .validation_message, .gform_wrapper div.validation_error {
	color: #F70CAB !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #000000 !important;
	border-top: none !important;
	border-bottom: none !important;
}
#gform_1 .validation_error {
	color: #F7EB00 !important;
	font-size: 16px !important;
	line-height: 1.5em;
	margin-bottom: 0;
}
#gform_1 #validation_message_1_1 {
	color: #F7EB00 !important;
	font-size: 12px!important;
}
#gform_1 .validation_error ~ .gform_footer {
	bottom: 57px !important;
}
.gform_wrapper #field_1_1.gfield.gfield_error, .gform_wrapper #field_1_1.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
}
.gform_wrapper div.validation_error {
	border-top: 2px solid #F70CAB !important;
  border-bottom: 2px solid #F70CAB !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: 1px solid #F70CAB !important;
}
#gform_confirmation_message_1 {
	color: white;
	text-align: center;
	margin-top: 20px;
	line-height: 1.2em;
	font-weight: 700;
}
#gform_2 .validation_message {
	margin-top: -5px;
	padding-bottom: 0 !important;
}
.gform_wrapper select {
	font-size: 16px !important;
}
#pwbox-108741 {
	color:black!important
}
#field_4_10 {
	color: #ffffff;
}
#input_4_10 {
	font-size: 14px !important;
	width: 100%;
}
.site-content .post-password-form {
	max-width:1200px;
	margin: 0 auto;
	padding: 30px;
	min-height:40vw;
	display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-content .post-password-form p {
	display: block;
}
#gfield_description_1_1 {
    display: block;
    margin: 0;
    font-size: 11px !important;
    text-transform: none;
    color: #fff;
    font-weight: normal;
}
#field_1_1 label {
	padding-bottom: 0 !important;
}
.mobile.menu-item {
	display: none!important;
	    background:var(--e-global-color-secondary);
    
}
.mobile.menu-item a {
	color:var(--e-global-color-23b2275)!important;
}
@media only screen and (max-width: 767px) {
	.mobile.menu-item {
	display: none!important;
}
}
@media only screen and (min-width: 769px) {
	.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a, .site-logo a:hover img, .site-logo a:focus img {
		background-color: transparent;
		color: #F7EB00;
		transform: scale(1.2);
		-webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}
	.site-logo a img, .site-logo a img, .sticky-navigation-logo a img {
		-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		padding-right:15px;
	}
	.main-navigation .main-nav ul li > a, .main-navigation .main-nav ul li > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item > a, .main-navigation .menu-bar-item.sfHover > a {
		-webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}
	.main-navigation .main-nav ul li:nth-child(2) a {
		padding-right: 20px;
	}
	.main-navigation .main-nav ul li:nth-child(4) a {
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1400px) {
		.elementor-grid-5 .elementor-grid {
			grid-template-columns: repeat(4,1fr) !important;
		}
		.home-blog-posts .elementor-posts .elementor-post:nth-child(5) {
			display: none;
		}
	}
@media only screen and (max-width: 1200px) {
	.hot-dish-effect {
		font-size: 3.5vw;
	}
	.hot-dish-effect .plus {
		font-size: 6vw;
	}
}
@media only screen and (max-width: 1150px) {
	.gradient-title h1 {
			font-size: 60px;
	}
	.franfocused {
		font-size: 35px;
	}
	.franfocused span {
		font-size: 52px;
	}
	.franch-strong-stats .elementor-counter-number, .franch-strong-stats .elementor-counter-number-suffix {
		font-size: 3.5vw;
	}
	.franch-strong-stats .elementor-counter-number-suffix {
		font-size: 2.5vw;
	}
	.franch-strong-stats .elementor-counter .elementor-counter-title {
		font-size: 1vw;
	}
}
@media only screen and (max-width: 1024px) {
	.desktop-sticky, .blog-sticky {
	position: relative !important;
	top: 0;
	}
	#homepage-hero {
		background-position: 22% center;
	}
	.client-quote, .case-study-quote {
		font-size: 30px !important;
	}
	.case-study-quote {
		line-height:38px !important;
	}
	.client-quote::before, .case-study-quote::before {
		background-size: 89px 60px;
		width: 89px;
		height: 60px;
		left: -60px;
		top: -20px;
	}
	.column-1 {
		order: 2;
	}
	.column-2 {
		order: 1;
	}
	.column-3 {
		order: 3;
	}
	.column-1 nav {
		align-self: center;
	}
	.column-1 .phone {
		text-align: center;
	}
	.elementor-grid-5 .elementor-grid {
		grid-template-columns: repeat(3,1fr) !important;
	}
	.home-blog-posts .elementor-posts .elementor-post:nth-child(4) {
		display: none;
	}
	.fadeIn.animated.delay-1, .fadeIn.animated.delay-2, .fadeIn.animated.delay-3, .fadeIn.animated.delay-4, .fadeIn.animated.delay-5 {
		animation-delay: 300ms;
	}
	.desc {
		opacity: 1;
	}
	.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper:first-child {
		width: 190px !important;
	}
	.hot-dish-effect-mobile {
		font-size: 35px;
		padding-bottom: 15px;
    background: linear-gradient( to right, #0C76F7 30%, #F7EB00 80%) right bottom #fff no-repeat;
    background-size: 100% 5px;
		max-width: 400px;
		margin: 0 auto;
	}
	.mobile-plus {
		font-size: 65px;
		margin-bottom: 15px;
	}
	.hot-img, .dish-img  {
		top: -100px;
		max-width: 40%;
	}
	.hot-dish-inner-div p {
		font-size: 20px;
	}
	.single .elementor-posts-container article:nth-child(3) {
		display: none;
	}
	.fade-in-element.animate-left {
		animation-delay: 300ms;
}
.fade-in-element.animate-right {
		animation-delay: 300ms;
}
	.phone a::before {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
	}
	#gform_1 .ginput_container_email {
		width: 100%;
	}
	#gform_1 {
		max-width: 300px;
	}
	#gform_1 .gform_footer {
		position: relative;
		left: 0;
		bottom: 0;
		text-align: center;
		max-width: 100%;
		margin-top: 0;
	}
	#gform_fields_1 .gfield {
		text-align: center;
	}
	#gform_1 .validation_error ~ .gform_footer {
		bottom: 5px !important;
	}
	.site-footer .elementor-element-c90e769 {
		background-image: linear-gradient(180deg, #AB1179 0%, #1006FD 100%) !important;
	}
}
@media only screen and (max-width: 950px) {
	.gradient-title h1 {
			font-size: 45px;
	}
	.franfocused {
		font-size: 28px;
	}
	.franfocused span {
		font-size: 45px;
	}
}
@media only screen and (max-width: 768px) {
	.inside-header>:not(:last-child):not(.main-navigation) {
		margin-bottom: 0;
  }
	.main-navigation.toggled .main-nav li, .main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
		background: #000;
		text-align: center;
	}
	.main-navigation .main-nav ul li[class*="current-menu-"] > a {
		color: #F7EB00;
	}
	.site-branding, .site-logo, .sticky-navigation-logo {
		left: calc(50% - 8px);
	}
	button.menu-toggle:hover, button.menu-toggle:focus, .main-navigation .menu-toggle  {
		color: #F7EB00;
	}
	#page:after, .page-id-1121 #page:after, .page-id-33 #page:after, .page-id-35 #page:after, .page-id-37 #page:after, .page-id-39 #page:after, .page-id-182 #page:after {
		content:" ";
	}
	/* #mobile-header {
		z-index: 100;
		margin-top: 0px;
		position: fixed;
		top: 0px;
	} */
	#mobile-header.toggled {
		position: sticky !important;
		top: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	#homepage-hero {
		background-position: 26% center;
	}
	.client-quote, .case-study-quote {
		font-size: 20px !important;
		line-height: 1.3em !important;
	}
	.client-quote::before, .case-study-quote::before {
		left: -40px;
	}
	.gallery-columns-2, .gallery-columns-6 {
		margin-bottom: 10px;
	}
	.elementor-image-gallery figure img {
		max-height: 50px;
	}
	.logo-parade-cont .elementor-image img {
		max-height: 60px;
		max-width:105px;
		height:auto;
		width: 100%;
	}
	.logo-gallery {
		width: 50% !important;
	}
	.logo-gallery .elementor-widget-container, .logo-gallery .elementor-widget-container .elementor-image-gallery, .logo-gallery .elementor-widget-container .elementor-image-gallery .gallery-columns-2 {
		height: 100%;
	}
	.logo-parade-col-1 {
		order: 2;
	}
	.logo-parade-col-2 {
		order: 1;
	}
	.logo-parade-col-3 {
		order: 3;
	}
	.gallery-columns-6 {
		display: block;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 33.33% !important;
	}
	.franch-strong-stats .elementor-counter-number, .franch-strong-stats .elementor-counter-number-suffix {
		font-size: 7vw;
	}
	.franch-strong-stats .elementor-counter-number-suffix {
		font-size: 6vw;
	}
	.franch-strong-stats .elementor-counter .elementor-counter-title {
		font-size: 2vw;
	}
	.elementor-grid-5 .elementor-grid {
		grid-template-columns: repeat(2,1fr) !important;
	}
	.home-blog-posts .elementor-posts .elementor-post:nth-child(3) {
		display: none;
	}
	.what-we-do-list {
		max-width: 260px;
		margin: 0 auto;
	}
	.hot-dish-inner-div p {
		font-size: 18px;
	}
	.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper:first-child {
		width: auto !important;
		display: block;
	}
	.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper:first-child span {
		text-align: center;
	}
	.premium-unfold-content-wrap h3 {
		font-size: 20px !important;
	}
	.wp-block-image .alignleft, .wp-block-image .alignright {
		float: none;
		margin: 0 auto;
	}
	.single .elementor-element .elementor-widget-container h2 {
		font-size: 22px !important;
	}
	.single .elementor-element .elementor-widget-container h3 {
		font-size: 20px !important;
	}
	.single .elementor-element .elementor-widget-container .wp-block-quote.is-large p, .single .elementor-element .elementor-widget-container .wp-block-quote.is-style-large p {
		font-size: 22px;
	}
	#gform_2 ul, #gform_4 ul {
		column-count: 1;
	}
	#field_2_5 {
		padding-top: 40px !important;
	}
}
@media only screen and (max-width: 725px) {
	.mobile-break {
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	.elementor-grid-5 .elementor-grid {
		grid-template-columns: repeat(1,1fr) !important;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0 !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 0 !important;
	}
}
@media only screen and (max-width: 515px) {
	.franfocused span {
		display: block;
	}
	.franfocused {
		font-size: 30px;
	}
}
@media only screen and (max-width: 450px) {
	.gradient-title h1 {
			font-size: 37px;
	}
	.premium-fancy-text {
		display: block !important;
	}
	.premium-fancy-text-wrapper .premium-fancy-list-items {
		text-align: center !important;
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 350px) {
	.gradient-title h1 {
			font-size: 33px;
	}
	.franfocused {
		font-size: 25px;
	}
}
@media only screen and (max-height: 900px) and (min-width: 1024px) {
	.elementor-1121 .elementor-element.elementor-element-feaadf7 .premium-hscroll-sections-wrap {
		padding-top: 60px !important;
	}
}
@media only screen and (max-height: 700px) and (min-width: 1024px) {
	.elementor-1121 .elementor-element.elementor-element-feaadf7 > .elementor-widget-container {
		margin: 0 0 -150px 0 !important;
	}
	.elementor-1218 .elementor-element.elementor-element-ef22b58 {
		padding: 120px 60px 0 60px !important;
	}
}
@media only screen and (max-height: 575px) and (min-width: 1024px) {
	.elementor-1121 .elementor-element.elementor-element-feaadf7 > .elementor-widget-container {
		margin: 0 0 -100px 0 !important;
	}
}
.flip-x {
  animation: flipconstant 12s ease-in-out infinite;
  transform-origin: 50% 0%;
	animation-delay: 3s;
}

.rotate {
  animation: rotateconstant 16s ease-in-out infinite;
  transform-origin: 50% 50%;
	animation-delay: 5s;
}
.rotate-late {
  animation: rotateconstant 16s ease-in-out infinite;
  transform-origin: 50% 50%;
  animation-delay: 9s;
}

@keyframes flipconstant {
  0% {
    transform: rotateY(0deg)
      
  }
  4.167% {
    transform: rotateY(0deg)
  }
  8.333% {
    transform: rotateY(180deg)
  }
  12.5% {
    transform: rotateY(180deg)
  }
  16.667% {
    transform: rotateY(0deg)
  }
  100% {
    transform: rotateY(0deg)
  }
}


@keyframes rotateconstant {
  0% {
    transform: rotate(0deg);
      
  }
  4.167% {
    transform: rotate(0deg)
  }
  8.333% {
    transform: rotate(180deg)
  }
  12.5% {
    transform: rotate(180deg)
  }
  16.667% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(0deg)
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	color: #ffffff!important;
}
.three-col {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
@media only screen and (min-width: 767px) {
	.three-col {
		-moz-column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		column-count: 2;
		column-gap: 60px;
	}
}
@media only screen and (min-width: 1025px) {
	.three-col {
		-moz-column-count: 3;
		-moz-column-gap: 60px;
		-webkit-column-count: 3;
		-webkit-column-gap: 60px;
		column-count: 3;
		column-gap: 60px;
	}
}
