/**
 * Table of Contents:
 *
 * 1 - FONT
 * 2 - BASE STYLE	
 * 3 - LAYOUT STYLE
 * 4 - MENU STYLE
 * 5 - WIDGETS STYLE
 * 6 - POST STYLE
 * 7 - PAGE STYLE
 * 8 - TYPOGRAPHY STYLE
 * 9 - EFFECT STYLE
 * 10 - CUSTOMIZE STYLE
 */
/****/
/*------------------------------------------------------------------*\	
				1 - FONT																											
\*------------------------------------------------------------------*/
/*------------------------------------------------------------------*\	
				2 - BASE STYLE																												
\*------------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    overflow-x: hidden;
    line-height: 1.8em;
}

a:hover, a:active, a:focus, button:hover, button:active, button:focus {
    outline: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #fc3c3c;
}

a.dropdown-toggle:after {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 20px;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

svg {
    height: auto;
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

iframe {
    max-width: 100%;
}

.wp-block-gallery {
    padding: 0 15px;
}

    .wp-block-gallery .blocks-gallery-grid {
        margin: 0 -15px;
    }

    .wp-block-gallery.alignleft {
        padding-right: 20px;
    }

    .wp-block-gallery.alignright {
        padding-left: 20px;
    }

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-button__link {
    margin-bottom: 10px;
    color: #fff !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

    .wp-block-button__link:hover {
        color: #fff !important;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
    }

.is-style-outline .wp-block-button__link {
    color: #11161F !important;
}

    .is-style-outline .wp-block-button__link:hover {
        color: #11161F !important;
    }

figure figcaption {
    display: block;
}

figcaption, figure, main {
    display: block;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
textarea, select {
    background-color: #FAFBFC;
    border: 1px solid #E9E9EE;
    padding: 0 20px;
    max-width: 100%;
    border-radius: 5px;
    line-height: 50px;
    color: #797F89;
}

    input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover,
    input[type="tel"]:focus,
    input[type="tel"]:active,
    input[type="tel"]:hover,
    input[type="password"]:focus,
    input[type="password"]:active,
    input[type="password"]:hover,
    input[type="email"]:focus,
    input[type="email"]:active,
    input[type="email"]:hover,
    input[type="url"]:focus,
    input[type="url"]:active,
    input[type="url"]:hover,
    input[type="date"]:focus,
    input[type="date"]:active,
    input[type="date"]:hover,
    textarea:focus,
    textarea:active,
    textarea:hover, select:focus, select:active, select:hover {
        outline: none;
    }

input:-webkit-autofill {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #797F89 !important;
    color: #797F89 !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #797F89;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    color: #797F89;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
    color: #797F89;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
    color: #797F89;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/down-arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    padding-right: 35px;
    background-position: right 16px center !important;
}

.input-fw {
    width: 100%;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    cursor: pointer;
}

textarea {
    width: 100%;
    border-radius: 5px;
}

    input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover, select:focus, select:active, select:hover {
        outline: none;
    }

.wp-caption {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

    .wp-caption img {
        margin-bottom: 10px;
    }

    .wp-caption .wp-caption-text {
        font-weight: 400;
        font-size: 14px;
        font-style: italic;
        color: #11161F;
        width: 100%;
        display: block;
        clear: both;
        padding: 8px 15px;
    }

.wp-block-image {
    margin-bottom: 20px;
}

    .wp-block-image .aligncenter {
        display: block !important;
    }

.aligncenter {
    text-align: center !important;
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
    margin-left: auto !important;
    margin-right: auto !important;
}

img.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.alignleft {
    text-align: left;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.alignright {
    text-align: right;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

    .alignright figcaption {
        text-align: right;
    }

.wp-block-cover {
    color: #fff !important;
    margin-bottom: 20px;
}

    .wp-block-cover .wp-block-cover-text {
        color: #fff !important;
    }

.wp-block-cover-text {
    color: #fff !important;
}

.wp-block-image, .wp-block-gallery, .wp-block-embed {
    margin: 15px 0;
}

.wp-block-categories {
    padding-left: 0;
    list-style: none;
}

.link-pages {
    float: left;
    width: 100%;
}

.page-links > a, .page-links > span:not(.page-links-title) {
    padding: 2px 12px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #E9E9EE;
    color: #11161F;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

    .page-links > a:hover, .page-links > span:not(.page-links-title):hover {
        border-color: 1px solid #fc3c3c;
    }

.page-links > span:not(.page-links-title) {
    border: 1px solid #fc3c3c;
}

.page-links .post-page-numbers {
    padding: 2px 12px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #E9E9EE;
    color: #11161F;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

    .page-links .post-page-numbers:hover {
        border-color: #fc3c3c;
    }

.page-links span.post-page-numbers {
    border-color: #fc3c3c;
}

#wp-calendar {
    width: 100%;
    margin-bottom: 0;
}

    #wp-calendar caption {
        text-transform: uppercase;
        font-family: "Barlow", sans-serif;
        color: #11161F;
        font-weight: 600;
    }

    #wp-calendar td, #wp-calendar th {
        padding: 5px;
        text-align: center;
    }

    #wp-calendar > thead > tr > th,
    #wp-calendar > thead > tr > td {
        border-bottom-width: 0px !important;
    }

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
}

    table > thead > tr > th,
    table > thead > tr > td,
    table > tbody > tr > th,
    table > tbody > tr > td,
    table > tfoot > tr > th,
    table > tfoot > tr > td {
        border-color: #dee2e6;
        border-width: 1px 1px 1px 0;
        border-style: solid;
    }

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th {
        color: #11161F;
        font-weight: 600;
        word-wrap: normal;
    }

        table > thead > tr > th.views,
        table > tbody > tr > th.views,
        table > tfoot > tr > th.views {
            min-width: 120px;
        }

    table > thead > tr > th,
    table > thead > tr > td {
        border-bottom-width: 2px;
        color: #11161F;
        white-space: nowrap;
    }

blockquote {
    border-left: 2px solid #fc3c3c;
    color: #11161F;
    font-family: "Barlow", sans-serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    padding: 10px 40px;
    position: relative;
    -webkit-transition: .2s border ease-in-out;
    transition: .2s border ease-in-out;
    z-index: 0;
    margin-bottom: 30px;
}

    blockquote:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -4px;
        height: 2em;
        background-color: #fff;
        width: 5px;
        margin-top: -1em;
    }

    blockquote:after {
        content: "\f10e";
        position: absolute;
        top: 50%;
        left: -0.5em;
        color: #fc3c3c;
        font-family: "FontAwesome";
        font-style: normal;
        line-height: 1em;
        text-align: center;
        text-indent: -2px;
        width: 1em;
        margin-top: -0.5em;
        font-weight: 900;
        -webkit-transition: .2s all ease-in-out, .4s transform ease-in-out;
        transition: .2s all ease-in-out, .4s transform ease-in-out;
    }

    blockquote.format:before, blockquote.format:after {
        display: none;
    }

    blockquote.book:after {
        content: "\f12e";
    }

    blockquote.podcast:after {
        content: "\f32d";
    }

    blockquote.lyrics:after {
        content: "\f333";
    }

    blockquote.favorite:after {
        content: "\f384";
    }

    blockquote:active:after {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    blockquote cite {
        display: block;
        font-size: 0.75em;
        line-height: 1.8em;
        margin-top: 1em;
    }

dl {
    color: #11161F;
    font-family: "Barlow", sans-serif;
}

dd {
    margin: 0 1.5em 1.75em;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

.no-padding {
    padding: 0 !important;
}

a.disable {
    pointer-events: none;
    cursor: default;
}

ul, ol {
    padding-left: 20px;
}

    ul li i, ol li i {
        margin-right: 3px;
    }

    ul.medium, ol.medium {
        list-style-type: none;
        padding-left: 0;
    }

        ul.medium > li, ol.medium > li {
            line-height: 24px;
            font-size: 13px;
            margin-bottom: 5px;
        }

    ul.feature-list, ul.list-style-1 {
        margin-bottom: 20px;
        padding-left: 0;
    }

        ul.feature-list > li, ul.list-style-1 > li {
            list-style-type: none;
            padding-left: 30px;
            position: relative;
            margin-bottom: 5px;
        }

            ul.feature-list > li:after, ul.list-style-1 > li:after {
                content: "\f058";
                font-family: "FontAwesome";
                position: absolute;
                top: 2px;
                left: 2px;
                z-index: 1;
                color: #fc3c3c;
                font-weight: 700;
            }

    ul.list-style-2 {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        ul.list-style-2 > li {
            color: #fc3c3c;
            margin: 0 0 20px;
            font-size: 16px;
            font-weight: 500;
        }

            ul.list-style-2 > li:last-child {
                margin-bottom: 0;
            }

    ul.inline {
        padding: 0;
        margin: 0;
    }

        ul.inline > li {
            float: left;
            margin-right: 15px;
            list-style: none;
        }

            ul.inline > li:last-child {
                margin-right: 0;
            }

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

/************************* Pagination ************************/
.pager .paginations {
    display: inline-block;
}

    .pager .paginations a {
        font-size: 14px;
        background: #fff;
        color: #11161F;
        font-weight: 500;
        padding: 0 15px 0 15px;
        line-height: 34px;
        position: relative;
        z-index: 9;
        display: inline-block;
        -webkit-transition: all 0.35s !important;
        transition: all 0.35s !important;
        -moz-transition: all 0.35s !important;
        -ms-transition: all 0.35s !important;
        text-decoration: none;
        border: none;
        margin-right: 10px;
        border: 2px solid #E9E9EE;
    }

        .pager .paginations a:hover {
            color: #fc3c3c;
            -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
            border-color: #fc3c3c;
        }

        .pager .paginations a.active {
            background: #fc3c3c;
            border-color: #fc3c3c;
            color: #fff;
        }

    .pager .paginations span.page-item {
        padding-right: 5px;
        letter-spacing: 1px;
    }

.woocommerce .pager .pages > * {
    border: 1px solid #E9E9EE;
    font-weight: 600;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    color: #888888;
}

    .woocommerce .pager .pages > *:last-child {
        margin-right: 0;
    }

    .woocommerce .pager .pages > *:hover {
        color: #242424;
        border-color: #242424;
        text-decoration: -moz-anchor-decoration;
    }

.woocommerce .pager .pages span {
    color: #242424;
    text-decoration: -moz-anchor-decoration;
    border-color: #242424;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.margin-1 {
    margin-top: -60px;
}

@media (max-width: 1024.98px) {
    .margin-1 {
        margin-top: 30px;
    }
}

.no-margin {
    margin: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-50 {
    padding: 50px !important;
}

@media (max-width: 1024.98px) {
    .padding-50 {
        padding: 30px !important;
    }
}

.padding-40 {
    padding: 40px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-responsive {
    padding: 30px 120px;
}

@media (max-width: 1024.98px) {
    .padding-responsive {
        padding: 30px;
    }
}

.special-margin-top {
    margin-top: -100px;
}

@media (max-width: 1024.98px) {
    .special-margin-top {
        margin-top: 30px;
    }
}

.special-margin-top-2 {
    margin-top: -120px;
}

@media (max-width: 1024.98px) {
    .special-margin-top-2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-bg {
    background: transparent !important;
}

.bg-theme {
    background: #fc3c3c !important;
}

.bg-theme-2 {
    background: #fc3c3c !important;
}

.bg-dark {
    background: #222 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-center {
    background-position: center center !important;
    background-repeat: no-repeat;
}

.bg-left {
    background-position: center left !important;
}

    .bg-left > .vc_column-inner {
        background-position: center left !important;
    }

.bg-right {
    background-position: center right !important;
}

    .bg-right > .vc_column-inner {
        background-position: center right !important;
    }

.vc_wpb_row_inner.bg-bottom {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.no-border {
    border: none !important;
}

.radius-1x {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.radius-5x {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.border-1 {
    border: 1px solid #E9E9EE !important;
}

.border-2 {
    border: 2px solid #E9E9EE;
}

.border-3 {
    border: 3px solid #E9E9EE;
}

.border-4 {
    border: 4px solid #E9E9EE;
}

.border-5 {
    border: 5px solid #E9E9EE;
}

.hidden {
    display: none !important;
}

.over-hidden {
    overflow: hidden;
}

.pstatic {
    position: static !important;
}

.prelative {
    position: relative !important;
}

.text-white {
    color: #fff !important;
}

    .text-white * {
        color: #fff !important;
    }

.text-black {
    color: #11161F;
}

.text-theme {
    color: #fc3c3c !important;
}

.hover-color-theme a:hover {
    color: #fc3c3c !important;
}

.hover-color-theme-2 a:hover {
    color: #fc3c3c !important;
}

.text-medium {
    font-size: 18px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.text-underline {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 3px, rgba(0, 0, 0, 0) 0%);
    background-size: 1px 5px;
    background-repeat: repeat-x;
    background-position: bottom;
    text-decoration: none;
    padding-bottom: 2px;
}

.letter-spacing-1 {
    letter-spacing: -1px !important;
}

.letter-spacing-2 {
    letter-spacing: -2px !important;
}

.btn-theme, .btn, .btn-white, .btn-theme-2, .btn-theme-2 input[type*="submit"], .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme), #tribe-events .tribe-events-button, .tribe-events-button, .load_more_jobs {
    font-size: 14px;
    background: #fc3c3c;
    color: #fff;
    font-weight: 600;
    padding: 20px 35px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    border: none;
    letter-spacing: 3px;
    font-family: "Barlow", sans-serif;
}

@media (max-width: 1024.98px) {
    .btn-theme, .btn, .btn-white, .btn-theme-2, .btn-theme-2 input[type*="submit"], .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme), #tribe-events .tribe-events-button, .tribe-events-button, .load_more_jobs {
        padding: 16px 25px;
    }
}

@media (max-width: 767.98px) {
    .btn-theme, .btn, .btn-white, .btn-theme-2, .btn-theme-2 input[type*="submit"], .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme), #tribe-events .tribe-events-button, .tribe-events-button, .load_more_jobs {
        padding: 14px 20px;
    }
}

.btn-theme span, .btn-theme strong, .btn span, .btn strong, .btn-white span, .btn-white strong, .btn-theme-2 span, .btn-theme-2 strong, .btn-theme-2 input[type*="submit"] span, .btn-theme-2 input[type*="submit"] strong, .btn-black span, .btn-black strong, input[type*="submit"]:not(.fa):not(.btn-theme) span, input[type*="submit"]:not(.fa):not(.btn-theme) strong, #tribe-events .tribe-events-button span, #tribe-events .tribe-events-button strong, .tribe-events-button span, .tribe-events-button strong, .load_more_jobs span, .load_more_jobs strong {
    position: relative;
    display: inline-block;
    padding-right: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

    .btn-theme span:after, .btn-theme strong:after, .btn span:after, .btn strong:after, .btn-white span:after, .btn-white strong:after, .btn-theme-2 span:after, .btn-theme-2 strong:after, .btn-theme-2 input[type*="submit"] span:after, .btn-theme-2 input[type*="submit"] strong:after, .btn-black span:after, .btn-black strong:after, input[type*="submit"]:not(.fa):not(.btn-theme) span:after, input[type*="submit"]:not(.fa):not(.btn-theme) strong:after, #tribe-events .tribe-events-button span:after, #tribe-events .tribe-events-button strong:after, .tribe-events-button span:after, .tribe-events-button strong:after, .load_more_jobs span:after, .load_more_jobs strong:after {
        content: '\f11b';
        font-family: "Flaticon";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        font-size: 10px;
    }

.btn-theme:hover, .btn:hover, .btn-white:hover, .btn-theme-2:hover, .btn-theme-2 input[type*="submit"]:hover, .btn-black:hover, input[type*="submit"]:not(.fa):not(.btn-theme):hover, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .load_more_jobs:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

    .btn-theme:hover span, .btn-theme:hover strong, .btn:hover span, .btn:hover strong, .btn-white:hover span, .btn-white:hover strong, .btn-theme-2:hover span, .btn-theme-2:hover strong, .btn-theme-2 input[type*="submit"]:hover span, .btn-theme-2 input[type*="submit"]:hover strong, .btn-black:hover span, .btn-black:hover strong, input[type*="submit"]:not(.fa):not(.btn-theme):hover span, input[type*="submit"]:not(.fa):not(.btn-theme):hover strong, #tribe-events .tribe-events-button:hover span, #tribe-events .tribe-events-button:hover strong, .tribe-events-button:hover span, .tribe-events-button:hover strong, .load_more_jobs:hover span, .load_more_jobs:hover strong {
        padding-right: 20px;
    }

        .btn-theme:hover span:after, .btn-theme:hover strong:after, .btn:hover span:after, .btn:hover strong:after, .btn-white:hover span:after, .btn-white:hover strong:after, .btn-theme-2:hover span:after, .btn-theme-2:hover strong:after, .btn-theme-2 input[type*="submit"]:hover span:after, .btn-theme-2 input[type*="submit"]:hover strong:after, .btn-black:hover span:after, .btn-black:hover strong:after, input[type*="submit"]:not(.fa):not(.btn-theme):hover span:after, input[type*="submit"]:not(.fa):not(.btn-theme):hover strong:after, #tribe-events .tribe-events-button:hover span:after, #tribe-events .tribe-events-button:hover strong:after, .tribe-events-button:hover span:after, .tribe-events-button:hover strong:after, .load_more_jobs:hover span:after, .load_more_jobs:hover strong:after {
            opacity: 1;
        }

.app-button .elementor-button-link {
    text-align: left;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

    .app-button .elementor-button-link .elementor-button-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .app-button .elementor-button-link .elementor-button-icon i {
            font-size: 24px;
        }

    .app-button .elementor-button-link .elementor-button-text {
        text-align: left;
        font-family: "Barlow", sans-serif;
        letter-spacing: 4px;
    }

.btn-gray-icon {
    background: #F0F3F6;
    color: #797F89;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 18px;
    border-radius: 4px;
    display: inline-block;
}

    .btn-gray-icon i {
        margin-right: 5px;
    }

    .btn-gray-icon:hover {
        background: #fc3c3c;
        color: #fff;
    }

    .btn-gray-icon.bg-theme {
        background: #fc3c3c;
        color: #fff;
    }

.btn-theme-2 {
    background: #fc3c3c;
    color: #fff;
}

    .btn-theme-2:hover {
        color: #fff;
    }

.btn-black {
    background: #11161F;
}

    .btn-black:hover {
        color: #fff;
    }

        .btn-black:hover input[type='submit'] {
            color: #11161F !important;
        }

.btn-slider {
    position: relative;
}

    .btn-slider:after {
        content: '';
        width: 13px;
        height: 13px;
        background: #11161F;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .btn-slider span {
        position: relative;
        z-index: 11;
    }

    .btn-slider:hover {
        color: #fff !important;
    }

        .btn-slider:hover:after {
            width: 100%;
            height: 100%;
        }

.btn:after, input[type*="submit"]:not(.fa):not(.btn-theme):not(.wpcf7-submit):after {
    content: '';
    width: 13px;
    height: 13px;
    background: #fc3c3c;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.btn:hover, input[type*="submit"]:not(.fa):not(.btn-theme):not(.wpcf7-submit):hover {
    color: #fff;
}

    .btn:hover:after, input[type*="submit"]:not(.fa):not(.btn-theme):not(.wpcf7-submit):hover:after {
        height: 100%;
        width: 100%;
    }

#tribe-events .tribe-events-button, .tribe-events-button {
    padding: 18px 30px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0;
}

    #tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
        background: #fc3c3c;
    }

.btn-small, .btn-size-small {
    font-size: 11px;
    padding: 10px 18px;
}

    .btn-small:after, .btn-size-small:after {
        width: 10px;
        height: 10px;
    }

.btn-small-arrow {
    padding: 2px 38px 2px 20px;
    line-height: 30px;
    font-size: 12px;
    position: relative;
}

    .btn-small-arrow:before {
        content: '\f061';
        color: #fff;
        font-family: 'FontAwesome';
        position: absolute;
        line-height: 1;
        top: 11px;
        font-size: 10px;
        right: 20px;
        z-index: 9;
        font-weight: 700;
    }

.btn-inline {
    font-size: 12px;
    text-transform: uppercase;
    color: #fc3c3c;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 600;
    letter-spacing: 2px;
}

    .btn-inline:hover {
        color: #11161F;
        text-decoration: underline;
    }

.btn-white {
    background: #fff;
    color: #11161F;
    border-color: #fff;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        background: #fff;
        color: #11161F;
    }

.btn-fw {
    width: 100%;
}

.width-600 {
    max-width: 600px;
    margin: 0 auto !important;
}

.width-700 {
    max-width: 700px;
    margin: 0 auto !important;
}

.width-800 {
    max-width: 800px;
    margin: 0 auto !important;
}

.width-900 {
    max-width: 900px;
    margin: 0 auto !important;
}

.width-950 {
    max-width: 950px;
    margin: 0 auto !important;
}

.width-1000 {
    max-width: 1000px;
    margin: 0 auto !important;
}

.elementor-section.elementor-section-boxed.width-1370 > .elementor-container {
    max-width: 1370px;
    margin: 0 auto;
}

.alert {
    position: relative;
}

    .alert.alert_info {
        background: #EEF1F6;
    }

    .alert .alert_icon {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .alert .close {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 16px;
    }

    .alert .alert_wrapper {
        padding: 0 30px;
    }

.pagination {
    width: 100%;
    margin: 0;
}

    .pagination .pager {
        margin: 15px 0 30px;
    }

    .pagination .pager_wrapper {
        border: none;
    }

.max-width-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.list-socials {
    text-align: center;
}

    .list-socials a {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        float: left;
        margin-right: 25px;
    }

        .list-socials a:last-child {
            margin-right: 0;
        }

        .list-socials a i {
            font-size: 17px;
            color: #9E9E9E;
        }

    .list-socials.white a:hover i {
        color: #fff;
    }

.socials {
    display: inline-block;
    text-align: left;
    width: 100%;
}

    .socials a {
        color: #E9E9EE;
        text-decoration: none;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        margin-right: 12px;
        font-size: 14px;
    }

        .socials a:last-child {
            margin-right: 0;
        }

        .socials a:hover, .socials a:focus, .socials a:active {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

        .socials a i {
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 32px;
            font-size: 14px;
            background: #fc3c3c;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            border: 1px solid rgba(0, 0, 0, 0.06);
        }

            .socials a i.fa-facebook-square, .socials a i.fa-facebook {
                background: #3b5998;
            }

            .socials a i.fa-twitter, .socials a i.fa-twitter-square {
                background: #4099ff;
            }

            .socials a i.fa-skype {
                background: #12a5f4;
            }

            .socials a i.fa-dribbble {
                background: #ea4c89;
            }

            .socials a i.fa-linkedin-square, .socials a i.fa-linkedin {
                background: #0e76a8;
            }

            .socials a i.fa-apple {
                background: #f2f2f2;
            }

            .socials a i.fa-pinterest {
                background: #c92228;
            }

            .socials a i.fa-google-plus-square, .socials a i.fa-google-plus {
                background: #d34836;
            }

            .socials a i.fa-youtube-square, .socials a i.fa-youtube {
                background: #c4302b;
            }

            .socials a i.fa-vimeo-square, .socials a i.fa-vimeo {
                background: #4ebbff;
            }

            .socials a i.fa-tumblr-square, .socials a i.fa-tumblr {
                background: #35465c;
            }

            .socials a i.fa-xing-square, .socials a i.fa-xing {
                background: #126567;
            }

            .socials a i.fa-instagram {
                background: #e8e2d9;
            }

.socials-2 {
    display: inline-block;
    text-align: left;
    width: 100%;
}

    .socials-2 li a {
        color: #818181;
        text-decoration: none;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        margin: 0 5px;
        font-size: 14px;
    }

        .socials-2 li a i {
            color: #818181;
            display: inline-block;
            text-align: center;
            font-size: 14px;
        }

            .socials-2 li a i:hover {
                color: #fc3c3c;
            }

            .socials-2 li a i.fa-facebook-square:hover, .socials-2 li a i.fa-facebook:hover {
                color: #3b5998;
            }

            .socials-2 li a i.fa-twitter:hover, .socials-2 li a i.fa-twitter-square:hover {
                color: #4099ff;
            }

            .socials-2 li a i.fa-skype:hover {
                color: #12a5f4;
            }

            .socials-2 li a i.fa-dribbble:hover {
                color: #ea4c89;
            }

            .socials-2 li a i.fa-linkedin-square:hover, .socials-2 li a i.fa-linkedin:hover {
                color: #0e76a8;
            }

            .socials-2 li a i.fa-apple:hover {
                color: #f2f2f2;
            }

            .socials-2 li a i.fa-pinterest:hover {
                color: #c92228;
            }

            .socials-2 li a i.fa-google-plus-square:hover, .socials-2 li a i.fa-google-plus:hover {
                color: #d34836;
            }

            .socials-2 li a i.fa-youtube-square:hover, .socials-2 li a i.fa-youtube:hover {
                color: #c4302b;
            }

            .socials-2 li a i.fa-vimeo-square:hover, .socials-2 li a i.fa-vimeo:hover {
                color: #4ebbff;
            }

            .socials-2 li a i.fa-tumblr-square:hover, .socials-2 li a i.fa-tumblr:hover {
                color: #35465c;
            }

            .socials-2 li a i.fa-xing-square:hover, .socials-2 li a i.fa-xing:hover {
                color: #126567;
            }

            .socials-2 li a i.fa-instagram:hover {
                color: #8F49C5;
            }

.fa-stack {
    width: 2.4em !important;
    height: 2.4em !important;
    line-height: 2.4em;
}

.fa-1x {
    font-size: 1.5em !important;
}

.tabs-list {
    text-align: center;
    margin-bottom: 10px;
}

    .tabs-list ul.nav-tabs {
        display: inline-block;
        width: auto;
        float: none;
    }

        .tabs-list ul.nav-tabs > li {
            margin-bottom: 10px;
        }

.pieChart {
    position: relative;
}

    .pieChart .pie-label {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -5px;
        text-align: center;
        z-index: 1;
        font-weight: 600;
        display: block;
        width: 100%;
        line-height: 1;
    }

#gallery-1 img {
    border: none !important;
}

.alert-danger {
    color: #fff;
    background: #fc3c3c;
}

.desc-slider a {
    color: #fc3c3c;
}

    .desc-slider a:hover {
        text-decoration: underline;
    }

.text-line-bottom {
    position: relative;
}

    .text-line-bottom:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 1;
    }

@media (max-width: 1024.98px) {
    .text-line-bottom:after {
        display: none;
    }
}

.text-line-bottom:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1024.98px) {
    .text-line-bottom:before {
        display: none;
    }
}

.text-line-bottom.v2:after {
    bottom: 16px;
}

.text-line-bottom.v2:before {
    bottom: 12px;
}

form.post-password-form input[type*="submit"] {
    line-height: 50px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    form.post-password-form input[type*="submit"]:hover {
        cursor: pointer;
    }

/*------------------------------------------------------------------*\	
				3 - GRID STYLE																										
\*------------------------------------------------------------------*/
/* #Block grid
--------------------------------------------------------------- */
.item-columns {
    padding: 0 15px;
}

[class*="block-grid-"] {
    display: block;
    margin: 0 -15px;
    padding: 0;
}

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        display: table;
        content: " ";
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > div {
        display: block;
        float: left;
        height: auto;
        padding: 0 15px;
        width: 100%;
    }

        [class*="block-grid-"] > div:after {
            display: block;
        }

@media (min-width: 280px) {
    .xx-block-grid-1 > div {
        width: 100%;
    }

        .xx-block-grid-1 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-1 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-1 > div:nth-of-type(1n+1) {
            clear: both;
        }

            .xx-block-grid-1 > div:nth-of-type(1n+1):after {
                display: none;
            }

        .xx-block-grid-1 > div:nth-last-child(-n+1):before {
            content: none;
        }

    .xx-block-grid-2 > div {
        width: 50%;
    }

        .xx-block-grid-2 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-2 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-2 > div:nth-of-type(2n+1) {
            clear: both;
        }

            .xx-block-grid-2 > div:nth-of-type(2n+1):after {
                display: none;
            }

        .xx-block-grid-2 > div:nth-last-child(-n+2):before {
            content: none;
        }

    .xx-block-grid-3 > div {
        width: 33.33333%;
    }

        .xx-block-grid-3 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-3 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-3 > div:nth-of-type(3n+1) {
            clear: both;
        }

            .xx-block-grid-3 > div:nth-of-type(3n+1):after {
                display: none;
            }

        .xx-block-grid-3 > div:nth-last-child(-n+3):before {
            content: none;
        }

    .xx-block-grid-4 > div {
        width: 25%;
    }

        .xx-block-grid-4 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-4 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-4 > div:nth-of-type(4n+1) {
            clear: both;
        }

            .xx-block-grid-4 > div:nth-of-type(4n+1):after {
                display: none;
            }

        .xx-block-grid-4 > div:nth-last-child(-n+4):before {
            content: none;
        }

    .xx-block-grid-5 > div {
        width: 20%;
    }

        .xx-block-grid-5 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-5 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-5 > div:nth-of-type(5n+1) {
            clear: both;
        }

            .xx-block-grid-5 > div:nth-of-type(5n+1):after {
                display: none;
            }

        .xx-block-grid-5 > div:nth-last-child(-n+5):before {
            content: none;
        }

    .xx-block-grid-6 > div {
        width: 16.66667%;
    }

        .xx-block-grid-6 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-6 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-6 > div:nth-of-type(6n+1) {
            clear: both;
        }

            .xx-block-grid-6 > div:nth-of-type(6n+1):after {
                display: none;
            }

        .xx-block-grid-6 > div:nth-last-child(-n+6):before {
            content: none;
        }

    .xx-block-grid-7 > div {
        width: 14.28571%;
    }

        .xx-block-grid-7 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-7 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-7 > div:nth-of-type(7n+1) {
            clear: both;
        }

            .xx-block-grid-7 > div:nth-of-type(7n+1):after {
                display: none;
            }

        .xx-block-grid-7 > div:nth-last-child(-n+7):before {
            content: none;
        }

    .xx-block-grid-8 > div {
        width: 12.5%;
    }

        .xx-block-grid-8 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-8 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-8 > div:nth-of-type(8n+1) {
            clear: both;
        }

            .xx-block-grid-8 > div:nth-of-type(8n+1):after {
                display: none;
            }

        .xx-block-grid-8 > div:nth-last-child(-n+8):before {
            content: none;
        }

    .xx-block-grid-9 > div {
        width: 11.11111%;
    }

        .xx-block-grid-9 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-9 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-9 > div:nth-of-type(9n+1) {
            clear: both;
        }

            .xx-block-grid-9 > div:nth-of-type(9n+1):after {
                display: none;
            }

        .xx-block-grid-9 > div:nth-last-child(-n+9):before {
            content: none;
        }

    .xx-block-grid-10 > div {
        width: 10%;
    }

        .xx-block-grid-10 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-10 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-10 > div:nth-of-type(10n+1) {
            clear: both;
        }

            .xx-block-grid-10 > div:nth-of-type(10n+1):after {
                display: none;
            }

        .xx-block-grid-10 > div:nth-last-child(-n+10):before {
            content: none;
        }

    .xx-block-grid-11 > div {
        width: 9.09091%;
    }

        .xx-block-grid-11 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-11 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-11 > div:nth-of-type(11n+1) {
            clear: both;
        }

            .xx-block-grid-11 > div:nth-of-type(11n+1):after {
                display: none;
            }

        .xx-block-grid-11 > div:nth-last-child(-n+11):before {
            content: none;
        }

    .xx-block-grid-12 > div {
        width: 8.33333%;
    }

        .xx-block-grid-12 > div:nth-of-type(1n) {
            clear: none;
        }

            .xx-block-grid-12 > div:nth-of-type(1n):after {
                display: block;
            }

        .xx-block-grid-12 > div:nth-of-type(12n+1) {
            clear: both;
        }

            .xx-block-grid-12 > div:nth-of-type(12n+1):after {
                display: none;
            }

        .xx-block-grid-12 > div:nth-last-child(-n+12):before {
            content: none;
        }
}

@media (min-width: 580px) {
    .xs-block-grid-1 > div {
        width: 100%;
    }

        .xs-block-grid-1 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-1 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-1 > div:nth-of-type(1n+1) {
            clear: both;
        }

            .xs-block-grid-1 > div:nth-of-type(1n+1):after {
                display: none;
            }

        .xs-block-grid-1 > div:nth-last-child(-n+1):before {
            content: none;
        }

    .xs-block-grid-2 > div {
        width: 50%;
    }

        .xs-block-grid-2 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-2 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-2 > div:nth-of-type(2n+1) {
            clear: both;
        }

            .xs-block-grid-2 > div:nth-of-type(2n+1):after {
                display: none;
            }

        .xs-block-grid-2 > div:nth-last-child(-n+2):before {
            content: none;
        }

    .xs-block-grid-3 > div {
        width: 33.33333%;
    }

        .xs-block-grid-3 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-3 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-3 > div:nth-of-type(3n+1) {
            clear: both;
        }

            .xs-block-grid-3 > div:nth-of-type(3n+1):after {
                display: none;
            }

        .xs-block-grid-3 > div:nth-last-child(-n+3):before {
            content: none;
        }

    .xs-block-grid-4 > div {
        width: 25%;
    }

        .xs-block-grid-4 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-4 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-4 > div:nth-of-type(4n+1) {
            clear: both;
        }

            .xs-block-grid-4 > div:nth-of-type(4n+1):after {
                display: none;
            }

        .xs-block-grid-4 > div:nth-last-child(-n+4):before {
            content: none;
        }

    .xs-block-grid-5 > div {
        width: 20%;
    }

        .xs-block-grid-5 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-5 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-5 > div:nth-of-type(5n+1) {
            clear: both;
        }

            .xs-block-grid-5 > div:nth-of-type(5n+1):after {
                display: none;
            }

        .xs-block-grid-5 > div:nth-last-child(-n+5):before {
            content: none;
        }

    .xs-block-grid-6 > div {
        width: 16.66667%;
    }

        .xs-block-grid-6 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-6 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-6 > div:nth-of-type(6n+1) {
            clear: both;
        }

            .xs-block-grid-6 > div:nth-of-type(6n+1):after {
                display: none;
            }

        .xs-block-grid-6 > div:nth-last-child(-n+6):before {
            content: none;
        }

    .xs-block-grid-7 > div {
        width: 14.28571%;
    }

        .xs-block-grid-7 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-7 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-7 > div:nth-of-type(7n+1) {
            clear: both;
        }

            .xs-block-grid-7 > div:nth-of-type(7n+1):after {
                display: none;
            }

        .xs-block-grid-7 > div:nth-last-child(-n+7):before {
            content: none;
        }

    .xs-block-grid-8 > div {
        width: 12.5%;
    }

        .xs-block-grid-8 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-8 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-8 > div:nth-of-type(8n+1) {
            clear: both;
        }

            .xs-block-grid-8 > div:nth-of-type(8n+1):after {
                display: none;
            }

        .xs-block-grid-8 > div:nth-last-child(-n+8):before {
            content: none;
        }

    .xs-block-grid-9 > div {
        width: 11.11111%;
    }

        .xs-block-grid-9 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-9 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-9 > div:nth-of-type(9n+1) {
            clear: both;
        }

            .xs-block-grid-9 > div:nth-of-type(9n+1):after {
                display: none;
            }

        .xs-block-grid-9 > div:nth-last-child(-n+9):before {
            content: none;
        }

    .xs-block-grid-10 > div {
        width: 10%;
    }

        .xs-block-grid-10 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-10 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-10 > div:nth-of-type(10n+1) {
            clear: both;
        }

            .xs-block-grid-10 > div:nth-of-type(10n+1):after {
                display: none;
            }

        .xs-block-grid-10 > div:nth-last-child(-n+10):before {
            content: none;
        }

    .xs-block-grid-11 > div {
        width: 9.09091%;
    }

        .xs-block-grid-11 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-11 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-11 > div:nth-of-type(11n+1) {
            clear: both;
        }

            .xs-block-grid-11 > div:nth-of-type(11n+1):after {
                display: none;
            }

        .xs-block-grid-11 > div:nth-last-child(-n+11):before {
            content: none;
        }

    .xs-block-grid-12 > div {
        width: 8.33333%;
    }

        .xs-block-grid-12 > div:nth-of-type(1n) {
            clear: none;
        }

            .xs-block-grid-12 > div:nth-of-type(1n):after {
                display: block;
            }

        .xs-block-grid-12 > div:nth-of-type(12n+1) {
            clear: both;
        }

            .xs-block-grid-12 > div:nth-of-type(12n+1):after {
                display: none;
            }

        .xs-block-grid-12 > div:nth-last-child(-n+12):before {
            content: none;
        }
}

@media (min-width: 768px) {
    .sm-block-grid-1 > div {
        width: 100%;
    }

        .sm-block-grid-1 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-1 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-1 > div:nth-of-type(1n+1) {
            clear: both;
        }

            .sm-block-grid-1 > div:nth-of-type(1n+1):after {
                display: none;
            }

        .sm-block-grid-1 > div:nth-last-child(-n+1):before {
            content: none;
        }

    .sm-block-grid-2 > div {
        width: 50%;
    }

        .sm-block-grid-2 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-2 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-2 > div:nth-of-type(2n+1) {
            clear: both;
        }

            .sm-block-grid-2 > div:nth-of-type(2n+1):after {
                display: none;
            }

        .sm-block-grid-2 > div:nth-last-child(-n+2):before {
            content: none;
        }

    .sm-block-grid-3 > div {
        width: 33.33333%;
    }

        .sm-block-grid-3 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-3 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-3 > div:nth-of-type(3n+1) {
            clear: both;
        }

            .sm-block-grid-3 > div:nth-of-type(3n+1):after {
                display: none;
            }

        .sm-block-grid-3 > div:nth-last-child(-n+3):before {
            content: none;
        }

    .sm-block-grid-4 > div {
        width: 25%;
    }

        .sm-block-grid-4 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-4 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-4 > div:nth-of-type(4n+1) {
            clear: both;
        }

            .sm-block-grid-4 > div:nth-of-type(4n+1):after {
                display: none;
            }

        .sm-block-grid-4 > div:nth-last-child(-n+4):before {
            content: none;
        }

    .sm-block-grid-5 > div {
        width: 20%;
    }

        .sm-block-grid-5 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-5 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-5 > div:nth-of-type(5n+1) {
            clear: both;
        }

            .sm-block-grid-5 > div:nth-of-type(5n+1):after {
                display: none;
            }

        .sm-block-grid-5 > div:nth-last-child(-n+5):before {
            content: none;
        }

    .sm-block-grid-6 > div {
        width: 16.66667%;
    }

        .sm-block-grid-6 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-6 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-6 > div:nth-of-type(6n+1) {
            clear: both;
        }

            .sm-block-grid-6 > div:nth-of-type(6n+1):after {
                display: none;
            }

        .sm-block-grid-6 > div:nth-last-child(-n+6):before {
            content: none;
        }

    .sm-block-grid-7 > div {
        width: 14.28571%;
    }

        .sm-block-grid-7 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-7 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-7 > div:nth-of-type(7n+1) {
            clear: both;
        }

            .sm-block-grid-7 > div:nth-of-type(7n+1):after {
                display: none;
            }

        .sm-block-grid-7 > div:nth-last-child(-n+7):before {
            content: none;
        }

    .sm-block-grid-8 > div {
        width: 12.5%;
    }

        .sm-block-grid-8 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-8 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-8 > div:nth-of-type(8n+1) {
            clear: both;
        }

            .sm-block-grid-8 > div:nth-of-type(8n+1):after {
                display: none;
            }

        .sm-block-grid-8 > div:nth-last-child(-n+8):before {
            content: none;
        }

    .sm-block-grid-9 > div {
        width: 11.11111%;
    }

        .sm-block-grid-9 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-9 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-9 > div:nth-of-type(9n+1) {
            clear: both;
        }

            .sm-block-grid-9 > div:nth-of-type(9n+1):after {
                display: none;
            }

        .sm-block-grid-9 > div:nth-last-child(-n+9):before {
            content: none;
        }

    .sm-block-grid-10 > div {
        width: 10%;
    }

        .sm-block-grid-10 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-10 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-10 > div:nth-of-type(10n+1) {
            clear: both;
        }

            .sm-block-grid-10 > div:nth-of-type(10n+1):after {
                display: none;
            }

        .sm-block-grid-10 > div:nth-last-child(-n+10):before {
            content: none;
        }

    .sm-block-grid-11 > div {
        width: 9.09091%;
    }

        .sm-block-grid-11 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-11 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-11 > div:nth-of-type(11n+1) {
            clear: both;
        }

            .sm-block-grid-11 > div:nth-of-type(11n+1):after {
                display: none;
            }

        .sm-block-grid-11 > div:nth-last-child(-n+11):before {
            content: none;
        }

    .sm-block-grid-12 > div {
        width: 8.33333%;
    }

        .sm-block-grid-12 > div:nth-of-type(1n) {
            clear: none;
        }

            .sm-block-grid-12 > div:nth-of-type(1n):after {
                display: block;
            }

        .sm-block-grid-12 > div:nth-of-type(12n+1) {
            clear: both;
        }

            .sm-block-grid-12 > div:nth-of-type(12n+1):after {
                display: none;
            }

        .sm-block-grid-12 > div:nth-last-child(-n+12):before {
            content: none;
        }
}

/* Medium */
@media (min-width: 992px) {
    [class*="block-grid-"] {
        margin: 0 -15px;
    }

        [class*="block-grid-"] > div {
            padding: 0 15px;
        }

    .item-columns {
        padding: 0 15px;
    }

    .md-block-grid-1 > div {
        width: 100%;
    }

        .md-block-grid-1 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-1 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-1 > div:nth-of-type(1n+1) {
            clear: both;
        }

            .md-block-grid-1 > div:nth-of-type(1n+1):after {
                display: none;
            }

        .md-block-grid-1 > div:nth-last-child(-n+1):before {
            content: none;
        }

    .md-block-grid-2 > div {
        width: 50%;
    }

        .md-block-grid-2 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-2 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-2 > div:nth-of-type(2n+1) {
            clear: both;
        }

            .md-block-grid-2 > div:nth-of-type(2n+1):after {
                display: none;
            }

        .md-block-grid-2 > div:nth-last-child(-n+2):before {
            content: none;
        }

    .md-block-grid-3 > div {
        width: 33.33333%;
    }

        .md-block-grid-3 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-3 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-3 > div:nth-of-type(3n+1) {
            clear: both;
        }

            .md-block-grid-3 > div:nth-of-type(3n+1):after {
                display: none;
            }

        .md-block-grid-3 > div:nth-last-child(-n+3):before {
            content: none;
        }

    .md-block-grid-4 > div {
        width: 25%;
    }

        .md-block-grid-4 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-4 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-4 > div:nth-of-type(4n+1) {
            clear: both;
        }

            .md-block-grid-4 > div:nth-of-type(4n+1):after {
                display: none;
            }

        .md-block-grid-4 > div:nth-last-child(-n+4):before {
            content: none;
        }

    .md-block-grid-5 > div {
        width: 20%;
    }

        .md-block-grid-5 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-5 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-5 > div:nth-of-type(5n+1) {
            clear: both;
        }

            .md-block-grid-5 > div:nth-of-type(5n+1):after {
                display: none;
            }

        .md-block-grid-5 > div:nth-last-child(-n+5):before {
            content: none;
        }

    .md-block-grid-6 > div {
        width: 16.66667%;
    }

        .md-block-grid-6 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-6 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-6 > div:nth-of-type(6n+1) {
            clear: both;
        }

            .md-block-grid-6 > div:nth-of-type(6n+1):after {
                display: none;
            }

        .md-block-grid-6 > div:nth-last-child(-n+6):before {
            content: none;
        }

    .md-block-grid-7 > div {
        width: 14.28571%;
    }

        .md-block-grid-7 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-7 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-7 > div:nth-of-type(7n+1) {
            clear: both;
        }

            .md-block-grid-7 > div:nth-of-type(7n+1):after {
                display: none;
            }

        .md-block-grid-7 > div:nth-last-child(-n+7):before {
            content: none;
        }

    .md-block-grid-8 > div {
        width: 12.5%;
    }

        .md-block-grid-8 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-8 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-8 > div:nth-of-type(8n+1) {
            clear: both;
        }

            .md-block-grid-8 > div:nth-of-type(8n+1):after {
                display: none;
            }

        .md-block-grid-8 > div:nth-last-child(-n+8):before {
            content: none;
        }

    .md-block-grid-9 > div {
        width: 11.11111%;
    }

        .md-block-grid-9 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-9 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-9 > div:nth-of-type(9n+1) {
            clear: both;
        }

            .md-block-grid-9 > div:nth-of-type(9n+1):after {
                display: none;
            }

        .md-block-grid-9 > div:nth-last-child(-n+9):before {
            content: none;
        }

    .md-block-grid-10 > div {
        width: 10%;
    }

        .md-block-grid-10 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-10 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-10 > div:nth-of-type(10n+1) {
            clear: both;
        }

            .md-block-grid-10 > div:nth-of-type(10n+1):after {
                display: none;
            }

        .md-block-grid-10 > div:nth-last-child(-n+10):before {
            content: none;
        }

    .md-block-grid-11 > div {
        width: 9.09091%;
    }

        .md-block-grid-11 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-11 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-11 > div:nth-of-type(11n+1) {
            clear: both;
        }

            .md-block-grid-11 > div:nth-of-type(11n+1):after {
                display: none;
            }

        .md-block-grid-11 > div:nth-last-child(-n+11):before {
            content: none;
        }

    .md-block-grid-12 > div {
        width: 8.33333%;
    }

        .md-block-grid-12 > div:nth-of-type(1n) {
            clear: none;
        }

            .md-block-grid-12 > div:nth-of-type(1n):after {
                display: block;
            }

        .md-block-grid-12 > div:nth-of-type(12n+1) {
            clear: both;
        }

            .md-block-grid-12 > div:nth-of-type(12n+1):after {
                display: none;
            }

        .md-block-grid-12 > div:nth-last-child(-n+12):before {
            content: none;
        }
}

/* Large */
@media (min-width: 1200px) {
    [class*="block-grid-"] {
        margin: 0 -15px;
    }

        [class*="block-grid-"] > div {
            padding: 0 15px;
        }

    .item-columns {
        padding: 0 15px;
    }

    .lg-block-grid-1 > div {
        width: 100%;
    }

        .lg-block-grid-1 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-1 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-1 > div:nth-of-type(1n+1) {
            clear: both;
        }

            .lg-block-grid-1 > div:nth-of-type(1n+1):after {
                display: none;
            }

        .lg-block-grid-1 > div:nth-last-child(-n+1):before {
            content: none;
        }

    .lg-block-grid-2 > div {
        width: 50%;
    }

        .lg-block-grid-2 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-2 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-2 > div:nth-of-type(2n+1) {
            clear: both;
        }

            .lg-block-grid-2 > div:nth-of-type(2n+1):after {
                display: none;
            }

        .lg-block-grid-2 > div:nth-last-child(-n+2):before {
            content: none;
        }

    .lg-block-grid-3 > div {
        width: 33.33333%;
    }

        .lg-block-grid-3 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-3 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-3 > div:nth-of-type(3n+1) {
            clear: both;
        }

            .lg-block-grid-3 > div:nth-of-type(3n+1):after {
                display: none;
            }

        .lg-block-grid-3 > div:nth-last-child(-n+3):before {
            content: none;
        }

    .lg-block-grid-4 > div {
        width: 25%;
    }

        .lg-block-grid-4 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-4 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-4 > div:nth-of-type(4n+1) {
            clear: both;
        }

            .lg-block-grid-4 > div:nth-of-type(4n+1):after {
                display: none;
            }

        .lg-block-grid-4 > div:nth-last-child(-n+4):before {
            content: none;
        }

    .lg-block-grid-5 > div {
        width: 20%;
    }

        .lg-block-grid-5 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-5 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-5 > div:nth-of-type(5n+1) {
            clear: both;
        }

            .lg-block-grid-5 > div:nth-of-type(5n+1):after {
                display: none;
            }

        .lg-block-grid-5 > div:nth-last-child(-n+5):before {
            content: none;
        }

    .lg-block-grid-6 > div {
        width: 16.66667%;
    }

        .lg-block-grid-6 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-6 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-6 > div:nth-of-type(6n+1) {
            clear: both;
        }

            .lg-block-grid-6 > div:nth-of-type(6n+1):after {
                display: none;
            }

        .lg-block-grid-6 > div:nth-last-child(-n+6):before {
            content: none;
        }

    .lg-block-grid-7 > div {
        width: 14.28571%;
    }

        .lg-block-grid-7 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-7 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-7 > div:nth-of-type(7n+1) {
            clear: both;
        }

            .lg-block-grid-7 > div:nth-of-type(7n+1):after {
                display: none;
            }

        .lg-block-grid-7 > div:nth-last-child(-n+7):before {
            content: none;
        }

    .lg-block-grid-8 > div {
        width: 12.5%;
    }

        .lg-block-grid-8 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-8 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-8 > div:nth-of-type(8n+1) {
            clear: both;
        }

            .lg-block-grid-8 > div:nth-of-type(8n+1):after {
                display: none;
            }

        .lg-block-grid-8 > div:nth-last-child(-n+8):before {
            content: none;
        }

    .lg-block-grid-9 > div {
        width: 11.11111%;
    }

        .lg-block-grid-9 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-9 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-9 > div:nth-of-type(9n+1) {
            clear: both;
        }

            .lg-block-grid-9 > div:nth-of-type(9n+1):after {
                display: none;
            }

        .lg-block-grid-9 > div:nth-last-child(-n+9):before {
            content: none;
        }

    .lg-block-grid-10 > div {
        width: 10%;
    }

        .lg-block-grid-10 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-10 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-10 > div:nth-of-type(10n+1) {
            clear: both;
        }

            .lg-block-grid-10 > div:nth-of-type(10n+1):after {
                display: none;
            }

        .lg-block-grid-10 > div:nth-last-child(-n+10):before {
            content: none;
        }

    .lg-block-grid-11 > div {
        width: 9.09091%;
    }

        .lg-block-grid-11 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-11 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-11 > div:nth-of-type(11n+1) {
            clear: both;
        }

            .lg-block-grid-11 > div:nth-of-type(11n+1):after {
                display: none;
            }

        .lg-block-grid-11 > div:nth-last-child(-n+11):before {
            content: none;
        }

    .lg-block-grid-12 > div {
        width: 8.33333%;
    }

        .lg-block-grid-12 > div:nth-of-type(1n) {
            clear: none;
        }

            .lg-block-grid-12 > div:nth-of-type(1n):after {
                display: block;
            }

        .lg-block-grid-12 > div:nth-of-type(12n+1) {
            clear: both;
        }

            .lg-block-grid-12 > div:nth-of-type(12n+1):after {
                display: none;
            }

        .lg-block-grid-12 > div:nth-last-child(-n+12):before {
            content: none;
        }
}

/* Large Listing Page*/
@media (min-width: 1550px) {
    .hm_lg-block-grid-1 > div {
        width: 100%;
    }

        .hm_lg-block-grid-1 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-1 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-1 > div:nth-of-type(1n+1) {
            clear: both;
        }

            .hm_lg-block-grid-1 > div:nth-of-type(1n+1):after {
                display: none;
            }

        .hm_lg-block-grid-1 > div:nth-last-child(-n+1):before {
            content: none;
        }

    .hm_lg-block-grid-2 > div {
        width: 50%;
    }

        .hm_lg-block-grid-2 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-2 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-2 > div:nth-of-type(2n+1) {
            clear: both;
        }

            .hm_lg-block-grid-2 > div:nth-of-type(2n+1):after {
                display: none;
            }

        .hm_lg-block-grid-2 > div:nth-last-child(-n+2):before {
            content: none;
        }

    .hm_lg-block-grid-3 > div {
        width: 33.33333%;
    }

        .hm_lg-block-grid-3 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-3 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-3 > div:nth-of-type(3n+1) {
            clear: both;
        }

            .hm_lg-block-grid-3 > div:nth-of-type(3n+1):after {
                display: none;
            }

        .hm_lg-block-grid-3 > div:nth-last-child(-n+3):before {
            content: none;
        }

    .hm_lg-block-grid-4 > div {
        width: 25%;
    }

        .hm_lg-block-grid-4 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-4 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-4 > div:nth-of-type(4n+1) {
            clear: both;
        }

            .hm_lg-block-grid-4 > div:nth-of-type(4n+1):after {
                display: none;
            }

        .hm_lg-block-grid-4 > div:nth-last-child(-n+4):before {
            content: none;
        }

    .hm_lg-block-grid-5 > div {
        width: 20%;
    }

        .hm_lg-block-grid-5 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-5 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-5 > div:nth-of-type(5n+1) {
            clear: both;
        }

            .hm_lg-block-grid-5 > div:nth-of-type(5n+1):after {
                display: none;
            }

        .hm_lg-block-grid-5 > div:nth-last-child(-n+5):before {
            content: none;
        }

    .hm_lg-block-grid-6 > div {
        width: 16.66667%;
    }

        .hm_lg-block-grid-6 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-6 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-6 > div:nth-of-type(6n+1) {
            clear: both;
        }

            .hm_lg-block-grid-6 > div:nth-of-type(6n+1):after {
                display: none;
            }

        .hm_lg-block-grid-6 > div:nth-last-child(-n+6):before {
            content: none;
        }

    .hm_lg-block-grid-7 > div {
        width: 14.28571%;
    }

        .hm_lg-block-grid-7 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-7 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-7 > div:nth-of-type(7n+1) {
            clear: both;
        }

            .hm_lg-block-grid-7 > div:nth-of-type(7n+1):after {
                display: none;
            }

        .hm_lg-block-grid-7 > div:nth-last-child(-n+7):before {
            content: none;
        }

    .hm_lg-block-grid-8 > div {
        width: 12.5%;
    }

        .hm_lg-block-grid-8 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-8 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-8 > div:nth-of-type(8n+1) {
            clear: both;
        }

            .hm_lg-block-grid-8 > div:nth-of-type(8n+1):after {
                display: none;
            }

        .hm_lg-block-grid-8 > div:nth-last-child(-n+8):before {
            content: none;
        }

    .hm_lg-block-grid-9 > div {
        width: 11.11111%;
    }

        .hm_lg-block-grid-9 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-9 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-9 > div:nth-of-type(9n+1) {
            clear: both;
        }

            .hm_lg-block-grid-9 > div:nth-of-type(9n+1):after {
                display: none;
            }

        .hm_lg-block-grid-9 > div:nth-last-child(-n+9):before {
            content: none;
        }

    .hm_lg-block-grid-10 > div {
        width: 10%;
    }

        .hm_lg-block-grid-10 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-10 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-10 > div:nth-of-type(10n+1) {
            clear: both;
        }

            .hm_lg-block-grid-10 > div:nth-of-type(10n+1):after {
                display: none;
            }

        .hm_lg-block-grid-10 > div:nth-last-child(-n+10):before {
            content: none;
        }

    .hm_lg-block-grid-11 > div {
        width: 9.09091%;
    }

        .hm_lg-block-grid-11 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-11 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-11 > div:nth-of-type(11n+1) {
            clear: both;
        }

            .hm_lg-block-grid-11 > div:nth-of-type(11n+1):after {
                display: none;
            }

        .hm_lg-block-grid-11 > div:nth-last-child(-n+11):before {
            content: none;
        }

    .hm_lg-block-grid-12 > div {
        width: 8.33333%;
    }

        .hm_lg-block-grid-12 > div:nth-of-type(1n) {
            clear: none;
        }

            .hm_lg-block-grid-12 > div:nth-of-type(1n):after {
                display: block;
            }

        .hm_lg-block-grid-12 > div:nth-of-type(12n+1) {
            clear: both;
        }

            .hm_lg-block-grid-12 > div:nth-of-type(12n+1):after {
                display: none;
            }

        .hm_lg-block-grid-12 > div:nth-last-child(-n+12):before {
            content: none;
        }
}

.no-gutter [class*="block-grid-"] {
    margin: 0 !important;
}

    .no-gutter [class*="block-grid-"] > div {
        padding: 0 !important;
    }

.no-gutter .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-gutter [class*="col-"], .no-gutter .item-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.small-gutter [class*="block-grid-"] {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

    .small-gutter [class*="block-grid-"] > div {
        padding-left: 1px !important;
        padding-right: 1px !important;
        margin-bottom: 2px;
    }

/*------------------------------------------------------------------*\	
				4 - LAYOUT STYLE																										
\*------------------------------------------------------------------*/
body {
    overflow-x: hidden !important;
}

    body.boxed-layout, body.boxed {
        background: #efefef;
        max-width: 1440px;
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
        margin: 0 auto;
    }

        body.boxed-layout .wrapper-page, body.boxed .wrapper-page {
            background: #fff;
        }

    body.open-off-canvas:after {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5000px;
        z-index: 99;
    }

    body .wrapper-page {
        background: #fff;
        position: relative;
    }

    body .page {
        position: relative;
    }

    body .container-layout-content.container {
        margin-bottom: 30px;
    }

.base-layout.has-sidebar .container {
    width: 100% !important;
    padding: 0 !important;
}

.main-page-content {
    position: relative;
}

body.page .main-page-content.has-one-sidebar {
    margin-top: 110px;
}

#wp-content {
    min-height: 150px;
    background: #fff;
}

#wp-footer {
    background: #161C26;
    color: #abafb5;
    font-size: 16px;
    position: relative;
    z-index: 111;
}

    #wp-footer a {
        color: #abafb5;
    }

        #wp-footer a:hover {
            color: #fff;
        }

    #wp-footer .footer-main > p {
        display: none;
    }

    #wp-footer .column > .widget:first-child {
        padding-top: 45px;
    }

body.footer-fixed #wp-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
}

.copyright .copyright-content {
    text-align: center;
    background: #161C26;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.return-top {
    background-color: #444444;
    border: 2px solid #444444;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 45px;
    height: 45px;
    text-transform: uppercase;
    line-height: 52px;
    display: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

    .return-top i {
        font-size: 24px;
    }

    .return-top:hover {
        cursor: pointer;
        background: #fff;
        color: #444444;
    }

/*------------------------------------------------------------------*\	
				5 - HEADER STYLE																											
\*------------------------------------------------------------------*/
.gv-sticky-menu {
    position: relative;
    -webkit-transition: all 0.05s !important;
    transition: all 0.05s !important;
}

.gv-sticky-wrapper {
    position: relative;
    z-index: 1;
}

    .gv-sticky-wrapper.is-fixed > .elementor-section {
        position: fixed !important;
        width: 100%;
        z-index: 999;
        left: 0;
        top: 0;
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    }

.gva-search {
    position: relative;
}

    .gva-search .control-search {
        display: inline-block;
        text-align: center;
        line-height: 30px;
    }

        .gva-search .control-search .icon {
            color: #797F89;
            font-size: 22px;
        }

        .gva-search .control-search i {
            font-size: 22px;
            color: #797F89;
        }

    .gva-search .gva-search-content {
        position: absolute;
        top: 100%;
        right: -35px;
        z-index: 1;
        background: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        min-width: 250px;
        margin-top: 16px;
        border: 1px solid #E9E9EE;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        visibility: hidden;
        padding: 15px;
    }

        .gva-search .gva-search-content:after {
            content: '';
            border: 10px solid transparent;
            border-bottom-color: #E9E9EE;
            position: absolute;
            bottom: 100%;
            right: 35px;
        }

    .gva-search .gva-main-search {
        padding-top: 0;
    }

    .gva-search.open .gva-search-content {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

@media (max-width: 1024.98px) {
    header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.header-mobile {
    background: #FFF !important;
    width: 100%;
    position: relative;
}

    .header-mobile .header-mobile-content {
        position: relative;
        padding: 20px 15px;
    }

        .header-mobile .header-mobile-content .header-left {
            width: 50%;
            float: left;
            padding-left: 50px;
            position: relative;
        }

            .header-mobile .header-mobile-content .header-left .canvas-mobile {
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 11;
                margin-top: -10px;
            }

                .header-mobile .header-mobile-content .header-left .canvas-mobile .canvas-menu .icon {
                    font-size: 25px;
                    color: #11161F;
                }

            .header-mobile .header-mobile-content .header-left .logo-mobile {
                max-width: 150px;
            }

                .header-mobile .header-mobile-content .header-left .logo-mobile img {
                    max-width: 100%;
                }

        .header-mobile .header-mobile-content .header-right {
            width: 50%;
            float: left;
            position: relative;
        }

            .header-mobile .header-mobile-content .header-right .mobile-user {
                float: right;
                position: relative;
            }

                .header-mobile .header-mobile-content .header-right .mobile-user .login-popup .sign-in-link .icon {
                    font-size: 26px;
                    color: #fc3c3c;
                }

                .header-mobile .header-mobile-content .header-right .mobile-user .login-account {
                    position: relative;
                }

                    .header-mobile .header-mobile-content .header-right .mobile-user .login-account .profile .avata {
                        width: 30px;
                        float: left;
                    }

                        .header-mobile .header-mobile-content .header-right .mobile-user .login-account .profile .avata img {
                            border-radius: 4px;
                        }

                    .header-mobile .header-mobile-content .header-right .mobile-user .login-account .profile .name {
                        padding-left: 42px;
                        text-transform: capitalize;
                        font-size: 16px;
                    }

                    .header-mobile .header-mobile-content .header-right .mobile-user .login-account .link-open-menu, .header-mobile .header-mobile-content .header-right .mobile-user .login-account .link-to-dashboard {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        z-index: 11;
                    }

                    .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account {
                        padding: 20px 20px;
                        background: #fff;
                        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
                        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
                        position: absolute;
                        top: 100%;
                        margin-top: 20px;
                        right: 0;
                        z-index: 1;
                        border: 1px solid #E9E9EE;
                        min-width: 220px;
                        opacity: 0;
                        -webkit-transform: scale(0);
                        transform: scale(0);
                        -webkit-transition: all 0.35s;
                        transition: all 0.35s;
                    }

                        .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account ul.gva-nav-menu > li {
                            width: 100%;
                            margin: 5px 0;
                        }

                            .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account ul.gva-nav-menu > li:after {
                                display: none !important;
                            }

                            .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account ul.gva-nav-menu > li a {
                                padding: 0;
                                font-weight: 400;
                                color: #797F89;
                                font-size: 16px;
                            }

                                .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account ul.gva-nav-menu > li a i {
                                    margin-right: 8px;
                                }

                        .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account .menu-item-logout {
                            margin-top: 2px;
                        }

                            .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account .menu-item-logout a {
                                padding: 0;
                                font-weight: 400;
                                color: #797F89;
                                font-size: 16px;
                                font-family: "Barlow", sans-serif;
                            }

                                .header-mobile .header-mobile-content .header-right .mobile-user .login-account .user-account .menu-item-logout a i {
                                    margin-right: 8px;
                                }

                    .header-mobile .header-mobile-content .header-right .mobile-user .login-account.open-menu .user-account {
                        opacity: 1;
                        -webkit-transform: scale(1);
                        transform: scale(1);
                    }

            .header-mobile .header-mobile-content .header-right .main-search {
                float: right;
                margin-right: 20px;
            }

                .header-mobile .header-mobile-content .header-right .main-search .control-search .icon {
                    color: #11161F;
                    font-size: 20px;
                    font-weight: 700;
                }

        .header-mobile .header-mobile-content .mini-cart-header {
            margin-top: -15px !important;
            position: absolute;
            top: 50%;
            right: 25px;
        }

            .header-mobile .header-mobile-content .mini-cart-header a.mini-cart {
                text-align: center;
                display: inline-block;
                font-weight: 600;
                position: relative;
                padding-right: 5px;
                line-height: 32px;
            }

                .header-mobile .header-mobile-content .mini-cart-header a.mini-cart .title-cart {
                    font-size: 16px;
                }

                .header-mobile .header-mobile-content .mini-cart-header a.mini-cart .mini-cart-items {
                    position: absolute;
                    font-size: 11px;
                    background: #fc3c3c;
                    color: #fff;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    top: -2px;
                    right: -12px;
                    min-width: 18px;
                    line-height: 18px;
                    text-align: center;
                }

                .header-mobile .header-mobile-content .mini-cart-header a.mini-cart .mini-cart-items-title {
                    display: none;
                }

                .header-mobile .header-mobile-content .mini-cart-header a.mini-cart .amount {
                    display: none;
                }

.header-builder-frontend {
    position: relative;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}

    .header-builder-frontend.header-position-relative .header-builder-inner {
        position: relative;
        width: 100%;
    }

    .header-builder-frontend.header-position-absolute .header-builder-inner {
        position: absolute;
        width: 100%;
    }

        .header-builder-frontend.header-position-absolute .header-builder-inner .gv-sticky-menu.stuck {
            background: #11161F;
        }

@media (max-width: 1024.98px) {
    .header-builder-frontend {
        position: relative;
    }
}

.header-default {
    background: #fff;
    position: relative;
    z-index: 999;
}

    .header-default .header-bottom {
        background: #fff;
        position: relative;
    }

        .header-default .header-bottom .header-bottom-inner {
            position: relative;
            padding-left: 170px;
            min-height: 80px;
            padding-right: 35px;
        }

            .header-default .header-bottom .header-bottom-inner .logo {
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 1;
                padding: 15px 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 148px;
            }

            .header-default .header-bottom .header-bottom-inner ul.gva-nav-menu {
                float: right;
            }

                .header-default .header-bottom .header-bottom-inner ul.gva-nav-menu > li > a {
                    padding: 30px 15px;
                }

            .header-default .header-bottom .header-bottom-inner .gsc-search-box {
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -12px;
                z-index: 1;
            }

                .header-default .header-bottom .header-bottom-inner .gsc-search-box .control-search svg {
                    width: 16px;
                    fill: #797F89;
                }

                .header-default .header-bottom .header-bottom-inner .gsc-search-box .control-search:hover svg {
                    fill: #fc3c3c;
                }

.header-builder {
    min-height: 550px;
}

    .header-builder.header-bg-black {
        padding: 10px 0 30px;
        background: url("../images/bg-header-builder.jpg") no-repeat center top transparent;
        background-size: cover;
    }

/*------------------------------------------------------------------*\	
				5 - MENU STYLE																											
\*------------------------------------------------------------------*/
ul.gva-nav-menu {
    margin-bottom: 0;
    padding: 0;
}

    ul.gva-nav-menu > li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
        float: left;
        display: inline-block;
        padding: 0;
    }

        ul.gva-nav-menu > li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #fc3c3c;
            position: absolute;
            top: -1px;
            left: 0;
            z-index: 11;
            opacity: 0;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

        ul.gva-nav-menu > li > a {
            font-size: 16px;
            font-weight: 600;
            padding: 36px 20px;
            height: auto;
            position: relative;
            display: inline-block;
            color: #797F89;
            font-family: "Barlow", sans-serif;
        }

@media (max-width: 1199.98px) {
    ul.gva-nav-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

ul.gva-nav-menu > li > a .caret {
    margin-left: 3px;
    top: 2px;
    position: relative;
    height: 8px;
    width: 10px;
    display: inline-block;
    font-size: 14px;
}

    ul.gva-nav-menu > li > a .caret:after {
        content: '\f107';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        z-index: 1;
        font-family: 'FontAwesome';
        line-height: 1;
        font-size: 12px;
        font-weight: 700;
        opacity: 0.8;
    }

ul.gva-nav-menu > li:hover:after, ul.gva-nav-menu > li:active:after, ul.gva-nav-menu > li:focus:after, ul.gva-nav-menu > li.current_page_parent:after {
    opacity: 1;
}

ul.gva-nav-menu > li:hover > a, ul.gva-nav-menu > li:active > a, ul.gva-nav-menu > li:focus > a, ul.gva-nav-menu > li.current_page_parent > a {
    color: #fc3c3c;
}

    ul.gva-nav-menu > li:hover > a .menu-arrow, ul.gva-nav-menu > li:active > a .menu-arrow, ul.gva-nav-menu > li:focus > a .menu-arrow, ul.gva-nav-menu > li.current_page_parent > a .menu-arrow {
        bottom: -7px;
        opacity: 1;
    }

ul.gva-nav-menu > li > .submenu-inner:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 32px;
    width: 16px;
    height: 16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    display: block;
}

ul.gva-nav-menu > li .submenu-inner, ul.gva-nav-menu > li ul.submenu-inner {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 100%;
    z-index: 99;
    margin-top: -1px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    min-width: 250px;
    padding: 20px 20px 20px;
    background: #fff;
    list-style-type: none;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    ul.gva-nav-menu > li .submenu-inner li, ul.gva-nav-menu > li ul.submenu-inner li {
        background: transparent;
        position: relative;
        text-align: left;
        border-bottom: 1px solid #E9E9EE;
        padding: 5px 0;
    }

@media (max-width: 1024.98px) {
    ul.gva-nav-menu > li .submenu-inner li, ul.gva-nav-menu > li ul.submenu-inner li {
        border-bottom: 0;
    }
}

ul.gva-nav-menu > li .submenu-inner li:last-child, ul.gva-nav-menu > li ul.submenu-inner li:last-child {
    border-bottom: none;
}

ul.gva-nav-menu > li .submenu-inner li a, ul.gva-nav-menu > li ul.submenu-inner li a {
    display: block;
    line-height: 1.4;
    padding: 8px 0;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    color: #797F89;
}

    ul.gva-nav-menu > li .submenu-inner li a .caret, ul.gva-nav-menu > li ul.submenu-inner li a .caret {
        top: 16px;
        position: absolute;
        right: 0;
        height: 8px;
        width: 10px;
        display: inline-block;
    }

        ul.gva-nav-menu > li .submenu-inner li a .caret:after, ul.gva-nav-menu > li ul.submenu-inner li a .caret:after {
            content: '\f054';
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -8px;
            z-index: 1;
            font-family: 'FontAwesome';
            line-height: 1;
            font-size: 12px;
            font-weight: 700;
        }

    ul.gva-nav-menu > li .submenu-inner li a:hover, ul.gva-nav-menu > li .submenu-inner li a:focus, ul.gva-nav-menu > li .submenu-inner li a:active, ul.gva-nav-menu > li ul.submenu-inner li a:hover, ul.gva-nav-menu > li ul.submenu-inner li a:focus, ul.gva-nav-menu > li ul.submenu-inner li a:active {
        color: #fc3c3c;
    }

ul.gva-nav-menu > li .submenu-inner li ul.submenu-inner, ul.gva-nav-menu > li ul.submenu-inner li ul.submenu-inner {
    position: absolute;
    left: 90%;
    top: 0;
}

ul.gva-nav-menu > li .submenu-inner li:hover > ul.submenu-inner, ul.gva-nav-menu > li ul.submenu-inner li:hover > ul.submenu-inner {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

ul.gva-nav-menu > li:hover > .submenu-inner {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

@media (max-width: 1600px) {
    ul.gva-nav-menu > li:last-child ul.submenu-inner li ul.submenu-inner, ul.gva-nav-menu > li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
        right: 100%;
        left: auto;
    }
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner {
    max-width: 1170px !important;
    background: #fff;
    left: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub {
        padding: 0;
        list-style-type: none;
    }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-6 > li {
            width: 16.66667%;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-5 > li {
            width: 20%;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-4 > li {
            width: 25%;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-3 > li {
            width: 33.33333%;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-2 > li {
            width: 50%;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-1 > li {
            width: 100%;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li {
            border: none;
            list-style: none;
            float: left;
            padding-left: 15px;
            padding-right: 15px;
        }

            ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a {
                border-bottom: 1px solid #E9E9EE;
                padding: 0 0 10px;
                margin: 0 0 5px;
                display: block;
                color: #11161F !important;
                font-weight: 500;
            }

                ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a .caret {
                    display: none;
                }

@media (max-width: 1024.98px) {
    ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a {
        margin-top: 6px;
    }
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    position: static;
    padding: 0;
    min-width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    max-width: 100% !important;
    min-width: 10px !important;
}

    ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li {
        list-style: none;
        border: none;
        padding: 0;
    }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li:last-child {
            border: none;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li.menu-item-has-children > a {
            font-weight: 600;
        }

        ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li .submenu-inner {
            padding-left: 20px !important;
            display: block;
        }

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner.megamenu-align-left {
    left: 0;
    right: auto;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner.megamenu-align-right {
    right: 0;
    left: auto;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner.megamenu-align-center {
    left: 50%;
    -webkit-transform: rotateX(-90deg) translateX(-50%) !important;
    transform: rotateX(-90deg) translateX(-50%) !important;
}

    ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner.megamenu-align-center:after {
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
    }

ul.gva-nav-menu > li.megamenu-main:hover .megamenu-wrap-inner {
    -webkit-transform: rotateX(0) translateX(-50%) !important;
    transform: rotateX(0) translateX(-50%) !important;
}

.menu-skin-white #mega-menu-main-menu > li > a {
    text-transform: uppercase;
    font-style: normal !important;
    color: #fff !important;
}

    .menu-skin-white #mega-menu-main-menu > li > a:hover, .menu-skin-white #mega-menu-main-menu > li > a:focus, .menu-skin-white #mega-menu-main-menu > li > a:active {
        color: #11161F !important;
    }

.gavias-off-canvas-toggle {
    font-size: 24px;
    float: right;
    margin-right: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fc3c3c;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}

    .gavias-off-canvas-toggle:hover, .gavias-off-canvas-toggle:focus {
        background: #11161F;
        color: #fff;
    }

.gavias-off-canvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: block;
}

#gavias-off-canvas {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    height: 100%;
    left: -75%;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 70%;
    z-index: 99998;
    bottom: 0;
}

    #gavias-off-canvas.active {
        left: 0;
    }

    #gavias-off-canvas .navbar-collapse {
        padding-left: 0 !important;
    }

    #gavias-off-canvas ul {
        padding-left: 25px;
    }

    #gavias-off-canvas .off-canvas-top {
        height: 35px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        #gavias-off-canvas .off-canvas-top .top-social > a {
            line-height: 35px;
            -webkit-transition: background 0.35s;
            transition: background 0.35s;
            -moz-transition: background 0.35s;
            -ms-transition: background 0.35s;
            padding: 0 15px;
            display: block;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            float: left;
        }

            #gavias-off-canvas .off-canvas-top .top-social > a:last-child {
                border-right: 1px solid rgba(0, 0, 0, 0.1);
            }

            #gavias-off-canvas .off-canvas-top .top-social > a:hover {
                background: #fc3c3c;
                color: #fff;
                border-color: #fc3c3c;
            }

        #gavias-off-canvas .off-canvas-top .gavias-off-canvas-close {
            float: right;
            margin-right: 35px;
            line-height: 35px;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            padding: 0 15px;
            color: #11161F;
        }

            #gavias-off-canvas .off-canvas-top .gavias-off-canvas-close:hover {
                cursor: pointer;
                background: #fc3c3c;
                color: #fff;
            }

    #gavias-off-canvas ul#menu-main-menu {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        #gavias-off-canvas ul#menu-main-menu > li {
            list-style: none;
            display: block;
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            overflow: hidden;
            padding: 10px 20px;
        }

            #gavias-off-canvas ul#menu-main-menu > li > a {
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                -moz-transition: all 0.35s;
                -ms-transition: all 0.35s;
                font-weight: 600;
                text-transform: uppercase;
                padding: 0;
            }

                #gavias-off-canvas ul#menu-main-menu > li > a:hover, #gavias-off-canvas ul#menu-main-menu > li > a:focus {
                    background: transparent;
                }

                #gavias-off-canvas ul#menu-main-menu > li > a.active > a {
                    color: #fc3c3c;
                    background: transparent;
                }

            #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu {
                position: relative;
                display: block;
                width: 100%;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 0;
                padding-left: 15px;
                border: none;
            }

                #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a {
                    -webkit-transition: all 0.35s;
                    transition: all 0.35s;
                    -moz-transition: all 0.35s;
                    -ms-transition: all 0.35s;
                    padding: 4px 0;
                }

                    #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a:hover, #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a:focus {
                        color: #fc3c3c;
                        background: transparent;
                    }

                #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li.active > a {
                    color: #fc3c3c;
                    background: transparent;
                }

        #gavias-off-canvas ul#menu-main-menu .caret {
            float: right;
            margin-top: 5px;
        }

.vertical-megamenu-widget {
    position: relative;
}

    .vertical-megamenu-widget .vertical-megamenu-content {
        position: absolute;
        top: 100%;
        left: 15px;
        z-index: 99;
        -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    }

    .vertical-megamenu-widget .vertical-megamenu-icon a {
        color: #fff;
    }

        .vertical-megamenu-widget .vertical-megamenu-icon a:hover {
            cursor: pointer;
        }

#gva-vertical-megamenu {
    background: #fff;
    min-width: 290px;
    z-index: 9999;
}

    #gva-vertical-megamenu .navbar-collapse {
        padding: 0 !important;
    }

    #gva-vertical-megamenu ul.gva-nav-menu {
        width: 100%;
    }

        #gva-vertical-megamenu ul.gva-nav-menu > li {
            width: 100% !important;
            display: block;
            float: none !important;
            position: relative;
            border-bottom: 1px solid #E9E9EE;
            text-align: left;
        }

            #gva-vertical-megamenu ul.gva-nav-menu > li > a:before {
                display: none;
            }

            #gva-vertical-megamenu ul.gva-nav-menu > li > a .caret:after {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            #gva-vertical-megamenu ul.gva-nav-menu > li .submenu-inner {
                left: 100% !important;
                top: 0 !important;
                margin-left: -1px;
                min-width: 300px;
            }

                #gva-vertical-megamenu ul.gva-nav-menu > li .submenu-inner.megamenu {
                    min-width: 700px;
                }

#mega-menu-wrap-primary {
    position: static !important;
}

    #mega-menu-wrap-primary .mega-menu-horizontal {
        position: static !important;
    }

.gva-offcanvas-content {
    position: fixed;
    left: -350px;
    width: 350px;
    max-width: 85%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

    .gva-offcanvas-content a {
        color: #11161F;
    }

        .gva-offcanvas-content a:hover {
            color: #fc3c3c;
        }

    .gva-offcanvas-content .close-canvas {
        background: #fff;
        position: absolute;
        left: 100%;
        top: 100px;
        z-index: 999;
        font-size: 18px;
        text-align: center;
        line-height: 45px;
        border: 1px solid #E9E9EE;
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    }

        .gva-offcanvas-content .close-canvas a {
            display: inline-block;
            width: 45px;
            height: 45px;
            color: #11161F;
        }

            .gva-offcanvas-content .close-canvas a:hover {
                cursor: pointer;
                color: #fc3c3c;
            }

    .gva-offcanvas-content .instagram-pics > li {
        width: 33.333% !important;
        overflow: hidden;
        padding: 10px !important;
    }

        .gva-offcanvas-content .instagram-pics > li a {
            padding: 0 !important;
        }

    .gva-offcanvas-content .wp-sidebar .widget {
        padding-top: 20px;
        margin-bottom: 10px;
    }

        .gva-offcanvas-content .wp-sidebar .widget:last-child {
            border-bottom: 0;
        }

        .gva-offcanvas-content .wp-sidebar .widget .widget-title {
            color: #fff;
            text-align: center;
        }

            .gva-offcanvas-content .wp-sidebar .widget .widget-title span {
                font-size: 18px;
                color: #11161F;
            }

            .gva-offcanvas-content .wp-sidebar .widget .widget-title:before {
                left: 50%;
                margin-left: -40px;
            }

            .gva-offcanvas-content .wp-sidebar .widget .widget-title:after {
                left: 50%;
                margin-left: -25px;
            }

    .gva-offcanvas-content .wp-sidebar {
        overflow-x: hidden;
        height: 100%;
        padding: 20px;
    }

    .gva-offcanvas-content #gva-mobile-menu {
        padding: 0;
    }

        .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu {
            width: 100%;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li {
                position: relative !important;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                display: block;
                width: 100%;
                padding: 0;
            }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li:after {
                    display: none !important;
                }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > .submenu-inner {
                    padding-bottom: 15px !important;
                    -webkit-transition: 0s;
                    transition: 0s;
                    -moz-transition: 0s;
                    -ms-transition: 0s;
                }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a {
                    padding: 12px 0 12px;
                    font-size: 16px;
                    text-transform: capitalize;
                    color: #11161F;
                }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a .caret {
                        display: none;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:after {
                        display: none;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:hover {
                        color: #fc3c3c;
                    }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret {
                    border: none;
                    position: absolute;
                    top: 20px;
                    margin-top: -10px;
                    right: 0;
                    width: 30px;
                    height: 30px;
                    z-index: 9;
                    color: #85827D;
                    background: url("../images/plus.png") no-repeat center center transparent;
                }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret:after {
                        display: none;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret:hover {
                        cursor: pointer;
                        color: #fc3c3c;
                    }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children.menu-active .caret {
                    background: url("../images/minium.png") no-repeat center center transparent;
                }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > a {
                    display: block;
                }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > ul {
                    display: none;
                }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner {
                    position: relative;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                    filter: alpha(opacity=100);
                    visibility: visible !important;
                    background: none;
                    left: auto;
                    top: auto;
                    padding: 0;
                    border: none !important;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    display: none;
                    max-width: 100% !important;
                    -webkit-transform: rotateX(0) !important;
                    transform: rotateX(0) !important;
                }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
                        content: " ";
                        display: table;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
                        clear: both;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
                        content: " ";
                        display: table;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
                        clear: both;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner .caret, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner .caret {
                        display: none;
                    }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner li a, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner li a {
                        padding: 5px 0;
                        font-weight: 400;
                        text-transform: none;
                        font-size: 15px;
                        color: #797F89;
                    }

                        .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner li a:hover, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner li a:hover {
                            color: #fc3c3c;
                        }

                    .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul {
                        width: 100%;
                        padding-left: 15px;
                        display: block !important;
                    }

                        .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul > li, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul > li {
                            padding: 0;
                            display: block;
                            width: 100%;
                        }

                .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner {
                    padding-left: 20px;
                }

    .gva-offcanvas-content.open {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

.megamenu-main .megamenu-wrap-inner {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.megamenu-main .widget {
    text-align: left;
    color: #161c26;
}

    .megamenu-main .widget .widget-title,
    .megamenu-main .widget .widgettitle {
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 20px;
        padding: 0;
        border: none;
    }

    .megamenu-main .widget ul {
        list-style: none;
        padding: 0;
    }

    .megamenu-main .widget.widget-html ul li {
        line-height: 32px;
        padding: 5px 0;
    }

        .megamenu-main .widget.widget-html ul li strong {
            color: #fc3c3c;
            font-weight: 600;
        }

    .megamenu-main .widget .product-block {
        margin-bottom: 10px;
    }

ul.gva-user-menu li a {
    font-size: 15px;
}

/*------------------------------------------------------------------*\	
				6 - ELEMENTS STYLE																										
\*------------------------------------------------------------------*/
.gva-element {
    min-height: 20px;
}

.column-style-bg-overflow-right .elementor-widget-wrap {
    z-index: 9;
}

.column-style-bg-overflow-right .elementor-column-wrap .bg-overfolow {
    content: '';
    width: 2000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 6px;
    background: inherit;
}

.column-style-bg-overflow-left .elementor-widget-wrap {
    z-index: 9;
}

.column-style-bg-overflow-left .elementor-background-overlay {
    z-index: 2;
}

.column-style-bg-overflow-left .elementor-column-wrap .bg-overfolow {
    content: '';
    width: 2000px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 6px;
    background: inherit;
}

.bg-overlay-1 .elementor-background-overlay {
    top: 120px;
    left: 75px;
}

.bg-overlay-2 .elementor-background-overlay {
    width: 480px;
    height: 480px;
    top: 0;
    right: 0;
    left: auto;
    z-index: 9;
}

.bg-overlay-3 .elementor-background-overlay {
    width: 120px !important;
    height: 120px !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 11;
}

.bg-row-theme, .bg-col-theme > .elementor-column-wrap {
    background-color: #fc3c3c;
}

.bg-row-theme-second, .bg-col-theme-second > .elementor-column-wrap {
    background-color: #11161F;
}

.container .container {
    padding: 0 !important;
    width: 100% !important;
}

.column-style-1 > .elementor-column-wrap {
    width: 120%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024.98px) {
    .column-style-1 > .elementor-column-wrap {
        width: 150%;
    }
}

@media (max-width: 766px) {
    .column-style-1 > .elementor-column-wrap {
        position: relative;
        width: 100%;
    }
}

.row-container-top > .elementor-container {
    z-index: 11;
}

.row-style-1 > div.elementor-container {
    background: #fff;
    border-top: 10px solid #fc3c3c;
    border-radius: 5px;
}

    .row-style-1 > div.elementor-container:after {
        content: '';
        background: #fff;
        position: absolute;
        top: -10px;
        right: 100%;
        width: 500px;
        height: 100%;
        z-index: 1;
        border-top: 10px solid #fc3c3c;
    }

.row-style-2 {
    overflow: hidden;
}

    .row-style-2 > div.elementor-container .elementor-row {
        position: relative;
        z-index: 11;
    }

    .row-style-2 > div.elementor-container:after {
        content: '';
        background: url("../images/bg-line.png") repeat top left #fc3c3c;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1000px);
        height: 100%;
        z-index: -1;
    }

.elementor-section > .elementor-container {
    z-index: 11;
}

.elementor-section > .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.col-bg-theme-inner > .elementor-column-wrap > .elementor-widget-wrap {
    background: #fc3c3c;
}

.elementor-icon-list-icon svg {
    height: auto;
}

.gsc-logo .site-branding-logo {
    display: inline-block;
}

.gva-deals {
    border: 1px solid #E9E9EE;
}

    .gva-deals .widget-heading {
        border-bottom: 1px solid #E9E9EE;
    }

        .gva-deals .widget-heading .widget-title {
            border-bottom: none;
            padding: 10px;
            text-align: left;
        }

            .gva-deals .widget-heading .widget-title img {
                margin-top: 5px;
                margin-right: 2px;
            }

    .gva-deals .item-product-deals {
        padding: 0;
    }

        .gva-deals .item-product-deals .product-block {
            padding: 20px;
        }

            .gva-deals .item-product-deals .product-block:before {
                display: none;
            }

        .gva-deals .item-product-deals .time {
            width: 100%;
        }

            .gva-deals .item-product-deals .time .countdown-times {
                float: left;
            }

                .gva-deals .item-product-deals .time .countdown-times > div {
                    font-size: 14px !important;
                }

.gva-productscategory-navigation {
    border: 1px solid #E9E9EE;
    overflow: hidden;
}

    .gva-productscategory-navigation .widget-title {
        padding: 0 20px;
        color: #fff;
        text-align: left;
        background: #fc3c3c;
        line-height: 48px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .gva-productscategory-navigation .col-first {
        position: relative;
    }

        .gva-productscategory-navigation .col-first:after {
            content: "";
            width: 1px;
            height: 5000px;
            position: absolute;
            right: 0;
            top: 0;
            background: #E9E9EE;
            z-index: 1;
        }

@media (max-width: 767.98px) {
    .gva-productscategory-navigation .col-first:after {
        display: none;
    }
}

.gva-productscategory-navigation .banners img {
    width: 100%;
    height: auto;
}

.gva-products-list .widget-title {
    background: #fc3c3c;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
}

.gva-products-list .shop-products {
    padding: 0 20px;
}

    .gva-products-list .shop-products > .product-block {
        margin-top: 20px !important;
        padding: 20px 0 0;
        border-top: 1px solid #E9E9EE;
    }

        .gva-products-list .shop-products > .product-block .product-block-inner {
            padding: 0;
        }

        .gva-products-list .shop-products > .product-block:first-child {
            margin-top: 0 !important;
            border: none;
        }

        .gva-products-list .shop-products > .product-block:last-child {
            padding-bottom: 20px;
        }

.gva-social-links {
    margin-bottom: 10px;
}

    .gva-social-links ul.socials {
        list-style: none;
        text-align: right;
        margin-bottom: 0;
    }

        .gva-social-links ul.socials > li {
            display: inline-block;
            margin-right: 20px;
        }

            .gva-social-links ul.socials > li a {
                float: left;
            }

    .gva-social-links.default ul.socials > li a i {
        font-size: 18px !important;
    }

    .gva-social-links.style-v2 {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

        .gva-social-links.style-v2:before, .gva-social-links.style-v2:after {
            content: " ";
            display: table;
        }

        .gva-social-links.style-v2:after {
            clear: both;
        }

        .gva-social-links.style-v2 .widget-title {
            text-transform: uppercase;
            text-align: center;
        }

            .gva-social-links.style-v2 .widget-title span {
                font-size: 14px;
                font-weight: 600;
                text-transform: capitalize;
                color: #fff;
            }

        .gva-social-links.style-v2 ul.socials {
            float: none;
            padding: 0;
            text-align: center;
            position: relative;
            display: inline-block;
            width: auto;
            padding: 0 10px;
        }

            .gva-social-links.style-v2 ul.socials > li {
                line-height: 1;
                display: inline-block;
                padding: 0 8px;
                margin: 0;
            }

                .gva-social-links.style-v2 ul.socials > li > a {
                    line-height: 1;
                    font-size: 18px !important;
                    color: #fff;
                }

                    .gva-social-links.style-v2 ul.socials > li > a i {
                        font-size: 18px;
                        background: none;
                    }

                    .gva-social-links.style-v2 ul.socials > li > a:hover {
                        color: #fc3c3c;
                    }

    .gva-social-links.style-v3 {
        text-align: center;
        margin-top: 45px;
    }

        .gva-social-links.style-v3 ul.socials {
            text-align: center;
        }

            .gva-social-links.style-v3 ul.socials > li > a {
                color: #aaaaaa;
            }

                .gva-social-links.style-v3 ul.socials > li > a i {
                    font-size: 18px;
                }

                .gva-social-links.style-v3 ul.socials > li > a:hover {
                    color: #11161F;
                }

    .gva-social-links.style-v4 {
        margin-bottom: 0;
    }

        .gva-social-links.style-v4 ul.socials {
            margin-bottom: 0;
            float: right;
        }

            .gva-social-links.style-v4 ul.socials > li > a {
                color: #aaaaaa !important;
            }

                .gva-social-links.style-v4 ul.socials > li > a i {
                    font-size: 16px !important;
                }

                .gva-social-links.style-v4 ul.socials > li > a:hover {
                    color: #11161F !important;
                }

.gsc-team .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

    .gsc-team .social-icons a:hover {
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    }

.gsc-team .team-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 15px;
    position: relative;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}

.gsc-team .team-position {
    text-transform: capitalize;
    color: #fc3c3c;
    font-weight: 400;
    font-size: 13px;
}

.gsc-team .team-info {
    margin: 15px 0;
}

.gsc-team.team-horizontal {
    margin-top: 50px;
}

    .gsc-team.team-horizontal .team-header {
        position: relative;
        overflow: hidden;
    }

        .gsc-team.team-horizontal .team-header img {
            -webkit-transition: all 3s;
            transition: all 3s;
            -moz-transition: all 3s;
            -ms-transition: all 3s;
            display: inline-block;
        }

        .gsc-team.team-horizontal .team-header .box-hover {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }

            .gsc-team.team-horizontal .team-header .box-hover .content-inner {
                position: absolute;
                top: 50%;
                margin-top: -15px;
                left: 0;
                width: 100%;
                height: auto;
                padding: 0 20px;
            }

        .gsc-team.team-horizontal .team-header .social-list a {
            background: none;
            color: #fff !important;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            margin-right: 20px;
            display: inline-block;
            font-size: 16px;
        }

            .gsc-team.team-horizontal .team-header .social-list a:last-child {
                margin-right: 0;
            }

            .gsc-team.team-horizontal .team-header .social-list a:hover {
                color: #fc3c3c !important;
            }

    .gsc-team.team-horizontal .team-name {
        font-size: 14px;
        margin: 0 0 12px 0;
        text-transform: uppercase;
        padding: 0 0 12px;
        position: relative;
        font-weight: 800;
    }

        .gsc-team.team-horizontal .team-name:after {
            bottom: 0;
            left: 0;
            content: "";
            background: #fc3c3c;
            width: 45px;
            height: 1px;
            position: absolute;
        }

    .gsc-team.team-horizontal:hover .box-hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .gsc-team.team-horizontal:hover .team-header img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.gsc-team.team-vertical-small {
    background: #F6F6F6;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

    .gsc-team.team-vertical-small .team-header {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
    }

    .gsc-team.team-vertical-small:hover {
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

.gsc-team.team-vertical {
    margin-bottom: 30px;
    position: relative;
    background: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

    .gsc-team.team-vertical .team-header {
        overflow: hidden;
        position: relative;
    }

        .gsc-team.team-vertical .team-header img {
            -webkit-transition: all 3s;
            transition: all 3s;
            -moz-transition: all 3s;
            -ms-transition: all 3s;
            display: inline-block;
        }

    .gsc-team.team-vertical .social-list a {
        background: none;
        color: #fff !important;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        margin-right: 20px;
        display: inline-block;
        font-size: 16px;
    }

        .gsc-team.team-vertical .social-list a:last-child {
            margin-right: 0;
        }

        .gsc-team.team-vertical .social-list a:hover {
            color: #11161F !important;
        }

    .gsc-team.team-vertical .team-name {
        padding: 0;
        color: #fff;
    }

    .gsc-team.team-vertical .team-position {
        color: #fff;
    }

    .gsc-team.team-vertical .team-content {
        color: #fff;
    }

    .gsc-team.team-vertical .box-hover {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

        .gsc-team.team-vertical .box-hover .team-content {
            position: absolute;
            left: 0;
            width: 100%;
            height: auto;
            padding: 0 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .gsc-team.team-vertical .team-body {
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
    }

        .gsc-team.team-vertical .team-body .content-hover {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .gsc-team.team-vertical .team-body .info {
            padding: 20px 15px;
            position: relative;
            margin-top: -35px;
            margin-left: 15px;
            margin-right: 15px;
            z-index: 99;
            background: #fc3c3c;
        }

    .gsc-team.team-vertical:hover .box-hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.gsc-team.team-circle .team-header, .gsc-team.team-circle .box-hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gva-contact-info {
    background: none;
}

    .gva-contact-info .widget-content {
        background: #fff;
    }

        .gva-contact-info .widget-content .description {
            line-height: 20px;
            margin-bottom: 45px;
        }

        .gva-contact-info .widget-content .image {
            -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.15);
        }

        .gva-contact-info .widget-content .content {
            margin-top: 25px;
        }

            .gva-contact-info .widget-content .content > div {
                margin-top: 10px;
            }

                .gva-contact-info .widget-content .content > div i {
                    margin: 0 8px 0 0;
                }

.gva-blogs-list .post {
    width: 100%;
    float: left;
}

    .gva-blogs-list .post .post-thumbnail {
        width: 45%;
        float: left;
    }

@media (max-width: 1024.98px) {
    .gva-blogs-list .post .post-thumbnail {
        width: 100%;
    }
}

.gva-blogs-list .post .post-thumbnail iframe {
    height: 250px;
    min-height: 250px;
}

.gva-blogs-list .post .entry-content {
    width: 55%;
    float: left;
    padding-left: 30px;
}

@media (max-width: 1024.98px) {
    .gva-blogs-list .post .entry-content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

@media (max-width: 1024.98px) and (max-width: 1024.98px) {
    .gva-blogs-list .post .entry-content .entry-title {
        margin-top: 15px;
    }
}

.gva-blogs-list.show-read-more .read-more {
    margin-top: 5px;
    display: block !important;
    visibility: visible !important;
}

.gva-blogs-list .row-item:last-child .post {
    margin-bottom: 0 !important;
}

.post-small .post {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
}

    .post-small .post .post-thumbnail {
        width: 70px;
        float: left;
    }

    .post-small .post .post-content {
        padding-left: 85px;
        width: 100%;
        float: none;
    }

    .post-small .post .entry-title {
        font-size: 14px !important;
        margin: 0;
        padding: 0;
    }

    .post-small .post .cat-links a {
        color: #fc3c3c;
    }

        .post-small .post .cat-links a:hover {
            text-decoration: underline;
        }

    .post-small .post .entry-meta {
        margin: 5px 0;
    }

        .post-small .post .entry-meta .author {
            display: none;
        }

    .post-small .post .line-1 {
        display: none;
    }

.gsc-facebook-box {
    margin-bottom: 30px;
}

    .gsc-facebook-box iframe {
        width: 100%;
    }

.elementor-accordion {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

    .elementor-accordion .elementor-accordion-item {
        border: none;
        border-bottom: 1px solid #E9E9EE;
    }

        .elementor-accordion .elementor-accordion-item:last-child {
            border-bottom: 0;
        }

        .elementor-accordion .elementor-accordion-item .elementor-tab-title {
            background: #fff;
            padding: 26px 35px;
        }

            .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
                padding: 0;
                color: #161c26;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                font-weight: 600;
            }

                .elementor-accordion .elementor-accordion-item .elementor-tab-title a span {
                    font-family: "Barlow", sans-serif;
                    color: #fc3c3c;
                }

            .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
                font-size: 14px;
                line-height: 25px;
                text-align: center;
            }

@media (max-width: 767.98px) {
    .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
        margin: 0;
    }
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-top: none;
    font-size: 18px;
    line-height: 34px;
}

.elementor-widget-progress .elementor-progress-bar:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: inherit;
    position: absolute;
    right: 0;
    top: -3px;
    display: none;
}

.elementor-widget-progress .elementor-progress-percentage {
    position: absolute;
    right: 0;
    color: #797F89;
    bottom: 18px;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
}

.elementor-widget-button a {
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-top: 5px;
}

.elementor-widget-icon-box .elementor-icon-box-title {
    margin: 0;
}

.elementor-widget-icon-box .elementor-icon-box-description {
    min-height: 0 !important;
}

@media (max-width: 767px) {
    .elementor-widget-icon-box.icon-box-left .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .elementor-widget-icon-box.icon-box-left .elementor-icon-box-wrapper .elementor-icon-box-icon {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .elementor-widget-icon-box.icon-box-left .elementor-icon-box-icon {
        margin-right: 15px !important;
        margin-bottom: 0 !important;
    }

    .elementor-widget-icon-box.icon-box-left .elementor-icon-box-content {
        text-align: left;
    }
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gva-brand-carousel .brand-item-content {
    text-align: center;
}

    .gva-brand-carousel .brand-item-content img {
        opacity: 0.38;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .gva-brand-carousel .brand-item-content:hover img {
        opacity: 1;
        -webkit-animation: beat 1.5s ease 0s infinite;
        animation: beat 1.5s ease 0s infinite;
    }

.gva-brand-carousel.style-1 .brand-item > .brand-item-content:first-child {
    margin-bottom: 70px;
}

.gva-navigation-menu.menu-align-center {
    text-align: center;
}

    .gva-navigation-menu.menu-align-center .gva-nav-menu {
        display: inline-block;
        float: none;
        margin-bottom: -10px;
    }

.gva-navigation-menu.menu-align-right .gva-nav-menu {
    float: right;
}

.gsc-call-to-action .sub-title {
    font-family: "Sacramento", cursive;
    font-size: 34px;
    color: #fc3c3c;
}

.gsc-call-to-action .title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .gsc-call-to-action .title {
        font-size: 36px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-call-to-action .title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .gsc-call-to-action .title {
        font-size: 28px;
    }
}

.gsc-call-to-action.button-right {
    position: relative;
}

    .gsc-call-to-action.button-right .content-inner .cta-content {
        padding-right: 220px;
        float: left;
        width: 100%;
    }

@media (max-width: 767.98px) {
    .gsc-call-to-action.button-right .content-inner .cta-content {
        padding-right: 0;
        width: 100%;
    }
}

.gsc-call-to-action.button-right .content-inner .button-action {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .gsc-call-to-action.button-right .content-inner .button-action {
        position: relative;
        margin-top: 20px;
        float: left;
    }
}

.gsc-call-to-action.button-left {
    position: relative;
    text-align: right;
}

    .gsc-call-to-action.button-left .cta-content {
        padding-left: 220px;
        width: 100%;
    }

    .gsc-call-to-action.button-left .button-action {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -30px;
        z-index: 1;
    }

@media (max-width: 767.98px) {
    .gsc-call-to-action.button-left .button-action {
        position: relative;
        margin-top: 20px;
        float: left;
    }
}

.gsc-call-to-action.button-bottom {
    padding: 15px 0;
}

    .gsc-call-to-action.button-bottom .button-action {
        margin-top: 30px;
    }

.gsc-call-to-action.button-center {
    text-align: center;
    margin: 0 auto;
}

    .gsc-call-to-action.button-center .content-inner .cta-content {
        margin: 0 auto;
    }

    .gsc-call-to-action.button-center .button-action {
        margin-top: 30px;
    }

.gsc-career {
    border: 1px solid #E9E9EE;
    display: table;
    width: 100%;
}

    .gsc-career .image-box {
        width: 180px;
        text-align: center;
        padding: 10px 20px;
        display: table-cell;
        vertical-align: middle;
    }

@media (max-width: 1024.98px) {
    .gsc-career .image-box {
        width: 100px;
        padding: 30px 30px 0;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .gsc-career .image-box {
        display: block;
        width: 100%;
    }
}

.gsc-career .box-content {
    display: table-cell;
    padding: 25px;
    border-left: 1px solid #E9E9EE;
}

@media (max-width: 767.98px) {
    .gsc-career .box-content {
        display: block;
        width: 100%;
    }
}

.gsc-career .box-content .title {
    font-size: 22px;
}

.gsc-career .box-content .job-type {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #fc3c3c;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
}

.gsc-career .box-content .box-information {
    font-size: 13px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #E9E9EE;
}

    .gsc-career .box-content .box-information ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .gsc-career .box-content .box-information ul li {
            float: left;
            margin-right: 30px;
        }

            .gsc-career .box-content .box-information ul li:last-child {
                margin-right: 0;
            }

            .gsc-career .box-content .box-information ul li .icon {
                margin-right: 6px;
            }

.gva-hover-box-carousel .hover-box-item {
    position: relative;
    width: 100%;
}

    .gva-hover-box-carousel .hover-box-item .box-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-size: cover;
        background-position: center center;
    }

        .gva-hover-box-carousel .hover-box-item .box-background:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 1;
            bottom: 0;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.8)));
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 80%);
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

        .gva-hover-box-carousel .hover-box-item .box-background:before {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 1;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            opacity: 0;
        }

    .gva-hover-box-carousel .hover-box-item .box-content {
        position: absolute;
        z-index: 11;
        padding: 30px 20px 60px;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .gva-hover-box-carousel .hover-box-item .box-content .content-inner {
            max-width: 260px;
            margin: 0 auto;
        }

        .gva-hover-box-carousel .hover-box-item .box-content .box-icon {
            display: inline-block;
            width: 80px;
            height: 80px;
            background: #fc3c3c;
            line-height: 1;
            margin: 0 auto 20px;
            font-size: 30px;
            color: #fff;
            line-height: 80px;
            padding-top: 10px;
            text-align: center;
        }

            .gva-hover-box-carousel .hover-box-item .box-content .box-icon svg {
                width: 52px;
                height: auto;
                fill: #fff;
            }

        .gva-hover-box-carousel .hover-box-item .box-content .box-title {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .gva-hover-box-carousel .hover-box-item .box-content .box-desc {
            color: #fff;
            height: 0;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            overflow: hidden;
        }

    .gva-hover-box-carousel .hover-box-item:hover .box-background:after {
        opacity: 0;
    }

    .gva-hover-box-carousel .hover-box-item:hover .box-background:before {
        opacity: 1;
    }

    .gva-hover-box-carousel .hover-box-item:hover .box-desc {
        height: 200px;
        opacity: 1;
    }

.gsc-countdown {
    background: #fc3c3c;
}

    .gsc-countdown .content-inner {
        display: table;
        width: 100%;
    }

@media (max-width: 1024.98px) {
    .gsc-countdown .content-inner {
        display: block;
    }

        .gsc-countdown .content-inner:before, .gsc-countdown .content-inner:after {
            content: " ";
            display: table;
        }

        .gsc-countdown .content-inner:after {
            clear: both;
        }
}

.gsc-countdown .content-inner .title {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
}

@media (max-width: 1024.98px) {
    .gsc-countdown .content-inner .title {
        display: block;
        width: 100%;
    }
}

.gsc-countdown .content-inner .gva-countdown-inner {
    display: table-cell;
    vertical-align: middle;
}

    .gsc-countdown .content-inner .gva-countdown-inner:before, .gsc-countdown .content-inner .gva-countdown-inner:after {
        content: " ";
        display: table;
    }

    .gsc-countdown .content-inner .gva-countdown-inner:after {
        clear: both;
    }

@media (max-width: 1024.98px) {
    .gsc-countdown .content-inner .gva-countdown-inner {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}

.gsc-countdown .gva-countdown-inner {
    display: inline-block;
    float: right;
}

    .gsc-countdown .gva-countdown-inner .countdown-times {
        display: block;
    }

        .gsc-countdown .gva-countdown-inner .countdown-times > div {
            display: inline-block;
            float: left;
            padding: 25px 10px;
            line-height: 1;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.1);
            margin-right: 10px;
            margin-bottom: 15px;
            min-width: 110px;
        }

@media (max-width: 1199.98px) {
    .gsc-countdown .gva-countdown-inner .countdown-times > div {
        min-width: 70px;
        padding: 20px 10px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-countdown .gva-countdown-inner .countdown-times > div {
        min-width: 90px;
        padding: 20px 10px;
    }
}

@media (max-width: 550px) {
    .gsc-countdown .gva-countdown-inner .countdown-times > div {
        width: 45%;
        margin-right: 5%;
    }
}

.gsc-countdown .gva-countdown-inner .countdown-times > div:last-child {
    margin-right: 0;
}

.gsc-countdown .gva-countdown-inner .countdown-times > div b {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    display: inline-block;
}

@media (max-width: 1199.98px) {
    .gsc-countdown .gva-countdown-inner .countdown-times > div b {
        font-size: 22px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-countdown .gva-countdown-inner .countdown-times > div b {
        font-size: 20px;
    }
}

.gsc-countdown .gva-countdown-inner .countdown-times > div .label {
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 5px 0 0;
}

.gsc-countdown.align-left .gva-countdown-inner {
    float: left;
}

.gsc-countdown.align-center .gva-countdown-inner {
    float: none;
}

.gsc-countdown.align-right .gva-countdown-inner {
    float: right;
}

.elementor-view-stacked .gsc-icon-box .highlight-icon .icon, .elementor-view-framed .gsc-icon-box .highlight-icon .icon {
    padding: 0.5em;
}

.gsc-icon-box {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

    .gsc-icon-box:before, .gsc-icon-box:after {
        content: " ";
        display: table;
    }

    .gsc-icon-box:after {
        clear: both;
    }

    .gsc-icon-box .highlight_content {
        margin-top: 5px;
    }

        .gsc-icon-box .highlight_content .title {
            font-size: 20px;
            color: #161c26;
            letter-spacing: 0;
            margin-top: 0;
            line-height: 30px;
        }

        .gsc-icon-box .highlight_content .desc p {
            margin-bottom: 0;
        }

    .gsc-icon-box .highlight-icon {
        line-height: 1;
    }

        .gsc-icon-box .highlight-icon .box-icon {
            font-size: 45px;
            color: #fc3c3c;
            display: inline-block;
        }

            .gsc-icon-box .highlight-icon .box-icon svg {
                width: 45px;
                height: auto;
                fill: #fc3c3c;
            }

        .gsc-icon-box .highlight-icon .icon-container {
            text-align: center;
            line-height: 1;
            position: relative;
            color: #fc3c3c;
        }

            .gsc-icon-box .highlight-icon .icon-container .icon {
                position: relative;
                z-index: 11;
            }

            .gsc-icon-box .highlight-icon .icon-container.fa-stack {
                line-height: 2.4em !important;
                width: 2.4em;
                height: 2.4em;
            }

    .gsc-icon-box.top-center {
        text-align: center;
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }

        .gsc-icon-box.top-center .highlight-icon {
            text-align: center;
            padding-right: 0 !important;
        }

            .gsc-icon-box.top-center .highlight-icon .icon-container {
                display: inline-block;
            }

                .gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x {
                    font-size: 1.4em;
                }

        .gsc-icon-box.top-center .title {
            position: relative;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .gsc-icon-box.top-center .highlight_content {
            text-align: center;
            max-width: 300px;
            margin: 0 auto;
        }

            .gsc-icon-box.top-center .highlight_content .desc {
                text-align: center;
                font-weight: 400;
                text-transform: normal;
            }

    .gsc-icon-box.top-left {
        text-align: left;
        max-width: 560px;
        clear: both;
    }

        .gsc-icon-box.top-left .title {
            padding: 5px 0;
        }

        .gsc-icon-box.top-left .highlight-icon {
            padding-bottom: 10px;
        }

        .gsc-icon-box.top-left .highlight_content {
            position: relative;
        }

    .gsc-icon-box.top-right {
        text-align: right;
        max-width: 560px;
        clear: both;
        float: right;
    }

        .gsc-icon-box.top-right .title {
            padding: 5px 0;
        }

        .gsc-icon-box.top-right .highlight-icon {
            width: 100%;
            text-align: right;
        }

            .gsc-icon-box.top-right .highlight-icon .icon-container {
                display: inline-block;
            }

    .gsc-icon-box.top-left-title .title-inner, .gsc-icon-box.top-right-title .title-inner {
        display: table;
        margin-bottom: 15px;
    }

        .gsc-icon-box.top-left-title .title-inner .highlight-icon, .gsc-icon-box.top-right-title .title-inner .highlight-icon {
            display: table-cell;
            vertical-align: top;
        }

        .gsc-icon-box.top-left-title .title-inner .title, .gsc-icon-box.top-right-title .title-inner .title {
            display: table-cell;
            vertical-align: middle;
        }

    .gsc-icon-box.top-left-title .highlight-icon {
        padding-right: 15px;
    }

    .gsc-icon-box.top-right-title {
        text-align: right;
    }

        .gsc-icon-box.top-right-title:before, .gsc-icon-box.top-right-title:after {
            content: " ";
            display: table;
        }

        .gsc-icon-box.top-right-title:after {
            clear: both;
        }

        .gsc-icon-box.top-right-title .title-inner {
            float: right;
        }

        .gsc-icon-box.top-right-title .highlight-icon {
            padding-left: 15px;
        }

        .gsc-icon-box.top-right-title .desc {
            float: right;
            width: 100%;
        }

    .gsc-icon-box.right, .gsc-icon-box.left {
        display: table;
        max-width: 600px;
    }

        .gsc-icon-box.right .highlight-icon, .gsc-icon-box.left .highlight-icon {
            display: table-cell;
            vertical-align: top;
            padding-top: 2px;
        }

        .gsc-icon-box.right .highlight_content, .gsc-icon-box.left .highlight_content {
            display: table-cell;
            vertical-align: top;
        }

        .gsc-icon-box.right.icon-background .highlight-icon, .gsc-icon-box.left.icon-background .highlight-icon {
            padding-top: 0;
        }

    .gsc-icon-box.right {
        text-align: right;
    }

    .gsc-icon-box.left {
        text-align: left;
    }

    .gsc-icon-box:hover .box-icon svg, .gsc-icon-box:hover .box-icon i {
        -webkit-animation: beat 1.5s ease 0s infinite;
        animation: beat 1.5s ease 0s infinite;
    }

.gsc-icon-box-group.style-1 .icon-box-item-content {
    position: relative;
}

    .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner {
        position: relative;
        text-align: left;
        background: #fff;
        padding: 40px 15px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        margin: 0 auto;
        text-align: center;
    }

        .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner:before, .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner:after {
            content: " ";
            display: table;
        }

        .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner:after {
            clear: both;
        }

        .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner .box-icon {
            display: inline-block;
        }

            .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner .box-icon i {
                color: #fc3c3c;
            }

            .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner .box-icon svg {
                fill: #fc3c3c;
                height: auto;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
            }

        .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner .title {
            color: #11161F;
            font-size: 16px;
            font-weight: 600;
            display: block;
            line-height: 1.4;
            margin-bottom: 0;
            font-family: "Muli", sans-serif;
        }

        .gsc-icon-box-group.style-1 .icon-box-item-content .icon-box-item-inner .content-inner {
            margin-top: 20px;
            position: relative;
        }

    .gsc-icon-box-group.style-1 .icon-box-item-content:hover .icon-box-item-inner .icon-inner .box-icon svg, .gsc-icon-box-group.style-1 .icon-box-item-content:hover .icon-box-item-inner .icon-inner .box-icon i, .gsc-icon-box-group.style-1 .icon-box-item-content.active .icon-box-item-inner .icon-inner .box-icon svg, .gsc-icon-box-group.style-1 .icon-box-item-content.active .icon-box-item-inner .icon-inner .box-icon i {
        -webkit-animation: beat 1.5s ease 0s infinite;
        animation: beat 1.5s ease 0s infinite;
    }

    .gsc-icon-box-group.style-1 .icon-box-item-content .link-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
    }

.gsc-icon-box-group.layout-carousel {
    background: #fff;
    border-radius: 4px;
    padding: 0 82px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .gsc-icon-box-group.layout-carousel {
        padding: 0;
    }
}

.gsc-icon-box-group.layout-carousel.style-1 .owl-stage-outer {
    margin-left: 1px;
}

    .gsc-icon-box-group.layout-carousel.style-1 .owl-stage-outer .icon-box-item-content .icon-box-item-inner {
        border: none;
        border-left: 1px solid #E9E9EE;
        border-bottom: 2px solid transparent;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .gsc-icon-box-group.layout-carousel.style-1 .owl-stage-outer .owl-item.first .icon-box-item-content .icon-box-item-inner {
        border-left-color: transparent;
    }

    .gsc-icon-box-group.layout-carousel.style-1 .owl-stage-outer .owl-item.center .icon-box-item-content .icon-box-item-inner {
        background: #F0F3F6;
        border-bottom-color: #fc3c3c;
    }

.gsc-icon-box-group.layout-carousel .owl-nav {
    opacity: 1 !important;
}

.gsc-icon-box-group.layout-carousel .owl-dots {
    padding-bottom: 20px;
}

.gsc-icon-box-styles.style-1 {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}

    .gsc-icon-box-styles.style-1:before, .gsc-icon-box-styles.style-1:after {
        content: " ";
        display: table;
    }

    .gsc-icon-box-styles.style-1:after {
        clear: both;
    }

    .gsc-icon-box-styles.style-1 .icon-box-content {
        text-align: center;
        padding: 50px 30px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        border-radius: 4px;
    }

@media (max-width: 1199.98px) {
    .gsc-icon-box-styles.style-1 .icon-box-content {
        border: 1px solid #E9E9EE;
    }
}

.gsc-icon-box-styles.style-1 .icon-box-content .box-icon {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

    .gsc-icon-box-styles.style-1 .icon-box-content .box-icon i, .gsc-icon-box-styles.style-1 .icon-box-content .box-icon svg {
        color: #fc3c3c;
        fill: #fc3c3c;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        position: relative;
        z-index: 11;
        height: auto;
    }

.gsc-icon-box-styles.style-1 .box-content .title {
    color: #11161F;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 1199.98px) {
    .gsc-icon-box-styles.style-1 .box-content .title {
        font-size: 20px;
    }
}

.gsc-icon-box-styles.style-1 .box-content .content-inner {
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}

    .gsc-icon-box-styles.style-1 .box-content .content-inner .desc {
        font-weight: 500;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

.gsc-icon-box-styles.style-1 .link-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gsc-icon-box-styles.style-1:hover .icon-box-content, .gsc-icon-box-styles.style-1.active .icon-box-content {
    background: #fc3c3c;
}

    .gsc-icon-box-styles.style-1:hover .icon-box-content .icon-inner .box-icon svg, .gsc-icon-box-styles.style-1:hover .icon-box-content .icon-inner .box-icon i, .gsc-icon-box-styles.style-1.active .icon-box-content .icon-inner .box-icon svg, .gsc-icon-box-styles.style-1.active .icon-box-content .icon-inner .box-icon i {
        color: #fff;
        fill: #fff;
        -webkit-animation: beat 1.5s ease 0s infinite;
        animation: beat 1.5s ease 0s infinite;
    }

    .gsc-icon-box-styles.style-1:hover .icon-box-content .box-content .title, .gsc-icon-box-styles.style-1.active .icon-box-content .box-content .title {
        color: #fff;
    }

    .gsc-icon-box-styles.style-1:hover .icon-box-content .box-content .desc, .gsc-icon-box-styles.style-1.active .icon-box-content .box-content .desc {
        color: #fff;
    }

.gsc-icon-box-styles.style-2 {
    position: relative;
    text-align: left;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    margin-top: 50px;
}

    .gsc-icon-box-styles.style-2:before, .gsc-icon-box-styles.style-2:after {
        content: " ";
        display: table;
    }

    .gsc-icon-box-styles.style-2:after {
        clear: both;
    }

    .gsc-icon-box-styles.style-2 .box-icon {
        display: inline-block;
        background: #fc3c3c;
        text-align: center;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -50px;
    }

        .gsc-icon-box-styles.style-2 .box-icon i, .gsc-icon-box-styles.style-2 .box-icon svg {
            color: #fff;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            position: relative;
            z-index: 11;
            fill: #fff;
            height: auto;
        }

    .gsc-icon-box-styles.style-2 .content-inner {
        margin-top: 20px;
        position: relative;
        border-radius: 4px;
        padding: 45px 30px 55px;
        text-align: center;
        overflow: hidden;
        border-radius: 4px;
        border-bottom: 2px solid transparent;
    }

        .gsc-icon-box-styles.style-2 .content-inner .title {
            color: #11161F;
            font-size: 20px;
            display: block;
            line-height: 1.4;
            margin-bottom: 5px;
            position: relative;
            z-index: 11;
        }

        .gsc-icon-box-styles.style-2 .content-inner .desc {
            position: relative;
            z-index: 11;
        }

        .gsc-icon-box-styles.style-2 .content-inner .box-icon-hover {
            font-size: 180px;
            color: #F0F3F6;
            position: absolute;
            bottom: -36px;
            right: -100px;
            z-index: 1;
            -webkit-transform: rotate(-30deg) scale(0.6);
            transform: rotate(-30deg) scale(0.6);
            opacity: 0;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

    .gsc-icon-box-styles.style-2:hover .content-inner, .gsc-icon-box-styles.style-2.active .content-inner {
        border-bottom-color: #fc3c3c;
    }

        .gsc-icon-box-styles.style-2:hover .content-inner .box-icon-hover, .gsc-icon-box-styles.style-2.active .content-inner .box-icon-hover {
            -webkit-transform: rotate(-30deg) scale(1);
            transform: rotate(-30deg) scale(1);
            opacity: 1;
            right: -36px;
        }

.gsc-icon-box-styles:hover .icon-inner .box-icon svg, .gsc-icon-box-styles:hover .icon-inner .box-icon i, .gsc-icon-box-styles.active .icon-inner .box-icon svg, .gsc-icon-box-styles.active .icon-inner .box-icon i {
    color: #fff;
    fill: #fff;
    -webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}

.milestone-block {
    position: relative;
}

    .milestone-block .milestone-content .milestone-number-inner {
        font-family: "Barlow", sans-serif;
    }

        .milestone-block .milestone-content .milestone-number-inner .symbol.after {
            margin-left: -15px;
        }

        .milestone-block .milestone-content .milestone-number-inner .symbol.before {
            margin-right: -15px;
        }

    .milestone-block .link-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .milestone-block.style-1 .box-content {
        display: block;
        width: 100%;
        text-align: center;
    }

        .milestone-block.style-1 .box-content .milestone-icon .icon {
            line-height: 1;
            display: inline-block;
            border-radius: 50%;
            padding: 25px 10px 10px;
            background: #fff;
            color: #11161F;
            fill: #11161F;
            position: relative;
            width: 120px;
            height: 120px;
            line-height: 85px;
            border: 2px solid #E9E9EE;
        }

            .milestone-block.style-1 .box-content .milestone-icon .icon:after {
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: #fc3c3c;
                position: absolute;
                z-index: 1;
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
                border-radius: 50%;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
            }

            .milestone-block.style-1 .box-content .milestone-icon .icon i, .milestone-block.style-1 .box-content .milestone-icon .icon svg {
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                color: #fff;
                fill: #fff;
                position: relative;
                z-index: 11;
            }

        .milestone-block.style-1 .box-content .milestone-icon .icon {
            line-height: 1;
            display: inline-block;
            color: #11161F;
            position: relative;
        }

            .milestone-block.style-1 .box-content .milestone-icon .icon i, .milestone-block.style-1 .box-content .milestone-icon .icon svg {
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                color: #11161F;
                fill: #11161F;
                position: relative;
                z-index: 11;
            }

        .milestone-block.style-1 .box-content .milestone-content .milestone-text {
            font-family: "Barlow", sans-serif;
        }

        .milestone-block.style-1 .box-content .milestone-content .milestone-number-inner {
            font-size: 60px;
            line-height: 1.2;
            color: #11161F;
            font-weight: 500;
            font-family: "Barlow", sans-serif;
        }

@media (max-width: 1199.98px) {
    .milestone-block.style-1 .box-content .milestone-content .milestone-number-inner {
        font-size: 52px;
    }
}

@media (max-width: 1024.98px) {
    .milestone-block.style-1 .box-content .milestone-content .milestone-number-inner {
        font-size: 46px;
    }
}

@media (max-width: 767.98px) {
    .milestone-block.style-1 .box-content .milestone-content .milestone-number-inner {
        font-size: 40px;
    }
}

.milestone-block.style-1:hover .milestone-icon .icon {
    border-color: transparent;
}

    .milestone-block.style-1:hover .milestone-icon .icon:after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .milestone-block.style-1:hover .milestone-icon .icon svg, .milestone-block.style-1:hover .milestone-icon .icon i {
        -webkit-animation: beat 1.5s ease 0s infinite;
        animation: beat 1.5s ease 0s infinite;
        color: #fff !important;
        fill: #fff !important;
    }

.milestone-block.style-2 .box-content {
    position: relative;
    display: table;
}

    .milestone-block.style-2 .box-content .milestone-icon {
        display: block;
        line-height: 1;
        display: table-cell;
        vertical-align: middle;
    }

        .milestone-block.style-2 .box-content .milestone-icon .icon {
            color: #fc3c3c;
        }

            .milestone-block.style-2 .box-content .milestone-icon .icon svg {
                fill: #fc3c3c;
            }

    .milestone-block.style-2 .box-content .milestone-content {
        display: table-cell;
        text-align: left;
    }

        .milestone-block.style-2 .box-content .milestone-content .milestone-number-inner {
            font-size: 80px;
            line-height: 1;
            font-weight: 300;
            color: #11161F;
            margin-bottom: 10px;
            font-family: "Barlow", sans-serif;
        }

@media (max-width: 1199.98px) {
    .milestone-block.style-2 .box-content .milestone-content .milestone-number-inner {
        font-size: 68px;
    }
}

@media (max-width: 1024.98px) {
    .milestone-block.style-2 .box-content .milestone-content .milestone-number-inner {
        font-size: 58px;
    }
}

.milestone-block.style-2 .box-content .milestone-content .milestone-text {
    font-size: 22px;
    color: #11161F;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
}

.milestone-block.style-3 {
    overflow: hidden;
    position: relative;
    z-index: 11;
}

    .milestone-block.style-3 .box-content {
        display: block;
        width: 100%;
        text-align: center;
        background: #fc3c3c;
        padding: 50px 30px;
        border-radius: 4px;
    }

        .milestone-block.style-3 .box-content .milestone-icon .icon {
            line-height: 1;
            display: inline-block;
            border-radius: 50%;
            padding: 20px 10px 10px;
            background: #11161F;
            color: #fff;
            fill: #fff;
            position: relative;
            width: 120px;
            height: 120px;
            line-height: 85px;
        }

            .milestone-block.style-3 .box-content .milestone-icon .icon:after {
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: #fff;
                position: absolute;
                z-index: 1;
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
                border-radius: 50%;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
            }

            .milestone-block.style-3 .box-content .milestone-icon .icon i, .milestone-block.style-3 .box-content .milestone-icon .icon svg {
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                color: #fff;
                fill: #fff;
                position: relative;
                z-index: 11;
            }

        .milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
            font-size: 90px;
            line-height: 1;
            color: #fff;
            font-weight: 700;
            padding: 20px 0;
        }

@media (max-width: 1199.98px) {
    .milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
        font-size: 80px;
    }
}

@media (max-width: 1024.98px) {
    .milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
        font-size: 50px;
    }
}

.milestone-block.style-3 .box-content .milestone-content .milestone-text {
    color: #fff;
    font-size: 18px;
}

.milestone-block.style-3 .milestone-icon-background .icon {
    font-size: 290px;
    color: #11161F;
    opacity: 0.08;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20%;
    right: -20%;
    z-index: 1;
}

.milestone-block.style-3:hover .milestone-icon .icon {
    border-color: transparent;
}

    .milestone-block.style-3:hover .milestone-icon .icon:after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .milestone-block.style-3:hover .milestone-icon .icon svg, .milestone-block.style-3:hover .milestone-icon .icon i {
        color: #11161F;
        fill: #11161F;
        -webkit-animation: beat 1.5s ease 0s infinite;
        animation: beat 1.5s ease 0s infinite;
    }

.milestone-block:hover .milestone-icon .icon svg, .milestone-block:hover .milestone-icon .icon i {
    -webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}

.gallery-post {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .gallery-post .grid__deco {
        position: absolute;
    }

    .gallery-post .background-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        background: #11161F;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .gallery-post .images {
        overflow: hidden;
        position: relative;
    }

        .gallery-post .images img {
            -webkit-transition: all 5s;
            transition: all 5s;
            -moz-transition: all 5s;
            -ms-transition: all 5s;
        }

    .gallery-post a.zoomGallery {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        z-index: 99;
        color: #fff;
        font-size: 30px;
        line-height: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        background: #fc3c3c;
    }

        .gallery-post a.zoomGallery:after {
            content: '';
            width: 2px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            background: #fc3c3c;
        }

        .gallery-post a.zoomGallery .icon-expand {
            width: 60px;
            height: 60px;
            display: inline-block;
            position: relative;
            z-index: 9;
            text-align: center;
            padding-top: 14px;
        }

            .gallery-post a.zoomGallery .icon-expand .icon {
                font-size: 22px;
                color: #fff;
            }

        .gallery-post a.zoomGallery:hover:after {
            width: 100%;
        }

        .gallery-post a.zoomGallery:hover .icon-expand .icon {
            color: #11161F;
        }

    .gallery-post:hover .background-overlay {
        width: 100%;
        opacity: 0.36;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .gallery-post:hover .zoomGallery {
        opacity: 1;
    }

.gva-gallery-carousel .owl-carousel {
    margin: 0 -3px;
}

    .gva-gallery-carousel .owl-carousel .owl-item {
        padding: 0 3px;
    }

.gva-gallery-grid .gallery-post {
    margin-bottom: 30px;
}

.gsc-heading {
    display: block;
    width: 100%;
}

    .gsc-heading:before, .gsc-heading:after {
        content: " ";
        display: table;
    }

    .gsc-heading:after {
        clear: both;
    }

    .gsc-heading .heading-icon {
        line-height: 1;
        margin-bottom: 6px;
    }

    .gsc-heading .heading-video {
        margin-bottom: 50px;
    }

        .gsc-heading .heading-video .video-link {
            display: inline-block;
            font-size: 24px;
            color: #fff;
            background: #fc3c3c;
            text-align: center;
            position: relative;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
        }

            .gsc-heading .heading-video .video-link:hover {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }

    .gsc-heading .title {
        font-size: 46px;
        position: relative;
        margin: 0;
        font-weight: 800;
        line-height: 1.2;
    }

@media (max-width: 1199.98px) {
    .gsc-heading .title {
        font-size: 42px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-heading .title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .gsc-heading .title {
        font-size: 34px;
    }
}

.gsc-heading .title .highlight, .gsc-heading .title strong {
    color: #fc3c3c;
}

.gsc-heading .sub-title {
    color: #fc3c3c;
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: "Barlow", sans-serif;
}

.gsc-heading .title-desc ul {
    margin-bottom: 0;
    padding: 0;
}

    .gsc-heading .title-desc ul > li {
        position: relative;
        padding-left: 22px;
        list-style: none;
        padding-bottom: 6px;
    }

        .gsc-heading .title-desc ul > li:before {
            content: '';
            width: 12px;
            height: 12px;
            background: url("../images//bullet-star.png") no-repeat center center;
            position: absolute;
            top: 11px;
            left: 0;
            z-index: 1;
        }

        .gsc-heading .title-desc ul > li:last-child {
            padding-bottom: 0;
        }

.gsc-heading .title-desc p {
    margin-bottom: 0;
}

.gsc-heading .heading-action {
    margin-top: 30px;
}

.gsc-heading.align-center {
    text-align: center;
}

    .gsc-heading.align-center .content-inner {
        margin: 0 auto;
    }

.gsc-heading.align-left {
    text-align: left;
}

    .gsc-heading.align-left .title-icon {
        padding-left: 50px;
    }

.gsc-heading.align-right {
    text-align: right;
}

    .gsc-heading.align-right .title-desc {
        float: right;
        width: 100%;
        text-align: right;
    }

    .gsc-heading.align-right .title-icon {
        padding-right: 50px;
    }

.gsc-heading.box-align-center .content-inner {
    margin: 0 auto;
}

.gsc-heading.box-align-right .content-inner {
    float: right;
}

.gsc-heading.style-2 .content-inner .sub-title {
    font-family: "Sacramento", cursive;
    font-size: 70px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    z-index: 1;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .gsc-heading.style-2 .content-inner .sub-title {
        font-size: 60px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-heading.style-2 .content-inner .sub-title {
        font-size: 50px;
    }
}

.gsc-image-content.skin-v1 {
    text-align: center;
    position: relative;
}

    .gsc-image-content.skin-v1 .image {
        position: relative;
        overflow: hidden;
        width: 60%;
    }

        .gsc-image-content.skin-v1 .image img {
            border-radius: 4px;
        }

@media (max-width: 767.98px) {
    .gsc-image-content.skin-v1 .image {
        padding: 0;
        width: 100%;
    }
}

.gsc-image-content.skin-v1 .box-content {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
    z-index: 11;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    text-align: left;
    padding: 70px 50px;
    border-radius: 4px;
}

@media (max-width: 1199.98px) {
    .gsc-image-content.skin-v1 .box-content {
        padding: 35px 30px;
    }
}

@media (max-width: 767.98px) {
    .gsc-image-content.skin-v1 .box-content {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
    }
}

.gsc-image-content.skin-v1 .box-content .content-inner {
    max-width: 480px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .gsc-image-content.skin-v1 .box-content .content-inner {
        max-width: 100%;
    }
}

.gsc-image-content.skin-v1 .box-content .content-inner .title {
    font-size: 45px;
    color: #11161F;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .gsc-image-content.skin-v1 .box-content .content-inner .title {
        font-size: 30px;
    }
}

.gsc-image-content.skin-v2 {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

    .gsc-image-content.skin-v2 .image {
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .gsc-image-content.skin-v2 .image img {
            -webkit-transition: all 3s;
            transition: all 3s;
            -moz-transition: all 3s;
            -ms-transition: all 3s;
        }

    .gsc-image-content.skin-v2 .box-content {
        background: #fff;
        z-index: 1;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
    }

        .gsc-image-content.skin-v2 .box-content .title {
            margin: 30px 0 0;
            font-size: 20px;
            color: #11161F;
        }

        .gsc-image-content.skin-v2 .box-content .desc {
            margin-top: 5px;
            color: #797F89;
        }

        .gsc-image-content.skin-v2 .box-content .read-more {
            margin-top: 28px;
        }

            .gsc-image-content.skin-v2 .box-content .read-more svg {
                width: 20px;
                height: auto;
                fill: #fc3c3c;
            }

.gsc-image-content.skin-v3 {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

    .gsc-image-content.skin-v3 .image {
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .gsc-image-content.skin-v3 .image img {
            -webkit-transition: all 3s;
            transition: all 3s;
            -moz-transition: all 3s;
            -ms-transition: all 3s;
        }

    .gsc-image-content.skin-v3 .box-content {
        background: #fc3c3c;
        z-index: 1;
        position: absolute;
        bottom: 20px;
        left: 30px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        max-width: 280px;
        padding: 30px 45px;
        font-size: 18px;
        text-align: center;
    }

        .gsc-image-content.skin-v3 .box-content .title {
            margin: 0;
            font-size: 40px;
            color: #11161F;
        }

            .gsc-image-content.skin-v3 .box-content .title a {
                color: #fff;
            }

                .gsc-image-content.skin-v3 .box-content .title a:hover {
                    text-decoration: underline;
                }

        .gsc-image-content.skin-v3 .box-content .desc {
            font-size: 18px;
            color: #11161F;
        }

.gsc-image-content.skin-v4 {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    padding: 30px 45px;
    border: 1px solid #E9E9EE;
}

@media (max-width: 1199.98px) {
    .gsc-image-content.skin-v4 {
        padding: 30px;
    }
}

.gsc-image-content.skin-v4 .image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .gsc-image-content.skin-v4 .image img {
        -webkit-transition: all 3s;
        transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
    }

.gsc-image-content.skin-v4 .box-content {
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
}

    .gsc-image-content.skin-v4 .box-content .title {
        margin: 30px 0 0;
        font-size: 20px;
        color: #11161F;
        line-height: 36px;
    }

    .gsc-image-content.skin-v4 .box-content .desc {
        margin-top: 5px;
        color: #797F89;
    }

    .gsc-image-content.skin-v4 .box-content .read-more {
        margin-top: 28px;
    }

        .gsc-image-content.skin-v4 .box-content .read-more svg {
            width: 20px;
            height: auto;
            fill: #fc3c3c;
        }

.gva-posts-grid .posts-grid-filter {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

    .gva-posts-grid .posts-grid-filter ul.nav-tabs {
        display: inline-block;
        text-align: left;
        float: left;
        padding-top: 15px;
    }

        .gva-posts-grid .posts-grid-filter ul.nav-tabs > li > a {
            background: none;
            font-weight: 500;
            color: #11161F;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            text-transform: uppercase;
            padding: 0 10px;
        }

            .gva-posts-grid .posts-grid-filter ul.nav-tabs > li > a.active {
                color: #fc3c3c;
            }

    .gva-posts-grid .posts-grid-filter .view-all {
        float: right;
    }

.gva-posts-grid .gva-content-items {
    float: left;
    width: 100%;
}

.gva-posts-grid .post {
    margin-bottom: 30px;
}

    .gva-posts-grid .post .read-more {
        display: block !important;
        visible: visibility !important;
    }

.gva-posts-carousel .post {
    background: #fff;
}

.gva-posts-ziczac .gva-content-items .posts-row .post-ziczac {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1024.98px) {
    .gva-posts-ziczac .gva-content-items .posts-row .post-ziczac {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .gva-posts-ziczac .gva-content-items .posts-row .post-ziczac {
        padding-top: 280px;
    }
}

.gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .post-thumbnail {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 500px) {
    .gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .post-thumbnail {
        width: 100%;
        top: 0;
        height: 280px;
    }
}

.gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .entry-content {
    width: 50%;
    float: right;
    border: none;
    background: #F7F7F9;
}

@media (max-width: 1199.98px) {
    .gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .entry-content {
        padding: 30px 20px 0;
    }
}

@media (max-width: 500px) {
    .gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .entry-content {
        width: 100%;
    }
}

.gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .entry-content .content-inner {
    max-width: 210px;
    margin: 0 auto;
}

@media (max-width: 1024.98px) {
    .gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .entry-content .content-inner {
        max-width: 100%;
    }
}

.gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .entry-content .content-inner .entry-title {
    font-size: 24px;
    line-height: 36px;
}

@media (max-width: 1199.98px) {
    .gva-posts-ziczac .gva-content-items .posts-row .post-ziczac .entry-content .content-inner .entry-title {
        font-size: 22px;
        line-height: 34px;
    }
}

.gva-posts-ziczac .gva-content-items .posts-row:nth-child(even) .post-ziczac .post-thumbnail {
    left: auto;
    right: 0;
}

.gva-posts-ziczac .gva-content-items .posts-row:nth-child(even) .post-ziczac .entry-content {
    float: left;
}

.gva-testimonial-carousel.style-1 .testimonial-item {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    padding-left: 65px;
    max-width: 800px;
    margin: 0 auto 45px;
}

@media (max-width: 767.98px) {
    .gva-testimonial-carousel.style-1 .testimonial-item {
        padding-top: 65px;
        padding-left: 0;
    }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    border-radius: 4px;
}

    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content:after {
        content: '';
        background: url("../images//bg-arrow.png") repeat bottom center transparent;
        width: 166px;
        height: 110px;
        position: absolute;
        top: 100%;
        left: 30px;
        z-index: 11;
    }

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image {
    border: 10px solid #fff;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: -65px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 1199.98px) {
    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image {
        left: -60px;
    }
}

@media (max-width: 767.98px) {
    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image {
        top: -60px;
        left: 30px;
    }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

@media (max-width: 1199.98px) {
    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image img {
        width: 80px;
        height: 80px;
    }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner {
    padding: 50px 45px 55px 95px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1199.98px) {
    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner {
        padding: 50px 30px 55px 85px;
    }
}

@media (max-width: 767.98px) {
    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner {
        padding: 85px 30px 30px;
    }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .quote-icon {
    font-size: 60px;
    color: #F0F3F6;
    position: absolute;
    bottom: 50px;
    right: 45px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 1199.98px) {
    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .quote-icon {
        font-size: 45px;
        right: 30px;
    }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-quote {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    margin: 0 auto;
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-information {
    margin: 30px 0 0;
}

    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-information span.testimonial-name {
        font-size: 20px;
        font-weight: 600;
        color: #11161F;
        font-family: "Barlow", sans-serif;
    }

    .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-information span.testimonial-job {
        font-size: 14px;
        line-height: 1.1;
        font-weight: 600;
    }

.gva-testimonial-carousel.style-1 .testimonial-item:hover .testimonial-image {
    border-color: #fc3c3c;
}

.gva-testimonial-carousel.style-1 .testimonial-item:hover .testimonial-content-inner .quote-icon {
    color: #fc3c3c;
}

.gva-testimonial-carousel.style-1 .owl-item.first .testimonial-image {
    border-color: #fc3c3c;
}

.gva-testimonial-carousel.style-1 .owl-item.first .testimonial-content-inner .quote-icon {
    color: #fc3c3c;
}

.gva-testimonial-carousel.style-2 .testimonial-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    max-width: 780px;
    margin: 0 auto;
}

    .gva-testimonial-carousel.style-2 .testimonial-item .testimonial-image {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 35px;
    }

    .gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content {
        font-size: 30px;
        line-height: 50px;
        font-weight: 400;
        color: #11161F;
    }

    .gva-testimonial-carousel.style-2 .testimonial-item .testimonial-information {
        margin-top: 45px;
    }

        .gva-testimonial-carousel.style-2 .testimonial-item .testimonial-information span.testimonial-name {
            font-size: 20px;
            font-weight: 500;
            color: #fc3c3c;
            letter-spacing: 0;
        }

        .gva-testimonial-carousel.style-2 .testimonial-item .testimonial-information span.testimonial-job {
            font-size: 16px;
        }

        .gva-testimonial-carousel.style-2 .testimonial-item .testimonial-information span.dot {
            padding: 0 10px;
            color: #fc3c3c;
        }

    .gva-testimonial-carousel.style-2 .testimonial-item:hover .icon-quote {
        background: #fc3c3c;
        color: #fff;
    }

.gsc-video-box {
    position: relative;
}

    .gsc-video-box.style-1 .video-inner {
        min-height: 120px;
        min-width: 120px;
        text-align: center;
    }

@media (max-width: 1199.98px) {
    .gsc-video-box.style-1 .video-inner {
        min-height: 100px;
        min-width: 100px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-video-box.style-1 .video-inner {
        min-height: 90px;
        min-width: 90px;
    }
}

@media (max-width: 767.98px) {
    .gsc-video-box.style-1 .video-inner {
        min-height: 60px;
        min-width: 60px;
    }
}

.gsc-video-box.style-1 .video-inner .video-content {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -42px;
    z-index: 11;
    text-align: center;
    width: 100%;
}

    .gsc-video-box.style-1 .video-inner .video-content > div {
        display: inline-block;
    }

    .gsc-video-box.style-1 .video-inner .video-content .title {
        font-family: "Sacramento", cursive;
        font-size: 38px;
        color: #fff;
    }

    .gsc-video-box.style-1 .video-inner .video-content .video-action {
        margin: 0 30px;
    }

        .gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video {
            display: inline-block;
            font-size: 24px;
            color: #fc3c3c;
            background: #fff;
            text-align: center;
            position: relative;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            width: 84px;
            height: 84px;
            border-radius: 50%;
            line-height: 84px;
        }

            .gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video::before {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                border: 1px solid #fff;
                opacity: 0;
                border-radius: 50%;
                -webkit-animation: pulse-border-2 1.5s linear infinite;
                animation: pulse-border-2 1.5s linear infinite;
            }

            .gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video::after {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                border: 1px solid #fff;
                opacity: 0;
                border-radius: 50%;
                -webkit-animation: pulse-border 1s linear infinite;
                animation: pulse-border 1s linear infinite;
            }

.gsc-video-box.style-1 .video-inner:hover .video-action .popup-video {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.gsc-video-box.style-2 .video-inner .video-image {
    float: left;
    position: relative;
    width: 100%;
}

    .gsc-video-box.style-2 .video-inner .video-image .video-action {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 11;
        margin-top: -23px;
        text-align: center;
    }

.gva-video-carousel .video-item-inner {
    position: relative;
}

    .gva-video-carousel .video-item-inner .video-image {
        text-align: center;
    }

    .gva-video-carousel .video-item-inner .video-link {
        width: 115px;
        height: 115px;
        color: #fff;
        font-size: 18px;
        line-height: 115px;
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fc3c3c;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        border-left: 2px solid #fff;
    }

@media (max-width: 1199.98px) {
    .gva-video-carousel .video-item-inner .video-link {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

@media (max-width: 1024.98px) {
    .gva-video-carousel .video-item-inner .video-link {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

@media (max-width: 767.98px) {
    .gva-video-carousel .video-item-inner .video-link {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.gva-video-carousel .video-item-inner .video-link:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.gva-video-carousel .video-item-inner .video-title {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.gsc-search-box.style-1 > .content-inner {
    display: inline-block;
}

.gsc-pricing.style-1 {
    background: #fff;
    padding: 80px 30px 60px;
    position: relative;
    border: 1px solid #E9E9EE;
}

@media (max-width: 1024.98px) {
    .gsc-pricing.style-1 {
        padding: 60px 20px 40px;
    }
}

.gsc-pricing.style-1 .content-inner {
    max-width: 260px;
    margin: 0 auto;
}

    .gsc-pricing.style-1 .content-inner .title {
        color: #11161F;
        font-size: 20px;
        text-align: center;
    }

    .gsc-pricing.style-1 .content-inner .plan-price {
        padding-bottom: 20px;
        text-align: center;
    }

        .gsc-pricing.style-1 .content-inner .plan-price .price-value {
            font-size: 44px;
            color: #fc3c3c;
            line-height: 1;
            margin-bottom: 10px;
            letter-spacing: -0.8px;
            font-weight: 400;
        }

@media (max-width: 1024.98px) {
    .gsc-pricing.style-1 .content-inner .plan-price .price-value {
        font-size: 30px;
    }
}

.gsc-pricing.style-1 .content-inner .plan-price .interval {
    font-size: 16px;
    color: #fc3c3c;
}

.gsc-pricing.style-1 .content-inner .plan-list {
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #E9E9EE;
    padding: 20px 0;
}

    .gsc-pricing.style-1 .content-inner .plan-list li {
        position: relative;
        padding: 5px 20px 5px 0;
    }

        .gsc-pricing.style-1 .content-inner .plan-list li .icon {
            color: #fc3c3c;
            float: right;
            position: absolute;
            top: 12px;
            right: 0;
            z-index: 1;
            font-size: 15px;
            line-height: 1;
        }

.gsc-pricing.style-1 .content-inner .pricing-action {
    margin-top: 15px;
}

.gsc-pricing.style-1:hover {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
    box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
}

.gsc-pricing.style-2 {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 400px) {
    .gsc-pricing.style-2 {
        margin-top: 0;
    }
}

.gsc-pricing.style-2 .content-inner {
    margin: 0 auto;
}

    .gsc-pricing.style-2 .content-inner .price-left {
        width: 45%;
        float: left;
        padding: 0 20px 20px;
    }

        .gsc-pricing.style-2 .content-inner .price-left .content-inner {
            margin-top: -20px;
        }

@media (max-width: 400px) {
    .gsc-pricing.style-2 .content-inner .price-left {
        width: 100%;
        padding: 0;
    }

        .gsc-pricing.style-2 .content-inner .price-left .content-inner {
            margin-top: 0;
        }
}

.gsc-pricing.style-2 .content-inner .price-right {
    width: 55%;
    float: left;
    padding: 35px 35px 30px 20px;
}

@media (max-width: 1024.98px) {
    .gsc-pricing.style-2 .content-inner .price-right {
        padding: 35px 20px 30px 0;
    }
}

@media (max-width: 400px) {
    .gsc-pricing.style-2 .content-inner .price-right {
        width: 100%;
        padding: 30px;
    }
}

.gsc-pricing.style-2 .content-inner .title {
    color: #11161F;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 1024.98px) {
    .gsc-pricing.style-2 .content-inner .title {
        font-size: 20px;
    }
}

.gsc-pricing.style-2 .content-inner .desc {
    margin-bottom: 25px;
}

@media (max-width: 1024.98px) {
    .gsc-pricing.style-2 .content-inner .desc {
        margin-bottom: 15px;
    }
}

.gsc-pricing.style-2 .content-inner .price-meta {
    margin-bottom: 20px;
}

    .gsc-pricing.style-2 .content-inner .price-meta:before, .gsc-pricing.style-2 .content-inner .price-meta:after {
        content: " ";
        display: table;
    }

    .gsc-pricing.style-2 .content-inner .price-meta:after {
        clear: both;
    }

    .gsc-pricing.style-2 .content-inner .price-meta .sub-title {
        width: 45%;
        float: left;
        font-size: 14px;
        line-height: 22px;
        color: #11161F;
        font-weight: 600;
    }

    .gsc-pricing.style-2 .content-inner .price-meta .plan-price {
        width: 55%;
        float: left;
        text-align: right;
    }

        .gsc-pricing.style-2 .content-inner .price-meta .plan-price .price-value {
            font-size: 24px;
            color: #fc3c3c;
            line-height: 1;
            margin-bottom: 10px;
            letter-spacing: -0.8px;
            font-weight: 400;
        }

@media (max-width: 1024.98px) {
    .gsc-pricing.style-2 .content-inner .price-meta .plan-price .price-value {
        font-size: 18px;
    }
}

.gsc-pricing.style-2 .content-inner .price-meta .plan-price .interval {
    color: #fc3c3c;
}

.gsc-pricing.style-2 .content-inner .pricing-action {
    margin-top: 15px;
}

.gsc-pricing.style-2:hover {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
    box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
}

.gva-socials ul.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .gva-socials ul.social-links li {
        float: left;
        margin-right: 15px;
    }

        .gva-socials ul.social-links li a {
            font-size: 14px;
            background: #fc3c3c;
            color: #fff !important;
            padding: 0 10px;
            line-height: 36px;
            position: relative;
            z-index: 9;
            display: block;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            min-width: 35px;
            text-align: center;
        }

            .gva-socials ul.social-links li a:hover {
                opacity: 0.8;
                color: #fff !important;
            }

.gva-socials.align-center {
    text-align: center;
}

    .gva-socials.align-center ul.social-links {
        display: inline-block;
    }

.gva-socials.align-right {
    float: right;
}

.fade.active {
    opacity: 1;
}

.gsc-tabs-content {
    text-align: center;
}

    .gsc-tabs-content .nav_tabs {
        padding: 0;
        list-style: none;
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 100%;
    }

        .gsc-tabs-content .nav_tabs > li {
            float: left;
            margin-right: 10px;
        }

@media (max-width: 767.98px) {
    .gsc-tabs-content .nav_tabs > li {
        width: 100%;
    }
}

.gsc-tabs-content .nav_tabs > li a {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    padding: 20px 15px;
    width: 100%;
    display: inline-block;
}

    .gsc-tabs-content .nav_tabs > li a.active {
        background: #fc3c3c;
        color: #fff;
    }

        .gsc-tabs-content .nav_tabs > li a.active:after {
            background: #fc3c3c;
        }

        .gsc-tabs-content .nav_tabs > li a.active:hover {
            color: #11161F;
        }

.gsc-tabs-content .tab-content {
    text-align: left;
    position: relative;
    z-index: 9;
    padding-top: 15px;
}

    .gsc-tabs-content .tab-content .tab-pane .tab-image {
        width: 46%;
        float: left;
        padding-right: 30px;
    }

@media (max-width: 1024.98px) {
    .gsc-tabs-content .tab-content .tab-pane .tab-image {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
}

.gsc-tabs-content .tab-content .tab-pane .tab-content-item {
    width: 54%;
    float: left;
    padding-left: 30px;
}

@media (max-width: 1024.98px) {
    .gsc-tabs-content .tab-content .tab-pane .tab-content-item {
        padding-left: 0;
        width: 100%;
    }
}

.gsc-tabs-content .tab-content .tab-pane .tab-content-item .tab-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #11161F;
    margin-bottom: 15px;
}

.gsc-tabs-content .tab-content .tab-pane .tab-content-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .gsc-tabs-content .tab-content .tab-pane .tab-content-item ul > li {
        padding-left: 30px;
        position: relative;
    }

        .gsc-tabs-content .tab-content .tab-pane .tab-content-item ul > li:after {
            content: '\f058';
            font-family: 'FontAwesome';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            color: #fc3c3c;
        }

.gsc-tabs-content .tab-content .tab-pane .tab-content-item.no_image {
    width: 100%;
    padding-left: 0;
}

.gva-list-number.style-1 ul.list-number {
    list-style: none;
    padding: 0;
}

    .gva-list-number.style-1 ul.list-number li.list-number-item {
        margin-bottom: 35px;
    }

        .gva-list-number.style-1 ul.list-number li.list-number-item .content-inner .content-top:before, .gva-list-number.style-1 ul.list-number li.list-number-item .content-inner .content-top:after {
            content: " ";
            display: table;
        }

        .gva-list-number.style-1 ul.list-number li.list-number-item .content-inner .content-top:after {
            clear: both;
        }

        .gva-list-number.style-1 ul.list-number li.list-number-item .content-inner .content-top .number {
            width: 75px;
            float: left;
            background: #F7F7F9;
            padding: 5px 10px;
            text-align: center;
            font-size: 14px;
            color: #161c26;
            font-weight: 600;
        }

            .gva-list-number.style-1 ul.list-number li.list-number-item .content-inner .content-top .number span svg {
                width: 14px;
                height: auto;
                fill: #161c26;
                margin-left: 3px;
                position: relative;
                top: 2px;
            }

        .gva-list-number.style-1 ul.list-number li.list-number-item .content-inner .content-top .title {
            font-size: 20px;
            padding-left: 95px;
            padding-top: 5px;
            margin: 0;
        }

        .gva-list-number.style-1 ul.list-number li.list-number-item .content-inner .descrption {
            padding-top: 20px;
        }

.gsc-work-process {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 30px;
}

    .gsc-work-process .box-content {
        position: relative;
        margin: 0 auto 50px;
        padding: 0 10px;
        max-width: 100%;
    }

        .gsc-work-process .box-content .box-line {
            background: #11161F;
            height: 6px;
            position: absolute;
            top: 50%;
            margin-top: -3px;
            width: 300px;
        }

@media (max-width: 768px) {
    .gsc-work-process .box-content .box-line {
        display: none;
    }
}

.gsc-work-process .box-content .box-line.line-left {
    right: 100%;
}

.gsc-work-process .box-content .box-line.line-right {
    left: 100%;
}

.gsc-work-process .box-content .box-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
}

.gsc-work-process .box-content .icon-inner {
    position: relative;
    left: 0;
    z-index: 11;
    width: 100%;
    text-align: center;
}

    .gsc-work-process .box-content .icon-inner .box-icon {
        display: inline-block;
    }

        .gsc-work-process .box-content .icon-inner .box-icon i {
            color: #fff;
            font-size: 64px;
        }

        .gsc-work-process .box-content .icon-inner .box-icon svg {
            fill: #fff;
            width: 64px;
        }

.gsc-work-process .box-content .number-text {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fc3c3c;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

    .gsc-work-process .box-content .number-text:after {
        content: '';
        width: 20px;
        height: 20px;
        background: #fff;
        -webkit-transform: scale(0);
        transform: scale(0);
        position: absolute;
        top: -3px;
        right: -3px;
        z-index: 11;
        border-radius: 50%;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

.gsc-work-process .box-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .gsc-work-process .box-title {
        font-size: 20px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-work-process .box-title {
        font-size: 18px;
    }
}

.gsc-work-process:hover .box-content .number-text, .gsc-work-process.active .box-content .number-text {
    background: #fc3c3c;
    color: #11161F;
}

    .gsc-work-process:hover .box-content .number-text:after, .gsc-work-process.active .box-content .number-text:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.gsc-listings-banner-group.style-1 .listings-banner-item-content {
    position: relative;
    margin: 15px 0 30px;
}

    .gsc-listings-banner-group.style-1 .listings-banner-item-content .number-listings {
        display: inline-block;
        background: #fc3c3c;
        color: #fff;
        position: absolute;
        top: -15px;
        left: 30px;
        z-index: 11;
        font-size: 12px;
        padding: 2px 20px;
        border-radius: 4px;
    }

    .gsc-listings-banner-group.style-1 .listings-banner-item-content .link-term-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-image {
        position: relative;
        z-index: 1;
    }

        .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-image:after {
            content: '';
            position: absolute;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.9)));
            background-image: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

    .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 11;
        padding: 30px;
        text-align: center;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
    }

        .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content:before, .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content:after {
            content: '';
            position: absolute;
            width: 0;
            height: 50%;
            background: #fff;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            z-index: 1;
        }

        .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content:before {
            top: 0;
            left: 0;
        }

        .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content:after {
            bottom: 0;
            right: 0;
        }

        .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content .subtitle {
            font-family: "Sacramento", cursive;
            color: #fc3c3c;
            font-size: 34px;
            position: relative;
            z-index: 11;
        }

        .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content .title {
            color: #fff;
            font-size: 42px;
            font-weight: 700;
            margin: 0;
            position: relative;
            z-index: 11;
        }

@media (max-width: 1024.98px) {
    .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content .title {
        font-size: 38px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content .title {
        font-size: 30px;
    }
}

.gsc-listings-banner-group.style-1 .listings-banner-item-content .banner-content .link-term {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 45px;
    background: #fc3c3c;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gsc-listings-banner-group.style-1 .listings-banner-item-content:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

    .gsc-listings-banner-group.style-1 .listings-banner-item-content:hover .banner-content:before, .gsc-listings-banner-group.style-1 .listings-banner-item-content:hover .banner-content:after {
        width: 100%;
    }

    .gsc-listings-banner-group.style-1 .listings-banner-item-content:hover .banner-content .title {
        color: #11161F;
    }

    .gsc-listings-banner-group.style-1 .listings-banner-item-content:hover .banner-content .link-term {
        opacity: 1;
        top: -23px;
    }

.gsc-listings-banner-group.style-1 .owl-item.center .listings-banner-item {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

    .gsc-listings-banner-group.style-1 .owl-item.center .listings-banner-item .banner-content:before, .gsc-listings-banner-group.style-1 .owl-item.center .listings-banner-item .banner-content:after {
        width: 100%;
    }

    .gsc-listings-banner-group.style-1 .owl-item.center .listings-banner-item .banner-content .title {
        color: #11161F;
    }

    .gsc-listings-banner-group.style-1 .owl-item.center .listings-banner-item .banner-content .link-term {
        opacity: 1;
        top: -23px;
    }

.gsc-listings-banner-group.style-2 .listings-banner-item-content {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

    .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content {
        padding: 30px;
        background: #F0F3F6;
        text-align: center;
        position: relative;
    }

        .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content:before, .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            background: #fc3c3c;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            z-index: 1;
        }

        .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content:before {
            left: 50%;
        }

        .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content:after {
            right: 50%;
        }

        .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content .title {
            margin: 0;
            font-size: 20px;
            font-weight: 600;
        }

        .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content .number-listings {
            font-size: 14px;
            font-weight: 500;
        }

        .gsc-listings-banner-group.style-2 .listings-banner-item-content .banner-content .link-term {
            width: 46px;
            height: 46px;
            text-align: center;
            line-height: 45px;
            background: #fc3c3c;
            color: #fff;
            font-size: 18px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 30px;
            z-index: 11;
            opacity: 0;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

    .gsc-listings-banner-group.style-2 .listings-banner-item-content .link-term-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .gsc-listings-banner-group.style-2 .listings-banner-item-content:hover {
        -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    }

        .gsc-listings-banner-group.style-2 .listings-banner-item-content:hover .banner-content {
            background: #fff;
        }

            .gsc-listings-banner-group.style-2 .listings-banner-item-content:hover .banner-content:before, .gsc-listings-banner-group.style-2 .listings-banner-item-content:hover .banner-content:after {
                width: 50%;
            }

            .gsc-listings-banner-group.style-2 .listings-banner-item-content:hover .banner-content .title {
                color: #11161F;
            }

            .gsc-listings-banner-group.style-2 .listings-banner-item-content:hover .banner-content .link-term {
                opacity: 1;
                top: -23px;
            }

.gsc-listings-banner-group.style-2 .owl-item.center .listings-banner-item {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

    .gsc-listings-banner-group.style-2 .owl-item.center .listings-banner-item .banner-content {
        background: #fff;
    }

        .gsc-listings-banner-group.style-2 .owl-item.center .listings-banner-item .banner-content:before, .gsc-listings-banner-group.style-2 .owl-item.center .listings-banner-item .banner-content:after {
            width: 50%;
        }

        .gsc-listings-banner-group.style-2 .owl-item.center .listings-banner-item .banner-content .title {
            color: #11161F;
        }

        .gsc-listings-banner-group.style-2 .owl-item.center .listings-banner-item .banner-content .link-term {
            opacity: 1;
            top: -23px;
        }

.gsc-listings-banner-group.style-3 .listings-banner-item-content {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

    .gsc-listings-banner-group.style-3 .listings-banner-item-content:after {
        content: '';
        background: #11161F;
        opacity: 0.36;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .gsc-listings-banner-group.style-3 .listings-banner-item-content .banner-content {
        padding: 30px;
        text-align: center;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 11;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

        .gsc-listings-banner-group.style-3 .listings-banner-item-content .banner-content .title {
            margin: 0;
            font-size: 30px;
            font-weight: 700;
            color: #fff;
        }

    .gsc-listings-banner-group.style-3 .listings-banner-item-content .banner-hover {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        z-index: 11;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        padding: 15px 20px;
    }

        .gsc-listings-banner-group.style-3 .listings-banner-item-content .banner-hover .subtitle {
            font-size: 18px;
            color: #fff;
            margin: 0 0 15px;
        }

        .gsc-listings-banner-group.style-3 .listings-banner-item-content .banner-hover .number-listings {
            font-size: 12px;
            font-weight: 600;
            font-family: "Barlow", sans-serif;
            color: #fff;
            background: #fc3c3c;
            padding: 2px 20px;
            display: inline-block;
            border-radius: 4px;
            letter-spacing: 0.5px;
        }

    .gsc-listings-banner-group.style-3 .listings-banner-item-content .link-term-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .gsc-listings-banner-group.style-3 .listings-banner-item-content:hover {
        -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    }

        .gsc-listings-banner-group.style-3 .listings-banner-item-content:hover:after {
            opacity: 0.6;
        }

        .gsc-listings-banner-group.style-3 .listings-banner-item-content:hover .banner-content {
            opacity: 0;
            -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
        }

        .gsc-listings-banner-group.style-3 .listings-banner-item-content:hover .banner-hover {
            opacity: 1;
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
        }

.gsc-listings-banner {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

    .gsc-listings-banner .banner-image {
        position: relative;
        text-align: center;
        display: inline-block;
    }

        .gsc-listings-banner .banner-image:after {
            content: '';
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .gsc-listings-banner .banner-image img {
            -webkit-transition: all 10s;
            transition: all 10s;
        }

    .gsc-listings-banner .banner-content {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 60px;
        z-index: 11;
    }

@media (max-width: 1199.98px) {
    .gsc-listings-banner .banner-content {
        padding: 30px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-listings-banner .banner-content {
        padding: 30px 20px 20px;
    }
}

.gsc-listings-banner .banner-content .subtitle {
    font-family: "Sacramento", cursive;
    font-size: 34px;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .gsc-listings-banner .banner-content .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-listings-banner .banner-content .subtitle {
        font-size: 26px;
    }
}

.gsc-listings-banner .banner-content .title {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .gsc-listings-banner .banner-content .title {
        font-size: 36px;
    }
}

@media (max-width: 1024.98px) {
    .gsc-listings-banner .banner-content .title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .gsc-listings-banner .banner-content .title {
        font-size: 24px;
    }
}

.gsc-listings-banner .number-listings {
    font-size: 14px;
    font-weight: 600;
    background: #fc3c3c;
    color: #fff;
    padding: 6px 30px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 12;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .gsc-listings-banner .number-listings {
        padding: 6px 18px;
    }
}

.gsc-listings-banner .link-term-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15;
}

.gsc-listings-banner.text-left .number-listings {
    left: auto;
    right: 60px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.gsc-listings-banner.text-right .number-listings {
    left: 60px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.gsc-listings-banner:hover .banner-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lt-listing-search-form {
    max-width: 1030px;
    margin: 0 auto;
}

    .lt-listing-search-form .search-form-content {
        position: relative;
        padding-right: 190px;
        z-index: 11;
    }

@media (max-width: 710px) {
    .lt-listing-search-form .search-form-content {
        padding-right: 0;
    }
}

.lt-listing-search-form .search-form-content .search-form-fields {
    background: #fff;
    border-radius: 4px;
}

    .lt-listing-search-form .search-form-content .search-form-fields > div {
        float: left;
        border-left: 1px solid #E9E9EE;
        padding: 8px 5px 0;
        height: 65px;
    }

@media (max-width: 710px) {
    .lt-listing-search-form .search-form-content .search-form-fields > div {
        width: 100% !important;
        border-left: 0;
        border-top: 1px solid #E9E9EE;
    }
}

.lt-listing-search-form .search-form-content .search-form-fields > div:first-child {
    border: none;
}

.lt-listing-search-form .search-form-content .search-form-fields > div input, .lt-listing-search-form .search-form-content .search-form-fields > div select {
    width: 100%;
    border: none;
    background: none;
}

.lt-listing-search-form .search-form-content .search-form-fields > div .select2-selection {
    border: none !important;
}

.lt-listing-search-form .search-form-content .search-form-fields.cols-4 > div {
    width: 25%;
}

.lt-listing-search-form .search-form-content .search-form-fields.cols-3 > div {
    width: 33.33%;
}

.lt-listing-search-form .search-form-content .search-form-fields.cols-2 > div {
    width: 50%;
}

.lt-listing-search-form .search-form-content .search-form-fields.clos-1 > div {
    width: 100%;
}

.lt-listing-search-form .search-form-content .form-action {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    padding-left: 10px;
}

@media (max-width: 710px) {
    .lt-listing-search-form .search-form-content .form-action {
        position: relative;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}

.lt-listing-search-form .search-form-content .form-action .btn-action {
    width: 100%;
    height: 65px;
}

.lt-listing-search-form .search-form-content .lt_search_location {
    position: relative;
    z-index: 99;
}

    .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner {
        position: relative;
    }

        .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul {
                padding: 0 20px;
            }

                .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul li {
                    list-style: none;
                    padding: 15px 0;
                    margin: 0;
                    line-height: 22px;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                }

                    .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul li:last-child {
                        border-bottom: 0;
                    }

                    .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul li a {
                        font-size: 14px;
                    }

                        .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul li a .icon {
                            font-size: 16px;
                            margin-right: 8px;
                        }

                        .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul li a .information {
                            display: block;
                            width: 100%;
                            font-style: italic;
                            font-size: 12px;
                        }

                            .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul li a .information span.country_code {
                                text-transform: uppercase;
                            }

                        .lt-listing-search-form .search-form-content .lt_search_location .search-location-inner .places_list_autocomplete ul li a:hover {
                            color: #fc3c3c;
                        }

.lt-listing-search-form.style-2 {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: 1px solid #E9E9EE;
}

.gva-user .login-account, .topbar-mobile .login-account {
    position: relative;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}

    .gva-user .login-account .profile, .topbar-mobile .login-account .profile {
        display: inline-block;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

        .gva-user .login-account .profile:hover, .topbar-mobile .login-account .profile:hover {
            cursor: pointer;
            color: #fc3c3c;
        }

        .gva-user .login-account .profile .avata, .topbar-mobile .login-account .profile .avata {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            overflow: hidden;
            float: left;
            margin-top: 1px;
        }

        .gva-user .login-account .profile .name, .topbar-mobile .login-account .profile .name {
            padding-left: 36px;
            padding-top: 2px;
        }

            .gva-user .login-account .profile .name .icon, .topbar-mobile .login-account .profile .name .icon {
                margin-left: 3px;
                position: relative;
                top: 2px;
            }

    .gva-user .login-account .user-account, .topbar-mobile .login-account .user-account {
        position: absolute;
        top: 100%;
        right: -20px;
        width: 280px;
        background: #fff;
        z-index: 11;
        padding: 20px;
        margin-top: 10px;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid #E9E9EE;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        border-radius: 4px;
    }

        .gva-user .login-account .user-account .gva-nav-menu > li, .topbar-mobile .login-account .user-account .gva-nav-menu > li {
            display: block;
            width: 100%;
            text-align: left;
        }

            .gva-user .login-account .user-account .gva-nav-menu > li:after, .topbar-mobile .login-account .user-account .gva-nav-menu > li:after {
                display: none;
            }

            .gva-user .login-account .user-account .gva-nav-menu > li > a, .topbar-mobile .login-account .user-account .gva-nav-menu > li > a {
                padding: 5px 0;
                font-weight: 400;
            }

                .gva-user .login-account .user-account .gva-nav-menu > li > a i, .topbar-mobile .login-account .user-account .gva-nav-menu > li > a i {
                    margin-right: 10px;
                }

        .gva-user .login-account .user-account .menu-item-logout, .topbar-mobile .login-account .user-account .menu-item-logout {
            text-align: left;
            padding-top: 3px;
        }

            .gva-user .login-account .user-account .menu-item-logout a, .topbar-mobile .login-account .user-account .menu-item-logout a {
                font-weight: 400;
                font-family: "Barlow", sans-serif;
                font-size: 16px;
                color: #797F89;
            }

                .gva-user .login-account .user-account .menu-item-logout a i, .topbar-mobile .login-account .user-account .menu-item-logout a i {
                    margin-right: 10px;
                }

                .gva-user .login-account .user-account .menu-item-logout a:hover, .topbar-mobile .login-account .user-account .menu-item-logout a:hover {
                    color: #fc3c3c;
                }

    .gva-user .login-account.open .user-account, .topbar-mobile .login-account.open .user-account {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }

.gva-user .login-register, .topbar-mobile .login-register {
    font-size: 13px;
}

    .gva-user .login-register .box-icon, .topbar-mobile .login-register .box-icon {
        margin-right: 2px;
    }

    .gva-user .login-register a, .topbar-mobile .login-register a {
        color: #797F89;
    }

        .gva-user .login-register a .icon, .topbar-mobile .login-register a .icon {
            color: #fc3c3c;
            margin-right: 6px;
            font-size: 18px;
            position: relative;
            top: 3px;
        }

        .gva-user .login-register a:hover, .topbar-mobile .login-register a:hover {
            color: #fc3c3c;
        }

.text-with-arrow {
    font-size: 40px;
    color: #fff;
    font-family: "Sacramento", cursive;
    text-align: center;
    padding-top: 115px;
    line-height: 40px;
}

@media (max-width: 1024.98px) {
    .text-with-arrow {
        padding-top: 68px;
        font-size: 35px;
    }
}

.text-with-arrow span {
    display: inline-block;
    position: relative;
}

    .text-with-arrow span:after {
        content: '';
        width: 64px;
        height: 110px;
        position: absolute;
        bottom: 90%;
        left: -85px;
        background: url("../images/line-arrow.png") no-repeat center center transparent;
        background-size: contain;
    }

@media (max-width: 1024.98px) {
    .text-with-arrow span:after {
        bottom: calc(100% + 6px);
        height: 68px;
        left: -25px;
    }
}

/*------------------------------------------------------------------*\	
				7 - WIDGETS STYLE																										
\*------------------------------------------------------------------*/
.widget, .wpb_single_image, .wpb_content_element {
    border: none;
}

    .widget .widget-title, .widget .widgettitle, .widget .wpb_singleimage_heading, .wpb_single_image .widget-title, .wpb_single_image .widgettitle, .wpb_single_image .wpb_singleimage_heading, .wpb_content_element .widget-title, .wpb_content_element .widgettitle, .wpb_content_element .wpb_singleimage_heading {
        background: none;
        position: relative;
        color: #11161F;
        font-size: 18px;
        z-index: 9;
        font-weight: 700;
        padding-bottom: 20px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .widget .widget-title:after, .widget .widgettitle:after, .widget .wpb_singleimage_heading:after, .wpb_single_image .widget-title:after, .wpb_single_image .widgettitle:after, .wpb_single_image .wpb_singleimage_heading:after, .wpb_content_element .widget-title:after, .wpb_content_element .widgettitle:after, .wpb_content_element .wpb_singleimage_heading:after {
            content: '';
            width: 45px;
            height: 2px;
            background: #fc3c3c;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

    .widget.text-center .widget-title, .widget.text-center .widgettitle, .widget.text-center .wpb_singleimage_heading, .wpb_single_image.text-center .widget-title, .wpb_single_image.text-center .widgettitle, .wpb_single_image.text-center .wpb_singleimage_heading, .wpb_content_element.text-center .widget-title, .wpb_content_element.text-center .widgettitle, .wpb_content_element.text-center .wpb_singleimage_heading {
        text-align: center !important;
    }

    .widget.title-black .widget-title, .widget.title-black .widgettitle, .widget.title-black .wpb_singleimage_heading, .wpb_single_image.title-black .widget-title, .wpb_single_image.title-black .widgettitle, .wpb_single_image.title-black .wpb_singleimage_heading, .wpb_content_element.title-black .widget-title, .wpb_content_element.title-black .widgettitle, .wpb_content_element.title-black .wpb_singleimage_heading {
        color: #11161F !important;
    }

.color-theme .widget-title, .color-theme .widgettitle {
    color: #fc3c3c !important;
}

/* 
** Widget for sidebar
*/
.wp-sidebar input, .wp-sidebar textarea, .wp-sidebar select, .elementor-widget-sidebar input, .elementor-widget-sidebar textarea, .elementor-widget-sidebar select {
    max-width: 100%;
}

.wp-sidebar .widget, .elementor-widget-sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 45px 35px;
    background: #F7F7F9;
    position: relative;
}

@media (max-width: 1199.98px) {
    .wp-sidebar .widget, .elementor-widget-sidebar .widget {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.wp-sidebar ul, .elementor-widget-sidebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0 !important;
}

    .wp-sidebar ul li, .elementor-widget-sidebar ul li {
        list-style: none;
    }

        .wp-sidebar ul li a, .elementor-widget-sidebar ul li a {
            padding: 8px 0;
            display: inline-block;
        }

            .wp-sidebar ul li a:hover, .elementor-widget-sidebar ul li a:hover {
                color: #fc3c3c;
            }

        .wp-sidebar ul li .count, .elementor-widget-sidebar ul li .count {
            margin-left: 3px;
            color: #262626;
        }

    .wp-sidebar ul > li ul, .elementor-widget-sidebar ul > li ul {
        padding-left: 16px;
    }

.wp-sidebar .wpb_single_image, .elementor-widget-sidebar .wpb_single_image {
    margin-bottom: 30px !important;
}

.wp-sidebar .post-author, .wp-sidebar .post-date, .elementor-widget-sidebar .post-author, .elementor-widget-sidebar .post-date {
    font-size: 14px;
    margin: 0 0 2px;
    font-weight: 500;
    color: #fc3c3c;
}

.gva-main-search .gva-search {
    position: relative;
}

    .gva-main-search .gva-search input {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: 46px;
    }

        .gva-main-search .gva-search input.input-search {
            background: #fff;
            font-size: 16px;
        }

    .gva-main-search .gva-search .btn-search {
        position: absolute;
        width: auto;
        height: 100%;
        right: 6px;
        top: 0;
        z-index: 9;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        .gva-main-search .gva-search .btn-search input {
            border: none;
        }

#wp-footer .tagcloud a:hover {
    color: #fff;
}

#wp-footer .widget {
    padding-bottom: 45px;
}

    #wp-footer .widget .widget-title, #wp-footer .widget .widgettitle, #wp-footer .widget .wpb_singleimage_heading {
        color: #fff;
    }

    #wp-footer .widget:last-child {
        padding-bottom: 25px;
    }

#wp-footer .widget_rss ul > li, #wp-footer .widget_recent_entries ul > li {
    border-color: rgba(255, 255, 255, 0.1);
}

    #wp-footer .widget_rss ul > li .rsswidget, #wp-footer .widget_recent_entries ul > li .rsswidget {
        font-size: 18px !important;
    }

#wp-footer .widget, #wp-footer .wpb_single_image, #wp-footer .widget_nav_menu {
    background: none;
}

    #wp-footer .widget ul, #wp-footer .wpb_single_image ul, #wp-footer .widget_nav_menu ul {
        padding: 0;
        list-style: none;
    }

        #wp-footer .widget ul li a, #wp-footer .wpb_single_image ul li a, #wp-footer .widget_nav_menu ul li a {
            color: #abafb5 !important;
        }

            #wp-footer .widget ul li a:hover, #wp-footer .wpb_single_image ul li a:hover, #wp-footer .widget_nav_menu ul li a:hover {
                color: #fc3c3c !important;
            }

        #wp-footer .widget ul li ul, #wp-footer .wpb_single_image ul li ul, #wp-footer .widget_nav_menu ul li ul {
            padding-left: 20px;
        }

#wp-footer .widget_calendar caption {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

#wp-footer .widget_calendar td a {
    color: #fc3c3c !important;
}

#wp-footer table > thead > tr > th, #wp-footer table > thead > tr > td, #wp-footer table > tbody > tr > th, #wp-footer table > tbody > tr > td, #wp-footer table > tfoot > tr > th, #wp-footer table > tfoot > tr > td {
    border: 1px solid #D0D2D4;
    color: #abafb5;
}

#wp-footer .widget_categories a, #wp-footer .widget_archive a, #wp-footer .wp-sidebar .widget_nav_menu a, #wp-footer #wp-footer .widget_nav_menu a, #wp-footer .elementor-widget-sidebar .widget_nav_menu a, #wp-footer .widget_pages a, #wp-footer .widget_meta a {
    color: #abafb5 !important;
}

    #wp-footer .widget_categories a:hover, #wp-footer .widget_archive a:hover, #wp-footer .wp-sidebar .widget_nav_menu a:hover, #wp-footer #wp-footer .widget_nav_menu a:hover, #wp-footer .elementor-widget-sidebar .widget_nav_menu a:hover, #wp-footer .widget_pages a:hover, #wp-footer .widget_meta a:hover {
        color: #fc3c3c !important;
    }

#wp-footer .widget_categories .count, #wp-footer .widget_archive .count, #wp-footer .wp-sidebar .widget_nav_menu .count, #wp-footer #wp-footer .widget_nav_menu .count, #wp-footer .elementor-widget-sidebar .widget_nav_menu .count, #wp-footer .widget_pages .count, #wp-footer .widget_meta .count {
    color: #abafb5 !important;
}

.widget_calendar .wp-calendar-table td a {
    color: #fc3c3c;
}

.widget_calendar .wp-calendar-table #today {
    color: #fc3c3c;
    position: relative;
}

    .widget_calendar .wp-calendar-table #today:after {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        top: 6px;
        right: 6px;
        background: #fc3c3c;
        border-radius: 50%;
        z-index: 1;
    }

.widget_calendar .wp-calendar-nav {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.widget_tag_cloud .tagcloud > a {
    background: #fff;
    padding: 6px 12px;
    font-size: 14px !important;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #E9E9EE;
}

    .widget_tag_cloud .tagcloud > a:hover {
        background: #fc3c3c;
        color: #fff;
    }

/* 
** Widget Newletter
*/
.mc4wp-form:before, .mc4wp-form:after {
    content: " ";
    display: table;
}

.mc4wp-form:after {
    clear: both;
}

.widget_recent_comments ul li {
    padding: 6px 0;
    font-weight: 400;
    word-wrap: break-word;
}

.newsletter-form {
    position: relative;
    max-width: 710px;
    overflow: hidden;
    margin: 0 auto;
}

    .newsletter-form input {
        border: none;
        padding: 0 10px;
        display: block;
        line-height: 64px;
        width: 100%;
    }

    .newsletter-form .form-left {
        padding-right: 220px;
    }

@media (max-width: 450px) {
    .newsletter-form .form-left {
        padding-right: 0;
    }
}

.newsletter-form .form-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 450px) {
    .newsletter-form .form-right {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
}

.newsletter-form input[type="email"] {
    padding: 0 20px;
    width: 100%;
    border: none;
    line-height: 65px;
    background: #fff;
    color: #11161F;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    margin-bottom: 10px;
}

    .newsletter-form input[type="email"]:focus {
        background: #F0F3F6;
    }

.newsletter-form .form-action {
    padding: 0;
    width: 100%;
}

    .newsletter-form .form-action input.newsletter-submit {
        border: none;
        line-height: 64px;
        padding: 0 10px;
        background: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.widget[class*="instagram-feed"] {
    position: relative;
}

    .widget[class*="instagram-feed"]:after {
        content: '';
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.69);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 10px;
        z-index: 10;
        display: block;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
    }

    .widget[class*="instagram-feed"]:hover:after {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

    .widget[class*="instagram-feed"]:hover .widget-title {
        display: none;
    }

    .widget[class*="instagram-feed"] .widget-title {
        text-align: center !important;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -25px;
        color: #fff;
        width: 100%;
        text-align: center;
        z-index: 11;
    }

        .widget[class*="instagram-feed"] .widget-title span {
            font-size: 34px;
            font-weight: 600;
            text-transform: capitalize;
        }

        .widget[class*="instagram-feed"] .widget-title:after {
            display: none;
        }

    .widget[class*="instagram-feed"] .instagram-pics {
        margin: 0;
        margin-left: -5px;
        margin-right: -5px;
        padding: 0;
    }

        .widget[class*="instagram-feed"] .instagram-pics:before, .widget[class*="instagram-feed"] .instagram-pics:after {
            content: " ";
            display: table;
        }

        .widget[class*="instagram-feed"] .instagram-pics:after {
            clear: both;
        }

        .widget[class*="instagram-feed"] .instagram-pics > li {
            list-style-type: none;
            padding-left: 5px;
            padding-right: 5px;
            width: 20%;
            float: left;
            text-align: center;
            margin-bottom: 10px;
        }

            .widget[class*="instagram-feed"] .instagram-pics > li a {
                position: relative;
                display: block;
                overflow: hidden;
            }

                .widget[class*="instagram-feed"] .instagram-pics > li a img {
                    -webkit-transition: all 2s;
                    transition: all 2s;
                    -moz-transition: all 2s;
                    -ms-transition: all 2s;
                }

                .widget[class*="instagram-feed"] .instagram-pics > li a:after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    -webkit-transition: all 0.35s;
                    transition: all 0.35s;
                    -moz-transition: all 0.35s;
                    -ms-transition: all 0.35s;
                    top: 0;
                    left: 0;
                    position: absolute;
                    background: rgba(0, 0, 0, 0.5);
                    z-index: 9;
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

                .widget[class*="instagram-feed"] .instagram-pics > li a:before {
                    content: "\f055";
                    font-family: "FontAwesome";
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    line-height: 40px;
                    color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    font-size: 30px;
                    margin-top: -20px;
                    margin-left: -20px;
                    z-index: 99;
                    -webkit-transition: all 0.35s;
                    transition: all 0.35s;
                    -moz-transition: all 0.35s;
                    -ms-transition: all 0.35s;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    font-weight: 700;
                }

                .widget[class*="instagram-feed"] .instagram-pics > li a:hover:after, .widget[class*="instagram-feed"] .instagram-pics > li a:hover:before {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

                .widget[class*="instagram-feed"] .instagram-pics > li a:hover img {
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2);
                }

@media (max-width: 767.98px) {
    .widget[class*="instagram-feed"] .instagram-pics > li {
        width: 50%;
        margin-bottom: 20px;
    }
}

.widget_categories, .widget_archive, .wp-sidebar .widget_nav_menu, #wp-footer .widget_nav_menu, .elementor-widget-sidebar .widget_nav_menu, .widget_pages, .widget_meta {
    overflow: hidden;
}

    .widget_categories ul > li, .widget_archive ul > li, .wp-sidebar .widget_nav_menu ul > li, #wp-footer .widget_nav_menu ul > li, .elementor-widget-sidebar .widget_nav_menu ul > li, .widget_pages ul > li, .widget_meta ul > li {
        display: block;
        width: 100%;
        float: left;
        position: relative;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        line-height: 26px;
    }

        .widget_categories ul > li .count, .widget_archive ul > li .count, .wp-sidebar .widget_nav_menu ul > li .count, #wp-footer .widget_nav_menu ul > li .count, .elementor-widget-sidebar .widget_nav_menu ul > li .count, .widget_pages ul > li .count, .widget_meta ul > li .count {
            position: absolute;
            top: 14px;
            right: 0;
            z-index: 1;
            font-size: 14px;
            color: #797F89;
        }

        .widget_categories ul > li > a, .widget_archive ul > li > a, .wp-sidebar .widget_nav_menu ul > li > a, #wp-footer .widget_nav_menu ul > li > a, .elementor-widget-sidebar .widget_nav_menu ul > li > a, .widget_pages ul > li > a, .widget_meta ul > li > a {
            display: block;
            text-transform: capitalize;
            line-height: 26px;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            position: relative;
            color: #797F89;
            padding: 12px 0;
        }

            .widget_categories ul > li > a:hover, .widget_archive ul > li > a:hover, .wp-sidebar .widget_nav_menu ul > li > a:hover, #wp-footer .widget_nav_menu ul > li > a:hover, .elementor-widget-sidebar .widget_nav_menu ul > li > a:hover, .widget_pages ul > li > a:hover, .widget_meta ul > li > a:hover {
                color: #fc3c3c;
            }

        .widget_categories ul > li ul, .widget_archive ul > li ul, .wp-sidebar .widget_nav_menu ul > li ul, #wp-footer .widget_nav_menu ul > li ul, .elementor-widget-sidebar .widget_nav_menu ul > li ul, .widget_pages ul > li ul, .widget_meta ul > li ul {
            padding-left: 20px;
        }

        .widget_categories ul > li.current_page_item > a, .widget_archive ul > li.current_page_item > a, .wp-sidebar .widget_nav_menu ul > li.current_page_item > a, #wp-footer .widget_nav_menu ul > li.current_page_item > a, .elementor-widget-sidebar .widget_nav_menu ul > li.current_page_item > a, .widget_pages ul > li.current_page_item > a, .widget_meta ul > li.current_page_item > a {
            color: #fc3c3c;
        }

    .widget_categories > ul > li:last-child > a, .widget_archive > ul > li:last-child > a, .wp-sidebar .widget_nav_menu > ul > li:last-child > a, #wp-footer .widget_nav_menu > ul > li:last-child > a, .elementor-widget-sidebar .widget_nav_menu > ul > li:last-child > a, .widget_pages > ul > li:last-child > a, .widget_meta > ul > li:last-child > a {
        margin-bottom: 0 !important;
    }

.widget_rss ul > li, .widget_recent_entries ul > li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding-bottom: 18px;
}

    .widget_rss ul > li a, .widget_recent_entries ul > li a {
        padding: 0;
        line-height: 26px;
        display: block;
        font-weight: 600;
    }

        .widget_rss ul > li a .post-date, .widget_recent_entries ul > li a .post-date {
            color: #fc3c3c;
        }

    .widget_rss ul > li:last-child, .widget_recent_entries ul > li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.widget_rss > ul li {
    margin-bottom: 16px !important;
}

    .widget_rss > ul li .rss-date {
        color: #fc3c3c;
        font-size: 12px;
    }

/*
**  Widget Custom Text
*/
.widget-custom-text {
    color: #fff;
}

    .widget-custom-text .widget-title {
        text-align: center;
        color: #fff;
        margin-bottom: 0;
        font-weight: 600;
        padding: 20px 0;
    }

    .widget-custom-text .signature {
        margin-top: 50px;
    }

.text-about {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}

.opening-time {
    padding: 20px 35px;
}

@media (max-width) {
    .opening-time {
        padding: 20px 25px;
    }
}

.opening-time .phone {
    font-size: 36px;
    color: #fc3c3c;
    font-weight: 600;
}

.opening-time .hr {
    width: 180px;
    display: inline-block;
    margin: 30px 0;
    height: 1px;
    background: #E9E9EE;
}

.opening-time h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
    color: #262626;
}

.store-info .item {
    margin-bottom: 5px;
    min-height: 30px;
}

    .store-info .item:before, .store-info .item:after {
        content: " ";
        display: table;
    }

    .store-info .item:after {
        clear: both;
    }

    .store-info .item i {
        float: left;
        height: 30px;
        margin-right: 10px;
        display: inline-block;
        line-height: 25px;
    }

.copyright-links {
    margin: 0 !important;
    text-align: center;
}

    .copyright-links .widget {
        margin-bottom: 0 !important;
    }

    .copyright-links ul {
        display: inline-block;
        margin-bottom: 0;
    }

        .copyright-links ul:before, .copyright-links ul:after {
            content: " ";
            display: table;
        }

        .copyright-links ul:after {
            clear: both;
        }

        .copyright-links ul li {
            float: left;
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 0 !important;
            color: #fff;
            line-height: 1;
        }

            .copyright-links ul li:after {
                content: "";
                width: 1px;
                height: 15px;
                top: 0;
                right: 0;
                position: absolute;
                background: rgba(255, 255, 255, 0.2);
                z-index: 1;
            }

            .copyright-links ul li:last-child:after {
                display: none;
            }

            .copyright-links ul li a {
                font-size: 15px !important;
            }

.gva_widget_recent_give .give-list .item {
    margin-bottom: 45px;
}

    .gva_widget_recent_give .give-list .item:last-child {
        margin-bottom: 0;
    }

    .gva_widget_recent_give .give-list .item .give-block .form-content .form-content-inner {
        padding: 20px 0 10px;
    }

        .gva_widget_recent_give .give-list .item .give-block .form-content .form-content-inner .campaign-content-inner {
            height: auto;
            margin-bottom: 5px;
        }

    .gva_widget_recent_give .give-list .item .give-block .form-content .title {
        margin-bottom: 0;
    }

        .gva_widget_recent_give .give-list .item .give-block .form-content .title a {
            font-size: 18px;
        }

    .gva_widget_recent_give .give-list .item .give-block .form-content .campaign-action {
        margin-top: 20px;
    }

.widget_gva_give_categories_widget ul.categories-listing {
    padding: 10px 0 0;
}

    .widget_gva_give_categories_widget ul.categories-listing li {
        text-align: right;
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        margin-top: 5px;
        position: relative;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        text-indent: 10px;
        direction: rtl;
        text-align: right;
    }

        .widget_gva_give_categories_widget ul.categories-listing li:last-child {
            margin-bottom: 0;
        }

        .widget_gva_give_categories_widget ul.categories-listing li > a {
            padding: 0;
            line-height: 45px;
            display: inline-block;
            text-align: left;
            float: left;
            line-height: 16px;
            text-transform: none;
            overflow: hidden;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            position: relative;
        }

        .widget_gva_give_categories_widget ul.categories-listing li .post-count {
            display: inline-block;
            text-align: center;
            text-indent: 0;
            position: relative;
            top: -5px;
        }

        .widget_gva_give_categories_widget ul.categories-listing li:hover {
            color: #fc3c3c;
        }

.widget_custom_html {
    padding: 0 !important;
    border: none !important;
}

.support-box {
    background: #fc3c3c;
    color: #fff;
    padding: 50px;
}

@media (max-width: 1199.98px) {
    .support-box {
        padding: 30px;
    }
}

.support-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-box .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.support-box .phone {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

    .support-box .phone a {
        color: #fff;
    }

        .support-box .phone a:hover {
            text-decoration: underline;
        }

.download-box {
    background: #11161F;
}

    .download-box a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 30px;
        text-align: center;
        display: block;
    }

        .download-box a:hover {
            color: #fc3c3c;
        }

.logged-in.admin-bar .mini-cart-header .dropdown .minicart-content {
    padding-top: 45px;
}

@media (max-width: 1024.98px) {
    .logged-in.admin-bar .gva-offcanvas-content.mobile {
        padding-top: 30px;
    }
}

.modal-ajax-user-form .close {
    width: 28px;
    height: 28px;
    background: #fc3c3c;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: -14px;
    right: -14px;
    top: 11;
    opacity: 1;
    font-weight: 100;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    color: 14px;
}

    .modal-ajax-user-form .close:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

.modal-ajax-user-form .ajax-user-form {
    padding: 20px 45px;
}

    .modal-ajax-user-form .ajax-user-form .form-status {
        font-size: 14px;
        line-height: 24px;
    }

        .modal-ajax-user-form .ajax-user-form .form-status a {
            display: none !important;
        }

    .modal-ajax-user-form .ajax-user-form .title {
        text-align: center;
        font-size: 22px;
        margin: 0 0 20px;
        padding: 0 0 10px;
        font-weight: 600;
        position: relative;
    }

        .modal-ajax-user-form .ajax-user-form .title:after {
            content: '';
            width: 50px;
            height: 2px;
            background: #fc3c3c;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -25px;
            z-index: 1;
        }

    .modal-ajax-user-form .ajax-user-form form .form-group {
        margin-bottom: 20px;
    }

        .modal-ajax-user-form .ajax-user-form form .form-group label {
            color: #11161F;
            font-weight: 600;
        }

    .modal-ajax-user-form .ajax-user-form .lost-password, .modal-ajax-user-form .ajax-user-form .user-registration {
        text-align: center;
    }

        .modal-ajax-user-form .ajax-user-form .lost-password a, .modal-ajax-user-form .ajax-user-form .user-registration a {
            color: #fc3c3c;
        }

            .modal-ajax-user-form .ajax-user-form .lost-password a:hover, .modal-ajax-user-form .ajax-user-form .user-registration a:hover {
                text-decoration: underline;
            }

    .modal-ajax-user-form .ajax-user-form .user-registration {
        margin-top: 10px;
    }

.modal-ajax-user-form .ajax-form-content.ajax-preload .form-action {
    position: relative;
}

    .modal-ajax-user-form .ajax-form-content.ajax-preload .form-action:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        border: 1px solid #fc3c3c;
        background: url("../images//preloader-2.gif") no-repeat center center rgba(255, 255, 255, 0.92);
    }

.user-wishlist {
    font-size: 13px;
    font-weight: 500;
}

    .user-wishlist .wishlist-icon {
        margin-right: 2px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .user-wishlist .wishlist-link {
        color: #797F89;
    }

        .user-wishlist .wishlist-link:hover .wishlist-icon i {
            color: #fc3c3c;
        }

        .user-wishlist .wishlist-link:hover .wishlist-icon svg {
            fill: #fc3c3c;
        }

/*------------------------------------------------------------------*\	
				8 - POST TYPE																										
\*------------------------------------------------------------------*/
.post {
    margin-bottom: 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

    .post .entry-meta {
        position: relative;
        padding: 22px 70px 22px 35px;
        border-radius: 0 4px 0 0;
        background: #fff;
    }

@media (max-width: 1199.98px) {
    .post .entry-meta {
        padding-left: 30px;
    }
}

.post .entry-meta:after {
    content: '';
    background: #E9E9EE;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 100px;
}

.post .entry-meta.schedule-date {
    padding-right: 30px;
}

    .post .entry-meta.schedule-date:after {
        right: 30px;
    }

    .post .entry-meta.schedule-date .entry-date {
        display: none;
    }

.post .entry-meta .meta-inline {
    font-size: 14px;
    text-align: left;
}

    .post .entry-meta .meta-inline > span {
        margin-right: 16px;
    }

        .post .entry-meta .meta-inline > span i {
            color: #fc3c3c;
            margin-right: 4px;
        }

        .post .entry-meta .meta-inline > span:last-child {
            margin-right: 0;
        }

.post .entry-meta .entry-date {
    width: 70px;
    height: 100%;
    background: #fc3c3c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    line-height: 20px;
    padding-top: 15px;
    border-radius: 0 4px 0 4px;
}

    .post .entry-meta .entry-date span {
        display: block;
    }

.post .post-thumbnail {
    position: relative;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

    .post .post-thumbnail iframe {
        width: 100%;
        min-height: 350px;
    }

    .post .post-thumbnail .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
    }

.post .entry-content {
    position: relative;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

    .post .entry-content .content-inner {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        margin: 0 auto;
        position: relative;
        padding: 30px 35px 38px 35px;
    }

@media (max-width: 1199.98px) {
    .post .entry-content .content-inner {
        padding: 30px;
    }
}

.post .entry-content .content-inner .entry-title {
    font-size: 30px;
    margin: 0 0 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 38px;
}

@media (max-width: 1199.98px) {
    .post .entry-content .content-inner .entry-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 1024.98px) {
    .post .entry-content .content-inner .entry-title {
        font-size: 22px;
        line-height: 30px;
    }
}

.post .entry-content .content-inner .entry-description {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-top: 20px;
}

.post .entry-content .content-inner .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 74px;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

    .post .entry-content .content-inner .read-more a {
        display: block;
        line-height: 68px;
    }

    .post .entry-content .content-inner .read-more .icon {
        font-size: 24px;
        color: #11161F;
    }

        .post .entry-content .content-inner .read-more .icon:before {
            display: inline-block;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.post .tag-links {
    margin-top: 20px;
    display: block;
}

    .post .tag-links > a {
        border: 1px solid #E9E9EE;
        padding: 2px 15px;
        font-weight: 500;
        font-size: 14px;
        margin-right: 8px;
        margin-bottom: 8px;
        display: inline-block;
        background: #fff;
    }

        .post .tag-links > a:hover {
            background: #fc3c3c;
            color: #fff;
        }

.post:hover .entry-content {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.post-style-1.post-box-shadow .entry-content {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.post-style-1.post-box-shadow .entry-meta {
    -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08);
}

.owl-item.center .post-style-1 .entry-content {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.post-style-2 {
    margin-bottom: 30px;
    border: 1px solid #E9E9EE;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

    .post-style-2 .link-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .post-style-2 .post-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center center;
    }

        .post-style-2 .post-thumbnail:before {
            content: '';
            background: #11161F;
            opacity: 0.6;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

        .post-style-2 .post-thumbnail:after {
            content: '';
            background: #fff;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

    .post-style-2 .entry-content {
        padding: 60px 30px 45px;
        border: none;
        position: relative;
        z-index: 11;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        background: none;
        max-width: 330px;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width: 1199.98px) {
    .post-style-2 .entry-content {
        padding: 30px;
    }
}

.post-style-2 .entry-content .content-inner {
    padding-bottom: 0;
    padding: 0;
}

    .post-style-2 .entry-content .content-inner .entry-title {
        font-size: 26px;
        margin: 20px 0 10px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        line-height: 38px;
        letter-spacing: 0;
    }

        .post-style-2 .entry-content .content-inner .entry-title a {
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

.post-style-2 .entry-content .entry-meta {
    font-size: 14px;
    margin-bottom: 35px;
    position: relative;
    padding: 0;
    background: none;
}

    .post-style-2 .entry-content .entry-meta:after {
        display: none;
    }

    .post-style-2 .entry-content .entry-meta .left {
        width: 52px;
        height: 52px;
        float: left;
        border: 2px solid #fc3c3c;
        border-radius: 4px;
    }

    .post-style-2 .entry-content .entry-meta .right {
        padding-left: 72px;
    }

        .post-style-2 .entry-content .entry-meta .right span {
            display: block;
            width: 100%;
        }

        .post-style-2 .entry-content .entry-meta .right i {
            color: #fc3c3c;
            margin-right: 6px;
        }

.post-style-2 .entry-content .read-more {
    margin-top: 25px;
    padding-left: 20px;
}

    .post-style-2 .entry-content .read-more .icon {
        font-size: 24px;
        color: #fc3c3c;
    }

        .post-style-2 .entry-content .read-more .icon:before {
            display: inline-block;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.post-style-2:hover .post-thumbnail:after {
    top: 100%;
}

.post-style-2:hover .entry-content {
    color: #fff;
}

    .post-style-2:hover .entry-content .entry-meta .left {
        border-color: #fc3c3c;
    }

    .post-style-2:hover .entry-content .entry-meta .right i {
        color: #fff;
    }

    .post-style-2:hover .entry-content .entry-title a {
        color: #fff;
    }

    .post-style-2:hover .entry-content .read-more .icon {
        color: #fff;
        -webkit-animation: beat 1.5s ease 0s infinite;
        animation: beat 1.5s ease 0s infinite;
    }

.post-block-list {
    margin-bottom: 30px;
}

    .post-block-list:before, .post-block-list:after {
        content: " ";
        display: table;
    }

    .post-block-list:after {
        clear: both;
    }

@media (max-width: 400px) {
    .post-block-list {
        max-width: 220px;
        margin: 0 auto;
    }
}

.post-block-list .post-content .post-thumbnail {
    width: 170px;
    float: left;
}

@media (max-width: 400px) {
    .post-block-list .post-content .post-thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }
}

.post-block-list .post-content .content-inner {
    padding-left: 200px;
}

@media (max-width: 900px) {
    .post-block-list .post-content .content-inner {
        padding-left: 190px;
    }
}

@media (max-width: 400px) {
    .post-block-list .post-content .content-inner {
        padding-left: 0;
    }
}

.post-block-list .post-content .content-inner .entry-meta {
    margin-bottom: 5px;
}

.post-block-list .post-content .content-inner .entry-title {
    margin: 0;
}

@media (max-width: 500px) {
    .post-block-list .post-content .content-inner .entry-title {
        font-size: 18px;
        line-height: 30px;
    }
}

.post-block-small {
    margin-bottom: 30px;
}

    .post-block-small:before, .post-block-small:after {
        content: " ";
        display: table;
    }

    .post-block-small:after {
        clear: both;
    }

    .post-block-small .post-content .post-thumbnail {
        width: 40px;
        float: left;
    }

    .post-block-small .post-content .content-inner {
        padding-left: 55px;
    }

        .post-block-small .post-content .content-inner .entry-meta {
            margin-bottom: 5px;
        }

        .post-block-small .post-content .content-inner .entry-title {
            margin: 0;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            position: relative;
            top: -4px;
        }

.posts-grids .lg-block-grid-1 .post {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .posts-grids .lg-block-grid-1 .post .entry-content {
        padding-bottom: 45px;
    }

        .posts-grids .lg-block-grid-1 .post .entry-content .content-inner {
            font-size: 16px;
            max-width: 620px;
            margin: 0 auto;
        }

            .posts-grids .lg-block-grid-1 .post .entry-content .content-inner .entry-title {
                font-size: 24px;
                margin: 15px 0 20px;
            }

            .posts-grids .lg-block-grid-1 .post .entry-content .content-inner .read-more {
                margin-top: 10px;
                display: block !important;
                visibility: visible !important;
            }

div[class*="col-md-6"] .post-thumbnail iframe, div[class*="col-md-4"] .post-thumbnail iframe {
    min-height: 235px;
    height: 235px;
}

.post-items .post {
    margin-bottom: 30px;
}

.post-items .entry-title {
    font-size: 18px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 12px;
}

.post-items.layout-sticky-on .posts-child .post {
    border-bottom: none;
    margin-bottom: 0;
}

    .post-items.layout-sticky-on .posts-child .post .entry-title {
        font-size: 20px;
    }

.posts-archive {
    margin: 100px 0 60px;
}

@media (max-width: 1199.98px) {
    .posts-archive {
        margin: 80px 0 40px;
    }
}

.single.single-post .main-page-content {
    margin: 90px 0 60px;
}

.single.single-post #wp-content > article.post {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

    .single.single-post #wp-content > article.post .entry-content {
        padding: 0;
        border: 0;
        background: none;
        margin: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .single.single-post #wp-content > article.post .entry-content .content-inner {
            max-width: 100%;
            padding: 0;
        }

    .single.single-post #wp-content > article.post .entry-title {
        font-size: 42px;
        letter-spacing: 0;
        color: #11161F;
        text-transform: none;
        margin: 5px 0 20px;
        position: relative;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

@media (max-width: 1199.98px) {
    .single.single-post #wp-content > article.post .entry-title {
        font-size: 38px;
    }
}

@media (max-width: 1024.98px) {
    .single.single-post #wp-content > article.post .entry-title {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .single.single-post #wp-content > article.post .entry-title {
        font-size: 28px;
    }
}

.single.single-post #wp-content > article.post .entry-meta {
    clear: both;
    background: #F0F3F6;
}

    .single.single-post #wp-content > article.post .entry-meta:after {
        display: none;
    }

.single.single-post #wp-content > article.post .cat-links {
    padding-top: 20px;
}

    .single.single-post #wp-content > article.post .cat-links i {
        margin-right: 6px;
        color: #fc3c3c;
    }

    .single.single-post #wp-content > article.post .cat-links a {
        color: #797F89;
    }

        .single.single-post #wp-content > article.post .cat-links a:hover {
            color: #fc3c3c;
        }

.single.single-post #wp-content > article.post footer.entry-meta-footer {
    clear: both;
    width: 100%;
}

    .single.single-post #wp-content > article.post footer.entry-meta-footer:before, .single.single-post #wp-content > article.post footer.entry-meta-footer:after {
        content: " ";
        display: table;
    }

    .single.single-post #wp-content > article.post footer.entry-meta-footer:after {
        clear: both;
    }

.single.single-post #wp-content > article.post .post-content strong img {
    margin-right: 10px;
}

.single.single-post #wp-content > article.post .post-content .wp-caption {
    max-width: 100%;
}

.single.single-post #wp-content > article.post .post-content input[type="text"],
.single.single-post #wp-content > article.post .post-content input[type="tel"],
.single.single-post #wp-content > article.post .post-content input[type="password"],
.single.single-post #wp-content > article.post .post-content input[type="email"] {
    padding: 0 8px;
}

.single.single-post #wp-content > article.post .post-content input[type="submit"] {
    background: #fc3c3c;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 15px;
}

    .single.single-post #wp-content > article.post .post-content input[type="submit"]:hover {
        background: #11161F;
    }

.single.single-post #wp-content > article.post.has-post-thumbnail .entry-meta {
    position: absolute;
    left: 0;
    right: 30px;
    bottom: 100%;
    z-index: 11;
}

.social-networks-post {
    width: 100%;
    padding: 20px 0 10px;
    margin: 45px 0 0;
    border-top: 1px solid #E9E9EE;
    border-bottom: 1px solid #E9E9EE;
}

    .social-networks-post > li {
        list-style: none;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .social-networks-post > li.title-share {
            font-family: "Barlow", sans-serif;
            color: #11161F;
            font-weight: 600;
            padding-top: 5px;
        }

        .social-networks-post > li:not(.title-share) a {
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            border: 1px solid #E9E9EE;
            border-radius: 50%;
        }

            .social-networks-post > li:not(.title-share) a:hover {
                background: #fc3c3c;
                color: #fff;
                border-color: #fc3c3c;
            }

.post-navigation {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-top: 40px;
    margin-bottom: 30px;
    border-top: 1px solid #E9E9EE;
}

    .post-navigation a {
        display: inline-block;
        font-weight: 600;
        border: 2px solid #E9E9EE;
        padding: 10px 20px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
    }

        .post-navigation a span {
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
        }

        .post-navigation a:hover {
            background: #fc3c3c;
            color: #fff;
        }

            .post-navigation a:hover span {
                color: #fff !important;
            }

        .post-navigation a[rel*="next"] {
            float: right;
            text-align: right;
        }

        .post-navigation a span {
            display: block;
        }

            .post-navigation a span.meta-nav {
                font-size: 14px;
                color: #888888;
            }

                .post-navigation a span.meta-nav i {
                    font-size: 10px;
                }

                .post-navigation a span.meta-nav.next i {
                    margin-left: 8px;
                    margin-top: 1px;
                }

                .post-navigation a span.meta-nav.prev i {
                    margin-right: 8px;
                    margin-top: 1px;
                }

.tribe-events-page-title, .tribe-events-list-separator-month {
    font-weight: normal;
}

.tribe-events-page-title {
    margin-bottom: 30px;
}

.tribe-event-list-block {
    padding: 38px;
    background: #fff;
    border: 1px solid #E9E9EE;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 767.98px) {
    .tribe-event-list-block {
        padding: 30px 20px;
    }
}

.tribe-event-list-block .tribe-event-left {
    width: 190px;
    float: left;
    position: relative;
}

@media (max-width: 767.98px) {
    .tribe-event-list-block .tribe-event-left {
        width: 100%;
        margin-bottom: 20px;
    }
}

.tribe-event-list-block .tribe-event-left .content-inner {
    width: 165px;
    position: relative;
    float: left;
}

@media (max-width: 767.98px) {
    .tribe-event-list-block .tribe-event-left .content-inner {
        width: 220px;
    }
}

.tribe-event-list-block .tribe-event-left .content-inner .tribe-events-event-image {
    width: 165px;
    position: relative;
}

@media (max-width: 767.98px) {
    .tribe-event-list-block .tribe-event-left .content-inner .tribe-events-event-image {
        width: 220px;
    }
}

.tribe-event-list-block .tribe-event-left .content-inner .tribe-start-date {
    background: #fc3c3c;
    color: #fff;
    width: 52px;
    height: 52px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    padding-top: 10px;
    position: absolute;
    right: -26px;
    bottom: 0;
}

.tribe-event-list-block .tribe-event-right {
    padding-left: 200px;
    padding-right: 180px;
    position: relative;
}

@media (max-width: 1024.98px) {
    .tribe-event-list-block .tribe-event-right {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .tribe-event-list-block .tribe-event-right {
        padding-left: 0;
    }
}

.tribe-event-list-block .tribe-event-right .content-inner {
    padding-left: 20px;
    float: left;
    width: 100%;
}

@media (max-width: 767.98px) {
    .tribe-event-list-block .tribe-event-right .content-inner {
        padding-left: 0;
    }
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta {
    font-size: 14px;
    margin-bottom: 0;
}

    .tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .icon {
        margin-right: 6px;
        color: #fc3c3c;
    }

    .tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-event-schedule-details {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #797F89;
        font-weight: 500;
    }

    .tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-events-venue-details {
        font-size: 14px;
        color: #797F89;
        font-weight: 500;
        margin: 0;
        font-style: normal;
        line-height: 24px;
        margin-top: 6px;
    }

        .tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-events-venue-details .tribe-address br {
            display: none;
        }

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-list-event-title {
    font-size: 24px;
    margin: 10px 0 15px;
}

@media (max-width: 767.98px) {
    .tribe-event-list-block .tribe-event-right .content-inner .tribe-events-list-event-title {
        font-size: 20px;
    }
}

.tribe-event-list-block .tribe-event-right .content-inner .entry-summary {
    max-width: 600px;
}

.tribe-event-list-block .tribe-event-right .event-action {
    width: 180px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    text-align: right;
}

@media (max-width: 1024.98px) {
    .tribe-event-list-block .tribe-event-right .event-action {
        display: none;
    }
}

.tribe-event-list-block .tribe-event-right .event-action a {
    padding-left: 25px;
    padding-right: 25px;
}

.tribe-event-list-block:hover {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
    box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
}

.tribe-event-list-block.v2 {
    padding: 38px;
    background: #fff;
    border: 1px solid #E9E9EE;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .tribe-event-list-block.v2 {
        padding: 30px 20px;
    }
}

.tribe-event-list-block.v2 .tribe-events-list-event-title {
    font-size: 24px;
    font-weight: 700;
}

.tribe-event-list-block.v2 .event-action a {
    padding: 15px 15px !important;
    background: #fc3c3c !important;
    color: #fff !important;
}

.tribe-events .tribe-events-c-ical__link {
    border-color: #fc3c3c;
    color: #fc3c3c;
}

    .tribe-events .tribe-events-c-ical__link:before {
        display: none;
    }

    .tribe-events .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus {
        background-color: #fc3c3c;
    }

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background: #fc3c3c;
}

    .tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:active, .tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:active, .tribe-common a.tribe-common-c-btn:focus {
        background: #fc3c3c;
        opacity: 0.8;
    }

.tribe-events-l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
    margin-bottom: 30px;
}

.event-layout-list .event-list-item {
    margin-bottom: 30px;
}

.tribe-events-single {
    margin-top: 80px;
}

    .tribe-events-single .tribe-events-back {
        margin-bottom: 5px;
    }

    .tribe-events-single .tribe-events-single-event-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .tribe-events-single .tribe-events-schedule {
        color: #11161F;
    }

        .tribe-events-single .tribe-events-schedule .icon {
            margin-right: 6px;
            color: #fc3c3c;
        }

    .tribe-events-single .tribe-events-event-meta {
        background: none;
        border: none;
    }

        .tribe-events-single .tribe-events-event-meta .tribe-events-single-section-title {
            font-size: 24px;
            font-weight: normal;
        }

        .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail {
            padding: 30px;
            border: 1px solid #E9E9EE;
            -webkit-box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
            box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
        }

            .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-events-single-section-title {
                display: none;
            }

            .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail > div {
                float: left;
                margin-right: 20px;
                font-size: 16px;
                font-weight: 500;
            }

                .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail > div .icon {
                    color: #fc3c3c;
                    margin-right: 3px;
                }

                .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail > div a {
                    color: #797F89;
                }

                    .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail > div a:hover {
                        text-decoration: underline;
                    }

            .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail .event-meta-tags dt, .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail .event-meta-tags dd {
                clear: none;
                display: inline;
            }

        .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom {
            margin: 45px 0;
        }

            .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-meta-group {
                width: 100%;
                padding: 0;
                margin: 0;
            }

                .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-meta-group .tribe-events-single-section-title {
                    color: #fff;
                    margin: 0 0 35px;
                }

            .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-venue-map {
                padding: 0;
                margin: 0;
                width: 100%;
                border: none;
                border-radius: 0;
            }

                .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-venue-map > div {
                    min-height: 380px;
                }

            .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer {
                overflow: hidden;
            }

                .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner {
                    background: #11161F;
                    position: relative;
                    float: left;
                    width: 100%;
                    padding: 45px 50px;
                    color: #fff;
                }

@media (max-width: 1199.98px) {
    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner {
        padding: 35px 30px;
    }
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner:after {
    content: '';
    background: #11161F;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner a {
    color: #fff;
}

    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner a:hover {
        text-decoration: underline;
    }

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner .meta-item {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner .meta-item .icon {
        margin-right: 10px;
        display: inline-block;
        position: relative;
        top: 5px;
    }

        .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner .meta-item .icon svg {
            fill: #fc3c3c;
            width: 25px;
            height: auto;
        }

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue {
    overflow: hidden;
}

    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .content-inner {
        background: #fc3c3c;
        position: relative;
        float: left;
        width: 100%;
        color: #fff;
        padding: 45px 50px;
    }

@media (max-width: 1199.98px) {
    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .content-inner {
        padding: 50px 30px;
    }
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .content-inner:after {
    content: '';
    background: #fc3c3c;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .content-inner a {
    color: #fff;
}

    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .content-inner a:hover {
        text-decoration: underline;
    }

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item .icon {
        margin-right: 10px;
        display: inline-block;
        position: relative;
        top: 5px;
    }

        .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item .icon svg {
            fill: #fff;
            width: 25px;
            height: auto;
        }

    .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item .tribe-events-address {
        font-size: 14px;
        line-height: 24px;
    }

.post-type-archive-tribe_events #tribe-events-bar {
    background: #fff;
    border: 1px solid #E9E9EE;
}

    .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form {
        background: #fff;
    }

        .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form input[type=text] {
            outline: none;
            border-bottom: 1px dashed #E9E9EE;
        }

        .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-submit .tribe-events-button {
            background: #fc3c3c;
        }

        .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner {
            background: #fff;
        }

            .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner #tribe-bar-views-toggle:focus, .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner #tribe-bar-views-toggle:hover {
                background: #fff;
                outline: none;
            }

            .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list {
                background: #fff;
                border: 1px solid #E9E9EE;
            }

.post-type-archive-tribe_events table.tribe-events-calendar {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom-color: #E9E9EE;
}

    .post-type-archive-tribe_events table.tribe-events-calendar thead th {
        background: none;
        color: #11161F;
        text-align: left;
        border: none;
        border-bottom: 1px solid #E9E9EE;
    }

    .post-type-archive-tribe_events table.tribe-events-calendar tbody {
        border-left: 1px solid #E9E9EE;
        border-right: 1px solid #E9E9EE;
    }

        .post-type-archive-tribe_events table.tribe-events-calendar tbody td {
            border-color: #E9E9EE !important;
        }

            .post-type-archive-tribe_events table.tribe-events-calendar tbody td div[id*=tribe-events-daynum-], .post-type-archive-tribe_events table.tribe-events-calendar tbody td div[id*=tribe-events-daynum-] > a {
                background: none !important;
                font-size: 20px;
                color: #141827;
                font-weight: 500;
                padding-top: 10px;
                padding-left: 10px;
            }

            .post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-month-event-title {
                font-family: "Muli", sans-serif !important;
                font-size: 14px !important;
                line-height: 22px !important;
                font-weight: 500 !important;
            }

            .post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip {
                padding: 20px;
            }

                .post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .entry-title {
                    margin-bottom: 15px;
                    font-size: 20px;
                }

                .post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
                    font-size: 14px;
                    color: #fc3c3c;
                    font-weight: 500;
                    width: 100%;
                    margin-bottom: 15px;
                }

                .post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb {
                    width: 90px;
                    margin-right: 1px;
                    margin-bottom: 1px;
                }

                    .post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
                        max-width: 100%;
                    }

                .post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-event-description {
                    font-size: 14px;
                    line-height: 24px;
                }

            .post-type-archive-tribe_events table.tribe-events-calendar tbody td:hover {
                background: none !important;
                border-bottom: 2px solid #fc3c3c !important;
            }

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 100%;
}

.team-progress-wrapper {
    margin-bottom: 30px;
}

    .team-progress-wrapper .team__progress-label {
        font-weight: 500;
        color: #11161F;
    }

    .team-progress-wrapper .team__progress {
        background-color: #ccc;
        position: relative;
        overflow: visible;
        z-index: 11;
    }

        .team-progress-wrapper .team__progress .team__progress-bar {
            -webkit-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -ms-transition: width 1s ease-in-out;
            height: 10px;
            background: #fc3c3c;
            position: relative;
            display: block;
            width: 0;
        }

            .team-progress-wrapper .team__progress .team__progress-bar .percentage {
                position: absolute;
                bottom: 100%;
                left: 100%;
                z-index: 1;
                padding: 6px 8px;
                background: #fc3c3c;
                font-size: 12px;
                color: #fff;
                margin-bottom: 10px;
                line-height: 1;
                font-weight: 600;
            }

                .team-progress-wrapper .team__progress .team__progress-bar .percentage:after {
                    content: "";
                    border: 6px solid transparent;
                    border-top-color: #fc3c3c;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    z-index: 1;
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    margin-top: -6px;
                }

                .team-progress-wrapper .team__progress .team__progress-bar .percentage.percentage-left {
                    left: auto;
                    right: 0;
                }

                    .team-progress-wrapper .team__progress .team__progress-bar .percentage.percentage-left:after {
                        right: 0;
                        left: auto;
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                        margin-right: 2px;
                    }

.team-block.team-v1 {
    max-width: 450px;
    margin: 0 auto 30px;
}

    .team-block.team-v1 .team-image {
        text-align: center;
    }

    .team-block.team-v1 .team-content {
        text-align: center;
        border-top: 0;
        padding: 30px 20px;
        margin: -50px 10px 0 10px;
        background: #fff;
        position: relative;
        z-index: 11;
        border-radius: 4px;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.06);
        border-bottom: 2px solid transparent;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

        .team-block.team-v1 .team-content .team-name {
            color: #11161F;
            margin: 0 0 2px;
            line-height: 24px;
            font-size: 20px;
        }

        .team-block.team-v1 .team-content .team-job {
            font-size: 14px;
            font-weight: 500;
            margin-top: 2px;
        }

        .team-block.team-v1 .team-content .socials-team {
            text-align: center;
            margin-top: 20px;
        }

            .team-block.team-v1 .team-content .socials-team a {
                width: 40px;
                height: 40px;
                font-size: 14px;
                display: inline-block;
                margin: 0 5px;
                color: #11161F;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                line-height: 40px;
                border-radius: 50%;
                background: #F0F3F6;
            }

                .team-block.team-v1 .team-content .socials-team a:hover {
                    background: #fc3c3c;
                    color: #fff;
                }

    .team-block.team-v1:hover .team-content {
        border-bottom-color: #fc3c3c;
    }

.owl-item.center .team-block .team-content {
    border-bottom-color: #fc3c3c;
}

.gva-teams-grid .team-block {
    margin-bottom: 35px;
}

.team-block-single {
    margin: 60px 0 80px;
}

    .team-block-single .team-thumbnail {
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
        margin: 0 0 30px;
        text-align: center;
    }

        .team-block-single .team-thumbnail img {
            border-radius: 4px;
        }

        .team-block-single .team-thumbnail .team-content {
            padding: 30px;
            margin-bottom: 0;
        }

        .team-block-single .team-thumbnail .heading-contact {
            margin-top: 0;
        }

    .team-block-single .heading, .team-block-single .heading-contact {
        font-size: 20px;
        position: relative;
        float: left;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .team-block-single .heading:after, .team-block-single .heading-contact:after {
            content: '';
            width: 50px;
            height: 2px;
            background: #fc3c3c;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
        }

    .team-block-single .team-name {
        color: #11161F;
        font-size: 28px;
        margin: 0 0 2px;
    }

    .team-block-single .team-email, .team-block-single .team-phone {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .team-block-single .team-job {
        font-size: 16px;
        font-weight: 600;
    }

    .team-block-single .team-educations {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .team-block-single .team-skills {
        margin-bottom: 30px;
    }

    .team-block-single .team-content {
        margin-bottom: 50px;
    }

    .team-block-single .team-quote {
        font-size: 16px;
        color: #999999;
        margin-top: 20px;
        padding-left: 50px;
        position: relative;
        font-style: italic;
    }

        .team-block-single .team-quote:after {
            font-family: "FontAwesome";
            content: "\f10d";
            left: 0;
            top: 0;
            position: absolute;
            z-index: 1;
            color: #fc3c3c;
            font-size: 24px;
            text-align: center;
            line-height: 40px;
            font-weight: 700;
        }

    .team-block-single .socials-team {
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        .team-block-single .socials-team a {
            width: 38px;
            height: 38px;
            font-size: 14px;
            display: inline-block;
            margin-right: 15px;
            color: #797F89;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            line-height: 38px;
            border-radius: 50%;
            text-align: center;
            border: 1px solid #E9E9EE;
        }

            .team-block-single .socials-team a:hover {
                background: #fc3c3c;
                color: #fff;
                border-color: #fc3c3c;
            }

.lt-review-show-start {
    display: inline-block;
    position: relative;
}

    .lt-review-show-start .lt-review-name {
        display: inline-block;
        margin-right: 6px;
        font-size: 14px;
        color: #11161F;
        font-weight: 600;
        float: left;
        line-height: 20px;
    }

    .lt-review-show-start .review-results {
        display: inline-block;
        position: relative;
        height: 20px;
        font-size: 14px;
        float: left;
    }

        .lt-review-show-start .review-results span {
            display: inline-block;
            width: 18px;
            height: 18px;
        }

            .lt-review-show-start .review-results span .star {
                font-size: 16px;
                width: 100%;
                height: 100%;
            }

        .lt-review-show-start .review-results .base-stars {
            white-space: nowrap;
            height: 18px;
        }

            .lt-review-show-start .review-results .base-stars span {
                color: #DEE2E8;
            }

        .lt-review-show-start .review-results .votes-stars {
            overflow: hidden;
            white-space: nowrap;
            position: absolute;
            top: 0;
            left: 0;
            height: 18px;
        }

            .lt-review-show-start .review-results .votes-stars span {
                color: #fc3c3c;
            }

.no_job_listings_found {
    margin: 0 15px;
}

.listing-block {
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .listing-block .listing-image {
        position: relative;
    }

        .listing-block .listing-image:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.8)), to(black));
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 99%, black 100%);
        }

        .listing-block .listing-image .listing-time {
            font-size: 12px;
            color: #fff;
            font-family: "Barlow", sans-serif;
            font-weight: 500;
            padding: 1px 10px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            position: absolute;
            left: 20px;
            top: 20px;
            z-index: 11;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .listing-block .listing-image .wishlist-icon-content {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 11;
            line-height: 1;
        }

            .listing-block .listing-image .wishlist-icon-content a {
                color: #fff;
                display: inline-block;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                width: 30px;
                height: 30px;
                border-radius: 4px;
                background: rgba(255, 255, 255, 0.3);
                text-align: center;
                line-height: 30px;
            }

                .listing-block .listing-image .wishlist-icon-content a.wishlist-added .icon:before {
                    color: #fc3c3c;
                    font-weight: 900;
                }

                .listing-block .listing-image .wishlist-icon-content a:hover {
                    font-size: 19px;
                }

        .listing-block .listing-image .listing-logo {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: 2px solid #fff;
            overflow: hidden;
            -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            background: #fff;
        }

        .listing-block .listing-image .link-overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
        }

    .listing-block .listing-content {
        padding: 30px 30px 0;
        background: #fff;
    }

        .listing-block .listing-content .title {
            font-size: 20px;
            margin: 5px 0 5px;
        }

        .listing-block .listing-content .listing-tagline {
            line-height: 24px;
        }

            .listing-block .listing-content .listing-tagline p {
                margin-bottom: 0;
            }

        .listing-block .listing-content .listing-meta {
            margin-top: 20px;
            font-size: 14px;
            line-height: 20px;
        }

            .listing-block .listing-content .listing-meta .location a {
                color: #797F89;
            }

                .listing-block .listing-content .listing-meta .location a:hover {
                    color: #11161F;
                }

            .listing-block .listing-content .listing-meta .location .icon {
                color: #fc3c3c;
                width: 12px;
                margin-right: 10px;
                font-size: 15px;
            }

            .listing-block .listing-content .listing-meta .phone {
                margin-top: 6px;
            }

                .listing-block .listing-content .listing-meta .phone .icon {
                    color: #fc3c3c;
                    width: 12px;
                    margin-right: 10px;
                    font-size: 15px;
                }

                .listing-block .listing-content .listing-meta .phone a {
                    color: #797F89;
                }

                    .listing-block .listing-content .listing-meta .phone a:hover {
                        color: #11161F;
                    }

        .listing-block .listing-content .content-footer {
            border-top: 1px solid #E9E9EE;
            padding: 12px 0;
            margin-top: 22px;
        }

            .listing-block .listing-content .content-footer .lt-review-show-start {
                float: right;
                padding-top: 10px;
            }

            .listing-block .listing-content .content-footer .lt-avg-review {
                float: right;
                color: #fc3c3c;
                font-family: "Barlow", sans-serif;
                font-weight: 600;
                padding-top: 3px;
            }

    .listing-block.job_position_featured .listing-image .lt-featured {
        display: block !important;
        font-size: 12px;
        color: #fff;
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        padding: 1px 10px;
        border-radius: 4px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 11;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        .listing-block.job_position_featured .listing-image .lt-featured:after {
            content: '';
            background: #fc3c3c;
            opacity: 0.86;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            border-radius: 4px;
        }

    .listing-block.job_position_featured .listing-image span {
        position: relative;
        z-index: 11;
        color: #fff;
    }

    .listing-block.style-2 {
        position: relative;
    }

        .listing-block.style-2 .listing-image:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(1%, rgba(0, 0, 0, 0.99)), to(rgba(0, 0, 0, 0)));
            background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
        }

        .listing-block.style-2 .listing-image .listing-logo {
            display: none;
        }

        .listing-block.style-2 .listing-image .listing-time {
            background: rgba(0, 0, 0, 0.3);
        }

        .listing-block.style-2 .listing-image .wishlist-icon-content a {
            background: rgba(0, 0, 0, 0.3);
        }

        .listing-block.style-2 .listing-content {
            background: none;
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 11;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

            .listing-block.style-2 .listing-content .content-inner {
                max-width: 350px;
                margin: 0 auto;
            }

            .listing-block.style-2 .listing-content .title a {
                color: #fff;
            }

            .listing-block.style-2 .listing-content .listing-tagline {
                color: #fff;
                opacity: 0.8;
            }

            .listing-block.style-2 .listing-content .listing-meta {
                height: 0;
                opacity: 0;
                margin: 0;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                display: none;
            }

            .listing-block.style-2 .listing-content .content-footer {
                border-top-color: rgba(255, 255, 255, 0.2);
            }

                .listing-block.style-2 .listing-content .content-footer .lt_block-category .cat-name, .listing-block.style-2 .listing-content .content-footer .lt_block-category .more-cat-number {
                    color: #fff;
                }

        .listing-block.style-2:hover .listing-content {
            background: #fff;
        }

            .listing-block.style-2:hover .listing-content .title a {
                color: #11161F;
            }

                .listing-block.style-2:hover .listing-content .title a:hover {
                    color: #fc3c3c;
                }

            .listing-block.style-2:hover .listing-content .listing-tagline {
                color: #797F89;
                opacity: 1;
            }

            .listing-block.style-2:hover .listing-content .listing-meta {
                height: auto;
                opacity: 1;
                margin: 20px 0 0;
                display: block;
            }

            .listing-block.style-2:hover .listing-content .content-footer {
                border-top-color: rgba(0, 0, 0, 0.1);
            }

                .listing-block.style-2:hover .listing-content .content-footer .lt_block-category .cat-name, .listing-block.style-2:hover .listing-content .content-footer .lt_block-category .more-cat-number {
                    color: #11161F;
                }

                    .listing-block.style-2:hover .listing-content .content-footer .lt_block-category .cat-name:hover, .listing-block.style-2:hover .listing-content .content-footer .lt_block-category .more-cat-number:hover {
                        color: #fc3c3c;
                    }

        .listing-block.style-2.job_position_featured .listing-image .lt-featured {
            top: 20px;
            left: 50%;
            right: auto;
            bottom: auto;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.listing-list .listing-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .listing-list .listing-content-inner > div {
        -webkit-box-flex: 0;
    }

.listing-list .listing-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    float: left;
}

@media (max-width: 650px) {
    .listing-list .listing-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.listing-list .listing-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    float: left;
    padding: 25px 30px 65px;
    position: relative;
}

@media (max-width: 1260px) {
    .listing-list .listing-content {
        padding-top: 20px;
    }
}

@media (max-width: 650px) {
    .listing-list .listing-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.listing-list .listing-content .title {
    margin: 0 0 8px;
}

.listing-list .listing-content .listing-tagline {
    display: block !important;
    line-height: 24px;
}

.listing-list .listing-content .listing-meta {
    margin-top: 15px;
}

.listing-list .listing-content .content-footer {
    padding: 8px 30px 8px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.leaflet-container .leaflet-marker-icon.gva-logo-map {
    position: relative;
}

    .leaflet-container .leaflet-marker-icon.gva-logo-map .logo-map svg {
        fill: #fc3c3c;
    }

    .leaflet-container .leaflet-marker-icon.gva-logo-map .logo-map .lt-logo {
        position: absolute;
        width: 34px;
        height: 34px;
        top: 2px;
        left: 10px;
        background: #fff;
        z-index: 1;
        border-radius: 50%;
        text-align: center;
    }

        .leaflet-container .leaflet-marker-icon.gva-logo-map .logo-map .lt-logo i {
            font-size: 18px;
            padding-top: 2px;
        }

        .leaflet-container .leaflet-marker-icon.gva-logo-map .logo-map .lt-logo img {
            max-width: 100% !important;
            border-radius: 50%;
        }

.leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 4px !important;
    overflow: hidden;
    padding: 0 !important;
}

    .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
        padding: 0;
        margin: 0 !important;
    }

        .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup {
            position: relative;
            display: block;
        }

            .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .lt-top {
                display: block;
                padding: 20px 20px 0;
                position: relative;
                z-index: 11;
            }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .lt-top:before, .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .lt-top:after {
                    content: " ";
                    display: table;
                }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .lt-top:after {
                    clear: both;
                }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .lt-top .listing-time, .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .lt-top .listing-price {
                    background: rgba(255, 255, 255, 0.2);
                    color: #fff;
                    font-weight: 700;
                    padding: 5px 15px;
                    border: 2px solid rgba(255, 255, 255, 0.6);
                    border-radius: 4px;
                    display: inline-block;
                    float: right;
                }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .lt-top .listing-price {
                    float: left;
                }

            .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .image {
                position: absolute;
                width: 102%;
                height: 102%;
                top: 0;
                left: 0;
                z-index: 1;
                background-size: cover;
                background-position: center center;
            }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .image:after {
                    content: '';
                    background: rgba(0, 0, 0, 0.68);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                }

            .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner {
                position: relative;
                z-index: 11;
                padding: 20px;
                display: block;
                min-width: 326px;
            }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner > span {
                    display: block;
                    color: #fff;
                    font-size: 14px;
                    margin-bottom: 6px;
                    font-family: "Muli", sans-serif;
                }

                    .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner > span i {
                        width: 22px;
                    }

                    .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner > span a {
                        color: #fff;
                    }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .title {
                    font-size: 18px;
                    margin: 0 0 8px;
                }

                    .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .title a {
                        color: #fff;
                    }

                        .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .title a:hover {
                            color: #fc3c3c;
                        }

                .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .listing-tagline {
                    margin-bottom: 30px;
                }

.leaflet-popup .leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.6);
}

.leaflet-container a.leaflet-popup-close-button {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    color: #fc3c3c;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    top: -11px;
    right: -11px;
    position: absolute;
    z-index: 11;
}

    .leaflet-container a.leaflet-popup-close-button:hover {
        background: #fc3c3c;
        color: #fff;
    }

.my-listing-item .listing-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    border-radius: 3px;
    overflow: hidden;
}

@media (max-width: 580px) {
    .my-listing-item .listing-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.my-listing-item .listing-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding: 30px 20px 55px;
}

@media (max-width: 1199.98px) {
    .my-listing-item .listing-content {
        padding: 25px 20px 55px;
    }
}

@media (max-width: 580px) {
    .my-listing-item .listing-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.my-listing-item .listing-content .listing-status {
    position: absolute;
    background: #fc3c3c;
    top: 0;
    right: 0;
    z-index: 11;
    color: #fff;
    padding: 0 10px;
    line-height: 22px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}

.my-listing-item .listing-content.without_thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.my-listing-item .listing-content .content-footer {
    border: none;
    padding: 8px 20px;
}

.my-listing-item .listing-action {
    width: 100%;
    padding: 15px 20px;
    border-top: 1px solid #E9E9EE;
}

    .my-listing-item .listing-action:before, .my-listing-item .listing-action:after {
        content: " ";
        display: table;
    }

    .my-listing-item .listing-action:after {
        clear: both;
    }

    .my-listing-item .listing-action .action-left {
        float: left;
    }

        .my-listing-item .listing-action .action-left .listing-meta-item {
            font-size: 14px;
            line-height: 24px;
        }

            .my-listing-item .listing-action .action-left .listing-meta-item .label {
                color: #11161F;
                font-weight: 600;
            }

    .my-listing-item .listing-action .action-right {
        float: right;
    }

@media (max-width: 1150px) {
    .my-listing-item .listing-action .action-right {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
}

.my-listing-item .listing-action .action-right .job-dashboard-actions a {
    margin-left: 10px;
    margin-top: 5px;
}

    .my-listing-item .listing-action .action-right .job-dashboard-actions a:first-child {
        margin-left: 0;
    }

.lt_block-category .cat-item {
    float: left;
}

    .lt_block-category .cat-item a {
        display: inline-block;
        line-height: 34px;
    }

        .lt_block-category .cat-item a .icon {
            display: inline-block;
            line-height: 32px;
            text-align: center;
            font-size: 18px;
            margin-right: 8px;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #fc3c3c;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

            .lt_block-category .cat-item a .icon .fas, .lt_block-category .cat-item a .icon .fa, .lt_block-category .cat-item a .icon .fab {
                font-size: 14px;
            }

            .lt_block-category .cat-item a .icon .la, .lt_block-category .cat-item a .icon .las, .lt_block-category .cat-item a .icon .lab {
                font-size: 22px;
                position: relative;
                top: 3px;
            }

            .lt_block-category .cat-item a .icon img {
                width: 16px;
            }

        .lt_block-category .cat-item a .cat-name {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            position: relative;
            font-family: "Barlow", sans-serif;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

        .lt_block-category .cat-item a:hover {
            color: #fc3c3c;
        }

            .lt_block-category .cat-item a:hover .icon {
                -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            }

.lt_block-category .more-cat {
    float: left;
    position: relative;
}

    .lt_block-category .more-cat .more-cat-number {
        width: 25px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        text-align: center;
        color: #797F89;
        font-family: "Barlow", sans-serif;
        font-size: 14px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        font-weight: 600;
        margin-top: 3px;
        margin-left: -2px;
    }

        .lt_block-category .more-cat .more-cat-number:hover {
            cursor: pointer;
            color: #fc3c3c !important;
        }

    .lt_block-category .more-cat .more-cat-content {
        display: none;
        position: absolute;
        left: -50px;
        margin-left: 19px;
        bottom: 100%;
        margin-bottom: 10px;
        background: #fff;
        padding: 10px 20px;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #E9E9EE;
    }

        .lt_block-category .more-cat .more-cat-content:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 16px;
            height: 16px;
            border-width: 8px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            display: block;
        }

        .lt_block-category .more-cat .more-cat-content .cat-item {
            margin: 0;
            width: 100%;
            position: relative;
            white-space: nowrap;
        }

            .lt_block-category .more-cat .more-cat-content .cat-item a:after {
                content: '';
                height: 100%;
                position: absolute;
                top: 0;
                left: -15px;
                right: -15px;
                z-index: 11;
            }

            .lt_block-category .more-cat .more-cat-content .cat-item a .icon {
                width: 30px;
                height: 30px;
                background: none;
                line-height: 30px;
                font-size: 16px;
            }

                .lt_block-category .more-cat .more-cat-content .cat-item a .icon img {
                    width: 15px;
                }

            .lt_block-category .more-cat .more-cat-content .cat-item .cat-name {
                height: auto;
                position: relative;
                top: -1px;
                font-size: 12px;
            }

    .lt_block-category .more-cat:hover .more-cat-number {
        color: #fc3c3c;
    }

    .lt_block-category .more-cat.open .more-cat-content {
        display: block;
    }

.lt-listing-filters {
    background: none;
    margin: 0 -15px;
}

    .lt-listing-filters .search_jobs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

        .lt-listing-filters .search_jobs > div {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 15px;
            padding-left: 15px;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }

            .lt-listing-filters .search_jobs > div input[type="text"], .lt-listing-filters .search_jobs > div select {
                width: 100%;
                line-height: 55px;
            }

            .lt-listing-filters .search_jobs > div select {
                height: 55px;
            }

            .lt-listing-filters .search_jobs > div .select2 .select2-selection {
                height: 56px;
                border: none;
                background: #FAFBFC;
                padding: 0 10px;
                line-height: 32px;
                border: 1px solid #E9E9EE;
            }

                .lt-listing-filters .search_jobs > div .select2 .select2-selection .select2-selection__rendered {
                    line-height: 55px;
                }

                .lt-listing-filters .search_jobs > div .select2 .select2-selection.select2-selection--multiple .select2-search {
                    margin-top: 0;
                }

        .lt-listing-filters .search_jobs .lt-filter-by-amenities {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

            .lt-listing-filters .search_jobs .lt-filter-by-amenities:before, .lt-listing-filters .search_jobs .lt-filter-by-amenities:after {
                content: " ";
                display: table;
            }

            .lt-listing-filters .search_jobs .lt-filter-by-amenities:after {
                clear: both;
            }

            .lt-listing-filters .search_jobs .lt-filter-by-amenities .title {
                margin: 0;
                font-size: 18px;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
            }

                .lt-listing-filters .search_jobs .lt-filter-by-amenities .title:hover {
                    cursor: pointer;
                    color: #fc3c3c;
                }

            .lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list {
                margin: 0;
                padding: 0;
            }

                .lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list > li {
                    list-style: none;
                    width: 33%;
                    float: left;
                    margin-top: 10px;
                }

@media (max-width: 1199.98px) {
    .lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list > li {
        width: 50%;
    }
}

.lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list > li .pretty .state label {
    display: inline-block !important;
    text-indent: 1.8em;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list > li .pretty .state label {
        font-size: 14px;
    }
}

.lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list > li .pretty .state label:before {
    background: #F0F3F6;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: none;
}

.lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list > li .pretty .state .icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fc3c3c;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
}

.lt-listing-filters .search_jobs .lt-filter-by-amenities ul.amenities-list > li label input {
    width: auto;
    margin-right: 6px;
}

.lt-listing-filters .search_jobs .lt_search_location {
    position: relative;
    z-index: 11;
}

    .lt-listing-filters .search_jobs .lt_search_location .search-location-inner {
        position: relative;
    }

        .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul {
                padding: 0 20px;
            }

                .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li {
                    list-style: none;
                    padding: 15px 0;
                    margin: 0;
                    line-height: 22px;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                }

                    .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li:last-child {
                        border-bottom: 0;
                    }

                    .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a {
                        font-size: 13px;
                    }

                        .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a .icon {
                            font-size: 16px;
                            margin-right: 8px;
                        }

                        .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a .information {
                            display: block;
                            width: 100%;
                            font-style: italic;
                            font-size: 12px;
                        }

                            .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a .information span.country_code {
                                text-transform: uppercase;
                            }

                        .lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a:hover {
                            color: #fc3c3c;
                        }

.lt-listing-filters .search_jobs .lt-filter-by-types:before, .lt-listing-filters .search_jobs .lt-filter-by-types:after {
    content: " ";
    display: table;
}

.lt-listing-filters .search_jobs .lt-filter-by-types:after {
    clear: both;
}

.lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types {
    margin: 0;
    padding: 0;
}

    .lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types > li {
        list-style: none;
        width: 33%;
        float: left;
    }

        .lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types > li label {
            display: block !important;
        }

            .lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types > li label input {
                width: auto;
                margin-right: 6px;
            }

.lt-listing-filters .search_jobs .lt-filter-distance-slider .lt-filter-slider {
    height: 5px;
    border: none;
    background: #E9E9EE;
    margin-top: 6px;
}

    .lt-listing-filters .search_jobs .lt-filter-distance-slider .lt-filter-slider .ui-slider-range {
        background: #fc3c3c;
    }

    .lt-listing-filters .search_jobs .lt-filter-distance-slider .lt-filter-slider .ui-slider-handle {
        width: 20px;
        height: 20px;
        background: #fc3c3c;
        border-radius: 50%;
        border: none;
        top: -8px !important;
    }

        .lt-listing-filters .search_jobs .lt-filter-distance-slider .lt-filter-slider .ui-slider-handle:focus {
            outline: none;
        }

        .lt-listing-filters .search_jobs .lt-filter-distance-slider .lt-filter-slider .ui-slider-handle:hover {
            cursor: pointer;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        }

.lt-listing-filters .search_submit {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

    .lt-listing-filters .search_submit:before, .lt-listing-filters .search_submit:after {
        content: " ";
        display: table;
    }

    .lt-listing-filters .search_submit:after {
        clear: both;
    }

    .lt-listing-filters .search_submit input {
        display: inline-block;
        width: auto;
    }

.lt-listing-filters .showing_jobs {
    color: #11161F;
    font-size: 16px;
}

    .lt-listing-filters .showing_jobs a {
        color: #fc3c3c;
        margin-left: 10px;
        display: inline-block;
    }

        .lt-listing-filters .showing_jobs a:hover {
            text-decoration: underline;
        }

.lt-page_layout-half_map {
    background: #fff;
}

    .lt-page_layout-half_map .main-page-content {
        background: #fff;
    }

@media (max-width: 1024.98px) {
    .lt-page_layout-half_map .lt--content-inner.show-content .lt-mobile-control .btn-show-content {
        display: none;
    }

    .lt-page_layout-half_map .lt--content-inner.show-content .lt--results-content {
        z-index: 11;
        display: block;
    }

    .lt-page_layout-half_map .lt--content-inner.show-content .lt--map-content #lt-listing--map {
        z-index: -11;
    }

    .lt-page_layout-half_map .lt--content-inner.show-map .lt-mobile-control {
        background: none;
    }

        .lt-page_layout-half_map .lt--content-inner.show-map .lt-mobile-control .btn-show-map {
            display: none;
        }

    .lt-page_layout-half_map .lt--content-inner.show-map .lt--results-content {
        z-index: -11;
        display: none;
    }

    .lt-page_layout-half_map .lt--content-inner.show-map .lt--map-content #lt-listing--map {
        z-index: 11;
    }
}

.lt-page_layout-half_map .lt-layout-row .lt-mobile-control {
    width: 100%;
    text-align: center;
    display: none;
    background: #fff;
    position: relative;
    z-index: 12;
    padding-top: 20px;
}

@media (max-width: 1024.98px) {
    .lt-page_layout-half_map .lt-layout-row .lt-mobile-control {
        display: block;
    }
}

.lt-page_layout-half_map .lt-layout-row .lt--results-content {
    width: 60%;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-top: 15px;
}

@media (max-width: 1199.98px) {
    .lt-page_layout-half_map .lt-layout-row .lt--results-content {
        width: 64%;
    }
}

@media (max-width: 1024.98px) {
    .lt-page_layout-half_map .lt-layout-row .lt--results-content {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .lt-page_layout-half_map .lt-layout-row .lt--results-content .search_jobs > div {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.lt-page_layout-half_map .lt-layout-row .lt--map-content {
    width: 40%;
}

@media (max-width: 1199.98px) {
    .lt-page_layout-half_map .lt-layout-row .lt--map-content {
        width: 36%;
    }
}

@media (max-width: 1024.98px) {
    .lt-page_layout-half_map .lt-layout-row .lt--map-content {
        width: 100%;
    }
}

.lt-page_layout-half_map .lt--results-content .lt-content-inner {
    padding: 50px 50px 80px;
}

@media (max-width: 1600px) {
    .lt-page_layout-half_map .lt--results-content .lt-content-inner {
        padding: 30px;
    }
}

@media (max-width: 1199.98px) {
    .lt-page_layout-half_map .lt--results-content .lt-content-inner {
        padding: 30px 20px 80px;
    }
}

.lt-page_layout-half_map .lt--results-content .lt_results-sorting {
    margin: 0 0 15px;
}

.lt-page_layout-half_map .lt--results-content .job_listings {
    position: relative;
    min-height: 100px;
}

    .lt-page_layout-half_map .lt--results-content .job_listings:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 12;
        background: url("../images/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
        display: none;
    }

    .lt-page_layout-half_map .lt--results-content .job_listings.loading {
        opacity: 0.6;
    }

        .lt-page_layout-half_map .lt--results-content .job_listings.loading:before {
            display: block;
        }

.lt-page_layout-half_map .lt--results-content .listing-block .listing-excerpt {
    display: none;
}

.lt-page_layout-half_map .lt--results-content .showing_jobs {
    margin: 0 15px;
    background: #FAFBFC;
    padding: 5px 20px;
    border: 1px solid #E9E9EE;
    margin-bottom: 20px;
}

.lt-page_layout-half_map .lt--map-content {
    position: relative;
}

    .lt-page_layout-half_map .lt--map-content #lt-listing--map {
        position: fixed;
        width: 40%;
        top: 0;
        bottom: 35px;
        right: 0;
        z-index: 1;
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
    }

@media (max-width: 1199.98px) {
    .lt-page_layout-half_map .lt--map-content #lt-listing--map {
        width: 36%;
    }
}

@media (max-width: 1024.98px) {
    .lt-page_layout-half_map .lt--map-content #lt-listing--map {
        width: 100%;
    }
}

.lt-page_layout-half_map .load_more_jobs {
    margin: 0 auto;
}

.lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
    min-height: 580px;
    width: 100%;
    top: 0 !important;
    position: relative;
    margin-bottom: 60px;
    position: relative;
    z-index: 11;
}

@media (max-width: 1199.98px) {
    .lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
        min-height: 500px;
    }
}

@media (max-width: 1024.98px) {
    .lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
        min-height: 350px;
    }
}

.lt-page_layout-filters_left .lt--results-content, .lt-page_layout-filters_right .lt--results-content {
    padding: 30px 0 60px;
}

.lt-page_layout-filters_left .lt-sidebar-search > .content-inner, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner {
    position: relative;
    background: #fff;
}

@media (max-width: 1024.98px) {
    .lt-page_layout-filters_left .lt-sidebar-search > .content-inner, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 350px;
        max-width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        padding-top: 20px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

        .lt-page_layout-filters_left .lt-sidebar-search > .content-inner.open, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .lt-page_layout-filters_left .lt-sidebar-search > .content-inner .lt-listing-filters, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner .lt-listing-filters {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            border: none;
            border-right: 1px solid #E9E9EE;
        }
}

.lt-page_layout-filters_left .lt-sidebar-search > .content-inner .control-search-mobile, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner .control-search-mobile {
    position: absolute;
    top: 150px;
    left: 100%;
    background: #fc3c3c;
    color: #fff;
    padding: 5px 20px;
    z-index: 1;
    display: none;
    white-space: nowrap;
}

    .lt-page_layout-filters_left .lt-sidebar-search > .content-inner .control-search-mobile i, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner .control-search-mobile i {
        font-size: 14px;
        margin-left: 5px;
    }

@media (max-width: 1024.98px) {
    .lt-page_layout-filters_left .lt-sidebar-search > .content-inner .control-search-mobile, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner .control-search-mobile {
        display: block;
    }
}

.lt-page_layout-filters_left .lt-listing-filters, .lt-page_layout-filters_right .lt-listing-filters {
    padding: 30px;
    margin: 0;
    border: 1px solid #E9E9EE;
}

    .lt-page_layout-filters_left .lt-listing-filters .search_jobs > div, .lt-page_layout-filters_right .lt-listing-filters .search_jobs > div {
        width: 100%;
        padding: 0;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .lt-page_layout-filters_left .lt-listing-filters .search_jobs .lt-filter-by-amenities .filter-by-amenities, .lt-page_layout-filters_right .lt-listing-filters .search_jobs .lt-filter-by-amenities .filter-by-amenities {
        display: block !important;
    }

        .lt-page_layout-filters_left .lt-listing-filters .search_jobs .lt-filter-by-amenities .filter-by-amenities ul.amenities-list > li, .lt-page_layout-filters_right .lt-listing-filters .search_jobs .lt-filter-by-amenities .filter-by-amenities ul.amenities-list > li {
            width: 100%;
        }

    .lt-page_layout-filters_left .lt-listing-filters .showing_jobs, .lt-page_layout-filters_right .lt-listing-filters .showing_jobs {
        padding: 0;
        background: none;
        border-top: 0;
        line-height: 26px;
    }

        .lt-page_layout-filters_left .lt-listing-filters .showing_jobs a, .lt-page_layout-filters_right .lt-listing-filters .showing_jobs a {
            float: none;
            margin-left: 0;
        }

.lt-page_layout-filters_left .lt--results-content .job_listings, .lt-page_layout-filters_right .lt--results-content .job_listings {
    position: relative;
    min-height: 100px;
}

    .lt-page_layout-filters_left .lt--results-content .job_listings:before, .lt-page_layout-filters_right .lt--results-content .job_listings:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 12;
        background: url("../images/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
        display: none;
    }

    .lt-page_layout-filters_left .lt--results-content .job_listings.loading, .lt-page_layout-filters_right .lt--results-content .job_listings.loading {
        opacity: 0.6;
    }

        .lt-page_layout-filters_left .lt--results-content .job_listings.loading:before, .lt-page_layout-filters_right .lt--results-content .job_listings.loading:before {
            display: block;
        }

.lt-main-page-content {
    margin-bottom: 35px;
}

    .lt-main-page-content.lt-page_layout-filters_left .job-manager-pagination, .lt-main-page-content.lt-page_layout-filters_left .load_more_jobs {
        display: inline-block;
        margin-left: calc(33.33333% + 15px);
        text-align: center;
    }

div.job_listings .load_more_jobs {
    display: table;
    clear: both;
    background-color: #fc3c3c;
    color: #fff !important;
    padding: 15px 35px !important;
    border: 1px solid transparent;
}

    div.job_listings .load_more_jobs strong {
        font-weight: 600;
    }

    div.job_listings .load_more_jobs:hover, div.job_listings .load_more_jobs:focus {
        background: #fc3c3c;
    }

    div.job_listings .load_more_jobs.loading {
        border-color: #fc3c3c;
        background: url("../images/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
    }

.lt_results-sorting {
    margin-bottom: 30px;
}

    .lt_results-sorting:before, .lt_results-sorting:after {
        content: " ";
        display: table;
    }

    .lt_results-sorting:after {
        clear: both;
    }

    .lt_results-sorting .results-text {
        float: left;
        padding-top: 8px;
        font-family: "Barlow", sans-serif;
        font-weight: 500;
    }

    .lt_results-sorting .results-sorting {
        float: right;
    }

        .lt_results-sorting .results-sorting select {
            height: 42px;
            line-height: 42px;
        }

nav.job-manager-pagination {
    margin: 20px 0 0;
    text-align: left;
}

    nav.job-manager-pagination:before, nav.job-manager-pagination:after {
        content: " ";
        display: table;
    }

    nav.job-manager-pagination:after {
        clear: both;
    }

    nav.job-manager-pagination ul {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
        border: none;
    }

        nav.job-manager-pagination ul li {
            float: left;
            margin-right: 10px;
            border: none;
        }

            nav.job-manager-pagination ul li a, nav.job-manager-pagination ul li span {
                padding: 8px 15px;
                display: inline-block;
                border: 1px solid #E9E9EE;
                border-radius: 4px;
                font-weight: 700;
            }

                nav.job-manager-pagination ul li a:hover, nav.job-manager-pagination ul li span:hover {
                    background: #fc3c3c;
                    color: #fff;
                    border-color: #fc3c3c;
                }

                nav.job-manager-pagination ul li span.current {
                    background: #fc3c3c;
                    color: #fff;
                    border-color: #fc3c3c;
                }

#job_preview {
    padding: 0;
    border: 0;
}

    #job_preview .job-listing-meta {
        display: none;
    }

    #job_preview .job_listing_preview {
        border: none;
        padding: 0;
    }

    #job_preview .job_listing_preview_title {
        background: none;
        padding: 10px 20px;
        border: 1px solid #E9E9EE;
        margin-bottom: 15px;
    }

        #job_preview .job_listing_preview_title h2 {
            font-size: 20px;
            display: inline-block;
            padding-top: 8px;
        }

        #job_preview .job_listing_preview_title .button {
            padding: 10px 20px;
        }

.lt--full-map-layout .lt--map-content {
    position: relative;
    height: 100vh;
}

    .lt--full-map-layout .lt--map-content #lt-listing--map {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 35px;
        right: 0;
        z-index: 1;
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
    }

.single_job_listing .job-listing-meta {
    display: none;
}

.listing-single-content {
    margin-bottom: 45px;
}

    .listing-single-content .listing-cover-gallery {
        position: relative;
        min-height: 120px;
    }

        .listing-single-content .listing-cover-gallery .item {
            position: relative;
        }

            .listing-single-content .listing-cover-gallery .item:after {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                background: rgba(0, 0, 0, 0.38);
                opacity: 0;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
            }

            .listing-single-content .listing-cover-gallery .item .image-expand {
                position: absolute;
                width: 50px;
                height: 50px;
                top: 50%;
                left: 50%;
                margin-top: -25px;
                margin-left: -25px;
                z-index: 11;
                line-height: 52px;
                -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                background: #fff;
                color: #11161F;
                text-align: center;
                opacity: 0;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                font-size: 18px;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

                .listing-single-content .listing-cover-gallery .item .image-expand:hover {
                    background: #fc3c3c;
                    color: #fff;
                }

            .listing-single-content .listing-cover-gallery .item:hover .image-expand {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .listing-single-content .listing-cover-gallery .item:hover:after {
                opacity: 1;
            }

        .listing-single-content .listing-cover-gallery .owl-carousel {
            margin: 0 -3px;
        }

            .listing-single-content .listing-cover-gallery .owl-carousel .owl-stage-outer {
                width: 100%;
            }

            .listing-single-content .listing-cover-gallery .owl-carousel .owl-item {
                padding: 0 1.5px;
            }

    .listing-single-content .listing-cover-image {
        min-height: 500px;
        background-size: cover;
        background-position: center center;
    }

    .listing-single-content .listing-top-content {
        border-bottom: 1px solid #E9E9EE;
        padding: 50px 0 50px;
        margin-bottom: 40px;
    }

@media (max-width: 1024.98px) {
    .listing-single-content .listing-top-content {
        padding-bottom: 30px;
    }
}

.listing-single-content .listing-top-content .listing-top-col-1 {
    border-right: 1px solid #E9E9EE;
}

@media (max-width: 1024.98px) {
    .listing-single-content .listing-top-content .listing-top-col-1 {
        border-right: 0;
        padding-bottom: 20px;
    }
}

.listing-single-content .listing-top-content .lt-content-top-left .content-left {
    width: 100px;
    float: left;
}

    .listing-single-content .listing-top-content .lt-content-top-left .content-left .lt-logo {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: 1px solid #E9E9EE;
    }

.listing-single-content .listing-top-content .lt-content-top-left .content-right {
    padding-left: 120px;
}

    .listing-single-content .listing-top-content .lt-content-top-left .content-right .title {
        margin: 5px 0 10px;
        font-size: 28px;
    }

    .listing-single-content .listing-top-content .lt-content-top-left .content-right .lt-category {
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }

        .listing-single-content .listing-top-content .lt-content-top-left .content-right .lt-category a:hover .cat-name {
            color: #fc3c3c !important;
        }

    .listing-single-content .listing-top-content .lt-content-top-left .content-right .lt-top-reviews .review-text {
        position: relative;
        top: -6px;
        color: #11161F;
    }

.listing-single-content .content-top-right {
    padding: 10px 0;
}

    .listing-single-content .content-top-right .listing-price-wishlist {
        font-weight: 500;
        font-size: 14px;
        text-align: right;
    }

@media (max-width: 1024.98px) {
    .listing-single-content .content-top-right .listing-price-wishlist {
        text-align: left;
    }
}

.listing-single-content .content-top-right .listing-price-wishlist > div {
    display: inline-block;
}

    .listing-single-content .content-top-right .listing-price-wishlist > div.lt-price-range {
        margin-right: 30px;
        color: #fc3c3c;
        letter-spacing: 2px;
    }

@media (max-width: 1024.98px) {
    .listing-single-content .content-top-right .listing-price-wishlist > div.lt-price-range {
        margin-right: 20px;
    }
}

.listing-single-content .content-top-right .listing-price-wishlist > div.lt-price-range .price-label {
    color: #797F89;
    letter-spacing: 0;
    margin-right: 10px;
}

.listing-single-content .content-top-right .listing-price-wishlist > div.wishlist .ajax-wishlist-link {
    color: #797F89;
}

    .listing-single-content .content-top-right .listing-price-wishlist > div.wishlist .ajax-wishlist-link .icon {
        color: #fc3c3c;
        margin-left: 2px;
    }

    .listing-single-content .content-top-right .listing-price-wishlist > div.wishlist .ajax-wishlist-link:hover {
        color: #fc3c3c;
    }

.listing-single-content .content-top-right .listing-price-wishlist > div.wishlist .wishlist-added .icon:before {
    font-weight: 900;
}

.listing-single-content .content-top-right .listing-share {
    position: relative;
}

    .listing-single-content .content-top-right .listing-share .lt-share-content {
        position: absolute;
        bottom: 100%;
        right: 0;
        z-index: 11;
        min-width: 300px;
        background: #fff;
        text-align: center;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        padding: 20px 20px 12px;
        border-radius: 4px;
        margin-bottom: 16px;
        display: none;
    }

        .listing-single-content .content-top-right .listing-share .lt-share-content:after {
            content: '';
            position: absolute;
            top: 100%;
            right: 45px;
            width: 16px;
            height: 16px;
            border-width: 8px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            display: block;
        }

        .listing-single-content .content-top-right .listing-share .lt-share-content .social-networks-post {
            border: none;
            display: inline-block;
            width: auto;
            margin: 0;
            padding: 0;
        }

            .listing-single-content .content-top-right .listing-share .lt-share-content .social-networks-post .title-share {
                display: none;
            }

    .listing-single-content .content-top-right .listing-share.open-share .lt-share-content {
        display: block;
    }

.listing-single-content .content-top-right .listing-action {
    margin-bottom: 15px;
    text-align: right;
}

@media (max-width: 1024.98px) {
    .listing-single-content .content-top-right .listing-action {
        text-align: left;
    }
}

.listing-single-content .content-top-right .listing-action > div {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .listing-single-content .content-top-right .listing-action > div:last-child {
        margin-right: 0;
    }

.listing-single-content .listing-description {
    border-bottom: 1px solid #E9E9EE;
    padding-bottom: 40px;
    margin-bottom: 55px;
}

.listing-single-content .listing-main-content .listing-tags {
    margin-bottom: 60px;
}

    .listing-single-content .listing-main-content .listing-tags .block-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .listing-single-content .listing-main-content .listing-tags .block-content a.tag-item {
        background: #F0F3F6;
        display: inline-block;
        padding: 5px 20px;
        border-radius: 4px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #797F89;
        margin-right: 5px;
        margin-bottom: 10px;
        font-weight: 500;
        font-family: "Barlow", sans-serif;
    }

        .listing-single-content .listing-main-content .listing-tags .block-content a.tag-item:hover {
            background: #fc3c3c;
            color: #fff;
        }

.listing-single-content .listing-main-content .listing-video {
    margin-bottom: 60px;
}

    .listing-single-content .listing-main-content .listing-video .block-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .listing-single-content .listing-main-content .listing-video .block-content iframe {
        border-radius: 4px;
    }

.listing-single-content .listing-main-content .listing-total-reviews {
    margin: 0 0 30px;
    border-radius: 4px;
    border: 5px solid #F0F3F6;
}

    .listing-single-content .listing-main-content .listing-total-reviews .reviews-left {
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

        .listing-single-content .listing-main-content .listing-total-reviews .reviews-left .reviews-average {
            font-size: 60px;
            line-height: 60px;
            color: #11161F;
        }

    .listing-single-content .listing-main-content .listing-total-reviews .reviews-right {
        background: #F0F3F6;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

        .listing-single-content .listing-main-content .listing-total-reviews .reviews-right .content-inner {
            padding: 45px 40px;
        }

            .listing-single-content .listing-main-content .listing-total-reviews .reviews-right .content-inner .result-item:last-child .review-progress-wrapper {
                margin-bottom: 0;
            }

.listing-single-content .listing-amenities {
    border-bottom: 1px solid #E9E9EE;
    padding-bottom: 40px;
    margin-bottom: 55px;
}

    .listing-single-content .listing-amenities .block-title {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .listing-single-content .listing-amenities .block-content .amenities-list {
        margin: 0;
        padding: 0;
    }

        .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item {
            width: 33.33%;
            float: left;
            list-style-type: none;
            font-weight: 500;
            margin-bottom: 25px;
            padding-right: 10px;
        }

            .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item:nth-of-type(3n+1) {
                clear: both;
            }

@media (max-width: 1024.98px) {
    .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item {
        width: 50%;
    }

        .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item:nth-of-type(3n+1) {
            clear: none;
        }

        .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item:nth-of-type(2n+1) {
            clear: none;
        }
}

@media (max-width: 500px) {
    .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item {
        width: 100%;
    }
}

.listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item .icon-box {
    width: 42px;
    display: inline-block;
}

    .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item .icon-box .icon {
        font-size: 32px;
        color: #fc3c3c;
    }

    .listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item .icon-box .icon-image {
        max-width: 32px;
    }

.listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item .name {
    position: relative;
    top: -5px;
}

.listing-single-content .listing-amenities .block-content .amenities-list > li.amenity-item.without-icon .icon-box .icon {
    color: #fc3c3c;
    line-height: 30px;
    font-size: 32px;
}

.lt-reviews-text {
    font-family: "Barlow", sans-serif;
}

    .lt-reviews-text .review-avg-content {
        border-right: 1px dashed #E9E9EE;
        display: inline-block;
        padding-right: 15px;
        margin-right: 15px;
        float: left;
        font-weight: 500;
    }

        .lt-reviews-text .review-avg-content .review-star {
            display: block;
            height: 18px;
            position: relative;
            top: -1px;
            margin-bottom: 2px;
        }

            .lt-reviews-text .review-avg-content .review-star .lt-review-name {
                color: #fc3c3c;
            }

        .lt-reviews-text .review-avg-content .review-text {
            display: block;
            font-size: 14px;
            line-height: 20px;
        }

    .lt-reviews-text .review-avg-items {
        float: left;
        font-weight: 500;
    }

        .lt-reviews-text .review-avg-items .review-avg-item {
            float: left;
            display: inline-block;
            margin-right: 15px;
            padding-right: 15px;
            line-height: 20px;
            border-right: 1px dashed #E9E9EE;
        }

            .lt-reviews-text .review-avg-items .review-avg-item:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: 0;
            }

            .lt-reviews-text .review-avg-items .review-avg-item .review-name {
                display: block;
                font-size: 14px;
            }

            .lt-reviews-text .review-avg-items .review-avg-item .review-value {
                color: #fc3c3c;
                display: block;
            }

        .lt-reviews-text .review-avg-items .more-reviews {
            position: relative;
        }

            .lt-reviews-text .review-avg-items .more-reviews .icon-more {
                width: 36px;
                height: 36px;
                border: 2px solid #E9E9EE;
                border-radius: 50%;
                line-height: 32px;
                text-align: center;
                font-size: 12px;
                padding-right: 1px;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                -moz-transition: all 0.35s;
                -ms-transition: all 0.35s;
                color: #797F89;
            }

            .lt-reviews-text .review-avg-items .more-reviews .more-reviews-content {
                width: 120px;
                padding: 10px 20px;
                -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
                position: absolute;
                bottom: 100%;
                margin-bottom: 20px;
                left: -42px;
                z-index: 11;
                display: block;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
            }

                .lt-reviews-text .review-avg-items .more-reviews .more-reviews-content .more-item {
                    margin-bottom: 10px;
                }

                    .lt-reviews-text .review-avg-items .more-reviews .more-reviews-content .more-item span {
                        display: inline;
                        text-transform: capitalize;
                    }

                    .lt-reviews-text .review-avg-items .more-reviews .more-reviews-content .more-item:last-child {
                        margin-bottom: 0;
                    }

            .lt-reviews-text .review-avg-items .more-reviews:hover .icon-more {
                color: #fc3c3c;
                border-color: #fc3c3c;
                cursor: pointer;
            }

            .lt-reviews-text .review-avg-items .more-reviews:hover .more-reviews-content {
                margin-bottom: 6px;
                visibility: visible;
                opacity: 1;
            }

.review-progress-wrapper {
    padding-left: 100px;
    margin-bottom: 40px;
    position: relative;
}

    .review-progress-wrapper .review__progress-label {
        font-weight: 600;
        color: #11161F;
        float: left;
        width: 95px;
        position: absolute;
        top: -15px;
        left: 0;
        text-transform: capitalize;
    }

    .review-progress-wrapper .review__progress {
        background-color: #fff;
        position: relative;
        overflow: visible;
        z-index: 11;
    }

        .review-progress-wrapper .review__progress .review__progress-bar {
            -webkit-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -ms-transition: width 1s ease-in-out;
            height: 5px;
            background: #fc3c3c;
            position: relative;
            display: block;
            width: 0;
            border-radius: 6px;
        }

            .review-progress-wrapper .review__progress .review__progress-bar .percentage {
                position: absolute;
                bottom: 100%;
                left: 100%;
                z-index: 1;
                padding: 3px 6px;
                background: #fc3c3c;
                font-size: 12px;
                color: #fff;
                margin-bottom: 5px;
                line-height: 1;
            }

                .review-progress-wrapper .review__progress .review__progress-bar .percentage:after {
                    content: "";
                    border: 5px solid transparent;
                    border-top-color: #fc3c3c;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    z-index: 1;
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    margin-top: -6px;
                }

                .review-progress-wrapper .review__progress .review__progress-bar .percentage.percentage-left {
                    left: auto;
                    right: 0;
                }

                    .review-progress-wrapper .review__progress .review__progress-bar .percentage.percentage-left:after {
                        right: 0;
                        left: auto;
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                        margin-right: 2px;
                    }

.single_listing-block {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

    .single_listing-block .title {
        font-size: 20px;
        letter-spacing: -0.5px;
        margin-top: 0;
    }

.single_listing-map {
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 4px;
}

    .single_listing-map #lt-listing--map {
        height: 340px;
        width: 100%;
        top: 0 !important;
        position: relative;
        z-index: 11;
    }

        .single_listing-map #lt-listing--map #listing-single-icon {
            fill: #fc3c3c;
        }

.single_listing-information {
    background: #fff;
    padding: 30px;
}

    .single_listing-information > div.item {
        margin-bottom: 10px;
    }

        .single_listing-information > div.item i {
            color: #fc3c3c;
            font-size: 16px;
            width: 22px;
            position: relative;
            top: 2px;
        }

        .single_listing-information > div.item a {
            color: #797F89;
        }

            .single_listing-information > div.item a:hover {
                color: #fc3c3c;
            }

.single_listing-social {
    margin-top: 20px;
}

    .single_listing-social a {
        display: inline-block;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #F0F3F6;
        color: #11161F;
        margin-right: 10px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
    }

        .single_listing-social a:last-child {
            margin-right: 0;
        }

        .single_listing-social a:hover {
            background: #fc3c3c;
            color: #fff;
        }

.single_listing-open-hours .item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .single_listing-open-hours .item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .single_listing-open-hours .item label {
        width: 100px;
        float: left;
        margin: 0;
    }

    .single_listing-open-hours .item .values {
        padding-left: 110px;
        text-align: right;
    }

        .single_listing-open-hours .item .values .value {
            display: block;
            color: #11161F;
        }

.single_listing-open-hours .current-time {
    background: #fc3c3c;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border-radius: 4px;
}

    .single_listing-open-hours .current-time .time {
        text-transform: uppercase;
    }

.single_lising-additional-info .item label {
    float: left;
    display: inline-block;
}

.single_lising-additional-info .item .value {
    float: right;
    text-align: right;
    color: #11161F;
    display: inline-block;
}

.single_lising-contact .lt-email {
    margin-bottom: 10px;
}

    .single_lising-contact .lt-email .icon {
        color: #fc3c3c;
        margin-right: 8px;
    }

.single_lising-contact .wpcf7 .contact-field.author-email {
    display: none;
}

#submit-job-form {
    margin: 60px 0 60px;
}

    #submit-job-form .listing-submit-group {
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 4px;
        margin-bottom: 35px;
    }

        #submit-job-form .listing-submit-group .group-title {
            border-bottom: 1px solid #E9E9EE;
            padding: 10px 30px;
            font-weight: 600;
            font-family: "Barlow", sans-serif;
            color: #11161F;
            font-size: 18px;
        }

        #submit-job-form .listing-submit-group .group-content {
            padding: 30px;
        }

    #submit-job-form .fieldset-logged_in label {
        display: none;
    }

    #submit-job-form .fieldset-logged_in .button {
        color: #fff;
        padding: 6px 15px;
        background: #fc3c3c;
        border-radius: 3px;
        font-size: 14px;
    }

    #submit-job-form fieldset {
        border-bottom: 0 !important;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

        #submit-job-form fieldset > label {
            display: block;
            width: 100%;
            font-family: "Barlow", sans-serif;
            font-weight: 500;
            color: #11161F;
            margin-bottom: 6px;
        }

        #submit-job-form fieldset > .field {
            width: 100%;
            float: left;
        }

        #submit-job-form fieldset.fieldset-type-checkbox label {
            margin-bottom: 5px;
        }

        #submit-job-form fieldset.fieldset-type-checkbox input {
            float: left;
        }

        #submit-job-form fieldset.fieldset-type-checkbox .description {
            float: left;
            margin: 0;
            margin-left: 5px;
        }

        #submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist {
            margin: 0 -10px;
            max-height: 999px;
            padding: 0;
        }

            #submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li {
                padding: 0 10px;
                width: 33.33%;
                float: left;
                margin-top: 8px;
            }

@media (max-width: 992px) {
    #submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li {
        width: 50%;
    }
}

@media (max-width: 640px) {
    #submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li {
        width: 100%;
    }
}

#submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li .d-block:nth-of-type(1n) {
    clear: none;
}

#submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li .d-block:nth-of-type(3n+1) {
    clear: both;
}

@media (max-width: 992px) {
    #submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li .d-block:nth-of-type(2n+1) {
        clear: none;
    }

    #submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li .d-block:nth-of-type(1n) {
        clear: both;
    }
}

#submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li .pretty .state label {
    display: inline-block !important;
    text-indent: 1.8em;
    margin-top: -5px;
}

    #submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li .pretty .state label:before {
        background: #F0F3F6;
        border-radius: 4px;
        width: 20px;
        height: 20px;
        border: none;
    }

#submit-job-form fieldset.fieldset-lt_amenities ul.job-manager-term-checklist > li .pretty .state .icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fc3c3c;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
}

#submit-job-form fieldset.fieldset-type-custom-map .custom-map-field label {
    width: 100%;
    display: block;
    font-family: "Barlow", sans-serif;
    color: #11161F;
    font-weight: 500;
}

#submit-job-form fieldset.fieldset-type-custom-map .custom-map-field > div {
    float: left;
    width: 60%;
}

    #submit-job-form fieldset.fieldset-type-custom-map .custom-map-field > div.last-col {
        width: 40%;
        padding-left: 20px;
    }

        #submit-job-form fieldset.fieldset-type-custom-map .custom-map-field > div.last-col .content-inner > div {
            margin-bottom: 20px;
        }

#submit-job-form fieldset.fieldset-type-custom-map .custom-map-field #custom-map-field_map {
    width: 100%;
    height: 300px;
}

#submit-job-form fieldset.fieldset-lt_regions .job-custom-regions-field {
    margin: 0 -15px;
}

    #submit-job-form fieldset.fieldset-lt_regions .job-custom-regions-field > div {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

.listing_submit-group-business .group-content {
    margin: 0 -15px;
}

    .listing_submit-group-business .group-content:before, .listing_submit-group-business .group-content:after {
        content: " ";
        display: table;
    }

    .listing_submit-group-business .group-content:after {
        clear: both;
    }

    .listing_submit-group-business .group-content > fieldset {
        width: 50%;
        padding: 0 15px;
        float: left;
    }

        .listing_submit-group-business .group-content > fieldset:nth-of-type(1n) {
            clear: none;
        }

        .listing_submit-group-business .group-content > fieldset:nth-of-type(2n+1) {
            clear: both;
        }

.listing_submit-group-social .group-content {
    margin: 0 -15px;
}

    .listing_submit-group-social .group-content:before, .listing_submit-group-social .group-content:after {
        content: " ";
        display: table;
    }

    .listing_submit-group-social .group-content:after {
        clear: both;
    }

    .listing_submit-group-social .group-content > fieldset {
        width: 50%;
        padding: 0 15px;
        float: left;
    }

        .listing_submit-group-social .group-content > fieldset:nth-of-type(1n) {
            clear: none;
        }

        .listing_submit-group-social .group-content > fieldset:nth-of-type(2n+1) {
            clear: both;
        }

.listing_submit-group-price .group-content {
    margin: 0 -15px;
}

    .listing_submit-group-price .group-content:before, .listing_submit-group-price .group-content:after {
        content: " ";
        display: table;
    }

    .listing_submit-group-price .group-content:after {
        clear: both;
    }

    .listing_submit-group-price .group-content > fieldset {
        width: 33.33%;
        padding: 0 15px;
        float: left;
    }

        .listing_submit-group-price .group-content > fieldset:nth-of-type(1n) {
            clear: none;
        }

        .listing_submit-group-price .group-content > fieldset:nth-of-type(3n+1) {
            clear: both;
        }

.listing_submit-business-hours .group-content > fieldset.fieldset-type-radio {
    border-top: 1px solid #E9E9EE;
    padding-top: 15px;
    width: 100%;
    margin-bottom: 0 !important;
}

    .listing_submit-business-hours .group-content > fieldset.fieldset-type-radio > label {
        width: 120px !important;
        float: left;
    }

    .listing_submit-business-hours .group-content > fieldset.fieldset-type-radio > .field {
        width: calc(100% - 120px) !important;
        float: left;
    }

        .listing_submit-business-hours .group-content > fieldset.fieldset-type-radio > .field > label {
            width: auto;
            margin-right: 30px;
        }

.listing_submit-business-hours .group-content > fieldset.fieldset-type-text {
    width: calc(100% - 120px) !important;
    float: right;
}

    .listing_submit-business-hours .group-content > fieldset.fieldset-type-text > label {
        display: none;
    }

    .listing_submit-business-hours .group-content > fieldset.fieldset-type-text .field {
        margin: 0 -15px;
    }

        .listing_submit-business-hours .group-content > fieldset.fieldset-type-text .field label {
            padding: 0 15px;
        }

        .listing_submit-business-hours .group-content > fieldset.fieldset-type-text .field .time-from .title, .listing_submit-business-hours .group-content > fieldset.fieldset-type-text .field .time-to .title {
            display: none;
        }

.listing_submit-business-hours .group-content > fieldset:first-child {
    border-top: 0;
}

.fieldset-type-file {
    position: relative;
}

    .fieldset-type-file .field {
        position: relative;
    }

        .fieldset-type-file .field .job-manager-uploaded-files .job-manager-uploaded-file {
            float: left;
            margin-right: 10px;
            position: relative;
        }

            .fieldset-type-file .field .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
                max-width: 125px;
            }

            .fieldset-type-file .field .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-remove-uploaded-file {
                width: 22px;
                height: 22px;
                text-align: center;
                line-height: 19px !important;
                font-weight: 600;
                color: #fff;
                background: #fc3c3c;
                position: absolute;
                right: 5px;
                top: 5px;
                border-radius: 3px;
                padding: 0 !important;
                font-style: normal;
            }

        .fieldset-type-file .field input.input-text {
            position: relative;
            opacity: 0;
            z-index: 11;
            line-height: 66px;
        }

            .fieldset-type-file .field input.input-text:hover {
                cursor: pointer;
            }

        .fieldset-type-file .field .upload-image-btn {
            border: 1px dashed #E9E9EE;
            display: inline-block;
            padding: 0 20px;
            line-height: 66px;
            border-radius: 3px;
            position: absolute;
            bottom: 30px;
            left: 0;
            width: 100%;
            text-align: center;
        }

            .fieldset-type-file .field .upload-image-btn i {
                margin-right: 10px;
            }

.container-layout-content.container-full #job-manager-job-dashboard {
    padding-left: 15px;
    padding-right: 15px;
}

#job-manager-job-dashboard {
    margin: 100px auto;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}

    #job-manager-job-dashboard .sidebar {
        margin-bottom: 30px;
    }

        #job-manager-job-dashboard .sidebar .content-inner {
            border: 1px solid #E9E9EE;
            border-radius: 4px;
            -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            padding: 30px;
        }

            #job-manager-job-dashboard .sidebar .content-inner .user-avatar {
                width: 98px;
                height: 98px;
                border-radius: 50%;
                border: 1px solid #E9E9EE;
                overflow: hidden;
                margin: 0 auto;
            }

            #job-manager-job-dashboard .sidebar .content-inner .user-navigation {
                margin-top: 30px;
            }

                #job-manager-job-dashboard .sidebar .content-inner .user-navigation ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #job-manager-job-dashboard .sidebar .content-inner .user-navigation ul li {
                        padding: 5px 0;
                    }

                        #job-manager-job-dashboard .sidebar .content-inner .user-navigation ul li a {
                            color: #797F89;
                            font-family: "Barlow", sans-serif;
                        }

                            #job-manager-job-dashboard .sidebar .content-inner .user-navigation ul li a .icon {
                                width: 25px;
                            }

                            #job-manager-job-dashboard .sidebar .content-inner .user-navigation ul li a:hover {
                                color: #fc3c3c;
                            }

                        #job-manager-job-dashboard .sidebar .content-inner .user-navigation ul li.active a {
                            color: #fc3c3c;
                        }

            #job-manager-job-dashboard .sidebar .content-inner .user-information {
                text-align: center;
                margin-top: 20px;
            }

                #job-manager-job-dashboard .sidebar .content-inner .user-information .username {
                    font-size: 20px;
                    margin: 0;
                }

    #job-manager-job-dashboard .my-listings #popup-ajax-package .modal-content {
        margin-top: 50px;
    }

        #job-manager-job-dashboard .my-listings #popup-ajax-package .modal-content .ajax-package-form-content .package-item {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #E9E9EE;
        }

            #job-manager-job-dashboard .my-listings #popup-ajax-package .modal-content .ajax-package-form-content .package-item:last-child {
                border-bottom: 0;
                padding: 0;
                margin: 0;
            }

            #job-manager-job-dashboard .my-listings #popup-ajax-package .modal-content .ajax-package-form-content .package-item .checkbox-field span {
                margin-left: 5px;
                font-family: "Barlow", sans-serif;
                font-weight: 600;
                color: #11161F;
            }

    #job-manager-job-dashboard .change-password .title {
        font-size: 22px;
    }

    #job-manager-job-dashboard .change-password .form-group {
        width: 100%;
        max-width: 500px;
    }

        #job-manager-job-dashboard .change-password .form-group input {
            width: 100%;
        }

    #job-manager-job-dashboard .my-favorite .listing-block {
        margin-bottom: 30px;
    }

        #job-manager-job-dashboard .my-favorite .listing-block .listing-image {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
            flex: 0 0 200px;
            max-width: 200px;
        }

        #job-manager-job-dashboard .my-favorite .listing-block .listing-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
            max-width: calc(100% - 200px);
        }

    #job-manager-job-dashboard .my-packages .package-item {
        border: 1px solid #E9E9EE;
        radius: 5px;
        padding: 20px;
        border-radius: 5px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

        #job-manager-job-dashboard .my-packages .package-item .title {
            font-size: 18px;
            margin: 0 0 10px;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 10px;
            font-weight: 700;
            color: #11161F;
        }

            #job-manager-job-dashboard .my-packages .package-item .title:after {
                content: '';
                width: 35px;
                height: 2px;
                background: #fc3c3c;
                position: absolute;
                bottom: 0;
                left: 0;
            }

            #job-manager-job-dashboard .my-packages .package-item .title span {
                font-weight: 400;
                font-size: 14px;
                color: #797F89;
            }

        #job-manager-job-dashboard .my-packages .package-item .package-content:before, #job-manager-job-dashboard .my-packages .package-item .package-content:after {
            content: " ";
            display: table;
        }

        #job-manager-job-dashboard .my-packages .package-item .package-content:after {
            clear: both;
        }

        #job-manager-job-dashboard .my-packages .package-item .package-content span {
            white-space: nowrap;
        }

        #job-manager-job-dashboard .my-packages .package-item .package-content .label {
            font-weight: 500;
            color: #11161F;
            font-family: "Barlow", sans-serif;
            font-size: 14px;
            display: inline-block;
        }

        #job-manager-job-dashboard .my-packages .package-item .package-content .content-left {
            width: 50%;
            float: left;
            padding-right: 10px;
        }

@media (max-width: 350px) {
    #job-manager-job-dashboard .my-packages .package-item .package-content .content-left {
        width: 100%;
        padding-right: 0;
    }
}

#job-manager-job-dashboard .my-packages .package-item .package-content .content-right {
    width: 50%;
    float: left;
}

@media (max-width: 350px) {
    #job-manager-job-dashboard .my-packages .package-item .package-content .content-right {
        width: 100%;
    }
}

#job-manager-job-dashboard .my-packages .package-item:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#job-manager-job-dashboard .main-dashboard .dashboard-card {
    background: #fc3c3c;
    color: #fff;
    padding: 35px 30px 28px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
}

    #job-manager-job-dashboard .main-dashboard .dashboard-card .content-inner {
        position: relative;
        z-index: 11;
    }

        #job-manager-job-dashboard .main-dashboard .dashboard-card .content-inner .value {
            font-size: 30px;
            font-weight: 600;
            font-family: "Barlow", sans-serif;
        }

    #job-manager-job-dashboard .main-dashboard .dashboard-card .icon {
        font-size: 55px;
        position: absolute;
        bottom: -2px;
        right: -2px;
        z-index: 1;
        opacity: 0.36;
    }

    #job-manager-job-dashboard .main-dashboard .dashboard-card.all-listings {
        background: #8CCA4F;
    }

    #job-manager-job-dashboard .main-dashboard .dashboard-card.total-views {
        background: #377DFF;
    }

    #job-manager-job-dashboard .main-dashboard .dashboard-card.total-reviews {
        background: #002758;
    }

    #job-manager-job-dashboard .main-dashboard .dashboard-card.total-bookmarks {
        background: #F3605D;
    }

    #job-manager-job-dashboard .main-dashboard .dashboard-card.published {
        background: #5CB85C;
    }

    #job-manager-job-dashboard .main-dashboard .dashboard-card.pending {
        background: #ECC311;
    }

.lt-change-profile-form .title {
    font-size: 22px;
    margin-top: 30px;
}

.lt-change-profile-form .job-manager-uploaded-files .job-manager-uploaded-file {
    float: left;
    margin-right: 10px;
    position: relative;
}

    .lt-change-profile-form .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-remove-uploaded-file {
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 19px !important;
        font-weight: 600;
        color: #fff;
        background: #fc3c3c;
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 3px;
        padding: 0 !important;
        font-style: normal;
    }

/*------------------------------------------------------------------*\	
				9 - PAGE STYLE																										
\*------------------------------------------------------------------*/
.ajax-loading {
    display: none;
}

.index-main-page {
    margin-top: 30px;
}

.wrapper-page .heading-title {
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    margin-top: 15px;
}

#wp-main-content {
    min-height: 50px;
}

.pagination .disabled {
    background: #fc3c3c;
    color: #fff;
}

.pagination .current {
    background: #fc3c3c;
    color: #fff;
}

.page.white .wp-content article {
    background: #fff;
    padding: 20px;
}

/*
**	Page 404
*/
body.error404 .header-default {
    border-bottom: 2px solid #E9E9EE;
}

.not-found-wrapper {
    padding: 300px 0 250px;
    background: url("../images//bg-404.jpg") repeat-x center center transparent;
    background-size: cover;
}

@media (max-width: 1024.98px) {
    .not-found-wrapper {
        padding: 100px 0 120px;
    }
}

.not-found-wrapper .not-found-title h1 {
    font-size: 120px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}

@media (max-width: 1024.98px) {
    .not-found-wrapper .not-found-title h1 {
        font-size: 42px;
    }
}

.not-found-wrapper .not-found-desc {
    font-size: 16px;
    max-width: 550px;
    margin: 0 auto;
    color: #ccc;
}

.not-found-wrapper .not-found-subtitle {
    font-size: 38px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}

@media (max-width: 1024.98px) {
    .not-found-wrapper .not-found-subtitle {
        font-size: 28px;
    }
}

.not-found-wrapper .not-found-home {
    margin-top: 40px;
}

    .not-found-wrapper .not-found-home > a {
        padding: 15px 20px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        background: #fff;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        color: #fff;
        background: #fc3c3c;
    }

        .not-found-wrapper .not-found-home > a i {
            margin-right: 10px;
            position: relative;
            top: 2px;
        }

        .not-found-wrapper .not-found-home > a:hover, .not-found-wrapper .not-found-home > a:active, .not-found-wrapper .not-found-home > a:after {
            background: #fc3c3c;
            color: #fff;
        }

.woocommerce-cart h2 {
    font-size: 25px;
}

.woocommerce-cart .shipping_calculator {
    margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals {
    margin-bottom: 40px;
    margin-top: 50px;
}

.woocommerce-cart .actions input[name^="update_cart"] {
    float: right;
    margin-top: 5px;
}

.woocommerce-cart .actions .coupon {
    float: left;
    margin-bottom: 10px;
}

@media (max-width: 1024.98px) {
    .woocommerce-cart .actions .coupon {
        width: 100%;
    }
}

.main-page-index {
    margin-top: 90px;
    margin-bottom: 50px;
}

.content-page-index .post-masonry-index .post {
    margin-bottom: 35px;
}

    .content-page-index .post-masonry-index .post .entry-content {
        position: relative;
        margin-right: 0;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    }

        .content-page-index .post-masonry-index .post .entry-content .entry-meta {
            -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08);
        }

            .content-page-index .post-masonry-index .post .entry-content .entry-meta .post-comment {
                display: none;
            }

    .content-page-index .post-masonry-index .post.sticky .entry-content:after {
        content: '\f02e';
        font-family: "FontAwesome";
        position: absolute;
        top: 85px;
        right: 3px;
        color: #fc3c3c;
        font-size: 22px;
        z-index: 1;
        line-height: 1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.search-results .main-page-content {
    margin: 80px 0 50px;
}

@media (max-width: 1199.98px) {
    .search-results .main-page-content {
        margin: 50px 0 30px;
    }
}

.single-gallery #wp-main-content {
    padding-bottom: 45px;
}

    .single-gallery #wp-main-content #gallery-single {
        max-width: 800px;
        margin: 0 auto;
    }

body.page .content-page-inner h1.title {
    margin-bottom: 30px;
}

/*------------------------------------------------------------------*\	
				10 - FORM STYLE																											
\*------------------------------------------------------------------*/
.wpcf7-form {
    max-width: 950px;
    margin: 0 auto;
}

    .wpcf7-form p {
        margin-bottom: 20px;
        font-weight: 600;
    }

    .wpcf7-form .wpcf7-form-control-wrap {
        display: block;
        margin-bottom: 20px;
    }

    .wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"], .wpcf7-form input[type*="tel"] {
        width: 100%;
        height: 62px;
        padding: 0 15px;
        margin-bottom: 2px;
        font-size: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #F0F3F6;
        border: none;
    }

    .wpcf7-form select {
        background: #fc3c3c;
        line-height: 68px;
        height: 68px;
        border: none;
        width: 100%;
        color: #797F89;
    }

    .wpcf7-form textarea {
        background: #F0F3F6;
        width: 100%;
        padding: 10px 20px;
        max-height: 135px;
        border: none;
        font-size: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .wpcf7-form textarea::-webkit-input-placeholder {
            color: #797F89;
        }

        .wpcf7-form textarea::-moz-placeholder {
            color: #797F89;
        }

        .wpcf7-form textarea:-ms-input-placeholder {
            color: #797F89;
        }

        .wpcf7-form textarea:-moz-placeholder {
            color: #797F89;
        }

    .wpcf7-form .form-action {
        text-align: center;
        padding: 0;
        position: relative;
    }

        .wpcf7-form .form-action .ajax-loader {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -8px;
        }

.contact-form-full .wpcf7 .row > div {
    width: 100% !important;
}

.contact-form-full .wpcf7 input[type*="email"], .contact-form-full .wpcf7 input[type*="text"], .contact-form-full .wpcf7 textarea {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.contact-form-full .wpcf7 textarea {
    margin-bottom: 0;
}

.contact-form-white .wpcf7 input[type*="email"], .contact-form-white .wpcf7 input[type*="text"], .contact-form-white .wpcf7 textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

    .contact-form-white .wpcf7 input[type*="email"]::-webkit-input-placeholder, .contact-form-white .wpcf7 input[type*="text"]::-webkit-input-placeholder, .contact-form-white .wpcf7 textarea::-webkit-input-placeholder {
        color: #fff;
        font-weight: 400;
    }

    .contact-form-white .wpcf7 input[type*="email"]::-moz-placeholder, .contact-form-white .wpcf7 input[type*="text"]::-moz-placeholder, .contact-form-white .wpcf7 textarea::-moz-placeholder {
        color: #fff;
        font-weight: 400;
    }

    .contact-form-white .wpcf7 input[type*="email"]:-ms-input-placeholder, .contact-form-white .wpcf7 input[type*="text"]:-ms-input-placeholder, .contact-form-white .wpcf7 textarea:-ms-input-placeholder {
        color: #fff;
        font-weight: 400;
    }

    .contact-form-white .wpcf7 input[type*="email"]:-moz-placeholder, .contact-form-white .wpcf7 input[type*="text"]:-moz-placeholder, .contact-form-white .wpcf7 textarea:-moz-placeholder {
        color: #fff;
        font-weight: 400;
    }

.contact-form-white .wpcf7 .action input.wpcf7-submit {
    margin: 0;
    background: #fff;
    color: #11161F;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

    .contact-form-white .wpcf7 .action input.wpcf7-submit:hover {
        background: rgba(255, 255, 255, 0.8);
    }

/*------------------------------------------------------------------*\	
				11 - COMMENT STYLE																											
\*------------------------------------------------------------------*/
#comments {
    margin-top: 30px;
}

    #comments:before, #comments:after {
        content: " ";
        display: table;
    }

    #comments:after {
        clear: both;
    }

    #comments .title, #comments .comments-title {
        font-size: 28px;
        position: relative;
        color: #11161F;
        font-weight: 600;
    }

    #comments .comments-title {
        padding: 20px 0 15px;
        margin: 0 0 30px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

        #comments .comments-title:after {
            content: '';
            width: 60px;
            height: 2px;
            background: #fc3c3c;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

    #comments input[type*="email"], #comments input[type*="text"], #comments textarea {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 68px;
        background: #F0F3F6;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

        #comments input[type*="email"]::-webkit-input-placeholder, #comments input[type*="text"]::-webkit-input-placeholder, #comments textarea::-webkit-input-placeholder {
            color: #797F89;
        }

        #comments input[type*="email"]::-moz-placeholder, #comments input[type*="text"]::-moz-placeholder, #comments textarea::-moz-placeholder {
            color: #797F89;
        }

        #comments input[type*="email"]:-ms-input-placeholder, #comments input[type*="text"]:-ms-input-placeholder, #comments textarea:-ms-input-placeholder {
            color: #797F89;
        }

        #comments input[type*="email"]:-moz-placeholder, #comments input[type*="text"]:-moz-placeholder, #comments textarea:-moz-placeholder {
            color: #797F89;
        }

    #comments input[type*="email"], #comments input[type*="text"] {
        height: 68px;
        padding: 0 20px;
        line-height: 68px;
    }

    #comments textarea {
        padding: 20px;
    }

    #comments .comment-rating {
        margin-bottom: 15px;
    }

    #comments #add_review_button,
    #comments #submit {
        font-size: 14px;
        background: #fc3c3c;
        color: #fff;
        font-weight: 500;
        padding: 22px 38px;
        line-height: 1.2;
        position: relative;
        z-index: 9;
        display: inline-block;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        text-decoration: none;
        display: inline-block;
        letter-spacing: 2px;
        width: auto;
    }

        #comments #add_review_button:hover,
        #comments #submit:hover {
            background: #11161F;
        }

    #comments #add_review_button {
        margin-bottom: 20px;
    }

    #comments .headline {
        height: 30px;
        text-align: left;
        margin-bottom: 10px;
    }

        #comments .headline h2 {
            padding: 0;
        }

        #comments .headline a {
            text-transform: uppercase;
            float: right;
            margin-top: 2px;
            font-size: 12px;
        }

    #comments #reply-title {
        font-size: 28px;
        color: #fc3c3c;
        margin: 0 0 6px;
        position: relative;
    }

        #comments #reply-title:before, #comments #reply-title:after {
            content: " ";
            display: table;
        }

        #comments #reply-title:after {
            clear: both;
        }

        #comments #reply-title small {
            float: right;
            font-weight: 500;
            font-size: 14px;
            line-height: 39px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 11;
        }

    #comments .comment-notes {
        margin-bottom: 20px;
    }

    #comments .comment-form-main {
        margin-top: 2px;
    }

        #comments .comment-form-main:before, #comments .comment-form-main:after {
            content: " ";
            display: table;
        }

        #comments .comment-form-main:after {
            clear: both;
        }

        #comments .comment-form-main .logged-in-as, #comments .comment-form-main .h-info {
            margin-bottom: 28px;
            margin-top: 16px;
        }

        #comments .comment-form-main .row {
            margin-left: -8px;
            margin-right: -8px;
        }

            #comments .comment-form-main .row > div {
                padding-left: 8px;
                padding-right: 8px;
            }

        #comments .comment-form-main .form-submit {
            margin-bottom: 20px;
        }

    #comments ol.comment-list {
        list-style: none;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        width: 100%;
    }

@media (max-width: 1024.98px) {
    #comments ol.comment-list {
        padding: 20px;
    }
}

#comments ol.comment-list .comment-body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    #comments ol.comment-list .comment-body p {
        margin-bottom: 5px;
    }

#comments ol.comment-list > li {
    width: 100%;
    float: left;
    position: relative;
}

    #comments ol.comment-list > li:before {
        display: none;
    }

    #comments ol.comment-list > li li {
        position: relative;
    }

        #comments ol.comment-list > li li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    #comments ol.comment-list > li:last-child {
        padding-bottom: 0;
    }

    #comments ol.comment-list > li #respond {
        float: left;
        width: 100%;
        margin: 5px 0 32px;
        display: block !important;
    }

        #comments ol.comment-list > li #respond #reply-title {
            display: block;
        }

            #comments ol.comment-list > li #respond #reply-title #cancel-comment-reply-link {
                font-family: "Muli", sans-serif;
            }

        #comments ol.comment-list > li #respond .logged-in-as {
            margin-bottom: 30px;
        }

    #comments ol.comment-list > li:first-child .comment-inner {
        margin-top: 0;
    }

    #comments ol.comment-list > li:last-child {
        border: 0;
    }

#comments ol.comment-list .the-comment {
    border-bottom: 1px solid #E9E9EE;
    padding-bottom: 28px;
    margin-bottom: 30px;
    position: relative;
}

    #comments ol.comment-list .the-comment .media-comment-left {
        min-width: 90px;
        float: left;
    }

@media (max-width: 1024.98px) {
    #comments ol.comment-list .the-comment .media-comment-left {
        min-width: 70px;
    }
}

@media (max-width: 490px) {
    #comments ol.comment-list .the-comment .media-comment-left {
        display: block;
    }

        #comments ol.comment-list .the-comment .media-comment-left .author-image {
            margin-bottom: 8px;
        }
}

#comments ol.comment-list .the-comment .media-comment-left .author-image {
    padding-top: 6px;
}

    #comments ol.comment-list .the-comment .media-comment-left .author-image img {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 50%;
    }

@media (max-width: 1024.98px) {
    #comments ol.comment-list .the-comment .media-comment-left .author-image img {
        width: 55px;
        height: 55px;
    }
}

#comments ol.comment-list .the-comment .media-comment-body {
    padding-left: 91px;
}

@media (max-width: 1024.98px) {
    #comments ol.comment-list .the-comment .media-comment-body {
        padding-left: 71px;
    }
}

@media (max-width: 490px) {
    #comments ol.comment-list .the-comment .media-comment-body {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

#comments ol.comment-list .the-comment .comment-rate {
    margin-top: 2px;
}

    #comments ol.comment-list .the-comment .comment-rate .on {
        color: #fc3c3c;
    }

#comments ol.comment-list .the-comment .author-meta {
    line-height: 1.8;
    position: relative;
    margin-bottom: 5px;
}

    #comments ol.comment-list .the-comment .author-meta a {
        font-size: 14px;
    }

    #comments ol.comment-list .the-comment .author-meta .fn {
        font-weight: 600;
        display: block;
        width: 100%;
        font-size: 16px;
        font-style: normal;
        color: #11161F;
    }

        #comments ol.comment-list .the-comment .author-meta .fn a {
            font-size: 16px;
        }

#comments ol.comment-list .the-comment .comment-meta {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    color: #676767;
}

#comments ol.comment-list .the-comment .comment-info {
    position: relative;
    padding-left: 22px;
}

    #comments ol.comment-list .the-comment .comment-info:after {
        content: '';
        width: 12px;
        height: 2px;
        background: #fc3c3c;
        position: absolute;
        top: 11px;
        left: 0;
        z-index: 1;
    }

    #comments ol.comment-list .the-comment .comment-info a {
        color: #999;
    }

        #comments ol.comment-list .the-comment .comment-info a:hover {
            color: #fc3c3c;
        }

#comments ol.comment-list .the-comment .comment-body {
    position: relative;
    margin-top: 10px;
}

    #comments ol.comment-list .the-comment .comment-body img {
        margin-bottom: 5px;
    }

#comments ol.comment-list .the-comment .awaiting_moderation {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8px;
    padding: 2px 4px;
    font-style: normal;
}

#comments ol.comment-list .the-comment .comment-review-avg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fc3c3c;
    font-weight: 600;
}

#comments ol.comment-list .the-comment .comment-action-wrap {
    position: absolute;
    top: 2px;
    right: 0;
}

    #comments ol.comment-list .the-comment .comment-action-wrap a {
        color: #fc3c3c;
        display: inline-block;
        font-weight: 600;
        font-size: 14px;
    }

        #comments ol.comment-list .the-comment .comment-action-wrap a.comment-edit-link {
            color: #11161F;
            margin-right: 15px;
        }

#comments ol.comment-list .children {
    display: block;
    float: left;
    width: 100%;
    padding-left: 50px;
    list-style: none;
}

@media (max-width: 1024.98px) {
    #comments ol.comment-list .children {
        padding-left: 40px;
    }
}

#comments ol.comment-list .children .comment-author {
    padding-left: 70px;
}

#comments ol.comment-list .children .children {
    padding-left: 50px;
}

@media (max-width: 1024.98px) {
    #comments ol.comment-list .children .children {
        padding-left: 30px;
    }
}

@media (max-width: 767.98px) {
    #comments ol.comment-list .children .children {
        padding-left: 20px;
    }
}

#respond {
    clear: left;
    margin-bottom: 30px;
}

    #respond input[type="text"],
    #respond input[type="tel"],
    #respond input[type="password"],
    #respond input[type="email"],
    #respond textarea {
        width: 100%;
    }

    #respond .form-submit {
        margin: 16px 0 0;
    }

#reviews {
    float: left;
    width: 100%;
}

    #reviews #comments {
        width: 100%;
        padding: 0;
        margin: 30px 0 0;
    }

        #reviews #comments ol.commentlist {
            padding: 30px 0 0;
        }

            #reviews #comments ol.commentlist .comment-container {
                margin-left: 0;
            }

                #reviews #comments ol.commentlist .comment-container .authorname {
                    display: none;
                }

                #reviews #comments ol.commentlist .comment-container .commentmeta strong {
                    float: left;
                }

            #reviews #comments ol.commentlist .comment-text {
                text-align: left;
                clear: both;
                margin-bottom: 20px;
            }

#comment_popup {
    background: #fff;
    padding: 50px;
    max-width: 50%;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1024.98px) {
    #comment_popup {
        max-width: 100%;
    }
}

@media (max-width: 1024.98px) {
    #comment_popup {
        padding: 30px;
    }
}

.comment-rating .comment-star-rating {
    margin: 0;
    padding: 0;
}

    .comment-rating .comment-star-rating:before, .comment-rating .comment-star-rating:after {
        content: " ";
        display: table;
    }

    .comment-rating .comment-star-rating:after {
        clear: both;
    }

    .comment-rating .comment-star-rating > li {
        float: left !important;
        width: auto !important;
        border: none !important;
        list-style: none;
        position: relative;
        margin: 0 15px 0 0 !important;
        padding: 0 15px 0 0 !important;
    }

@media (max-width: 1024.98px) {
    .comment-rating .comment-star-rating > li {
        margin-right: 10px !important;
        padding-right: 10px !important;
    }
}

.comment-rating .comment-star-rating > li:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.comment-rating .comment-star-rating > li:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

    .comment-rating .comment-star-rating > li:last-child:after {
        content: none;
    }

.comment-rating .comment-star-rating > li a {
    color: #888888;
}

    .comment-rating .comment-star-rating > li a.active {
        color: #fc3c3c;
    }

.pingbacklist {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

    .pingbacklist > li {
        margin-bottom: 20px;
        background: #F0F3F6;
        padding: 21px 30px;
        line-height: 32px;
    }

        .pingbacklist > li a {
            font-weight: 500;
        }

.comment-with-review #lt-comment-reviews {
    float: left;
    width: 100%;
}

    .comment-with-review #lt-comment-reviews .comment-reviews-content {
        margin: 20px 0 20px;
        position: relative;
    }

        .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner {
            padding-right: 210px;
        }

            .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item {
                width: 50%;
                float: left;
                margin-bottom: 30px;
            }

                .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item:nth-of-type(2n+1) {
                    clear: both;
                }

                .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item label {
                    display: block;
                    font-weight: 500;
                    color: #11161F;
                    margin-bottom: 6px;
                }

                .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item .select-review {
                    float: left;
                }

                    .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item .select-review .star {
                        float: right;
                        cursor: pointer;
                        color: #D9E2EC;
                    }

                        .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item .select-review .star:hover, .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item .select-review .star.active {
                            color: #FFA60C;
                        }

                            .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item .select-review .star:hover ~ .star, .comment-with-review #lt-comment-reviews .comment-reviews-content .comment-reviews-inner .review-item .select-review .star.active ~ .star {
                                color: #FFA60C;
                                cursor: pointer;
                            }

        .comment-with-review #lt-comment-reviews .comment-reviews-content .avg-total-tmp {
            width: 200px;
            padding: 45px 20px;
            background: #F0F3F6;
            border-radius: 4px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .comment-with-review #lt-comment-reviews .comment-reviews-content .avg-total-tmp span {
                display: block;
                text-align: center;
                color: #11161F;
                font-weight: 500;
            }

                .comment-with-review #lt-comment-reviews .comment-reviews-content .avg-total-tmp span.value {
                    font-size: 30px;
                    font-weight: 600;
                    color: #fc3c3c;
                    margin-bottom: 6px;
                }

.cld-like-dislike-wrap {
    position: relative;
    top: 5px;
    margin: 0;
}

    .cld-like-dislike-wrap .cld-count-wrap {
        margin-left: 0;
    }

    .cld-like-dislike-wrap .cld-like-wrap {
        color: #fc3c3c;
    }

        .cld-like-dislike-wrap .cld-like-wrap a {
            color: #fc3c3c;
        }

    .cld-like-dislike-wrap .cld-dislike-wrap {
        color: #a0a0a0;
    }

        .cld-like-dislike-wrap .cld-dislike-wrap a {
            color: #a0a0a0;
        }

.listing-comments .comment-list .the-comment .media-comment-body .comment-body {
    padding-bottom: 30px;
}

    .listing-comments .comment-list .the-comment .media-comment-body .comment-body .cld-like-dislike-wrap {
        position: absolute;
        bottom: -6px;
        top: auto !important;
    }

.listing-comments .comment-list .the-comment .media-comment-body .comment-action-wrap {
    bottom: 20px;
    top: auto !important;
}

/*------------------------------------------------------------------*\	
				12 - EFFECT STYLE																											
\*------------------------------------------------------------------*/

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.82);
        transform: scale(0.82);
    }
}

@keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.82);
        transform: scale(0.82);
    }
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blur {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.blur-svg {
    display: none;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

/*------------------------------------------------------------------*\	
				13 - CUSTOMIZE STYLE																										
\*------------------------------------------------------------------*/
.custom-breadcrumb {
    position: relative;
    background-color: #11161F;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 55px;
    position: relative;
    height:7% !important;
}

    .custom-breadcrumb .breadcrumb-main {
        position: relative;
        z-index: 11;
    }

    .custom-breadcrumb .breadcrumb-container-inner {
        position: relative;
        padding: 135px 0 130px;
    }

@media (max-width: 1024.98px) {
    .custom-breadcrumb .breadcrumb-container-inner {
        padding-bottom: 80px !important;
        padding-top: 80px !important;
    }
}

@media (max-width: 767.98px) {
    .custom-breadcrumb .breadcrumb-container-inner {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }
}

.custom-breadcrumb .breadcrumb-container-inner .heading-title {
    font-size: 42px;
    color: #161c26;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .custom-breadcrumb .breadcrumb-container-inner .heading-title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .custom-breadcrumb .breadcrumb-container-inner .heading-title {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .custom-breadcrumb .breadcrumb-container-inner .heading-title {
        font-size: 28px;
    }
}

.custom-breadcrumb .breadcrumb {
    margin: 15px 0 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    background: none;
}

    .custom-breadcrumb .breadcrumb li {
        float: left;
        position: relative;
        z-index: 11;
        line-height: 1;
        text-align: center;
        padding: 0 10px;
    }

        .custom-breadcrumb .breadcrumb li:after {
            content: '-';
            position: absolute;
            bottom: 0;
            left: -2px;
            z-index: 1;
        }

        .custom-breadcrumb .breadcrumb li:first-child {
            padding-left: 0;
        }

            .custom-breadcrumb .breadcrumb li:first-child:after {
                display: none;
            }

        .custom-breadcrumb .breadcrumb li a {
            color: #797F89;
        }

            .custom-breadcrumb .breadcrumb li a:hover {
                text-decoration: underline;
            }

.custom-breadcrumb .breadcrumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.custom-breadcrumb.text-light .heading-title {
    color: #fff;
}

.custom-breadcrumb.text-light .breadcrumb {
    color: rgba(255, 255, 255, 0.7);
}

    .custom-breadcrumb.text-light .breadcrumb a {
        color: rgba(255, 255, 255, 0.7);
    }

body.home.blog .title-layout-standard .custom-breadcrumb .heading-title {
    display: inline-block !important;
    float: left;
    font-size: 18px;
    margin: 5px 0 0;
}

/*------------------------------------------------------------------*\	
				14 - PLUGIN STYLE																										
\*------------------------------------------------------------------*/
.pretty * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

    .pretty input {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 1em;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .pretty .state label {
        position: initial;
        display: inline-block;
        font-weight: 400;
        margin: 0;
        text-indent: 1.5em;
        min-width: calc(1em + 2px);
    }

        .pretty .state label:after, .pretty .state label:before {
            content: '';
            width: calc(1em + 2px);
            height: calc(1em + 2px);
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 0;
            border: 1px solid transparent;
            z-index: 0;
            position: absolute;
            left: 0;
            top: calc((0% - (100% - 1em)) - 8%);
            background-color: transparent;
        }

        .pretty .state label:before {
            border-color: #bdc3c7;
        }

    .pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
        display: none;
    }

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #bdc3c7;
        box-shadow: 0 0 0 0 #bdc3c7;
    }

    100% {
        -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #bdc3c7;
        box-shadow: 0 0 0 0 #bdc3c7;
    }

    100% {
        -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}

.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
    border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}

    .pretty.p-icon .state .icon:before {
        margin: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
    }

.pretty.p-icon input:checked ~ .state .icon {
    opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
    border-color: #5a656b;
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
    opacity: 1;
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
    opacity: 1;
}

.pretty.p-switch input {
    min-width: 2em;
}

.pretty.p-switch .state {
    position: relative;
}

    .pretty.p-switch .state:before {
        content: '';
        border: 1px solid #bdc3c7;
        border-radius: 60px;
        width: 2em;
        -webkit-box-sizing: unset;
        box-sizing: unset;
        height: calc(1em + 2px);
        position: absolute;
        top: 0;
        top: calc((0% - (100% - 1em)) - 16%);
        z-index: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .pretty.p-switch .state label {
        text-indent: 2.5em;
    }

        .pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            border-radius: 100%;
            left: 0;
            border-color: transparent;
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        .pretty.p-switch .state label:after {
            background-color: #bdc3c7 !important;
        }

.pretty.p-switch input:checked ~ .state:before {
    border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
    opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
    background-color: #5a656b !important;
    left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
    opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
    background-color: #fff !important;
    left: 1em;
}

.pretty.p-switch.p-slim .state:before {
    height: .1em;
    background: #bdc3c7 !important;
    top: calc(50% - .1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
    display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
    display: block;
}

    .pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
        display: block;
    }

.pretty.p-has-focus input:focus ~ .state label:before {
    -webkit-box-shadow: 0 0 3px 0 #bdc3c7;
    box-shadow: 0 0 3px 0 #bdc3c7;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
    display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
    display: block;
}

    .pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
        display: block;
        opacity: 1;
    }

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none;
}

.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
    opacity: 1;
    display: inherit;
}

    .pretty.p-toggle .state.p-off .icon {
        color: #bdc3c7;
    }

.pretty.p-toggle input:checked ~ .state.p-on {
    opacity: 1;
    display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
    opacity: 0;
    display: none;
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
    content: none;
}

.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pretty.p-round .state label:after, .pretty.p-round .state label:before {
    border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden;
}

    .pretty.p-round.p-icon .state .icon:before {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
    border-radius: 20%;
}

.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
    content: '';
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
    -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none;
}

    .pretty input[disabled] ~ * {
        opacity: .5;
    }

.pretty.p-locked input {
    display: none;
    cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
    border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
    background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
    background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
    border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
    background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #fc3c3c !important;
}

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
    border-color: #fc3c3c;
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
    color: #fc3c3c;
    stroke: #fc3c3c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
    background-color: #fc3c3c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: #fc3c3c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
    background-color: #fc3c3c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
    background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
    border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
    background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
    background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
    border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
    background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}

.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
    text-indent: 1.7em;
}

@media print {
    .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media (max-width: 1024.98px) {
    .tparrows {
        display: none !important;
    }
}

.owl-carousel, .flex-control-nav, .ctf-tweets {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

    .owl-carousel:after, .flex-control-nav:after, .ctf-tweets:after {
        content: "";
        background: url("../images/preloader.gif") no-repeat center center #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
    }

    .owl-carousel.owl-loaded, .flex-control-nav.owl-loaded, .ctf-tweets.owl-loaded {
        max-height: none;
        overflow: visible;
    }

        .owl-carousel.owl-loaded:after, .flex-control-nav.owl-loaded:after, .ctf-tweets.owl-loaded:after {
            display: none !important;
        }

    .owl-carousel .owl-nav, .flex-control-nav .owl-nav, .ctf-tweets .owl-nav {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 0.35s;
        transition: 0.35s;
    }

        .owl-carousel .owl-nav.disabled, .flex-control-nav .owl-nav.disabled, .ctf-tweets .owl-nav.disabled {
            display: none !important;
        }

        .owl-carousel .owl-nav > div, .flex-control-nav .owl-nav > div, .ctf-tweets .owl-nav > div {
            position: absolute;
            top: 50%;
            margin-top: -25px;
            z-index: 99;
            line-height: 48px;
            text-align: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #DEE2E8;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            color: #fff;
        }

            .owl-carousel .owl-nav > div span, .flex-control-nav .owl-nav > div span, .ctf-tweets .owl-nav > div span {
                position: relative;
                z-index: 11;
            }

            .owl-carousel .owl-nav > div i, .flex-control-nav .owl-nav > div i, .ctf-tweets .owl-nav > div i {
                margin: 0;
                font-size: 16px;
            }

            .owl-carousel .owl-nav > div.disabled, .flex-control-nav .owl-nav > div.disabled, .ctf-tweets .owl-nav > div.disabled {
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

            .owl-carousel .owl-nav > div.owl-prev, .flex-control-nav .owl-nav > div.owl-prev, .ctf-tweets .owl-nav > div.owl-prev {
                left: -50px;
            }

            .owl-carousel .owl-nav > div.owl-next, .flex-control-nav .owl-nav > div.owl-next, .ctf-tweets .owl-nav > div.owl-next {
                right: -50px;
            }

                .owl-carousel .owl-nav > div.owl-next:after, .flex-control-nav .owl-nav > div.owl-next:after, .ctf-tweets .owl-nav > div.owl-next:after {
                    right: unset;
                    left: 0;
                }

            .owl-carousel .owl-nav > div:hover, .owl-carousel .owl-nav > div:focus, .flex-control-nav .owl-nav > div:hover, .flex-control-nav .owl-nav > div:focus, .ctf-tweets .owl-nav > div:hover, .ctf-tweets .owl-nav > div:focus {
                opacity: 1;
                filter: alpha(opacity=100);
                cursor: pointer;
                color: #fff;
                background: #fc3c3c;
            }

                .owl-carousel .owl-nav > div:hover:after, .owl-carousel .owl-nav > div:focus:after, .flex-control-nav .owl-nav > div:hover:after, .flex-control-nav .owl-nav > div:focus:after, .ctf-tweets .owl-nav > div:hover:after, .ctf-tweets .owl-nav > div:focus:after {
                    width: 100%;
                    height: 100%;
                }

    .owl-carousel .owl-dots, .flex-control-nav .owl-dots, .ctf-tweets .owl-dots {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

        .owl-carousel .owl-dots .owl-dot, .flex-control-nav .owl-dots .owl-dot, .ctf-tweets .owl-dots .owl-dot {
            display: inline-block;
            margin: 0 3px;
            position: relative;
            border: none;
            padding: 0;
            width: 12px;
            height: 12px;
            background: #D0D2D4;
            border-radius: 50%;
        }

            .owl-carousel .owl-dots .owl-dot.active, .flex-control-nav .owl-dots .owl-dot.active, .ctf-tweets .owl-dots .owl-dot.active {
                background: #fc3c3c;
            }

            .owl-carousel .owl-dots .owl-dot:hover, .flex-control-nav .owl-dots .owl-dot:hover, .ctf-tweets .owl-dots .owl-dot:hover {
                cursor: pointer;
            }

    .owl-carousel:hover .owl-nav, .flex-control-nav:hover .owl-nav, .ctf-tweets:hover .owl-nav {
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .owl-carousel:hover .owl-nav > div.disabled, .flex-control-nav:hover .owl-nav > div.disabled, .ctf-tweets:hover .owl-nav > div.disabled {
            opacity: 0.6;
            filter: alpha(opacity=60);
            pointer: disabled;
            color: #11161F;
        }

            .owl-carousel:hover .owl-nav > div.disabled:hover, .flex-control-nav:hover .owl-nav > div.disabled:hover, .ctf-tweets:hover .owl-nav > div.disabled:hover {
                cursor: no-drop;
            }

    .owl-carousel .owl-item img {
        max-width: 100%;
        display: inline-block;
        transform-style: unset !important;
        -webkit-transform-style: unset !important;
        -o-transform-style: unset !important;
        -ms-transform-style: unset !important;
    }

.owl-carousel {
    margin: 0 -15px;
    width: auto !important;
}

    .owl-carousel .owl-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-carousel.dot-left .owl-dots {
        position: absolute;
        width: 50px;
        left: -50px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .owl-carousel.dot-left .owl-dots .owl-dot {
            display: block;
            margin-bottom: 10px;
        }

    .owl-carousel.dot-right .owl-dots {
        position: absolute;
        width: 50px;
        right: -50px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .owl-carousel.dot-right .owl-dots .owl-dot {
            display: block;
            margin-bottom: 10px;
        }

    .owl-carousel.dot-bottom-left .owl-dots {
        margin-top: 20px;
        text-align: left;
    }

    .owl-carousel.dot-bottom-right .owl-dots {
        margin-top: 20px;
        text-align: right;
    }

    .owl-carousel.dot-bottom-center .owl-dots {
        margin-top: 20px;
        float: none;
        text-align: center;
    }

.small-gutter .owl-carousel {
    margin: 0 -1px;
    width: auto !important;
}

    .small-gutter .owl-carousel .owl-item {
        padding-left: 1px;
        padding-right: 1px;
    }

.no-gutter .owl-carousel {
    margin: 0;
    width: auto !important;
}

    .no-gutter .owl-carousel .owl-item {
        padding-left: 0;
        padding-right: 0;
    }

.init-carousel-owl-theme.owl-carousel .owl-nav > div.owl-prev, .init-carousel-owl-theme .flex-control-nav .owl-nav > div.owl-prev {
    left: 0;
}

.init-carousel-owl-theme.owl-carousel .owl-nav > div.owl-next, .init-carousel-owl-theme .flex-control-nav .owl-nav > div.owl-next {
    right: 0;
}

.owl-boxshadow-carousel {
    margin: 0 -15px;
    width: auto !important;
}

    .owl-boxshadow-carousel .owl-item .item {
        overflow: hidden;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .owl-boxshadow-carousel .owl-item.active .item {
        overflow: visible;
        opacity: 1;
    }

ul.nav-tabs {
    overflow: hidden;
    display: inline-block;
}

    ul.nav-tabs > li {
        white-space: nowrap;
        display: inline-block;
    }

        ul.nav-tabs > li > a {
            margin: 0 6px;
            background: transparent;
            padding: 8px 15px;
            font-size: 13px;
            font-weight: 500;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

            ul.nav-tabs > li > a:hover, ul.nav-tabs > li > a:focus, ul.nav-tabs > li > a:active {
                color: #fc3c3c;
            }

        ul.nav-tabs > li.active > a {
            background: #fc3c3c !important;
        }

#gva-filter-overlay, #gva-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

    #gva-filter-overlay.open, #gva-overlay.open {
        display: block;
    }

    #gva-filter-overlay:hover, #gva-overlay:hover {
        cursor: pointer;
    }

/* perfect-scrollbar */
.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}

    .ps-container.ps-active-x > .ps-scrollbar-x-rail,
    .ps-container.ps-active-y > .ps-scrollbar-y-rail {
        display: block;
    }

    .ps-container.ps-in-scrolling {
        pointer-events: none;
    }

        .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
            background-color: #eee;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

            .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
                background-color: #999;
            }

        .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
            background-color: #eee;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

            .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: #999;
            }

    .ps-container > .ps-scrollbar-x-rail {
        display: none;
        position: absolute;
        border-radius: 4px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        bottom: 3px;
        height: 8px;
    }

        .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            position: absolute;
            background-color: #aaa;
            border-radius: 4px;
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            bottom: 0;
            height: 8px;
        }

    .ps-container > .ps-scrollbar-y-rail {
        display: none;
        position: absolute;
        border-radius: 4px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        right: 3px;
        width: 4px;
    }

        .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            position: absolute;
            background-color: #aaa;
            border-radius: 4px;
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            right: 0;
            width: 5px;
        }

    .ps-container:hover.ps-in-scrolling {
        pointer-events: none;
    }

        .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
            background-color: #eee;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

            .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
                background-color: #999;
            }

        .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
            background-color: #eee;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

            .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: #999;
            }

    .ps-container:hover > .ps-scrollbar-x-rail,
    .ps-container:hover > .ps-scrollbar-y-rail {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover {
            background-color: #eee;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

            .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
                background-color: #999;
            }

        .ps-container:hover > .ps-scrollbar-y-rail:hover {
            background-color: #eee;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

            .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
                background-color: #999;
            }

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-dropdown {
        border: 1px solid #E9E9EE;
        -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
    }

        .select2-container .select2-dropdown .select2-selection__rendered {
            outline: none !important;
        }

        .select2-container .select2-dropdown .select2-search--dropdown {
            padding: 15px;
        }

            .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
                height: 32px;
            }

        .select2-container .select2-dropdown ul.select2-results__options li {
            padding: 3px 15px;
            font-size: 14px;
        }

            .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option--highlighted {
                background: #F6F6F6;
                color: #fc3c3c;
            }

            .select2-container .select2-dropdown ul.select2-results__options li[aria-selected="true"] {
                background: #F6F6F6;
                color: #fc3c3c;
            }

    .select2-container.option-select2-filter .select2-dropdown--above {
        margin-top: -6px;
    }

    .select2-container.option-select2-filter .select2-dropdown--below {
        margin-top: 6px;
    }

    .select2-container .select2-selection {
        outline: none;
        height: 51px;
        border: 1px solid #E9E9EE !important;
        background: #fff;
        padding: 0 10px;
        line-height: 32px !important;
    }

        .select2-container .select2-selection.select2-selection--single {
            height: 50px;
        }

        .select2-container .select2-selection .select2-selection__arrow {
            background-image: url("../images/down-arrow.svg") !important;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 12px;
            border: none;
            width: 12px !important;
            height: 12px !important;
            top: 50% !important;
            right: 16px !important;
            margin-top: -3px;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

            .select2-container .select2-selection .select2-selection__arrow b {
                display: none;
            }

        .select2-container .select2-selection .select2-selection__rendered {
            outline: none !important;
            line-height: 50px !important;
        }

            .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
                color: #797F89;
                line-height: 50px;
            }

            .select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
                font-size: 18px;
                background: #fc3c3c;
                color: #fff;
                width: 20px;
                height: 20px;
                border-radius: 4px;
                line-height: 18px;
                text-align: center;
                position: absolute;
                top: 50%;
                margin-top: -8px;
                right: 16px;
                -webkit-transition: all 0.35s;
                transition: all 0.35s;
                z-index: 11;
            }

                .select2-container .select2-selection .select2-selection__rendered .select2-selection__clear:hover {
                    background: #11161F;
                }

    .select2-container.select2-container--open .select2-selection .select2-selection__arrow {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

body.logged-in.admin-bar .select2-container .select2-dropdown--below, body.logged-in.admin-bar .select2-container .select2-dropdown--above {
    top: 32px;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

    .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
        border: 1px solid #E9E9EE;
        background: #E9E9EE;
        color: #11161F;
        margin: 5px;
        line-height: 38px;
        padding: 0 15px;
        font-weight: 600;
    }

        .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
            color: #fff;
            background: #fc3c3c;
            width: 22px;
            height: 22px;
            line-height: 21px;
            border-radius: 3px;
            text-align: center;
            margin-right: 6px;
        }

    .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
        margin: 0 10px;
        line-height: 50px;
    }

#ui-datepicker-div {
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
}

    #ui-datepicker-div select {
        height: 32px;
        line-height: 32px;
        background: #FAFBFC;
    }

    #ui-datepicker-div button {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Barlow", sans-serif;
        background: #fc3c3c;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        border: none;
    }

    #ui-datepicker-div .ui-widget-header {
        background: #fc3c3c;
        color: #fff;
        border: none;
    }
