:root {   

    --asptt-footer-top:#ededed;
    --asptt-footer-middle:#303030;
    --asptt-footer-bottom:#202020;
    
    --asptt-content-width: 1170px;
    --asptt-margin-inner: 27px;
    
    --fb-blue: #3b5998;
    --in-blue: #0077b5;
    --tw-blue: #55acee;
    
    --asptt-gold: #D29544;
}

body.theme-main-color--green{
    --e-global-color-primary:#8ab271;
    --asptt-global-color-primary-light:#b0d19b;
    --asptt-primary-hover:#b0d19b;
}
body.theme-main-color--gold{
    --e-global-color-primary:#d29545;
    --asptt-global-color-primary-light:#e0a75c;
    --asptt-primary-hover:#e0a75c;
}
body.theme-main-color--blue{
    --e-global-color-primary:#0aadbc;
    --asptt-global-color-primary-light:#88f3fc;
    --asptt-primary-hover:#88f3fc;
}
body.theme-main-color--black{
    --e-global-color-primary:#1d1d1b;
    --asptt-global-color-primary-light:#363634;
    --asptt-primary-hover:#363634;
}
      
body.theme-main-color--pink{
    --e-global-color-primary:#ED6F98;
    --asptt-global-color-primary-light:#363634;
    --asptt-primary-hover:#363634;
}  

@media screen and (max-width: 768px) {
    :root {
        --asptt-margin-inner: 25px;
    }
}