/*!
Theme Name: Hypercore Child Theme
Template: hypercore
*/
/*! -------------------------
   DO NOT TOUCH THIS CODE
   If you need to add custom styles, use the Custom CSS field in the theme options
   Changes to this particular file should be made in the style.scss sheet by a developer
------------------------- */
/*! -------------------------
   Variables
------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root {
    --font-default-color: #000000;
    --star-font-color: #EEA806;
    --brand-color: #f4d7d7;
    --button-color: #EA0015;
    --box-bg-color: #f4d7d7;

}

@font-face {
    font-family: "Helvetica Regular";
    src: url("../fonts/helvetica/helvetica-regular.eot"); /* IE9*/
    src: url("../fonts/helvetica/helvetica-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/helvetica/helvetica-regular.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/helvetica/helvetica-regular.woff") format("woff"), /* chrome、firefox */ url("../fonts/helvetica/helvetica-regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/helvetica/helvetica-regular.svg#Helvetica Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "Arial";
    src: url("../fonts/arial/arial.eot"); /* IE9*/
    src: url("../fonts/arial/arial.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/arial/arial.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/arial/arial.woff") format("woff"), /* chrome、firefox */ url("../fonts/arial/arial.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/arial/arial.svg#Arial") format("svg"); /* iOS 4.1- */
}

/*! -------------------------
   Main Stylez
------------------------- */
body {
    color: var(--font-default-color) !important;
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    margin-bottom: 0.2em !important;
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.3em;
}

h3 {
    font-size: 2.1em;
}

h4 {
    font-size: 1.8em;
}

button {
    cursor: pointer;
}

.Open Sans-font {
    font-family: 'Open Sans', sans-serif !important;
}

.open-sans-font, .open-sans-font * {
    font-family: 'Open Sans', sans-serif !important;
}

.font-12 * {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-32 {
    font-size: 32px !important;
}

.primary_color {
    color: var(--theme-primary) !important;
}

.primary_bg_color {
    background-color: var(--theme-primary) !important;
}

.secondary_color {
    color: var(--theme-secondary) !important;
}

.secondary_bg_color {
    background-color: var(--theme-secondary);
}

.brand_color {
    color: var(--brand-color);
}

.brand_bg_color {
    background-color: var(--brand-color);
}

.button_color {
    color: var(--button-color) !important;
}

.button-color_bg {
    background-color: var(--button-color);
}

.bg-cover {
    background-size: cover !important;
}

.bg-pos-top-right {
    background-position: top right !important;
}

.bg-pos-top-center {
    background-position: top center !important;
}

.bg-container-repeat {
    background-size: contain !important;
    background-repeat: repeat-x !important;
    background-position: center center;
}

.hypercore-button {
    padding: 10px 20px;
    border-radius: 100px;
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    box-shadow: 2pt 2pt 6pt #00000029;
    margin: 0;
    font-size: 20px;
    color: #ffffff !important;
    display: inline-flex;
    background-color: var(--button-color);
    text-transform: uppercase;
    align-items: center;
    cursor: pointer !important;
}

.no-btn {
    background-color: transparent;
    border: none;
}

.no-btn:focus {
    outline: none;
}

h3.gform_title {
    margin-bottom: 30px !important;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 2.5em !important;
    color: var(--brand-color) !important;
    margin-top: 0 !important;
}

input:not([type=submit]), textarea {
    border: 1px solid #707070 !important;
}

.getting_started_form input[type=file] {
    border: none !important;
}

.getting_started_form input[type=checkbox] {
    vertical-align: middle !important;
}

.getting_started_form input[type=checkbox],
.getting_started_form ul.gfield_checkbox li input[type=checkbox] {
    min-width: 26px !important;
    margin-right: 10px !important;
    height: 30px !important;
}

.gform_wrapper .gfield label,
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    font-weight: 400 !important;
    /*margin-bottom: 0 !important;*/
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    margin-top: 0 !important;
}

.gfield_checkbox li {
    margin-bottom: 0 !important;
}

.gform_button.button {
    border-radius: 60px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    background-color: var(--button-color) !important;
    border: 9px solid #b4ccdd;
    letter-spacing: 1px;
    font-size: 18px !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.29) !important;
    position: relative;
}

.gform_button.button:focus {
    outline: none;
}

.gform_wrapper .gfield_required {
    opacity: 0;
}

.gform_wrapper.gform_validation_error .gfield_required {
    opacity: 1 !important;
}

.gform_wrapper .gfield.custom-file-upload label {
    font-size: 0.98em !important;
    color: #333333;
}

.custom-file-upload label fa-icon {
    color: #333333;
}

.hyp-checklist fa-icon {
    color: var(--theme-primary);
}

/**
------------------ Custom Common ----------------
*/

.hypercore-button {
    justify-content: center !important;
    color: #fff !important;
    font-size: 1.3em !important;
    display: inline-block !important;
    box-shadow: 0 0 4px #000 !important;
    border-radius: 5px !important;
    padding: 12px !important;
}

.reading-box {
    background-color: var(--box-bg-color);
    padding: 28px 28px 27px 31px;
    border-color: #f6f6f6;
    border-left-width: 3px;
    border-style: solid;
    border-left-color: var(--theme-primary) !important;
}

.reading-box.grey-bg {
    background-color: #f6f6f6 !important;
}

.reading-box h2 {
    font-size: 1.953em !important;
}

.reading-box.top-border {
    border-left-color: #f6f6f6 !important;
    border-top-width: 3px;
    border-top-color: var(--theme-primary) !important;
}

.reading-box p:last-child {
    margin-bottom: 0 !important;
}

.gform_footer .gform_button.button,
.gform_page_footer .gform_button.button,
.gform_page_footer .gform_next_button.button {
    box-shadow: none !important;
    color: #fff !important;
    width: 100% !important;
    border-radius: 4px !important;
    padding: 13px 18px !important;
    text-transform: uppercase;
    border: none !important;
    font-weight: bold;
}

.gform_footer .gform_button.button:hover,
.gform_page_footer .gform_button.button:hover,
.gform_page_footer .gform_next_button.button:hover {
    background-color: #c9281f !important;
}

.hyp-phone-cta {
    background-color: #e4e4e4 !important;
    text-align: center !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
}

.hyp-phone-cta a {
    font-size: 2.2em !important;
    font-weight: 700 !important;
    color: #333 !important;
    min-width: 260px !important;
    width: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-right: 3px solid #cecece;
    padding: 0 15px;
    height: 75px;
}

.hyp-phone-cta a fa-icon {
    font-size: 1.8em !important;
    color: var(--theme-primary) !important;
    float: left !important;
    margin-right: 12px !important;
}

.hyp-phone-cta__subtitle {
    width: 50% !important;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.1em;
}

/*! -------------------------
   Header Stylez
------------------------- */
.topbar {
    background-color: var(--theme-secondary);
    position: relative;
    padding: 10px;
}

.topbar p, .topbar p a {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 0px !important;
}

.topbar button {
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.topbar fa-icon {
    color: #ffffff;
    font-size: 20px;
}

header {
    position: relative;
}

.header {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
    background-color: #ffffff;
}

.header__logo {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}

.header__logo .logo--header {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 5px 0 5px 0;
}

.header__logo .logo-link, .footer__column .logo-link {
    width: 100%;
}

.header__content {
    padding: 0 !important;
    height: 100%;
}

.headerBanner {
    grid-template-columns: auto 289px;
    display: grid;
    grid-gap: 0;
    align-items: center;
    grid-row: 1;
    position: relative;
}

.headerBanner__Wrapper {
    height: 100%;
    background-color: var(--button-color);
    margin: 0 auto;
    width: 90%;
    padding: 5px 15%;
    text-align: center;
    box-shadow: 0px 3pt 5pt 0px #00000029;
}

.headerBanner__Wrapper a, .headerBanner__Wrapper p {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.headerBanner__Wrapper p {
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
}

.nav--main {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .2) !important;
}

.nav__menu a {
    color: #000000 !important;
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
}

.nav__menu {
    max-width: 1140px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
}

#menu-main-menu > li {
    margin-right: 15px;
    text-align: center;
}

.nav__menu .sub-menu {
    border-top-width: 3px !important;
}

.nav__menu .sub-menu a {
    background-color: #ffffff;
    border: 1px solid #ffffff1a !important;
    color: var(--theme-primary) !important;
    font-size: 16px !important;
}

.nav__menu .sub-menu a:hover {
    background-color: var(--theme-primary);
    color: #ffffff !important;
}

.nav__menu > .menu-item > a {
    padding: 2rem 2rem !important;
    font-weight: bold;
}

.nav__menu > .menu-item:hover > a {
    color: var(--theme-secondary) !important;
}

.nav__menu .menu-item.current-menu-item .sub-menu a:hover {
    color: #fff;
}

#menu-main-menu fa-icon {
    font-size: 20px;
}

.menu-main-menu-container .menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.last-menu {
    margin-right: 0 !important;
    margin-left: auto;
}

.nav__menu > .menu-item.current-menu-item > a,
.nav__menu > .menu-item.current-menu-item,
.nav__menu > .menu-item.current-menu-parent,
.nav__menu > .menu-item.current-page-parent,
.nav__menu > .menu-item:hover {
    color: var(--theme-primary) !important;
}

.mobileBar {
    display: none;
    z-index: 555;
}

.lnbReviewsWidget__stars path {
    fill: var(--star-font-color) !important;
    stroke: var(--star-font-color) !important;
}

.hypercore-page-title-bar {
    background: linear-gradient(rgba(39, 36, 94, 0.65), rgba(39, 36, 94, 0.65));
    padding: 50px 15px;
}

.hypercore-page-title-bar h1 {
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 2em;
}

/**
------------------ Custom Header ----------------
*/

.headerBanner__Wrapper a.hypercore-button {
    width: 100%;
    justify-content: center;
    color: #fff;
    font-size: 1.3em;
    display: inline-block;
    padding: .3em 1em;
    box-shadow: 0 0 4px #000 !important;
    border-radius: 5px;
}

.hypercore-page-title-bar {
    text-align: left !important;
}

.hypercore-page-title-bar h1 {
    color: #fff !important;
    margin-bottom: 15px;
    text-shadow: 1px 2px 1px #000;
    font-size: 37px !important;
    display: block;
    width: 100%;
    font-weight: 400 !important;
}

.title-bar-wrapper * {
    text-shadow: 1px 2px 1px #000;
}

.title-bar-phone {
    font-size: 20px;
    color: #fff;
    padding: 25px 0 45px;
    text-shadow: 1px 2px 1px #000;
}

.title-bar-phone .pn-cs {
    margin-bottom: .3em;
}

.title-bar-phone .pn-cs, .title-bar-phone .pn-orlando, .title-bar-phone .phone-num {
    display: block;
    color: #fff;
    font-size: 45px;
    text-shadow: 1px 2px 1px #000;
    margin-top: 3px;
}

.btn-half {
    float: left;
    width: 50%;
    margin-bottom: 22px;
}

.indiv-btn .hypercore-button {
    display: inline-flex !important;
    font-size: 18px !important;
    min-width: 260px !important;
    position: relative;
}

.btn-half.left .indiv-btn .hypercore-button {
    background-color: var(--theme-primary) !important;
}

.btn-half.right .indiv-btn .hypercore-button {
    background-color: var(--theme-secondary) !important;
}

.indiv-btn .hypercore-button:before,
.hyp-image-cta__button .hypercore-button:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.35s ease;
    z-index: 0;
}

.btn-half.left .indiv-btn .hypercore-button:hover,
.hyp-image-cta__button .hypercore-button:hover {
    background-color: var(--theme-primary) !important;
}

.btn-half.right .indiv-btn .hypercore-button:hover {
    background-color: var(--theme-secondary) !important;
}

.btn-half.left .indiv-btn .hypercore-button:before,
.hyp-image-cta__button .hypercore-button:before {
    background: #ae251e;
}

.btn-half.right .indiv-btn .hypercore-button:before {
    background: #5650c2;
}

.indiv-btn .hypercore-button:hover:before,
.hyp-image-cta__button .hypercore-button:hover:before {
    width: 100%;
}

.indiv-btn .hypercore-button p,
.indiv-btn .hypercore-button p * {
    z-index: 1;
    font-size: 18px !important;
    line-height: 1 !important;
}

.nav__menu > .menu-item {
    padding-right: 3%;
}

.nav__menu > .menu-item > a {
    padding: 0px !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000 !important;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.nav__menu > .menu-item:hover > a {
    color: var(--theme-primary) !important;
}

.nav__menu .sub-menu a {
    background-color: #ffffff;
    border: 1px solid #ffffff1a !important;
    padding: 7px 20px;
    color: #333333 !important;
    font-size: 13px !important;
    border-bottom: 1px solid #dcdadb;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.nav__menu .sub-menu a:hover {
    color: #333333 !important;
    background-color: #f7f4f4 !important;
}

/*! -------------------------
   home Stylez
------------------------- */

/**
------------------ Custom Home Page ----------------
*/

.main-home-row-cell.hypercore-page-title-bar {
    padding-bottom: 0 !important;
}

.main-home-row {
    margin-bottom: 30px !important;
}

.first-home-row h1 {
    color: #fff !important;
    margin-bottom: 15px;
    text-shadow: 1px 2px 1px #000;
    font-size: 45px;
    line-height: 1.3;
    display: block;
    width: 100%;
}

.first-home-row h2 {
    font-size: 1.953em;
    color: #fff !important;
    text-shadow: 1px 2px 1px #000;
    display: block;
    width: 100%;
    margin-bottom: 1.5em !important;
}

.service-titan-form .form-heading {
    background: #ca3d3e;
    color: #fff;
    text-align: center;
    padding: 16px 0 8px;
    border-radius: 25px 25px 0 0;
}

.service-titan-form .form-heading p {
    margin-bottom: 0 !important;
    font-size: 23px;
    font-weight: 700;
    align-items: center;
    display: block;
}

.service-titan-form .form-body {
    background: #e4e4e4;
    padding: 30px 25px 55px;
    height: 400px;
    overflow-y: auto;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: 700 !important;
    font-size: 16px !important;
}

input:not([type='submit']) {
    height: unset !important;
}

input[type="radio"]:checked + label {
    font-weight: bolder !important;
}

/* Show the checkmark when the radio is checked */

.tag-line-content img:first-child {
    height: auto;
    width: 30%;
    max-width: 180px;
}

.tag-line-content img:last-child {
    height: auto;
    width: 70%;
}

.feature-box {
    width: 70%;
    margin: auto;
}

.feature-box h4 {
    font-size: 1.563em !important;
    font-weight: 400 !important;
}

.feature-box .hypercore-button {
    padding: 8px !important;
    border: 1px solid #fff;
    border-radius: 5px !important;;
    justify-content: center !important;
    pointer-events: none !important;
    width: 100%;
    font-size: 16px !important;
    background-color: transparent !important;
}

.feature-box .hypercore-button:hover {
    background-color: transparent !important;
}

.feature-box-link {
    /*display: block !important;*/
    background-color: #333333a6;
    color: #ffffff;
    padding: 2em 0em 2em 0em;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.feature-box-link:hover {
    background-color: #f23127cc;
}

.feature-box p {
    color: #ffffff;
}

.hr-line {
    height: 3px;
    background-color: var(--theme-primary);
    border: none;
    margin-bottom: 16px;
}

.home-addl-services,
.home-add2-services {
    text-align: center;
    display: flex;
    padding: 80px 30px 105px;
}

.content-service-box {
    max-width: 590px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.content-service-box h3.title-with-sep {
    font-size: 30px !important;
    margin-bottom: 1em;
}

.content-service-box .title-with-sep .underline {
    border-bottom: 2px solid #F23127;
    padding-bottom: 9px;
}

.content-service-box p {
    font-size: 24px;
    margin-bottom: 55px;
}

.home-add2-services {
    position: relative;
}

.home-add2-services .btn-half {
    width: auto !important;
    display: flex;
}

.home-add2-services .float-image {
    width: 180px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -43px;
}

.home-add2-services .indiv-btn {
    left: 135px;
    position: relative;
}

.svg-image-height img {
    height: auto;
    width: 100% !important;
    margin: auto;
}

.fix-height-img img {
    width: 250px !important;
    margin: auto !important;
    height: auto !important;
}

.custom-styled-reviews .nn-review {
    background: rgba(255, 255, 255, .7) !important;
    height: 345px !important;
    width: 100% !important;
    overflow: auto;
}

.custom-styled-reviews .nn-review__title,
.custom-styled-reviews .nn-review__name {
    color: #000000;
}

.nn-review__name {
    text-align: right;
}

.custom-styled-reviews .nn-review__meta {
    display: none;
}

.services-name {
    text-align: center;
    font-weight: 600;
    font-size: 17px !important;
    display: block !important;
    color: #F02B30;
    font-weight: 600 !important;
}

/*! -------------------------
   Inner page Stylez
------------------------- */

@media screen and (min-width: 941px) {
    .interior-page-content-has-sidebar {
        grid-template-columns: 325px 1fr !important;
    }

    .interior-page-content-has-sidebar > main {
        order: 2;
    }

    .interior-page-content-has-sidebar > aside.sidebar {
        order: 1;
    }
}

.main-page-para {
    font-size: 18px;
}

.page-template-contained-sidebar p {
    margin-bottom: 1em !important;
}

.interior-page-content-has-sidebar main h1,
.interior-page-content h1,
.siteorigin-widget-tinymce.textwidget h1 {
    font-weight: bold !important;
    font-size: 2.2em !important;
}

.interior-page-content-has-sidebar main h2,
.interior-page-content-has-sidebar main h3,
.interior-page-content-has-sidebar main h4,
.interior-page-content h2,
.interior-page-content h3,
.interior-page-content h4,
.siteorigin-widget-tinymce.textwidget h2 {
    margin-bottom: .8em !important;
    font-weight: 500 !important;
    color: #333333;
}

.interior-page-content-has-sidebar main h2,
.interior-page-content h2 {
    font-size: 1.8em;
}

.interior-page-content-has-sidebar main h3,
.interior-page-content h3 {
    font-size: 1.563em;
}

.interior-page-content-has-sidebar main h4,
.interior-page-content h4 {
    font-size: 1.4em;
}

.interior-page-content-has-sidebar,
.interior-page-content {
    position: relative;
    padding-top: 1.5rem;
}

.gf_contact_page {
    border: 1px solid #CCCCCC;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 12px;
}

.interior-page-content-has-sidebar main .widget_sow-editor,
.interior-page-content-has-sidebar main .widget_hyp-checklist {
    margin-top: 0.2em !important;
    margin-bottom: 1em !important;
}

.siteorigin-widget-tinymce.textwidget h2,
.siteorigin-widget-tinymce.textwidget h3,
.siteorigin-widget-tinymce.textwidget h4 {
    margin-bottom: 0.5em !important;
    font-weight: 500 !important;
}

.siteorigin-widget-tinymce.textwidget h3,
.so-widget-hyp-checklist h3.widget-title {
    font-size: 1.8em;
    color: #333333;
}

.siteorigin-widget-tinymce.textwidget h2 {
    font-size: 2em !important;
}

.siteorigin-widget-tinymce.textwidget a {
    text-decoration: none;
}

.siteorigin-widget-tinymce.textwidget a:hover,
.page-list-li a:hover {
    filter: brightness(1.2) !important;
}

.page-list-ul,
.page-list-li {
    list-style: none;
    width: 100%;
    padding-left: 0 !important;
}

.page-list-li {
    border-left: 6px solid var(--brand-color);
    margin-bottom: 15px;
}

.page-list-li a {
    background-color: var(--theme-primary);
    color: #ffffff;
    padding: 1.5em;
    display: block;
    background: linear-gradient(to left, var(--theme-primary) 50%, var(--brand-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 1s ease;
}

.page-list-li a:hover {
    background-position: left bottom;
}

/**
------------------ Custom Inner Page ----------------
*/

.contact-style-box {
    background-color: rgb(244, 67, 54);
    padding: 15px 15px 130px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.contact-style-box h2 {
    font-size: 1.953em !important;
    width: 80%;
    margin: auto auto 1.5em !important;
}

.btn-box {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 #fff, 0 4px 0 #ababab, 1px 6px 6px 3px rgba(0, 0, 0, .3);
    margin: 15px 0 0;
    border: 1px solid #ababab;
    color: #ababab;
    font-weight: bold;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.btn-box:hover {
    background: #f0f0f0 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbfbfb), to(#f0f0f0)) !important;
    background-image: linear-gradient(to top, #fbfbfb, #f0f0f0) !important;
    border: 1px solid #ababab !important;
    color: #ababab !important;
}

.btn-box.gray-color {
    background: #ffffff !important;
    background-image: linear-gradient(to top, #f0f0f0, #fbfbfb) !important;
}

.button-3d {
    border-radius: 4px;
    margin: 15px 5px 0;
    border: 0px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 0.6vw !important;
    letter-spacing: 0.8px;
    border-radius: 4px;
    position: relative;
    text-transform: uppercase;
}

.button-3d.primary-color:hover {
    background: #ae251e;
}

.button-3d.primary-color {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px var(--theme-primary), 1px 6px 6px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px var(--theme-primary), 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px var(--theme-primary), 1px 6px 6px 3px rgb(0 0 0 / 30%);
    background: var(--theme-primary);
}

.button-3d.secondary-color:hover {
    background: #5650c2;
}

.button-3d:active,
.button-3d:focus {
    top: 4px !important;
    outline: none !important;
}

.button-3d.secondary-color {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px var(--theme-secondary), 1px 6px 6px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px var(--theme-secondary), 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px var(--theme-secondary), 1px 6px 6px 3px rgb(0 0 0 / 30%);
    background: var(--theme-secondary);
}

.pricing-table {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border: 1px solid #707070;
    opacity: 1;
    width: 100%;
    margin-bottom: 2em;
    margin-right: 2em;
}

.pricing-table tbody, .pricing-table tr {
    width: 100%;
}

.pricing-table tr td,
.pricing-table tr th {
    padding: .75em;
    text-align: left;
}

.pricing-table tr th,
.pricing-table tr th * {
    font-size: 18px !important;
}

.pricing-table tr:nth-child(even) {
    background: rgba(204, 204, 204, .5);
}

.pricing-table tr td:first-child {
    width: calc(100% - 150px);
}

.pricing-table tr td:last-child {
    width: 150px;
}

.hyp-image-cta__content {
    background-color: rgba(39, 36, 94, .65) !important;
}

.hyp-image-cta__content h4 {
    font-size: 1.563em !important;
    color: #fff !important;
}

.hyp-image-cta__button .hypercore-button {
    padding: 10px 38px !important;
    margin-top: 20px;
    position: relative;
}

.hyp-image-cta__button .hypercore-button:after {
    content: "Schedule Service";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 38px !important;
}

.hyp-image-cta__button .hypercore-button:hover:after {
    z-index: 2;
    display: block;
}

.cta-box-btn .hypercore-button {
    align-items: center !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.gform_wrapper h2.gsection_title {
    font-size: 1.953em !important;
}

.process-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    width: 80%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-size: 50px 50px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    margin: auto;
    background-color: rgb(242, 49, 39);
    border: 1px solid rgb(51, 51, 51);
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

/*! -------------------------
   Blog and Single blog page Stylez
------------------------- */
body.blog .hyp-posts {
    grid-template-columns: 100% !important;
}

.navigation.pagination .nav-links {
    text-align: end;
}

body.blog .hyp-posts .hyp-post {
    box-shadow: none;
    padding: 0rem;
    margin-bottom: 30px;
}

body.blog .hyp-posts .hyp-post .hyp-post__actions,
body.single-post .hyp-post__actions {
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

body.blog .hyp-card__image, .hyp-post__image,
body.blog .hyp-card__image img, .hyp-post__image img {
    min-height: 430px;
}

body.single-post .hyp-post__image img {
    min-height: 430px;
    height: 100% !important;
}

body.blog .hyp-card__title,
body.blog .hyp-post__title {
    font-size: 18px !important;
}

body.single-post .interior-page-content-has-sidebar {
    grid-template-columns: 100% !important;
}

body.single-post .interior-page-content-has-sidebar aside.sidebar {
    display: none !important;
}

body.single-post .single-feature-image img {
    width: 100% !important;
    height: auto;
}

body.single-post .single-feature-image,
.previous-next-link,
.single-blog-title,
.single-blog-content {
    margin-bottom: 30px;
}

.hyp-post__action {
    text-transform: none !important;
}

.previous-next-link {
    min-height: 34px;
    line-height: 34px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    text-align: right;
}

.related-posts-ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 20px;
}

.related-post-li {
    margin: 10px 0px;
}

.related-post-li:first-child {
    margin-left: 0px !important;
}

.related-post-li:last-child {
    margin-right: 0px !important;
}

.related-post-img .page-title-bg {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.hover-content {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    line-height: normal;
    text-align: center;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
}

.related-post-img .page-title-bg:hover .hover-content {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hover-content a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: linear-gradient(to top, #d60707 0, rgba(232, 7, 7, 0.8) 100%);
    color: #ffffff;
}

.hover-content a fa-icon {
    background-color: #00000080;
    padding: 8px;
    border-radius: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

/*! -------------------------
    Landing Page Stylez
------------------------- */

body.page-id-4029 .headerBanner,
body.page-id-4029 .topbar,
body.page-id-4029 .page-title-bar,
body.page-id-4029 #nav-main,
body.page-id-4029 footer.footer
{
    display: none;
}


.white-bg-overlay {
    position: relative !important;
    overflow: hidden;
}

.section-padding {
    padding: 1.5em 3.5em 1.5em 0px !important;
}

.white-bg-overlay:before {
    content: '';
    top: -30%;
    left: 0;
    width: 100%;
    height: 160%;
    position: absolute;
    background: rgba(255, 255, 255, .85);
    border-radius: 0 50% 50% 0;
}

.white-bg-overlay > div {
    position: relative;
    z-index: 1;
}

.white-bg-overlay > div:first-child {
    padding: 3% 6%;
}

.white-bg-overlay > div:last-child {
    padding: 3% 6% 0% 0%;
}

.lineGraphic {
    display: flex;
    align-items: center;
    margin: .5em 0 1em;
}

.lineGraphic__thickLine {
    height: 5px;
}

.lineGraphic__thickLine,
.lineGraphic__thinLine {
    width: 75px;
    background: var(--theme-secondary);
}

.lineGraphic__thinLine {
    height: 2px;
}

.white-bg-overlay h3 {
    font-size: 1.563em;
    color: #333333;
    font-weight: 400 !important;
}

.full-section-padding {
    padding: 1.5em 3.5em !important;
}

.landingpage-form {
    background: rgba(39, 36, 94, .9);
    color: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding: 3em 2em;
    border-radius: 8px;
    width: 100%;
    margin: auto;
}

.landingpage-form h3 {
    font-size: 1.563em !important;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.landingCards__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    column-gap: 2em;
    row-gap: 2em;
    margin-bottom: 2em;
}

.landingCards__grid .singleCard {
    background: #fafafa;
    box-shadow: 0 3px 6px #00000029;
    padding: 3em 1em;
    text-align: center;
}

.landingCards__grid .singleCard h3.singleCard-title {
    font-size: 1.563em;
    font-weight: 400;
    margin-bottom: 1em !important;
}

.landingCards__grid .singleCard p {
    margin: 0 0 20px !important;
}

.rounded-btn {
    text-align: center;
}

.rounded-btn .hypercore-button {
    font-size: 1em !important;
    padding: 1em 6em !important;
    margin: 1.5rem 0 !important;
    color: #fff !important;
    background-color: #d30000 !important;
    text-align: center !important;
    border-radius: 35px !important;
    box-shadow: none !important;
}

.rounded-btn.avoid-click .hypercore-button {
    pointer-events: none;
}

.landingCoupon__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 4em;
    max-width: 1600px;
    margin: 0 auto;
}

.landingCoupon__coupon {
    position: relative;
    padding-bottom: 0.5em;
}

.landingCoupon__couponWrapper {
    background: var(--theme-secondary);
    padding: 2em;
}

.landingCoupon__couponWrapper .clipit-coupons {
    max-width: 470px;
    margin: 0 auto;
    border: 2px dashed #fff;
    border-radius: 10px;
    grid-template-columns: unset !important;
}

.landingCoupon__content h2,
.landingCoupon__content h3 {
    color: #333333 !important;
    font-weight: normal;
    margin-bottom: 1em;
}

.landingCoupon__content h2 {
    font-size: 1.953em !important;
}

.landingCoupon__content h3 {
    font-size: 1.563em !important;
}

.secondary-overlay-bg {
    position: relative;
}

.secondary-overlay-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(39, 36, 94, .9);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.secondary-overlay-bg .panel-grid-cell {
    position: relative;
    z-index: 1;
}

.landingReviews .landingReviews__wrapper {
    display: block;
    position: relative;
    z-index: 9;
}

.landingReviews .landingReviews__review {
    background: #fff;
    padding: 3em;
    width: 100%;
    margin: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
}

.landingReviews .landingReviews__review .landingReviews__stars {
    margin-bottom: 2em;
}

.landingReviews .landingReviews__review .landingReviews__stars fa-icon {
    color: yellow;
}

.landingReviews .landingReviews__review p {
    margin-bottom: 0 !important;
}

.reviews-heading {
    color: #ffffff !important;
    font-size: 1.953em !important;
    font-weight: normal !important;
}

.reviews-heading fa-icon {
    color: red !important;
}

.landingWhy {
    position: relative;
    padding: 3em 15em 4em;
    background-color: #27245E;
}

.landingWhy__content {
    position: relative;
    z-index: 1;
    background: #fafafa;
    max-width: 600px;
    padding: 3em 1em;
    box-shadow: 0 3px 6px #00000029;
}

.landingWhy__content .unflex {
    margin: 0 auto;
    max-width: 325px;
}

.landingWhy h2 {
    color: #27245E !important;
    font-weight: 400 !important;
    font-size: 1.953em !important;
}

.landingWhy ul {
    padding-left: 0;
    padding-top: 1em;
    list-style: none;
}

.landingWhy ul li {
    font-size: 1.2em;
    line-height: 2.2;
    display: flex;
    align-items: center;
    color: #000000 !important;
}

.landingWhy ul li:before {
    content: url("../images/check-in-circle-blue.svg");
    display: inline-block;
    margin-right: .3em;
    line-height: 1;
}

.landingWhy__van {
    position: absolute;
    top: 14em;
    z-index: 9;
    width: 620px;
    left: 49em;
}

.landingWhy:after {
    content: '';
    position: absolute;
    bottom: 4em;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/element-trees-road.svg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .9;
}

.landingFooter {
    padding: 2em 1em 5em;
    text-align: center;
    color: #fff;
}

/*! -------------------------
Sidebar Stylez
------------------------- */
.sidebar .widgettitle {
    text-align: center;
    background-color: #363636;
    color: #ffffff;
    font-size: 1.8em;
    margin-bottom: 0 !important;
    padding: 15px 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.widget_nav_menu ul {
    list-style-type: none;
    padding-left: 0;
    background-color: #ffffff;
}

.widget_nav_menu ul .menu-item a,
.page-nav-menu .menu-item a {
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    text-align: left;
    color: #000000;
    padding: 15px;
    position: relative;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #00000066;
    border-left: 1px solid #00000066;
    border-right: 1px solid #00000066;
    letter-spacing: 1px;
}

.widget_nav_menu ul .menu-item a:hover,
.page-nav-menu .menu-item a:hover {
    background-color: rgba(175, 176, 176, .2);
}

.widget_nav_menu ul .menu-item a fa-icon,
.page-nav-menu .menu-item a fa-icon {
    color: var(--theme-secondary);
    margin-right: 15px;
    font-size: 20px;
    width: 30px;
    height: auto;
    display: block;
    text-align: center;
}

/**
------------------ Custom SideBar ----------------
*/

aside.sidebar .widget {
    background: #e4e4e4;
    margin-bottom: 0px;
}

aside.sidebar .widget.widget_hyp-checklist,
aside.sidebar .widget.widget_sow-image,
aside.sidebar .textwidget.custom-html-widget {
    padding: 5px 15px 15px;
}

.widget_nav_menu ul .menu-item a fa-icon,
.page-nav-menu .menu-item a fa-icon {
    color: var(--theme-primary) !important;
    font-size: 1.6em !important;
    width: 40px !important;
    text-align: left;
}

.widget_nav_menu ul .menu-item a,
.page-nav-menu .menu-item a {
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #afb0b0 !important;
    border-left: 1px solid #afb0b0 !important;
    border-right: 1px solid #afb0b0 !important;
}

/*! -------------------------
   Footer before Stylez
   ------------------------- */

/*! -------------------------
   Footer Stylez
   ------------------------- */
.footer {
    font-size: 16px;
    margin-top: 0;
    padding: 1rem 0 0 0 !important;
    border-top: 2px solid #b9b9b9;
    position: relative;
    background-color: #e4e4e4; /* W3C */
}

.footer__row {
    margin-bottom: 0 !important;
    max-width: 1140px;
    padding: 3em 0;
}

#menu-helpful-links a {
    text-transform: uppercase;
    font-family: 'Open Sans', 'Arial', 'Helvetica Regular', sans-serif;
    letter-spacing: .5px;
}

.footer__widget {
    margin-bottom: 20px !important;
}

.footer__widget fa-icon {
    font-size: 1em !important;
}

.footer__row--columns {
    justify-content: space-between;
    /*grid-template-columns: 33% 27% 40%;*/
}

.footer__column {
    text-align: left !important;
}

.footer-custom-list .hyp-checklist--with-icon {
    padding-left: 0;
    list-style-type: none;
}

.footer-custom-list .hyp-checklist {
    margin-top: 0;
    margin-bottom: 2rem;
}

.footer-custom-list .hyp-checklist--with-icon > li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
}

.footer-custom-list .hyp-checklist > li {
    margin-bottom: 1rem;
}

.footer-custom-list .hyp-checklist li fa-icon {
    margin-top: 5px;
    color: #A1CFD1 !important;
}

.hyp-social-link {
    margin: 0 0.5em 0 0 !important;
}

.footer__widget h3 {
    margin-bottom: 0.5em !important;
    color: var(--brand-color);
    font-size: 1.8em !important;
}

.footer__column #footer-widget-2:last-child h3 {
    height: unset !important;
}

.footer .footer__row--columns a:hover {
    color: var(--theme-primary);
}

.footer .footer__row--columns p {
    margin-bottom: 0.5em;
}

.footer .textwidget {
    text-align: left;
}

.footer .hyp-social-links {
    text-align: left !important;
    padding-left: 0 !important;

}

.footer .hyp-social-link, .footer .hyp-social-link fa-icon {
    color: var(--custom-color) !important;
}

.footerBanner.headerBanner__Wrapper {
    padding: 5px;
}

.footerBanner.headerBanner__Wrapper .footer-phone {
    font-size: 20px;
}

.footer .menu {
    text-align: left;
}

.footer__row--links {
    padding: 0;
    max-width: 100% !important;
    color: #ffffff;
    font-size: 14px;
}

.footer__row--links.copyright-container {
    padding: 30px 0 30px;
    position: relative;
    z-index: 40;
    background-color: #000000;
    background-image: unset !important;
    border: none !important;
}

.footer__row--links a {
    color: var(--theme-secondary);
}

.footer__row--links a:hover {
    color: var(--theme-primary);
}

.footer__row--links p {
    display: inline !important;
}

.footer__row--social {
    display: none;
}

#menu-footer-menu a:hover, .footer a.hyp-social-link:hover fa-icon {
    color: var(--theme-primary) !important;
}

/**
------------------ Custom Footer ----------------
*/
.footer__row {
    padding: 0.5em 0 !important;
}

.footer__column {
    padding: 0.5em !important;
}

.footer__widget {
    margin-bottom: 0px !important;
}

.footer__widget:not(:last-child) {
    margin-bottom: 25px !important;
}

.cpy-info, .footer-contact:not(:last-child) {
    margin-bottom: 8px !important;
}

.footer__row a {
    color: #6e6e6e !important;
}

.footer__row--links {
    color: #000000 !important;
    font-size: 16px !important;
}

/*! -------------------------
   Media Responsive Stylez
   ------------------------- */

/* Custom View */

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

}

@media screen and (min-width: 1441px) and (max-width: 1699px) {

}

@media screen and (min-width: 1367px) and (max-width: 1440px) {

}

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

}

@media screen and (min-width: 1280px) and (max-width: 1366px) {

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

}

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

}

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

@media screen and (min-width: 781px) and (max-width: 1366px) {

}

@media screen and (min-width: 781px) and (max-width: 1199px) {

    .feature-box {
        width: 80%;
    }

    .feature-box h4 {
        font-size: 23px;
    }

    #pg-2-3 {
        flex-wrap: wrap !important;
    }

    #pg-2-3 .panel-grid-cell {
        width: 50% !important;
    }

    #pg-2-3 .panel-cell-style {
        background-size: cover !important;
    }

}

@media screen and (min-width: 781px) and (max-width: 1024px) {

    .nav__menu > .menu-item > a {
        padding: 0.5rem 0.5rem !important;
        font-size: 90% !important;
    }

    .feature-box .hypercore-button {
        width: auto !important;
    }
}

@media screen and (min-width: 781px) and (max-width: 992px) {
    .header {
        grid-template-columns: auto 1fr;
    }

    .headerBanner {
        grid-template-columns: auto auto;
    }

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

    .header {
        max-width: unset !important;
    }

    .headerBanner__Wrapper {
        width: 90% !important;
    }

    #pg-2-6 {
        display: block !important;
    }

    #pg-2-6 .panel-grid-cell {
        width: 100% !important;
    }

}

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

}

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

}

@media only screen and (min-width: 1199px) {
    .text-section {
        width: 50%;
        margin-left: auto;
    }

    .landingpage-form {
        width: 80% !important;
    }

    .landingReviews .landingReviews__wrapper {
        display: flex !important;
    }

    .landingReviews .landingReviews__review {
        width: 25%;
    }
}

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

}

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

}

@media only screen and (max-width: 992px) {
    .home-add2-services .btn-half {
        display: block;
    }

    .home-add2-services .float-image {
        position: unset !important;
        left: unset !important;
        bottom: unset !important;
        margin-bottom: 25px;
    }

    .home-add2-services .indiv-btn {
        left: unset !important;
        position: unset !important;
    }

    .feature-box .hypercore-button {
        width: auto !important;
    }

    .home-add2-services {
        padding: 15px 30px !important;
    }

    .content-service-box {
        padding: 15px !important;
    }

    .white-bg-overlay:before {
        display: none !important;
    }

    .white-bg-overlay > div:first-child {
        padding-left: 15px !important;
    }

    .text-section {
        margin-left: 15px !important;
    }
}

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

}

/* Tablet View */
@media only screen and (min-width: 781px) {
    .mobile_only {
        display: none !important;
    }

    #header .header {
        position: relative;
    }

    /**
    ------------------ Custom CSS ----------------
    */
}

/* Mobile View */
@media screen and (max-width: 780px) {
    h1 {
        font-size: 2.0em !important;
    }

    h2 {
        font-size: 1.7em !important;
    }

    h3 {
        font-size: 1.5em !important;
    }

    .desktop_only {
        display: none !important;
    }

    .mobile-bg-none {
        background-image: none !important;
    }

    .sticky-mobile-menu {
        display: block;
        top: 0;
        position: sticky;
        z-index: 999;
    }

    .mobileBar {
        display: block;
    }

    .mobileBar__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 100vw;
        background-color: var(--theme-primary);
        overflow: hidden;
    }

    .mobileBar__wrapper > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 5px;
        width: auto;
        background-color: #fff;
        position: relative !important;
        height: 80px;
        padding: 10px 0;
        border-radius: 10px;
    }

    .mobileBar__emergency {
        margin-left: 10px !important;
    }

    .mobileBar__hamburger {
        margin-right: 10px !important;
    }

    .phone-num {
        text-align: center !important;
    }

    .menu-box span {
        font-size: 14px;
        font-weight: 900;
    }

    .menu-box, .menu-box span {
        display: block !important;
        text-align: center !important;
    }

    .mobileBar__wrapper fa-icon {
        font-size: 22px;
        color: var(--theme-secondary);
    }

    .hypercore-toggle-bars fa-icon {
        font-size: 36px;
        color: #333333;
    }

    .hypercore-toggle-bars {
        padding: 0;
    }

    .mobileBar__contact, .mobileBar__hamburger {
        padding: 5px;
    }

    .hypercore-toggle fa-icon {
        font-size: 36px;
    }

    .hypercore-nav-overlay {
        width: 100vw;
    }

    .mobile_cust_header {
        padding: 15px 0;
    }

    .mobile_cust_header > div {
        padding: 5px 15px;
        margin-bottom: 15px;
    }

    .mobileheader__logo {
        display: flex;
        justify-content: space-between;
    }

    #header, .header, .nav-main {
        display: none !important;
    }

    .full-bg-size {
        background-size: cover !important;
    }

    .pad-zero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hypercore-nav-overlay {
        width: 100vw;
        background-color: #EDEDED !important;
        z-index: 1000;
    }

    .overlay-close-icon, .hypercore-mobile-nav .menu-item a {
        color: var(--theme-secondary) !important;
    }

    .hypercore-mobile-nav {
        border-color: var(--theme-primary) !important;
    }

    .hypercore-nav-overlay .logo-link {
        display: block;
        text-align: center;
    }

    .hypercore-mobile-nav > .menu-item {
        padding-left: 0 !important;
    }

    .hypercore-mobile-nav > .menu-item.menu-item-has-children .hypercore-mobile-nav__expand {
        float: right;
        background: var(--theme-primary);
        margin-right: -20px;
    }

    .hypercore-page-title-bar {
        padding: 30px 15px 30px;
    }

    .bg-img-size-100 {
        background-size: cover !important;
    }

    /**
     ------------------ Custom CSS ----------------
     */
    .feature-box .hypercore-button {
        width: auto !important;
    }

    #pg-2-3 .panel-grid-cell > .panel-cell-style {
        background-size: cover !important;
    }

    #pg-2-3 .panel-grid-cell,
    #pg-2-6 .panel-grid-cell {
        margin-bottom: 0px !important;
    }

}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 0 !important;
    }

    .lnb-tabs {
        padding: 0;
    }

    .lnb-tabs__tab {
        padding: 0.5rem 0.5rem 0.5rem 0 !important;
    }

    /**
     ------------------ Custom CSS ----------------
     */
    .btn-half {
        float: none !important;
        width: 100% !important;
    }

    .tag-line-content .d-sm-block {
        display: block !important;
        text-align: center;
    }

    .tag-line-content img {
        display: block !important;
    }

    .tag-line-content img:first-child {
        width: 60% !important;
        margin: auto !important;
    }

    .tag-line-content img:last-child {
        width: 100% !important;
    }

    .hyp-phone-cta {
        display: block !important;
    }

    .hyp-phone-cta a,
    .hyp-phone-cta span {
        width: 100% !important;
    }

    .hyp-phone-cta a {
        border-right: none !important;
        margin-bottom: 15px !important;
    }

}

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

    .lnb-tabs {
        padding: 0 !important;
    }

    /**
     ------------------ Custom CSS ----------------
     */
}

/*# sourceMappingURL=style.css.map */
