/*
Theme Name: The Branding Iron Custom Theme
Author: Lillyan Hendershot & Timothy Hendershot
Description: A custom theme for your site by The Branding Iron.
Version: 1.0
Author URI: http://thebrandingiron.us/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
img, iframe {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}
html {
	display:block!important;
}
body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 17px;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

blockquote {
    border: none;
    quotes: "\201C""\201D""\2018""\2019";
    margin: 0;
}

blockquote *:first-child:before {
    content: open-quote;
    display: inline-block;
    vertical-align: bottom;
    font-size: 40px;
    line-height: 8px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    margin-right: 4px;
}

blockquote *:last-child:after {
    content: close-quote;
    display: inline-block;
    vertical-align: bottom;
    font-size: 40px;
    line-height: 8px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    margin-left: 4px;
}

img {
    height: auto;
}

button:active, button:focus {
    border: inherit;
    outline: inherit;
}

a, a:visited, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}

.wp-caption {
    width: 100%;
}

.wp-caption-text {
    font-size: 14px;
    margin: 0;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.alignleft {
    float: left;
    display: block;
    margin-right: 16px;
}

.alignright {
    float: right;
    display: block;
    margin-left: 16px;
}

@media all and (max-width: 600px) {
    .aligncenter, .alignleft, .alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*transitions*/
.bi-transition-in {
    -webkit-animation: transition-in 1s 1;
    /* Safari 4+ */
    -moz-animation: transition-in 1s 1;
    /* Fx 5+ */
    -o-animation: transition-in 1s 1;
    /* Opera 12+ */
    animation: transition-in 1s 1;
    /* IE 10+, Fx 29+ */
    opacity: 1;
}

@keyframes transition-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Gallery*/
[id^=gallery].gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

[id^=gallery].gallery .gallery-item {
    margin: 0;
}

[id^=gallery].gallery .gallery-item .object-fit {
    width: 284px;
    height: 284px;
    padding: 2px;
}

[id^=gallery].gallery br {
    display: none;
}

/*Object Fit*/
.object-fit {
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.object-fit.contain {
    object-fit: contain;
    margin: 0 auto;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.object-fit.left-top {
    object-position: left top;
    background-position: left top;
}

.object-fit.center-top {
    object-position: center top;
    background-position: center top;
}

.object-fit.right-top {
    object-position: right top;
    background-position: right top;
}

.object-fit.left-center {
    object-position: left center;
    background-position: left center;
}

.object-fit.center-center {
    object-position: center center;
    background-position: center center;
}

.object-fit.right-center {
    object-position: right center;
    background-position: right center;
}

.object-fit.left-bottom {
    object-position: left bottom;
    background-position: left bottom;
}

.object-fit.center-bottom {
    object-position: center bottom;
    background-position: center bottom;
}

.object-fit.right-bottom {
    object-position: right bottom;
    background-position: right bottom;
}

/********
* Theme
*********/
body {
    color: #595A5C;
    background-color: #C6E0E0;
}

/*Header*/
#header-wrapper .equal-wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
}

#header-wrapper .equal-wrapper .text {
    background: #c6e0e0;
    border-bottom: 2px solid white;
}

#header-wrapper .equal-wrapper .spacer {
    display: none;
}

#header-wrapper.fixed .equal-wrapper {
    position: fixed;
}

#header-wrapper.fixed .spacer {
    display: block;
}

#header {
    background-color: #C6E0E0;
}

#header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#header .left {
    padding: 16px;
}

#header .logo {
    width: 150px;
    height: 175px;
}

#header .right {
    padding: 16px;
}

#header .right .contact {
    display: inline-block;
    vertical-align: middle;
}

#header .right .contact .fa {
    margin-right: 0.5em;
    color: white;
}

/*Head Menu*/
#head-menu {
    background-color: white;
    color: #8BBDBE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#head-menu .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

#head-menu .social-links li {
    display: inline-block;
    font-size: 1.5em;
    margin: 0px 16px;
}

#head-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

#head-menu .menu>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#head-menu .menu>li>a {
    display: block;
    padding: 0px 16px;
    text-transform: uppercase;
    border-right: 2px solid #8BBDBE;
    margin: 8px 0px;
}

#head-menu .menu>li:last-of-type>a {
    border: 0;
}

#head-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    z-index: 10;
    right: auto;
    background-color: white;
    display: none;
    text-align: left;
    color: #8BBDBE;
}

#head-menu .sub-menu>li {
}

#head-menu .sub-menu>li>a {
    display: block;
    padding: 8px 16px;
}

#head-menu .current-menu-parent,#head-menu .current-menu-item, #head-menu li:hover>a {
    color: #595A5C;
}

#head-menu .menu>li:hover>.sub-menu {
    display: block;
}

/*Header Mobile*/
#header-mobile {
    display: none;
}

#header-mobile .equal.text {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background-color: #c6e0e0;
    border-bottom: 2px solid white;
}

@media all and (max-width: 991px) {
    #header, #head-menu-wrapper {
        display:none;
    }

    #header-mobile {
        display: block;
    }
}

#header-mobile .text {
    display: flex;
    justify-content: space-between;
    padding: 4px;
    align-items: center;
}

#header-mobile .logo {
    height: 50px;
    width: 200px;
}

#header-mobile .right {
}

/*Head Menu Mobile*/
#head-menu-mobile {
}

#head-menu-mobile .button {
    color: white;
    font-size: 30px;
    margin: 8px;
}

#head-menu-mobile .button .fa-times {
    display: none;
}

#head-menu-mobile .button .fa-bars {
    display: block;
}

#head-menu-mobile .button.open .fa-times {
    display: block;
}

#head-menu-mobile .button.open .fa-bars {
    display: none;
}

#head-menu-mobile .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 9999;
    padding: 0;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

#head-menu-mobile .content .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: Center;
}

#head-menu-mobile .content .social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 16px;
    font-size: 32px;
}

#head-menu-mobile .current-menu-parent, #head-menu-mobile .current-menu-item {
    background-color: #c6e0e0;
}

#head-menu-mobile .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

#head-menu-mobile .menu>li {
}

#head-menu-mobile .menu>li>a {
    padding: 8px 16px;
    display: block;
}

#head-menu-mobile .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
}

#head-menu-mobile .sub-menu>li {
}

#head-menu-mobile .sub-menu>li>a {
    padding: 8px 32px;
    display: block;
}

/*Footer*/
#footer {
    position: relative;
}

#footer .footer-bg {
    width: 100%;
    height: 250px;
}

#footer .footer-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    z-index: 2;
}

#footer .footer-bg .image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#footer .copy {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    padding: 16px;
    color: #8BBDBE;
    font-weight: bold;
    font-size: 14px;
}

/*Floating Footer*/
#floating-footer {
    display: none;
}

#floating-footer .text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    padding: 8px;
    background-color: #c6e0e0;
    color: white;
    font-weight: bold;
    border-top: 2px solid white;
}

#floating-footer .fa {
    margin-right: 0.5em;
}

@media all and (max-width: 991px) {
    #floating-footer {
        display: block;
    }
}

/*Hero Image*/
#hero-wrapper {
    position: relative;
    width: 100%;
    height: 25vw;
}

#hero-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

#hero-wrapper .title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

#hero-wrapper .title {
    margin: 0;
    padding: 0px 16px;
    text-align: right;
    font-size: calc(16px + 5vw);
    font-weight: normal;
}

#hero-wrapper .featured-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#hero-wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 1;
    transform: translateX(-30%);
}

#hero-quote {
    padding: 32px 16px;
    background-color: #595A5C;
    color: white;
    font-size: 20px;
}

#hero-quote h2 {
    font-weight: normal;
    font-size: 38px;
    margin-bottom: 8px;
}

#hero-quote p {
    margin-top: 0px;
}

#hero-quote .container *:first-child {
    margin-top: 0;
}

#hero-quote .container *:last-child {
    margin-bottom: 0;
}

/*Content*/
#content-wrapper {
    min-height: 200px;
}

#content-wrapper input,#content-wrapper textarea,#content-wrapper input,#content-wrapper select {
    outline: 0!important;
}

#content-wrapper h1, #content-wrapper h2, #content-wrapper h3, #content-wrapper h4, #content-wrapper h5, #content-wrapper h6 {
    font-family: minion;
    font-weight: normal;
    text-transform: uppercase;
}

#content-wrapper h1 {
    font-size: 34px;
}

#content-wrapper h2 {
    font-size: 30px;
}

#content-wrapper h3 {
    font-size: 26px;
}

#content-wrapper h4 {
    font-size: 22px;
}

#content-wrapper h5 {
    font-size: 18px;
}

#content-wrapper h6 {
    font-size: 14px;
}

#content-wrapper input[type='text'],#content-wrapper input[type='password'],#content-wrapper input[type='email'] {
    border: 1px solid #595a5c;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
}

#content-wrapper input[type='text'].datepicker {
    padding: 5px 5px 5px 30px;
    width: auto;
}

#content-wrapper input[type='submit'] {
    background-color: white;
    border: 1px solid #595a5c;
    color: #595a5c;
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    width: auto;
    border-radius: 8px;
}

#content-wrapper textarea {
    border: 1px solid #595a5c;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
}

#content-wrapper .healcode {
    font-size: 16px;
}

#content-wrapper .healcode a {
    font-size: 16px;
}

#content-wrapper .healcode a:before {
    display: none!important;
}

#content-wrapper .healcode * {
    border-color: #595a5c;
    height: auto;
}

#content-wrapper .healcode .enrollment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#content-wrapper .healcode .enrollment>* {
    flex-basis: 100%;
}

#content-wrapper .healcode .action_text.my_account_text {
    color: #58595b;
}

#content-wrapper .healcode .healcode-image-area {
    float: none;
    text-align: center;
    flex-basis: 300px;
    flex-grow: 1;
}

#content-wrapper .healcode .healcode-image-area img {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid white;
}

#content-wrapper .healcode .healcode-enrollment-name {
    flex-basis: 400px;
    flex-grow: 9999;
    text-align: center;
}

#content-wrapper .healcode .healcode-enrollment-name * {
    font-size: calc(18px + 0.5vw);
    line-height: initial;
    font-weight: bold;
    color: #58595b;
}

#content-wrapper .healcode .healcode-enrollment-name .healcode-trainer-name {
    font-size: 16px;
    display: block;
}

#content-wrapper .healcode .healcode-enrollment-name .healcode-trainer-name * {
    font-size: 16px;
}

#content-wrapper .healcode .healcode-date-area {
    height: auto;
    margin-bottom: 16px;
}

#content-wrapper .healcode .healcode-button a {
    padding: 8px;
}

#content-wrapper .healcode .healcode-date-area>span {
    color: white;
    background-color: #595a5c;
    border: 0;
    border-radius: 8px;
    padding: 8px;
    display: inline-block;
    line-height: 1em;
}

#content-wrapper .healcode h1 {
    color: #595a5c;
    font-weight: normal;
}

#content-wrapper .healcode-title-text {
    font-weight: normal;
}

#content-wrapper .healcode th {
    font-size: 16px;
}

#content-wrapper .healcode td {
    font-size: 16px;
}

#content-wrapper select {
    border: 1px solid #595a5c;
    padding: 8px;
    border-radius: 8px;
}

#content-wrapper input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1em;
    height: 1em;
    background: white;
    border: 2px solid #595a5c;
    border-radius: 100%;
    display: inline-block;
    vertical-align: sub;
    position: relative;
    outline: 0;
    cursor: pointer;
}

#content-wrapper input[type=checkbox]:checked:after {
    content: "";
    width: 0.5em;
    height: 1em;
    border: solid #5a5b5d;
    border-width: 0px 3px 3px 0px;
    display: block;
    position: absolute;
    left: 0.15em;
    right: 0;
    margin: auto;
    top: -0.75em;
    transform: rotate(45deg);
}

#content-wrapper .hc-liability .liability {
    max-width: 100%;
    height: auto;
    overflow: auto;
    font-size: 16px;
    line-height: 2em;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #5a5b5d;
}

hr {
    border: 1px solid white;
    margin: 16px;
    border-radius: 8px;
}

/*Instructors Template*/
#instructors-template {
}

#instructors-template .section-title-wrapper {
}

#instructors-template .section-title-wrapper .section-title {
    margin: 0px auto;
    max-width: 1170px;
    font-weight: normal;
    font-size: 36px;
    padding: 0px 16px;
}

#instructors-template .instructors-list {
    text-align: center;
    margin: 16px auto;
}

#instructors-template .white-square {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
}

#instructors-template .white-square .image-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 16px;
    display: inline-block;
    max-width: 100%;
}

#instructors-template .white-square .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#instructors-template .white-square .text {
}

#instructors-template .white-square .title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    font-family: minion;
}

#content-wrapper .learn-more, #instructors-template .learn-more {
    padding: 16px;
    color: white;
    font-weight: bold;
}

#content-wrapper .learn-more .fa, #instructors-template .learn-more .fa {
    margin: 0px 0.5em;
}

dl.dots {
    width: 400px;
    max-width: 100%;
}

dl.dots:after {
    content: '';
    clear: both;
    display: block;
}

dl.dots dt {
    float: left;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

dl.dots dd {
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 0;
}

dl.dots dt:after {
    content: " .................................................................................."
}

.content {
    padding: 16px;
}

/*Pricing Template*/
.price-squares {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.price-squares .square {
    position: relative;
    flex-basis: 250px;
    background-color: #595a5c;
    color: white;
    padding: 16px;
    margin: 16px;
    text-align: center;
}

.price-squares .dots {
    border: 2px dotted white;
    padding: 4px;
}

.price-squares .top {
    font-size: 20px;
    min-height: 1.2em;
}

.price-squares .middle {
    font-family: minion;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: -0.3em;
    font-weight: normal;
}

.price-squares .bottom {
    font-size: 20px;
}

.price-squares .price {
    font-weight: bold;
    font-size: 60px;
}

.price-squares .price:before {
    content: "$";
    display: inline-block;
    vertical-align: super;
    font-size: 28px;
}

.price-squares .link a {
    padding: 8px;
    text-transform: uppercase;
    border: 2px solid white;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    margin: 8px 0px;
    font-weight: bold;
}

/*Price Shortcode*/
.price-square-shortcode {
    display: inline-block;
    background-color: #595a5c;
    color: white;
    padding: 16px;
    margin: 16px;
    text-align: center;
}

.price-square-shortcode .dots {
    border: 2px dotted white;
    padding: 4px;
    width: 250px;
    max-width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.price-square-shortcode .dots>* {
    flex-basis: 100%;
}

.price-square-shortcode .top {
    font-size: 20px;
    min-height: 1.2em;
}

.price-square-shortcode .middle {
    font-family: minion;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: -0.3em;
    font-weight: normal;
}

.price-square-shortcode .bottom {
    font-size: 20px;
}

.price-square-shortcode .price {
    font-weight: bold;
    font-size: 60px;
}

.price-square-shortcode .price:before {
    content: "$";
    display: inline-block;
    vertical-align: super;
    font-size: 28px;
}

.price-square-shortcode .link a {
    padding: 8px;
    text-transform: uppercase;
    border: 2px solid white;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    margin: 8px 0px;
    font-weight: bold;
}

.price-square-shortcode .link a:before {
    display: none!important;
}

/*Template Bottom Squares*/
#bottom-squares {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#bottom-squares .square {
    width: 300px;
    margin: 16px;
    max-width: calc(100% - 32px);
}

#bottom-squares .image-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    border: 2px solid white;
    border-radius: 16px;
    overflow: hidden;
    max-width: 100%;
}

#bottom-squares .featured-image, #bottom-squares .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#bottom-squares .link {
    text-transform: uppercase;
    text-align: center;
    margin-top: 8px;
}

/*Content*/
#content-wrapper .content a {
    font-weight: bold;
    color: white;
}

#content-wrapper .content a:before {
    content: '\f0a9';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5em;
}

#content-wrapper .content a[href^='mailto']:before, #content-wrapper .content a[href^='tel']:before {
    display: none;
}

/*Nav*/
#navigation {
    padding: 8px;
    text-align: center;
}

#navigation .fa {
    color: white;
    margin: 16px;
    font-size: 12px;
}

#navigation .current .fa {
    color: #595a5c;
}

/*template Contact*/
#contact-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#contact-top .left {
    border-radius: 16px;
    border: 2px solid white;
    overflow: hidden;
    margin: 16px;
}

#contact-top .iframe {
    max-width: 100%;
}

#contact-top .right {
    text-align: center;
    margin: 16px;
}

#contact-top .contact {
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

#contact-top .contact .phone-link {
}

#contact-top .contact .email {
}

#contact-top .contact .address {
    font-weight: normal;
    margin: 16px 0px;
}

#contact-top .contact .address * {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#contact-top .right .fa {
    color: white;
    margin-right: 0.5em;
}

#featured-offer {
    display: inline-block;
    vertical-align: middle;
}

#featured-offer .square {
    text-align: center;
    border-right: 2px solid white;
    margin-right: 16px;
    padding: 0px 16px;
}

#featured-offer .top {
    font-size: 16px;
}

#featured-offer .middle {
    font-family: minion;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
}

#featured-offer .bottom {
    font-size: 16px;
}

#featured-offer .price {
    font-weight: bold;
    font-size: 50px;
}

#featured-offer .price:before {
    content: "$";
    display: inline-block;
    vertical-align: super;
    font-size: 24px;
}

#featured-offer .link a {
    padding: 8px;
    text-transform: uppercase;
    border: 2px solid white;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    margin: 8px 0px;
    font-weight: bold;
    color: white;
}

#wpstats {
    display: none;
}

#mailchimp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*Slider*/
#hero-slider {
    overflow: hidden;
    position: relative;
    height: calc(300px + 7vw);
}

#hero-slider .slider {
    white-space: nowrap;
    position: relative;
    height: 100%;
    width: 100%;
}

#hero-slider .slide {
    white-space: normal;
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

#hero-slider .slide .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#hero-slider>.fa {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding: 16px;
    background-color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: calc(16px + 2vw);
    opacity: 0;
    transition: opacity 0.5s;
    cursor: pointer;
}

#hero-slider>.fa:hover {
    opacity: 1;
}

#hero-slider .fa.left {
    left: 0;
}

#hero-slider .fa.right {
    right: 0;
}

#hero-slider .slide:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#hero-slider .container {
    max-width: 991px;
    position: relative;
    z-index: 3;
    min-height: 100%;
    padding: 16px;
}

#hero-slider .line_1 {
    font-weight: bold;
    font-size: calc(20px + 1vw);
}

#hero-slider .line_2 {
    font-weight: normal;
    font-size: calc(16px + 1vw);
    margin-bottom: 16px;
}

#hero-slider .line_3 {
    font-family: DancingScript;
    font-size: calc(14px + 1vw);
}

#hero-slider .link {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-weight: bold;
    font-size: calc(14px + 1vw);
}

#hero-slider .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    height: 100%;
    width: auto;
    z-index: 2;
    transform: translateX(12vw);
}