/*
Theme Name: AS Wordpress Theme
Theme URI: https://laagenciaseo.com/
Author: Alberto Corella
Author URI: https://laagenciaseo.com/
Description: Wordpress Theme de la Agencia SEO
Version: 1.0.0
*/


body{
    margin: 0;
}

#nf-form-1-cont .nf-form-content,
#nf-form-1_1-cont .nf-form-content{
    padding: 0;
}

#nf-form-1-cont nf-fields-wrap,
#nf-form-1_1-cont nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
}

#nf-form-1-cont nf-fields-wrap > nf-field:first-child,
#nf-form-1_1-cont nf-fields-wrap > nf-field:first-child{
    flex: 1;
}

#nf-form-1-cont nf-fields-wrap > nf-field input[type=tel],
#nf-form-1_1-cont nf-fields-wrap > nf-field input[type=tel]{
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#nf-form-1-cont nf-fields-wrap > nf-field input[type=submit],
#nf-form-1_1-cont nf-fields-wrap > nf-field input[type=submit]{
    background-color: #FF0C52;
    color: #000000;
    font-size: 14px;
    font-family: "Kanit", Sans-serif;
    font-weight: 500;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.cta-section-main > .elementor-container{
    max-width: 400px;
}


.cta-section > .elementor-container > .elementor-column:not(:last-child) > .elementor-widget-wrap{
    border-right: none;
    border-bottom: 1px solid #565656;
}

.cta-section > .elementor-container > .elementor-column:nth-child(2) > .elementor-widget-wrap{
    padding-top: 25px;
    padding-bottom: 30px;
}

.cta-section > .elementor-container > .elementor-column{
    width: 100%;
}

.dream-title-section > .elementor-container{
    max-width: 360px!important;
}

.dream-content-section > .elementor-container{
    max-width: 360px!important;
}

.nf-error-msg{
    font-size: 14px;
    font-family: "Kanit", Sans-serif;
}

.nf-response-msg {
    display: block;
    background-color: #ffffff5e;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #45e63d;
    font-family: "Kanit", Sans-serif;
}
.nf-form-fields-required{
    display: none;
}
@media screen and (min-width: 768px){
    .dream-title-section > .elementor-container{
        max-width: none!important;
    }
    
    .dream-content-section > .elementor-container{
        max-width: 600px!important;
    }
    .hdr-tel-btn .elementor-button-content-wrapper{
        align-items: center;
    }
    .hdr-tel-btn .elementor-button-text{
        text-align: left;
    }
}


@media screen and (min-width: 992px){
    .dream-title-section > .elementor-container{
        max-width: 800px!important;
    }
    
    .dream-content-section > .elementor-container{
        max-width: 800px!important;
    }
    #nf-form-1-cont .nf-field-container{
        margin-bottom: 0;
    }
    .cta-section > .elementor-container > .elementor-column:not(:last-child){
        width: 30%;
    }
    .cta-section > .elementor-container > .elementor-column:last-child{
        width: 40%;
    }
    
    .cta-column-wecall-subtitle{
        margin-bottom: 10px!important;
    }
    
    .cta-section-main > .elementor-container{
        max-width: none;
    }
    .cta-section > .elementor-container > .elementor-column:not(:last-child) > .elementor-widget-wrap{
        border-bottom: none;
        border-right: 1px solid #565656;
    }
}

html {
    margin-top: 0!important;
}
body {
    padding-top: 65px;
}

.ib-hdr-mobile {
    position: fixed!important;
    top: 0;
    left: 0!important;
    right: 0;
    z-index: 9999999;
}
.ib-hdr-desktop {
    position: fixed!important;
    top: 0;
    left: 0!important;
    right: 0;
    z-index: 99999;
}
@media screen and (min-width: 768px){
	body {
    	padding-top: 108px;
	}
}
