/*
  Name: Responsive Stylesheet
  Description: Contains the sitewide specific responsive elements for small, medium and large viewports
  Version:     0.1
  Author:      CFH Solutions Ltd
  Date: 18/05/2021
*/


   .sustain_icon {
        display: none;
    }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 176px) { 
    .work-line-header {
        font-size: 30px;
        line-height:35px !important;
        margin-top: 10px;
    }
    .newsletter-section-p {
        display:none;
    }
    
    .product-selector .navbar .navbar-collapse {
    position: absolute;
    margin-top: 157px;
}

.product-selector .navbar .navbar-nav {
    background-color: white;
    padding: 10px 10px 10px 10px;
    border: 1px solid #000;
    color:#000;
}

.product-selector .navbar .nav-link {
    color: #000;
    border-bottom: 1px solid;
    font-weight: 500;
    font-size: 14px;
}

.product-selector .navbar-toggler:active {
    border: 1px solid #000;
}

.center {
    display:none !important;
}

.product-subheader {
    color: #000;
    font-size: 19px;
    font-weight: 100 !important;
    font-family: sans-serif;
    /* margin-top: 22px; */
    padding-top: 7px;
    padding-left: 0px;
    border-top: 0px solid #000;
    padding-top: 6px;
    background-color: #000000 !important;
    color: #fff;
    padding: 7px 10px 10px 10px;
}

.mailer-social-icons {
    display:none;
}

.newsletter-section-header {
    line-height: 41px !important;
    margin-bottom: 0px !important;
}

.mail-section-responsive {
   margin-top:17px;
}

}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) { 

    .mailer-social-icons {
        display:none;
    }

     .work-line-header {
        font-size: 30px;
    }

     .newsletter-section-p {
        display:block;
    }

    .product-subheader {
        color: #000;
        font-size: 19px;
        font-weight: 100 !important;
        font-family: sans-serif;
        /* margin-top: 22px; */
        padding-top: 7px;
        padding-left: 0px;
        border-top: 0px solid #000;
        padding-top: 6px;
        background-color: #000000 !important;
        color: #fff;
        padding: 7px 10px 10px 10px;
    }
    
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {   

    .sustain_icon {
        display:block;
    }


    .mailer-social-icons {
        display:block;
    }

    #app {
        margin-top:20px;
    }
    
    .work-line-header {
        font-size: 37px;
    }

    .product-selector .dropdown { 
        background-color: #000;
        margin-right:10px;
    }

    .product-selector .dropdown a {
        color:#fff;
    }

    .product-selector .dropdown .dropdown-menu a {
        color:#000;
    }

    .product-selector .navbar .navbar-collapse {
        position: relative;
        margin-top: 0px;
    }

    .product-selector .navbar .navbar-nav {
        border: 0px solid #000;
    }

    .product-selector .navbar .nav-link {
        color: #fff;
    }
    
    .product-selector .navbar .navbar-nav {
       padding-left: 0px;
    }
    .center {
        display:block !important;
    }
    
    main { 
        margin-top:70px;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
    .mailer-social-icons {
        display:block;
    }

 .work-line-header {
        font-size: 47px;
        line-height: 44px !important;
        font-size: 40px;
    }

#app {
    margin-top:20px;
}

.center {
    display:block !important;
}
}