/* 
Theme Name: ONCE Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Customized Hello Elementor Theme by the Once Interactive Team.
Author: Once Interactive
Author URI: https://onceinteractive.com
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
*/


/* General */

html, body {
    overflow-x: hidden;
	--layout-container: 1366;
}

.elementor-button:focus, button:focus, a:focus, input:focus {
    outline: none !important;
}

a, a:hover button, button:hover, a path, a:hover path, .elementor-button, .elementor-button:hover, a .elementor-icon-list-text, a .elementor-icon-list-icon i, a img, a:hover img {
    transition: all .3s ease-in-out !important;
}


/* ::selection {
    background: #A6CE39;
    color: #FFF;
} */

::placeholder {
    opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}

.no-mb, .no-mb * {
    margin-bottom: 0 !important;
}

.swiper-button a, .menu-item{
	position: relative;
}

.swiper-button a span{
	z-index: 100;
}

.swiper-button a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	z-index: 1;
	transition: transform .5s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
	/* background: #ECB910; */ /* Uncomment this and change the background color for the hover color*/
}

.swiper-button a:hover, .swiper-button a:focus, .swiper-button a:active{
	background-color: transparent !important;
}

.swiper-button a:hover::before, .swiper-button a:active::before, .swiper-button a:focus::before{
	transform: scaleX(1);
	transform-origin: bottom left;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a{
	/*background: linear-gradient(to right, #F1B209, #F1B209 50%, #007EFF 50%); */ /* Uncomment this and change the background color for the hover color, the first 2 colors are the hover and the last is the current color */
	overflow: hidden;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	display: inline !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a *:not(br){
	display: inline !important;
}

body:not(.is_underline) .swiper-text a{
	text-decoration: none !important;
}
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:hover, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:focus, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:active{
	background-position: 0 100%;
	opacity: 1 !important;
}

.fake-background{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

.fake-background-content{
	z-index: 10;
}

.fake-background.overlay +.fake-background-content::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .21); //change for the opacity that you want
	z-index: 1;
}

.fake-background.overlay +.fake-background-content > div{
	z-index: 10;
}

.full-img *, .full-img{
	height: 100% !important;
}

.fit-img, .fit-img *{
	width: 100% !important;	
}

.full-img img, .fit-img{
	object-fit: cover;
}

.hide-br-desktop br{
	display: none;
}

.button-bottom{
	position: absolute !important;
	bottom: 0;
}


html body .general-image img{
	width: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-image.equal-size img{
	height: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-button a, html body .general-text .elementor-widget-container, html body .general-list-widget-no-icon .elementor-icon-list-text, html body .general-text-list ul li, html body .general-title .elementor-heading-title {
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}


html body .general-social-icons a{
	width: clamp(var(--min), var(--size), var(--max)) !important;
	height: clamp(var(--min), var(--size), var(--max)) !important;
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-list-icon-text .elementor-icon-list-icon, html body .general-btn-with-icon .elementor-button-icon{
	font-size: clamp(var(--min-icon), var(--size-icon), var(--max-icon)) !important;
}

html body .general-list-icon-text .elementor-icon-list-text, html body .general-btn-with-icon .elementor-button-text{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}





/* Uncomment the code below if you want shiny effect on image hover */

/* .shiny-img .elementor-image{
	position: relative;
	overflow: hidden;
}

.shiny-img .elementor-image::before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shiny-img .elementor-image:hover::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
} */




/* Only if you have hero arrow */
/*
.down-arrow a{
	animation: move_down 2s ease-in-out infinite;
}
*/

/************************************** 
***************************************
***************************************

			ADA Plugin

***************************************
***************************************
***************************************/

body .accessability_container .aicon_link {
	bottom: 140px;
	left: -60px;
	padding: 0 !important;
}

body .accessability_container .aicon_link, body .accessability_container .aicon_link img {
	background: transparent !important;
	padding: 0 !important;
	height: inherit;
	display: block;
}


/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container {
	line-height: 0 !important;
	background: var( --e-global-color-primary ) !important; 
	border: 1px solid var( --e-global-color-primary ) !important;
	color: var( --e-global-color-text ) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container:hover {
	background: transparent !important;
	color: var( --e-global-color-primary ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button:hover {
	background: var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-text ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button {
	background: transparent !important;
	border: 1px solid var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-primary ) !important;  
	font-weight: 400 !important;
}

/*************************************************
**************************************************
**************************************************

					Header 

**************************************************
**************************************************
**************************************************/

/* if is transparent header */

/* html .elementor-location-header {
    position: absolute;
    width: 100%;
	z-index: 100;
} */


/*************************************************
**************************************************
**************************************************

					Home 

**************************************************
**************************************************
**************************************************/

.hero-badge{
	background-color: #fff;
	max-width: max-content;
	margin: auto;
	padding: 8px 24px 8px 10px;
	border-radius: 70px;
}

.hero-badge .elementor-icon-list-item {
	column-gap: 16px;
}

.hero-badge .elementor-icon-list-icon{
	margin: 0;
	border: 1px solid #BBDF77;
	background: #F6FBEA;
	padding: 8px;
	border-radius: 90px;
}

.hero-badge .elementor-icon-list-icon svg {
	margin: 0 !important;
}

html body .hero-carousel .swiper-pagination{
	display: none;
}

.interesed-icons .elementor-icon-list-icon svg{
	margin: 0 !important; 
	
}

.interesed-icons .elementor-icon-list-items{
	margin: 0 !important;
	column-gap: 25px;
}


.interesed-icons .elementor-icon-list-item{
	column-gap: 10px;
	margin: 0 !important;
}


.interesed-icons .elementor-icon-list-icon {
	border: 1px solid #BBDF77;
	background: #F6FBEA;
	padding: 19px;
	border-radius: 50%;
}


.dot-section::before{
	z-index: -1;
}

.certified-list .elementor-icon-list-items{
	row-gap: 18px;
	display: flex;
	flex-direction: column;
}

.certified-list .elementor-icon-list-items .elementor-icon-list-item{
	column-gap: 17px;
}

.certified-list .elementor-icon-list-items .elementor-icon-list-icon{
	border-radius: 90px;
	padding: 8px;
	background: #ECF2F3;

}


.certified-list.most-popular-list .elementor-icon-list-items .elementor-icon-list-icon{
	background: #fff;
	border: 1px solid #6D7C8C;
}


.certified-list .elementor-icon-list-items .elementor-icon-list-icon svg{
	margin: 0 !important;
}

.border-image .elementor-widget-container{
	max-width: max-content;
	margin: auto;
	padding: 10px;
	border: 2px #B0C0C9 dashed;
	border-radius: 100%;
	background-color: #fff;
}

.bold-underline span{
	font-weight: 500;
}

.qualifying-top-section .middle::before, .qualifying-top-section .middle::after{
	content: '';
	height: 2px;
	width: 100%;
	top: 30%;
	border-top: 2px dashed #B0C0C9;
	position: absolute;
	z-index: 0;
}

.qualifying-top-section .middle::before{
	left: -25%;
}

.qualifying-top-section .middle::after{
	right: -25%;
}

.qualifying-icons .elementor-icon-list-items{
	gap: 50px 0px;
}

.qualifying-icons .elementor-icon-list-items .elementor-icon-list-item{
	width: 31%;
}


.image-section::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(/wp-content/uploads/2025/03/We-Make-Getting-Your-Florida-Medical-Marijuana-Card.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: clamp(285px, 30vw, 580px);
	width: clamp(400px, 43vw, 820px);
}


/*************************************************
**************************************************
**************************************************

					Forms 

**************************************************
**************************************************
**************************************************/

.gform_wrapper .gform-body .ginput_container{
	position: relative;
}
.gform_wrapper .gform-body .ginput_container input:focus, .gform_wrapper .gform-body .ginput_container textarea:focus{
	outline: none;
	border: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	top: auto; 
	bottom: 0; 
	left: auto; 
	right: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 2px; 
	height: 0; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.4s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: 0;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:after{
	width: 100%; 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:after{
	height: 100%; 
	transition: 0.4s;
}

/*************************************************
**************************************************
**************************************************

					Footer 

**************************************************
**************************************************
**************************************************/

.socket ul {
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 35px;
}


.socket a{
	color: var(--e-global-color-secondary);
	text-decoration: underline !important;
}


.socket a:hover{
	color: var(--e-global-color-primary);
}




/* Animations - KeyFrames */

@keyframes opacDown {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes shine{
	100%{
		left: 125%;		
	}
}



/* Media Queries */

@media (max-width: 1800px) {}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {}

@media (max-width: 1500px) {}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {
	
	.interesed-icons .elementor-icon-list-items{
		column-gap: 15px;
	}
	
	.interesed-icons .elementor-icon-list-icon{
		padding: 13px;
	}
	
}

@media (max-width: 1350px) {
	.qualifying-icons .elementor-icon-list-items .elementor-icon-list-item{
		width: 30%;
	}
}


@media (max-width: 1300px) {
	
	.certified-list .elementor-icon-list-items .elementor-icon-list-item{
		column-gap: 7px;
	}
	
	.qualifying-top-section .middle::before, .qualifying-top-section .middle::after{
		top: 27%;
	}
	
	
}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {
	.interesed-icons .elementor-icon-list-item {
		column-gap: 5px;
	}
	.interesed-icons .elementor-icon-list-items{
		column-gap: 10px;
	}
	.interesed-icons .elementor-icon-list-icon {
		padding: 10px;
	}
	
	.fix-width-100-1200{
		width: 100% !important;	
	}
}

@media (max-width: 1090px) {
	.socket ul{
		flex-wrap: wrap;
		row-gap: 18px;
	}
	
	.qualifying-top-section .middle::before, .qualifying-top-section .middle::after{
		top: 24%;
	}
}

@media (max-width: 1080px) {}

@media (max-width: 1024px) {
	
	
}

@media (max-width: 989px) {
	
	.interesed-icons .elementor-icon-list-items{
		gap: 20px;
	}
	
}


@media (max-width: 880px) {
	.qualifying-top-section .middle::before, .qualifying-top-section .middle::after{
		width: 2px;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
		max-height: 100px;
		border-top: 0;
		border-left: 2px dashed #B0C0C9
	}
	
	
	.qualifying-top-section .middle::before {
		top: -20%;
	}
	
	.qualifying-top-section .middle::after{
		right: inherit;
		top: 107%;
	}
}


@media (max-width: 780px) {}

@media (max-width: 768px) {}

@media (max-width: 767px) {
	
	.hide-mb{
		display: none;
	}
	
	.socket ul{
		font-weight: 500;
		padding-right: 50px;
	}
	
	..hero-badge .elementor-icon-list-item {
		column-gap: 6px;
	}
	
	.hero-badge .elementor-icon-list-icon{
		padding: 5px;
	}
	.hero-badge{
		padding: 3px 14px 3px 3px;
	}
	
	.hero-carousel .elementor-swiper-button{
		display: none !important;
	}
	
	html body .hero-carousel .swiper-pagination{
		display: block;
		top: 95%;
	}
	
	html body .hero-carousel .swiper-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		background-color: #fff;
		opacity: 1;
	}
	
	html body .hero-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background-color: var(--e-global-color-secondary);
	}
	.hero-btn .elementor-button-icon{
		padding-top: 2px;
	}
	
	.interesed-icons .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
		justify-content: flex-start !important;
	}
	
	.certified-list .elementor-icon-list-items{
		row-gap: 15px; 
	}
	.certified-list .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text{
		padding-right: 40px;
	}
	
	.qualifying-icons .elementor-icon-list-items .elementor-icon-list-item{
		width: 45%;
		
	}
	
	.qualifying-icons .elementor-icon-list-items{
		gap: 8px 0;
	}
	
	.qualifying-icons .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
		text-transform: none !important;
	}
	
	.title-marijuana .elementor-heading-title{
		max-width: 340px;
		margin: auto;
	}
	
}

@media (max-width: 420px) {
	.socket ul{
		padding-right: 40px;
	}
}

@media (max-width: 410px) {
	.socket ul{
		padding-right: 20px;
	}
	.certified-list .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text{
		padding-right: 30px;
	}
}

@media (max-width: 385px) {
	.socket ul{
		padding-right: 0px;
	}
}




@media (max-width: 360px) {}