/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 09:15:11 */
/* Hubspot forms styling */

/* General */

.hbspt-form fieldset {
    width: auto;
    max-width: 1200px !important;
}

.hbspt-form label, .hbspt-form select {
    font-weight: 400;
    color: var(--e-global-color-22aaf37);
}
.hbspt-form .hs-main-font-element p {
    margin-top: 20px;
}

.hbspt-form .hs-main-font-element p span {
    font-family: Figtree, Sans-serif !important;
}

.hbspt-form input[type=text], 
.hbspt-form select, 
.hbspt-form input:not([type="submit"]), 
.hbspt-form textarea {
    padding: 9px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 8px;
    resize: vertical;
}

.hbspt-form .input {
    margin-right: 12px !important;
}

.hbspt-form select {
    height: 44px;
}

.hbspt-form textarea {
    width: 100% !important;
    min-height: 125px;
}

.hs-form-booleancheckbox-display input {
    margin-right: 10px;
}

.hs-form-booleancheckbox-display input + span {
    font-size: small;
    display: block;
    margin-top: -24px;
    margin-bottom: 10px;
    margin-left: 23px;
    line-height: 1.5em;
}

.hbspt-form .hs-form-radio input,
.hbspt-form .hs-form-checkbox input {
    margin-right: 10px;
}

.hbspt-form .hs-fieldtype-checkbox > label,
.hbspt-form .hs-fieldtype-radio > label {
    margin-bottom: 20px;
    margin-top: 20px;
}

.hbspt-form form ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    margin-bottom: 10px !important;  
    margin-top: -7px !important;
}

.hbspt-form label.hs-error-msg {
    color: red;
    font-size: small;
    font-weight: 400;
    padding-right: 5px;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.hbspt-form .hs_error_rollup label {
    font-size: small;
    color: red !important;
}

.hs-form-field {
    margin-bottom: 10px;
}


.hbspt-form p {
    text-align: center;
}

.hbspt-form .form-columns-1 .hs-fieldtype-text .hs-input {
    width: 100%;
}

@media (max-width: 480px) {
    .hbspt-form .hs-form-field input[type=text], 
    .hbspt-form .hs-form-field select, 
    .hbspt-form .hs-form-field input, 
    .hbspt-form .hs-form-field textarea {
        width: 100% !important;
    }

    .hbspt-form .hs-form-field .hs-form-booleancheckbox-display input {
        width: auto !important;
    }
}

/* Reverse background */
/* Add Elementor section class: hubspot-color-reverse-form */

.hubspot-color-reverse-form .hbspt-form label, .hubspot-color-reverse-form .hbspt-form select {
    /* color: var(--e-global-color-11b0cee); */
}

.hubspot-color-reverse-form .hbspt-form input[type=text], 
.hubspot-color-reverse-form .hbspt-form select, 
.hubspot-color-reverse-form .hbspt-form input:not([type="submit"]), 
.hubspot-color-reverse-form .hbspt-form textarea {
    border: 2px solid var(--e-global-color-11b0cee) !important;
    /* background-color: var(--e-global-color-19e865ff);
    color: var(--e-global-color-11b0cee); */
}

/* change placeholder color on reverse forms - added by Dave 16/03/2021 */
.hubspot-color-reverse-form .hbspt-form input::-webkit-input-placeholder { /* Edge */
  color: var(--e-global-color-15f0d51f);
}
.hubspot-color-reverse-form .hbspt-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--e-global-color-15f0d51f);
}
.hubspot-color-reverse-form .hbspt-form input::placeholder {
  color: var(--e-global-color-15f0d51f);
}

.hubspot-color-reverse-form .hbspt-form select {
    height: 46px;
}
/* end of  color on reverse forms */


.hubspot-color-reverse-form .hbspt-form label.hs-error-msg {
    color: var(--e-global-color-1e4f0dc7);
}

.hubspot-color-reverse-form .hbspt-form .hs_error_rollup label {
    color: var(--e-global-color-1e4f0dc7) !important;
}

.hubspot-color-reverse-form .hbspt-form .form-columns-3 .hs-form-field {
    width: 33.3333% !important;
}



.hubspot-color-reverse-form .hbspt-form p {
    color: var(--e-global-color-11b0cee);
}

.hubspot-color-reverse-form .hbspt-form .submitted-message p {
    font-weight: 500;
}

@media (max-width: 480px) {
    .hubspot-color-reverse-form .hbspt-form .form-columns-3 .hs-form-field {
        width: 100% !important;
    }    
}

/* Make scrolling demo form email input field full width (doesn't affect Agency page form) */
.hubspot-color-reverse-form .hbspt-form fieldset input[id*="email"] {
    width: 100%;
}

@media (max-width: 480px) {
    .hbspt-form input[type=text], 
    .hbspt-form select, 
    .hbspt-form input, 
    .hbspt-form textarea {
        margin-bottom: 0;
    }   

    .hubspot-color-reverse-form li.hs-form-booleancheckbox {
        margin-top: 10px;
    }

    .hubspot-color-reverse-form .hbspt-form .input {
        margin-right: 0 !important;
    }

    .hbspt-form .input {
        margin-right: 0 !important;
    }   

    .hbspt-form select {
        /* margin-bottom: 20px; */
    }   
    
    .hs-form-field {
        margin-bottom: 20px;
    } 
    
    .hbspt-form label.hs-error-msg {
        margin-top: 18px;
    }    
}

/* Custom styling for scrolling demo */
@media (max-width: 767px) {
    .hubspot-scrolling-demo .hs-form-field {
        margin-bottom: 10px;
    }

    .hubspot-scrolling-demo .hbspt-form input[type=text], 
    .hubspot-scrolling-demo .hbspt-form select, 
    .hubspot-scrolling-demo .hbspt-form input, 
    .hubspot-scrolling-demo .hbspt-form textarea {
        padding: 7px;
    }  

    .hubspot-scrolling-demo .hbspt-form select {
        min-height: 43px;
    }

    .hubspot-scrolling-demo .hbspt-form label.hs-error-msg {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .hubspot-scrolling-demo .hbspt-form [type=button], 
    .hubspot-scrolling-demo .hbspt-form [type=submit], 
    .hubspot-scrolling-demo .hbspt-form button {
        padding: 12px 20px;
    }  
    
    .hbspt-form .hs-fieldtype-checkbox > label,
    .hbspt-form .hs-fieldtype-radio > label {
        line-height: 1.3em;
    }    
}

@media (max-width: 480px) {
    .hubspot-scrolling-demo .hbspt-form [type=button], 
    .hubspot-scrolling-demo .hbspt-form [type=submit], 
    .hubspot-scrolling-demo .hbspt-form button {
        width: 100%;
    } 

    .hubspot-scrolling-demo .hs-form-booleancheckbox-display input + span {
        margin-top: -17px;
    }

    .hubspot-color-reverse-form .hbspt-form select {
        color: --e-global-color-4a4ebb93;
    }

    .hbspt-form .hs-form-field .hs-form-booleancheckbox-display input {
        border: none !important;
    }   

    .hs-form-booleancheckbox-display input + span {
        margin-left: 30px;
    }  
    
    .hbspt-form label, .hbspt-form select {
        line-height: 1.3em;
    }   
    
    .hbspt-form .hs-fieldtype-checkbox li {
        margin-bottom: 5px;
    }

}


