/*
Theme Name: Erris Homes
Theme URI: https://errishomes.com
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: 2024.1.1713775883
Updated: 2024-04-22 08:51:23

*/

@import url("css/fonts.css");
@import url("css/nav.css");
@import url("css/footer.css");

/* Custom Core CSS */
html{
    overflow-x: hidden;
}
body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: #3d3d3d;
    font-weight: 400;
    overflow-x: hidden;
    /* overflow-wrap:break-word; */
}
.e-con{
    padding:0 !important;
}
.padding-h{
    padding-left: calc(15px + 3%);
    padding-right: calc(15px + 3%);
}
.padding-v{
    padding-top: calc(10px + 2%);
    padding-bottom: calc(10px + 2%);
}
.background-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Text */
.serif{
    font-family: "Cinzel", serif;
}
.uppercase{
    text-transform: uppercase;
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.light-text{
    font-weight: 300;
}
.reg-text{
    font-weight: 400;
}
.med-text{
    font-weight: 500;
}
.semi-bld-text{
    font-weight: 600;
}
.bld-text, b, strong{
    font-weight: 700;
}
h1{
    font-size: 4.8em;
    font-weight: 500;
    margin-bottom: 25px;
}
h2{
    font-size: 4em;
    margin-bottom: 25px;
}
h3{
    font-size: 2.5em;
    margin-bottom: 25px;
}
h4{
    font-size: 1.5em;
    margin-bottom: 15px;
}
p, ul{
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 15px;
}
ul{
    padding-left:1.75rem;
}
ul.list{
    list-style: disc;
}
ul ul{
    font-size: 1em;
}
a{
    transition: .3s ease;
    text-decoration: none !important;
    overflow-wrap:anywhere;
    color: #3d3d3d;
}
.white-text a{
    color: #fff;
}
a:hover{
    color: #ec8d22;
}
@media (max-width:995px) {
    h1{
        font-size: 2.8em;
    }
    h2{
        font-size: 2.4em;
    }
    h3{
        font-size: 2em;
        margin-bottom: 15px;
    }
    h4{
        font-size: 1.4em;
    }
}

/* Colors */
.white-text{
    color: #fff;
}
.grey-text{
    color: #1a1a1a;
}
.black-text{
    color: #000000;
}
.orange-text{
    color: #ec8d22;
}
.gold-text{
    color: #bc953a;
}

.white-back{
    background-color: #fff;
}
.black-back{
    background-color: #000;
}
.light-grey-back{
    background-color: #e1e1e1;
}
.grey-back{
    background-color: #3d3d3d;
}
.orange-back{
    background-color: #ec8d22;
}
.gold-back{
    background-color: #bc953a;
}

/* Buttons */
.btn{
    display: inline-block;
    padding:10px 40px;
    font-weight: 600;
    font-size: 1.2em;
    transition: .3s ease;
    line-height: 1;
    border-radius: 100px;
}
.white-btn{
    background-color: #fff;
    border:1px solid #fff;
    color: #3d3d3d;
}
.white-btn:hover{
    background-color: #3d3d3d;
    border:1px solid #fff;
    color: #fff;
}
.white-btn-rev{
    background-color: transparent;
    border:1px solid #fff;
    color: #fff;
}
.white-btn-rev:hover{
    background-color: #fff;
    border:1px solid #fff;
    color: #ec8d22;
}
.orange-btn{
    background-color: #ec8d22;
    border:1px solid #ec8d22;
    color: #fff;
}
.orange-btn:hover, .orange-btn.active{
    background-color: #fff;
    border:1px solid #ec8d22;
    color: #ec8d22;
}
.gold-btn{
    background-color: #bc953a;
    border:1px solid #bc953a;
    color: #fff;
}
.gold-btn:hover, .gold-btn.active{
    background-color: #fff;
    border:1px solid #bc953a;
    color: #bc953a;
}
.grey-btn{
    background-color: #3c3c3b;
    border:1px solid #3c3c3b;
    color: #fff;
}
.grey-btn:hover{
    background-color: #fff;
    border:1px solid #3c3c3b;
    color: #3c3c3b;
}

/* 404 */
.error-container{
    border-bottom: 4px solid #ec8d22;
}
.error-row{
    min-height: 60vh;
}
@media (max-width:995px) {
    .error-container{
        padding-top: calc(calc(10px + 2%) + 14vh);
    }
    .error-row{
        min-height: 40vh;
    }
}

/* Home */
.header .row{
    min-height:65vh;
    margin-bottom: 5vh;
    padding-top: 20vh;
}
.header h1{
    margin-bottom: 30px;
}
.header .btn{
    margin-right: 25px;
}
.header .btn:last-of-type{
    margin-right: 0;
}
.title-col{
    margin-bottom: 20px;
}
.featured-properties{
    position: relative;
}
.featured-properties:before{
    content: "";
    width:70%;
    height:100%;
    background-color: #3d3d3d;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.featured-properties .row{
    position: relative;
    z-index: 2;
}
.featured-properties-title{
    text-transform: uppercase;
}
.property{
    margin-bottom: 15px;
}
.property .property-inner{
    box-shadow: #00000040 3px 3px 5px;
    height:100%;
}
.property .property-inner .property-text{
    padding:25px;
    height: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
}
.property .property-inner .property-img{
    min-height: 300px;
}
.property .property-inner .property-text a:hover{
    color: #3d3d3d;
}
.property .property-inner .grey-btn{
    display: block;
    border-radius: 0;
    margin-top: 10px;
    align-self: flex-end;
}
.property .property-inner a, .property .property-inner h4{
    display: block;
    width: 100%;
    height: fit-content;
}
.property .property-inner p{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: fit-content;
}
.news-inner-con{
    padding:0;
}
.news-item .news-img{
    min-height:400px;
    display: flex;
    padding:25px;
    margin-bottom: 25px;
    position: relative;
}
.news-6-7 .news-item.item-1 .news-img{
    min-height:825px;
}
.news-item .news-img:before{
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 25%, #000);
    transition: .3s ease;
    opacity: .8;
}
.news-item .news-img:hover:before{
    opacity: 1;
}
.news-item .news-img .news-text{
    align-self: end;
    width: 100%;
    position: relative;
    z-index: 2;
}
.news-item .news-img .news-text h4{
    text-transform: uppercase;
    transition: .3s ease;
}
.news-item .news-img:hover h4{
    color: #ec8d22;
}
.benefit img{
    max-height: 100px;
    margin-bottom: 25px;
}
.benefit h4, .benefit p{
    margin-bottom: 40px;
}
@media (max-width:995px) {
    .header .row{
        margin-bottom: 0;
    }
    .header .btn {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .intro-img{
        margin-top: 15px;
    }
    .title-col{
        margin-bottom: 5px;
    }
    .benefit{
        margin-bottom: 50px;
    }
    .property:last-of-type, .benefit:last-of-type{
        margin-bottom: 0;
    }
    .property .property-inner .property-img {
        min-height: 225px;
    }
    .news-item .news-img {
        min-height: 300px !important;
    }
    .benefit h4, .benefit p {
        margin-bottom: 25px;
    }
}

/* Development page (calder mews phase i) */
.dev-nav{
    border-top: 1px solid #ec8d22;
    border-bottom: 1px solid #ec8d22;
    margin-bottom: 0;
    padding:15px;
}
.dev-nav li{
    display: inline-block;
    margin:5px 25px;
    font-weight: 500;
}
.sold-box{
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #d23627;
    align-self: center;
    margin-bottom: 5px !important;
    margin-top: 5px;
}
.reserved-box{
    background-color: #007bff;
}
.site-layout-img img{
    max-height: 85vh;
    max-width: 100%;
    margin:0 auto;
    width:auto;
}
/* .site-layout-img .modal img{
    max-height: 80vh;
}
.modal-img-btn:hover{
    cursor: pointer;
}
.img-modal .modal-dialog {
    width: 95vw;
    max-height: 95vh;
    height: auto;
    max-width: unset;
} */

/* Single Property */
.header-single h1{
    text-transform: uppercase;
}
.property-info .accordion-button::after{
    display: none !important;
}
.property-info .accordion-button{
    padding: 15px 0;
    border-top: 1px solid #ec8d22;
    border-bottom: 1px solid #ec8d22;
    background-color: #fff !important;
    font-size: unset;
    font-weight: 600;
    box-shadow: none !important;
    color: #3d3d3d !important;
}
.single-property-text{
    padding-left: calc(25px + calc(var(--bs-gutter-x) * .5));
    padding-right: calc(25px + calc(var(--bs-gutter-x) * .5));
}
.property-info .accordion{
    margin-bottom: 25px;
}
.property-info .btn{
    margin-bottom: 25px;
    min-width:50%;
}
.floorplan{
    max-width: 90%;
    width:auto;
    max-height: 85vh;
}
.floorplan-con table{
    margin:0 auto;
}
.floorplan-con table td{
    padding:10px;
    border:1px solid #e1e1e1;
}
.reserve-row{
    padding: 15px 0;
    border-bottom: 1px dotted #fff;
    text-transform: uppercase;
}
.reserve-row-1{
    margin-top: 20px;
    border-bottom: 1px solid #ec8d22;
}
.reserve-row a{
    text-decoration: underline !important;
}
.reserve-row p{
    margin-bottom: 0;
}
@media (max-width:995px) {
    .property-info .carousel{
        margin-bottom: 15px;
    }
    .single-property-text h3{
        margin-bottom: 15px;
    }
    .single-property-text {
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-right: calc(var(--bs-gutter-x)* .5);
    }
    .reserve .text-align-right{
        text-align: left;
    }
    .reserve-row p {
        font-size: 1em;
    }
    .reserve-link-col{
        padding-top: 5px;
    }
}

/* Development page (calder mews phase ii Excellence Collection) */
.video-col iframe{
    max-width: 800px !important;
    margin: 0 auto !important;
    display: block;
    height: 500px;
    max-height: 400px;
}
.ec-header h1 span{
    font-size: 200%;
    font-weight: 700;
}
.ec-nav, .property-info .gold-features .accordion-button, .gold-reserve .reserve-row-1{
    border-color: #bc953a;
}
.ec-nav a:hover{
    color: #bc953a;
}
.ec-logo{
    margin-bottom: calc(10px + 2%);
}
.ec-properties .property-text a.orange-text{
    color: #bc953a;
}
.ec-properties .property-text a.orange-text:hover{
    color: #3d3d3d;
}
.ec-properties .property .grey-btn {
    background-color: #bc953a;
    border: 1px solid #bc953a;
    color: #fff !important;
}
.ec-properties .property .grey-btn:hover {
    background-color: #3d3d3d;
    border: 1px solid #3d3d3d;
}
.ec-opening{
    padding-bottom: calc(10px + 2%);
}

/* News Page */
.news-con{
    padding-top: calc(8.5vh + calc(10px + 2%));
}
.news-title-row{
    padding-bottom: calc(10px + 2%);
}
.news-title-row h1{
    margin-bottom: 15px;
}
.pagination-col > div, .pagination-navigation ul li{
    display: inline-block;
}
.pagination-navigation ul{
    list-style: none;
    padding-left: 0;
}
.pagination-col a{
    padding: 0 5px;
    margin: 0 10px;
}
.pagination-navigation ul li::before{
    display: none;
}
.pagination-right{
    margin-left: 15px;
    font-size: 1.3rem;
}
.pagination-left{
    margin-right: 15px;
    font-size: 1.3rem;
}
.pagination-col{
    font-size: 1.3rem;
}
@media (max-width:995px) {
    .news-con {
        padding-top: calc(14.5vh + calc(10px + 2%));
    }
}

/* Single News item */
.header-single{
    position: relative;
}
.header-single:before{
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(180deg, #00000000 30%, #000000 100%);
    transition: .3s ease;
    opacity: .8;
}
.header-single .header-row{
    position: relative;
    z-index: 2;
}
.featured-image{
    max-width: 100%;
}


/* Enquire */
.form-div{
    display: none;
}
.form-div.show-form{
    display: block;
}
.contact-main .col-lg-6{
    padding-left: calc(25px + calc(var(--bs-gutter-x) * .5));
    padding-right: calc(25px + calc(var(--bs-gutter-x) * .5));
}
.contact-main ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.contact-main ul li{
    margin-bottom: 15px;
}
.contact-main ul li:last-of-type{
    margin-bottom: 0;
}
.contact-main hr {
    opacity: 1;
    border-top: 1px solid #3d3d3d;
    margin: 25px 0 !important;
    max-width: 600px;
}
.first-q{
    margin-bottom: 25px;
    text-transform: uppercase;
}
.first-q .wpcf7-list-item:hover{
    cursor: pointer;
}
.first-q .wpcf7-list-item{
    margin-left:0;
    margin-right: 2rem;
}
.first-q input[type="radio"]{
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin-bottom: 3px;
    accent-color: #e07600;
}
.wpcf7 label, .wpcf7-form-control-wrap, .wpcf7-form-control{
    display: block;
    width:100%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    font-size:.9em;
    padding:15px;
    border:1px solid #3d3d3d;
    color: #3d3d3d;
}
.wpcf7 select, .wpcf7 input[type="date"]{
    font-size:.9em;
    padding:15px;
    border:0;
    background-color: #ebebeb;
    font-weight: 600;
    color: #3d3d3d;
}
.policy-outer .wpcf7-list-item{
    margin-left:0;
}
.policy-checkbox{
    width:35px;
    display: inline-block;
    accent-color: #e07600;
    vertical-align: top;
}
.policy-checkbox input[type="checkbox"]{
    margin-top: 4px;
    height: 17px;
    width: 17px;
}
.policy-checkbox input[type="checkbox"]:hover{
    cursor: pointer;
}
.policy-text{
    display: inline-block;
    width:calc(100% - 50px);
}
:focus-visible {
    outline: 0;
}
.wpcf7 input[type="submit"]{
    display: inline-block;
    width: unset;
    margin-top: 15px;
}
[data-class="wpcf7cf_group"]{
    max-width: 100%;
    overflow: hidden;
}


/* Why Choose Erris */
.why-intro .col-lg-6{
    padding-left: calc(25px + calc(var(--bs-gutter-x) * .5));
    padding-right: calc(25px + calc(var(--bs-gutter-x) * .5));
}
.why-intro img{
    margin-bottom: 20px;
}
.peace{
    position: relative
}
.peace:before{
    content: "";
    width:75%;
    height:100%;
    background-color: #3d3d3d;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.peace .row{
    position: relative;
    z-index: 2;
}
.why-icon-col img{
    margin-bottom: 35px;
    max-height: 100px;
}
.why-icon-col h4, .why-icon-col p{
    max-width: 500px;
    margin:0 auto;
}
.why-icon-col h4{
    margin-bottom: 10px;
}
.testimonial-inner{
    box-shadow: #00000040 0px 0px 8px 2px;
    height: 100%;
    padding: calc(15px + 5%);
}

@media (max-width:995px) {
    .peace:before{
        width:100%;
    }
    .why-icon-col, .testimonial, .why-intro .col-lg-6{
        margin-bottom: 35px;
    }
    .why-icon-col:last-of-type, .testimonial:last-of-type, .why-intro .col-lg-6:last-of-type{
        margin-bottom: 0;
    }
    .why-icon-col img{
        margin-bottom: 25px;
    }
    .why-intro .col-lg-6 {
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-right: calc(var(--bs-gutter-x)* .5);
    }
}

/* about / values */
.values h3{
    margin-bottom: 15px;
}
.ethos .img-col img{
    width:100%;
}
.ethos .small-text-col{
    margin-bottom: 35%;
}
.ethos .big-text-col{
    margin-top: -8%;
}
.energy{
    position: relative;
}
.energy:before{
    content: "";
    width:70%;
    height:100%;
    background-color: #3d3d3d;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.energy .row{
    position: relative;
    z-index: 2;
}
.energy-text{
    padding:0 3%;
}
.energy-text li{
    margin-bottom: 10px;
}
@media (max-width:995px) {
    .ethos .small-text-col, .ethos .big-text-col{
        margin-bottom: unset;
        margin-top: unset;
    }
    .ethos .img-col img {
        margin-bottom: 15px;
    }
    .energy-text{
        padding:0 0;
    }
}

/* Buying / Selling */
.buy-hr{
    border-top:0;
    border-bottom:5px solid #ec8d22;
    max-width: 80%;
    margin:0 auto !important;
    opacity: 1;
}
.settle{
    position: relative;
}
.settle:before{
    content: "";
    width:100%;
    height:70%;
    background-color: #3d3d3d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.settle .row{
    position: relative;
    z-index: 2;
}
.settle img{
    max-width: 1400px !important;
    width:100%;
}
@media (max-width:995px) {
    .settle:before{
        height:100%;
    }
}
