/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: Blue Whale Media
Theme URI: https://www.bluewhalemedia.co.uk/
Template: themify-shoppe
Author: Blue Whale Media
Author URI: https://www.bluewhalemedia.co.uk/
Tags: themify,featured-images,translation-ready,custom-menu,sidebar
Version: 5.6.3.1653473473
Updated: 2022-05-25 11:11:13

*/
/* Remember to remove the commenting-out of hiding the default header and footer below, do this before adding-in your custom header and footer layout parts inside the hook-content section of themify */
/* #header, #footer {
	display: none;
} */
/* Colour Variation Section */
:root {
    --white: #ffffff;
    --black: #000000;
    --darkgrey: #1A1A1A;
}

/* To add further brand colours you can add new ones inside the :root, for example 
--red: #ff0000; 

You can also add font family in the variation too if your website has multiple fonts throughout, for example 
--primaryfont: Arial;
--secondaryfont: sans-serif;

*/
/* DONT FORGET TO ADD A PLAIN TEXT MODULE IN YOUR HEADER TO SHOW THE BURGER MENU */
/* plain text module should have the class mobile-menu-burger */
/* then add this html in the plain text module <div id="open-mm"><span></span><span></span><span></span></div> */
/* mobile menu */
.mobile-menu-burger {
    display: none;
}

#full-screen-mobile-main-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100% - 130px);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    padding: 80px 0px 50px;
    overflow-y: scroll;
    z-index: 1;
    overflow-x: hidden;
}

#full-screen-mobile-main-menu:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: white;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.opened-mm #full-screen-mobile-main-menu {
    opacity: 1;
    visibility: visible;
}

.opened-mm #full-screen-mobile-main-menu:before {
    width: 100%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

#full-screen-mobile-main-menu .row_inner {
    position: relative;
    margin: 0 auto;
    width: 85%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    height: 100%;
}

.opened-mm #full-screen-mobile-main-menu .row_inner {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-5@2x.png")!important;
    width: 100%;
    background-size: cover;
}

#close-mm {
    position: absolute;
    color: black;
    font-size: 30px;
    cursor: pointer;
    right: 50px;
    top: 80px;
    z-index: 10;
    font-family: 'niveau-grotesk';
}

#full-screen-mobile-main-menu a {
    color: white;
}

#full-screen-mobile-main-menu ul {
    margin: 0;
    list-style: none;
}

#full-screen-mobile-main-menu .row_inner>div.menu-column {
    width: 100%;
    margin-left: 60px;
}

#main-navigation a {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: 'niveau-grotesk';
}

div#main-navigation li:before {
    content: "";
    width: 0px;
    height: 1px;
    background: black;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%;
}

#main-navigation li {
    position: relative;
}

#main-navigation li:hover a {
    color: black;
}

#main-navigation li:hover:before {
    opacity: 1;
    padding-right: 20px;
    color: black;
}

#main-navigation li:hover a {
    padding-left: 30px;
}

#open-mm span:nth-child(2) {
    width: 40px;
    margin: 10px auto;
    height: 2px;
}

#open-mm span {
    height: 2px;
    width: 40px;
    background: black;
    display: block;
    margin: 4px;
}

#open-mm {
    display: inline-block;
    height: 100%;
    cursor: pointer;
}

#headerwrap #page-header .mobile-menu-burger {
    display: none;
}

#main-navigation {
    right: auto;
}

#main-navigation li.menu-item-has-children:before {
    display: none;
}

#main-navigation li.menu-item-has-children:hover a {
    padding-left: 0px;
}

#main-navigation li.menu-item-has-children a:hover {
    padding-left: 30px;
}

#main-navigation li.menu-item-has-children>a:hover {
    padding-left: 0px;
}

#main-navigation li.menu-item-has-children>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

#main-navigation li.menu-item-has-children ul.sub-menu {
    display: none;
}

#main-navigation li.menu-item-has-children>a em {
    margin-left: 5px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

#main-navigation li.menu-item-has-children.opened-sub-menu ul.sub-menu {
    display: block;
    margin-left: 20px;
}

/* end of mobile menu */
/* global */
#pagewrap p, #pagewrap body {
    font-family: 'niveau-grotesk',sans-serif!important;
    color: var(--darkgrey);
    font-size: 18px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rosarivo', serif!important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    background: #c1272d!important;
}

#pagewrap .curve-button a {
    background: white;
    border: none;
    border-top-left-radius: 20px;
    margin-top: 25px;
    padding: 15px 40px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#pagewrap .curve-button a span {
    text-transform: uppercase;
    font-family: 'niveau-grotesk';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}

#pagewrap .curve-button a:hover {
    border-top-right-radius: 20px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-top-left-radius: 0;
}

#pagewrap .curve-button a span:after {
    content: "";
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-3.svg");
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}

#pagewrap .curve-button-black a {
    background: black;
    color: white;
}

#pagewrap .curve-button-black a:hover {
    color: white;
}

#pagewrap .curve-button.curve-button-black a span:after {
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-1.svg");
}

#pagewrap h2 {
    font-size: 50px;
}

.has-box-shadow {
    -webkit-box-shadow: 0 0 17px 3px #00000040;
            box-shadow: 0 0 17px 3px #00000040;
}

#pagewrap .normal-width .row_inner {
    width: 75%;
}

#pagewrap .width-90 .row_inner {
    width: 90%;
}

/* global end */
/* header */
#header, #footer {
    display: none;
}

.header-main .row_inner {
    width: 90%;
}

.header-main .logo {
    width: 200px;
}

.header-main .header-top .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-main .header-top .tb-column-inner .module-text {
    padding-right: 25px;
}

.header-main .header-top {
    padding: 12px 0px;
    border-bottom: solid 1px black;
}

.header-main .header-bottom {
    padding: 10px 0px;
}

#headerwrap {
    background-color: white;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

.header-main .header-bottom a {
    font-family: 'niveau-grotesk';
    color: black;
    font-size: 16px;
}

.header-main .header-bottom .first {
    width: 20%;
}

.header-main .header-bottom .last {
    width: 80%;
    margin: 0;
    text-align: right;
}

.header-main .header-bottom .last a {
    padding: 0px 33px;
}

#headerwrap .header-main .header-top .last .tb-column-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

#headerwrap .header-main .header-top .last i {
    font-size: 20px;
    padding: 0px 20px;
}

#pagewrap .header-main .header-bottom a:hover {
    color: #c1272d;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/* header end */
/* footer */
.footer-main .footer-main-bottom {
    background: black;
}

.footer-main .row_inner {
    width: 100%;
    max-width: 100%;
}

.footer-main .footer-main-bottom .subrow_inner {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0px;
}

#footerwrap .footer-main .footer-main-bottom .subrow_inner a {
    font-size: 14px;
    color: white;
    font-family: 'niveau-grotesk',sans-serif!important;
    font-weight: 500;
}

#footerwrap .footer-main .footer-main-bottom .subrow_inner a:hover {
    color: #c1272d;
}

.footer-main-top {
    background: #1A1A1A;
    padding: 15px 0px;
}

#footerwrap .footer-main .footer-main-top a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: white;
    text-transform: uppercase;
    font-family: 'niveau-grotesk';
    font-weight: 600;
}

.footer-main-top .subrow_inner {
    width: 90%;
    margin: 0 auto;
}

#footerwrap .footer-main .footer-main-top .first p {
    color: white;
    padding-top: 15px;
    font-size: 15px;
}

.icon-part.icon-part-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.icon-part.icon-part-footer .icon-part-single .icon-part-single-left {
    width: 20%;
}

.icon-part.icon-part-footer .icon-part-single .icon-part-single-right {
    width: 80%;
}

#pagewrap .icon-part-footer.icon-part .icon-part-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 33.33333%;
}

h4.footer-form-title {
    text-transform: capitalize;
    text-align: center;
}

.footer-top-part table {
    width: 100%;
}

.footer-top-part tr, .contact-page-2 tr {
    text-transform: uppercase;
    font-family: 'niveau-grotesk';
    font-weight: 500;
    color: var(--darkgrey);
    font-size: 18px;
    line-height: 30px;
}

.footer-top-part td, .contact-page-2 td {
    width: 50%;
}

#footerwrap .footer-top-part p.hours-text, .contact-page-2 p.hours-text {
    margin-top: 20px;
    font-weight: 500;
}

.footer-top-part .row_inner {
    width: 65%;
}

.footer-top-part .first {
    border-right: solid 1px black;
}

.footer-main-top .first img {
    width: 140px;
}

#footerwrap .footer-main .footer-main-top #menu-main-navigation-2 a {
}

#footerwrap .footer-main .footer-main-top .first {
    width: 30%;
}

#footerwrap .footer-main .footer-main-top .last {
    margin: 0;
    width: 70%;
    text-align: right;
}

#footerwrap .footer-main .footer-main-top #menu-legals a {
    color: grey;
}

#footerwrap .footer-main .footer-main-top a:hover {
    color: #c1272d;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.footer-top-part .subrow_inner {
    padding: 20px 0px;
}

.footer-top-part {
    padding-top: 50px;
}

/* footer end */
/* forms */
#pagewrap .with_frm_style input, #pagewrap .with_frm_style textarea {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    padding: 20px 10px;
    border: solid 1px var(--darkgrey);
    font-family: 'niveau-grotesk';
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    display: none!important;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    padding: 0!important;
}

#pagewrap button.frm_button_submit.frm_final_submit {
    background: var(--darkgrey);
    color: white;
    font-family: 'niveau-grotesk';
    text-transform: uppercase;
    border-radius: 0;
    border-top-left-radius: 20px;
    padding: 15px 20px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    letter-spacing: normal;
    font-size: 16px;
}

.frm_submit {
    float: right;
    text-align: right;
}

/* forms end */
/* home */

.closing-banner {
    background: #c1272d;
    text-align: center;
    padding: 40px 0;
}

#pagewrap .closing-banner h3, #pagewrap .closing-banner p {
    color: white;
}

.home-1 .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.home-1 .row_inner {
    width: 95%;
}

.home-1 .tb-column-inner .home-1-single {
    width: calc(33.3333% - 20px);
    margin: 0px 20px;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
    overflow: hidden;
}

.home-1 .tb-column-inner .home-1-single:first-child {
    margin-left: 0;
}

.home-1 .tb-column-inner .home-1-single:last-child {
    margin-right: 0;
}

.home-1 .tb-column-inner .home-1-single .subrow_inner .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.home-1 .tb-column-inner .home-1-single .subrow_inner .sub_column {
    height: 100%;
}

.home-1 .tb-column-inner .home-1-single .subrow_inner {
    height: 100%;
}

.homepage-slider-outer .homepage-slider-slide .tb-column-inner {
    width: 85%;
    margin: auto;
}

.homepage-slider-slide .tb-column-inner h1 {
    margin-bottom: 0;
    color: white;
    font-size: 70px!important;
    line-height: 80px;
}

.homepage-slider-slide .tb-column-inner h1 span {
    font-family: 'Rosarivo', serif!important;
    padding-left: 20px;
    font-size: 35px;
}

.homepage-slider-outer .homepage-slider-slide .subrow_inner:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #00000061;
}

.slider-subtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

#pagewrap .homepage-slider-outer .homepage-slider-slide .slider-subtext p {
    color: white;
    padding: 0px 10px;
    border-right: solid 2px white;
    margin-bottom: 0;
    font-size: 20px;
}

.homepage-slider-outer .homepage-slider-slide {
    height: 650px!important;
}

.homepage-slider-outer .homepage-slider-slide .subrow_inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#pagewrap .homepage-slider-slide .module-buttons {
    text-align: right;
    padding-right: 120px;
    margin-top: 20px;
}

.homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-text, .homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-buttons {
    width: 52%;
}

.homepage-slider-outer .slick-list {
    height: 100%;
}

.homepage-slider-outer .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 30px;
    margin-bottom: 0;
    margin-left: 0;
}

.homepage-slider-outer .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid white;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.homepage-slider-outer .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    background: var(--hover);
    border-color: var(--hover);
    background: white;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.homepage-slider-outer .slick-dots li {
    /* home slider end */
    list-style: none;
    padding: 0px 15px;
}

.slider-contact-outer {
    display: block;
    position: absolute;
    bottom: 95px;
    z-index: 9999;
    width: 80%!important;
}

#pagewrap .slider-contact-outer .slider-contacts a {
    color: white;
    font-family: 'niveau-grotesk';
    font-size: 20px;
    padding: 0px 30px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 0;
}

#pagewrap .slider-contact-outer .row_inner {
    width: 80%;
}

#pagewrap .slider-contact-outer .slider-contacts a:hover {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #c1272d;
}

.home-2 {
    text-align: center;
    padding: 170px 0px;
}

.home-2 h2, #pagewrap .home-2 p {
    color: white;
}

.home-slider-section .module-slider .tf_swiper-slide .slide-inner-wrap {
    background: white;
    border: solid 1px var(--darkgrey);
    margin: 0px 20px;
    padding: 2;
}

.home-slider-section .module-slider .tf_swiper-slide .slide-inner-wrap .slide-content.tb_text_wrap {
    padding: 60px 75px;
    text-align: left;
}

.home-slider-section h2 {
    text-align: center;
}

.home-slider-section {
    padding: 80px 0px;
}

#pagewrap .home-slider-section p.review-name {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 40px;
}

.home-slider-section .module-slider .tf_swiper-slide .slide-inner-wrap .slide-content.tb_text_wrap:before {
    width: 90px;
    height: 90px;
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-1@4x-8.png");
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 30px;
    left: 65px;
}

#pagewrap .home-slider-section p.review-name:after {
    content: "";
    position: absolute;
    display: block;
    width: 180px;
    height: 40px;
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-1@2x-8-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
}

.home-slider-section .row_inner {
    width: 90%;
}

div.themify_builder_slider_vertical .carousel-prev {
    background: transparent;
    left: -50px;
}

div.themify_builder_slider_vertical .carousel-next {
    background: transparent;
    right: -50px;
}

.home-slider-section .tf_carousel_nav_wrap .carousel-prev:before, .home-slider-section .tf_carousel_nav_wrap .carousel-next:before {
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-3.svg");
    background-size: cover;
    border: none;
    width: 30px;
    height: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.tf_carousel_nav_wrap .carousel-prev:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.home-1 {
    padding: 100px 0px;
}

.home-1 .tb-column-inner .home-1-single h3, #pagewrap .home-1 .tb-column-inner .home-1-single p {
    color: white;
}

.home-1 .tb-column-inner .home-1-single h3 {
    font-size: 40px;
    margin-bottom: 0;
}

.home-3 .last {
    padding: 50px;
}

.home-3 .last .tb-column-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.home-4 .first {
    padding: 50px;
}

.home-4 .first .tb-column-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.home-3 {
    padding: 100px 0px;
}

.home-4 {
    padding-bottom: 100px;
}

.homepage-slider-slide .tb-column-inner h1::before {
    content: "CB STONE";
    position: absolute;
    display: block;
    top: -60px;
    font-size: 35px;
    color: #c5c3c3;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'niveau-grotesk'!important;
}

.home-1 .tb-column-inner .home-1-single .subrow_inner {
    position: relative;
    bottom: -110px;
    display: block;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.home-1 .tb-column-inner .home-1-single .subrow_inner .tb-column-inner .module-buttons {
    margin-top: 30px;
}

.home-1 .tb-column-inner .home-1-single:hover .subrow_inner {
    bottom: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.home-1 .tb-column-inner .home-1-single:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(2,0,36,0)), color-stop(110%, #000000));
    background: -o-linear-gradient(top, rgba(2,0,36,0) 40%, #000000 110%);
    background: linear-gradient(-180deg, rgba(2,0,36,0) 40%, #000000 110%);
    top: 0;
    left: 0;
}

#pagewrap .home-2 h2 {
    font-size: 70px;
}

#pagewrap .home-2 .curve-button a {
    margin-right: 30px;
}

.slider-contacts:before {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 2px;
    background: white;
    left: -150px;
    top: 45%;
}

.slider-contacts:after {
    content: "";
    position: absolute;
    display: block;
    width: 95%;
    height: 2px;
    background: white;
    right: -28%;
    top: 45%;
}

.slider-contacts {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.home-4 .last img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
}

#pagewrap .homepage-slider-outer .homepage-slider-slide .slider-subtext p:last-child {
    border-right: none;
}

.home-slider-section div.themify_builder_slider_vertical .carousel-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* home end */
/* about */
.icon-part-single .icon-part-single-left {
    width: 30%;
    padding-right: 20px;
}

.icon-part-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding: 20px 0px;
}

.icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.icon-part-single .icon-part-single-right {
    width: 70%;
}

#pagewrap h1 {
    font-size: 95px;
}

p.icon-p-first {
    font-weight: 300;
    margin-bottom: 0;
}

p.icon-p-last {
    font-weight: 500;
    margin-bottom: 0;
}

#pagewrap .icon-part-single:hover p.icon-p-last {
    color: #c1272d;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

a.gallery-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff87;
    width: 150px;
    padding: 5px 15px;
}

a.gallery-button p {
    width: 70%;
    margin-bottom: 0;
}

.page-first a.gallery-button:hover p {
    color: #c1272d!important;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

a.gallery-button .gallery-button-icon {
    width: 30%;
}

a.gallery-button .gallery-button-icon svg {
    width: 80%;
    float: revert;
    position: initial;
    float: right;
}

.page-first a.gallery-button {
    position: absolute;
    top: -60px;
    right: 10px;
}

.about-3-single {
    background: black;
    width: calc(33.3333%);
    margin: 0px 15px;
    padding: 80px 50px;
}

.about-3 .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap .about-3 .row_inner {
    width: 95%!important;
}

.about-3-single:first-child {
    margin-left: 0;
}

.about-3-single:last-child {
    margin-right: 0;
}

#pagewrap .about-3 .about-3-single p, #pagewrap .about-3 .about-3-single h3 {
    color: white;
}

.about-3 .about-3-single h3 {
    font-size: 50px;
}

.about-3 .about-3-single .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.about-3-single .curve-button {
    text-align: right;
}

.page-first {
    padding: 60px 0px;
}

.homepage-slider-outer.about-slider-outer .slick-dots {
    width: 50%;
}

.about-3 {
    padding: 50px 0px;
}

.about-2 .first {
    width: 30%;
}

.about-2 .last {
    width: calc(70% - 3.2%);
    padding: 100px;
}

.about-2 {
    padding: 80px 0px 100px;
}

#pagewrap .about-2 p.about-2-p-first {
    font-size: 90px;
    font-weight: 300;
    margin-bottom: 45px;
    letter-spacing: 1px;
}

#pagewrap .about-2 p.about-2-p-second {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#pagewrap .about-2 p.about-2-p-last {
    font-size: 22px;
    letter-spacing: 7px;
    margin-bottom: 50px;
}

/* about end */
/* materials */
.our-suppliers-part .suppliers-section-title {
    text-align: center;
}

.our-suppliers-part .suppliers-section-title h2 {
    font-size: 70px;
}

.our-suppliers-single-box {
    background: #1a1a1a54;
    margin: 60px 0px;
    padding: 50px;
}

#pagewrap .our-suppliers-single-box.tb_0z70649 .our-suppliers-single-box-title {
    position: absolute;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -120px;
    top: 30px;
}

.our-suppliers-single-box .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.our-suppliers-single-box .tb-column-inner .module-image {
    width: calc(25% - 50px);
    margin: 45px 25px;
}

#pagewrap .our-suppliers-single-box .tb-column-inner .module-image .image-title a {
    color: white;
    font-size: 22px;
}

#pagewrap .our-suppliers-single-box .tb-column-inner .module-image .image-title {
    text-align: center;
    margin-top: 10px;
}

.our-suppliers-single-box .tb-column-inner .module-image .image-wrap {
    width: 150px;
    margin: 0 auto;
}

.our-suppliers-part {
    padding: 40px 0px;
}

.material-form-mobile {
    display: none;
}

/* materials end */
/* projects */
#pagewrap .projects-1 .first p:first-child {
    font-size: 42px;
    margin-bottom: 28px;
}

#pagewrap .projects-1 .first p {
    font-family: 'Rosarivo', serif!important;
}

#pagewrap .projects-1 {
    padding: 60px 0px;
}

#pagewrap .projects-1 .first p:last-child {
    font-size: 50px;
    line-height: normal;
}

/* projects end */
/* gallery */
.gallery-nav .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
}

.gallery-nav .tb-column-inner .module-text {
    padding: 0px 3.5%;
    cursor: pointer;
}

.gallery-nav .tb-column-inner .module-text:first-child {
    padding-left: 0;
}

.gallery-nav {
    padding: 20px 0px;
}

#pagewrap .gallery-nav .tb-column-inner .module-text:hover p {
    color: #c1272d;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#pagewrap .gallery-nav .tb-column-inner .module-text p {
    font-weight: 600;
}

.gallery-1 {
    padding: 50px 0px;
}

.gallery-1 h1 {
    margin-bottom: 0;
}

#pagewrap .gallery-single h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

.gallery-single {
    padding: 30px 0px;
}

#pagewrap .gallery-focused p {
    color: #c1272d;
}

.gallery-single {
    display: none;
}

.gallery-single.active {
    display: block;
}

.gallery-1 .first {
    width: 45%;
}

.gallery-1 .last {
    width: calc(55% - 3.2%);
}

.gallery-1 .first .module-text {
    padding: 50px;
    margin-bottom: 140px;
}

.gallery-1 .last .module-slider:hover {
    -webkit-box-shadow: 0 0 17px 3px #00000040;
            box-shadow: 0 0 17px 3px #00000040;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.gallery-1 .last .module-slider {
    padding: 40px 20px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.gallery-1 .last .module-slider h3.module-title {
    font-size: 35px;
    margin-bottom: 5px;
}

.gallery-1 .first .module-plain-text {
    background: black;
    padding: 30px;
}

#pagewrap .gallery-1 .first .with_frm_style input, #pagewrap .gallery-1 .first .with_frm_style textarea {
    font-weight: 500;
    background: white;
    font-size: 16px;
}

#pagewrap .gallery-1 .first .with_frm_style label {
    color: white;
    font-family: 'niveau-grotesk'!important;
    font-size: 15px;
}

#pagewrap .gallery-1 .first button.frm_button_submit.frm_final_submit {
    background: white;
    color: black;
}

/* .gallery-1 .tf_swiper-container .slide-image {
    width: 300px!important;
    height: 300px!important;
    object-fit: cover;
}

.gallery-1 .tf_swiper-container .slide-image img {
    width: 70%;
    height: 70%;
    margin: auto;
    object-fit: cover;
} */
.gallery-1 a.tf_box.tf_overflow.carousel-prev {
    display: none;
}

.gallery-1 .tf_swiper-container .slide-image {
    margin: 0px 20px;
}

.gallery-1 .tf_swiper-slide.tf_swiper-slide-active .tf_rel.slide-image {
    margin-left: 0!important;
}

#pagewrap .material-form h2 {
    color: white;
}

.our-suppliers-single-box.tb_0z70649 {
    margin-left: 25%;
}

.our-suppliers-single-box.tb_h95i373 {
    margin-left: -25%;
}

.our-suppliers-single-box.tb_ul0v238 {
    margin-left: 25%;
}

#pagewrap .our-suppliers-single-box.tb_h95i373 .our-suppliers-single-box-title {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    right: -70px;
    top: -50px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
}

#pagewrap .our-suppliers-single-box.tb_ul0v238 .our-suppliers-single-box-title {
    left: -200px;
    top: 30px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
}

/* gallery end */
/* contact */
.contact-page-1 .last {
    background: black;
    padding: 30px;
}

#pagewrap .contact-page-1 .last .with_frm_style input, #pagewrap .contact-page-1 .last .with_frm_style textarea {
    font-weight: 500;
    background: white;
    font-size: 16px;
}

#pagewrap .contact-page-1 .last .with_frm_style label {
    color: white;
    font-family: 'niveau-grotesk'!important;
    font-size: 15px;
}

#pagewrap .contact-page-1 button.frm_button_submit.frm_final_submit {
    background: white;
    color: black;
}

.contact-page-1 .last h2 {
    color: white;
    text-align: center;
}

.contact-page-1 .icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.contact-page-1 .icon-part svg {
    width: 80%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.contact-page-1 {
    padding: 60px 0px;
}

.page-id-23 .footer-top-part {
    display: none;
}

.contact-page-1 .first {
    width: 45%;
}

.contact-page-1 .last {
    width: calc(55% - 3.2%);
}

.contact-page-2 .first {
    width: 45%;
}

.contact-page-2 .last {
    width: calc(55% - 3.2%);
    padding: 0px 150px;
}

.contact-page-2 .first iframe {
    width: 100%!important;
}

.gm-style .place-card-large {
    display: none!important;
}

.where-find-overlay {
    background: #ffffffd1;
    padding: 20px;
    position: absolute;
    width: 60%;
    left: 0;
    margin-left: 40px;
    bottom: 220px;
}

.where-find-overlay .icon-part-single {
    width: 100%;
}

#pagewrap .where-find-overlay p {
    font-family: 'Rosarivo', serif!important;
    font-size: 30px;
}

#pagewrap .where-find-overlay .icon-part-single .icon-part-single-right p {
    font-family: 'niveau-grotesk'!important;
    font-size: large;
}

.where-find-overlay .icon-part-single .icon-part-single-left svg {
    width: 70%;
}

.contact-page-2 {
    padding-bottom: 60px;
}

/* contact end */
/* sinks */
.sinks-1 .row_inner {
    width: 90%;
    padding: 50px 0px;
}

.sinks-1 img {
    width: 350px;
}

#pagewrap .sinks-1 .first p {
    font-size: 46px;
    font-family: 'Rosarivo', serif!important;
    line-height: normal;
    margin-top: 20px;
}

.sinks-1 .first {
    width: 30%;
}

.sinks-1 .last {
    width: calc(70% - 3.2%);
}

.sinks-section .row_inner {
    width: 90%;
}

.sinks-section .row_inner h3.module-title {
    position: absolute;
    bottom: 0px;
    display: block;
    font-size: 30px;
    z-index: 999;
    margin-bottom: 20px;
    margin-left: 30px;
    color: white;
    text-transform: uppercase;
}

.sinks-section {
    padding: 20px 0px;
}

.sinks-1 .curve-button.curve-button-black {
    float: right;
}

/* sinks end */
/* reviews */
.reviews-1 {
    padding: 60px 0px;
}

.reviews-1 .post-content {
    background: white;
    padding: 50px 100px;
    border: solid 1px var(--darkgrey);
    padding-bottom: 100px;
}

.reviews-1 .post-content h3.post-title.entry-title {
    position: absolute;
    bottom: 50px;
    display: block;
    font-family: 'niveau-grotesk'!important;
    font-weight: 500;
}

.reviews-1 .post-content h3.post-title.entry-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 180px;
    height: 40px;
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-1@2x-8-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
}

.reviews-1 .post-content .entry-content:before {
    width: 90px;
    height: 90px;
    background-image: url(https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-1@4x-8.png);
    background-size: 100%;
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 30px;
    left: 65px;
    ; }

/* reviews end */
/* projects single */
.project-banner {
    height: 500px;
    width: 100%;
}

.project-information-part-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.project-information-part-inner .project-information-part-single {
    width: calc(33.3333% - 68px);
    padding: 10px 0px;
    margin: 0px 40px;
}

#pagewrap .project-information-part-inner p.info-title {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 22px;
}

#pagewrap .project-information-part-inner p.info-content {
    width: 80%;
}

#pagewrap .project-info-left h1.project-title {
    font-size: 55px;
}

.project-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
}

.project-info-row .project-info-left {
    width: 60%;
}

.project-info-row .project-info-right {
    width: 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap .project-main .row_inner {
    margin: auto;
}

.google-map-project iframe {
    width: 100%;
}

.google-map-project {
    margin: 40px 30px;
}

.project-main.width-90 {
    padding: 60px 0px;
}

.project-information-part-inner .project-information-part-single:first-child {
    margin-left: 0;
}

.project-information-part-inner .project-information-part-single:nth-child(4) {
    margin-left: 0;
}

.project-info-row .project-info-right-image img {
    width: 650px;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-content-rows .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.project-content-rows .content-row .content-row-left {
    width: 40%;
}

.project-content-rows .content-row .content-row-right {
    width: calc(60% - 120px);
    margin-left: 120px;
}

.project-content-rows .content-row:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 50px;
}

.project-content-rows {
    width: 90%;
    margin: auto;
    padding: 50px 0px;
}

#pagewrap .project-content-rows .content-row:nth-child(even) .content-row-right {
    margin-left: 0!important;
    margin-right: 120px;
}

/* project single end */
/* project archive */
.project-query-row .row_inner {
    width: 90%;
}

.project-query-row .row_inner .tb-column-inner .tb_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-query-row .row_inner .tb-column-inner .tb_text_wrap .project-archive-single {
    width: 50%;
    margin-right: 50px;
}

.project-query-row .row_inner .tb-column-inner .tb_text_wrap .project-archive-single .blog-archive-single-image {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-query-row .row_inner .tb-column-inner .tb_text_wrap .project-archive-single .blog-archive-single-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* project archive end */
/* features */
.features-slider h3.module-title {
    font-size: 50px;
    margin-bottom: 50px;
}

.features-slider .module-slider {
    padding: 40px;
    margin-bottom: 40px;
}

.drainers-part .our-suppliers-single-box {
    background: transparent;
    margin-top: 0;
}

#pagewrap .drainers-part .our-suppliers-single-box .tb-column-inner .module-image .image-title a {
    color: black;
}

#pagewrap .drainers-part .our-suppliers-single-box .tb-column-inner .module-image .image-wrap {
    width: 300px!important;
    height: 300px!important;
}

#pagewrap .drainers-part .our-suppliers-single-box .tb-column-inner .module-image .image-wrap img {
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}

.our-suppliers-part.drainers-part {
    padding: 100px 0px;
}

.features-2 {
    padding: 40px 0px;
}

.features-2 .first p {
    width: 60%;
}

.features-slick-slider button.slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    padding: 8px 10px;
    border-radius: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 18px;
    border: none;
    z-index: 1;
    left: 20px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    /* font-size: 60px; */
}

.features-slick-slider button.slick-next.slick-arrow {
    right: 20px;
    left: auto;
}

.features-slick-slider button.slick-arrow img {
    width: 25px;
    height: 25px;
}

.features-slick-slider h2 {
    text-align: center;
}

.features-slick-slider {
    padding: 60px 0px;
}

.features-slick-slider h2 {
    text-align: center;
}

.features-slick-slider {
    padding: 60px 0px;
}

.slick-slider-features-page .slick-slide {
    margin: 0px 10px;
}

.slick-slider-features-page .slick-slide .module.module-image {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
}

.slick-slider-features-page .slick-slide {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
}

.features-slider .slide-image img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 350px;
}

.features-slider h3.slide-title {
    font-size: 20px;
    font-family: 'niveau-grotesk'!important;
    margin-top: 20px;
}

.features-slider .carousel-prev {
    display: none;
}

.features-slider .tf_carousel_nav_wrap .carousel-next:before {
    content: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/Asset-3.svg");
    border: none;
    width: 30px;
    height: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    margin: 0;
}

.features-slick-slider button.slick-prev.pull-left.slick-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.features-slider-slide img {
    height: 800px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.drainers-part .our-suppliers-single-box {
    margin-bottom: 0;
}

/* features end */


/* mobile menu */

.opened-mm #full-screen-mobile-main-menu {
    height: 100%;
    padding: 0;
}

#full-screen-mobile-main-menu ul {
    /* margin-left: 60px; */
    font-family: 'niveau-grotesk';
}

#full-screen-mobile-main-menu:before {
    width: 500px;
    height: 500px;
    position: absolute;
    display: block;
    content: "";
    background-image: url("https://cbstonedev.wpengine.com/wp-content/uploads/2022/06/0f49771c-2713-4c9d-bdb9-0b786ad28878.jpg")!important;
    background-size: cover;
    right: 0;
    top: 25%;
    right: 60px;
}

#full-screen-mobile-main-menu #main-navigation a:hover {
    color: #c1272d!important;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.contacts-menu a {
    font-size: 20px;
    font-family: 'niveau-grotesk';
    padding: 10px 0px;
    font-weight: 500;
}

.contacts-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
}

/* mobile menu */
/* responsive */

@media (max-width: 1850px) {
.slider-contacts:after {
    width: 93%;
}
}

@media (max-width: 1800px) {
.slider-contacts:after {
    width: 91%;
}
	
.our-suppliers-single-box.tb_0z70649 {
    margin-left: 20%;
}


.our-suppliers-single-box.tb_h95i373 {
    margin-left: -20%;
}

.our-suppliers-single-box.tb_ul0v238 {
    margin-left: 20%;
}
	
.where-find-overlay {
    bottom: 180px;
}
}

@media (max-width: 1750px) {
	#pagewrap .about-2 p.about-2-p-first {
    font-size: 80px;
}

#pagewrap .about-2 p.about-2-p-second {
    font-size: 54px;
}
	
#pagewrap .sinks-1 .first p {
    font-size: 43px;
}
}

@media (max-width: 1700px) {
.header-main .header-bottom .last a {
    padding: 0px 30px;
}
	
.slider-contacts:after {
    width: 87%;
    right: -25%;
}
	
.our-suppliers-single-box.tb_0z70649 {
    margin-left: 15%;
}


.our-suppliers-single-box.tb_h95i373 {
    margin-left: -15%;
}

.our-suppliers-single-box.tb_ul0v238 {
    margin-left: 15%;
}
	
.reviews-1 .post-content {
    padding: 50px 70px;
    padding-bottom: 90px;
}
}


@media (max-width: 1650px) {
.header-main .header-bottom .last a {
    padding: 0px 24px;
}
	
.slider-contacts:after {
    width: 85%;
}
	
.gallery-nav .tb-column-inner .module-text {
    padding: 0px 3.1%;
}
	
.sinks-section .row_inner h3.module-title {
    font-size: 26px;
}

.drainers-part .our-suppliers-single-box {
    padding: 0;
}
	
.where-find-overlay {
    bottom: 130px;
}
}

@media (max-width: 1600px) {
	#pagewrap .about-2 p.about-2-p-first {
    font-size: 75px;
}

#pagewrap .about-2 p.about-2-p-second {
    font-size: 50px;
}

#pagewrap .about-2 p.about-2-p-last {
    letter-spacing: 6px;
}
	
.header-main .header-bottom .last a {
    padding: 0px 20px;
}
	
.homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-text, .homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-buttons {
    width: 60%;
}
	
.home-1 .tb-column-inner .home-1-single {
    padding: 50px 30px;
}
	
#pagewrap .sinks-1 .first p {
    font-size: 40px;
}
	
.our-suppliers-single-box.tb_0z70649 {
    margin-left: 10%;
}

.our-suppliers-single-box.tb_h95i373 {
    margin-left: -10%;
}

.our-suppliers-single-box.tb_ul0v238 {
    margin-left: 10%;
}

.our-suppliers-single-box .tb-column-inner .module-image {
    width: calc(25% - 30px);
    margin: 25px 15px;
}
	

.contact-page-2 .last {
    padding: 0px 120px;
}
}

@media (max-width: 1550px) {
.about-2 .last {
    padding: 100px 60px;
}
	
.about-3-single {
    padding: 60px 50px;
}
	
.gallery-1 .first .module-text {
    margin-bottom: 100px;
}
}

@media (max-width: 1500px) {
#pagewrap .normal-width .row_inner {
    width: 80%;
}
	
.footer-main-top .subrow_inner {
    width: 95%;
}
	
.footer-top-part .row_inner {
    width: 75%;
}
	
.about-3 .about-3-single h3 {
    font-size: 45px;
}
	
.gallery-nav .tb-column-inner .module-text {
    padding: 0px 2.7%;
}
	
#pagewrap .sinks-1 .first p {
    font-size: 35px;
}
	
#pagewrap h2 {
    font-size: 45px;
}
	
.gallery-1 .first {
    width: 45%;
}

.gallery-1 .last {
    width: calc(55% - 3.2%);
}

.gallery-1 .first .module-text {
    padding: 50px 30px;
}
	
.slider-contacts:after {
    width: 80%;
}
}

@media (max-width: 1450px) {
.home-slider-section .module-slider .tf_swiper-slide .slide-inner-wrap .slide-content.tb_text_wrap {
    padding: 50px;
}

.home-slider-section .module-slider .tf_swiper-slide .slide-inner-wrap .slide-content.tb_text_wrap:before {
    width: 55px;
    height: 55px;
}

#pagewrap .home-slider-section p.review-name:after {
    width: 140px;
}
	
.icon-part-single .icon-part-single-left {
    width: 25%;
}

.icon-part-single .icon-part-single-right {
    width: 75%;
}
	
.our-suppliers-single-box .tb-column-inner .module-image {
    width: calc(33% - 30px);
}
	
.reviews-1 .post-content h3.post-title.entry-title:after {
    width: 140px;
}
	
.project-content-rows .content-row .content-row-right {
    margin-left: 80px;
    width: calc(60% - 80px);
}

#pagewrap .project-content-rows .content-row:nth-child(even) .content-row-right {
    margin-right: 80px;
}
	
.project-banner {
    height: 400px;
}

.project-banner {
    height: 350px;
}
	
}


@media (max-width: 1440px) {
.homepage-slider-slide .tb-column-inner h1 {
    font-size: 60px!important;
    line-height: 71px;
}
}

@media (max-width: 1400px) {
.about-3-single {
    padding: 40px 30px;
}
	
.home-1 .tb-column-inner .home-1-single:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(2,0,36,0)), color-stop(110%, #000000));
    background: -o-linear-gradient(top, rgba(2,0,36,0) 27%, #000000 110%);
    background: linear-gradient(-180deg, rgba(2,0,36,0) 27%, #000000 110%);
}
	
.gallery-nav .tb-column-inner .module-text {
    padding: 0px 2.5%;
}
	
.sinks-section .row_inner h3.module-title {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 23px;
}
	
.material-form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 5px;
}
	
.our-suppliers-single-box.tb_0z70649 {
    margin-left: 0%;
}

.our-suppliers-single-box.tb_h95i373 {
    margin-left: 0%;
}

.our-suppliers-single-box.tb_ul0v238 {
    margin-left: 0%;
}

#pagewrap .drainers-part .our-suppliers-single-box .tb-column-inner .module-image .image-wrap img {
    width: 270px;
    height: 270px;
}

#pagewrap .drainers-part .our-suppliers-single-box .tb-column-inner .module-image .image-wrap {
    width: 270px!important;
    height: 270px!important;
}
	
.slider-contacts:after {
    right: -22%;
    width: 75%;
}
}

@media (max-width: 1350px) {
.header-main .header-bottom .last a {
    padding: 0px 11px;
}
	
.homepage-slider-slide .tb-column-inner h1 {
    font-size: 60px!important;
}

.homepage-slider-slide .tb-column-inner h1 span {
    font-size: 28px;
}
	
.home-1 .tb-column-inner .home-1-single h3 {
    font-size: 38px;
}
	
#pagewrap .home-2 h2 {
    font-size: 60px;
}
	
.home-3 .last {
    padding: 20px 50px;
}

.home-4 .first {
    padding: 30px 50px;
}
	
#pagewrap .about-2 p.about-2-p-second {
    font-size: 45px;
}
	
.about-3 .about-3-single h3 {
    font-size: 40px;
}
	
#footerwrap .footer-main .footer-main-top .first {
    width: 25%;
}

#footerwrap .footer-main .footer-main-top .last {
    width: 75%;
}
	
.gallery-nav .tb-column-inner .module-text {
    padding: 0px 2.2%;
}
	
.gallery-1 .first {
    width: 100%;
}

.gallery-1 .last {
    width: 100%;
    margin: 0;
}
	
.material-form-desktop {
    display: none;
}

.material-form-mobile {
    display: block;
}
	
.gallery-1 .first .module-text {
    margin-bottom: 30px;
}
	
.material-form-mobile {
    background: black;
    padding: 30px;
}

#pagewrap .material-form-mobile .with_frm_style input, #pagewrap .material-form-mobile .with_frm_style textarea {
    font-weight: 500;
    background: white;
    font-size: 16px;
}

#pagewrap .material-form-mobile .with_frm_style label {
    color: white;
    font-family: 'niveau-grotesk'!important;
    font-size: 15px;
}

#pagewrap .material-form-mobile button.frm_button_submit.frm_final_submit {
    background: white;
    color: black;
}
	
#pagewrap .our-suppliers-single-box.tb_h95i373 .our-suppliers-single-box-title {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
            transform-origin: unset;
    top: -100px;
    right: 0;
}

#pagewrap .our-suppliers-single-box.tb_0z70649 .our-suppliers-single-box-title {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: -100px;
    left: 0;
}

.our-suppliers-single-box {
    margin: 100px 0px;
}

#pagewrap .our-suppliers-single-box.tb_ul0v238 .our-suppliers-single-box-title {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: -100px;
}
	
.reviews-1 .post-content {
    padding: 50px 50px;
    padding-bottom: 80px;
}
	
.project-information-part-inner .project-information-part-single {
    margin: 0px 30px;
    width: calc(33.3333% - 50px);
}
}

@media (max-width: 1300px) {
.sinks-1 .first {
    width: 100%;
}

.sinks-1 .last {
    width: 100%;
    margin: 0;
    padding-top: 22px;
}

.sinks-1 .curve-button.curve-button-black {
    float: none;
}
	
.slider-contacts:after {
    width: 72%;
}
}

@media (max-width: 1280px) {
.home-1 .tb-column-inner .home-1-single {
    height: 400px;
}
	
#pagewrap .normal-width .row_inner {
    width: 90%;
}
	
.home-2 {
    padding: 130px 0px;
}
	
#pagewrap h1 {
    font-size: 85px;
}
	
#pagewrap .about-2 p.about-2-p-first {
    font-size: 65px;
}

#pagewrap .about-2 p.about-2-p-second {
    font-size: 40px;
}

#pagewrap .about-2 p.about-2-p-last {
    margin-bottom: 25px;
}
	
.home-1 .tb-column-inner .home-1-single:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(2,0,36,0)), color-stop(75%, #000000));
    background: -o-linear-gradient(top, rgba(2,0,36,0) 27%, #000000 75%);
    background: linear-gradient(-180deg, rgba(2,0,36,0) 27%, #000000 75%);
}
	
#footerwrap .footer-main .footer-main-top #menu-main-navigation-2 a {
    padding: 0px 13px;
}

#footerwrap .footer-main .footer-main-top #menu-legals a {
    padding: 10px 10px;
}
}

@media (max-width: 1250px) {
.about-3-single {
    width: 100%;
    margin: 15px 0px;
}

.about-3 .tb-column-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
	
#footerwrap .footer-main .footer-main-top .first p {
    font-size: 13px;
}
	
.gallery-nav .tb-column-inner .module-text p {
    font-size: 16px!important;
}
	
.slider-contacts:after {
    right: -20%;
    width: 68%;
}
}

@media (max-width: 1200px) {
.footer-top-part .row_inner {
    width: 80%;
}
	
#pagewrap h2 {
    font-size: 40px;
}
	
.homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-text, .homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-buttons {
    width: 72%;
}
	
#footerwrap .footer-main .footer-main-top .first {
    width: 100%!important;
    padding-bottom: 29px;
    text-align: center;
}

#footerwrap .footer-main .footer-main-top .last {
    width: 100%!important;
    text-align: center;
}

#footerwrap .footer-main .footer-main-top #menu-main-navigation-2 a {
    padding: 10px 17px;
}
	
.our-suppliers-single-box {
    padding: 20px;
}

#pagewrap .our-suppliers-single-box.tb_h95i373 .our-suppliers-single-box-title {
    text-align: center;
    float: none!important;
    left: 0;
    top: -75px;
}

#pagewrap .our-suppliers-single-box .our-suppliers-single-box-title h3 {
    margin-bottom: 0;
}

#pagewrap .our-suppliers-single-box.tb_0z70649 .our-suppliers-single-box-title {
    right: 0;
    left: 0;
    text-align: center;
    top: -75px;
}

#pagewrap .our-suppliers-single-box.tb_ul0v238 .our-suppliers-single-box-title {
    right: 0;
    left: 0;
    text-align: center;
    top: -75px;
}

#pagewrap .drainers-part .our-suppliers-single-box .tb-column-inner .module-image .image-wrap {
    margin: 0 auto;
    width: 250px!important;
    height: 250px!important;
}

#pagewrap .drainers-part .our-suppliers-single-box .tb-column-inner .module-image .image-wrap img {
    width: 250px;
    height: 250px;
}

.our-suppliers-single-box .tb-column-inner .module-image {
    width: calc(33% - 20px);
    margin: 15px 10px;
}
	
.features-2 .first p {
    width: 75%;
}

.slider-contacts:after, .slider-contacts:before {
    display: none;
}
	
.homepage-slider-outer .slick-dots {
    bottom: 15px;
}

.slider-contact-outer {
    bottom: 50px;
}

#pagewrap .slider-contact-outer .row_inner {
    width: 100%;
}
	
#pagewrap .project-info-left h1.project-title {
    font-size: 50px;
}
	
#pagewrap .project-information-part-inner p.info-title {
    font-size: 20px;
}

#pagewrap .project-information-part-inner p.info-content {
    font-size: 17px;
}

.project-information-part-inner .project-information-part-single {
    margin: 0px 20px;
    width: calc(33.3333% - 34px);
}
	


.project-information-part-inner .project-information-part-single {
    margin: 0px 20px;
    width: calc(50% - 40px);
    padding: 18px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.project-information-part-inner .project-information-part-single:nth-child(3), .project-information-part-inner .project-information-part-single:nth-child(5) {
    margin-left: 0;
}

.project-information-part-inner .project-information-part-single:nth-child(4) {
    margin-left: 20px;
}
}

@media (max-width: 1150px) {
.about-2 .last {
    padding: 70px 50px;
}

#pagewrap .about-2 p.about-2-p-first {
    font-size: 60px;
    margin-bottom: 35px;
}
	
.page-first .first {
    width: 100%;
}

.page-first .last {
    width: 650px;
    margin: 0 auto;
    padding-top: 40px;
}

.footer-top-part .icon-part-single svg {
    width: 95px;
}
	
.footer-top-part .icon-part-single {
    width: 100%;
}

.footer-top-part .icon-part-single .icon-part-single-left svg {
    width: 80px;
}
	
.icon-part.icon-part-footer .icon-part-single .icon-part-single-left {
    width: 25%;
}

.icon-part.icon-part-footer .icon-part-single .icon-part-single-right {
    width: 75%;
}
	
#footerwrap .footer-main .footer-main-top .first {
    width: 25%;
}

#footerwrap .footer-main .footer-main-top .last {
    width: 75%;
}
	
.mobile-menu-burger {
    display: block;
}
	
.header-main .mobile-menu-slide {
    display: none;
}
	
.projects-1 .first {
    width: 100%;
    padding-bottom: 30px;
}

.projects-1 .last {
    width: 100%;
    margin: 0;
}
	
.header-main .header-top .first {
    width: 70%;
}

.header-main .header-top .last {
    margin: 0;
    width: 30%;
}

.header-main .header-top .first a {
    font-size: 16px;
}
}

@media (max-width: 1100px) {
.home-1 .tb-column-inner .home-1-single {
    width: 65%;
    margin: 15px auto!important;
}

.home-1 .tb-column-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
	
#pagewrap .homepage-slider-slide .module-buttons {
    padding-right: 50px;
}
	
.home-3 .first {
    width: 100%;
    padding-top: 40px;
}

.home-3 .last {
    width: 100%;
    margin-left: 0;
}

.home-3 .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.home-4 .last {
    width: 100%;
    margin: 0;
    padding-top: 40px;
}

.home-4 .first {
    width: 100%;
}

.home-3 .first img {
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
}

.home-4 .last img {
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
}

#pagewrap .icon-part-footer.icon-part .icon-part-single {
    width: 220px;
    margin: auto;
}

.icon-part.icon-part-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0px;
}

.icon-part.icon-part-footer .icon-part-single .icon-part-single-right {
    padding-left: 25px;
}

.project-content-rows .content-row .content-row-left {
    width: 100%;
    padding: 40px 0px;
}

.project-content-rows .content-row .content-row-right {
    margin: 0;
    width: 100%;
}

.project-content-rows .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#pagewrap .project-content-rows .content-row:nth-child(even) .content-row-right {
    width: 100%;
    margin: 0;
}
	
.project-content-rows .content-row img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-content-rows .content-row:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important;
}
	
.gallery-nav .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.gallery-nav .tb-column-inner .module-text {
    padding: 8px 0px;
}
	
	#pagewrap h1 {
    font-size: 75px;
}
	
.contact-page-2 .first {
    width: 100%;
    text-align: center;
}

.contact-page-2 .last {
    width: 100%;
    margin: 0;
    padding: 0px 310px;
    padding-top: 40px;
}

.contact-page-2 .first img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}

.where-find-overlay {
    width: 100%;
    left: 0;
    max-width: 400px;
}
}

@media (max-width: 1050px) {
.about-2 .last {
    width: 100%;
    margin-left: 0;
    padding: 50px;
}

.about-2 .first {
    text-align: center;
    width: 100%;
    padding-top: 40px;
}

.about-2 .first img {
    width: 300px;
}

.about-2 .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.about-2 {
    padding: 80px 0px;
}

#pagewrap .about-2 p.about-2-p-second {
    font-size: 33px;
}

#pagewrap .about-2 p.about-2-p-first {
    font-size: 50px;
    margin-bottom: 20px;
}
	
.reviews-1 .post-content {
    padding: 50px 35px;
    padding-bottom: 75px;
}
	
.contact-page-1 .icon-part-single {
    width: 100%;
}
	
#pagewrap .project-info-left h1.project-title {
    font-size: 40px;
}
}

@media (max-width: 1000px) {
.home-1 {
    padding: 50px 0px;
}
	
.homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-text, .homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-buttons {
    width: 89%;
}
	
.footer-top-part .first {
    width: 100%;
    border-bottom: solid 1px black;
    border-right: none;
    padding-bottom: 40px;
}

.footer-top-part .tb_7aok377.last {
    width: 100%;
    margin: 0;
    padding-top: 40px;
}
	
#footerwrap .footer-main .footer-main-top #menu-main-navigation-2 a {
    padding: 10px 12px;
}
	
.sinks-section .row_inner h3.module-title {
    font-size: 20px;
}
	
.our-suppliers-single-box .tb-column-inner .module-image {
    margin: 25px 15px;
    width: calc(33% - 30px);
}

#pagewrap h2 {
	font-size: 40px;
}
	
#pagewrap .projects-1 .first p:last-child {
    font-size: 40px;
}
	
.gallery-1 div.themify_builder_slider_vertical .carousel-next {
    display: none;
}
	
.gallery-1 .last .module-slider h3.module-title:after {
    content: "Swipe";
    position: absolute;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 20px;
    right: 10px;
    text-transform: uppercase;
    font-family: 'niveau-grotesk';
    bottom: 10px;
}
}

@media (max-width: 950px) {
.features-2 .first {
    width: 100%;
    padding-bottom: 30px;
}

.features-2 .last {
    width: 100%;
    margin: 0;
}
	
.contact-page-1 .first {
    width: 100%;
}

.contact-page-1 .last {
    width: 100%;
}

.contact-page-1 .icon-part-single {
    width: 50%;
}
	
.project-query-row .row_inner .tb-column-inner .tb_text_wrap .project-archive-single {
    margin: 0;
    width: 100%;
    margin: 25px 0px;
}
	
.contact-page-2 .last {
    padding: 0px 220px;
    padding-top: 40px;
}
	
.features-slider div.themify_builder_slider_vertical .carousel-next {
    display: none;
}

.features-slider h3.module-title:before {
    content: "SWIPE";
    position: absolute;
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    right: 50px;
    font-family: 'niveau-grotesk',sans-serif!important;
    bottom: 0;
}
}

@media (max-width: 900px) {
#pagewrap .home-2 h2 {
    font-size: 50px;
}
	
.slider-contacts:before, .slider-contacts:after {
    display: none;
}

.homepage-slider-slide .tb-column-inner h1 {
    font-size: 55px!important;
}
	
#footerwrap .footer-main .footer-main-top #menu-main-navigation-2 a {
    padding: 10px 9px;
}

#pagewrap h1 {
    font-size: 75px;
}
	
.our-suppliers-single-box .tb-column-inner .module-image {
    width: calc(50% - 20px);
    margin: 10px 10px;
}
	
.slider-subtext {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
	
.about-3 {
    padding-bottom: 0;
}
}

@media (max-width: 850px) {
.home-1 .tb-column-inner .home-1-single {
    height: 350px;
}
	
#footerwrap ul#menu-main-navigation-2 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important;
}
	
.sinks-section .first {
    width: 100%;
    padding-bottom: 40px;
}

.sinks-section .last {
    width: 100%;
    margin: 0;
}
	
#pagewrap .our-suppliers-single-box .tb-column-inner .module-image .image-title a {
    font-size: 19px;
}
	
.reviews-1 .post-content h3.post-title.entry-title {
    font-size: 18px;
}

.reviews-1 .post-content h3.post-title.entry-title:after {
    width: 110px;
}
	
.reviews-1 .post-content {
    padding: 35px 20px;
    padding-bottom: 75px;
}
	
.home-slider-section .row_inner {
    width: 85%;
}
	
.project-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.project-info-row .project-info-left {
    width: 100%;
}

.project-info-row .project-info-right {
    width: 100%;
}
	
#pagewrap h1 {
    font-size: 65px;
}
}


@media (max-width: 800px) {
#full-screen-mobile-main-menu ul:before {
    display: none;
}
	
.homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-text, .homepage-slider-outer .homepage-slider-slide .tb-column-inner .module-buttons {
    width: 100%;
}

.homepage-slider-slide .tb-column-inner h1 {
    text-align: center;
    font-size: 45px!important;
}

#pagewrap .homepage-slider-slide .module-buttons {
    padding-right: 0;
    text-align: center;
}
	
.homepage-slider-slide .tb-column-inner h1::before {
    width: 100%;
    font-size: 30px;
    text-align: center;
}
	
.homepage-slider-outer .homepage-slider-slide .tb-column-inner {
    width: 90%;
}
	
.contact-page-2 .last {
    padding-left: 130px;
    padding-right: 130px;
}
}

@media (max-width: 780px) {
.slider-contact-outer {
    bottom: 30px;
}
}

@media (max-width: 768px) {
.our-suppliers-single-box .tb-column-inner .module-image {
    width: calc(50%);
    margin: 0;
}
}

@media (max-width: 750px) {
.home-1 .tb-column-inner .home-1-single {
    width: 100%;
}
	
.header-main .header-top .first {
    display: none;
}

.header-main .header-top .last {
    width: 100%;
}
	
.homepage-slider-slide .tb-column-inner h1 {
    font-size: 40px!important;
}

#pagewrap .homepage-slider-outer .homepage-slider-slide .slider-subtext p {
    font-size: 17px;
}

#pagewrap .curve-button a {
    padding: 12px 25px;
}

#pagewrap .projects-1 .first p:last-child {
    font-size: 33px;
}
}

@media (max-width: 700px) {
#footerwrap ul#menu-legals {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important;
    padding-top: 20px!important;
}
	
div.themify_builder_slider_vertical .carousel-next {
    right: -35px;
}

div.themify_builder_slider_vertical .carousel-prev {
    left: -35px;
}
}

@media (max-width: 680px) {
	#pagewrap .curve-button a {
    padding: 12px 30px;
}

#pagewrap .curve-button a span {
    font-size: 14px;
}

#pagewrap .curve-button a span:after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

#pagewrap p, #pagewrap body {
    font-size: 17px;
}
	
.sinks-1 img {
    width: 300px;
}
	
.homepage-slider-slide .tb-column-inner h1 {
    line-height: 55px;
}

.homepage-slider-slide .tb-column-inner h1::before {
    font-size: 25px;
    top: -40px;
}
	
.homepage-slider-slide .tb-column-inner h1 {
    line-height: 55px;
}

.homepage-slider-slide .tb-column-inner h1::before {
    font-size: 25px;
    top: -40px;
}
	
.slider-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}

@media (max-width: 600px) {
.page-first .icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.page-first .icon-part-single {
    padding: 10px 0px;
}
	
#pagewrap h1 {
    font-size: 68px;
}
	
.our-suppliers-single-box .tb-column-inner .module-image {
    width: calc(50% - 20px);
    margin: 5px 10px;
}
	
#pagewrap h2 {
    font-size: 37px;
}
	
#pagewrap .homepage-slider-outer .homepage-slider-slide .slider-subtext p {
    font-size: 16px;
    padding: 0px 6px;
}
	
.slider-contact-outer {
    display: none;
}
	
.home-slider-section .module-slider .tf_swiper-slide .slide-inner-wrap .slide-content.tb_text_wrap {
    padding: 50px 25px;
}
	
#pagewrap .home-slider-section div.themify_builder_slider_vertical .carousel-next, #pagewrap .home-slider-section div.themify_builder_slider_vertical .carousel-prev {
    display: none;
}

.home-slider-section .row_inner {
    width: 95%;
}

#pagewrap .home-slider-section h2:after {
    content: "Swipe";
    position: absolute;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-family: 'niveau-grotesk';
    font-size: 25px;
}

#pagewrap .home-slider-section h2 {
    margin-bottom: 50px;
}
	
#pagewrap .about-2 p.about-2-p-first {
    font-size: 45px;
}

#pagewrap .about-2 p.about-2-p-second {
    font-size: 28px;
    margin-bottom: 12px;
}

#pagewrap .about-2 p.about-2-p-last {
    letter-spacing: 3px;
    font-size: 20px;
}
	
.where-find-overlay {
    bottom: 30px;
    max-width: 80%;
    left: 5%;
    margin: 0 auto;
}
	
.contact-page-2 .last {
    padding: 0;
    padding-top: 40px;
}
	
.contact-page-2 .first img {
    height: 350px;
}
}










@media (max-width: 500px) {
#pagewrap .slider-contact-outer .slider-contacts a {
    font-size: 18px;
    padding-left: 10px;
}
	
.slider-subtext {
    display: none;
}

	.page-first .icon-part-single {
    width: 100%;
}

.page-first .icon-part-single svg {
    width: 75px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
	
#pagewrap .about-2 p.about-2-p-first {
    font-size: 40px;
}
	
#pagewrap .projects-1 .first p:last-child {
    font-size: 30px;
}
}


@media (max-height: 850px) {
.slider-contact-outer {
    bottom: 38px;
}

.homepage-slider-outer .slick-dots {
    bottom: 10px;
}
}


@media (max-height: 840px) {
.slider-contact-outer {
    bottom: 26px;
}
}






@media (max-height: 830px) {
.slider-contact-outer {
    bottom: 14px;
}
}


@media (max-height: 800px) {
.slider-contact-outer {
    bottom: -10px;
}
}



@media (max-height: 778px) {
.slider-contact-outer {
    bottom: -40px;
}
}


@media (max-height: 765px) {
.slider-contact-outer {
    bottom: -55px;
}
}