/*
Theme Name: StudioExtend
Author: Pushpendra Singh
Description: This is a child theme of Astra
Version: 1.0
Template: astra


(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.elementor-template-full-width .ast-container{
    padding:0;
}
.sample-delivery .elementor-image-box-wrapper .elementor-image-box-content{
    background-color: #1A1A1A;
    border-radius:2px 2px 5px 5px;
    padding:10px;
}
.sample-delivery .elementor-widget-image-box .elementor-image-box-img{
    display:block;
}
.sample-delivery .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
    margin-top: 0;
}
@media screen and (max-width:1280px){
    .sample-delivery .elementor-widget-image-box .elementor-image-box-img img{
        width: 100%;
        max-width:none;
    }
}
@media screen and (max-width:429px){
    .hero-icons{
        gap:5px !important;
    }
    .hero-icons .elementor-element{
        width:calc(50% - 10px) !important;
    }
}

#underlinenew{
	color: #B6863B !important;
    height: 2px !important;
    border-color: #B6863B !important;
    background-color: #B6863B !important;
    width: 100px;
    margin: auto;
}
	
.customform form {
    border-radius: 12px !important;
}

.customform form input, select {
    background: #fff !important;
}

.customform form .is-field-type-ehp-acceptance {
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.customform form label.ehp-form__field-label{
	margin-left: 10px !important;
}


@media (min-width: 922px) {
    .ast-container {
        max-width: 100% !important;
    }
}

