html, body {
    margin:0px;
    padding:0px;
    font-size: 16px !important;
    font-family: 'DM Sans', sans-serif;
}

body #sublime h1, h2 { font-family: 'DM Sans', sans-serif; }

header { margin-top:47px; }

/* Menu */
#mobile-menu { display: none }
nav#desktop-menu { text-align: right }
nav#desktop-menu ul { list-style: none; margin: 0; padding: 0; }
nav#desktop-menu li { display: inline; margin-right: 25px; }
nav#desktop-menu li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #222852;
    font-weight: 600;
}

/* Fullbanner */

section#fullbanner h1 {
    font-family: 'DM Sans', sans-serif;
    color: #2C2C2C;
    font-size: 48px;
    width: 330px;
    font-weight: 500;
}

section#fullbanner h2 {
    font-family: 'Inter', sans-serif;
    color: #222852;
    font-size: 16px;
    margin-top: 154px;
}

section#fullbanner h2::after {
    content: '';
    width:55px;
    display: inline-block;
    margin-left: 10px;
    border: 3px solid #AA1F2B;
}

section#fullbanner p {
    font-family: 'Inter', sans-serif;
    color: #646464;
    font-size: 18px;
    font-weight: 400;
}

/* Primora Section */

section#primora {
    width: 100%;
    min-height: 258px;
    background: url(../img/primora.png) repeat center;
    color:#fff;
    text-align: center;
}

section#primora h1 {
    font-weight: 9000;
    font-size: 31px;
    padding-top: 55px;
}

section#primora p {
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
}

/* Products Section */

section#products {
    width: 100%;
    min-height: 995px;
    background: url(../img/products.png) repeat center;
    color:#fff;
}

section#products .container { padding-top: 145px; }

section#products h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 45px;
}

section#products h1::before {
    content: url(../img/ic_products.png);
    width: 39px;
    height: 39px;
    padding-right: 16px;
}

section#products .product-overview { width: 100%; }

.product-overview .photo { width: 536px; height: 360px; }

/* Request Quote Section */

section#request-quote {
    width: 100%;
    min-height: 258px;
    background: #f6f6fa url('../img/bg-future.png') no-repeat left;
}

section#request-quote h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #222852;
    margin-top: 55px;
}

section#request-quote img {
    margin-top: 20px;
}

section#request-quote p {
    font-weight: 400;
    color: #646464;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif !important;
}

section#request-quote #request-quote-button {
    margin-top: 95px;
}

.request-quote-div {
    text-align: right;
}

/* About Section */

.about-text div { width: 480px }

.about-text h2 {
    font-size: 40px;
    display: block;
    width: 365px;
}

.about-text h2 span {
    display: block;
    font-size: 16px;
}

section#about-sublime .container {
    margin-top: 144px;
    margin-bottom: 50px
}

section#about-sublime .about-photo {
    width: 803px;
    background: url("../img/about-photo.png") no-repeat;
    height: 850px;
}

section#about-sublime .about-text {
    width: 1500px;
    height: 666px;
    background-color: #AA1F2B;
    position: relative;
    margin-left: 803px;
    top: 92px;
    color: #fff;
}

section#about-sublime .about-text h2 {
    padding-top: 105px;
}

/* Partners */
section#partners .container {
    margin-top: 98px;
    margin-bottom: 189px;
}


section#partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#partners ul li { display: inline; }

/* Contact */

section#contact {
    width: 100%;
    background: url("../img/bg.png");
    min-height: 988px;
    color: #fff;
}

section#contact div.row { margin-top: 148px; }

#contact-form button {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 24px;
}

#contact h3 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#contact span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.form-container {
    background-color:white;
    width: 670px;
    border-radius: 26px
}

.form-padding { padding:40px; }

.response-message { color: black }

/* Footer */

footer {
    min-height: 613px;
    width: 100%;
    background: url("../img/bg_footer.png") #f7f7f7 top left no-repeat;
    background-position: -80px;
}

footer .developed-by { text-align: right; }

footer .container { padding-top: 120px; }

ul.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-menu li { margin-bottom: 15px; }

ul.footer-menu li a {
    color: #222852;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

footer h2 {
    font-size: 24px;
    color: #323B4B;
}

footer ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.social li {
    display: inline;
    margin-right: 5px;
}

/* Layout specific css */

.section-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
}

.section-title::after {
    content: "";
    display: inline-block;
    background-color: #AA1F2B;
    width: 55px;
    height: 3px;
    margin-left: 10px;
}

#sublime .red-button { background-color: #AA1F2B; color: white }
#sublime .red-button:hover { background-color: #b52430; color: white }

#sublime .blue-button { background-color: #222852; color: white }
#sublime .blue-button:hover { background-color: #3d467f }

.error { color: darkred; }

/* Mobile/Responsive */

@media only screen and (max-width: 767px) {
    [class*="mobile hidden"],
    [class*="tablet only"]:not(.mobile),
    [class*="computer only"]:not(.mobile),
    [class*="large monitor only"]:not(.mobile),
    [class*="widescreen monitor only"]:not(.mobile),
    [class*="or lower hidden"] {
        display: none !important;
    }

    #desktop-menu { display: none }
    #mobile-menu { display: block; text-align: center }
    nav#mobile-menu ul { list-style: none; margin: 0; padding: 0; }
    nav#mobile-menu li { display: inline; margin-right: 15px; }
    nav#mobile-menu li a {
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
        color: #222852;
        font-weight: 600;
    }

    header .logo-sublime {
        margin-left: auto;
        margin-right: auto;
    }

    section#primora {
        background: #414141;
        padding-bottom:50px;
    }

    section#primora h1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section#request-quote {
        padding-bottom: 50px;
    }

    section#request-quote .woman-photo {
        text-align: center;
    }

    section#request-quote #request-quote-button {
        margin-top: 10px;
    }

    .request-quote-div {
        text-align: center;
    }

    section#about-sublime .container {
        margin-top: 50px;
    }

    section#about-sublime .about-photo {
        display: none;
    }

    section#about-sublime .about-text-mobile {
        width: 100%;
        min-height: 666px;
        background-color: #AA1F2B;
        color: #fff;
    }

    section#about-sublime .about-text-mobile h2 {
        padding-top: 50px;
    }

    .form-container {
        background-color:white;
        width: 95%;
        border-radius: 26px;
        margin-right: auto;
        margin-left: auto;
    }

    .form-padding {
        padding:15px;
    }

    footer {
        background: #f7f7f7;
        text-align: center;
    }

    .footer-menu {
        text-align: center;
    }

    section#products .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section#fullbanner {
        padding-bottom: 50px;
    }

    section#fullbanner h2 {
        margin-top: 50px;
    }

    section#contact {
        padding-bottom: 50px;
    }

    section#contact div.row {
        margin-top: 50px;
    }

    footer .developed-by { text-align: center; }

    footer h2 { text-align: center }
}


/* Tablet / iPad Portrait */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    [class*="mobile only"]:not(.tablet),
    [class*="tablet hidden"],
    [class*="computer only"]:not(.tablet),
    [class*="large monitor only"]:not(.tablet),
    [class*="widescreen monitor only"]:not(.tablet),
    [class*="or lower hidden"]:not(.mobile) {
        display: none !important;
    }
}


/* Computer / Desktop / iPad Landscape */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    [class*="mobile only"]:not(.computer),
    [class*="tablet only"]:not(.computer),
    [class*="computer hidden"],
    [class*="large monitor only"]:not(.computer),
    [class*="widescreen monitor only"]:not(.computer),
    [class*="or lower hidden"]:not(.tablet):not(.mobile) {
        display: none !important;
    }
}


/* Large Monitor */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    [class*="mobile only"]:not([class*="large monitor"]),
    [class*="tablet only"]:not([class*="large monitor"]),
    [class*="computer only"]:not([class*="large monitor"]),
    [class*="large monitor hidden"],
    [class*="widescreen monitor only"]:not([class*="large monitor"]),
    [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
        display: none !important;
    }
}


/* Widescreen Monitor */

@media only screen and (min-width: 1920px) {
    [class*="mobile only"]:not([class*="widescreen monitor"]),
    [class*="tablet only"]:not([class*="widescreen monitor"]),
    [class*="computer only"]:not([class*="widescreen monitor"]),
    [class*="large monitor only"]:not([class*="widescreen monitor"]),
    [class*="widescreen monitor hidden"],
    [class*="widescreen monitor or lower hidden"] {
        display: none !important;
    }
}

.grecaptcha-badge {display:none}
#wa-cta-button-powered {display:none}
