@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;500;600;800&display=swap');


body, html, h1, h2, h3, h4, h5, h6, b, p, a, span, div, u, li {
    font-family: "Manrope", "Sans serif" !important;
}


.image{
    margin-top:5px;
    max-width: 300px !important;
}


/* workadu footer */

.footer {
  display: none !important;
}



/* Footer - Column header */
.footer-column-header {
    line-height: 1.8; 
    font-size: 16px; 
    color: #000;
    margin-top: 20px;
}

.footer-column-header-white {
    line-height: 1.8; 
    font-size: 16px; 
    color: #000;
    margin-top: 20px;
}


/*
/* Footer - link formatting */
.footer-links span,
.footer-links a,
.footer-links  a:hover,
.footer-links  a:active,
.footer-links  a:visited,
.footer-links  a:focus {
    line-height: 1.8 !important; 
    font-size: 14px !important; 
    color: #000 !important;
}

.footer-links-white span,
.footer-links-white a,
.footer-links-white  a:hover,
.footer-links-white  a:active,
.footer-links-white  a:visited,
.footer-links-white  a:focus {
    line-height: 1.8 !important; 
    font-size: 14px !important; 
    color: #000 !important;
}


/*Footer - social media icons */
.is-social i {
    color: #000!important;
}

/* Footer - copyright block */
p.footer-copyright {
    color: #000;
    text-align: center;
    margin-top: 25px !important;
    font-size: 12px;
    font-weight: 100;
}




/* Newletter  */
.newsletter-header {
   color: #3c4043;
   font-size: 50px;
   margin-bottom: 5px;
}

.newsletter-label {
   font-size: 18px;
   padding-left:5px;
}

.newsletter-textbox {
    border-radius: 0 !important;
}

.field-email {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.rendered-form .col-md-3 {
    position: absolute!important;
    right: 0!important;
    bottom: 0!important;
    padding-left: 0;
}

.newsletter-textbox:focus {
    border-color: rgb(244,199,54);
}

button.newsletter-button {
    font-weight: 600;
    height: 50px;
    background-color: #fff !important;
    color: #000 !important;
}

button.newsletter-button:hover {
    height: 50px;
    background-color: #f9e7e7 !important;
    color: #000 !important;
    
}


/* social icons on footer */
i.icon.ion-social-facebook {
    color: #4267B2;
}
i.icon.fab.fa-instagram-square {
    color: #C13584;
}



@media(max-width:576px) {
    .red-bar {
        font-size:14px !important;
    }
    
    .popup>div.content{
        height: 25vh!important;
        max-height: 85%!important;
    }
}





#code-btn {display:block!important}

