@charset "UTF-8";

/* Theme Name: MBS - EastOrange version: 1.0 
Author: Bill Maceus, Sr. Developer at MBS 
URI: https://marketingmbs.com/themes/client/EastOrange/ 
Description: MBS is a leading New Jersey marketing agency, using valuable human tools and digital resources to connect businesses to their targeted market. Whether you’re looking for website design, social media content or a comprehensive digital marketing package, we guarantee we can give you the solutions you are seeking! */
*,
:before,
:after {
    box-sizing: border-box;
}

/* Font- Segoe UI */
@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/Segoe UI/Segoe UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/Segoe UI/Segoe UI Bold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: bold;
    src: url('assets/fonts/Segoe UI/Segoe UI Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: normal;
    src: url('assets/fonts/Segoe UI/Segoe UI Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('assets/fonts/Segoe UI/Segoe UI Bold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('assets/fonts/Segoe UI/Segoe UI Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('assets/fonts/Segoe UI/Segoe UI Italic.woff') format('woff');
}

/* Font- Bree Serif */
@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/Bree Serif/Bree Serif Regular.woff') format('woff');
}

@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/Bree Serif/Bree Serif Bold.woff') format('woff');
}

@font-face {
    font-family: 'Bree Serif';
    font-style: italic;
    font-weight: bold;
    src: url('assets/fonts/Bree Serif/Bree Serif Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Bree Serif';
    font-style: italic;
    font-weight: normal;
    src: url('assets/fonts/Bree Serif/Bree Serif Italic.woff') format('woff');
}

@font-face {
    font-family: 'Bree Serif Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Bree Serif Bold'), url('assets/fonts/Bree Serif/Bree Serif Bold.woff') format('woff');
}

@font-face {
    font-family: 'Bree Serif Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Bree Serif Bold Italic'), url('assets/fonts/Bree Serif/Bree Serif Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Bree Serif Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Bree Serif Italic'), url('assets/fonts/Bree Serif/Bree Serif Italic.woff') format('woff');
}

.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bree Serif', serif !important;
}

b,
strong {
    font-family: 'Segoe UI Bold' !important;
}

.f-Segoe {
    font-family: 'Segoe UI' !important;
}

.f-Segoe-bold {
    font-family: 'Segoe UI Bold' !important;
}

.f-Segoe-bold-italic {
    font-family: 'Segoe UI Bold Italic' !important;
}

.f-Segoe-italic {
    font-family: 'Segoe UI Italic' !important;
}

.f-Bree {
    font-family: 'Bree Serif', serif !important;
}

.f-Bree-bold {
    font-family: 'Bree Serif Bold' !important;
}

.f-Bree-bold-italic {
    font-family: 'Bree Serif Bold Italic' !important;
}

.f-Bree-italic {
    font-family: 'Bree Serif Italic' !important;
}

.custom-container {
    max-width: 1140px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.text-right {
    text-align: right !important;
}

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

.hpx-100 {
    height: 100px !important;
}

.hpx-200 {
    height: 200px !important;
}

a {
    color: #0099FF;
    text-decoration: none;
}

a:hover {
    color: #0C91DC;
    text-decoration: underline;
}

.bg-primary {
    background: #0099FF !important;
    color: #fff !important;
}

.bg-secondary {
    background: #E4F3FC !important;
    color: #fff !important;
}

.bg-primary a {
    color: #fff !important;
}

.fade-hover-7 {
    transition: opacity .3s;
}

.fade-hover-7:hover {
    opacity: .7;
}

.btn,
.button-primary,
.mepr-submit {
    text-decoration: none !important;
    transition: none !important;
    transition: all .3s;
}

.btm-shadow {
    box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.83) !important;
}

.btn-primary,
.btn-primary:hover,
.wppb-button-addon-content .wppb-btn-primary,
.wppb-button-addon-content .wppb-btn-primary:hover,
.btn-hover-primary:hover,
.button-primary,
.button-primary:hover,
.cust-submit,
.cust-submit:hover {
    background: #0099FF !important;
    color: #fff !important;
    transition: none !important;
    transition: none !important;
    text-decoration: none;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    padding: .7rem 1.8rem !important;
    font-size: 1rem !important;
    border-radius: .8rem !important;
    font-family: 'Bree Serif', serif !important;
    transition: all .3s !important;
    border: 0 !important;
    border-bottom: #0481D5 solid 5px !important;
    display: inline-block;
}

.wppb-button-addon-content .wppb-btn-primary.wppb-btn-rounded {
    border-radius: .8rem !important;
}

.wppb-button-addon-content .wppb-btn-primary:after,
.cust-submit:after,
.arr-btn:after {
    content: ">";
    display: inline-block;
    vertical-align: .02rem;
    padding-left: 10px;
    transition: all .3s;
}

.wppb-button-addon-content .wppb-btn-primary:hover,
.cust-submit:hover,
.arr-btn:hover {
    margin-left: -10px;
}

.wppb-button-addon-content .wppb-btn-primary:hover:after,
.cust-submit:hover:after,
.arr-btn:hover:after {
    padding-left: 30px;
}

.btn-primary.red,
.btn-primary.red:hover,
.wppb-builder-addon.red .wppb-button-addon-content .wppb-btn-primary,
.wppb-builder-addon.red .wppb-button-addon-content .wppb-btn-primary:hover,
.btn-hover-primary.red:hover,
.button-primary.red.red,
.button-primary.red:hover,
.mepr-submit.red,
.mepr-submit.red:hover {
    background: #FF3936 !important;
    border-bottom: #970C09 solid 5px !important;
}

.bg-1 {
    background: #E77E24 !important;
    color: #fff !important;
}

.bg-gray {
    background: #e1e1e1 !important;
}

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

.color-1,
.color-1-hv:hover {
    color: #707070 !important;
}

.color-2,
.color-2-hv:hover {
    color: #0C91DC !important;
}

.color-3,
.color-3-hv:hover {
    color: #e77e24 !important;
}

.f-size-s {
    font-size: .8em;
}

.f-size-medium {
    font-size: 1.3em;
}

.f-size-large {
    font-size: 2em;
}

.neg-scale-8 {
    transition: all .3s !important;
}

.neg-scale-8:hover {
    transform: scale(.8) !important;
}

.half-content-left,
.fith-content-left {
    padding-left: 25px;
    padding-right: 25px;
}

.custom-design label {
    display: block;
    margin-bottom: 5px;
}

.custom-design.no-label label,
footer form .fields label {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.custom-design.color-input input {
    padding: 1.2rem .8rem;
}

.custom-design.color-input input,
.custom-design.color-input textarea,
.custom-design.color-input select {
    background: #FFEABF;
    margin-bottom: 8px;
    color: #333;
    height: auto;
    border-radius: 1rem;
}

.custom-design.color-phldr input::-webkit-input-placeholder,
.custom-design.color-phldr textarea::-webkit-input-placeholder {
    color: #FAB323 !important;
}

.custom-design.color-phldr input:-moz-placeholder,
.custom-design.color-phldr textarea:-moz-placeholder {
    color: #FAB323 !important;
}

.custom-design.color-phldr input::-moz-placeholder,
.custom-design.color-phldr textarea::-moz-placeholder {
    color: #FAB323 !important;
}

.custom-design.color-phldr input:-ms-input-placeholder,
.custom-design.color-phldr textarea:-ms-input-placeholder {
    color: #FAB323 !important;
}

.custom-design.color-phldr input::-ms-input-placeholder,
.custom-design.color-phldr textarea:-ms-input-placeholder {
    color: #FAB323 !important;
}

.custom-design.color-phldr input::placeholder,
.custom-design.color-phldr textarea::placeholder {
    color: #FAB323 !important;
}

.row.display-table {
    display: table;
}

.row.display-table [class*=’col-’] {
    float: none;
    display: table-cell;
}

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

.f-w-100 {
    font-weight: 100 !important;
}

.f-w-300 {
    font-weight: 300 !important;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-600 {
    font-weight: 600 !important;
}

.f-w-900 {
    font-weight: 900 !important;
}

.main-hdr h2,
.main-hdr-h {
    line-height: 1em;
    color: #3E3E3E;
    font-family: 'Avenir Next Cyr Light' !important;
}

.main-hdr .wppb-addon-title b,
.main-hdr-h b {
    color: #0C91DC !important;
}

.main-hdr.text-white h2 {
    color: #fff;
}

.main-hdr.text-white .wppb-addon-title b,
.main-hdr-h.text-white b {
    color: #fff !important;
}

.rounded-1 {
    border-radius: 1rem !important;
}

.ar-btn {
    position: relative;
}

.ar-btn:after {
    font-family: 'WPPageBuilder' !important;
    content: "\ea43";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    border: #fff solid 1px;
    font-size: 15px;
    border-radius: 50%;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    line-height: 20px;
}

.strech-ico i,
.strech-ico.i {
    transform: scale(.8, 1);
    line-height: 1.3em !important;
}

.cursor-pointor {
    cursor: pointer;
}

/*------ End preset -----*/
html {
    overflow-x: hidden;
}

html,
body {
    font-family: 'Segoe UI', 'arial' !important;
    background: #fff;
    height: 100%;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    color: #707070;
}

p {
    line-height: 1.5em;
}

/*------ header -----*/
.social-media-info-ctnr a,
.social-media-link {
    width: 28px;
    height: 28px;
    line-height: 10px;
    position: relative;
    text-align: center;
    font-size: .8em;
    display: inline-block;
    margin: 0 10px 5px 0;
    color: #ffffff !important;
    overflow: hidden;
    transition: all .3s;
}

.social-media-info-ctnr.lg a,
.social-media-linkr.lg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.fab.cus-fb:before,
.fab.cus-ig:before,
.fab.cus-search:before {
    display: none;
}

.fab.cus-fb,
.fab.cus-ig,
.fab.cus-tw,
.fab.cus-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.fab.cus-fb {
    background-image: url('/wp-content/themes/EastOrange/assets/images/social/fb.png');
}

.fab.cus-ig {
    background-image: url('/wp-content/themes/EastOrange/assets/images/social/ig.png');
}

.fab.cus-tw {
    background-image: url('/wp-content/themes/EastOrange/assets/images/social/tw.png');
}

.fab.cus-fb:hover,
.fab.cus-ig:hover,
.fab.cus-tw:hover {
    transform: scale(.8);
}

.social-media-info-ctnr a:hover,
.social-media-link:hover {
    opacity: .7;
}

header {
    z-index: 10000;
    transition: background .3s;
    font-size: 1em;
}

header .top-header {
    background: white;
    border-bottom: 1px solid #000;
}

header .top-header .cart_no {
    font-size: .9em;
}

.logged-in header .header_ctnr {
    top: 32px;
}

header .container {
    padding: 0;
    margin: 0;
}

header .logged-in header .header_ctnr {
    transition: all .3s;
    background: #000;
}

header .main-header,
header .header_ctnr {
    transition: all .3s;
}

header .main-header.s_act .header_ctnr {
    padding-top: 0 !important;
    background: #fff;
    box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.8);
}

header .navbar-brand {
    padding-bottom: 0;
    margin-right: auto;
}

header #navbarNavDropdown .navbar-brand {
    width: 65%;
}

header .navbar-brand img {
    max-width: 300px;
    height: auto;
    transition: all .3s;
    opacity: 1;
    width: 100%;
}

header .navbar-brand:hover img {
    opacity: .7;
}

header .navbar-brand img.dark-logo {
    display: none;
}

header .header_ctnr.dark-hdr .navbar-brand img.dark-logo {
    display: block;
}

header .header_ctnr.dark-hdr .navbar-brand img.light-logo {
    display: none;
}

header .main-header.s_act .header_ctnr.dark-hdr .navbar-brand img.dark-logo {
    display: none;
}

header .main-header.s_act .header_ctnr.dark-hdr .navbar-brand img.light-logo {
    display: block;
}

/* Hamburger animation */
header .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 25% 50%;
}

header .navbar-toggler:not(.collapsed) .icon-bar {
    margin-top: 1px !important;
}

header .navbar-toggler .middle-bar {
    opacity: 0;
}

header .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 20% 90%;
}

header .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

header .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

header .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

header .navbar-toggler .icon-bar {
    width: 28px;
    height: 4px;
    background-color: #0099FF;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
    border-radius: 4px;
}

/* */
header .navbar-toggler {
    color: #707070;
    margin-right: 15px;
    font-size: 1.8em;
    box-shadow: none !important;
}

header.color-hdr .navbar-toggler {
    color: #707070;
}

header .navbar-toggler i:before {
    content: "\f0c9";
}

header .navbar-toggler[aria-expanded="true"] i:before {
    content: "\f00d";
}

header .header_ctnr.dark-hdr .navbar-toggler {
    color: #484B4D;
}

header .navbar-collapse {
    padding: 15px;
    background: #fff;
}

header .navbar-nav .nav-item {
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 400;
    color: #484B4D;
    position: relative;
}

header .navbar-nav .nav-item.cta-btn {
    margin-top: 20px;
}

header .navbar-nav .nav-link {
    position: relative;
    margin-top: 1px !important;
    margin-bottom: 5px !important;
    transition: all .3s;
    text-decoration: none !important;
}

header .navbar-nav .nav-link,
header.color-hdr .navbar-nav .search-container.active .trigger.search-ico {
    color: #0099FF;
}

header .sub-menu.dropdown-menu {
    top: 95% !important;
    left: -.5rem !important;
    border: 0;
    box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.1), -7px 7px 7px 0 rgba(0, 0, 0, 0.1);
    background: #E4F3FC;
    padding: 0 !important;
    max-height: 0;
    transition: all .5s;
    overflow: hidden;
    display: block;
    opacity: 0;
    visibility: hidden;
}

header .sub-menu.dropdown-menu .nav-item {
    border-bottom: 1px solid #1943A0;
}

header .sub-menu.dropdown-menu .nav-item:last-child {
    border: 0;
}

header .sub-menu.dropdown-menu .nav-item .nav-link {
    padding: .1rem .5rem !important;
    color: #0099FF !important;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .2em;
    padding-left: .2em;
}

header .social-media-info-ctnr {
    text-align: center;
}

header .navbar-nav .search-container {
    margin-bottom: 25px;
}

header .navbar-nav .search-container .search-ico {
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 28px;
    font-size: 1em;
    display: inline-block;
    margin: 1px 5px 5px 0;
    color: #0099FF !important;
    overflow: hidden;
    transition: all .3s;
    display: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .22em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

header .dropdown.menu-item:hover .dropdown-menu {
    display: block;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

header .dropdown.menu-item:hover .dropdown-toggle::after {
    display: inline-block;
    vertical-align: middle;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

header .sub-menu.dropdown-menu {
    min-width: 300px;
    top: 97.5%;
}

header .sub-menu.dropdown-menu .menu-item:hover a,
header .sub-menu.dropdown-menu .menu-item.active a {
    color: #0075C9 !important;
}

header .dropdown-menu .nav-link {
    color: #484B4D !important;
}

header .navbar-toggler[aria-expanded="true"] i:before {
    content: "\f00d" !important;
}

@media (max-width: 767px) {
    #menu-main-menu {
        overflow-y: auto;
        max-height: 40%;
        overflow-x: hidden;
    }

    header .dropdown.menu-item:hover {
        margin-bottom: 10px;
    }

    header .sub-menu.dropdown-menu {
        max-width: 50%;
        min-width: 200px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 !important;
        padding-top: .2rem !important;
    }

    header .mobile-hdr-sntr {
        align-items: flex-start !important;
    }
}

@media (min-width: 768px) {
    header .navbar-brand {
        margin: auto;
        text-align: center;
    }

    header .top-header .cart_no {
        font-size: .9em;
    }

    header .navbar-brand img {
        max-width: 367px;
    }

    header .navbar-nav {
        font-size: .95em;
    }

    header .mobile-hdr-sntr {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 992px) {
    header .navbar .flex-lg-ctnr {
        display: flex;
        flex-wrap: inherit;
        align-items: middle;
        justify-content: space-between;
        margin-left: auto;
        padding-right: 15px;
    }

    header .navbar-brand {
        margin: 0;
        text-align: left;
        min-width: 300px;
    }

    header .navbar-brand img {
        max-width: 280px;
    }

    header .navbar-nav {
        font-size: 1em;
    }

    header .main-menu-nav-items.navbar-nav > .menu-item.active .nav-link,
    header .main-menu-nav-items.navbar-nav > .menu-item:hover .nav-link {
        color: #1943A0;
    }

    header.color-hdr .navbar-nav .nav-link,
    header.color-hdr .navbar-nav .search-container .search-ico {
        color: #707070;
    }

    header .main-header.s_act .navbar-nav .nav-link,
    header .main-header.s_act .navbar-nav .search-ico {
        color: #707070;
    }

    header .main-header.s_act .navbar-nav .search-container.active .search-ico {
        color: #fff;
    }

    header .header_ctnr.dark-hdr .navbar-nav .nav-link {
        color: #484B4D;
    }

    header .main-header.s_act .header_ctnr.dark-hdr .navbar-nav .nav-link {
        color: #fff;
    }

    header .navbar-collapse {
        padding: 0;
        background: transparent;
    }

    header .navbar-nav .nav-link:before {
        top: 100%;
        margin: auto;
    }

    header .navbar-nav .nav-item.cta-btn {
        margin-top: 0;
    }

    header .navbar-nav .nav-item.cta-btn:hover a {
        color: #fff !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    div.insta-container {
        max-width: 935px !important;
        margin: auto;
    }

    .navbar-nav.search {
        display: inline-block
    }

    header .navbar-nav .search-container {
        transition: all .3s;
        height: 35px;
        width: 35px;
        margin-bottom: 0;
    }

    header .navbar-nav .search-container .search-ico {
        display: inline-block;
    }

    header .navbar-nav .search-container.active .search-bar {
        max-height: 300px;
        overflow: visible;
        opacity: 1;
        visibility: visible;
    }

    header .navbar-nav .search-container .search-bar {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        background: #fff;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        overflow: hidden !important;
        box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.8);
    }

    header .navbar-nav .search-container .search-ico {
        display: inline-block;
    }

    header .navbar-nav .search-container {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    header .absolute-top {
        position: absolute;
        top: 0;
        z-index: 100000;
        width: 100%;
    }

    header #navbarNavDropdown::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .2s;
    }

    header #navbarNavDropdown.show::before {
        opacity: 1;
        visibility: visible;
    }

    header #navbarNavDropdown {
        transition: left .3s !important;
        display: block !important;
        position: fixed;
        top: 0;
        left: -82%;
        width: 80%;
        height: 100%;
        padding: 0;
    }

    header #navbarNavDropdown .nav-cntr {
        background: #fff;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%;
        padding: 15px;
    }

    header #navbarNavDropdown.show {
        left: 0;
    }

    .navbar .mx-flex-lg-ctnr {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-nav.search {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    header .social-media-info-ctnr {
        text-align: left !important;
    }

    .navbar-nav.social-media {
        background: #0099FF;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 100px 15px 50px 15px !important;
        color: #fff;
    }

    .social-media-info-ctnr a,
    .social-media-link {
        width: 50px;
        height: 50px;
        line-height: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    header .navbar-nav .nav-item {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media only screen and (min-width: 1400px) {
    header .navbar-brand {
        width: auto;
    }

    header .navbar-brand img {
        max-width: 320px;
        width: auto;
    }

    header .navbar-nav .nav-item {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 1600px) {
    header .navbar-nav {
        font-size: 1.2em;
    }

    header .navbar-brand img {
        max-width: 467px;
    }
}

/*------ end header -----*/
/*------ Hero -----*/
.hero {
    height: 100%;
    min-height: 800px;
}

.hero .h1,
.hero .h2,
.hero .h3,
.hero .h4,
.hero .h5,
.hero .h6,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
    color: #fff;
}

.hero .carousel {
    height: 100%;
}

.hero .carousel-inner,
.hero .carousel-item {
    height: 100%;
}

.hero .carousel-item {
    position: relative;
    background-position: top center;
    background-size: cover;
}

.hero .carousel-item.image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}

.hero .carousel-item .carousel-caption {
    z-index: 3;
    right: 0;
    left: 0;
    height: 70%;
    bottom: 120px;
}

.hero .carousel-item .carousel-caption b {
    font-weight: 700;
}

.hero .carousel-item .carousel-caption .btn {
    padding: 14px 50px;
    font-size: 1.2em;
    font-weight: 700;
    margin-right: 1em;
    margin-bottom: 1em;
}

.hero .carousel-indicators {
    z-index: 4;
    justify-content: flex-end;
}

.hero .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 0;
    margin: 0 5px;
    background-color: transparent;
    opacity: 1 !important;
    border: #fff solid 1px !important;
}

.hero .carousel-indicators .active {
    background-color: #fff !important;
}

.hero .video-header {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.hero .video-header.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.hero .video-header video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.hero .video-header .tog-volume {
    line-height: 45px;
    font-size: 1.5em;
    border: #0099FF solid 2px;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #0099FF !important;
    color: #fff;
    box-shadow: 0 0 5px 0 #777;
    position: absolute;
    right: 20%;
    bottom: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
    z-index: 20;
}

.hero .carousel-item.video .tog-volume:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px 0 #000;
}

.hero .carousel-item.video:hover .tog-volume {
    visibility: visible;
    opacity: 1;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 5;
}

/*------ end Hero -----*/
/*------  addons -----*/
/* MBS POPUP */
.mbs-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    display: none;
    margin: auto;
    transition: all .5s;
    background: rgba(0, 0, 0, .9);
    text-align: center;
    cursor: zoom-out;
    z-index: 90000;
    overflow: hidden;
}

.mbs-popup table {
    table-layout: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.mbs-popup table tbody,
.mbs-popup table td {
    height: 100%;
}

.mbs-popup table td {
    padding: 0 50px;
}

.mbs-popup #close {
    position: absolute;
    top: -55px;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    border: #fff solid 2px;
    padding: 0;
    border-radius: 50%;
    line-height: 30px;
    transition: background .3s;
}

.mbs-popup #close:hover {
    background: #0099FF !important;
    border: #0099FF solid 2px;
}

.mbs-popup .img-pop {
    position: relative;
    max-width: 92%;
    display: none;
    text-align: center;
    cursor: default;
    margin: auto;
    max-height: 80%;
    height: 80%;
}

.mbs-popup .img-pop img {
    border: #ffffff solid 2px;
    box-shadow: 0px 0px 15px 0px #e3e3e3;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mbs-popup .img-pop img.no-border {
    border: 0;
    box-shadow: none;
}

.mbs-popup .yt-video-box {
    position: relative;
    max-height: 432px;
    height: auto;
    border: #212121 solid 2px;
    box-shadow: 0px 0px 10px 0px #888;
    border-radius: 15px;
    background: #000;
    max-width: 760px;
    margin: 10px auto 0px auto;
    padding: 5px 3px;
    display: none;
}

.mbs-popup .yt-video-box > div {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
}

.mbs-popup .yt-video-box > div > iframe {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 418px;
}

/* END MBS POPUP */
.ctnr-hv-show:hover .show-hov {
    display: block !important;
}

.ctnr-hv-show:hover .hide-hov {
    display: none !important;
}

.search-form:after {
    content: '';
    display: block;
    clear: both;
}

.search-form {
    position: relative;
}

.search-form label {
    float: left;
    width: 100%;
}

.search-form .search-field {
    height: 55px;
    padding: 0px 160px 0 20px;
    font-size: .75em;
    font-weight: normal;
    width: 100%;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #E4F3FC;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #E4F3FC;
    color: #0099FF !important;
    outline: 0;
}

.search-form input ::-webkit-input-placeholder {
    color: #0C91DC !important;
}

.search-form input :-moz-placeholder {
    color: #0C91DC !important;
}

.search-form input ::-moz-placeholder {
    color: #0C91DC !important;
}

.search-form input :-ms-input-placeholder {
    color: #0C91DC !important;
}

.search-form input ::-ms-input-placeholder {
    color: #0C91DC !important;
}

.search-form input::placeholder {
    color: #0C91DC !important;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    border: none;
    width: 100px;
    cursor: pointer;
    font-weight: bold;
    font-size: .75em;
    color: #0099FF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #E4F3FC;
    transition: all 100ms ease-out;
    border-left: #0099FF solid 1px;
}

.search-submit:hover {
    opacity: .7;
}

.cust-pro-ft:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/uploads/2021/09/Orange-Paint.png');
    opacity: 0;
    transition: all .3s;
}

.cust-pro-ft:hover:before {
    opacity: 1;
}

.cust-pro-ft .wppb-feature-box-content {
    transition: all .3s;
}

.cust-pro-ft .wppb-feature-box-content:hover {
    margin-bottom: 0;
    margin-top: -10px;
}

.cust-pro-ft .wppb-btn-addons {
    opacity: 0;
    visibility: 0;
    overflow: hidden !important;
    display: block;
}

.cust-pro-ft:hover .wppb-btn-addons {
    opacity: 1;
    visibility: visible;
}

.x-border-md .wppb-column {
    border: 0 !important;
}

.x-border-md .wppb-column-parent:nth-child(odd) .wppb-column {
    border-right: #0055FF solid 1px !important;
}

.x-border-md .wppb-column-parent:nth-child(1) .wppb-column,
.x-border-md .wppb-column-parent:nth-child(2) .wppb-column {
    border-bottom: #0055FF solid 1px !important;
}

.x-border-md .wppb-column-parent:last-child .wppb-column {
    border: 0 !important;
}

@media (min-width: 992px) {

    .x-border-md .wppb-column-parent:nth-child(1) .wppb-column,
    .x-border-md .wppb-column-parent:nth-child(2) .wppb-column {
        border-bottom: 0 !important;
    }

    .x-border-md .wppb-column-parent .wppb-column {
        border: 0 !important;
        border-right: #0055FF solid 1px !important;
    }

    .x-border-lg .wppb-column-parent .wppb-column {
        border: 0 !important;
        border-right: #0055FF solid 1px !important;
    }

    .x-border-lg .wppb-column-parent:last-child .wppb-column {
        border: 0 !important;
    }
}

.cust-list {
    list-style: none;
    padding: 0;
}

.cust-list li {
    list-style: none;
    padding: 10px;
}

.cust-list.odd li:nth-child(odd) {
    background: #ECF8FC;
}

.cust-list.even li:nth-child(even) {
    background: #ECF8FC;
}

.cust-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.cust-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.cust-table tr {
    padding: .35em;
}

.cust-table tbody tr:nth-child(odd) {
    background: #ECF8FC;
}

.cust-table th,
.cust-table td {
    padding: .625em;
}

.cust-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .cust-table {
        border: 0;
    }

    .cust-table caption {
        font-size: 1.3em;
    }

    .cust-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .cust-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .cust-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .cust-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .cust-table td:last-child {
        border-bottom: 0;
    }
}

/*Post Card */
.post-item-card {
    border: 0;
    background: #F1F1F1;
    border-top-right-radius: 1.2rem;
    border-top-left-radius: 1.2rem;
}

.post-item-card .img-card {
    background-size: cover;
    background-position: center;
    padding: 10rem 10rem 15rem;
    overflow: hidden;
    border-radius: 1.2rem;
}

@media only screen and (min-width: 992px) {
    .left-image.post-item-card {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-top-right-radius: 0;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
    }

    .left-image.post-item-card .img-card {
        padding: 8rem 8rem 8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .left-image.post-item-card .img-card {
        padding: 10rem 10rem 10rem;
    }
}

/* END Post Card */
/*Post item with thumbnail */
.post-item-thumb {
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 75px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0055FF;
}

.post-item-thumb:last-child {
    border: 0;
}

.post-item-thumb .img {
    position: relative;
    overflow: hidden;
}

.post-item-thumb .img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.post-item-thumb .img a img {
    min-height: 105%;
    max-height: 200%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.post-item-thumb h4 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 1px
}

.post-item-thumb .btn {
    font-size: .8em;
}

/* End Post item with thumbnail */
/*------ end addons -----*/
/*------ #----footer -----*/
footer {
    padding: 50px 0 0 0;
    background: #0099FF;
    color: #ffffff;
    text-align: center;
}

footer .fab.cus-fb {
    background-image: url('/wp-content/themes/EastOrange/assets/images/social/fb.svg');
}

footer .fab.cus-ig {
    background-image: url('/wp-content/themes/EastOrange/assets/images/social/ig.svg');
}

footer .fab.cus-tw {
    background-image: url('/wp-content/themes/EastOrange/assets/images/social/tw.svg');
}


footer a {
    color: #ffffff !important;
}

footer a:hover {
    color: #1943A0 !important;
    text-decoration: none;
}

footer .nav-link {
    color: #ffffff !important;
}

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

footer .logo img {
    width: 80%;
    max-width: 400px;
    transition: all .3s;
    opacity: 1;
    display: inline-block;
}

footer .logo img.old {
    width: 25%;
}

footer .logo:hover img {
    opacity: .7;
}

footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column !important;
}

footer ul li {
    display: block;
    margin-right: 0;
    margin-bottom: .2rem;
}

footer ul li a {
    padding: 0 !important;
}

footer .enrollment .btn {
    font-size: 14px;
    width: 45%;
    margin-right: 8%;
}

@media (min-width: 768px) {
    footer .logo img {
        width: 70%;
    }

    footer .logo img.old {
        width: 15%;
    }
}

@media (min-width: 992px) {
    footer .logo img {
        width: 90%;
    }

    footer .logo img.old {
        width: 32%;
    }

    footer .enrollment .btn {
        width: auto;
        margin-right: 0;
        margin-bottom: 8px;
    }

    footer ul li {
        display: inline-block;
        margin-right: 50px;
        min-width: 100px;
    }
}

@media (min-width: 1400px) {
    footer .logo img {
        width: 85%;
    }

    footer .logo img.old {
        width: 25%;
        max-width: 100px;
    }

    footer .enrollment .btn {
        font-size: .9em;
    }
}

/*------ #---- End footer -----*/
/*------ media -----*/
@media (min-width: 768px) {

    html,
    body {
        font-size: 20px;
    }
}

@media (max-width: 991px) {}

@media (min-width: 992px) {

    html,
    body {
        font-size: 18px;
    }

    .text-md-center {
        text-align: center !important;
    }

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

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .d-md-inline-block {
        display: inline-block;
    }
}

@media (min-width: 1200px) {

    .wppb-button-addon-content .wppb-btn-primary i,
    .cust-btn i {
        position: relative;
        top: -3px;
    }

    .social-media-info-ctnr a,
    .social-media-link {
        width: 35px;
        height: 35px;
        line-height: 10px;
    }

    .social-media-info-ctnr.lg a,
    .social-media-linkr.lg {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
}

@media (min-width: 1400px) {

    html,
    body {
        font-size: 20px;
    }
}

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

    .custom-container,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .wppb-container,
    .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container,
    .wppb-carousel-content-wrap .wppb-container {
        max-width: 1520px !important;
    }
}

/*------ end media -----*/
/*------ Events-----*/
ul.upcoming-events,
ul.download-resources {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.upcoming-events li,
ul.download-resources li {
    list-style: none;
    border-bottom: 2px solid #b9b9b9;
    padding: 15px;
	display:flex;
}

ul.download-resources li:last-child,
ul.upcoming-events li:last-child {
    border: 0;
}

ul.download-resources li span:first-child,
ul.upcoming-events li span:first-child {
    padding-right: 7%;
	width:70%;
}

ul.download-resources li span:last-child,
ul.upcoming-events li span:last-child {
    float: right;
	text-align:right;
	width:30%;
}

.mc-main .has-events .mc-date {
    background: #0099FF !important;
}

.resource-cards.card-group .card {
    min-width: 80%;
    margin: 1.3rem 1rem;
    border: 0;
    border-radius: 1rem !important;
    color: #fff;
    overflow: hidden !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .resource-cards.card-group .card {
        min-width: 30%;
    }
}

@media only screen and (min-width: 992px) {
    .resource-cards.card-group .card {
        min-width: 25%;
    }
}

.cust-tab .wppb-tab-nav,
.cust-tab .wppb-tab-nav-list,
.cust-tab .wppb-tab-content-wrap,
.cust-tab .wppb-tab-nav-list-wrap {
    border: 0 !important;
}

.cust-tab .vertical-tab {
    align-items: flex-start;
}

.cust-tab .wppb-tab-nav {
    border-radius: 1rem;
    position: sticky !important;
    top: 200px;
    padding: 15px;
}

.cust-tab .wppb-tab-nav li:first-child .wppb-tab-title-content {
    font-family: 'Bree Serif', serif !important;
    font-size: 1.5em;
    color: #0099FF;
    display: block;
    margin-bottom: .3rem !important;
}

.cust-tab .wppb-tab-nav li:first-child .wppb-tab-title-content {
    font-family: 'Bree Serif', serif !important;
    font-weight: normal !important;
}

.cust-tab .wppb-tab-nav .wppb-tab-title-content,
.cust-tab .wppb-tab-nav .wppb-tab-title-content {
    font-weight: bold;
}

.cust-tab .wppb-tab-title-content {
    margin: 0;
}

.cust-tab .wppb-tab-nav-list a {
    display: block;
    color: #707070;
    margin-bottom: .2rem;
}

.cust-tab .wppb-tab-nav-list .title-cust {
    font-weight: bold;
}

.cust-tab .wppb-tab-nav-list .wppb-tab-subtitle-content .sub {
    display: none;
}

.cust-tab .wppb-tab-nav-list.active .wppb-tab-subtitle-content .sub {
    display: block;
}

.cust-tab .wppb-tab-nav-list.active:first-child .wppb-tab-subtitle-content .title-cust {
    color: #0C91DC;
}

@media (max-width: 991px) {
    .cust-tab ul.wppb-tab-nav {
        position: relative !important;
        top: 0;
        padding: 0;
    }

    .cust-tab .wppb-tab-addon-content {
        display: block !important;
    }

    .cust-tab .wppb-tab-nav,
    .cust-tab .wppb-tab-content-wrap {
        width: 100% !important;
        float: none !important;
    }

    .cust-tab .wppb-tab-nav {
        display: flex;
        flex-wrap: wrap;
    }

    .cust-tab .wppb-tab-nav-list {
        flex-shrink: 0;
        width: 90% !important;
        max-width: 100%;
        border: 0 !important;
        padding: 0;
        margin: 0 auto !important;
        max-height: 0;
        overflow: hidden;
        position: relative;
    }

    .cust-tab ul.wppb-tab-nav.open .wppb-tab-nav-list {
        padding: 15px 0;
        border-bottom: 1px solid #05F !important;
        max-height: 300px;
    }

    .cust-tab .wppb-tab-nav-list.active {
        order: -1 !important;
        background: #0C91DC !important;
        position: relative !important;
        max-width: none;
        margin: 0 -15px !important;
        width: 110% !important;
        padding: 15px 55px !important;
        max-height: 300px;
    }

    .cust-tab .wppb-tab-nav-list.active:after {
        content: "\25BA";
        position: absolute;
        right: 10%;
        top: 0;
        bottom: 0;
        color: #fff;
        margin: auto;
        height: 20px;
        line-height: 20px;
        font-size: .7em;
        transition: all .3s;
    }

    .cust-tab ul.wppb-tab-nav.open .wppb-tab-nav-list.active:after {
        transform: rotate(90deg);
    }

    .cust-tab .wppb-tab-nav-list.active .wppb-tab-title-content,
    .cust-tab .wppb-tab-nav-list.active .title-cust {
        color: #fff !important;
    }

    .cust-tab .wppb-tab-nav-list a {
        color: #0C91DC !important;
    }

    .cust-tab .wppb-tab-nav-list.active,
    .cust-tab .wppb-tab-nav-list:last-child,
    .cust-tab ul.wppb-tab-nav.open .wppb-tab-nav-list.active,
    .cust-tab ul.wppb-tab-nav.open .wppb-tab-nav-list:last-child {
        border: 0 !important;
    }

    .cust-tab .wppb-tab-nav li:first-child .wppb-tab-title-content,
    .cust-tab .wppb-tab-nav-list .sub {
        display: none !important;
    }
}

.custom-design.no-label label.show,
footer form .fields label.show,
form .wpcf7-radio label,
.showlabel label,
form label.show,
.wpcf7-form label.show {
    clip: initial !important;
    position: relative !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
}

.sfsiplus_footerLnk {
    display: none !IMPORTANT;
}

.single-content .post-single-hdr {
    margin-top: -50px;
    padding: 10rem 10rem 13rem;
    position: relative;
    background-size: cover;
    background-position: center;

}

.single-content .hdr-ctnr {
    background: #F1F1F1;
    margin-top: -100px;

    padding: 1rem 1rem 1rem 1.5rem;

}

.single-content .hdr-ctnr .simplesocialbuttons {
    text-align: right !important;
    display: inline-block;
    vertical-align: super;
}

.single-content .simplesocialbuttons.simplesocial-round-icon button {
    height: 30px !important;
    padding-left: 28px !important;
    border: 0 !important;
    background: transparent !important;
}

.single-content .simplesocialbuttons.simplesocial-round-icon button:after {
    width: 32px !important;
    height: 32px !important;
    line-height: 26px !important;
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 900 !important;
    font-size: 22px;
    color: #707070;
}

.single-content .simplesocialbuttons button.simplesocial-fb-share::after {
    content: "\f09a";
}

.single-content .simplesocialbuttons button.simplesocial-pinterest-share::after {
    content: "\f0d2";
}

.single-content .simplesocialbuttons button.simplesocial-twt-share::after {
    content: "\f081";
}

.single-content .simplesocialbuttons button.simplesocial-linkedin-share::after {
    content: "\f08c";
}

.hustle-ui.module_id_6 .hustle-layout {
    background-color: #B03E3400 !important;
}

.hustle-ui.module_id_6 .hustle-layout .hustle-layout-content {
    background-color: #CB4B4000 !important;
}

.hustle-ui.module_id_6 .hustle-layout .hustle-image {
  background-color: #A73B3100 !important;
}