/* = Parent Theme Custom CSS File
-------------------------------------------------------------- */
.site-logo img {
    max-width: 200px;
}
.banner-image-overlay{
	    background-color: transparent;
    background-image: linear-gradient(300deg, #2AB4C3 0%, #095B3B 50%);
    opacity: 0.8; 
}

.home_banner_section h1 span.price_color {
    color: #fff;
}
.site-footer {

    background: linear-gradient(rgb(42,180,195,0.8), rgb(9,91,59,0.8)), url('https://img.freepik.com/free-photo/cannabis-marijuana-leaf-closeup_1150-15077.jpg?w=740&t=st=1670310746~exp=1670311346~hmac=68ab9c249924c2fd6bdf2dca450f0640e3f76505f5aa0ef30b15f1ab92c679bb');
/*     background-position: right; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-widgets-area{
	    color: #fff;
			line-height: 32px;
			font-weight: 600;
}
.site-footer .title {
    color: #fff;
    font-size: 18px;
		font-weight: 600;
}

.site-footer-bottom {
	color: #fff;	
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.site-footer-top {
    padding-top: 7rem;
}
.site-footer .title{
  margin-bottom: 2rem;
}
.laws_section ul {
    margin: 0 0 15px;
    padding: 0;
}
.laws_section ul li {
    list-style-type: none;
/*     font-size: 16px; */
    color: #000;
    margin: 10px 0;
    position: relative;
    padding: 0 0 0 25px;
}
.laws_section ul li::before {
    position: absolute;
    content: "✓";
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #34B5A1;
}
.laws_inner_content ul li {
    list-style-type: none;
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    position: relative;
    padding: 0 0 0 25px;
}
.laws_inner_content ul li:before {
    position: absolute;
    content: "✓";
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: rgb(122 206 76);
}

.elementor-widget-icon-box .elementor-widget-container{
	min-height: 452px !important;
}

.absp-carousel-item-counter-number{
	display: none!important;
}

.header-contact-number > span, .header-contact-number > a {
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
.header-contact-number > span, .header-contact-number > a {
    font-size: 1.3rem;
}
	.header-address{
		font-size: 1.3rem;
	}
	.header-contact-number .icon-phone {
    top: -6px;
}

}

@media screen and (max-width: 360px) {
	.header-address{
		font-size: 1.1rem;
		width: 190px;
		padding: 0 0 0 2.8rem;
	}
	.site-header-middle-col-right{
		display: flex;
	}
	
	.header-contact-number{
		margin-top: 1.6rem !important;
		padding: 0 0 0 2.8rem;
		
	}
		.header-contact-number .icon-phone {
    top: -3px;
}
	.header-contact-number > span, .header-contact-number > a {
    font-size: 1.2rem;
}
	.icon-pin, .icon-phone{
		width: 26px !important;
			height:26px !important;
	}
	.header-contact-number .mobile-version{
		margin-top: 3px;
	}
}

.wpforms-field-label{
	color: #34B5A1;
}
div.wpforms-container-full .wpforms-form button[type=submit].form-submit-btn{
	background-color: #34B5A1;
	color: white;
    padding: 10px 50px;
    border-radius: 25px;
}

@media (max-width: 991px){
header .site-header-bottom {
background-color: #34B5A1 !important;
}
}