/*
    Theme Name: HyphenSchool
    Description: HyphenSchool is custom child theme of Genesis Framework created for HyphenSchool.
    Author: hyohen
    Author URI: https://hyphenschool.com/
    Text Domain: hba

    Version: 1.1.1

    Tags: one-column, two-columns, three-columns, fluid-layout, fixed-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

    Template: genesis
    Template Version: 3.6.0

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php 
 
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:50%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-0.9em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.2s ease-in-out;
}

a {
    color: #ff8c00;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #000000;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 40px;
}

li {
     list-style: disc;
    margin-bottom: 10px;    
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0;
}

b,
strong {
    color: #000000;
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 0;
}
blockquote.wp-block-quote {
    padding: 70px;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #ff8c00;
    text-align: center;
}
blockquote.wp-block-quote p:last-child {
    margin-bottom: 0;
}

.wp-block-image figcaption {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    color: #ff8c00;
}
figure.wp-block-image a {
    display: block;
    position: relative;
}
figure.wp-block-image img {
    border: 0;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: 'Lato', sans-serif;;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: 0;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999;
    outline: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #eeeeee;
    color: #333;
    font-weight: 400;
    padding: 20px 20px;
    width: 100%;
    font-size: 24px;
    margin-top: 8px;
    border-radius: 0;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
    padding: 10px 5px !important;
    font-size: 24px !important;
}

input:focus,
textarea:focus {
    border: 0;
    border-bottom: 1px solid #333;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

::placeholder {
    color: #3a3a3a;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    text-decoration: none;
    background: #ff8c00;
    padding: 14px 60px 14px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    color: #fff;
    background: #000000;
}
a.button:after {
    content: "";
    content: "\f344";
    font-family: dashicons;
    right: 20px;
    float: right;
    position: absolute;
    top: 16px;
}
.button {
    display: inline-block;
    max-width: 250px;
    width: 100%;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    table-layout: auto;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
    vertical-align: top;
}

td {
    border-top: 1px solid #eee;
    padding: 10px;
}

th {
    font-weight: 600;
    padding: 0 10px 10px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

td:last-child,
th:last-child {
    padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

p.custom_more_link {
    display: block;
    margin-bottom: 0;
    text-align: right;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.entry-content a.post-edit-link {
    display: none;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
    position: relative;
}

body.admin-bar .site-container {
    margin-top: 0;
    position: relative;
}


@keyframes fadein {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 70px 30px;
    max-width: 1100px;
    width: 100%;
}
.content-sidebar-wrap{
    max-width: 1440px;
    margin: 0 auto;
}
.home_template .site-inner,
.full_template .site-inner,
.service_template  .site-inner,
.about_template  .site-inner,
.guide_template  .site-inner,
.page-template-default  .site-inner,
.myaccount_template  .site-inner{
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.page-template-default  .site-inner {
    background: #ffffff;
}
.page-template-default  .site-inner main.content{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 6% 40px 10% 40px;
    position: relative;
}

body.single-post main.content{
    max-width: 72.8%;
    width: 100%;
    margin: 0 auto;
}
/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 40px;
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.after-entry .widget:last-of-type {
    margin-bottom: 0;
}

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.entry-title {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #ff8c00;
}

.widget-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
    padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 0;
    width: auto !important;
}
.enews-widget input[type="email"] {
    width: 73% !important;
    margin-right: 10px;
}

.after-entry .enews-widget input {
    text-align: center;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 24% !important;
}

.enews form + p {
    margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0073e5;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
    float: right;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
    margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
    padding: 50px 0 60px;
    position: relative;
    width: 100%;
    background: transparent;
    z-index: 9999;
}

.site-header .wrap{
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-content: space-evenly;
    align-items: center;
    justify-content: space-around;
}
.site-header .wrap > .title-area {
    flex: 1 1 auto;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
}

.wp-custom-logo .title-area {
    max-width: none;
    padding-bottom: 0;
    padding-top: 7px;
    float: left;
    width: auto;
    position: relative;
    z-index: 100;
    text-align: left;
}
.wp-custom-logo .title-area img {
    width: auto;
}
a.custom-logo-link {
    display: block;
    overflow: hidden;
}

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
p.site-description {
    margin-bottom: 0;
    display: none;
}
/* Header Right
---------------------------------------------------------------------------- */
.widget-area.header-widget-area {
    display: block;
    float: right;
    width: auto;
    padding: 32px 0;
}
.widget-area.header-widget-area .widget {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.hba_header_items {
    display: block;
    overflow: hidden;
    margin-left: 40px;
}
.hba_header_item {
    display: block;
    padding: 5px 0 5px 27px;
    line-height: 1.3;
    vertical-align: middle;
    position: relative;
}
span.hba_header_item_icon {
    display: inline-block;
    margin-right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    top: 15%;
    bottom: auto;
}
span.hba_header_item_icon i {
    font-size: 18px;
    vertical-align: middle;
    color: #ff8c00;
}
.hba_header_item_title {
    display: inline-block;
}
.hba_header_item_title a {
    text-decoration: none;
    color: inherit;
}


/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
    width: auto;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    float: none;
}
.genesis-nav-menu .menu-item.current_page_item a {
    color: #ff8c00;
}
.genesis-nav-menu .sub-menu .menu-item {
    width: 100%;
}
.genesis-nav-menu a {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0 16px;
    color: #000;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;

}


.genesis-nav-menu a:hover,
.genesis-nav-menu a:active,
.genesis-nav-menu a:focus{
    color: #ff8c00;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
}
.genesis-nav-menu .sub-menu {
    background: #fff;
    left: auto;
    opacity: 0;
    position: absolute;
    z-index: 99;
    margin: 0;
    padding: 0;
    visibility: hidden;
    height: 0;
    width: 200px;
}
.genesis-nav-menu .sub-menu.submenu_open {
    padding: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
 }
.genesis-nav-menu .sub-menu a {
    border-top: none;
    position: relative;
    width: auto;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
}
.genesis-nav-menu .menu-item:hover {
    position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu .sub-menu .menu-item .indicator {
    display: none;
}
.genesis-nav-menu .menu-item.menu_highlight a {
    color: #fff;
    background: #ff8c00;
    padding: 10px 45px;
    letter-spacing: 0px;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 30px;
}
.nav-mobile_nav .genesis-nav-menu .menu-item > .sub-menu{
    left: -100%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    height: 0;
}
.nav-mobile_nav .genesis-nav-menu .menu-item > .sub-menu.submenu_open{
    left: auto;
    opacity: 1;
    visibility: visible;
    padding: 10px 0 0 20px;
    height: auto;
}
/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-responsive-menu {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #0073e5;
}

.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px;
}

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
    transform: rotate(180deg);
}
.site-header .sub-menu {
    margin: 0;
    padding: 0;
}
.site-header .sub-menu .sub-menu {
    margin-left: 0;
    margin-top: -54px;
    padding: 0;
}
.site-header .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 96%;    
}
 .site-header .sub-menu li > .sub-menu {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    height: auto;
    left: 96%;
}
/* Header Menu
--------------------------------------------- */

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    display: block;
    position: relative;
    width: auto;
    margin-right: 20px;
    text-align: center;
    float: left;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    right: 0;
    background-color: transparent;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    border-top: none;
}
.nav-primary .genesis-nav-menu ul.sub-menu a {
    color: #ff8c00;
    padding-left: 0;
    text-align: left;
    padding: 20px 20px;
    display: block;
    border-bottom: 1px dotted #ff8c00;
}
.nav-primary .genesis-nav-menu li.right.search {
    list-style: none;
    float: right;
    text-align: right;
    padding: 0 20px;
    position: relative;
}
.nav-primary .genesis-nav-menu li.right.search form.search-form{
    display: none;
        position: absolute;
    left: -209px;
    width: 250px;
    top: 42px;
}
.nav-primary .genesis-nav-menu li.right.search i{
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
}
.home_template .entry {
    margin-bottom: 0;
}
body.single-post .entry-content {
    margin-top: 40px;
    position: relative;
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 40px;
    padding-left: 60px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
    list-style-type: circle;
}

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

.entry-content code {
    background-color: #f5f5f5;
}

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 60px 0 30px;
    text-align: center;
}

.pagination .pagination-next.alignright,
.pagination  .pagination-previous.alignleft{
    float: none;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 10px;
}
.pagination .pagination-next.alignright a,
.pagination  .pagination-previous.alignleft a {
    text-decoration: none;
    color: #fff;
    background-color: #ff8c00;
    border: 3px solid #ff8c00;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.2;
}
.pagination .pagination-next.alignright a:hover,
.pagination  .pagination-previous.alignleft a:hover,
.pagination .pagination-next.alignright a:focus,
.pagination  .pagination-previous.alignleft a:focus {
    color: #ff8c00;
    background-color: #fff;
    border: 3px solid #ff8c00;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #333;
    color: #fff;
}
.navigation {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}
.single_post_nav {
    display: block;
    width: 100%;
    overflow: hidden;
}
.single_post_nav > div {
    width: 33.33%;
    float: left;
    max-width: 100%;
    display: block;
}
.single_nav_prev a {
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px;
    color: #4d4d4d;
    display: block;
    text-align: left;
}
.single_nav_prev a span {
    vertical-align: text-bottom;
    font-size: 30px;
    height: 26px;
    width: 35px;
    line-height: 23px;
    color: #ff8c00;
}
.single_nav_next a {
text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px;
    color: #4d4d4d;
    text-align: right;
    display: block;
}
.single_nav_next a span {
    vertical-align: text-bottom;
    font-size: 30px;
    height: 26px;
    width: 35px;
    line-height: 23px;
    color: #ff8c00;
}
.single_nav_share {
    text-align: center;
}
.single_nav_prev, .single_nav_next {
    margin-top: 12px;
}
.single-portfolio .single_post_nav > div {
    width: 50%;
    float: left;
    max-width: 100%;
}  
/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul > li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar p {
    margin-bottom: 20px;
}

/* Before Footer Widgets
---------------------------------------------------------------------------- */
.before_footer_area.before_footer {
    background: #F3F5F6;
    display: block;
    overflow: hidden;
    padding: 15% 0 10%;
    position: relative;
}
.before_footer_area.before_footer:before {
    content: "";
    background-image: url(images/newsBG2.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: -60% 52%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
.before_footer_area.before_footer .hba_curve3{
    position: absolute;
    top: 0;
    width: 100%;
}
.before_footer_area_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 0 40px;
    position: relative;
}
.before_footer_area_wrap .widget {
    margin-bottom: 0;
}
.before_footer_area_wrap .enews-widget .enews{
    color: #ff8c00;
}
.before_footer_area.before_footer .textwidget {
    float: right;
}
.before_footer_area_wrap .enews-widget {
    max-width: 530px;
    float: left;
    width: 100%;
}
.before_footer_area_wrap .enews-widget .enews h4.widget-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.before_footer_area_wrap .enews-widget .enews p {
    font-size: 20px;
    letter-spacing: 0;
}
.before_footer_area_wrap .enews-widget input[type="email"] {
    width: 100% !important;
    margin-right: 10px;
    background: transparent;
    border-bottom: 1px solid #ff8c00;
    margin: 0;
    border-radius: 0;
}
.before_footer_area_wrap .enews-widget input[type="email"]::placeholder{
    color: #ff8c00;
}
.before_footer_area_wrap .enews-form{
    position: relative;
}
.before_footer_area_wrap .enews-widget input[type="submit"] {
    margin: 0;
    width: 24% !important;
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    color: #ff8c00;
    font-weight: 600;
    padding: 20px 20px;
    font-family: 'Lato', sans-serif;
    line-height: 1;
}
/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
    border-top: none;
    clear: both;
    padding: 0;
    background: #1a1a1a;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    position: relative;
    color: #fff;
}
.footer-widgets .wrap {
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

.footer-widgets .wrap > div.footer-widgets-1{
    width: 60%;
    float: left;
    padding-right: 14%;
}
.footer-widgets .wrap > div.footer-widgets-2{
    width: 40%;
}
.footer-widgets a {
    color: #ff8c00;
    text-decoration: none;
}
.footer-widgets .widget_nav_menu ul{
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}
.footer-widgets .widget_nav_menu ul li{
    display: block;
    margin-bottom: 0;
    margin-right: 0;
}
.footer-widgets .widget_nav_menu ul li a {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 250px;
}
.footer-widgets .widget_nav_menu ul li.highlight_footer_menu > a {
    margin-bottom: 0;
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 159.3%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.footer-widgets section.widget {
    margin-bottom: 20px;
}
.footer-widgets section.widget:last-child {
    margin-bottom: 0;
}
.footer-widgets .footer-widget-area h4 {
    margin-bottom: 24px;
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 159.3%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.footer-widgets .footer-widget-area .textwidget {
    font-size: 18px;
    font-weight: 400;
}
.footer-widgets-4.footer-widget-area h4.widget-title.widgettitle {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 1.6;
}
.before-footer {
    background: #1a1a1a;
}
.before-footer .wrap {
    padding: 80px 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
}
.after-footer {
    background: rgba(0,0,0,0.85);
}
.after-footer .wrap {
    padding: 0 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
        display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.after-footer section.widget:nth-child(1) {
    width: 35%;
}
.after-footer section.widget:nth-child(2) {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.after-footer section.widget:nth-child(3) {
    width: 40%;
}
.after-footer h4.widget-title.widgettitle {
    margin-bottom: 24px;
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 159.3%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.after-footer .hyo_footer_social {
    width: 100%;
    text-align: left;
}
.after-footer .hyo_footer_social > span {
    display: inline-block;
    margin-right: 10px;
}
.after-footer .hyo_footer_book {
    width: 60%;
    float: right;
}
.after-footer .hyo_footer_social a {
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 11px;
    line-height: 1;
}
.after-footer .hyo_footer_book a.button {
    background: #fff;
    color: #000;
    display: inline-block;
    width: 100%;
}
/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {    
    display: none;
    background-color: #2A2B2B;
    border-top: none;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    padding: 0;
    text-align: left;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    padding: 20px 0;
}
footer.site-footer .wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.footer-widgets ul li{
    line-height: 1;
    display: inline-block;
    margin-right: 30px;
}
.footer-widgets li a {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}
.site_footer_wrap{
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
}
.site-footer p {
    margin-bottom: 0;
    font-size: 14px;
}
.site-footer a{
    margin-bottom: 0;
    letter-spacing: 1px;
}
.site_footer_left {
    float: left;
    display: block;
    width: auto;
    font-size: 11px;
}
.site_footer_right {
    float: right;
    display: block;
    width: auto;
}
.hba_footer_left {
    float: left;
}
.hba_footer_right {
    float: right;
}
/* Page Header
--------------------------------------------- */

.page_media_wrap {
    height: auto;
    display: block;
    position: relative;
    background: #000;
    padding: 0;
    margin-top: 85px;
    height: 400px;
}
.entry-content-title {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}
.entry-content-title_wrap {
position: relative;
    z-index: 2;
    text-align: center;
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    float: none;
}
.entry-content-header {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}
.entry-content-header .entry-title {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.page_wrap_meta {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 15px;
    text-transform: uppercase;
}
.page_wrap_meta a {
    color: inherit;
}
.page_wrap_meta .dashicons {
    display: none;
    font-size: 11px;
}
.page_media_wrap .hba_section_clouds {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -8px;
    width: 100%;
}
.media_container {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.post_image_overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.post_image_cover {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* Social Icon Header */
.social_nav_wrap{
    display: block;
}


/* Mobile Navigation */
.mobile_nav_wrap{
    display: block;
}
.mobile_nav{
    cursor: pointer;
    display: none;
    overflow: hidden;
    width: auto;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 5px 0;
    font-size: inherit;
    float: right;
    top: 0;
}
.mobile_menu {
background-color: transparent;
    border-color: transparent;
    float: right;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    height: auto;
    width: 35px;
    padding: 0;
    cursor: pointer;
}
.mobile_menu  span.mobile_menu_label {
    float: left;
}
.mobile_menu .mobile_button {
    border: 0;
    box-shadow: none;
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    top: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    cursor: pointer;
}
.mobile_button .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 0;
}
.mobile_button .icon-bar {
    background-color: #000000;
}
.mobile_button .icon-bar + .icon-bar {
     margin-top: 5px;
}

.mobile_icon .mobile_button .icon-bar:nth-child(2){
    display: none;
}
.mobile_icon .mobile_button .icon-bar:nth-child(1){
    position: absolute;
    transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    top: 4px;
}
.mobile_icon .mobile_button .icon-bar:nth-child(3){
    position: absolute;
    transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    -o-transform: rotate( -45deg );
    top: 0;
}
/* Sliding Navigation
--------------------------------------------- */
 .sliding_nav {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 9999999;
    background: #000000;
    left: -100%;
        -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    top: 0;
}

 .sliding_nav.sliding_open{
    left: 0;
    top: 0;
        -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
 }
.sliding_close {
cursor: pointer;
    display: block;
    color: #fff;
    top: 12px;
    position: relative;
    right: 13px;
    width: 31px;
    overflow: hidden;
    display: block;
    float: right;
    line-height: 25px;
}
.sliding_close > span.dashicons {
    font-size: 22px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 20px;
    width: 100%;
}
.sliding_nav .nav-mobile_nav{
    position: relative;
    width: auto;
    margin: auto;
    float: left;
    top: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    width: 100%;
    text-align: center;
    display: table;
    height: 100%;
}

.sliding_nav span.indicator{
        display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: #fff;
}
.sliding_nav .genesis-nav-menu .sub-menu{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.sliding_nav .genesis-nav-menu .menu-item {
    display: block;
    width: 100%;
    margin: 15px 0;
    position: relative;
}
.sliding_nav_wrap .genesis-nav-menu a{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 1.5;
}
.sliding_nav_wrap .genesis-nav-menu .menu-item.current_page_item a{
    color: #fff;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 0;
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 40px;
}
span.indicator {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000000;
}
span.indicator span {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    width: 100%;
    height: 100%;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*
** LearnDash
*/
.learndash-wrapper{
    font-size: 18px;
}
.ld-icon-arrow-down:before {
    font-size: 9px;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
    font-size: 18px;
    line-height: 1.2;
}
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
    margin-top: 20px;
}
.learndash-wrapper h1{
       font-size: 45px; 
}
.learndash-wrapper h2{
    font-size: 40px; 
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a {
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}

/*
** Top Social
*/
.top_social {
    float: right;
    display: block;
}
.top_social ul {
    list-style: none;
    display: block;
    padding-left: 0;
    margin: 0;
}
.top_social ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.top_social ul li a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.top_social ul li a img {
    background: #000000;
    display: block;
    padding: 12px;
}
/*
** Top section
*/
section.hyo_top_section {
    height: 900px;
    min-height: 900px;
    display: block;
    width: 100%;
    background-image: url(images/hero_image.png);
    background-repeat: no-repeat;
    background-position: 26% 100%;
    background-size: auto;
    position: relative;
}
section.hyo_top_section:before {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 723px;
    height: 453px;
    position: absolute;
    top: 33%;
    right: 0;
}
section.hyo_top_section:after {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 360px;
    height: 453px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.hyo_top_wrap {
    display: flex;
    height: 100%;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    position: relative;
}
.hyo_top_content {
    width: 720px;
}
.hyo_top_content h1{
    color: #000;
    font-family: Lato;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    width: 575px;
    text-align: left;
    margin-bottom: 40px;
}
.hyo_top_content p{
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.023%;
    width: 423px;
    text-align: left;
    float: right;
}
.hyo_top_content p strong{
    color: #000000;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 146.3%; /* 24.871px */
    letter-spacing: 0.34px;
}
.hyo_button {
    display: block;
    width: 100%;
    float: right;
    text-align: right;
}
.hyo_top_content .hyo_button {
    margin-top: 50px;
}
/*
** Fixed Section
*/
.hyo_fixed_section{
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 600px;
}
.hyo_fixed_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.hyo_fixed_content{
    width: 50%;
}
.hyo_fixed_left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 982px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hyo_fixed_left:before {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 360px;
    height: 453px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hyo_fixed_desc {
    position: relative;
    z-index: 6;
    margin-bottom: 24px;
    width: 388px;
}
.hyo_fixed_desc h3{
    color: #000;
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 40px;
}
.hyo_fixed_txt {
    display: block;
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.023%;
}
.hyo_fixed_txt em{
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.023%; /* 18.763px */
}
.hyo_fixed_txt ul {
    list-style: disc;
    padding-left: 40px;
}
.hyo_fixed_txt ul li {
    list-style: disc;
    margin-bottom: 20px;
}

.hyo_fixed_images {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 982px;
}
.hyo_fixed_image {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.hyo_default_image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
    height: 100vh;
}
.hyo_fixed_image1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.hyo_fixed_image img{
    position: absolute;
    z-index: 4;
    display: block;
    width: 100%;
    max-height: 100vh;
    min-height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    height: 100vh;
}
.hyo_fixed_image1.show_image {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

/*
** Home Section
*/
.home_template .hyo_fixed_left:before {
    top: 13%;
}
.home_template .hyo_fixed_section .hyo_button {
    float: left;
    text-align: left;
    margin-top: 30px;
}
/*
** Banner
*/
.hyo_banner{
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 900px;
}
.hyo_banner_wrap {
    position: relative;
}
.hyo_banner_wrap:before {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 720px;
    height: 417px;
    position: absolute;
    top: 27%;
    z-index: -1;
    left: 0;
}
.hyo_banner_content {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: flex-start;
    max-width: 75%;
    margin: 70px auto;
}
.hyo_banner_content h3 {
    color: #000;
    font-family: Lato;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    width: 60%;
}
.hyo_banner_txt{
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.023%;
    padding-left: 3%;
    padding-top: 10px;
    width: 40%;
}
.hyo_banner_image {
    display: block;
    width: 100%;
    text-align: right;
}
.hyo_banner_txt ul {
    list-style: disc;
    padding-left: 40px;
}
.hyo_banner_txt ul li{
    list-style: disc;
    margin-bottom: 30px;
}
.hyo_banner .hyo_button {
    float: left;
    text-align: left;
    padding-left: 40px;
}

/**
 * Footer Form
 */
.hyo_footer_form {
    display: block;
    position: relative;
}
.hyo_footer_form > input {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0;
}
.hyo_footer_form input[type="text"] {
    width: 70%;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 10px 15px;
    border-radius: 0;
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 159.3%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.hyo_footer_form input[type="submit"] {
    width: 30%;
    padding: 9px 15px;
    background: #fff;
    border-radius: 0;
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 164.3%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.hyo_footer_form input[type="text"]::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

.hyo_footer_form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.hyo_footer_form input[type="text"]::placeholder {
  color: #ffffff;
}

/*
** Page Banner
*/
.hyo_pagebanner{
    width: 100%;
    height: auto;
    max-height: none;
}
.hyo_pagebanner_wrap {
    position: relative;
}
.hyo_pagebanner_wrap:before {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 720px;
    height: 417px;
    position: absolute;
    top: 27%;
    z-index: -1;
    left: 0;
}
.hyo_pagebanner_content {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: flex-start;
    max-width: 75%;
    margin: 70px auto;
}
.hyo_pagebanner_content h3 {
    color: #000;
    font-family: Lato;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    width: 50%;
}
.hyo_pagebanner_txt {
    width: 50%;
}
.hyo_pagebanner_image {
    display: block;
    width: 100%;
    text-align: right;
}

/*
** Page Desc
*/
section.hyo_pagedesc {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 5%;
}
.hyo_pagedesc_wrap {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
.hyo_pagedesc_txt {
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.023%;
}

/*
** About
*/
.hyo_fixed_left.about:before{
    display: none;
}
.hyo_fixed_left.about .hyo_fixed_desc:before{
    width: 360px;
    height: 221px;
    top: -100px;
    content: "";
    background: rgba(217,217,217,0.4);
    position: absolute;
    left: 0;
    z-index: -1;
}
.about .hyo_button {
    display: block;
    text-align: left;
    margin-top: 40px;
}
.about .hyo_button a {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 300px;
    width: 100%;
}
.about .hyo_fixed_desc {
    width: auto;
    padding-left: 25%;
    padding-right: 10%;
}

/*
** Map
*/
section.hyo_map {
    position: relative;
    display: block;
    width: 100%;
}
.hyo_map_wrap {
    max-width: 1100px;
    margin: 0 auto 20%;
    display: flex;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}
.hyo_mapiframe {
    width: 60%;
    display: block;
}
.hyo_map_desc {
    width: 40%;
    display: block;
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.023%;
    padding-left: 10%;
}


/*
** Course
*/
section.hyo_pagebanner.course{
    min-height: 700px;
}
.course .hyo_pagebanner_content {
    display: block;
    max-width: 1080px;
    margin: 70px auto;
}
.course  .hyo_pagebanner_content h3 {
    width: 100%;
}
.course .hyo_pagebanner_wrap:before {
    top: 39%;
}
section.hyo_pagedesc.course {
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 0 20px;
}
section.hyo_pagedesc.course .hyo_pagedesc_wrap{
    max-width: 1100px;
}
.hyo_pagedesc.course figure.wp-block-image{
    margin-bottom: 20px;
}

/*
** Testimonials
*/
section.hyo_testimonials {
    display: block;
    width: 100%;
}
.hyo_testimonials_wrap {
    max-width: 1080px;
    margin: 0 auto;
}
.hyo_testimonials_wrap h3 {
    color: #000;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 134.023%;
}
/*
** Schedule
*/
section.hyo_schedule {
    position: relative;
    width: 100%;
    display: block;

}
.hyo_schedule_wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    padding: 13% 0;
    overflow: hidden;
}
section.hyo_schedule h3{
    color: #000;
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 20%;
}
section.hyo_schedule p{
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.023%; /* 26.805px */
}
.hyo_schedule_left {
    float: left;
    width: 50%;
}
.hyo_schedule_left:before {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 360px;
    height: 221px;
    position: absolute;
    top: 7%;
    z-index: -1;
    left: 0;
}
.hyo_schedule_right {
    float: right;
    width: 50%;
}

/*
** FAQ
*/
section.hyo_faq {
    position: relative;
    width: 100%;
    display: block;

}
.hyo_faq_wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    padding: 13% 0;
    overflow: hidden;
}
.hyo_faq_header {
    display: block;
    margin-bottom: 15%;
}
.hyo_faq_header h3{
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 76.8px */
}
.hyo_faq_wrap:before {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 360px;
    height: 221px;
    position: absolute;
    top: 7%;
    z-index: -1;
    left: 0;
}

/*
** Services
*/
.hyo_services_desc ul {
    list-style: disc;
    margin-bottom: 30px;
}
.hyo_services_desc ul li {
    margin-bottom: 5px;
    line-height: 1.2;
}
.hyo_services_desc .hyo_button {
    display: block;
    text-align: left;
    margin-top: 10px;
}
.hyo_fixed_left.services:before {
    display: none;
}
.hyo_fixed_left.services .hyo_fixed_desc:before {
    width: 360px;
    height: 221px;
    top: -100px;
    content: "";
    background: rgba(217,217,217,0.4);
    position: absolute;
    left: 0;
    z-index: -1;
}
.services .hyo_fixed_desc {
    min-height: 800px;
    width: auto;
    padding-left: 25%;
    padding-right: 10%;
}
.hyo_fixed_left.services {
    justify-content: flex-start;
}
.hyo_mobile_image{
    display: none;
}

/*
** Service Overlay
*/
section.hyo_overlay_section {
    position: fixed;
    display: block;
    opacity: 0;
}
.hyo_overlay_section.hyo_overlay_show{
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: 1;
} 
.hyo_overlay_wrap {
    display: flex;
    width: 100%;
    height: 100vh;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.hyo_overlay_content {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.service_item {
    width: 1440px;
    max-width: 100%;
    padding: 100px 0 0;
}
.service_item_wrap {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}
.hyo_service_image {
    width: 50%;
}
.hyo_overlay_content h2 {
    color: #000000;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.3%;
    letter-spacing: -0.96px;
}

.hyo_service_desc {
    display: flex;
    padding: 0;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
span.hyo_overlay_close {
    position: absolute;
    left: -17px;
    border: 2px solid #000;
    border-radius: 100%;
    background: #000;
    padding: 10px;
    text-align: center;
    z-index: 999;
    top: 21px;
}
span.hyo_overlay_close span {
    font-size: 30px;
    height: auto;
    width: auto;
    color: #fff;
}
.hyo_service_content {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.34px;
    width: 60%;
    margin-right: 0;
}
.hyo_service_content h4 {
    color: #000;
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 40px;
}
.hyo_service_desc:before {
    content: "";
    background: rgba(217,217,217,0.4);
    width: 318px;
    height: 304px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hyo_service_carousel.owl-carousel {
    margin: 50px 0;
}
.hyo_service_carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 43px;
}
.hyo_service_carousel.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.hyo_service_carousel.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.hyo_service_carousel.owl-carousel .owl-dots .owl-dot.active span,
.hyo_service_carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background: #000000
}
/*
 ** Booksy
*/
.fab_book_button {
    display: block;
    text-align: center;
}
.fab_book_button .booksy-widget-container-dialog {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.fab_book_button  .booksy-widget-container-default .booksy-widget-button {
    background: #ff8c00;
    border-radius: 0;
    line-height: 1 !important;
    max-width: max-content;
    width: 100%;
    height: auto !important;
}
.fab_book_button  .booksy-widget-container-default .booksy-widget-button:before {
    content: "Book Now";
    transition: all .5s;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 1.2;
    text-decoration: none;
    font-family: 'bebasregular';
    padding: 13px 40px;
    text-transform: uppercase;
}
.fab_book_button .booksy-widget-container-dialog .booksy-business-link {
    display: none !important;
    width: 200px;
    margin: 12px auto 0;
}

.fab_book_footer {
    display: block;
    text-align: left;
}
.fab_book_footer .booksy-widget-container-dialog {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
}
.fab_book_footer  .booksy-widget-container-default .booksy-widget-button {
    background: transparent;
    border-radius: 0;
    line-height: 1 !important;
    max-width: max-content;
    width: 100%;
    height: auto !important;
}
.fab_book_footer  .booksy-widget-container-default .booksy-widget-button:before {
    content: "";
    transition: all .5s;
    text-align: left;
    font-weight: 400;
    margin-top: 0;
    font-size: 18px;
    cursor: pointer;
    color: #ff8c00;
    display: inline-block;
    line-height: 1.2;
    text-decoration: none;
    padding: 0;
    text-transform: none;
}
.fab_book_footer .booksy-widget-container-dialog .booksy-business-link {
    display: none !important;
    width: 200px;
    margin: 12px auto 0;
}
.footer-widgets .calendly-inline-widget {
    border: 1px solid #393939;
}
.hyo_pagebanner_content h3,
section.hyo_schedule h3,
.hyo_faq_header h3{
    color: #ff8c00;
}

/*
** Stories
*/
section.hyo_stories {
    display: block;
    width: 100%;
    margin: 30px 0 40px;
}
.tolstoy-stories-container{
    justify-content: left !important;
    justify-items: left !important;
}
.tolstoy-stories-title,
.tolstoy-carousel-title{
    color: #000000;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 20px !important;
    letter-spacing: 0 !important;
    font-size: 30px !important;
}

/*
** Course
*/

body.single-sfwd-courses .site-inner {
    padding: 0;
    max-width: 1440px;
    margin: 0 auto 0;
}
body.single-sfwd-courses .site-inner main.content{
    max-width: 1100px;
    margin: 0 auto;
}
body.single-sfwd-courses .learndash-wrapper {
    padding: 0 40px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 80px;
    overflow: hidden;
    color: #004156;
}
body.single-sfwd-courses .ld-course-status {
    max-width: 70%;
    margin: 20px auto 40px !important;
    overflow: hidden;
}
.hba_course_image {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
body.single-sfwd-courses .learndash-wrapper .ld-tabs {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-right: 2%;
}
body.single-sfwd-courses  .learndash-wrapper .ld-item-list {
    width: 48%;
    float: right;
}

/*
** Media Queries
*/
@media only screen and (max-width: 1680px){
.simple-social-icons ul {
    margin: 20px 0 0 !important;
    padding: 0;
    float: left;
    text-align: left;
}
}
@media only screen and (max-width: 1440px){
.site-header {
    padding: 30px 0 50px;
}
section.hyo_pagedesc {
    margin-bottom: 10%;
}
.service_item {
    width: 1440px;
    max-width: 100%;
}
}
@media only screen and (max-width: 1366px){
.service_item {
    width: 1366px;
    max-width: 100%;
}
}
@media only screen and (max-width: 1280px){
.service_item {
    width: 1280px;
    max-width: 100%;
}    
.before-footer .wrap {
    padding: 80px 20px 20px;
}
.footer-widgets .wrap {
    padding: 40px 20px;
}
.after-footer .wrap {
    padding: 0 20px 20px;
}
.hyo_pagebanner_wrap:before {
    width: 580px;
}
.hyo_schedule_left:before {
    width: 270px;
}
.hyo_faq_wrap:before {
    width: 270px;
}
}
@media only screen and (max-width: 1100px){
.service_item {
    width: 1100px;
    max-width: 100%;
}
.hyo_service_content h4 {
    font-size: 40px;
    line-height: 1.2;
}
.hyo_service_desc:before {
    width: 250px;
    height: 200px;
}
}
@media only screen and (max-width: 1024px){
.nav-primary{
    display: none;
}
.mobile_nav{
    display: block;
}
.site-header .wrap > .title-area {
    text-align: center;
}
.site-header .wrap {
    padding: 0 40px;
}
.site-header {
    padding: 30px 0;
}
}

@media only screen and (max-width: 768px){
.service_item {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
}
.service_item_wrap {
    display: block;
    align-items: center;
}
.hyo_service_image {
    width: 100%;
}
.hyo_service_desc{
    display: block;
    width: 100%;
}
.hyo_service_content {
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
}
.hyo_service_desc:before {
    display: none;
}
span.hyo_overlay_close {
    left: 0;
}
}
@media only screen and (max-width: 700px){
section.hyo_top_section {
    height: 700px;
    min-height: 100%;
    display: block;
    width: 100%;
    background-position: left center;
    background-size: 60%;
    position: relative;
}
section.hyo_top_section:before {
    width: 61%;
    height: 329px;
    top: 37%;
}
.hyo_top_content {
    width: 74%;
}
.hyo_top_content h1 {
    font-size: 70px;
    line-height: 1;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
.hyo_top_content p {
    width: 100%;
    text-align: left;
    float: right;
    padding-left: 16%;
}
.hyo_button {
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 16%;
}
.hyo_fixed_images{
    display: none;
}
.hyo_fixed_content {
    width: 100%;
}
.hyo_mobile_image {
    display: block;
    width: 66%;
    right: 0;
    position: relative;
    float: right;
    margin-bottom: 53px;
}
.hyo_fixed_desc {
    position: relative;
    z-index: 6;
    margin-bottom: 24px;
    width: 100%;
}
.hyo_fixed_desc h3 {
    font-size: 57px;
    margin-bottom: 40px;
    width: 90%;
    padding: 0 17%;
}
.hyo_fixed_txt {
    width: 100%;
    float: left;
    padding: 0 17%;
}
.hyo_banner .hyo_button {
    padding-left: 0;
}
.hyo_banner {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.hyo_banner_wrap:before {
    width: 50%;
    height: 214px;
    top: 18%;
}
.hyo_banner_image {
    display: block;
    width: 100%;
    text-align: right;
}
.hyo_banner_image img {
    display: inline-block;
    width: 83%;
}
.hyo_banner_content {
    display: block;
    max-width: 100%;
    margin: 47px auto;
    width: 67%;
    overflow: hidden;
}
.hyo_banner_content h3 {
    font-size: 56px;
    line-height: 1.2;
    width: 72%;
}
.hyo_banner_txt {
    padding-left: 3%;
    padding-top: 10px;
    width: 100%;
}
.footer-widgets .wrap {
    padding: 40px 20px;
    display: block;
}
.footer-widgets .wrap > div.footer-widgets-1 {
    width: 100%;
    float: left;
    padding-right: 0;
}
.after-footer .wrap {
    display: block;
}
.footer-widgets .wrap > div.footer-widgets-2 {
    width: 100%;
}
.after-footer section.widget:nth-child(1) {
    width: 100%;
}
.after-footer section.widget:nth-child(2) {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.after-footer section.widget:nth-child(3) {
    width: 100%;
}
.after-footer .hyo_footer_book {
    width: 60%;
    float: left;
}
.hyo_pagebanner_image img {
    display: inline-block;
    width: 83%;
}
.hyo_pagebanner_content {
    display: block;
    max-width: 100%;
    margin: 30px auto;
    width: 65%;
    overflow: hidden;
}
.hyo_pagebanner_content h3 {
    font-size: 56px;
    line-height: 1.2;
    width: 72%;
}
.hyo_pagebanner_wrap:before {
    width: 50%;
    height: 251px;
    top: 18%;
}
.hyo_pagedesc_wrap {
    width: 65%;
}

.about .hyo_fixed_desc {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.hyo_fixed_left.about .hyo_fixed_desc:before {
    height: 403px;
}
.about .hyo_button {
    padding: 0;
}
.hyo_map_wrap {
    max-width: 1100px;
    margin: 0 auto 20%;
    display: block;
    width: 85%;
}
.hyo_mapiframe {
    width: 100%;
    display: block;
}
.hyo_map_desc {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}
section.hyo_pagebanner.course {
    min-height: auto;
}

.hyo_fixed_section.fixed_services{
    width: 100%;
    height: auto;
    max-height: none;
    min-height: max-content;
}
.hyo_fixed_left.services{
  height: auto;
    min-height: max-content;  
}
.services .hyo_fixed_desc {
    min-height: auto;
    width: auto;
    overflow: hidden;
    padding: 80px 0;
}
.hyo_fixed_left.services .hyo_fixed_desc:before {
    height: 500px;
}
.hyo_schedule_wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    padding: 13% 0;
    overflow: hidden;
    width: 80%;
}
.hyo_schedule_left {
    float: left;
    width: 100%;
}
.hyo_schedule_left:before {
    width: 325px;
    height: 451px;
    top: 0;
}
section.hyo_schedule h3 {
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 30px;
}
.hyo_schedule_right {
    float: right;
    width: 100%;
    margin-top: 35px;
}
.hyo_faq_wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    padding: 13% 0;
    overflow: hidden;
    width: 80%;
}
.hyo_faq_wrap:before {
    width: 325px;
    top: 0;
    height: 450px;
}
.sliding_nav span.indicator{
    top: -3px;
    right: 37px;
}
.hyo_fixed_left {
    height: auto;
    min-height: fit-content;
    padding: 80px 0;
}
.home_template .hyo_fixed_left:before {
    top: 0;
}
.hyo_stories_wrap {
    padding: 0 20px;
}
.hyo_tolstoy_carousel_wrap {
    padding: 0 20px;
}
}

@media only screen and (max-width: 600px){
.service_item {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
.wp-custom-logo .title-area img {
    width: 160px;
}
.top_social ul li a img {
    padding: 7px;
    width: 100%;
}
.top_social ul li {
    margin: 0 3px;
}
.hyo_banner_content h3 {
    font-size: 50px;
    width: 85%;
}
.hyo_top_content {
    width: 80%;
}
.hyo_top_content h1 {
    font-size: 60px;
    line-height: 1;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
.hyo_top_content p {
    padding-left: 12%;
}
.hyo_button {
    padding-left: 12%;
}
section.hyo_top_section:before {
    width: 61%;
    height: 220px;
    top: 31%;
}
.hyo_fixed_desc h3 {
    font-size: 50px;
    margin-bottom: 40px;
    width: 90%;
    padding: 0 12%;
}
.hyo_mobile_image {
    display: block;
    width: 75%;
    margin-bottom: 40px;
}
.hyo_banner_image img {
    display: inline-block;
    width: 90%;
}
.hyo_banner_content {
    width: 80%;
}
section.hyo_top_section {
    height: auto;
    padding: 50px 0;
}
.hyo_pagebanner_image img {
    display: inline-block;
    width: 90%;
}
.hyo_pagebanner_content {
    width: 80%;
}
.hyo_pagedesc_wrap {
    width: 80%;
}
.about  .hyo_fixed_txt {
    width: 100%;
    float: left;
    padding: 0 12%;
}
.services_template section.hyo_pagedesc {
    margin-bottom: 15%;
    margin-top: 20%;
}
.hyo_services_desc .hyo_button {
    padding-left: 0;
}
.hyo_pagebanner_content h3 {
    font-size: 50px;
}
section.hyo_schedule h3 {
    font-size: 50px;
}
.hyo_faq_header h3 {
    font-size: 50px;
}
.course .hyo_pagebanner_content {
    margin: 30px auto;
}
.course .hyo_pagebanner_wrap:before {
    top: 18%;
}
.about .hyo_button a {
    max-width: 100%;
    width: 100%;
}
.calendly-inline-widget {
    height: 1050px !important;
}
.before-footer .widget_media_image {
    text-align: center;
}
.before-footer .widget_media_image img {
    display: inline-block;
    text-align: center;
    width: 220px;
}
section.hyo_stories {
    margin-top: 60px;
}
section.hyo_pagedesc {
    margin-bottom: 20% !important;
    margin-top: 10% !important;
}
}

@media only screen and (max-width: 500px){
section.hyo_top_section:after{
    display: none;
}
section.hyo_top_section {
    background-size: 80%;
}
.hyo_top_content h1 {
    font-size: 55px;
}
.hyo_fixed_section {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
}
.hyo_fixed_left {
    height: max-content;
    min-height: max-content;
    padding: 80px 0;
}
.hyo_fixed_left:before {
    width: 43%;
    height: 400px;
}
.hyo_fixed_txt {
    padding: 0 12%;
}
.hyo_pagebanner_wrap:before {
    width: 44%;
    height: 220px;
    top: 18%;
}
section.hyo_pagedesc {
    margin-bottom: 20% !important;
    margin-top: 10% !important;
}
.hyo_fixed_left.services .hyo_fixed_desc:before {
    height: 400px;
    width: 40%;
}
.hyo_schedule_left:before {
    width: 40%;
    height: 400px;
    top: 0;
}
.hyo_faq_wrap:before {
    width: 40%;
    top: 0;
    height: 400px;
}
.services_template section.hyo_pagedesc {
    margin-bottom: 10%;
    margin-top: 15%;
}
.site-header .wrap {
    padding: 0 30px;
}
.hyo_top_content {
    width: 90%;
}
.hyo_top_content p {
    padding-left: 6%;
}
.hyo_fixed_desc h3 {
    padding: 0 7%;
}
.hyo_fixed_txt {
    padding: 0 7%;
}
.hyo_banner_content {
    width: 90%;
}
.hyo_pagedesc_wrap {
    width: 90%;
}
.hyo_schedule_wrap,
.hyo_faq_wrap,
.hyo_map_wrap{
    width: 90%;
}
.top_social ul li {
    margin: 0;
}
.top_social ul li a img {
    width: 85%;
    display: block;
    margin: 0 auto;
}
.site-header .wrap {
    padding: 0 20px;
}
.hyo_top_content {
    width: 90%;
}
.hyo_button {
    padding-left: 0;
}
}
@media only screen and (max-width: 460px){
.site-header .wrap {
    padding: 0 20px;
}
.wp-custom-logo .title-area img {
    width: 140px;
}
.mobile_menu {
    height: 30px;
    width: 35px;
}
.mobile_nav {
    padding: 0;
    top: 5px;
}
.sliding_nav_wrap .genesis-nav-menu a {
    font-size: 18px;
}
body{
    font-size: 18px;
}
.hyo_top_content p {
    font-size: 18px;
}
.hyo_top_content h1 {
    font-size: 40px;
}
.hyo_fixed_desc h3 {
    font-size: 40px;
    margin-bottom: 40px;
    width: 100%;
    padding: 0 30px;
}
.hyo_mobile_image {
    display: block;
    width: 80%;
    margin-bottom: 40px;
}
.hyo_fixed_txt {
    padding: 0 30px;
}
.hyo_banner_content h3 {
    font-size: 40px;
    width: 85%;
}
.hyo_banner_wrap:before {
    width: 50%;
    height: 173px;
    top: 54px;
}
.hyo_banner_content {
    width: 100%;
    margin-top: 24px;
    padding: 0 30px;
}
.hyo_banner_txt {
    font-size: 18px;

}
.hyo_fixed_txt{
    font-size: 18px;
}
.hyo_pagebanner_wrap:before {
    width: 44%;
    height: 200px;
    top: 18%;
}
.hyo_pagedesc_txt {
    font-size: 18px;
}
.hyo_fixed_left.about .hyo_fixed_desc:before {
    height: 287px;
    width: 40%;
    top: -53px;
}
.hyo_fixed_left {
    padding: 40px 0;
}
.about .hyo_fixed_txt {
    width: 100%;
    float: left;
    padding: 0 30px;
}
section.hyo_schedule h3 {
    font-size: 40px;
}
.hyo_faq_header h3 {
    font-size: 40px;
}
.hyo_fixed_left:before {
    width: 43%;
    height: 250px;
}
}