/*!
 *
 * Theme Name: YouGetHair.com
 * Author: Jarrod Drysdale
 * Author URI: http://studiofellow.com
 * Description: Custom theme for YouGetHair.com
 * Version: 1.0
 *
 */
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/source-sans-pro-v21-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/source-sans-pro-v21-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''), url('../webfonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/source-sans-pro-v21-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-serif-display-regular - latin */
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/dm-serif-display-v11-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/dm-serif-display-v11-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-serif-display-italic - latin */
@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/dm-serif-display-v11-latin-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/dm-serif-display-v11-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

h1,
h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    margin: 50px 0 25px;
}

h1:first-child,
h2:first-child {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
    font-weight: 400;
}

p {
    margin-bottom: 20px;
}

h1+h2,
h2+h3,
h3+h4,
h1+h3,
h2+h4,
h3+h4 {
    margin-top: 0;
}

h4 {
    font-weight: 400;
}

h1,
h2 {
    font-size: 40px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

p.lead {
    font-size: 18px;
}

@media (min-width: 768px) {

    h1,
    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {

    h1,
    h2 {
        font-size: 54px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {

    h1,
    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }
}

p.lead {
    font-weight: 300;
}

label,
strong {
    font-weight: 700;
}

small,
.small,
.sm {
    font-size: 16px;
}

a:not(.btn) {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    outline: none !important;
}

ol,
ul {
    margin-bottom: 20px;
}

ol li,
ul li {
    line-height: 1.2;
    margin-bottom: 10px;
}

*::-moz-selection {
    color: #232a33 !important;
    text-decoration: none !important;
    background-color: #f5f8e5;
}

*::selection {
    color: #232a33 !important;
    text-decoration: none !important;
    background-color: #f5f8e5;
}

.snug {
    margin-bottom: 0 !important;
}

.light-weight {
    font-weight: 300 !important;
}

.normal-weight {
    font-weight: 400;
}

.btn {
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    padding: 25px;
    text-decoration: none;
    box-shadow: none;
}

.btn .far,
.btn .fas {
    margin-left: 10px;
}

.btn:active,
.btn:focus,
.btn:hover:active,
.btn:hover:focus {
    outline: 0;
    box-shadow: none;
}

.btn-ygh {
    background-color: #fff;
    border: 2px solid #232a33;
    color: #232a33;
}

.btn-ygh:hover {
    color: #3b93cc;
    border-color: #3b93cc;
}

.btn-ygh-light {
    background-color: #232a33;
    border: 2px solid #7e8c96;
    color: #fff;
}

.btn-ygh-light:hover {
    color: #3b93cc;
    border-color: #3b93cc;
}

.btn-ygh-icon {
    background-color: #fff;
    color: #232a33;
    padding: 10px 0;
    font-size: 27px;
    outline: none;
}

.btn-ygh-icon .far,
.btn-ygh-icon .fas {
    margin: 0;
}

.csstransitions.csstransforms .btn {
    transition: all 125ms ease-in-out;
}

.csstransitions.csstransforms .btn .far,
.csstransitions.csstransforms .btn .fas {
    transition: all 125ms ease-in-out;
}

.border-minor-right {
    border-right: 5px solid #3b93cc;
}

.border-minor-left {
    border-left: 5px solid #3b93cc;
}

h2.logo-text {
    font-size: 30px;
    margin: 0;
}

h2.logo-text a {
    text-decoration: none;
}

.header,
.footer {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.container {
    max-width: 1180px;
    padding-left: 30px;
    padding-right: 30px;
}

.header .container {
    max-width: 1380px;
}

.row {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.col {
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
}

.button {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 4px;
    border: 2px solid !important;
    transition: 0.5s all ease;
    text-decoration: none !important;
    text-align: center;
}

.button.alert {
    color: #fff;
    border-color: #AA0000 !important;
    background: #AA0000;
}

.button.alert:hover {
    color: #AA0000;
    background: #fff;
}

.button.cta {
    color: #fff;
    border-color: #8BA633 !important;
    background: #8BA633;
}

.button.cta:hover {
    color: #8BA633;
    background: #fff;
}

.header {
    padding: 18px 0;
    background: #fff;
}

@media (max-width: 991px) {
    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .header .col {
        flex-basis: 100%;
    }
}

.header .right {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .header .right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.header .left {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer {
    padding: 46px 0 0;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 85px;
    }
}

.footer .items {
    align-items: stretch;
    justify-content: space-between;
}

.footer .items .logo h2 {
    margin: 0 0 13px;
}

.footer .items .logo p {
    margin: 0;
}

.footer .items .social {
    font-size: 32px;
    margin-top: 45px;
}

@media (min-width: 768px) {
    .footer .items .social {
        margin-top: 40px;
    }
}

.footer .items .social h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .items .social a {
    margin-right: 30px !important;
}

.footer .items .social a:hover {
    color: #8BA633;
}

@media (max-width: 767px) {
    .footer .items .addr {
        margin-top: 60px;
    }
}

.footer .items .addr a {
    text-decoration: none;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px;
    min-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer .items .addr a:hover {
    color: inherit;
    text-decoration: underline;
}

.footer .items .addr a.mail {
    background-image: url(../img/ico-email.svg);
}

.footer .items .addr a.tel {
    background-image: url(../img/ico-tel.svg);
}

.footer .items .addr a.whatsapp {
    background-image: url(../img/ico-whatsapp.svg);
}

.footer .items .item.cta .button {
    width: 100%;
    max-width: 352px;
    text-align: center;
    display: inline-block;
    margin: 30px 0 20px;
}

.footer .items .item.cta a:not(.button) {
    font-size: 18px;
    color: #8BA633;
    text-decoration: none;
}

.footer .items .item.cta a:not(.button):hover {
    text-decoration: underline;
}

.footer .items .col {
    flex-basis: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .footer .items .col {
        text-align: left;
    }

    .footer .items .col.left {
        flex-basis: 352px;
    }

    .footer .items .col.right {
        flex-basis: 240px;
    }

    .footer .items .col p {
        font-size: 24px;
    }
}

.footer .copy {
    background: #232a33;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 20px 0 10px;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .footer .copy {
        padding: 30px 0 20px;
        margin-top: 65px;
    }
}

.footer .copy .col {
    flex-basis: 100%;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .footer .copy .col {
        flex-basis: 250px;
        text-align: left;
    }

    .footer .copy .col:first-child {
        flex-basis: calc(100% - 250px);
        order: 2;
        text-align: right;
    }
}

.footer .copy .nav {
    border: none;
    flex-direction: row !important;
}

@media (max-width: 767px) {
    .footer .copy .nav {
        justify-content: center !important;
    }

    .footer .copy .nav .nav-item:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer .copy .nav .nav-item:first-child .nav-link {
        border: none !important;
    }
}

.footer .copy .nav-link {
    color: #8BA633 !important;
    border-right: 1px solid #fff;
    padding: 0 10px !important;
    text-decoration: none !important;
}

.footer .copy .nav-link:hover {
    text-decoration: underline !important;
}

.footer .copy .nav-link:hover::after {
    display: none !important;
}

.footer .copy .nav-item:last-child .nav-link {
    border: none !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper-square {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    margin: 0;
}

.video-wrapper-square iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    position: relative;
}

.form .error {
    content: "Invalid email address";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #AA0000;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 !important;
    display: none;
    opacity: 0;
    transition: opacity 3s ease-out;
}

.form .error.animate {
    opacity: 1;
}

.form input {
    outline: none;
}

.form input[type="email"] {
    padding: 15px 20px 15px 55px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    background: url(../img/mail.svg) 22px center no-repeat rgba(126, 140, 150, 0.2);
}

.col-video {
    margin-bottom: 20px;
    position: relative;
}

.col-video:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #8BA633;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

.items.line {
    justify-content: space-between;
}

.items.line .item {
    flex-basis: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    margin: 64px 0 0;
    position: relative;
}

.items.line .item::before {
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    width: 120px;
    height: 4px;
    background: #8BA633;
}

.items.line .item h3 {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .items.line .item .col-video::after {
        display: none;
    }
}

@media (min-width: 768px) {
    .items.line .item {
        flex-basis: calc(33.333% - 21px);
        padding: 0;
    }

    .items.line .item::before {
        display: none;
    }
}

.nav.nav-main>.nav-item {
    margin-bottom: 0;
    margin-right: 5px;
    text-align: center;
}

@media (max-width: 991px) {
    .nav.nav-main>.nav-item {
        margin-right: 0;
    }
}

.nav.nav-main>.nav-item:last-child {
    margin-bottom: 0;
}

.nav.nav-main>.nav-item>.nav-link {
    padding: 12px 16px;
    text-decoration: none;
}

.nav.nav-main>.nav-item>.nav-link.active,
.nav.nav-main>.nav-item>.nav-link:hover {
    color: #8BA633;
}

.nav.nav-main>.nav-item>.nav-link.button {
    margin-left: 16px;
    font-size: 16px;
    display: inline-block;
}

@media (max-width: 991px) {
    .nav.nav-main>.nav-item>.nav-link.button {
        margin-top: 12px;
        margin-left: 0;
    }
}

.nav.nav-main>.nav-item>.nav-link.button::after {
    display: none;
}

@media (min-width: 992px) {
    .nav.nav-main {
        border-right: none;
    }

    .nav.nav-main>.nav-item {
        font-size: 16px;
        margin: 0;
    }

    .nav.nav-main>.nav-item>.nav-link.active,
    .nav.nav-main>.nav-item>.nav-link:hover {
        position: relative;
    }

    .nav.nav-main>.nav-item>.nav-link.active::after,
    .nav.nav-main>.nav-item>.nav-link:hover::after {
        position: absolute;
        content: '';
        height: 2px;
        width: calc(100% - 32px);
        bottom: 2px;
        left: 16px;
        background: #8BA633;
    }
}

@media (min-width: 992px) {
    .nav-toggle {
        display: none;
    }
}

.nav-toggle .btn {
    height: 32px;
    width: 32px;
    padding: 0;
    border: none;
    background: url(../img/close.svg) center no-repeat;
}

.nav-toggle .btn.collapsed {
    background-image: url(../img/menu.svg);
}

.row-nav .collapse-container {
    padding: 30px 0 22px;
    position: relative;
}

.row-nav .collapse-container.show::before {
    position: absolute;
    content: '';
    height: 20px;
    width: calc(100% + 40px);
    top: 18px;
    left: -20px;
    box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .row-nav .collapse-container {
        padding: 0;
        display: block !important;
    }
}

.dark-color {
    color: #232a33 !important;
}

.light-color {
    color: #fff !important;
}

.major-color {
    color: #f5f8e5 !important;
}

.minor-color {
    color: #3b93cc !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232a33;
}

a:not(.btn) {
    color: #232a33;
}

a:not(.btn):hover {
    color: #3b93cc;
}

.success-items .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.success-items .container .item {
    flex-basis: 100%;
    margin: 16px;
}

@media (min-width: 768px) {
    .success-items .container .item {
        flex-basis: calc(50% - 32px);
    }
}

@media (min-width: 992px) {
    .success-items .container .item {
        flex-basis: calc(33% - 32px);
    }
}

.success-items.first {
    margin-top: -150px;
}

.top {
    background: #f5f8e5;
    position: relative;
    z-index: -1;
}

.top h1 {
    max-width: 736px;
    margin: 0 auto;
    padding: 60px 0 200px;
    text-align: center;
}

@media (min-width: 768px) {
    .top h1 {
        margin: 0 auto;
        padding: 90px 0 220px;
    }
}

.top em {
    color: #8BA633;
}

.middle {
    background: #f5f8e5;
    margin: 44px 0;
    padding: 60px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .middle {
        margin: 34px 0;
        padding: 70px 0 60px;
    }
}

@media (min-width: 768px) {
    .middle span {
        font-size: 24px;
    }
}

.middle h2 {
    margin-top: 10px;
}

.footer {
    margin-top: 44px;
}
.spinner-wrap{
	display: none;
    left: 0;
    top: 0;
	overflow: hidden auto;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1023;
    justify-content: center;
    align-items: center;
	background: rgba(35,42,51,.95);
}
.spinner{
	width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: #8BA633 transparent #8BA633 transparent;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}
 @keyframes spin {
  100% {
    transform: rotate(360deg); 
  }
}
