/*
Theme Name: Genesis Block Theme Child
Theme URI: https://github.com/studiopress/genesis-block-theme/
Template: genesis-block-theme
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Tags: one-column,featured-images,theme-options,custom-background,custom-colors,custom-logo,custom-menu,editor-style,translation-ready,footer-widgets,full-width-template,blog,sticky-post,threaded-comments,wide-blocks
Version: 1.0.0.1688627795
Updated: 2023-07-06 07:16:35

*/

/*** AVM ***/

/*
 * LANDING PAGE w/ OPTIN FORMS
 */
/* Application form */
.sms-optin-form {	
	.elementor-field {
		font-size: 16px !important;
		padding: 5px 10px;
		box-shadow: inset 0px 2px 3px #dddddd;
        -webkit-box-shadow: inset 0px 2px 3px #dddddd;
        -moz-box-shadow: inset 0px 2px 3px #dddddd;
	}	
	.elementor-field-type-acceptance .elementor-field-option label {
		font-size: 14px;
		font-weight: 300;
		line-height: 1;
		color: #ffffffd4;
		
		a {
			color: #7bc2ff;
		}
	}	
}

/* Benefits Grid */
.sms-benefits-grid {
	.elementor-icon-box-icon,
	.elementor-icon-box-content {		
		box-shadow: 0 2px 10px 0px rgb(0 0 0 / 15%);
	}
	.elementor-icon-box-content {
		min-height: 195px;
		background: #FFF;
        position: absolute;
        max-width: 260px;
        right: 15%;
        top: 77%;
        padding: 1.5rem 2rem 2.5rem 3rem;
        border-bottom: 3px solid #f14d01 ;
		border-radius: 10px;
	}
	.elementor-widget-icon-box {
		.elementor-icon-box-icon {
			z-index: 2;
		}
	}	
}

.sms-benefits-grid.alternative {
	.elementor-icon-box-content {
        max-width: 290px;
		padding: 2.3rem 2rem 2.5rem 3rem;
	}
}

/* Stopwatch */
#how-we-work-steps-container .step .elementor-heading-title {
    transition: color 0.3s ease-out;
}

#how-we-work-steps-container .step .elementor-heading-title.active {
  color: #f14d01;
}

/* MEDIA QUERIES */
@media (min-width: 320px) and (max-width: 767px) {
	.sms-benefits-grid {
		.elementor-icon-box-content {
			padding: 2.5rem 1.5rem 1.5rem 2.5rem;
            min-height: 230px;
            min-width: 80%;
            right: 5%;
            top: 77%;
		}
	}
}