/*
Theme Name: Russell Flooring
Theme URI: https://flooringhalifax.co.uk
Template: blankslate
Author: Creative Marketing Services
Author URI: https://www.cmsadvertising.co.uk/
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1770720020
Updated: 2026-02-10 10:40:20

*/

/* Navigation */
@import url("css/nav.css");

/* elementor */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated, .elementor-element{
    padding:0 !important;
}
.elementor-widget:not(:last-child){
    margin:0 !important;
}

/* Core */
body{
    font-family: "Nunito", sans-serif;
    font-optical-sizing: none;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-wrap: auto;
    word-break: break-word;
    line-height: 1.3;
}
.container{
    max-width: 1500px;
}
.padding-v {
    padding-top: calc(15px + 2%);
    padding-bottom: calc(15px + 2%);
}
.padding-h {
    padding-left: calc(15px + 5%);
    padding-right: calc(15px + 5%);
}
.padding-t {
    padding-top: calc(25px + 2.5%);
}
.padding-b {
    padding-bottom: calc(25px + 2.5%);
}
.padding-l {
    padding-left: calc(15px + 5%);
}
.padding-r {
    padding-right: calc(15px + 5%);
}
.e-con.padding-v {
    padding-top: calc(15px + 2%) !important;
    padding-bottom: calc(15px + 2%) !important;
}
.e-con.padding-h {
    padding-left: calc(15px + 5%) !important;
    padding-right: calc(15px + 5%) !important;
}
.e-con.padding-t {
    padding-top: calc(25px + 2.5%) !important;
}
.e-con.padding-b {
    padding-bottom: calc(25px + 2.5%) !important;
}
.e-con.padding-l {
    padding-left: calc(15px + 5%) !important;
}
.e-con.padding-r {
    padding-right: calc(15px + 5%) !important;
}
.background-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}
.background-img.top-right{
    background-position: top right;
}
.background-img.top-left{
    background-position: top left;
}
.background-img.round-top-right{
    border-radius: 0 10vh 0 0;
}
.background-img.round-top-left{
    border-radius: 10vh 0 0 0;
}

@media (max-width:995px) {
    .background-img.round-top-right, .background-img.round-top-left{
        border-radius:0;
    }
}

/* text */
.sans{
    font-family: "Nunito Sans", sans-serif;
}
.serif{
  font-family: "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.minion{
    font-family: "minion-pro", serif;
    font-weight: 300;
}
i{
    font-style: italic !important;
}
i.fa, i.fa-brands{
    font-style: unset !important;
}
h1, h2{
    font-family: "Times New Roman", serif;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}
.white-text h2, .white-text h3{
    color: #fff;
}
.blue-text h2, .blue-text h3{
    color: #3d4596;
}
.light-blue-text h2, .light-blue-text h3{
    color: #778da9;
}
h1{
    font-size: calc(2em + 2vw);
    margin-bottom: 25px;
}
h2{
    font-size: 3em;
}
h3{
    font-size: 2.5em;
}
h3, h4, h5{
    margin-bottom: 15px;
}
h4{
    font-size: 1.7em;
}
h5{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
}
h6{
    font-size: 1.3em;
    margin-bottom: 10px;
}
p, ul, ol{
    padding:0;
    margin-bottom: 15px;
    font-size: 1.2em;
}
ul li, ol li{
    margin-bottom: 5px;
}
ul.list{
    list-style: disc;
}
ul.list, ul.list.checklist {
    padding-left: 20px;
}
ul.list.checklist li {
  list-style-type: '\2713';
  padding-inline-start: 1ch;
}
ul.list.checklist li::marker {
  color: #3d4596;
  font-weight: 900;
}
ol{
    list-style: decimal;
}
b, strong{
    font-weight: 700;
}
.text-align-left{
    text-align: left;
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.white-text{
    color: #fff;
}
.black-text{
    color: #000;
}
.grey-text{
    color: #3c3c3b;
}
.blue-text{
    color: #3d4596;
}
.light-blue-text{
    color: #778da9;
}
a{
    text-decoration: none !important;
    transition: .3s ease;
}
.white-text a{
    color: #fff;
}
.blue-text a{
    color: #3d4596;
}
.light-blue-text a{
    color: #778da9;
}
.black-text a{
    color: #000;
}
a:hover{
    color: #778da9;
}
.white-text a:hover{
    color: #000;
}
.title-col{
    margin-bottom: 15px;
}
hr{
    opacity: 1;
    margin: 15px 0 !important;
    max-width: 120px;
    height:3px;
    background-color: #000 !important;
    border:none;
}
.text-align-center hr{
    margin:15px auto !important;
}
hr.no-margin{
    margin:0 auto !important;
}
hr.full{
    width: 100%;
    max-width: unset;
}
hr.blue{
    background-color: #3d4596 !important;
}
hr.red{
    background-color: #ff6978 !important;
}
hr.white{
    background-color: #fff !important;
}
hr.grey{
    background-color: #3c3c3b !important;
}
hr.w-100{
    max-width: 100%;
}

@media (max-width:995px) {
    h1{
        font-size: calc(2em + 1vw);
    }
    h2{
        font-size: 2em;
    }
    h3{
        font-size: 1.6em;
    }
    h4{
        font-size: 1.3em;
    }
    h5{
        font-size: .9em;
    }
    h6{
        font-size: 1.2em;
    }
    p, ul{
        font-size: 1.1em;
    }
}

/* backgrounds */
.white-back{
    background-color: #fff;
}
.black-back{
    background-color: #000;
}
.blue-back{
    background-color: #3d4596;
}
.light-blue-back{
    background-color: #778da9;
}
.v-light-blue-back{
    background-color: #bbc6d4;
}
.grey-back{
    background-color: #3c3c3b;
}
.light-grey-back{
    background-color: #e0e1dd;
}

/* buttons */
.btn-bttm{
    display: flex;
    flex-direction: column;
}
.btn-bttm .btn{
    margin-top: auto;
    width: fit-content;
}
.btn{
    font-size: 1em;
    padding: 10px 30px !important;
    border-radius: 10px !important;
    transition: .3s ease;
    min-width: 200px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
}
.btn.margin-r{
    margin-right:15px;
}
.white-btn, a.white-btn{
    background-color: #fff;
    color: #000;
    border:1px solid #fff;
}
.white-btn:hover, a.white-btn:hover{
    background-color: #000;
    color: #fff;
    border:1px solid #000;
}
.blue-btn, a.blue-btn{
    background-color: #3d4596;
    color: #fff;
    border:1px solid #3d4596;
}
.blue-btn:hover, a.blue-btn:hover{
    background-color: #fff;
    color: #3d4596;
    border:1px solid #3d4596;
}
.light-blue-btn, a.light-blue-btn{
    background-color: #778da9;
    color: #fff;
    border:1px solid #778da9;
}
.light-blue-btn:hover, a.light-blue-btn:hover{
    background-color: #fff;
    color: #778da9;
    border:1px solid #778da9;
}
.red-btn, a.red-btn{
    background-color: #ff6978;
    color: #fff;
    border:1px solid #ff6978;
}
.red-btn:hover, a.red-btn:hover{
    background-color: #fff;
    color: #ff6978;
    border:1px solid #ff6978;
}

@media (max-width:995px) {
    .btn{
        font-size: .9em;
    }
}

/* Forms */
.wpcf7 label, .wpcf7 span{
    display: block;
}
.wpcf7 span{
    margin-bottom: 15px;
}
textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="date"]{
    padding: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    transition: .3s ease;
    display: block;
    width: 100%;
    border:1px solid #000;
}
textarea:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible, input[type="date"]:focus-visible{
    outline:none;
    background-color: #fff;
    border:1px solid #3d4596;
}
span.wpcf7-spinner{
    display: none;
    vertical-align: middle;
}
form.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7 form .wpcf7-response-output{
    width: fit-content;
}
.form-col p br:last-of-type{
    display: none;
}
.form-col .wpcf7-radio input[type="radio"], .form-col .wpcf7-radio .wpcf7-list-item-label, .form-col .wpcf7-radio .wpcf7-list-item{
    display: inline-block;
    margin-right: 10px;
}
.form-col .wpcf7-radio .wpcf7-list-item-label{
    font-size: 1.05em;
    vertical-align: middle;
    margin-bottom: 0;
}
.form-col .wpcf7-radio input[type=radio] {
    border: 0px;
    height: 1em;
    width: 1em;
    vertical-align: middle;
}

/* Home */
.header .row{
    min-height: 50vh;
}
.type-nav{
    margin-bottom: 30px;
}
.type-nav li{
    display: inline-block;
    padding: 0 calc(15px + 1vw);
    border-right: 3px solid #fff;
    font-size: calc(1em + 1vw);
    margin: 0;
    line-height: 1;
}
.type-nav li:last-of-type{
    border-right: none;
}
.type-nav.sub-nav {
    margin:0;
}
.type-nav.sub-nav li{
    padding: 0 calc(7px + .25vw);
    font-size: calc(1em + .5vw);
    font-weight: 600;
}
.gallery-small .background-img{
    min-height:35vh;
    position: relative;
}
.gallery-small .vertical-split .background-img:first-of-type{
    margin-bottom: 1.5rem;
}
.gallery-small .vertical-split .background-img:last-of-type::after{
    content: "";
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    bottom:0;
    /* background: #3D4596; */
    background: linear-gradient(0deg,rgba(61, 69, 150, 1) 0, rgba(61, 69, 150, 0) 80%);
}
.gallery-small .vertical-split .background-img .text{
    position: absolute;
    bottom: 10%;
    z-index: 5;
}
.quote{
    position: relative;
}
.quote::before, .quote::after{
    content: "“";
    position: absolute;
    width: calc(15px + 4%);
    height: auto;
    max-height: 7vh;
    font-size: calc(5em + 5vw);
    color: #3d4596;
    line-height: 1;
    z-index: 1;
}
.quote::before{
    top:0;
    left:0;
}
.quote::after{
    content:"”";
    bottom:0;
    right:0;
}

@media (max-width:995px) {
    .type-nav{
        margin-bottom: 0;
    }
    .type-nav li{
        width:49%;
        position: relative;
        border:0;
        padding: calc(5px + 1vh) 7px;
    }
    .type-nav.sub-nav li {
        padding: calc(5px + .5vw) 0;
    }
    .type-nav li:after{
        content: "";
        position: absolute;
        bottom:0;
        left:50%;
        transform: translate(-50% , 0);
        height:2px;
        width: 40%;
        background-color: #3d4596;
    }
    .type-nav.sub-nav li:after{
        width:30%;
    }
    .type-nav.sub-nav li:last-of-type:after, .type-nav li:last-of-type:after, .type-nav li:nth-last-child(2):after{
        display: none;
    }
    .type-nav.sub-nav{
        display: none;
    }
    #html-setheight-1{
        max-height: 85px;
    }
    .brand-carousel img{
        max-width: 180px !important;
    }
}

/* Products */
.product-types hr{
    margin: calc(4vh + 15px) 0 !important;
}
.accordion-item, .accordion-header, .accordion-button, .accordion-button:not(.collapsed), .accordion-item:first-of-type, .accordion-button:focus{
    background-color: transparent;
    border:0;
    border-radius:0 !important;
    box-shadow: none;
}
.accordion-item{
    border-bottom: 2px solid #fff !important;
}
.accordion-item:first-of-type{
    border-top: 2px solid #fff !important;
}
.accordion-button:not(.collapsed){
    color: #fff;
    /* color: #3d4596; */
}
.accordion-body{
    padding: 0 0 15px 0;
}
.accordion-button{
    padding:15px 0;
}
.accordion-button h6{
    margin-bottom: 0;
}
.accordion-button::after{
    content: "\2b";
    background-image: none;
    transition: .3s ease;
    color: #fff;
    font-size: 2em;
    line-height: .5;
}
.accordion-button:not(.collapsed)::after{
    content: "\2212";
    background-image: none;
    transform: none;
}

/* About Us */
.about-gallery-outer, .why-choose{
    position: relative;
    z-index: 5;
}
.about-gallery-outer div, .why-choose div{
    position: relative;
    z-index: 5;
}
.about-gallery-outer:before, .about-gallery-outer:after, .why-choose:before, .why-choose:after{
    background-color: #f3f3f1;
    content:"";
    position: absolute;
    left: 0;
    bottom:0;
    height:50%;
    width:100%;
    z-index: 1;
}
.about-gallery-outer:after, .why-choose:after{
    background-color: transparent;
    background-image: url('/wp-content/uploads/2026/02/chevron-bg.png');
    background-size: cover;
    background-position: top center;
    z-index: 2;
}
.why-choose:before, .why-choose:after{
    top: 0;
    bottom: unset;
}
.customer-service-badge{
    max-width: 120px !important;
}
@media (max-width:995px) {
    .about-header img, .why-choose .col-lg-4, .carpet-fitter, .baby-feet{
        margin-bottom: 15px;
    }
    .about-gallery-outer:before, .about-gallery-outer:after, .why-choose:before, .why-choose:after{
        height:90%;
    }
    .why-choose .col-lg-4:last-of-type{
        margin-bottom: 0;
    }
}

/* Price Guide */
.product{
    margin-bottom: 15px;
}
.product-img{
    margin-bottom: 10px;
    align-self: start;
}
.product-text{
    padding: 0 10px ;
}
.product-inner{
    height: 100%;
    position: relative;
}
.product-inner h6{
    margin-bottom: 50px;
}
.product-inner .price{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
}

/* Contact */
.map-col{
    padding:0;
}
.map-col iframe{
    min-height: 300px;
}

/* Gallery */
.square-gallery .gallery-item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.elementor-slideshow__title{
    /* display: none; */
}
