/*
Theme Name: SLT
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


/* ///// BASE ///// */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #1B1C1F;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    transition: all 0.4s ease;
    /* outline: 1px solid red !important; */
}

html{
    overflow-x: hidden !important;
  }
  
body{
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden !important;
    display: grid;
  }


@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 760px) {}
@media only screen and (max-width: 660px) {}
@media only screen and (max-width: 560px) {}
@media only screen and (max-width: 460px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {
    body, header, main, section, footer {
    width: 320px;
    }
}

/* LAYOUT ************************************************/

section, article, main {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}

footer{
    display: grid;
    grid-template-columns: 25% 1fr 25%;
    grid-column: 1 / 17;
    grid-gap: 1em;
    padding: 30px;
    width: 100%;
}
  
footer img{
    max-width: 100%;
}

ul, li {
    font-family: 'PT Sans', sans-serif;    
    letter-spacing: 0.1em;
    line-height: 30px
}

ul, ol {
    font-family: 'PT Sans', sans-serif;    
    letter-spacing: 0.05em;
}



/*    BUTTONS     */

.blue-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: center;   
    text-transform: capitalize; 
    padding: 0.5em 2em;
}

/* Grey Button */
.blue-button {
    background: #004AAD;
    border: 2px solid transparent;
    color: white;
}
.grey-button:hover {
    background: transparent;
    border: 2px solid #004AAD;
    color: #004AAD;
}



@media only screen and (max-width: 760px) {
.blue-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
}

}


/* ///// TEXT //// */
h1, h2, h3, h4, h5, h6{
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

h1{
    font-size: 75px;
    line-height: 80px;
    letter-spacing: 0.05em;
    color:#004AAD;
}

h2{
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.05em;
    color:#004AAD;
}

h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color:#004AAD;
}

h4{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color:#004AAD;
}

h5{
  font-size: 1.2em;
}

h6{
  font-size: 1.1em;
}

p{
  color: black;
  margin-bottom: 0.8em;
  font-weight:400;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
}

ul,ol{
  font-family: 'PT Sans', sans-serif;
  margin: 1.2em 0;
  padding: 0 6%;
}

ul {
   list-style-type: disc;
}

ul.main-nav{
  padding: 0;
}

ol{
  list-style-type: decimal;
}

li{
  color: #1E1E1E;
  font-weight: 300;
}

strong{
  font-weight: 700;
}

em{
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  cursor: pointer !important;
  text-decoration: none;

}

@media only screen and (max-width: 560px) {

    h1{
        font-size: 50px;
        line-height: 60px;
    }
    
    h2{
        font-size: 32px;
        line-height: 40px;
    }
    
    h3{
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
    }
    
    h4{
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.05em;
    }
    
    h5{
      font-size: 1.2em;
    }
    
    h6{
      font-size: 1.1em;
    }
    
    p{
      color: black;
      margin-bottom: 0.8em;
      font-weight:400;
      width: 100%;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.1em;
    
    }

}


/* MENU BAR DESKTOP VIEW */


    .grid-header-section {
        display: grid;
        margin: 1em 0;
        z-index: 2;
    }

    .grid-header-outer {
        display: grid;
        grid-template-columns: 50% 1fr;
        grid-column: 2 / 16;
    }

    .grid-header-outer a img{
        max-width: 203px;
        width: 100%;
    }

    .header-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        text-align: center;
        align-self: center;
    }

    .contact-item{
        display: grid;
        grid-template-columns: 44px 1fr;
        grid-column-gap: 10px;
    }

    .contact-item i{
        color: #004AAD;
        grid-row-start: span 2;
        font-size: 44px;
    }

    .contact-item p {
        text-align: left;
        margin: 0;
    }

    .contact-item h3{
        text-align: left;
        margin: 0;
        color: black;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700; 
    }


    .contact-item p:nth-child(0){
        font-weight: 700;
    }
   
    .menu-items:hover, .menu-items:active {
        color:#189DAD;
    }

    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }



@media only screen and (max-width: 900px) {

    .grid-header-outer a img{
        max-width: 215px;
        width: 100%;
    }

    .header-menu {
       display: none;
    }

} 


/* SPLIT TEXT IMAGE BANNER */

.main-banner { 
    display: grid;  
    grid-template-columns: repeat(16, 1fr);    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -15em;
}

.inner-text-color {
    display: grid; 
    grid-column: 5 / 13;
    gap: 1em;
    align-items: center;
    justify-items: center;
    padding: 22em 0 12em 0;
    text-align: center;
}

.inner-text-color i{
   font-size: 51px;
}

@media only screen and (max-width: 1000px) {

    .inner-text-color {
        grid-column: 2 / 16;
    }
}




/* SPLIT 50 / 50 */

.split-fifty { 
    display: grid;  
    grid-template-columns: 1fr;
    grid-column: 3 / 15;
    align-self: center;
}

.split-fifty-all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
    padding: 8em 0;
    max-width: 1400px;
    width: 100%;
    justify-self: center;
}

.split-fifty-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5em;
    align-self: center;
}

.split-fifty-content i {
    font-size: 51px;
}

.split-images {
    display: grid;
}

.split-images img {
    width: 100%;
    justify-self: center;
    align-self: center;
}


@media only screen and (max-width: 1000px) {
    .split-fifty-all {
        grid-template-columns: 1fr;
        padding: 2em 1em;
        gap: 2em;
    }

    .split-fifty { 
        grid-column: 2 / 16;
    }

}





/* CTA BANNER */

.cta-banner { 
    display: grid;  
    grid-template-columns: repeat(16, 1fr);    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.cta-inner {
    display: grid; 
    grid-column: 10 / 15;
    gap: 1em;
    align-items: center;
    padding: 10em 0;
    text-align: left;
}

.cta-inner i{
   font-size: 51px;
}

.cta-inner h2{
    font-size: 85px;
    font-weight: 700;
    line-height: 95px;
 }

@media only screen and (max-width: 1000px) {

    .cta-inner {
        grid-column: 2 / 16;
    }

    .cta-inner h2{
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
     }
}






/* SERVICE LIST */

.service-list {
    display: grid;
    padding: 5em 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-service-box {
    display: grid;
    grid-column: 3 / 15;
    background-color: #F6F7FA;
    box-shadow: 15px 15px 15px 0px #00000040;
    gap: 2em;
    padding: 4em;
}

.service-list h2 {
    grid-column: 1 / 17;
    text-align: center;
    text-transform: capitalize;
    padding: 2em 0;
}

.inner-service-box a {
    justify-self: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1 / 17;
}

.service-outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 17;
    gap: 2em;
}

.service-box {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 1em;
    justify-items: center;
    border: 2px solid #004AAD;
    padding: 2em 0;
}

.service-box-icon {
    align-self: center;
}

.service-box-icon i {
    font-size: 90px;
}

.service-box-content {
    display: grid;
    gap: 0.5em;
}

.service-box-content p {
    margin-bottom: 0;
}


@media only screen and (max-width: 1250px) {
    .service-outer {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

@media only screen and (max-width: 850px) {

    .service-box {
        grid-template-columns: 1fr;
        padding: 1em;
        justify-items: start;
        margin: 1em;;
    }

    .inner-service-box {
        grid-column: 2 / 16;
        gap: 0;
        padding: 2em 0;
    }  
    
    .inner-service-box a {
        margin: 2em 0 1em 0;
    }
    
}




/* SPLIT 50 / 50 */

.split-image-section { 
    display: grid;  
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 17;
}

.split-image-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5em;
    align-self: center;
}

.split-image-area img {
    width: 100%;
    justify-self: center;
    align-items: center;
}


@media only screen and (max-width: 1000px) {
    .split-image-section { 
        grid-template-columns: 1fr;
    }

}





/* SIGN UP */

.sign-up-area {
    padding: 5em 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.sign-up-inner-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 17;
    gap: 2em;
    max-width: 1400px;
    justify-self: center;
}

.sign-up-text {
    display: grid;   
    gap: 1em;
    align-self: center;
    margin: 0 4em;
}

.sign-up-text .fa-chevrons-right {
    font-size: 51px;
    align-self: center;
    color: black;
}

.sign-up-text i {
    font-size: 51px;
    align-self: center;
    color: #004AAD;
}

.contact-icons {
    display: grid;
    gap: 1.5em;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 4em 1fr;
}

.inner-contacts-grid h4{
    color: black;
}

.inner-contacts-grid p{
    margin: 0;
}

.contact {
    align-self: center;
    justify-self: center;
    border: 2px solid rgba(0, 74, 173, 1);
    background-color: #F6F7FA;
    text-align: center;
    padding: 3em;
}

.contact h2 {
    margin-bottom: 0.8em;
}

.contact form {
    max-width: 375px;
    width: 100%;
    justify-items: center;
}

.contact form input[type=submit] {
    margin: auto;
    display: flex;
}

.contact form input[type=text],  input[type=email],  input[type=tel], select, textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #000000;
    border-radius: 2px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: center;
    background: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #002058;
}

.contact form input[type=submit] {
    margin: auto;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;   
    padding: 8px 38px;
    border-radius: 5px;
    background: #004AAD;
    border: 2px solid #004AAD;
    color: white;
}
    

@media only screen and (max-width: 1000px) {

    .sign-up-inner-area {
        grid-template-columns: 1fr;
    }

    .sign-up-text {
        margin: 0 1em;
    }

    .contact {
        margin: 0 1em;
        padding: 1em;
    }

    .sign-up-text i {
        font-size: 35px;

    }

}





/* FAQ */

.faq {
    display: grid;
    grid-column: 3 / 15;
    margin: 6em 0;
    padding: 4em 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.faq-container h2 {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}

.faq-one {
    border-bottom: 3px solid #004AAD
}

.faq-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 5 / 13;
    align-self: center;
    padding: 2em;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));

    border-radius: 20px;
    border: 4px solid #004AAD;    
    border-radius: 4px 0px 0px 4px
}

.faq-page {
    color:black;
    cursor: pointer;
    padding: 1em 0;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    align-items: center;
}

.faq-body {
    display: none;
    overflow: hidden;
    padding-bottom: 1em;
}

.faq-page:after {
    color: black;
    content: '\02795\fe0e';
    font-size: 13px;
    float: right;
}

.active:after {
    color: black;
    content: "\2796\fe0e"; 
}

.faq-body a:link, .faq-body a:visited, .faq-body a:hover,.faq-body a:active {
    color: black;
    text-decoration: underline; 
}

  
@media only screen and (max-width: 800px) {

    .faq {
        margin: 6em 0 3em 0;
        grid-column: 1 / 17;
    }    

    .faq-container {
        grid-column: 2 / 16;
        padding: 2em;
    }
    
    .faq-page {
        font-size: 16px;
        line-height: 21px;
    }

    .faq-heading, .contact-heading{
        font-size: 16px;
        line-height: 25px;
    }

}







/* LOCATION */

.location {
    background-color: #F6F7FA;
    padding: 3em 0;
}

.inner-location {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 4 / 14;
    text-align: center;
}

.inner-location h2 {
    margin-bottom: 0.8em;
}

.location iframe {
    width: 100%;
    height: 443px;
}

@media only screen and (max-width: 700px) {
    .inner-location {
        grid-column: 2 / 16;
    }
}





/* BANNER IMAGE */

.banner-image {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 670px; 
}






/* FOOTER */
.footer, .footer-one {
    background: linear-gradient(112.67deg, #004AAD 3.15%, #69A2EE 130.57%);
    padding: 2em 0;
}

.footer-out-back {
    display: grid;
    grid-column: 1 / 17;
    background-color: white; 
}

.footer-background-logo {
    background-color: white;
}

.footer-logo img {
    width: 100%;
    max-width: 221px;
}

.social-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-self: end;
    gap: 1em;
    align-self: center;   
}

.footer-areas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 2 / 16;
}

.footer-box {
    justify-self: center;
}

.lower-footer-area {
    display: grid;
    grid-template-columns: auto;
    grid-column: 2 / 16;
    gap: 1em;
    border-top: 1px solid #FFFFFF;
    padding: 2em 0;
}

.lower-footer-area p{
    color: white;
}

.lower-footer-area-mobile, .social-icons-mobile {
    display: none;
}

.lower-footer-area img { 
    width: 100%;
    max-width: 285px;
}

.footer-box li {
    padding: 1em 0;
    color: white;
}

.footer-box ul, .footer-box ol {
    padding: 0;
    list-style: none;
    color: white;
}


@media only screen and (max-width: 900px) {

    .footer-areas {
        grid-template-columns: 1fr;
    }

    .lower-footer-area {
        display: none;
    }

    .footer-box {
        justify-self: start;
    }

    .lower-footer-area-mobile {
        display: grid;
        gap: 0;
        margin: 2em 0;
        justify-self: start;  
        border-top: 0;       
    }

    .lower-footer-area-mobile p{
        color: white;
    }

    .lower-footer-area-mobile img { 
        width: 80%;
        max-width: 285px;
    }
    
    .footer-logo-social {
        justify-self: start;
    }

    .social-icons {
        display: none; 
    }

    .social-icons-mobile {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-self: start;
        gap: 1em;
        align-self: center;
    }

    .footer-box li {
        padding: 0.2em 0;
    }
}

