/*
 Theme Name:   Home Buyers Group
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --black: #221F20;
    --blue: #2C4D9B;
    --dark-blue: #262830;
    --light-blue: #E9EEFF;
    --accent: #F6F7FB;
    --grey: #586165;
}

@font-face {
    font-family: 'nowthin';
    src: url('/wp-content/themes/hbg/fonts/Now-Thin.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowsemibold';
    src: url('/wp-content/themes/hbg/fonts/Now-SemiBold.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowregular';
    src: url('/wp-content/themes/hbg/fonts/Now-Regular.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowmedium';
    src: url('/wp-content/themes/hbg/fonts/Now-Medium.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowlight';
    src: url('/wp-content/themes/hbg/fonts/Now-Light.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowextralight';
    src: url('/wp-content/themes/hbg/fonts/Now-ExtraLight.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowextrabold';
    src: url('/wp-content/themes/hbg/fonts/Now-ExtraBold.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowbold';
    src: url('/wp-content/themes/hbg/fonts/Now-Bold.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nowblack';
    src: url('/wp-content/themes/hbg/fonts/Now-Black.woff2') format('woff2'),
         url('/wp-content/themes/hbg/fonts/Now-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#header, #footer{
    display:none;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px !important;
}

.skip-link {
    background: #319795;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
  }
.wp-video, video{
    max-width: 100% !important; 
    display: block;
    margin: 50px auto;
}
.align-left{
    margin: 50px 0;
}

.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}

/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: 'nowregular', sans-serif;
    color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
    font-family: 'nowblack', sans-serif;
    color: var(--black);
}

h2{
    line-height: 62px;
}

small{
    font-size: 14px;
}


/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 101px;
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    background: var(--dark-blue);
    padding: 50px 100px 0;
}
footer .date {
    text-align: center;
    padding: 10px 0 5px;
    color: #fff;
    font-family: 'nowlight';
}
footer .date a {
    color: #fff;
}
footer .date p {
    margin: 0;
}

footer h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'nowbold';
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    padding: 4px 0;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
footer .right h4{
    color: var(--light-blue);   
}
footer .right a{
    color: #fff;
    text-decoration: none;
    margin-bottom: 40px;
    display: block;
    font-family: 'nowbold';
    font-size: 32px;
}
footer .right a:hover{
    color: var(--blue);
}
footer .middle a{
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-family: 'nowregular';
    font-size: 20px;
}
footer .middle a:hover{
    color: var(--blue);
}
footer .socials {
    margin: 0 0 15px;
    display: flex;
}
footer .socials img{
    height: 15px;
}
footer .socials a {
    background: var(--blue);
    margin: 0 4px 0 0;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items:center;
}
footer .socials a:hover{
    background: var(--dark-blue);
}
footer img{
    height: 120px;
    margin: 0 auto;
}
footer .left{
    display: flex;
    align-items: center;
}
@media(max-width: 1200px){
    footer {
        padding: 50px 20px 0;
    }
    footer .left img{
        width: 190px;
        margin: 0 0 20px;
        display: block;
    }
}
@media(max-width: 767px){
   footer {
        padding: 50px 0 0;
    } 
    footer .right a{
        font-size: 16px;
    }
}


/*----------------------------
BUTTONS
----------------------------*/
.btn{
    border-radius: 15px;
    width: 100%;
    font-family: 'nowextrabold', sans-serif;
    font-size: 20px;
    padding: 0 18px;
    max-width: 205px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px var(--blue);
}
.btn-main{
    background: var(--blue);
    color: #fff;
    transition: all ease .3s;
}

.btn-main:hover{
    background: transparent;
    color: var(--black);
    transition: all ease .3s;
}
.btn-alt{
    background: transparent;
    color: var(--black);
    transition: all ease .3s;
}
.btn-alt:hover{
    background: var(--blue);
    color: #fff;
    transition: all ease .3s;
}

@media(max-width: 576px){
    .btn{
        max-width: 100%;
    }
}

/*----------------------------
PAGINATION
----------------------------*/

#pagination ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

#pagination li{
    margin: 0 5px;
}

#pagination li a{
    font-size: 18px;
    font-weight: 700;
}

