/*
Theme Name: Digital Agency Leeds
Theme URI: https://digitalagencyleeds.com/
Template: blankslate
Author: Harvey Thurwell
Author URI: https://www.harveythurwell.co.uk/
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2025.1759849803
Updated: 2025-10-07 15:10:03

*/

/* 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: "Montserrat", sans-serif;
    font-optical-sizing: none;
    font-weight: 300;
    font-style: normal;
    color: #101010;
    text-wrap: auto;
    word-break: break-word;
}
.padding-v {
    padding-top: calc(25px + 2.5%);
    padding-bottom: calc(25px + 2.5%);
}
.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%);
}

/* text */
.mont{
    font-family: "Montserrat", sans-serif;
}
.bodo {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
h1, h2, h3{
    font-family: "Bodoni Moda", serif;
    font-weight: 500;
    margin-bottom: 15px;
}
h1{
    font-size: 4em;
    margin-bottom: 25px;
}
h2{
    font-size: 3em;
}
h3{
    font-size: 2em;
}
h4, h5{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
h4{
    font-size: 1.5em;
}
h5{
    font-size: 1em;
}
p, ul{
    padding:0;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.2;
}
ul li{
    margin-bottom: 5px;
}
ul.list{
    padding-left:1.5rem;
    list-style: disc;
}
b{
    font-weight: 600;
}
.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: #101010;
}
.gold-text{
    color: #a89449;
}
a{
    text-decoration: none !important;
    transition: .3s ease;
}
.white-text a{
    color: #fff;
}
.grey-text a{
    color: #101010;
}
.gold-text a{
    color: #a89449;
}
a:hover{
    color: #a89449;
}
.gold-text a:hover{
    color: #E2DBC4;
}
.gold-back.grey-text a:hover{
    color: #fff;
}

@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;
    }
    p, ul{
        font-size: 1.1em;
    }
}

/* backgrounds */
.white-back{
    background-color: #fff;
}
.black-back{
    background-color: #000;
}
.grey-back{
    background-color: #101010;
}
.light-grey-back{
    background-color: #ededed;
}
.gold-back{
    background-color: #a89449;
}
.light-gold-back{
    background-color: #E2DBC4;
}

/* buttons */
.btn-bttm{
    display: flex;
    flex-direction: column;
}
.btn-bttm .btn{
    margin-top: auto;
    width: fit-content;
}
.btn{
    font-size: 1em;
    padding: 10px 30px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .3s ease;
    min-width: 200px;
    display: inline-block;
    margin-top: 5px;
}
.gold-btn, a.gold-btn{
    background-color: #a89449;
    color: #101010;
    border:1px solid #a89449;
}
.gold-btn:hover, a.gold-btn:hover{
    background-color: #E2DBC4;
    color: #101010;
    border:1px solid #E2DBC4;
}
.white-btn, a.white-btn{
    background-color: #fff;
    color: #101010;
    border:1px solid #fff;
}
.white-btn:hover, a.white-btn:hover{
    background-color: #E2DBC4;
    color: #101010;
    border:1px solid #E2DBC4;
}
.grey-btn, a.grey-btn{
    background-color: #101010;
    color: #fff;
    border:1px solid #101010;
}
.grey-btn:hover, a.grey-btn:hover{
    background-color: #fff;
    color: #101010;
    border:1px solid #fff;
}
.white-shadow{
    box-shadow: 4px 4px 0 0 #fff !important;
}
.gold-shadow{
    box-shadow: 4px 4px 0 0 #a89449 !important;
}
.grey-shadow{
    box-shadow: 4px 4px 0 0 #101010 !important;
}

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

/* Forms */
.wpcf7 label, .wpcf7 span{
    display: block;
}
textarea, input[type="text"], input[type="email"], input[type="tel"]{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    transition: .3s ease;
    display: block;
    width: 100%;
}
textarea:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible{
    outline:none;
    background-color: #E2DBC4;
    border:1px solid #a89449;
}
span.wpcf7-spinner{
    display: none;
    vertical-align: middle;
}
form.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7 form .wpcf7-response-output{
    width: fit-content;
}

/* Home */
.header-row{
    min-height: 50vh;
    position: relative;
    z-index: 2;
    margin-top: 100px;
}
.home .header-row{
    min-height: 73vh;
}
.header-home{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.header-home h1{
    font-size: calc(4em + 1vw);
}
.header .btn{
    margin-right: 20px;
}
hr{
    margin: 15px 0 !important;
    color: #a89449;
    border: 0;
    border-top: 1px solid;
    opacity: .5;
    max-width: 110px;
    width: 20%;
}
.text-align-center hr{
    margin: 15px auto !important;
}
hr.grey{
    color: #101010;
}
.title-col{
    margin-bottom: 15px;
}
.targeting-col-inner, .wwd-inner, .timeline-col-inner, .service-col-inner, .outcome-inner{
    padding: 25px;
    height: 100%;
}
.wwd-col, .service-col{
    margin-bottom: 1.5rem;
}
.timeline-col{
    padding-bottom:3rem;
    position: relative;
}
.timeline-col-inner{
    box-shadow: 4px 4px 0 0 #101010 !important;
}
.timeline-col::after{
    content: "";
    width:5px;
    height:3rem;
    background-color: #101010;
    position: absolute;
    bottom:0;
    right: 14%;
}
.timeline-col:nth-child(odd)::after{
    left: 14%;
    right: unset;
}
.timeline-col:last-of-type{
    padding-bottom: 0;
}
.timeline-col:last-of-type::after{
    display: none;
}
.timeline-col img{
    max-height:100px;
    margin:0 auto;
    display: block;
}
.timeline-col p:last-of-type{
    margin-bottom: 0;
}

@media (max-width:995px) {
    .header-home h1{
        font-size: calc(2em + 1vw);
    }
    .header .btn{
        margin-bottom: 15px;
    }
    .targeting-col, .wwd-col, .service-col, .outcome{
        margin-bottom: 1.5rem;
    }
    .targeting-col:last-of-type, .wwd-col:last-of-type, .service-col:last-of-type, .outcome:last-of-type{
        margin-bottom: 0;
    }
    .timeline-col img {
        max-height: 50px;
        margin: 0 0 15px;
    }
}

/* Services */
.service-col, .programme-col{
    margin-bottom: 1.5rem;
}
.service-nav{
    margin-bottom: 0;
}
.service-nav li{
    display: inline-block;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 120%;
    letter-spacing: 2px;
}
.outcome h5, .outcome p{
    margin-bottom: 0;
}
.outcome h5{
    margin-top: 15px;
}
