
/* =========================================================================
    Cash For Homes Style
    v1.0.0
========================================================================== */

/* Fonts
========================================================================== */

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('/fonts/gotham-rounded/GothamRndSSm-Book.eot');
    src: local('Gotham Rounded SSm Book'), local('GothamRndSSm-Book'),
        url('/fonts/gotham-rounded/GothamRndSSm-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham-rounded/GothamRndSSm-Book.woff2') format('woff2'),
        url('/fonts/gotham-rounded/GothamRndSSm-Book.woff') format('woff'),
        url('/fonts/gotham-rounded/GothamRndSSm-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Medium';
    src: url('/fonts/gotham-rounded/GothamRndSSm-Medium.eot');
    src: local('Gotham Rounded SSm Medium'), local('GothamRndSSm-Medium'),
        url('/fonts/gotham-rounded/GothamRndSSm-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham-rounded/GothamRndSSm-Medium.woff2') format('woff2'),
        url('/fonts/gotham-rounded/GothamRndSSm-Medium.woff') format('woff'),
        url('/fonts/gotham-rounded/GothamRndSSm-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url('/fonts/gotham-rounded/GothamRndSSm-Bold.eot');
    src: local('Gotham Rounded SSm Bold'), local('GothamRndSSm-Bold'),
        url('/fonts/gotham-rounded/GothamRndSSm-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham-rounded/GothamRndSSm-Bold.woff2') format('woff2'),
        url('/fonts/gotham-rounded/GothamRndSSm-Bold.woff') format('woff'),
        url('/fonts/gotham-rounded/GothamRndSSm-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* Init
========================================================================== */

/* / Contact OBV / */
span.blockmaps1 { font-size: 0px; }
span.blockmaps2 { display: none; }
span.blockmaps3::before { content: '@'; display: inline; }

.LinkButtonPurple {
    background-color: #4F0089;
    border-color: #4F0089;
    color: #FFF;
    border-radius: 5px;
    padding: calc(0.5em + 2px) calc(2em + 2px);
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
}

article {
    margin: 4em 1em;
}

body {
    font-family: 'Gotham Rounded Medium';
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
}

.home {
    background: linear-gradient(0.43turn, #4F0089 19%, #3ADD87 19%);
}

main {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Rounded Medium';
}

h1 {
    font-size: 3.6em;
    line-height: 1.0;
    margin: 0.67em 0;
}

h2 {
    font-size: 3.6em;
    line-height: 1.1;
}

h3 {
    font-size: 1.56em;
    line-height: 0.9;
}

h4 {
    font-size: 1.25em;
    /* line-height: 1.5; */
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

p { 
    /* font-size: inherit; */
 }

.small, small {
    font-size: 65%;
    font-weight: 400;
}

a {
    color: #4F0089;
    background-color: transparent;
    opacity: 1;
}

a:active,
a:hover {
    color: #3ADD87;
    opacity: 0.8;
    outline: 0;
}
.copy a:active,
.copy a:hover {
    color: #F2E205;
}

.listing-card-info-container a:active,
.listing-card-info-container a:hover {
    opacity: 0.8;
    outline: 0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

img {
    border: 0;
}

.splide__slide {
    display: flex;
    flex-direction: column;
    padding: 0 1em;
}

.slider-text-wrapper {
    background-color: #fff;
    padding: 1em 2em;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.slider-name {
    color: #4F0089;
    font-size: 1em;
    font-weight: bold;
}
.slider-location {
    color: #4F0089;
    font-size: 0.7em;
}
.slider-location::before {
    content: url(/images/cashforhomes/icons/navi.svg);
    width: 12px;
    display: inline-block;
    top: 4px;
    position: relative;
    margin-right: 4px;
}
.slider-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 250px;
    object-fit: cover;
}
.slider-overlay-img {
    position: absolute;
    top: -10px;
    right: 15px;
}

.height45 {
    height: 45px !important;
}

/* Libraries
========================================================================== */

/* Lity JS */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #311B6D;
    background: rgba(49, 27, 109, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.your-class-pagination {
    position: relative !important;
    bottom: -10px !important;
}
.splide__arrow--next {
    right: -2em !important;
}
.splide__arrow--prev {
    left: -2em !important;
}
.splide__arrow {
    top: 65% !important;
    background: transparent;
}
.splide__pagination__page {
    background: transparent;
    border: 1px solid #4F0087;
    opacity: .8;
}
.splide__pagination__page.is-active {
    background: #4F0087;
}
.splide__arrow svg {
    fill: #4F0089;
}
.our-partner-text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#carousel-heading {
    font-size: 2.75em;
    text-align: right;
    margin: 0.8em 0.5em;
    word-spacing: 0;
    letter-spacing: -5px;
    color: #4F0089;
}

.wp-whyusblock-image {
    max-height: 275px;
}

.wpcf7-list-item {
    display: inline-flex;
    margin: 0 10px;
}
.wpcf7-list-item-label {
    margin-left: 5px;
}

.pad15 {
    padding: 15px;
}

.row-flex {
    display: flex;
}

.selfalign {
    align-self: center;
    max-width: 160px;
    width: 100%;
}
#form-validate-message-us ::placeholder {
  color: #6c757d;
  opacity: 1; /* Firefox */
}

#form-validate-message-us :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #6c757d;
}

#form-validate-message-us ::-ms-input-placeholder { /* Microsoft Edge */
 color: #6c757d;
}
@media screen and (max-width:1230px) {
    .your-class-arrows {
        display: none;
    }
}
@media screen and (max-width:424px) {

    .selfalign {
        max-width: 95px;
    }
}
@media screen and (min-width:425px) and (max-width:767px) {

    .selfalign {
        max-width: 100px;
    }
}
@media screen and (min-width:768px) and (max-width:1144px) {

    .row-flex {
        flex-direction: column;
    }
    .tabletsize {
        flex: 0 0 auto;
        width: 100%;
    }

    .mpad15 {
        padding: 15px;
    }
    .selfalign {
        max-width: 120px;
    }
}
@media screen and (min-width:1024px) {

.pl {
    padding-left: 15px;
}
.pr {
    padding-right: 15px;
}
.plr {
    padding: 0 15px;
}

}

/* Typography
========================================================================== */
body { }

button,
input,
select,
optgroup,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
}

select {
    outline: 0;
}

select:hover, 
select:focus {
    outline: 0;
}

button:hover,
button:focus {
    outline: 0;
}


/* Header
========================================================================== */
#site-navbar {
    background-color: #4F0089;
    /* border-bottom: 1px solid #fff; */
    color: #fff;
}

#site-navbar a {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: 'Gotham Rounded Book';
    text-decoration: none;
    text-transform: uppercase;
}

#site-navbar a:hover,
#site-navbar a:focus { }

.fixed {
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#site-navbar a.btn-yellow {
    /* visibility: hidden; */
    visibility: visible;
}

.admin-bar nav#site-navbar {
    top: 30px;
}


/* Secondary Menu */
.dropdown-toggle:after {
    content: '\f078';
    color: #fff;
    font-family: 'FontAwesome';
    border: 0;
    padding: 6px 0;
    position: absolute;
    font-size: 8px;
    margin-left: 3px;
}


/* Sections
========================================================================== */

#contact-us {
    padding: 4.2em 0 6.25em 0;
}
#about-us {
    padding: 6.25em 0 0 0;
}

.full-width-section {
    margin-left: calc(50% - 50vw);
    position: relative;
    padding: 5.250em 0;
    width: 100vw;
}

.full-width-section.banner {
    /* background-color: #4F0089; */
    background-color: transparent;
    color: #fff;
    padding: 4.250em 0;  /* ??? */
}

.full-width-section.banner .wp-block-image img {
    max-width: 220px;
}

.full-width-section.banner h1 em {
    color: #F2E205;
}

.full-width-section.banner p {
    /* font-size: 2.250em; */
    font-size: 1.625em;
}

.full-width-section.banner .wpcf7-form label {
    font-size: 14px;
}

.marginTop30 {
    margin-top: 30px;
}
.marginTop15 {
    margin-top: 15px;
}
/** Parallax stuff **/
.full-width-section.banner .parallax {
    background-image: url(images/cashforhomes/parallax-bg-2.jpg);
    background-position: center center;
    /* transform: translateZ(-1px) scale(1.5); */
    /* Force the background image to fill the whole element. */
    background-size: cover;
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
    height: 100vh;
}

.parallax-window {
    /* border: 1px solid red; */
	min-height: 850px;
	background: transparent;
}

.parallax-window-1 {
	min-height: 850px;
	background: transparent;
}

.parallax-window-2 {
    /*
	min-height: 1200px; border: 2px solid pink;
	background: transparent;
    */
}

.parallax-slider img {
    max-width: 100% !important;
    width: 100% !important;
}

.wpcf7 .hidden-text-field {
    position: absolute;
    visibility: hidden !important;
}

.wpcf7-form label {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}

#buy-a-house h3 {
    font-family: 'Gotham Rounded Bold';
    font-weight: bold;
    font-size: 3em;
}

#buy-a-house p {
    font-size: 11px;
    line-height: 15px;
    padding: 0;
}

.call-me-back-container {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.call-me-back-content-wrapper {
    position: relative;
}

.lity-content #buy-a-house,
.cfh-form-wrapper {
    background-color: #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border: 0;
    border-radius: 20px;
    color: #4F0089;
    max-width: 100%;
    padding: 40px 30px;
    width: 100%;;
}

.cfh-form-wrapper {
    margin-top: 40px !important;
    z-index: 5;
}

.cfh-form-wrapper h3 {
    line-height: 1.1;
}

.cfh-form-wrapper .form-summary,
.cfh-form-wrapper .form-detailed {
    width: 100%;
}

.cfh-form-wrapper .form-detailed {
    display: none;
}

.cfh-form-wrapper ol {
    font-size: 11px;
    line-height: 15px;
    padding: 0;
}

.cfh-form-wrapper ol li {
    margin-left: 1em !important;
}

.lity-content #buy-a-house input[type=text],
.lity-content #buy-a-house input[type=tel],
.lity-content #buy-a-house input[type=email],
.lity-content #buy-a-house select,
.lity-content #buy-a-house textarea,
.cfh-form-wrapper input[type=text],
.cfh-form-wrapper input[type=tel],
.cfh-form-wrapper input[type=email],
.cfh-form-wrapper select,
.cfh-form-wrapper textarea {
    background-color: #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #4F0089;
    border-radius: 0;
    color: #4F0089;
    font-family: 'Gotham Rounded Book';
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
}

.lity-content #buy-a-house input[type=text],
.lity-content #buy-a-house input[type=tel],
.lity-content #buy-a-house input[type=email],
.cfh-form-wrapper input[type=text],
.cfh-form-wrapper input[type=tel],
.cfh-form-wrapper input[type=email],
.cfh-form-wrapper select {
    height: 40px;
}

.lity-content #buy-a-house button,
.cfh-form-wrapper button,
.lity-content #buy-a-house input[type=submit],
.cfh-form-wrapper input[type=submit] {
    color: #F2E205;
    width: 100%;
}

.lity-content #buy-a-house button,
.cfh-form-wrapper button,
.lity-content #buy-a-house input[type=submit],
.cfh-form-wrapper input[type=submit] {
    background-color: #4F0089;
    border-color: #4F0089;
    border-radius: 5px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.full-width-section.get-started {
    background-color: transparent;
    /* background-color: #3ADD87; */
    background-repeat: no-repeat;
    background-position: center center;
    color: #4F0089;
	/* -webkit-transform: skew(0, -15deg) translateY(calc(50vw/-12));
    -ms-transform: skew(0, -15deg) translateY(calc(50vw/-12));
    transform: skew(0, -15deg) translateY(calc(50vw/-12)); */
}

.full-width-section.get-started-slider {
    padding-bottom:0;
}

.full-width-section.get-started h2 {
    font-weight: bold;
}

/* .full-width-section.get-started::after {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	width: 100%;
	-webkit-transform: skew(0, -15deg) translateY(calc(50vw/-12));
    -ms-transform: skew(0, -15deg) translateY(calc(50vw/-12));
    transform: skew(0, -15deg) translateY(calc(50vw/-12));
} 

.full-width-section.get-started .wp-block-group__inner-container {
    -webkit-transform: skew(0, 7.5deg);
    -ms-transform: skew(0, 7.5deg);
    transform: skew(0, 7.5deg);
}
*/

.selling-points .count {
    margin-right: 10px;
    font-size: 3.5em;
}
.selling-points .heading {
    font-size: 1.65em;
    line-height: 1em;
    letter-spacing: -1px;
}
.selling-points .nowrap {
    flex-wrap: nowrap;
    align-items: center;
}

.selling-points {
    margin: 40px 0 40px !important;
    width: 100%;
}

ul.selling-points li {
    list-style-type: none;
    margin: 0 0 20px 0;
    max-width: 520px;
    width: 100%;
    display: block;
    clear: both;
}

ul.selling-points li .count {
    font-size: 56px;
    float: left;
    line-height: 1;
    padding-right: 20px;
    width: 50px;
}

ul.selling-points li .copy {

}

.green-plus::before {
    content: '+';
    font-size: 12em;
    display: flex;
    color: #3ADD87;
    height: 10px;
    top: -183px;
    position: relative;
}
.cash-advance .margin45 {
    margin: 4.5em 0;
}
.cash-advance .ca_sth {
    font-size: 4em;
}
.cash-advance .ca_h {
    font-size: 7em;
}
.cash-advance .ca_ps {
    font-size: 1.5em;
}
.cash-advance .ca_sbh {
    font-size: 2.5em;
}
.cash-advance .ca_t {
    font-size: 1em;
}
.cash-advance .ca_sh {
    font-size: 4em;
}

.full-width-section.cash-advance {
    /*
    background-image: url('../images/cta-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    */
}

.green-bold {
    color: #3ADD87;
    font-weight: bold;
}

.yellow-bold {
    color: #F0E005;
    font-weight: bold;
}

.full-width-section.cash-advance h2 span {
    color: #fff;
    font-family: 'Gotham Rounded Book';
    font-size: 70px;
    font-weight: 100;
}

.full-width-section.cash-advance p {
    color: #fff;
    max-width: 700px;
}

.full-width-section.cash-advance h4 {
    color: #fff;
}

.full-width-section.about {
    background-color: #3ADD87;
    color: #fff;
}

.dflex {
    display: flex;
    justify-content: space-around;
}

.full-width-section.faq {
    background-color: #FFFFFF;
}

.full-width-section.faq h2 {
    color: #4F0087;
    font-weight: bold;
}

.faq-wrapper {
    color: #4f008790;
    display: block;
    margin: 40px 0;
    width: 100%;
}

.faq-item {
    display: inline-block;
    width: 100%;
}

.faq-item .toggle {
    cursor: pointer;
}

.faq-item .toggle.show {
    color: #4F0087;
}

.faq-item .toggle:focus,
.faq-item .toggle:hover,
.faq-item .inner.show {
    color: #4F0087;
}

.faq-item .toggle {
    position: relative;
}

.faq-item .toggle:after,
.faq-item .toggle:after {
    content: '\f178';
    display: none;
    font-family: "FontAwesome";
    height: 1px;
    padding-left: 5px;
    position: absolute;
    top: 0;
}

.faq-item .toggle.show:after,
.faq-item .toggle:hover:after,
.faq-item .toggle:focus:after {
    display: inline-block;
    /*
    transition: all 0.2s;
    transition-delay: 0;
    */
    animation: moveToRight 0.6s ease-in-out;
    /* animation-delay: 10ms; */
    animation-fill-mode: forwards;
}

.faq-item .inner {
    display: none;
    overflow: hidden;
    padding: 20px;
}


.full-width-section.about-us {
    background-color: #3ADD87;
    color: #311B6D;
}

.full-width-section.about-us h2 {
    font-weight: bold;
}

.full-width-section.about-us h3 {
    font-size: 2.250em;
    line-height: 1;
}

.full-width-section.about-us h4,
.full-width-section.about-us .wp-block-group__inner-container > p {
	width: 85%;
    max-width: 822px;
    float: left;
    display: block;
    /* width: 100%; */
}

.full-width-section.about-us ul {
    clear: both;
    margin: 0;
    padding: 10px 0 0 0;
    list-style-type: none;
}

.full-width-section.about-us ul > li {
    text-indent: -5px;
    margin-left: 0;
}

.full-width-section.about-us ul > li:before {
    content: "-";
    text-indent: -5px;
    margin-left: 0;
    padding: 10px;
}

.full-width-section.about-us p {
    clear: both;
}

.full-width-section.about-us p:first-of-type {
    padding: 10px 0 0 0;
}


.accreditations-wrapper {
    border-top: 1px solid #311B6D;
    display: inline-block;
    margin: 10px 0 0 0 !important;
    max-width: 720px;
    padding: 50px 0 0;
    width: 100%;
}

.accreditations {
    display: inline-block;
    width: 100%;
}

.accreditations > .dflex { 
    justify-content: flex-start;
    column-gap: 2rem;
}

@media screen and (max-width: 375px) {
    .accreditations > .dflex {
        column-gap: 0.5rem;
    }
}

.accreditations .accreditation {
    clear: both;
    display: block;
    float: left;
    width: 100px;
}

.accreditations .accreditation p.counter-value {
    color: #311B6D;
    /* font-size: 1.475em; */
    font-size: 1.875em;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}

.accreditations .accreditation p {
    line-height: 1.2;
}

.form-control {
    padding-left: 0;
    padding-right: 0;
}

#form-validate-make-offer .form-control{
    background-color: #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #4F0089;
    border-radius: 0;
    color: #4F0089;
    font-family: 'Gotham Rounded Book';
    padding-left: 0;
    padding-right: 0;
    width: 50%;
}
@media screen and (max-width:425px) {
    #form-validate-make-offer .form-control{
        width: 100%;
    }
    #form-validate-make-offer .mobile-width-100 {
        width: 100%;
    }
}
textarea:focus,

textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    -moz-box-shadow: none !important;
    -goog-ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.wpcf7-form #area-and-code {
    margin-right: 0;
    margin-left: 0;
}

.wpcf7-form label {
    width: 100%;
}

.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 > label > span > input.wpcf7-tel:focus {
    -moz-box-shadow: none !important;
    -goog-ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.full-width-section.contact {
    background-color: #3ADD87;
    color: #4F0087;
}

.full-width-section.contact h2 {
    /* cursor: pointer; */
    display: block;
    font-size: 3.0em;
    font-weight: bold;
    line-height: 1.0;
    position: relative;
}

/*
.full-width-section.contact h2:after {
    content: "\2303";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 44px;
    font-weight: normal;
    text-decoration: inherit;
    color: #4F0089;
    padding-left: 20px;
    position: absolute;
    top: 8px;
    transform: rotate(0deg);
    margin: 0 0 0 0;
}

.full-width-section.contact h2.open:after {
    transform: rotate(180deg);
    margin: -2px 0 0 25px;
}
*/

.full-width-section.contact .wp-block-columns { 
    padding-left: 0;
    padding-right: 0;
}

.full-width-section.contact .send-us-a-message {
    color: #311B6D;
    font-size: 18px;
    padding-left: 0;
    margin-top: 20px;
    position: relative;
}

.full-width-section.contact .send-us-a-message:after {
    content: "\2303";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    text-decoration: inherit;
    color: #311B6D;
    padding-left: 15px;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    margin: -2px 0 0 15px;
}

.full-width-section.contact .send-us-a-message.open:after {
    transform: rotate(0deg);
    margin: 0 0 0 0;
}

.send-us-a-message {
    cursor: pointer;
}


.contact-numbers {
    position: relative;
    margin-top: 34px !important;
}

.contact-numbers:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 40px;
    font-weight: normal;
    text-decoration: inherit;
    color: #4F0089;
    padding-left: 5px;
    position: absolute;
    top: -4px;
    left: 50px;
    transform: rotate(0deg);
    margin: 0 0 0 0;
}

.contact-numbers p { 
    font-family: 'Gotham Rounded Medium';
    padding-left: 65px
}

.full-width-section.contact input[type=text],
.full-width-section.contact input[type=tel],
.full-width-section.contact input[type=email],
.full-width-section.contact select,
.full-width-section.contact textarea {
    background-color: #3ADD87;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #4F0089;
    border-radius: 0;
    color: #4F0089;
    margin-bottom: 20px;
    outline: 0;
    width: 100%;
}

.full-width-section.contact input[type=text],
.full-width-section.contact input[type=tel],
.full-width-section.contact input[type=email],
.full-width-section.contact select {
    height: 40px;
}

.full-width-section.contact textarea {
    height: 40px;
    width: 100%;
}

.full-width-section.contact textarea:focus {
    background-color: #3ADD87;
}

.full-width-section.contact .btn,
.full-width-section.contact button,
.full-width-section.contact .wpcf7-submit,
.full-width-section.contact .wp-block-button__link {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #4F0089;
    font-size: 1.875em;
    padding-left: 0;
    position: relative;
    text-transform: uppercase;
}

.full-width-section.contact .btn:after,
.full-width-section.contact button:after,
.full-width-section.contact .wpcf7-submit:after,
.full-width-section.contact .wp-block-button__link:after {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-width-section.contact .btn:before,
.full-width-section.contact button:before,
.full-width-section.contact .wpcf7-submit:before,
.full-width-section.contact .wp-block-button__link:before {
    content: '\f002';
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -5px;
    /* color: red; */
}

.full-width-section.contact .wpcf7 {
    display: none;
}

.full-width-section.contact .wpcf7.show {
    display: visible;
}




/* Sub-section comment block
========================================================================== */

.nav-item .btn {
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    /* font-size: 12px; */
    font-size: 16px;
    line-height: 15px;
    opacity: 1;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-item .btn:hover,
.nav-item .btn:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
    opacity: 0.9;
    text-decoration: none;
}

.btn.btn-sm,
.wp-block-button__link.btn-sm {

}

.btn.btn-lg,
.wp-block-button__link.btn-lg {
}

.btn.btn-yellow,
.wp-block-button__link.btn-yellow,
.btn-yellow .wp-block-button__link,
.btn.btn-transparent {
    background-color: #F2E205;
    border-color: #F2E205;
    color: #311B6D;
    border-radius: 5px;
    padding: calc(0.8em + 2px) calc(2.5em + 2px);
    text-transform: uppercase;
}

.btn.btn-purple,
.wp-block-button__link.btn-purple,
.btn-purple .wp-block-button__link {
    background-color: #4F0089;
    border-color: #4F0089;
    color: #F2E205;
    border-radius: 5px;
    padding: calc(0.8em + 2px) calc(2.5em + 2px);
    text-transform: uppercase;
}

.btn.btn-transparent,
.wp-block-button__link.btn.btn-transparent,
.btn.btn-transparent .wp-block-button__link {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn,
.wp-block-button__link {
    border: 2px solid;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/* Editor and base styles
========================================================================== */

 .author-bio,
.comments-wrap {
    margin: 36px auto;
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
}

.site-header-image {
    display: block;
    margin: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
}

.author-bio .avatar {
    border: 1px solid #dee2e6;
    border-radius: 50%;
}

.wp-block-cover-text p {
    padding: 1.5em 16px;
}

ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 16px;
}

.more-link {
    display: block;
}

.wp-block-code {
    padding: 0.5em 1em;
    margin: 0 0 1.5rem;
}

.entry-content ol,
.entry-content ul:not(.blocks-gallery-grid) {
    margin: 0 auto 1.5em;
    /* max-width: 720px; */
    list-style-position: outside;
    padding: 0;
}

/* .entry-content li {
    margin-left: 2.5em;
} */

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin: 0 auto;
}

.entry-content ol ol li,
.entry-content ol ul li,
.entry-content ul ol li,
.entry-content ul ul li {
    margin-left: 0;
}

.wp-block-quote {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
}

.wp-block-quote > * {
    margin-left: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 36px auto;
    padding: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 13px;
    font-size: 0.8125rem;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-pullquote.alignright {
    margin-left: 2rem;
}

.wp-block-pullquote.alignleft {
    margin-right: 2rem;
}

.entry-content {
    margin: 0 auto;
    /*
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
    */
    padding-left: 0;
    padding-right: 0;
}

.entry-content > .alignwide,
.wp-block-gallery.alignwide,
.wp-block-image.alignwide {
    width: 100vw;
    max-width: 1100px;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.entry-content > .alignwide > img {
    width: 1100px;
}

.entry-content > .alignfull,
.wp-block-gallery.alignfull,
.wp-block-image.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.entry-content > .alignfull > img {
    width: 100vw;
}

.wp-block-columns {
    padding-right: 1rem;
    padding-left: 1rem;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

.wp-block-group > .wp-block-group__inner-container > * {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group > .wp-block-group__inner-container > .alignwide {
    width: 100vw;
    max-width: 1100px;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-group > .wp-block-group__inner-container > .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
    margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
    max-width: 100%;
    height: auto;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-image .alignleft figcaption,
.wp-block-image .alignleft img,
.wp-block-image .alignright figcaption,
.wp-block-image .alignright img {
    max-width: 100%;
    width: 100%;
}

.wp-block-gallery.alignfull,
.wp-block-image .alignfull {
    width: 100vw;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    max-width: 344px;
}

.wp-block-gallery.alignright,
.wp-block-image .alignright {
    margin-left: 2rem;
}

.wp-block-gallery.alignleft,
.wp-block-image .alignleft {
    margin-right: 2rem;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-video video {
    max-width: 720px;
}

.wp-block-table {
    overflow-x: auto;
    margin: 1.5rem0;
}

.wp-block-table table {
    border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
    padding: 0.5em;
}

#comments,
#reply-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
    padding-left: 0;
}

.commentlist li {
    padding: 1rem;
}

.comment-meta {
    margin-bottom: 1rem;
}

.comment > .children {
    margin-top: 1rem;
    margin-right: -0.625rem;
    margin-bottom: -1.625rem;
}


/* Sub-section comment block
========================================================================== */

#national-buyers {
    background-color: #4F0089;
    color: #fff;
    padding: 90px 0 60px;
}


#branches {
    border-bottom: 1px solid #fff; 
    padding-bottom: 60px;
}

#branches .branches-col, 
#branches .conveyancer-col {
    
}

#branches .conveyancer-col {
    border-left: 1px solid #fff;
    padding-left: 2em;
}

#branches .branches-col h3, 
#branches .conveyancer-col h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 15px;
}

#branches .branch-details {
    margin-bottom: 15px;
    margin-top: 15px;
}

#branches a, 
#branches p,
#branches .branches-col a, 
#branches .conveyancer-col a {
    clear: both;
    color: #fff;
    display: block;
    font-family: 'Gotham Rounded Medium';
    font-size: 14px !important; 
    margin-bottom: 0;
}

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

    #branches .conveyancer-col {
        border-left: 0;
        padding-left: 0em;
    }

    #footer .row {
        flex-wrap: nowrap;
        flex-direction: column;
    }

}

.get-cash-advance {
    max-width: 70%;
}

@media screen and (max-width:467px) {
    .full-width-section {
        padding: 3.250em 0;
    }
}

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

    #carousel-heading {
        font-size: 1.8em;
        margin: 1.8em 0;
        letter-spacing: -3px;
        line-height: 1.2em;
    }

    h1 {
        font-size: 3.375em;
        line-height: 1.1;
    }

    h2 {
        font-size: 2.6em;
        line-height: 1.1;
        letter-spacing: -3px;
    }

    #branches .branches-col .col-md-4 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #branches .conveyancer-col {
        padding-left: 0em;
    }

    /* .row {
        flex-wrap: nowrap;
        flex-direction: column;
    } */

    .cfh-row {
        flex-direction: row;
    }
    #footer-credits {
        text-align: center;
    }
}

.conveyancer-col img {
    margin-bottom: 20px;
    max-width: 240px; 
    width: 100%;
}

#national-buyers .branches h3:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

#national-buyers .branches h3 {
    cursor: pointer;
}

#national-buyers .branches h3::after {
    display: inline-flex;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    float: right;
    margin-right: 25px;
}

#footer {
    padding-top: 60px;  
}

#footer .col-xs-12 {
    margin-bottom: 50px;
}

#footer .col-xs-12:last-of-type {
    margin-bottom: 0;
}

#national-buyers h2,
#national-buyers h2.h4 {
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: unset;
    word-spacing: unset;
}

#national-buyers p {
    font-family: 'Gotham Rounded Book';
    font-size: 0.750em;
    line-height: 1.2em;
    font-weight: 300;
}

#national-buyers p a {
    text-decoration: none;
}

#national-buyers .wp-block-image img {
    max-width: 210px;
}

#national-buyers ul.footer-cta-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}

#national-buyers ul.footer-cta-buttons li {
    margin-bottom: 10px;
}

#national-buyers ul.footer-cta-buttons li:last-child {
    margin-bottom: 0;
}

#national-buyers ul.footer-cta-buttons li a {
    box-shadow: none;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    max-width: 200px;
    width: 100%;
}

#national-buyers ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#national-buyers ul.menu li a {
    color: #fff;
    font-size: 0.750em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#national-buyers ul.menu li a:hover,
#national-buyers ul.menu li a:focus {

}

#national-buyers .widget_block,
#national-buyers .widget_nav_menu {
    padding-left: 0;
    padding-right: 0;
}

.nav-bar-secondary {
    display: inline-block;
    padding: 8px 0;
    width: 215px !important;
    right: 0;
    position: absolute;
    /*
    display: inline-block;
    padding: 8px 0;
    width: 220px !important;
    */
}

.nav-bar-secondary a.login-btn {
    border: 1px solid #bfa2d4;
    border-radius: 0;
    /* color: #bfa2d4; */
    font-size: 14px !important;
    padding: 5px 15px;
    text-align: center;
    /* text-transform: uppercase; */
}

.nav-bar-secondary .socials {
    display: inline-block;
    float: none;
    width: 70px;
    /* position: absolute; */
}

.a-burger {
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 25px;
    position: absolute;
    margin-left: 14px;
    top: 10px;
}

.a-burger span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background: #fff;
    border-radius: 0;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.a-burger span:first-child,
.a-burger span:nth-last-child(2),
.a-burger span:nth-last-child(3) {
    background-color: #fff;
}

.a-burger.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
  
.a-burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
  
.a-burger.open span:nth-child(3) {
    top: -5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
  

#footer-credits {
    background-color: #4F0089;
    border-top: 1px solid #fff;
    /* border-top: 1px solid #CB465B; */
    color: #fff;
    font-size: 0.625em;
    font-family: 'Gotham Rounded Book';
    font-weight: 300;
}

#footer-credits p {
    margin-bottom: 0;
}

#footer-credits a {
    color: #fff;
    text-decoration: none;
}

#footer-credits a:hover,
#footer-credits a:focus {
    color: #fff;
    text-decoration: underline;
}


.socials {
    font-size: 16px;
    text-align: center;
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin-top: -6px;
}

.socials a:first-of-type {
    opacity: 1;
}

.socials a:hover,
.socials a:focus {
    opacity: .8;
    text-decoration: none;
}


/* CSS Animations
========================================================================== */

@keyframes moveToRight {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(10px);
    }
}



/* Breakpoints
========================================================================== */

@media screen and (min-width: 481px) {

    h1 {
        font-size: 4.245em;
    }

    h2 {
        font-size: 4.245em;
    }

    h3 {
        font-size: 1.56em;
    }

    h4 {
        font-size: 1.25em;
    }

    h5 {
        font-size: 1em;
    }

    h6 {
        font-size: 0.8em;
    }


    .full-width-section.contact h2 {
        font-size: 4.0em;
    }

}


@media screen and (min-width: 581px) {

    .accreditations .accreditation {
        clear: none;
    }

    .full-width-section.about-us {
        background-size: 40%;
    }

    .full-width-section.contact h2:after {
        font-size: 50px;
        font-weight: normal;
        margin: 0 0 0 0;
        padding-left: 25px;
        top: 13px;
    }

    /* .full-width-section.contact h2:hover:after, */
    .full-width-section.contact h2.open:after {
        transform: rotate(180deg);
        margin: 0 0 0 25px;
        /* -webkit-transition: transform 2s ease-in-out; */
    }


    .full-width-section.contact .send-us-a-message {
        font-size: 1.875em;
        /* margin-top: 20px; */
    }

    .full-width-section.contact .send-us-a-message:after {
        font-size: 30px;
        top: 2px;
    }

}


@media screen and (min-width: 768px) {

    h1 {
        font-size: 5.375em;
        /* font-size: 5.875em; */
        /* font-size: 6.875em; */
        line-height: 0.9;
        margin: 0.67em 0;
    }

    h2,
    .full-width-section.contact h2 {
        /* font-size: 5.375em; */
        /* font-size: 5.875em; */
        /* font-size: 6.875em; */
        /* line-height: 1.2; */
    }

    h3 {
        font-size: 1.56em;
        line-height: 0.9;
    }

    h4 {
        font-size: 1.25em;
        /* line-height: 1.5; */
    }

    h5 {
        font-size: 1em;
    }

    h6 {
        font-size: 0.8em;
    }


    /* Nav */
    .navbar-brand {
        float: left;
    }

    .site-nav-wrapper {
        display: inline-block;
        width: 100%;
    }

    #site-navbar a {
        font-size: 14px;
    }

    #site-navbar a.navbar-brand {
        width: 50px;
    }

    #site-navbar a.btn {
        box-shadow: none;
        color: #4F0089;
        /* display: none; */
        padding: 10px 30px;
    }

    #site-navbar a.btn span {
        font-style: italic;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    /* Secondary Nav */
    .navbar-expand-md .navbar-nav .dropdown-menu {
        background-color: #4F0089;
        color: #fff;
    }



    /* FAQs */
    .faq-wrapper {
        display: block;
        font-size: 20px;
        position: relative;
        margin: 40px 0;
        width: 100%;
    }

    .faq-item .toggle,
    .faq-item .inner {
        width: 50%;
    }

    .faq-item .toggle {
        float: left;
    }

    .faq-item .inner {
        padding: 0 20px;
        position: absolute;
        right: 0;
        top: 0;
    }


    /* Sections */
    .full-width-section.cash-advance {
        background-position: center;
    }

    .full-width-section.cash-advance .cash-advanced-content {
        display: block;
        font-family: 'Gotham Rounded Book';
        margin-top: auto;
        margin-bottom: auto;
    }

    /* .full-width-section.cash-advance p {
        max-width: 250px;
    } */


    .full-width-section.banner .wp-block-image img {
        max-width: 335px;
    }


    .full-width-section.contact h2 {
        font-size: 6.250em;
    }

    .full-width-section.contact h2:after {
        margin: 15px 0 0 0;
    }

    .full-width-section.contact h2.open:after {
        margin: 15px 0 0 25px;
    }


    /* Content */
    .entry-content > * {
        padding-left: 0;
        padding-right: 0;
    }

    .wp-block-cover-text p {
        padding: 1.5em 0;
    }

    .wp-block-quote {
        margin: 48px auto;
    }


    /* Footer */
    #footer .col-xs-12,
    #footer .col-xs-12:last-of-type {
        margin-bottom: 0;
    }

    #footer .wp-block-image {
        margin: 27px 0 0 0;

    }

    #national-buyers ul.footer-cta-buttons {
        margin: 25px 0 0 0;
    }
    #footer-credits p {
        margin-bottom: 1rem;
    }
    .socials {
        text-align: right;
        padding-bottom: 0;
    }

    .socials .fa-brands,
    .socials .fab {
        font-size: 16px;
        margin: 5px 0;
    }

}


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

    #navbarDropdown {
        background-color: #4F0089;
        position: absolute;
        z-index: 1;
        top: 60px;
        width: 100%;
        left: 0;
        text-align: center;
    }

    #menu-main-menu a {
        border-bottom: 1px dotted #fff;
        padding: 15px 0;
    }

    .navbar-nav .dropdown-menu {
        background-color: #4F0089;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .navbar-nav .dropdown-menu li a {
        text-align: center;
    }

    .navbar-nav .dropdown-menu li a:hover,
    .navbar-nav .dropdown-menu li a:focus {
        background-color: #4F0089;
        color: #fff;
        font-size: 14px;
    }


    .call-me-back-container {
        display: block !important;
        position: relative;
        width: 100%;
    }

    .cfh-form-wrapper {
        position: relative;
    }


    .full-width-section.banner .wp-container-3 {
        display: block;
        width: 100%;
    }

    .cfh-form-wrapper {
        max-width: 100%;
        width: 100%;
    }


    .full-width-section.contact .wp-block-columns {
        display: block !important; 
        width: 100%;
    }

    .full-width-section.contact .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }

    .contact-numbers:before {
        left: 0;
    }

    .contact-numbers p {
        padding-left: 70px;
    }

}


@media screen and (min-width: 992px) {

    h1,
    h2 {
        letter-spacing: -4px;
        word-spacing: -6px;
    }

    .full-width-section.banner h1 {
        /* word-spacing: -20px; */
    }


    #navbarDropdown {
        float: left;
        width: calc(100% - 216px);
    }

    .a-burger {
        display: none;
    }

    .navbar-nav {
        padding-left: 10%;
    }

    .nav-bar-secondary {
        width: 160px !important;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: #4F0089;
        border-radius: 0;
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li a {
        color: #fff;
        opacity: 1;
        padding-top: 3px; 
        padding-bottom: 3px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
    .navbar-expand-lg .navbar-nav .dropdown-menu li a:focus {
        background-color: #4F0089;
        opacity: 0.7;
    }


    .call-me-back-container {
        position: relative;
    }

    .home .cfh-form-wrapper {
        position: absolute;
        right: 0;
        margin-top: 0 !important;
        max-width: 400px;
        width: 100%;
    }


    ul.selling-points li {
        clear: none;
        display: block;
        float: left;
    }

    ul.selling-points li:nth-of-type(1) {
        width: 28%;
    }

    ul.selling-points li:nth-of-type(2) {
        width: 40%;
    }

    ul.selling-points li:nth-of-type(3) {
        width: 32%;
    }

    ul.selling-points li:nth-of-type(2) .copy {
        display: block;
        max-width: 400px;
    }


    


    .contact-numbers:before {
        left: 50px;
    }
    
    .contact-numbers p { 
        padding-left: 120px
    }


    .full-width-section.banner {
        padding: calc(3.250em + 50px) 0 12.50em;  /* ??? */
    }

    .full-width-section.banner h1 {
        margin: 0.67em 0 0.250em;
        max-width: 480px;
    }

    /* .full-width-section.get-started {
        padding-top: 22em;
    } */


}


@media screen and (min-width: 1080px) {

    #site-navbar a.btn {
        display: block;
        margin-left: 20px;
    }

    #site-navbar.display-cta a.btn-yellow {
        visibility: visible;
    }

    .full-width-section.banner h1 {
        max-width: 640px;
    }


    .full-width-section.about-us {
        background-size: contain;
        background-position: bottom right;
    }

}


@media screen and (min-width: 1200px) {

    h1 {
        font-size: 5.750em;
    }

    h2 {
        font-size: 5.750em;
    }

    h3 {
        font-size: 1.56em;
        line-height: 0.9;
    }

    h4 {
        font-size: 1.25em;
    }

    h5 {
        font-size: 1em;
    }

    h6 {
        font-size: 0.8em;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }


    .navbar-nav {
        padding-left: 22%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #site-navbar a.btn {
        margin-left: 20px;
    }

}

@media screen and (max-width:768px){
    #footer > div {
        width: 25%;
    }

    #footer-credits .row > div {
        width: 50%;
        text-align: left;
    }

    #footer-credits .row > div.socials {
        text-align: right;
    }
}

@media screen and (max-width:575px){
    #footer > div {
        width: 100%;
    }

    
}