/*-------------------------------------
[Master Stylesheet]
Project: Dolife Premium Wordpress Theme

[Table of contents]
1. Base theme Grid
2. Plugins
    2.1 Isotope
    2.3 Contact Form 7
    2.4 Slick Slider
3. Content Area
4. Footer
5. Typography
6. Header
7. Blog
8. Widgets

---------------------------------------*/
/* BASE AND GRID */
/*Fix Elementor animation*/
body:not(.page-loaded) .animated {
    animation-name: none !important;
}

html {position:relative;}

body{
    position: relative;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    -webkit-transition: right .3s ease;
       -moz-transition: right .3s ease;
        -ms-transition: right .3s ease;
            transition: right .3s ease;

    -webkit-overflow-scrolling: touch;
}

body.admin-bar{
    min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px){
    body.admin-bar{
        min-height: calc(100vh - 46px);
    }
}

body,
html{
    margin: 0;
    padding: 0;
}

pre{
    padding: 20px 30px;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid;
    border-radius: 0;
    margin-bottom: 17px;
}

form,
fieldset{
    margin-bottom: 0;
}
figure {
    margin-left: 0;
    margin-right: 0;
}
label,
legend{
    font-weight: inherit;
    display: block;
    margin-bottom: 5px;
}

abbr[title],
acronym[title]{
    text-decoration: none;
}

input[type='checkbox'],
input[type='radio']{
    display: inline;
    margin: 3px;
    vertical-align: middle;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select,
.select2-search--dropdown .select2-search__field {
    max-width: 100%;
    font-size: 1em;
    line-height: 1.6;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    margin: 0 0 23px 0;
    font-weight: normal;
    width: 100%;
    padding: 8px 10px;
    transition: all 300ms;
    height: 38px;
    background: transparent;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -webkit-appearance: none;
}

.top_footer select,
.gt3_widget select {
    margin-top: 5px;
}
textarea{
    height: 131px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 34px;
}
.one_column textarea{
    height: 85px;
    margin-bottom: 20px;
}
p + form{
    margin-top: 18px;
}
.gt3_form input[type="date"],
.gt3_form input[type="email"],
.gt3_form input[type="number"],
.gt3_form input[type="password"],
.gt3_form input[type="search"],
.gt3_form input[type="tel"],
.gt3_form input[type="text"],
.gt3_form input[type="url"],
.gt3_form select {
    margin-bottom: 0;
}
/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: inherit !important;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
    color: inherit !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1 !important;
    color: inherit !important;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color: inherit !important;
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
input[type='button'],
input[type='reset'],
input[type='submit']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],
button{
    position: relative;
    display: inline-block;
    transition: all 300ms;
    border-radius: 0;
    outline: none;
    width: auto;
    height: 50px;
    cursor: pointer;
    padding: 10px 30px;
    line-height: 1;
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: none;
    color: #ffffff;
    background: #ffffff;
}
.single-post .sidebar-container .sidebar form.search_form.gt3_search_form{
    border: 1px solid #e7e7e7;
}

.wpcf7-form input[type='submit']:before,
.wpcf7-form button:not(.search_submit):before,
.wpcf7-form button#submit:before,
.wpcf7-form input[type='submit']:after,
.wpcf7-form button:not(.search_submit):after,
.wpcf7-form button#submit:after{
    content: '';
    z-index: 1;
    position: absolute;
    right: 41px;
    top: 11px;
    height: 23px;
    border-left-style: solid;
    border-left-width: 1px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.map-core-canvas button:before,
.map-core-canvas button:after{
    display: none;
    height: 0;
}
.wpcf7-form input[type='submit']:after,
.wpcf7-form button:not(.search_submit):after,
.wpcf7-form button#submit:after {
    top: 18px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    content: '';
    border-left: transparent;
    border-top: transparent;
    right: 31px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
button:hover,
button#submit:hover,
.gt3_module_button_elementor:hover input[type='submit']{
    background: transparent;
}
input[type='text']::-webkit-input-placeholder {
    color: inherit !important;
    font-family: inherit !important;
}
[class*=span]{
    float: left;
    min-height: 1px;
}

.gt3_clear:before,
.gt3_clear:after{
    display: table;
    content: ' ';
}

.gt3_clear:after{
    clear: both;
}

.text-uppercase{
    text-transform: uppercase;
}

.page-link{
    clear: both;
    margin: 0 0 1.5em;
    padding: 1.5em 0 2em;
}

/* search by categories */
.gt3_cat_search input#s{
    float: left;
}

select#gt3_product_cat{
    display: none;
}

.gt3-search_cat-select{
    float: left;
}

#gt3_cat_search input#s{
    width: 345px;
    height: 55px;
    padding: 13px 28px 12px;
    border-right: none;
}

#gt3_cat_search span.gt3-search_cat-line{
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 347px;
    height: 25px;
}

#gt3_cat_search #s{
    float: left;
}

span.gt3-search_cat-line:before{
    position: absolute;
    z-index: 10;
    width: 1px;
    height: 25px;
    margin-top: 12px;
    content: '';
    border-right: 1px solid #e3e6e8;
}

.gt3-search_cat-select span.select2.select2-container.select2-container--default{
    font-family: inherit;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 225px;
    height: 55px;
    padding: 14px 90px 14px 20px;
    text-align: left;
    border-top: 1px solid #e3e6e8;
    border-bottom: 1px solid #e3e6e8;
    background-color: #fcfcfc;
}

.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 24px !important;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fcfcfc;
}

.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered:focus{
    outline: none;
}

.gt3-search_cat-select span.select2-selection.select2-selection--single{
    display: inline;
    border-color: #fcfcfc;
    border-radius: 0;
    outline: none;
    background-color: #fcfcfc;
}

.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: 0;
    right: 69px;
    width: 20px;
    height: 100%;
}

.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow b{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #232325 transparent transparent transparent;
}

/* Search Widget */
.gt3_search_form label{
    display: none !important;
}
.search_form{
    position: relative;
    z-index: 1;
}
.search_form .search_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 11px 60px 11px 20px;
    margin: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: #ffffff00;
    color: #a7acb6;
}
.widget_product_search .gt3_search_form{
    position: relative;
}
.search_form .search_submit svg {
    color: currentColor;
    fill: currentColor;
}
.widget_search .search_form .search_submit,
.widget_product_search .gt3_search_form .search_submit,
.search_result_form .search_form .search_submit {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 50px;
    opacity: 1;
    cursor: pointer;
    transition: color .3s;
}
.search_result_form form.search_form.gt3_search_form {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    width: 100%;
    max-width: 390px;
}

/* Posts Widget */
.widget.widget_posts .recent_posts li:before{
    display: none;
}
.widget.widget_posts .recent_posts li{
    padding: 7px 0 43px 0;
    margin: 0;
    position: relative;
}
.widget.widget_posts .recent_posts li:last-child {
    padding-bottom: 30px;
    border-bottom: none;
}
.widget.widget_posts .recent_posts li.with_img {
    padding-left: 119px;
}
.widget.widget_posts .widget-title + ul.recent_posts{
    padding-top: 0px;
}
.recent_posts_content > a {
    position: absolute;
    left: 0;
    top: 6px;
}
.widget.widget_posts .recent_posts img {
    max-width: 100px;
}
.widget.widget_posts .recent_posts .post_title,
.recent_posts_content .recent_post__cont,
.widget.widget.widget_rss ul li a,
.rssSummary,
.widget_rss cite {
    font-size:  1.375em;
    line-height: 1.365;
}
.widget.widget_posts .recent_posts .post_title,
.widget.widget.widget_rss ul li a {
    /*font-weight: bold;*/
}
.widget.widget.widget_rss ul li a {
    display: inline-block;
}
.widget.widget_posts .recent_posts .listing_meta{
    margin-bottom: 9px;
}
.widget.widget_posts .recent_posts .listing_meta span,
.has_post_boxed_content .listing_meta span {
    font-weight: inherit;
    opacity: 1;
}
.has_post_boxed_content .listing_meta span.post_date{
    opacity: 0.6;
}
.has_post_boxed_content .listing_meta_wrap + .blogpost_title {
    margin-top: 0;
    padding-bottom: 8px;
}
.recent_posts_content .recent_post__cont,
.rssSummary {
    padding-top: 5px;
}
.widget-title {
    margin: 0 0 22px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
.widget_rss .widget-title {
    padding-bottom: 0;
}
.widget-title .rsswidget{
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.widget .widget-title ~ .gt3-button-cat-wrap-open{
    display: block;
}
.widget_mailchimpsf_widget .widget-title {
    margin-bottom: 16px !important;
}
.top_footer .widget_mailchimpsf_widget .widget-title {
    margin: 0 !important;
    line-height: 1.5 !important;
}

.gt3-search_cat-select span.select2.select2-container.select2-container--default.select2-container--focus{
    visibility: hidden;
    opacity: 0;
}

.gt3-search_cat-select span.select2.select2-container.select2-container--default.select2-container--open{
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 1199px){
    #gt3_cat_search input#s{
        width: 220px;
    }

    #gt3_cat_search span.gt3-search_cat-line{
        left: 220px;
    }

    .gt3-search_cat-select span.select2.select2-container.select2-container--default{
        max-width: 225px;
        height: 55px;
    }
}

@media only screen and (max-width: 991px){
    #gt3_cat_search input#s{
        font-size: 12px;
        width: 185px;
        height: 40px;
        padding: 13px 18px 12px;
    }

    #gt3_cat_search span.gt3-search_cat-line{
        left: 185px;
    }

    .gt3-search_cat-select span.select2.select2-container.select2-container--default{
        font-size: 12px;
        max-width: 170px;
        height: 40px;
        padding: 8px 70px 8px 20px;
    }

    span.gt3-search_cat-line:before{
        margin-top: 5px;
    }

    .gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: 50px;
    }
}

@media only screen and (max-width: 479px){
    #gt3_cat_search input#s{
        width: 150px;
        padding: 13px 13px 12px;
    }

    #gt3_cat_search span.gt3-search_cat-line{
        left: 150px;
    }

    .gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered{
        display: none;
    }

    .gt3-search_cat-select span.select2.select2-container.select2-container--default{
        max-width: 100%;
        margin-left: auto;
        padding-right: 58px;
        background: transparent;
    }

    .gt3-search_cat-select{
        position: absolute;
        z-index: 0;
        right: 0;
        width: 100%;
        pointer-events: none;
    }

    #gt3_cat_search input#s{
        width: 230px;
    }

    div#gt3_cat_search{
        position: relative;
    }

    .gt3-search_cat-select span.select2-selection.select2-selection--single{
        border: none;
        background-color: transparent;
    }

    .gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
        pointer-events: auto;
    }

    .select2-results__options .select2-results__option--highlighted{
        font-weight: 800;
    }
}

/* search by categories end */

.container,
#container,
.isotope-filter,
body.lp_course-template-default .site_wrapper .container.container-sidebar_none,
body.single-lp_course .site_wrapper .container.container-sidebar_none,
body.learnpress-page .site_wrapper .container.container-sidebar_none {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.fullwidth-wrapper #container{
    width: auto;
}

div.gt3_detect_rev_slider:before,
div.gt3_detect_rev_slider:after{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
}

div.gt3_detect_rev_slider:before{
    left: 0;
}

div.gt3_detect_rev_slider:after{
    right: 0;
}

.container:after,
.container:before,
#container:after,
#container:before{
    line-height: 0;
    display: table;
    content: '';
}

.container:after,
#container:after{
    clear: both;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row:after,
.row:before{
    line-height: 0;
    display: table;
    content: '';
}

.row:after{
    clear: both;
}

.row [class*=span]{
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.clearfix:after,
.clearfix:before{
    line-height: 0;
    display: table;
    content: '';
}

.clear,
.clearfix:after{
    clear: both;
}

.container,
#container,
.isotope-filter,
body.lp_course-template-default .site_wrapper .container.container-sidebar_none,
body.single-lp_course .site_wrapper .container.container-sidebar_none,
body.learnpress-page .site_wrapper .container.container-sidebar_none{
    width: 1170px;
    max-width: 100%;
}

.main_content .container,
.main_content #container{
    max-width: 100%;
}

@media only screen and (min-width: 768px){
    .row .span12{
        width: 100%;
    }

    .row .span11{
        width: 91.66666666666666%;
    }

    .row .span10{
        width: 83.33333333333334%;
    }

    .row .span9{
        width: 75%;
    }

    .row .span8{
        width: 66.66666666666666%;
    }

    .row .span7{
        width: 58.333333333333336%;
    }

    .row .span6{
        width: 50%;
    }

    .row .span5{
        width: 41.66666666666667%;
    }

    .row .span4{
        width: 33.33333333333333%;
    }

    .row .span3{
        width: 25%;
    }

    .row .span1-5{
        width: 20%;
    }

    .row .span2{
        width: 16.666666666666664%;
    }

    .row .span1{
        width: 8.333333333333332%;
    }
}

@media (min-width: 1200px){
    [class*=span]{
        float: left;
        min-height: 1px;
    }

    .row:after,
    .row:before{
        line-height: 0;
        display: table;
        content: '';
    }

    .row:after{
        clear: both;
    }
}

.fullwidth-wrapper{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
}

/*base*/
::selection{
    opacity: 1;
}

::-moz-selection{
    opacity: 1;
}

p {
    margin: 0 0 18px 0;
    padding: 0;
}

p:last-child{
    padding: 0;
    margin-bottom: 0;
}

a,
a:hover,
a:focus{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none;
    outline: none !important;
}

img{
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    vertical-align: top;
    outline: none !important;
}

.a-center{
    text-align: center;
}

.a-left{
    text-align: left;
}

.a-right{
    text-align: right;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

.dn{
    display: none;
}

.ui-loader{
    display: none !important;
}

.bypostauthor{
    padding: 0;
}

.wp-caption.aligncenter{
    margin-right: auto;
    margin-left: auto;
}

/* theme_icon-arrows */
body [class*='theme_icon-arrows'],
.gt3_module_button .button-icon,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon,
.button_type_default .widget-button-icon{
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 10px;
}

body .theme_icon-arrows-right,
.gt3_module_button .button-icon,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon,
.button_type_default .widget-button-icon{
    right: 0;
    margin: auto 0 auto 1em;
}

body .theme_icon-arrows-left{
    left: 0;
    margin: auto 1em auto 0;
}

body [class*='theme_icon-arrows']:before,
.gt3_module_button .button-icon:before,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:before,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:before,
.button_type_default .widget-button-icon:before{
    font-size: inherit;
    position: absolute;
    z-index: 1;
    top: 4px;
    width: 18px !important;
    margin-left: 0;
    content: '';
    border-top: 2px solid;
    border-top-color: inherit;
}

body .theme_icon-arrows-right:before,
.gt3_module_button .button-icon:before,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:before,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:before,
.button_type_default .widget-button-icon:before{
    left: 0;
}

body .theme_icon-arrows-left:before{
    right: 0;
}

body [class*='theme_icon-arrows']:after,
.gt3_module_button .button-icon:after,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
.button_type_default .widget-button-icon:after{
    font-size: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    margin-left: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

body .theme_icon-arrows-right:after,
.gt3_module_button .button-icon:after,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
.button_type_default .widget-button-icon:after{
    right: 0;
    border-left: 6px solid;
    border-left-color: inherit;
}

body .theme_icon-arrows-left:after{
    left: 0;
    border-right: 6px solid;
    border-right-color: inherit;
}

@media only screen and (max-width: 1023px){
    body [class*='theme_icon-arrows'],
    .gt3_module_button .button-icon,
    .elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon,
    .elementor-widget-price-box-gt3 .button_type_default .price-button-icon,
    .button_type_default .widget-button-icon{
        width: 22px;
        height: 9px;
    }

    body [class*='theme_icon-arrows']:before,
    .gt3_module_button .button-icon:before,
    .elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:before,
    .elementor-widget-price-box-gt3 .button_type_default .price-button-icon:before,
    .button_type_default .widget-button-icon:before{
        top: 3px;
    }

    body [class*='theme_icon-arrows']:after,
    .gt3_module_button .button-icon:after,
    .elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
    .elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
    .button_type_default .widget-button-icon:after{
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    body .theme_icon-arrows-right:after,
    .gt3_module_button .button-icon:after,
    .elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
    .elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
    .button_type_default .widget-button-icon:after{
        border-left: 5px solid;
    }

    body .theme_icon-arrows-left:after{
        border-right: 5px solid;
    }
}

/* theme_icon-arrows end */

/* Text meant only for screen readers. */
.screen-reader-text{
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    white-space: nowrap;
}

.screen-reader-text:focus{
    font-size: .875rem;
    font-weight: bold;
    line-height: normal;
    z-index: 100000; /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption{
    max-width: 100%;
}

.gallery .gallery-item img{
    border: none !important;
}

.wp-caption-text{
    margin-top: 2px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
}

.hideme{
    display: none;
}

.clear{
    font-size: 0;
    display: table;
    clear: both;
    height: 0;
}

.custom_bg{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
}

.custom_bg.img_bg{
    background-size: cover;
}

form,
body,
iframe{
    margin: 0;
    padding: 0;
}

iframe{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
}

img,
table,
iframe{
    border: 0;
}

table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
}

table td,
table th{
    padding: 5px 10px;
    text-align: left;
}

table tbody tr,
table thead tr,
table tfoot tr{
    border-width: 1px;
    border-style: solid;
}

table tbody th,
table tfoot th{
    border-right-width: 1px;
    border-right-style: solid;
}

.blog_post_preview.format-standard .blog_content table{
    margin-bottom: 30px;
}

p:empty{
    display: none;
    margin: 0;
}

/* P L U G I N S */
/**** Isotope Filtering ****/
.isotope-item{
    z-index: 2;
}

.isotope-hidden.isotope-item{
    z-index: 1;
    pointer-events: none;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item{
    -webkit-transition-duration: .8s;
       -moz-transition-duration: .8s;
            transition-duration: .8s;
}

.isotope{
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item{
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
            transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition{
    -webkit-transition-duration: 0;
       -moz-transition-duration: 0;
            transition-duration: 0;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling{
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}

/* Contact Form 7 */
.wpcf7-form label,
.gt3_form label{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wpcf7-form .wpcf7-radio {
    margin-bottom: 25px;
    display: block;
}

.wpcf7-form .wpcf7-radio label {
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 20px;
}

.wpcf7-form span.wpcf7-list-item {
    margin: 0 15px 0 0;
}

.wpcf7-form input[type='submit']{
    margin-top: 0;
}

.wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 25px;
}

div.wpcf7-response-output{
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-left: 0;
    padding: .344em 1em;
    padding-left: 50px;
    color: #fff;
    border: none;
    background-color: #255379;
    margin-top: 1em;
}

div.wpcf7-response-output:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 17px;
    display: inline-block;
    margin-top: -9px;
    content: '\f05a';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.wpcf7-validation-errors{
    background-color: #d61d1d;
}

div.wpcf7-validation-errors:before{
    content: '\f057';
}

div.wpcf7-mail-sent-ok{
    background-color: #0fa55d;
}

div.wpcf7-mail-sent-ok:before{
    content: '\f058';
}

span.wpcf7-not-valid-tip{
    font-weight: 400;
    padding-bottom: 5px;
    color: #d61d1d;
}

.wpcf7-form .wpcf7-form-control-wrap,
.gt3_form [class*='span'] {
    margin-bottom: 0;
}
#comments .gt3_form [class*='span'] {
    margin-bottom: 6px;
}
/* end Contact Form 7 */

/* gt3_form */
.gt3_form [class*='span']{
    position: relative;
}

.gt3_form label,
.wpcf7-form .label,
.wrapper_404 label,
.mc_merge_var label,
.widget .gt3_search_form label,
#respond #commentform p[class*='comment-form-'] > label {
    position: absolute;
    top: 11px;
    left: 0px;
    display: block;
    margin: 0;
    pointer-events: none;
    opacity: 1;
    font-size: 1em;
    line-height: 1.5;
}

.gt3_form label.gt3_onfocus,
.wpcf7-form .label.gt3_onfocus,
.wrapper_404 label.gt3_onfocus,
.mc_merge_var label.gt3_onfocus,
.widget .gt3_search_form label.gt3_onfocus,
#respond #commentform p[class*='comment-form-'] > label.gt3_onfocus {
    opacity: 0;
}
.gt3_search_form label{
    display: none;
}

/* gt3_form end */

/* C O N T E N T   A R E A */
.main_wrapper{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

@media only screen and (max-width: 767px){
    .main_wrapper > .container-full-width > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .main_wrapper > .container-full-width > .row > .content-container{
        padding-left: 0;
        padding-right: 0;
    }
}

.gt3-page-title + .site_wrapper > .main_wrapper{
    padding-top: 0;
}

.main_wrapper.like_fullscreen_type{
    padding: 0;
}

.site_wrapper{
    position: relative;
    z-index: 1;
            flex-grow: 1;
    -webkit-flex-grow: 1;
}
.main_wrapper > .container.container-sidebar_none > .row{
    margin-right: 0;
    margin-left: 0;
}
.main_wrapper > .container.container-sidebar_none > .row > .content-container{
    padding-left: 0;
    padding-right: 0;
}
.pp_page .site_wrapper{
    min-height: 50vh;
}

.row.sidebar_left .content-container{
    float: right;
}

/* F O O T E R */
.wpda-footer-builder .elementor-widget.elementor-widget-wpda-builder-menu nav.wpda-builder-menu ul li {
    display: block;
    margin: 0;
}
.wpda-footer-builder .wpda-mobile-navigation-toggle{
    display: none;
}
.wpda-footer-builder .wpda-navbar-collapse{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
    -webkit-transform: scale(0);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin:0;
    -ms-transform-origin:0;
    transform-origin:0;
    opacity: 1;
    visibility: visible;
    transition: all .2s;
    padding: 0;
}
.wpda-footer-builder .wpda-builder-menu > ul > li > a:before,
.wpda-footer-builder .wpda-builder-menu > div > ul > li > a:before{
    display:none;
}
.main_footer{
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.main_footer:empty{
    display: none;
}

.main_footer_wrapper{
    padding: 24px 0 26px 0;
}
.main_footer .widget-title {
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
}

.copyright{
    font-size: 14px;
}

.copyright p,
.pre_footer p{
    margin-bottom: 0;
}

.main_footer .pre_footer{
    padding-left: 20px;
    padding-right: 20px;
}

.copyright a{
    color: inherit;
}

.pre_footer a{
    font-weight: 600;
}

.footer_rounded_icon .gt3_icon_link{
    padding: 0.5em;
    border-radius: 2em;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.footer_rounded_icon .gt3_icon_link:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 2em;
    background-color: currentColor;
    opacity: 0.2;
    z-index: 0;
    transition: all .2s ease-in-out;
}
.footer_rounded_icon .gt3_icon_link:hover:before{
    opacity: 0.5;
}

.main_footer .copyright{
    font-weight: 400;
}

.main_footer .copyright > .container > .row{
    padding-top: 20px;
    padding-bottom: 20px;
}

.main_footer .gt3_footer_social_icons{
    color: #b8bec3;
}

.main_footer .copyright_footer_menu{
    float: right;
    padding: 0;
}

.main_footer .copyright_footer_menu li{
    display: inline;
    margin-left: 40px;
    padding: 0;
}

.main_footer .copyright_footer_menu li a{
    color: inherit;
}

.main_footer .copyright_footer_menu li a:hover{
    color: #b0b0b0;
}
.gt3_mobile_visible {
    display: none;
}

.gt3_footer_flex_wrapp{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media only screen and (max-width: 767px){
    div + .footer_rounded_icon{
        margin-top: 15px;
    }

    .gt3_footer_flex_wrapp{
        -webkit-justify-content: center;
        justify-content: center;
    }

    .copyright .span12{
        text-align: center;
    }

    .copyright .span12 *{
        float: none !important;
    }

    .main_footer .copyright_footer_menu li:first-child{
        margin-left: 0;
    }
    .gt3_mobile_hidden {
        display: none;
    }
    .gt3_mobile_visible {
        display: inline-block;
    }
}

/* T Y P O G R A P H Y */
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    font-size: inherit !important;
}

.align-left{
    text-align: left;
}

.align-center{
    text-align: center;
}

.align-right{
    text-align: right;
}

.alignleft{
    float: left;
    margin: 0 30px 15px 0;
}

.alignright{
    float: right;
    margin: 0 0 15px 30px;
}

.aligncenter{
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.large-text{
    font-size: 24px;
}

.small-text{
    font-size: 16px;
    line-height: 24px;
}

.gt3_icon_link {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}
.gt3_header_builder_text_component .gt3_icon_link{
    vertical-align: baseline;
}

/* Page Title */
.gt3-page-title_wrapper{
    overflow-x: hidden; /* added in single prod mobile */
}

.gt3-page-title{
    display: table;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background-repeat: repeat;
    box-sizing: content-box;
    position: relative;
}

@media only screen and (max-width: 767px){
    .gt3-page-title{
        padding-right: 0 !important;
        padding-left: 0 !important;
        height: 200px !important;
    }
}

.gt3-page-title__inner{
    display: table-row;
    vertical-align: middle;
    height: 100%;
}

.gt3-page-title__inner:before,
.gt3-page-title__inner:after{
    display: table-cell;
    content: '';
}

.gt3-page-title .container{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.gt3-page-title.gt3-page-title_vert_align_top .container{
    vertical-align: top;
    padding-top: 50px;
}

.gt3-page-title.gt3-page-title_vert_align_bottom .container{
    vertical-align: bottom;
    padding-bottom: 50px;
}

.gt3-page-title__content{
    display: table;
    width: 100%;
    position: relative;
}

.single-post .gt3-page-title__content .gt3_breadcrumb {
    display: none;
}

.gt3_breadcrumb{
    font-size: 1em;
    font-weight: 400;
}

.gt3-page-title__content .page_title,
.gt3-page-title__content .gt3_breadcrumb{
    display: table-row;
    vertical-align: middle;
}

.gt3-page-title__content .page_title{
    width: 100%;
    display: block;
    z-index: 1;
    box-sizing: border-box;
    word-break: break-word;
}

.gt3-page-title__content .page_title h1{
    color: inherit;
}

.gt3-page-title__content .page_title h1,
h1.portfolio_title_content {
    font-size: 60px;
    line-height: 1.2;
}
h1.portfolio_title_content {
    text-transform: uppercase;
}

.gt3-page-title_horiz_align_left .gt3-page-title__content .page_title,
.gt3-page-title_horiz_align_left .gt3-page-title__content .gt3_breadcrumb{
    display: block;
}
.gt3-page-title_horiz_align_right .gt3-page-title__content .page_title,
.gt3-page-title_horiz_align_right .gt3-page-title__content .gt3_breadcrumb{
    display: block;
}

.gt3-page-title__content .page_sub_title{
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0;
}
.gt3-page-title.gt3-page-title_horiz_align_center .gt3-page-title__content  .page_sub_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.gt3-page-title__content h1 + .page_sub_title{
    padding-top: 25px;
}

.gt3-page-title__content .gt3_breadcrumb a{
    margin: 0;
    padding: 0 1px;
    color: inherit;
    letter-spacing: 1px;
}

.gt3-page-title__content .gt3_breadcrumb .current{
    margin: 0;
    padding: 0 1px;
    letter-spacing: 1px;
}

.gt3-page-title__content .breadcrumbs,
.gt3_outside_breadcrumb .breadcrumbs{
    white-space: nowrap;
}
.gt3-page-title__content .breadcrumbs .gt3_pagination_delimiter,
.gt3_outside_breadcrumb .breadcrumbs .gt3_pagination_delimiter {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 7px 0 6px;
    border-radius: 4px;
    vertical-align: middle;
}
.gt3-page-title.gt3-page-title_horiz_align_right .breadcrumbs:before{
    margin: 0 2px 0 10px;
}

.gt3-page-title.gt3-page-title_horiz_align_right .gt3-page-title__content{
    direction: rtl;
}

.gt3-page-title.gt3-page-title_horiz_align_center .page_title,
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb,
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title,
.gt3-page-title.gt3-page-title_horiz_align_center .page_title_meta {
    text-align: center;
}

.gt3-page-title .page_title + .page_sub_title div{
    padding-top: 18px;
}

.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title + .gt3_breadcrumb > div {
    padding-top: 10px;
}
.gt3-page-title .page_title + .gt3_breadcrumb > div {
    padding-top: 14px;
}

.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .page_title > h1{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.gt3-page-title.gt3-page-title_small_header.gt3-page-title_horiz_align_center .page_sub_title{
    font-size: 16px;
}

.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .gt3_breadcrumb{
    font-size: 12px;
    opacity: .6;
}

.gt3_outside_breadcrumb {
    padding: 14px 0;
}

.gt3_outside_breadcrumb .gt3_breadcrumb {
    font-size: 1em;
    line-height: 1.875;
}

@media only screen and (max-width: 767px){
    .gt3-page-title__content .page_title,
    .gt3-page-title__content .gt3_breadcrumb{
        display: block;
    }

    .gt3-page-title__content .page_title + .gt3_breadcrumb{
        padding-top: 5px;
    }

    .gt3-page-title__content .page_sub_title{
        font-size: 12px;
    }
    .gt3-page-title__content h1 + .page_sub_title{
        padding-top: 15px;
    }

    .gt3-page-title__content .breadcrumbs,
    .gt3_outside_breadcrumb .breadcrumbs{
        white-space: normal;
    }
}
.gt3-page-title .page_title_meta {
    line-height: 30px;
    padding-top: 11px;
    font-size: 14px;
    letter-spacing: 0;
}
.gt3-page-title .page_title_meta.cpt_portf {
    line-height: 1.5;
    font-size: 0.75em;
    text-transform: uppercase;
}
.gt3-page-title .page_title_meta * {
    color: inherit;
}
.elementor-widget-gt3-core-sharing .gt3_sharing_core.vertical span.gt3_sharing_label_title{
    margin-bottom: 2px;
}
.gt3-page-title .page_title_meta .icon_custom_svg{
    vertical-align: middle;
    margin-left: 5px;
}
.elementor-widget-gt3-core-blogboxed .item_wrapper .post_comments .icon_custom_svg {
    vertical-align: super;
}
.gt3-page-title .page_title_meta span:after {
    content: '|';
    margin-left: 3px;
    margin-right: 1px;
}
.gt3-page-title .page_title_meta span:last-child:after {
    display: none;
}
.gt3-page-title .page_title_meta a {
    transition: all 300ms;
}
.gt3-page-title .page_title_meta a:hover {
    opacity: 0.75;
}
.gt3-page-title .page_title_meta .post_comments {
    margin-left: 4px;
}
.gt3-page-title_has_img_bg:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.5;
}

/* end Page Title */
.blog_post_media.blog_post_media--quote .quote_text a {
    font-size: 18px;
    line-height: 1.6;
}
.gt3_module_blog .blog_post_media--quote .quote_text{
    text-align: center;
}
.gt3_module_blog .blog_post_media--quote .quote_text a{
    font-size: 20px;
    line-height: 1.5;
}
.blog_post_media--quote .quote_text,
.blog_post_media__link_text {
    position: relative;
    z-index: 1;
    font-weight: inherit;
    padding: 0;
    margin: 1em 0 1em 0;
    font-size: 1.286em;
    line-height: 1.778;
    font-style: normal;
}
.blog_post_media__link_text {
    padding-left: 27px;
}
.blog_post_media--quote .quote_text,
.blog_post_media__link_text {
    margin: 3px 0 18px 0;
}

.blog_post_media__link_text:before {
    width: 30px;
    height: 34px;
    -webkit-mask-image: url(../img/icons/link.png);
    mask-image: url(../img/icons/link.png);
    content: '';
    position:absolute;
    left: 0;
    top: 6px;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.blog_post_media__link_text:before {
    -webkit-mask-image: url("../img/icons/link.png");
    mask-image: url("../img/icons/link.png");
}
.quote_image{
    width: 75px;
    vertical-align: middle;
    border-radius: 50%;
}
.quote_image + .quote_author{
    margin-top: 7px;
}

/* Blockquotes */
blockquote,
.blog_post_media__link_text{
    position: relative;
    z-index: 1;
    padding: 0 0 0 61px;
    margin: 6px 0;
    font-size: 20px;
    line-height: 1.5;
}
blockquote p{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
blockquote p:last-child{
    margin-bottom: 0 !important;
}
.quote_author,
blockquote cite,
blockquote code {
    margin: 17px 0 16px 0;
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    display: block;
    font-style: normal;
}
blockquote code {
    font-family: inherit;
}
blockquote cite a,
blockquote code a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
blockquote:before{
    content: '';
    width: 40px;
    height: 34px;
    position: absolute;
    left: 0px;
    top: 6px;
    transform: rotate(180deg);
    -webkit-mask-image: url(../img/blockquote.png);
    mask-image: url(../img/blockquote.png);
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: 2;
}
.elementor-element-custom_font_size blockquote {
    font-size: inherit;
}
.elementor-element-custom_line_height blockquote {
    line-height: inherit;
}
.elementor-element-custom_color blockquote,
.elementor-element-custom_color blockquote cite,
.elementor-element-custom_color blockquote code,
.elementor-element-custom_color a {
    color: inherit;
}
.elementor-element-custom_font_size blockquote cite,
.elementor-element-custom_font_size blockquote code blockquote cite {
    font-size: 0.60em;
}

.wp-block-pullquote blockquote{
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
}
.wp-block-pullquote blockquote cite:before{
    display: none;
}
.wp-block-pullquote blockquote cite {
    padding-bottom: 10px;
    margin: 0 !important;
}
.wp-block-pullquote p {
    margin-bottom: 9px !important;
}
.wp-block-pullquote{
    border-bottom: 4px solid;
    border-top: 4px solid;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}
.wp-block-quote.is-style-large{
    font-size: 32px;
    margin: 26px 0;
    padding: 0 60px;
}
blockquote[style="text-align:right"]:before {
    position: absolute;
    right: 0px;
    top: 6px;
    left: auto;
}
blockquote[style="text-align:right"] {
    padding: 0 61px 0 0;
    margin: 6px 0;
    font-size: 20px;
    line-height: 1.5;
}
/* End Blockquotes */

/* hr */
hr{
    margin: 30px 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
hr.wp-block-separator{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots{
    width: 100%;
}

/* end hr */

/* Dropcap */

/*FORMS*/

/* Default listing */
dl{
    margin-bottom: 20px;
}

dl dt{
    font-weight: 600;
}

dl dd{
    margin: 0 0 20px 0;
}

ul,
ol {
    padding: 0;
    margin: 7px 0 18px 0;
}

ul ol,
ul ul,
ol ol,
ol ul,
.widget ul,
.widget ol {
    margin-bottom: 0;
}

li ul,
li ol {
    padding-left: 17px;
}

ul li,
ol li {
    padding: 0 0 7px 0;
    margin: 0;
}

ul li:last-child,
ol li:last-child {
    padding-bottom: 0;
}

.main_wrapper ul li,
.main_footer ul li{
    list-style: none;
}
.main_footer ul li,
.main_footer ol li{
    padding: 0 0 5px 0;
}
.content-container ul > li:before{
    content: "\f0c8";
    font: normal normal normal 7px/1 FontAwesome;
    font-size: 7px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
ul.gt3_circle > li:before{
    content: '\f111';
    font: normal normal normal 7px/1 FontAwesome;
    font-size: 7px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.font-awesome-4-shim .content-container ul > li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.content-container ul > li.product:before{
    content: '';
    display: none !important;
}
.top_footer strong{
    font-weight: 600;
}

.top_footer a{
    color: inherit;
}

.main_wrapper #main_content ul[class*='gt3_list_'] li{
    padding: 0 0 8px 0;
    list-style: none;
}

.main_wrapper #main_content ul[class*='gt3_list_'] li:before,
.main_wrapper .elementor-section ul[class*='gt3_list_'] li:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    line-height: 1em;
    position: static;
    right: auto;
    display: inline-block;
    margin-right: 9px;
    content: '\f00c';
    vertical-align: baseline;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main_wrapper #main_content ul.gt3_list_check_circle li:before,
.main_wrapper .elementor-section ul.gt3_list_check_circle li:before{
    content: '\f05d';
}

.main_wrapper #main_content ul.gt3_list_check_square li:before,
.main_wrapper .elementor-section ul.gt3_list_check_square li:before{
    content: '\f046';
}

.main_wrapper #main_content ul.gt3_list_angle_left li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_left li:before{
    content: '\f104';
}

.main_wrapper #main_content ul.gt3_list_angle_right li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_right li:before{
    content: '\f105';
}

.main_wrapper #main_content ul.gt3_list_angle_up li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_up li:before{
    content: '\f106';
}

.main_wrapper #main_content ul.gt3_list_angle_down li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_down li:before{
    content: '\f107';
}

.main_wrapper #main_content ul.gt3_list_plus li:before,
.main_wrapper .elementor-section ul.gt3_list_plus li:before{
    content: '\f067';
}

.main_wrapper #main_content ul.gt3_list_times li:before,
.main_wrapper .elementor-section ul.gt3_list_times li:before{
    content: '\f00d';
}

.main_wrapper #main_content ul.gt3_list_caret_down li:before,
.main_wrapper .elementor-section ul.gt3_list_caret_down li:before{
    content: '\f0d7';
}
.main_wrapper #main_content ul.gt3_list_disc li:before,
.main_wrapper .elementor-section ul.gt3_list_disc li:before{
    content: "\2022";
}
ul.gt3_list_disc li:before {
    content: "\2022" !important;
    display: inline-block !important;
    margin-right: 10px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main_wrapper #main_content ul.gt3_list_line li:before,
.main_wrapper .elementor-section ul.gt3_list_line li:before{
    width: 26px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background-color: currentColor;
}

.main_wrapper .sidebar-container .widget_categories ul li > a,
.main_wrapper .sidebar-container .widget_product_categories ul li > a,
.main_wrapper .sidebar-container .widget_layered_nav ul li > a{
    display: inline-block;
    padding-right: 5px;
    padding-left: 0;
    -webkit-transition: padding-left .4s;
       -moz-transition: padding-left .4s;
        -ms-transition: padding-left .4s;
            transition: padding-left .4s;
    letter-spacing: 0;
    text-transform: capitalize;
    color: inherit;
    text-transform: uppercase;
}
ol {
    counter-reset: li;
}
ol > li {
    list-style: none;
    counter-increment: li;
}
ol > li:before{
    content: "."counter(li);
    font-size: inherit;
    width: auto;
    line-height: inherit;
    display: inline-block;
    margin-left: 0;
    margin-right: 0.3em;
    text-align: right;
    direction: rtl;
    font-weight: inherit;
}

/* C U S T O M   C L A S S E S */

/*WPML*/
#lang_sel_list{
    display: inline-block !important;
    float: right !important;
    margin-left: -10px;
    padding: 11px 25px 0 0;
}

/* main header */

/* ie9 */
.ie_9 .bottom_header{
    display: table !important;
    width: 100% !important;
}

.ie_9 .bottom_header > .header_side{
    display: table-cell !important;
}

.ie_9 .icon-position-left .icon_container,
.ie_9 .icon-position-left .stat_count_wrapper,
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows,
.ie_9 .gt3_module_title h2,
.ie_9 .gt3_module_title h3{
    display: table-cell !important;
}

.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows{
    text-align: right !important;
}

.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > nav{
    height: 100% !important;
}

/* ie9 end */

/* H E A D E R */
.gt3_header_builder__section {
    background: #262626;
    color: #e9e9e9;
    border-bottom: 1px #3c3c3c solid;
}
.gt3_header_builder__section-container {
    max-width: 1170px;
    margin: 0 auto;
    min-height: 115px;
}
.gt3_header_builder__section a:hover,
.gt3_header_builder__section .menu-item.active_item > a,
.gt3_header_builder__section .current-menu-item a,
.gt3_header_builder__section .current-menu-ancestor > a {
    color:#fff;
}
/* sub menu styles */
.main-menu ul li ul.sub-menu,
.mobile_menu_container {
    background-color: #ffffff;
    color: #778587;
}
.main-menu ul.sub-menu li.menu-item:hover > a:hover,
.main-menu .current_page_item,
.main-menu .current-menu-item,
.main-menu .current-menu-ancestor {
    color:#414141;
}

.header_side_container{
    display: inline-block;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.Leftalignside{
    text-align: left;

    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
}

.Rightalignside{
    text-align: right;

    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
}

.Leftalignside .header_side_container > div,
.Leftalignside .header_side_container > nav{
    padding-right: 40px;
}

.Leftalignside .header_side_container > *:last-child{
    padding-right: 0;
}

.Rightalignside .header_side_container > div,
.Rightalignside .header_side_container > nav{
    padding-left: 40px;
}

.Rightalignside .header_side_container > *:first-child{
    padding-left: 0;
}

.Centeralignside .header_side_container > div,
.Centeralignside .header_side_container > nav{
    padding-right: 20px;
    padding-left: 20px;
}

.bottom_header.empty_center_side .Leftalignside,
.bottom_header.empty_center_side .Rightalignside{
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.Centeralignside{
    text-align: center;
}

.bottom_header .header_bar{
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bottom_header .header_bar p{
    margin-bottom: 0;
}

#sbc-search{
    display: flex;
}

/* end main header */

/* logo */
.logo_container{
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    vertical-align: middle;
}

.logo_container:before{
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.logo_container img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.logo_container .site-title {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}

.logo_container a{
    display: block;
    color: inherit;
}

.logo_container .sticky_logo{
    display: none;
}

.sticky_header .logo_container .sticky_logo{
    display: block;
}

.sticky_header .logo_container.sticky_logo_enable .site-title,
.sticky_header .logo_container.sticky_logo_enable .default_logo,
.logo_container.mobile_logo_enable .mobile_logo,
.logo_container.tablet_logo_enable .tablet_logo{
    display: none;
}

body.single.single-gallery .sticky_header{
    display: none;
}

@media only screen and (max-width: 1199px){
    .logo_container.tablet_logo_enable .default_logo,
    .logo_container.tablet_logo_enable .site-title,
    .sticky_header .logo_container.tablet_logo_enable .sticky_logo + .tablet_logo{
        display: none;
    }
    .logo_container.tablet_logo_enable .tablet_logo{
        display: block;
    }
}
@media only screen and (max-width: 768px){
    .logo_container.mobile_logo_enable .default_logo,
    .logo_container.tablet_logo_enable.mobile_logo_enable .tablet_logo,
    .logo_container.mobile_logo_enable .site-title{
        display: none;
    }

    .logo_container.mobile_logo_enable .mobile_logo{
        display: block;
    }
    .sticky_header .logo_container.mobile_logo_enable.sticky_logo_enable .mobile_logo{
        display: none;
    }
}

/* end logo */

/* menu style */
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu > ul:after,
.main-menu > div > ul:after{
    display: table;
    clear: both;
    content: '';
}

.main-menu > ul > li,
.main-menu > div > ul > li{
    height: 100%;
}

.main-menu > ul > li,
.main-menu > div > ul > li{
    margin: 0 18px;
}

.main-menu > ul > li > a,
.main-menu > div > ul > li > a{
    margin: 0;
    padding: 0 1px;
    opacity: 1;
    z-index: 1;
    padding-right: 1.3em;
    color: inherit;
    position: relative;
    display: block;
    transition: all .2s;
}
.main-menu > ul > li > a:before,
.main-menu > div > ul > li > a:before{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    opacity: 0;
    border-top: 2px solid;
    will-change: transform;
}
.main-menu > ul > li.current-menu-item > a:before,
.main-menu > ul > li > a:hover:before,
.main-menu > div > ul > li > a:hover:before{
    opacity: 1;
}
@media only screen and (max-width: 1199px){
    .gt3_header_builder .mobile_menu_container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .gt3_header_builder .main-menu > ul > li.current-menu-item > a:before,
    .gt3_header_builder .main-menu > ul > li > a:hover:before,
    .gt3_header_builder .main-menu > div > ul > li > a:hover:before{
        display: none;
    }
    .gt3_header_builder .logo_container{
        padding-left: 20px;
    }
    .gt3_header_builder .middle_right {
        padding-right: 20px;
    }
}
.main-menu ul li,
.column_menu ul li{
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.main-menu ul li ul.sub-menu,
.column_menu ul li ul.sub-menu{
    width: 220px;
    display: block;
    position: absolute;
    left: 0;
    padding: 15px 0;
    margin: 0;
    z-index: 555;
    opacity: 0;
    text-align: left;
    visibility: visible;
    top: calc(100% + 3px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.mobile_menu_container .main-menu ul li ul.sub-menu{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-menu ul li.gt3_megamenu_active ul.sub-menu{
    padding: 7px 0;
    padding-bottom: 9px;
}

.main-menu > ul > li:after{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 18px;
    content: '';
}

.main-menu ul li:hover > ul{
    visibility: visible;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
.main-menu ul li ul.sub-menu ul.sub-menu{
    top: 0;
    left: 101%;
    margin-top: -15px;
}
.main-menu ul li ul.sub-menu li{
    display: block;
    float: none;
}

.main-menu a{
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
        -ms-transition: all 200ms;
            transition: all 200ms;
}

.main-menu ul li ul li > a > span{
    padding-bottom: 2px;
    position: relative;
}

.gt3_header_builder_menu_component .main-menu > ul li.menu-item-has-children > a:after{
    content:"\f105";
    font-family:'FontAwesome';
    right: 0;
    top: 0;
    position: absolute;
    -webkit-transform: rotate(90deg) scale(1.2);
    -ms-transform: rotate(90deg) scale(1.2);
    transform: rotate(90deg) scale(1.2);
    display: block;
    font-size: 1em;
    line-height: inherit;
}
.gt3_header_builder_menu_component .main-menu > ul li ul.sub-menu li.menu-item-has-children > a:after{
    -webkit-transform: rotate(0deg) scale(1.2);
    -ms-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
}
.gt3_header_builder > .mobile_menu_container .main-menu > ul li.menu-item-has-children > a:after{
    display: none;
}

.main-menu ul li ul .menu-item{
    padding: 4px 20px;
}

.main-menu ul li ul .menu-item > a{
    font-size: .9em;
    font-weight: 400;
    line-height: 22px;
    display: block;
    width: 100%;
    opacity: 1;
    color: inherit;
    position: relative;
}

.top-menu.main-menu ul li ul .menu-item > a{
    font-size: 1em;
}
.elementor-widget-gt3-core-gallerypackery .hover_type4 .wrapper .img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
    pointer-events: none;
    opacity: 0;
    background-color: #343845;
}
.main-menu ul li ul .menu-item > a:hover,
.main-menu ul li ul .menu-item.current-menu-item > a{
    opacity: 1;
}

.main-menu > ul > li:nth-last-child(1) > .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu{
    right: 0;
    left: auto;
}

.main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu{
    right: 101%;
    left: auto;
}

.main-menu > ul > li > .sub-menu .sub-menu:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    content: '';
}

.main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu:after{
    right: -4px;
    left: auto;
}

.Leftalignside .main-menu ul li ul{
    right: auto;
    left: 0;
}

.Leftalignside .main-menu > ul > li ul .sub-menu{
    right: auto;
    left: 101%;
}

.Leftalignside .main-menu > ul > li:nth-last-child(1) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(2) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(3) > .sub-menu{
    right: auto;
    left: 0;
}

.Leftalignside .main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu{
    right: auto;
    left: 101%;
}

.gt3_header_builder .menu_item_line{
    position: absolute;
    top: 0;
    height: 3px;
    -webkit-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
    -moz-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
    transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
}

.gt3_megamenu_triangle_container{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gt3_megamenu_triangle{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    margin-left: -30px;
}

.gt3_megamenu_triangle:after,
.gt3_megamenu_triangle:before{
    display: none;
}

.main-menu > ul > li:nth-last-child(1) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(2) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(3) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(1) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(2) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(3) > .sub-menu:after{
    right: 20px;
    left: auto;
    display: none;
}

/* end menu style */

/* mega menu */
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu{
    right: auto !important;
    left: 50% !important;
    width: auto;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li{
    display: table-cell;
    width: 230px;
    min-width: 230px;
    padding-right: 30px;
    padding-left: 30px;
    vertical-align: baseline;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li,
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
    width: 190px;
    min-width: 190px;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
    position: relative;
    right: auto !important;
    left: auto !important;
    margin-top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    border: none;
    background-color: transparent;
}

.gt3_header_builder__container .main-menu > ul > li.gt3_megamenu_active > ul:before,
.gt3_header_builder__container .main-menu > ul > li.gt3_megamenu_active > ul:after{
    display: none;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul > li{
    padding-right: 0;
    padding-left: 0;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active:hover > .sub-menu > li > ul{
    visibility: visible;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:hover{
    z-index: 2;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a{
    font-size: 1em;
    font-weight: 400;
    margin-top: 17px;
    margin-bottom: 7px;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a > span:after{
    opacity: 0;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a:hover > span:after{
    opacity: 1;
}

.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:after{
    display: none;
}

.gt3_header_builder__container .main-menu .sub-menu.gt3_menu_background_active{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.mobile_menu_container .main-menu .sub-menu.gt3_menu_background_active{
    background-image: none !important;
}

div.mobile_menu_container .main-menu .gt3_megamenu_active > .sub-menu{
    left: 0 !important;
    padding-right: 0 !important;
    padding-left: 15px !important;
}

/* end mega menu */

/* sticky header */
.sticky_header{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
}

.sticky_header .column_menu > .menu{
    visibility: hidden;
}

.add_space_between_content_and_viewport .sticky_header > .container{
    width: -webkit-calc(100% - 74px);
    width:         calc(100% - 74px);
}

.sticky_header.header_sticky_shadow{
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, .1);
}

.admin-bar .sticky_header{
    top: 32px;
}

.sticky_header.sticky_on{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.sticky_header.sticky_on .column_menu > .menu{
    visibility: visible;
}

/* end sticky header */
@media screen and (max-width: 780px){
    .admin-bar .sticky_header{
        top: 46px;
    }
}
@media screen and (max-width: 600px){
    .admin-bar .sticky_header{
        top: 0;
    }
}
@media screen and (max-width: 599px){
    div[id*=wpadminb]{
        top: -46px !important;
    }
}

/* header responsive */
@media (max-width: 1499px){
    .bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > div,
    .bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > nav{
        padding-right: 10px;
    }

    .bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > div,
    .bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > nav{
        padding-left: 10px;
    }

    .bottom_header:not(.empty_center_side) .main-menu > ul > li > a > span,
    .bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a > span{
        font-size: .9em;
    }

    .bottom_header:not(.empty_center_side) .main-menu > ul > li > a,
    .bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a{
        padding: 0 7px;
    }
}

@media (max-width: 1249px){
    .Leftalignside .header_side_container > div,
    .Leftalignside .header_side_container > nav{
        padding-right: 10px;
    }

    .Rightalignside .header_side_container > div,
    .Rightalignside .header_side_container > nav{
        padding-left: 10px;
    }

    .bottom_header:not(.empty_center_side) .main-menu > ul > li > a,
    .bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a{
        padding: 0 5px;
    }

    .bottom_header:not(.empty_center_side) .bottom_header_right,
    .bottom_header:not(.empty_center_side) .bottom_header_left{
        display: none;
    }
}

@media (max-width: 991px){
    .top_header .top-menu > .menu{
        font-size: .75em;
    }

    .main-menu > ul > li > a,
    .main-menu > div > ul > li > a{
        padding: 0 10px;
    }

    .top_header_wrapper .main-menu > ul > li > a,
    .top_header_wrapper .main-menu > div > ul > li > a{
        margin: 0;
        padding: 0 7px;
    }

    .gt3_twitter .twitter_text a{
        word-break: break-all;
    }
}

/* Navigation Toggle */
.mobile-navigation-toggle,
.mobile-navigation_column-toggle{
    line-height: 40px;
    position: relative;
    z-index: 1;
    display: none;
    overflow: visible;
    width: 40px;
    height: 24px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-align: center;
    vertical-align: middle;
}

.toggle-inner,
.toggle-inner:before,
.toggle-inner:after,
.home2_form input[type='submit'].wpcf7-form-control{
    background-color: #fff;
}

.toggle-box{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 24px;
    vertical-align: middle;
}

.toggle-inner{
    top: 50%;
    display: block;
    margin-top: -1px;
}

.toggle-inner,
.toggle-inner:before,
.toggle-inner:after{
    position: absolute;
    width: 25px;
    height: 0;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property:         transform;
    transition-property:         transform, -webkit-transform;
    border-top: 2px solid;
}

.toggle-inner:before,
.toggle-inner:after{
    display: block;
    content: '';
}

.toggle-inner:before{
    top: -9px;
}

.toggle-inner:after{
    bottom: -7px;
}

.mobile-navigation-toggle:before,
.mobile-navigation_column-toggle:before{
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.mobile-navigation-toggle .toggle-inner,
.mobile-navigation_column-toggle .toggle-inner{
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .1s;
}

.mobile-navigation-toggle .toggle-inner:before,
.mobile-navigation_column-toggle .toggle-inner:before{
    transition: top .1s .14s ease, opacity .1s ease;
}

.mobile-navigation-toggle .toggle-inner:after,
.mobile-navigation_column-toggle .toggle-inner:after{
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
}

.mobile-navigation-toggle.is-active .toggle-inner,
.mobile-navigation_column-toggle.is-active .toggle-inner{
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.mobile-navigation-toggle.is-active .toggle-inner:before,
.mobile-navigation_column-toggle.is-active .toggle-inner:before{
    top: 0;
    transition: top .1s ease, opacity .1s .14s ease;
    opacity: 0;
}

.mobile-navigation-toggle.is-active .toggle-inner:after,
.mobile-navigation_column-toggle.is-active .toggle-inner:after{
    bottom: 0;
    transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.mobile_menu_container.sticky_on{
    position: fixed;
    left: 0;
    width: 100%;
    overflow-y: auto;
}
.mobile_menu_container:not(.sticky_on){
    max-height: none !important;
}

.mobile_menu_container,
.mobile_column_menu_container{
    font-size: 0;
    line-height: 0;
}

.mobile_menu_container .main-menu,
.mobile_column_menu_container .main-menu{
    z-index: 0;
    display: none;
    width: 100%;
    height: auto;
}

.mobile_menu_container .main-menu > ul > li > a,
.mobile_menu_container .main-menu > div > ul > li > a{
    width: 100%;
    padding: 0;
}

.mobile_menu_container .main-menu > ul.mobile_view_on,
.mobile_menu_container .main-menu > div > ul.mobile_view_on{
    position: relative;
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.mobile_menu_container .main-menu ul.mobile_view_on li{
    display: block;
    float: none;
    height: auto;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.mobile_menu_container .main-menu ul.mobile_view_on li a{
    padding: 10px 0 10px 0;
}

.main-menu .mobile_switcher{
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
}

.column_menu .mobile_switcher{
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.mobile_menu_container .main-menu ul li ul li.menu-item-has-children:after,
.mobile_menu_container .main-menu > ul > li.menu-item-has-children > a:after{
    display: none;
}

.main-menu .mobile_switcher:before,
.column_menu .mobile_switcher:before{
    position: absolute;
    right: 18px;
    bottom: 50%;
    bottom: calc(50% - 4px);
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    opacity: .7;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}

.column_menu .mobile_switcher:before{
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.mobile_menu_container .main-menu ul li ul{
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: 0ms;
            transition: all 0ms;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    border: none;
    background-color: transparent;
}

.mobile_menu_container .main-menu > ul > li > ul:before,
.mobile_menu_container .main-menu > ul > li > ul:after{
    display: none;
}

.mobile_menu_container .main-menu ul li ul ul{
    top: 0;
    left: 0 !important;
    margin: 0;
}

.mobile_menu_container .main-menu ul li ul li:hover > a{
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

/* gt3_currency_switcher && gt3_lang_switcher */
.gt3_currency_switcher,
.gt3_lang_switcher{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.gt3_currency_switcher:after,
.gt3_lang_switcher:after{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
}

.gt3_currency_switcher > a:after,
.gt3_lang_switcher > a:after{
    font-size: .875em;
    content: ' +';
}

.gt3_currency_switcher ul,
.gt3_lang_switcher ul{
    position: absolute;
    z-index: 555;
    top: 100%;
    right: 0;
    display: block;
    visibility: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    min-width: 230px;
    margin-top: 6px;
    padding: 10px 0;
    list-style: none;
    -webkit-transition: all .2s .2s;
       -moz-transition: all .2s .2s;
        -ms-transition: all .2s .2s;
            transition: all .2s .2s;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    text-align: left;
    opacity: 0;
    border: 1px solid rgba(243, 243, 243, 1);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
}

.gt3_currency_switcher ul li,
.gt3_lang_switcher ul li{
    font-size: 1em;
    line-height: 1.6;
    padding: 5px 25px 5px 20px;
}

.gt3_currency_switcher:hover ul,
.gt3_lang_switcher:hover ul{
    visibility: visible;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

/* end gt3_currency_switcher */

/* B L O G */
.gt3_module_blog,
.gt3_module_featured_posts{
    text-align: left;
}

.gt3_module_blog .blog_post_preview .blogpost_title i{
    color: inherit;
}
.gt3_module_blog .blog_post_preview.format-standard .packery_content_wrap .icon_custom_svg {
    font-size: 30px;
    position: absolute;
    left: 31px;
    top: 2px;
}
.gt3_module_blog .packery_content_wrap .icon_custom_svg svg {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.gt3_module_blog.items4 .blog_post_preview h2 a{
    line-height: inherit;
}

.gt3_module_blog .blog_post_preview h2,
 .elementor-widget-gt3-core-blog .blogpost_title{
    line-height: 1.1;
    font-size: 32px;
    color: inherit;
}

.blog_content .gt3_module_button a{
    font-size: 1em;
    font-weight: 500;
    line-height: 14px;
    padding: 0;
    border: none;
}

.blog_content .gt3_module_button a:hover{
    padding: 0;
    border: none;
    background-color: transparent;
}

.blog_alignment_center .blog_post_preview{
    text-align: center;
}

.blog_alignment_right .blog_post_preview{
    text-align: right;
}

.blog_alignment_justify .blog_post_preview{
    text-align: justify;
}

.spacing_beetween_items_30{
    margin: -30px 0 0 -30px;
}

.spacing_beetween_items_25{
    margin: -25px 0 0 -25px;
}

.spacing_beetween_items_20{
    margin: -20px 0 0 -20px;
}

.spacing_beetween_items_15{
    margin: -15px 0 0 -15px;
}

.spacing_beetween_items_10{
    margin: -10px 0 0 -10px;
}

.spacing_beetween_items_5{
    margin: -5px 0 0 -5px;
}

.spacing_beetween_items_30 .item_wrapper{
    padding-top: 30px;
    padding-left: 30px;
}
.spacing_beetween_items_25 .item_wrapper{
    padding-top: 25px;
    padding-left: 25px;
}

.spacing_beetween_items_20 .item_wrapper{
    padding-top: 20px;
    padding-left: 20px;
}

.spacing_beetween_items_15 .item_wrapper{
    padding-top: 15px;
    padding-left: 15px;
}

.spacing_beetween_items_10 .item_wrapper{
    padding-top: 10px;
    padding-left: 10px;
}

.spacing_beetween_items_5 .item_wrapper{
    padding-top: 5px;
    padding-left: 5px;
}

.spacing_beetween_items_5 .blog_post_preview{
    margin-bottom: 5px;
}

.spacing_beetween_items_10 .blog_post_preview{
    margin-bottom: 10px;
}

.spacing_beetween_items_15 .blog_post_preview{
    margin-bottom: 15px;
}

.spacing_beetween_items_20 .blog_post_preview{
    margin-bottom: 20px;
}

.spacing_beetween_items_25 .blog_post_preview{
    margin-bottom: 25px;
}

.spacing_beetween_items_30 .blog_post_preview{
    margin-bottom: 30px;
}

.gt3_module_featured_posts .slick-list .slick-slide{
    padding-right: 0;
    padding-left: 0;
}

.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content,
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content,
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog_post_preview.format-quote .blog_content{
    position: relative;
    z-index: 1;
}
.blog_post_preview.format-quote .blog_content:before{
    background-image: url(../img/blog_quote.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 225px 163px;
    background-position: right -20px;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}
.single.single-post .blog_post_preview.format-quote .blog_content:before,
.archive.category .blog_post_preview.format-quote .blog_content:before,
.blog_post_preview.format-quote .blog_content .gt3_post_footer,
.blog_post_preview.format-quote .blog_content .listing_meta_wrap,
.blog_post_preview.format-quote .blog_content .blog_item_description{
    display: none;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content .listing_meta {
    margin-bottom: 0;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content .listing_meta,
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content .listing_meta {
    margin-bottom: 5px;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content > .listing_meta_wrap,
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content > .listing_meta_wrap,
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content > .blogpost_title {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content > .listing_meta_wrap {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
}
.post_has_media_content-yes.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content > .blogpost_title,
.post_has_media_content-yes.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content > .blogpost_title {
    display: none;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content > .listing_meta_wrap .listing_meta{
    letter-spacing: 0;
}
.elementor-widget-gt3-core-blog:not(.post_has_media_content-yes) .items1 .blog_post_preview {
    border-bottom: 1px solid;
    padding-bottom: 31px;
}
.elementor-widget-gt3-core-blog:not(.post_has_media_content-yes) .items1 .blog_post_preview:last-child{
    border: none;
}
/* Slider */
.blog_post_preview.format-gallery .slick-slide{
    position: relative;
    padding: 0;
}
.blog_post_preview.format-gallery .slick-list:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    content: '';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0.4) 100%);
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging {
    position: absolute;
    left: auto;
    top: auto;
    right: 66px;
    bottom: 28px;
    padding: 0;
    margin: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging li {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging li span {
    padding: 0 2px;
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging li:before,
.blog_post_preview.format-gallery .gt3_custom_slick_paging li:not(.slick-active),
.slider-wrapper.oneImage .gt3_custom_slick_paging {
    display: none;
}
.blog_post_preview.format-gallery .slick-arrow{
    width: 40px;
    height: 24px;
    background: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    bottom: 28px;
    top: auto;
    border-radius: 0;
    transition: opacity 0.3s;
    opacity: 1;
}
.blog_post_preview.format-gallery .slick-arrow:hover{
    opacity: 0.7;
}
.blog_post_preview.format-gallery .slick-prev.slick-arrow{
    left: auto;
    right: 87px;
}
.blog_post_preview.format-gallery .slick-next.slick-arrow{
    left: auto;
    right: 5px;
}

.blog_post_preview.format-gallery .slick-prev.slick-arrow:before,
.blog_post_preview.format-gallery .slick-next.slick-arrow:before {
    content: "\f105";
    font-size: 24px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    margin-top: -22px;
    display: inline-block;
    padding: 5px;
    border: none;
}

.font-awesome-4-shim .blog_post_preview.format-gallery .slick-prev.slick-arrow:before,
.font-awesome-4-shim .blog_post_preview.format-gallery .slick-next.slick-arrow:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.blog_post_preview.format-gallery .slick-prev.slick-arrow:before{
    content: "\f104";
}
.blog_post_preview.format-gallery .slick-prev.slick-arrow:after,
.blog_post_preview.format-gallery .slick-next.slick-arrow:after {
    content: '';
    border: none;
}

/* Slider end */

/*module carousel*/
.gt3_module_carousel .spacing_beetween_items_30,
.gt3_module_carousel .spacing_beetween_items_25,
.gt3_module_carousel .spacing_beetween_items_20,
.gt3_module_carousel .spacing_beetween_items_15,
.gt3_module_carousel .spacing_beetween_items_10,
.gt3_module_carousel .spacing_beetween_items_5{
    margin-left: 0;
}

.gt3_module_carousel .spacing_beetween_items_30 .item_wrapper{
    padding-right: 15px;
    padding-left: 15px;
}

.gt3_module_carousel .spacing_beetween_items_25 .item_wrapper{
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.gt3_module_carousel .spacing_beetween_items_20 .item_wrapper{
    padding-right: 10px;
    padding-left: 10px;
}

.gt3_module_carousel .spacing_beetween_items_15 .item_wrapper{
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.gt3_module_carousel .spacing_beetween_items_10 .item_wrapper{
    padding-right: 5px;
    padding-left: 5px;
}

.gt3_module_carousel .spacing_beetween_items_5 .item_wrapper{
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.gt3_module_featured_posts .spacing_beetween_items_30 .slick-list{
    margin-right: -15px;
    margin-left: -15px;
}

.gt3_module_featured_posts .spacing_beetween_items_25 .slick-list{
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.gt3_module_featured_posts .spacing_beetween_items_20 .slick-list{
    margin-right: -10px;
    margin-left: -10px;
}

.gt3_module_featured_posts .spacing_beetween_items_15 .slick-list{
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gt3_module_featured_posts .spacing_beetween_items_10 .slick-list{
    margin-right: -5px;
    margin-left: -5px;
}

.gt3_module_featured_posts .spacing_beetween_items_5 .slick-list{
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.isotope_blog_items{
    margin-top: 0 !important;
}

.isotope_blog_items .item_wrapper{
    padding-top: 0 !important;
}

.isotope_blog_items .blog_post_preview{
    float: left;
    margin-right: 0 !important;
}

.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview{
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.items2 .blog_post_preview{
    width: calc(50% - .5px);
}

.items3 .blog_post_preview{
    width: calc(33.3333% - .5px);
}

.items4 .blog_post_preview{
    width: calc(25% - .5px);
}

.blog_post_preview.element,
.gt3_module_carousel .blog_post_preview{
    margin-right: 0;
}

.per_column_wrap .blog_post_preview{
    display: block;
    width: 100%;
    margin-right: 0;
}

.blog_post_media,
.elementor-widget-gt3-core-blog .blog_post_media {
    margin-bottom: 35px;
}
a > .blog_post_media{
    overflow: hidden;
}

.blog_post_media .slider-wrapper{
    overflow: hidden;
}
.items2 .blog_post_media .slider-wrapper{
    margin-bottom: -1px;
}

.blog_content .blog_post_media .blog_post_media-animate{
    -webkit-transition: -webkit-transform 4s;
       -moz-transition:    -moz-transform 4s;
        -ms-transition:     -ms-transform 4s;
            transition:         transform 4s;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.blog_content:hover .blog_post_media .blog_post_media-animate{
    -webkit-transform: scale(1.08);
       -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
         -o-transform: scale(1.08);
            transform: scale(1.08);
}

.blog_post_media img{
    max-width: 100%;
    height: auto;
}
.blog_post_media > img{
    max-width: 100%;
    height: auto;
}
.gt3_module_related_posts.gt3_module_featured_posts .blog_post_media img {
    height: auto;
}
.gt3_module_related_posts .item_wrapper .blog_content .blog_post_media{
    margin: -40px -40px 36px -40px;
}
.gt3_module_related_posts.gt3_module_featured_posts .listing_meta{
    margin-bottom: 0;
}
.gt3_module_related_posts.gt3_module_featured_posts .blogpost_title{
    margin-top: 9px;
    line-height: 30px;
}
.gt3_module_related_posts .item_wrapper .blog_content {
    background: #f8f8f8;
    padding: 40px;
    padding-bottom: 32px;
    display: inline-block;
}
.elementor-widget-gt3-core-blog .blog_post_media img,
.gt3_module_blog.items1 .blog_post_media img,
.elementor-widget-gt3-core-blog .blog_post_media img,
.blog_post_preview .blog_post_media img {
    max-width: 100%;
}
.blog_post_media .gt3_video__play_image,
.elementor-widget-gt3-core-blog .blog_post_media {
    overflow: hidden;
    border-radius: 0;
}

.format-audio .blog_post_media{
    padding-bottom: 110px;
}

.format-video .blog_post_media,
.format-audio .blog_post_media{
    position: relative;
    max-width: 100%;
    padding-bottom: 62%;
}

body:not(.single) .format-audio .blog_post_media{
    padding-bottom: 110px;
}

.format-video .blog_post_media.has_post_thumb{
    padding-bottom: 0;
}

.blog_post_media .gt3_video_wrapper__thumb{
    position: relative;
    z-index: 1;
    visibility: visible;
    -webkit-transition: opacity 400ms 200ms, visibility 400ms 200ms;
       -moz-transition: opacity 400ms 200ms, visibility 400ms 200ms;
        -ms-transition: opacity 400ms 200ms, visibility 400ms 200ms;
            transition: opacity 400ms 200ms, visibility 400ms 200ms;
    opacity: 1;
}

.blog_post_media .gt3_video_wrapper__thumb.play_video{
    visibility: hidden;
    opacity: 0;
}

.blog_post_media .gt3_video__play_iframe{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    -webkit-transition: opacity 400ms 200ms;
       -moz-transition: opacity 400ms 200ms;
        -ms-transition: opacity 400ms 200ms;
            transition: opacity 400ms 200ms;
    opacity: 0;
}

.blog_post_media .gt3_video__play_iframe.play_video{
    opacity: 1;
}

.format-video .blog_post_media iframe,
.format-audio .blog_post_media iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.format-video .gt3_video__play_button{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: inline-block;
    box-sizing: border-box;
    width: 116px;
    height: 116px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 50%;
    background: transparent;
    transition: all 300ms;
    margin: -58px 0 0 -58px;
    border: 3px solid;
    border-color: rgba(255, 255, 255, 0.38);
}

.format-video .gt3_video__play_button > svg{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%,-45%);
            transform: translate(-35%,-45%);
    fill: #fff;
    transition: all 300ms;
}
.format-video .gt3_video__play_button:hover > svg{
    fill: #ffffff;
}
.blog_post_preview{
    margin-bottom: 41px;
}
.blog_post_preview.format-standard .blog_content,
.blog_post_preview.format-quote .blog_content,
.blog_post_preview.format-link .blog_content,
.blog_post_preview.format-audio .blog_content{
    padding: 34px 40px 31px 40px;
    -moz-box-shadow: 0px 1px 38px rgba(23, 46, 73, 0.1);
    -webkit-box-shadow: 0px 1px 38px rgba(23, 46, 73, 0.1);
    box-shadow: 0px 1px 38px rgba(23, 46, 73, 0.1);
    word-break: break-word;
}
.single-post .blog_post_preview.format-standard .blog_content,
.single-post .blog_post_preview.format-quote .blog_content,
.single-post .blog_post_preview.format-audio .blog_content{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog_post_preview.format-quote .blog_content{
    padding: 46px 40px 31px 40px;
}
.single-post .blog_post_media.blog_post_media--quote .quote_author,
.single-post .blog_post_media.blog_post_media--quote .quote_text{
    text-align: left;
}
.single-post .blog_post_media.blog_post_media--quote .quote_text a{
    font-size: 30px;
}
.blog_post_media.blog_post_media--quote .quote_author {
    text-align: center;
}
.blog_post_media--quote .quote_text{
    line-height: 1.5;
}
.blog_post_media.blog_post_media--quote .quote_text a,
.blog_post_media.blog_post_media--quote .quote_author,
.blog_post_media--quote .quote_text a:hover{
    color: #ffffff;
}
.blog_post_media, .elementor-widget-gt3-core-blog .blog_post_media {
    margin-bottom: 31px;
}
.elementor-widget-gt3-core-blog .blog_post_media{
    overflow: hidden
}
.gt3_post_footer,
.post_block_info {
    padding-top: 17px;
}
.blog_post_preview .gt3_post_footer {
    padding-top: 0;
}
.blog_post_preview.format-link .blog_content .blog_post_media,
.blog_post_preview.format-quote .blog_content .blog_post_media,
.blog_post_preview.format-audio .blog_content .blog_post_media {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.blog_post_preview.format-audio:not(.single_post_content) .blog_content .blog_post_media {
    margin-top: 9px;
}
.single_post_content .blog_post_media {
    margin-bottom: 20px;
}

span.elementor-drop-cap{
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 60px;
    margin-right: 10px;
}
span.elementor-drop-cap span.elementor-drop-cap-letter {
    font-size: 60px;
    font-weight: 700;
}
.search .listing_meta{
    margin-bottom: 0;
}
.search .blogpost_title{
    margin-bottom: 0;
    margin-top: 0;
}

.gt3_module_featured_posts .listing_meta.upper_text *{
    text-transform: uppercase;
}
.has_post_boxed_content .blog_content .listing_meta > span{
    font-weight: 400;
}
.listing_meta{
    font-size: 12px;
    line-height: 1.5;
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
}
.listing_meta span{
    display: inline;
    vertical-align: middle;
}
.gt3_module_featured_posts .listing_meta{
    margin-bottom: 4px;
}
.gt3_module_blog.packery_wrapper .blog_post_media.blog_post_media--quote .post_media_info{
    padding-right: 10px;
}
.gt3_module_blog.packery_wrapper .blog_post_preview .blog_content .packery_content_wrap{
    padding: 0;
    padding-left: 80px;
    padding-right: 50px;
}
.gt3_module_blog.packery_wrapper .packery_content_wrap{
    position: absolute;
    z-index: 1;
    bottom: 75px;
}
.gt3_module_blog.packery_wrapper .blog_post_preview.format-quote .packery_content_wrap,
.gt3_module_blog.packery_wrapper .blog_post_preview.format-link .packery_content_wrap{
    position: absolute;
    z-index: 1;
    bottom: 149px;
}
.gt3_module_blog.packery_wrapper .packery_blog_item_1 .item_wrapper .blog_content .packery_content_wrap,
.gt3_module_blog.packery_wrapper .packery_blog_item_4 .item_wrapper .blog_content .packery_content_wrap,
.gt3_module_blog.packery_wrapper .packery_blog_item_9 .item_wrapper .blog_content .packery_content_wrap,
.gt3_module_blog.packery_wrapper .packery_blog_item_12 .item_wrapper .blog_content .packery_content_wrap{
    padding: 0;
    padding-left: 80px;
    padding-right: 22.5%;
}
.listing_meta span:last-child:after{
    display: none;
}
.listing_meta > span,
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: uppercase;
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date {
    opacity: .5;
    font-weight: inherit;
}
.listing_meta a{
    vertical-align: middle;
    color: inherit;
}
.listing_meta span.post_comments .post_comments_icon {
    margin-left: 3px;
}
.listing_meta span.post_comments .post_comments_icon svg {
    color: inherit;
    fill: currentColor;
    width: 12px;
    height: auto;
    vertical-align: middle;
    overflow: visible;
}
.icon_custom_svg svg {
    color: inherit;
    fill: currentColor;
}
.listing_meta span.post_author {
    letter-spacing: 0;
}
.blog_post_preview .listing_meta span{
    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;
}
.blog_post_preview:not(.has_post_boxed_content) .listing_meta span:hover{
    opacity: 1;
}
.listing_meta span.post_category a:after {
    content: ',';
    margin-right: 2px;
    color: inherit !important;
}
.listing_meta span.post_category a:last-child:after {
    content: '';
    margin-right: 0;
}
.listing_meta span.post_comments_text {
    display: none;
}
.single-post .single_meta .blog_content .blogpost_title{
    margin-top: 17px;
    margin-bottom: 17px;
}
.single-post .gt3_module_title h2 {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}
.blogpost_title{
    position: relative;
    padding-bottom: 5px;
}
.blogpost_title:first-child{
    margin-bottom: 0;
}
/* gt3_author_box */
.gt3_author_box{
    position: relative;
    padding: 46px 70px 45px 171px;
    margin-top: 46px;
    border-top: none;
    min-height: 100px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(23, 46, 73, 0.09);
            box-shadow: 0px 0px 38px 0px rgba(23, 46, 73, 0.09);
}
.gt3_author_box__avatar{
    width: 101px;
    height: 101px;
    position: absolute;
    left: 40px;
    top: 40px;
}
.gt3_author_box__avatar img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
h3.gt3_author_box__name{
    margin: 0 0 6px 0 !important;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
/* end gt3_author_box */

.blog_content .listing_meta .post_comments a:before{
    content: "\f075";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    margin: 0 7px;
    display: inline-block;
    line-height: inherit;
}
.blog_content .listing_meta .post_author a:before,
.search .blog_content .listing_meta .post_author a:before{
    content: "\f007";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    margin: 0 7px;
    display: inline-block;
    line-height: inherit;
}
.blog_post_media--link .blog_post_media__link_text a{
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}
.blog_post_media--link .blog_post_media__link_text p{
    position: relative;
    margin-bottom: 0;
    color: inherit;
    font-size: 14px;
    line-height: 21px;
    padding-top: 6px;
    margin-left: 0;
    font-style: normal;
}
.blog_post_media--link .blog_post_media__link_text p a{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.packery_wrapper .blog_post_media--link .blog_post_media__link_text a,
.single .blog_post_media--link .blog_post_media__link_text a {
    display: inline-block;
}

.blog_post_media.blog_post_media--quote,
.blog_post_media.blog_post_media--link {
    margin-bottom: 7px;
}
.format-audio .blog_post_media {
    margin-bottom: 20px;
    margin-top: 9px;
}

.blogpost_title i,
.page_title i{
    font-size: .9em;
    margin-right: 10px;
}

.blogpost_title i.fa-thumb-tack,
.page_title i.fa-thumb-tack{
    line-height: 32px;
    width: 32px;
    text-align: center;
}

.page_title i.fa-thumb-tack{
    line-height: 40px;
    width: 40px;
}

.blog_post_media--quote,
.blog_post_media--link{
    position: relative;
}

.blog_post_media--quote:after,
.blog_post_media--link:after{
    display: table;
    clear: both;
    content: '';
}

.gt3_module_featured_posts .blogpost_title{
    padding-bottom: 10px;
}

.gt3_module_featured_posts .blogpost_title a{
    line-height: 30px;
}

.gt3_module_featured_posts .blogpost_title i{
    margin-right: 12px;
}

.post_media_info{
    position: relative;
    display: inline-block;
    float: left;
}
.blog_post_media--quote .post_media_info + .quote_text {
    padding-left: 95px;
    min-height: 65px;
}
.blog_post_media--quote .post_media_info + .quote_text:before {
    display: none;
}

.blog_content p{
    margin-bottom: 25px;
}
.blog_content p:last-child{
    margin-bottom: 0;
}

.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6,
#main_content > h1,
#main_content > h2,
#main_content > h3,
#main_content > h4,
#main_content > h5,
#main_content > h6,
.comment_content > h1,
.comment_content > h2,
.comment_content > h3,
.comment_content > h4,
.comment_content > h5,
.comment_content > h6{
    margin-top: 10px;
    margin-bottom: 10px;
}

.gt3_module_blog:not(.packery_wrapper) .blog_post_preview .listing_meta span,
.search .blog_post_preview .listing_meta span {
    margin-right: 15px;
}
.gt3_module_blog:not(.packery_wrapper) .blog_post_preview .listing_meta span:last-child,
.search .blog_post_preview .listing_meta span:last-child {
    margin-right: 0;
}
/* single post */
.single #main_content > .blog_post_preview{
    margin-bottom: 38px;
}

.single #main_content > .blog_post_preview .blog_content{
    margin: 0;
    padding: 0;
    background: none;
}

.blog_post_preview .blog_content > ul,
.blog_post_preview .blog_content > ol{
    overflow: hidden;
}

.blog_post_preview .blog_content > ul{
    padding-bottom: 17px;
    padding-left: 15px;
}

.blog_post_preview .blog_content > ol{
    margin-bottom: 17px;
}

.blog_post_preview .blog_content > ul.wp-block-latest-posts.is-grid li {
    margin-bottom: 0;
}

/* Comments */
#comments{
    margin: 0 0 25px 0;
    padding: 0;
}
#comments:empty{
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0 !important;
}
.single #main_content > #comments h2,
.page #main_content > #comments h2{
    color: inherit;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}
#respond {
    padding: 0;
    margin: 0;
}
.commentlist #respond {
    margin-bottom: 25px;
}
.gt3_comments_pagination + #respond {
    padding-top: 35px;
    padding-left: 30px;
    padding-bottom: 35px;
    padding-right: 30px;
    margin-top: -20px;
    -webkit-box-shadow: 0 1px 20px -2px rgba(23, 46, 73, 0.1);
    box-shadow: 0 1px 20px -2px rgba(23, 46, 73, 0.1);
    margin-bottom: 40px;
}
#respond form#commentform [class^='span'],
#respond form#commentform > p{
    padding: 0;
}
#respond form#commentform .span6{
    width: calc(50% - 15px);
}
#respond form#commentform *:not(.span6) ~ .span6 ~ .span6{
    float: right;
}
#respond .form_field{
    width: 100%;
}
#respond textarea {
    margin-bottom: 0;
}
#respond .form-submit button {
    margin-top: 20px;
    padding-right: 30px;
    font-weight: 700;
}
#respond .comment-form-cookies-consent + .form-submit button {
    margin-top: 10px;
}
p.form-submit{
    margin-bottom: 0;
}
.comment-reply-title {
    margin-bottom: 11px;
}
.comment-reply-title,
.comment-reply-title small {
    line-height: 1.5;
    font-size: 1em;
}
.comment-reply-title small {
    margin-left: 15px;
}
#cancel-comment-reply-link:hover {
    color: inherit;
}
p.comment-notes{
    margin-bottom: 20px;
}
ol.commentlist{
    position: relative;
    margin: -5px 0 46px 0;
    padding: 0;
    list-style: none;
}
#respond form#commentform p.logged-in-as {
    margin-bottom: 13px;
}
ol.commentlist > li,
ol.commentlist .children > li{
    list-style: none;
    border-top: 1px rgba(148,148,148, 0.1) solid;
}
ol.commentlist > li:first-child {
    border-top: none;
}
ol.commentlist > li > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ol.commentlist > li,
ol.commentlist .children > li,
ul.commentlist li{
    margin: 0;
    padding: 0;
}
ol.commentlist > li:before,
ol.commentlist > li:after,
.commentlist .comment:before {
    display: none;
}
ol.commentlist li .stand_comment {
    padding: 27px 0 29px 100px;
    position: relative;
}
ol.commentlist li.pingback .stand_comment,
ol.commentlist li.trackback .stand_comment {
    padding-left: 0;
}
ol.commentlist li.pingback .stand_comment .commentava,
ol.commentlist li.trackback .stand_comment .commentava {
    padding-left: 0;
}
.thiscommentbody{
    min-height: 78px;
}
ol.commentlist li .commentava{
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 0;
    width: 80px;
    height: 80px;
}
ol.commentlist li .commentava img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
#comments ol.commentlist ul.children {
    padding: 0;
    margin: 0;
}
#comments ol.commentlist ul.children .stand_comment,
#comments ol.commentlist ul.children #respond {
    margin-left: 20px;
}
#comments ol.commentlist ul.children ul.children .stand_comment,
#comments ol.commentlist ul.children ul.children #respond {
    margin-left: 40px;
}
.comment_info{
    padding-right: 90px;
}
.comment_author_says{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
}
.comment_author_says span {
    font-weight: 400;
    font-size: inherit;
}
.comment_info a,
#cancel-comment-reply-link {
    transition: color .3s;
}
.comment_info .listing_meta{
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}
.comment_info .listing_meta *{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.comment_content p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5;
}
.comment_info .listing_meta > span {
   display: none;
}
.comment_info .listing_meta span {
   vertical-align: top;
}
.comment-reply-link {
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 1;
    top: 36px;
    right: 0;
    bottom: auto;
    display: inline-block;
}

.comment-reply-link .post_comments_icon {
    display: inline-block;
    margin-right: 8px;
}
.comment-reply-link .icon_custom_svg {
    vertical-align: middle;
}
.comment-reply-link .icon_custom_svg svg {
    width: auto;
    height: auto;
    max-height: 12px;
}

.learn_more{
    line-height: 21px;
}

.gt3_module_button a.learn_more{
    margin-bottom: 0;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor.alignment_center{
    text-align: center;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor.alignment_right{
    text-align: right;
}
.gt3_module_title .carousel_arrows a span,
.blog_type1 .blogpost_title a span{
    position: relative;
    display: inline-block;
    width: 0;
    height: 1px;
    margin-left: 9px;
    -webkit-transition: all 300ms;
            transition: all 300ms;
    vertical-align: middle;
}

.gt3_module_title .carousel_arrows a span:before,
.blog_type1 .blogpost_title a span:before{
    position: absolute;
    z-index: 5;
    top: -4px;
    right: 0;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-transition: all 300ms;
            transition: all 300ms;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-left: none;
}

.gt3_module_title .carousel_arrows a.left_slick_arrow span:before{
    right: auto;
    left: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.mobile_menu_container .main-menu ul.mobile_view_on > li > ul > li > .sub-menu:first-child{
    display: block !important;
    margin-left: -2px;
}

.blog_post_info > div {
    margin-right: 10px;
}
.blog_post_info > div:last-child {
    margin-right: 0;
}
.blog_post_info,
.gt3_module_button_list {
    line-height: 21px;
}
.blog_post_info,
.blog_post_preview .gt3_module_button_list,
.elementor-widget-gt3-core-blogboxed .gt3_post_footer .gt3_module_button_list {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-top: 13px;
}
.single #main_content > .blog_post_preview .blog_content .post_block_info .blog_post_info{
    margin-top: 8px;
}
.gt3_module_blog.items_type1 .has_post_boxed_content .gt3_module_button_list {
    margin-top: 13px;
}
.blog_post_preview .gt3_module_button_list,
.blog_post_preview .single_meta .listing_meta_wrap,
.elementor-widget-gt3-core-blogboxed .gt3_post_footer .gt3_module_button_list {
    float: left;
}
.blog_post_info {
    font-size: 14px;
    font-weight: 700;
}
.post_share_block {
    position: relative;
}
.post_share_block > a {
    display: block;
    position: relative;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    line-height: inherit;
    text-align: center;
    margin-left: 8px;
    color: inherit;
}
.post_share_block > a svg {
    color: currentColor;
    fill: currentColor;
    width: 19px;
    height: auto;
}
.blog_post_preview .blog_content .gt3_page_title_cats {
    display: none;
}
.blog_post_info .post_share_block span.sharing_title {
    display: none;
}
.post_share_wrap {
    display: block;
    position: absolute;
    right: 100%;
    top: -3px;
    font-size: 0;
    line-height: 0;
    z-index: 555;
    box-shadow: none;
    visibility: hidden;
}
.post_share_block:hover > .post_share_wrap ul li,
.sharing_open .post_share_wrap ul li {
    opacity: 1 !important;
    visibility: visible !important;
}
.sharing_open .post_share_block > a {
    display: none;
}
.post_share_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}
.post_share_wrap ul li {
    margin: 0;
    text-align: center;
    line-height: 21px;
    width: 25px;
    height: 21px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    opacity: 1 !important;
    visibility: hidden;
    transition: all 0ms;
    -webkit-transition: all 0ms;
}
.post_share_wrap ul li:nth-child(1){
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.post_share_wrap ul li:nth-child(2){
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.post_share_wrap ul li:nth-child(3){
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.post_share_wrap ul li:nth-child(4){
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.post_share_wrap ul li:nth-child(5){
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(1){
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(2){
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(3){
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(4){
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(5){
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.post_share_wrap ul li:before {
    display: none;
}
.post_share_wrap a{
    display: block;
}
.post_share_wrap a span {
    display: block;
    line-height: 30px;
    width: 25px;
    font-size: 14px;
    transition: transform 300ms;
    -webkit-transition: -webkit-transform 300ms;
}
.post_share_wrap a:hover .fa-twitter {
    color: #55acee !important;
}
.post_share_wrap a:hover .fa-facebook {
    color: #3b5999 !important;
}
.post_share_wrap a:hover .fa-pinterest {
    color: #bd081c !important;
}
.post_share_wrap a:hover .fa-linkedin {
    color: #0077B5 !important;
}
.post_share_wrap a:hover .fa-envelope {
    color: #dd4b39 !important;
}
.post_share_wrap a .fa {
    transition: all 0ms;
}
.post_share_wrap a .fa {
    color: #c1bfcc !important;
}

/* Likes */
.likes_block,
.post_share_block,
.likes_block span{
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}
.likes_block .icon{
    margin: 0 3px 0 0;
    transition: transform 300ms;
    -webkit-transition: -webkit-transform 300ms;
}
.likes_block .icon:before{
    margin: 0;
    font-size: inherit;
}
.likes_block {
    cursor: pointer;
}
.likes_block.already_liked {
    cursor: default;
}
.likes_block.already_liked .icon:before {
    content:"\f004";
    color: #dd4b39;
}
.like_count,
.like_title{
    transition: color 300ms;
    -webkit-transition: color 300ms;
}
.like_count:empty{
    display: none;
}

.post_block_info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-top: 15px;
}
.post_block_info > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    float: none;
}
.post_block_info > div.blog_post_info {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 110px;
    text-align: right;
}
.has_post_boxed_content .gt3_module_button_list {
    padding-bottom: 32px;
}
.has_post_boxed_content .blog_content {
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.has_post_boxed_content .blog_content .blog_post_media {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
}
.elementor-widget-gt3-core-blog .has_post_boxed_content .blog_post_media {
    margin-bottom: 32px;
}

.gt3_module_blog ul.pagerblock {
    padding-top: 0;
}
/* Pager Block */
ul.pagerblock,
.page-link,
.gt3_comments_pagination{
    margin: 0 0 30px 0;
    padding: 40px 0;
    list-style: none;
    clear: both;
}
.hover_type1 ul.pagerblock {
    padding-top: 45px;
}
.gt3_comments_pagination:empty {
    display: none;
}

ul.pagerblock li:before,
ul.pagerblock li:after{
    display: none !important;
}

ul li ul,
ol li ol ol {
    margin-top: 7px;
}

ul.pagerblock li,
.page-link .page-number,
.gt3_comments_pagination .page-numbers{
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 0;
    vertical-align: top;
}

ul.pagerblock li a,
ul.pagerblock li span,
.page-link .page-number,
.gt3_comments_pagination .page,
.gt3_comments_pagination .page-numbers{
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    -webkit-transition: all 400ms;
            transition: all 400ms;
    text-align: center;
    text-transform: uppercase;
    background: #f3f4f5;
}
.page-link .page-number,
.gt3_comments_pagination .page,
.gt3_comments_pagination .page-numbers{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}
ul.pagerblock li a i,
ul.pagerblock li span i {
    font-size: 1.3em;
    line-height: 45px;
}

.pagerblock li a:hover,
.pagerblock li a:focus {
    color: #ffffff;
}
ul.pagerblock li a.current,
ul.pagerblock li a.current:hover,
.page-link > span.page-number,
.gt3_comments_pagination .page-numbers.current,
span.post-page-numbers.current span.page-number,
.page-link .post-page-numbers:hover .page-number{
    cursor: default;
    border-color: transparent;
    color: #ffffff;
}

/* Style Scroll */

.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar{
    width: 5px;
    background-color: #a7a7a8;
}

.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}

.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar-thumb{
    background-color: #a7a7a8;
}

.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar{
    width: 5px;
    padding-left: 5px;
    background-color: #a7a7a8;
}

.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}

.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar-thumb{
    background-color: #a7a7a8;
}

.select2-container--default.select2-container--open .select2-results > .select2-results__options.select2-results__options::-webkit-scrollbar{
    width: 5px;
    padding-left: 5px;
    background-color: #a7a7a8;
}

.select2-container--default.select2-container--open .select2-results > .select2-results__options.select2-results__options::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}

.select2-container--default.select2-container--open .select2-results > .select2-results__options.select2-results__options::-webkit-scrollbar-thumb{
    background-color: #a7a7a8;
}

/* ! Style Scroll */


/* Select 2 */
span.select2-dropdown{
    border-color: rgba(99,99,99, 0.2);
}
.select2-container--default span.select2-selection--multiple,
.select2-container--default.select2-container--focus span.select2-selection--multiple{
    border-color: rgba(99,99,99, 0.2);
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered{
    display: block;
    height: 49px;
    padding: 0 7px;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li{
    margin: 0;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice{
    margin: 6px 2px;
    border: none;
    background-color: transparent;
}
.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove{
    font-weight: 400;
    margin-right: 3px;
    -webkit-transition: color 200ms;
       -moz-transition: color 200ms;
        -ms-transition: color 200ms;
            transition: color 200ms;
    color: inherit;
}
.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove:hover{
    color: red;
}
.select2-container--default li.select2-results__option:focus{
    outline: none;
}
.select2-container--default li.select2-results__option[aria-selected=true],
.select2-container--default li.select2-results__option[data-selected=true]{
    font-weight: 400;
    background-color: #fafafa;
}
/* Select 2 end */

/* WIDGET STYLES */
aside > .widget,
.main_footer .widget,
.widget li {
    position: relative;
}

aside > .widget + .widget,
.elementor-widget-sidebar > .widget + .widget,
.main_footer .widget + .widget {
    margin-top: 40px;
}

.gt3_burger_sidebar_container aside > .widget + .widget {
    margin-top: 35px;
}

.main_footer .widget.widget_text + .widget.widget_custom_html {
    margin-top: 30px;
}

.main_footer .widget.widget_recent_entries ul li:before {
    display: none;
}
.main_footer .widget.widget_recent_entries a {
    display: inline-block;
}
.main_footer .widget.widget_recent_entries .post-date {
    display: block;
}

aside > .widget:last-child{
    margin-bottom: 35px;
}

.main_footer .widget .gt3_social a{
    line-height: 1.1;
    color: inherit;
}

.widget .gt3-button-cat-wrap-open{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: none;
    width: 15px;
    cursor: pointer;
    text-align: center;
}

.widget .gt3-button-cat-wrap-open:before{
    font-family: Theme_icon;
    line-height: 20px;
    display: inline-block;
    content: '\f106';
    -webkit-transition: transform .3s;
       -moz-transition: transform .3s;
        -ms-transition: transform .3s;
            transition: transform .3s;
}

.widget.open .gt3-button-cat-wrap-open:before{
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
       -moz-transform: rotate3d(1, 0, 0, 180deg);
        -ms-transform: rotate3d(1, 0, 0, 180deg);
            transform: rotate3d(1, 0, 0, 180deg);
}

.widget.widget_text ul li:before,
.widget.widget_product_categories ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_archive ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.main_wrapper ul li:before,
ul.wp-block-archives li:before,
ul.wp-block-categories li:before,
ul.wp-block-latest-posts li:before,
ul.select2-results__options li:before {
    content: '\f111';
    font: normal normal normal 7px/1 FontAwesome;
    font-size: 7px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.main_footer .widget.widget_nav_menu ul li:before{
    content: '';
    margin: 0;
}

.font-awesome-4-shim .widget.widget_text ul li:before,
.font-awesome-4-shim .widget.widget_product_categories ul li:before,
.font-awesome-4-shim .widget.widget_nav_menu ul li:before,
.font-awesome-4-shim .widget.widget_archive ul li:before,
.font-awesome-4-shim .widget.widget_pages ul li:before,
.font-awesome-4-shim .widget.widget_categories ul li:before,
.font-awesome-4-shim .widget.widget_recent_entries ul li:before,
.font-awesome-4-shim .widget.widget_meta ul li:before,
.font-awesome-4-shim .widget.widget_recent_comments ul li:before,
.font-awesome-4-shim .widget.main_wrapper ul li:before,
.font-awesome-4-shim .widget.main_footer ul li:before,
.font-awesome-4-shim ul.wp-block-archives li:before,
.font-awesome-4-shim ul.wp-block-categories li:before,
.font-awesome-4-shim ul.wp-block-latest-posts li:before,
.font-awesome-4-shim ul.select2-results__options li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.widget.main_footer ul li:before {
    color: inherit;
}

.wp-block-latest-comments li:before{
    display: none !important;
}

.widget .calendar_wrap table{
    width: 100%;
    margin: 0;
}

.widget .calendar_wrap table td{
    width: calc(100% / 7);
    padding: 5px 0;
    text-align: center;
}

.widget.widget_text ul li,
.widget.widget_archive ul li,
.gt3_widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav > ul > li,
.widget.widget_product_categories ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li,
#main_content ul.wp-block-archives li,
#main_content ul.wp-block-categories li,
#main_content ul.wp-block-latest-posts li{
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
    -webkit-transition: transform .3s;
       -moz-transition: transform .3s;
        -ms-transition: transform .3s;
            transition: transform .3s;
}
aside .widget.widget_text ul li,
.widget.widget_text ul li li,
.widget.widget_archive ul li li,
.gt3_widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav > ul > li li,
.widget.widget_product_categories ul li li,
.widget.widget_categories ul li li,
.widget.widget_pages ul li li,
.widget.widget_meta ul li li,
.widget.widget_recent_comments ul li li,
.widget.widget_recent_entries ul li li,
.widget.widget_nav_menu ul li li,
#main_content ul.wp-block-archives li li,
#main_content ul.wp-block-categories li li,
#main_content ul.wp-block-latest-posts li li {
    font-size: 1em;
}
.widget.widget_text ul li a,
.widget.widget_product_categories ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_categories ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.main_wrapper ul li a,
.widget.main_footer ul li a,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a{
    font-size: inherit;
    line-height: inherit;
}
.widget.widget_nav_menu ul li ul.sub-menu {
    margin-top: 7px;
}
.main_footer .widget.widget_nav_menu ul li ul.sub-menu{
    margin-top: 5px;
}
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li {
    padding: 15px 0;
    margin: 0;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.widget.widget_nav_menu ul li:first-child,
.widget.widget_categories ul li:first-child{
    padding-top: 0;
}
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li{
    border-color: #f0f1f1;
}
.widget.widget_nav_menu ul li:last-child,
.widget.widget_categories ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget.gt3_widget.woocommerce.widget_price_filter form{
    margin-top: 21px;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a{
    padding: 0;
}

.widget_product_categories ul li:before,
.widget_categories ul li:before{
    line-height: inherit !important;
}

.widget.widget_recent_entries li:after{
    display: table;
    clear: both;
    content: '';
}

.widget_flickr:after{
    display: table;
    clear: both;
    content: '';
}
.main_footer .textwidget p{
    line-height: 1.875em;
    margin-bottom: 10px;
}

.main_footer .textwidget p:last-child{
    margin-bottom: 0;
}

.flickr_widget_wrapper{
    margin-right: -10px;
}

.flickr_widget_wrapper .flickr_badge_image{
    position: relative;
    z-index: 1;
    width: calc(33.33% - 10px);
    max-width: 120px;
    height: calc(33.33% - 10px);
    max-height: 120px;
    display: inline-block;
    vertical-align: top;
}

.flickr_badge_image > a:before{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: opacity 300ms;
    opacity: 0;
    background: #000;
}

.flickr_badge_image > a:hover:before{
    opacity: .3;
}

.calendar_wrap{
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 370px;
    padding: 10px;
    border: none;
    background-color: #fafafa;
}

.calendar_wrap tr{
    border: none;
}

.calendar_wrap caption{
    font-size: 18px;
    line-height: 2.25;
    margin: -10px -11px 10px -10px;
    color: #fff;
    border-bottom: 1px solid #fafafa;
}

.widget .calendar_wrap table td#today{
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.widget .calendar_wrap table td#prev{
    padding-left: 10px;
    text-align: left;
}

.widget .calendar_wrap table td#next{
    padding-right: 10px;
    text-align: right;
}

.widget .calendar_wrap table th{
    padding: 5px 0;
    text-align: center;
}

.widget .calendar_wrap tbody td > a{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.main_footer .calendar_wrap tbody,
.main_footer .widget .calendar_wrap table td#today{
    color: inherit;
}

.widget .calendar_wrap tbody td > a:before{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 29px;
    height: 29px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: #f2f2f2;
}

/* Tag Cloud */
.widget .tagcloud{
    overflow: hidden;
    margin: 0 -5px 0 0;
    padding-top: 7px;
}
.tagcloud a{
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    padding: 7px 10px;
    border-radius: 0;
    margin: 0 2px 5px 0;
    white-space: nowrap;
    display: inline-block;
    transition: all 300ms;
    font-style: normal;
    background: #fafafa;
    text-transform: lowercase;
}
.tagcloud a:hover{
    color: #ffffff;
}
.tagcloud a {
    background: #f8f9fa;
    border: 1px solid #f6f7f8;
}
.tagcloud a:hover{
    background: transparent;
}
/* Instagram */
.widget #sb_instagram{
    padding: 10px 0 0 0 !important;
}

.widget #sbi_images{
    width: calc(100% + 9px) !important;
    margin: 0 0 0 -9px !important;
    padding: 0 !important;
}

.widget #sb_instagram #sbi_images .sbi_item{
    margin: 0 !important;
    padding: 0 0 9px 9px !important;
    border: none !important;
}

.content-container #sb_instagram #sbi_images .sbi_item{
    overflow: hidden;
}

.content-container #sb_instagram .sbi_photo_wrap a{
    position: relative;
    -webkit-transition: -webkit-transform 7s;
       -moz-transition:    -moz-transform 7s;
        -ms-transition:     -ms-transform 7s;
            transition:         transform 7s;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.content-container #sb_instagram .sbi_photo_wrap a:hover{
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
}

#sb_instagram .sbi_photo_wrap a,
#sb_instagram .sbi_photo_wrap a:hover{
    opacity: 1 !important;
}

.widget #sb_instagram .sbi_photo_wrap a:before{
    font-family: Theme_icon;
    font-size: 30px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    content: '\f103';
    -webkit-transition: opacity .4s;
       -moz-transition: opacity .4s;
        -ms-transition: opacity .4s;
            transition: opacity .4s;
    text-align: center;
    opacity: 0;
    color: #fff;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.widget #sb_instagram .sbi_photo_wrap a:hover:before{
    opacity: 1;
}

#sb_instagram{
    position: relative;
}

#sb_instagram #sbi_load{
    position: absolute;
    bottom: 0;
}

#sb_instagram #sbi_load .sbi_follow_btn{
    margin-left: 0;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a{
    font-size: 14px;
    line-height: 15px;
    padding: 6px 15px;
    border-radius: 0;
}

/* Image Widget */
img.rounded,
.elementor img.rounded{
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials_author_wrapper .testimonials_photo img {
    border: 3px solid;
    border-color: #ffffff;
}
.elementor-widget-gt3-core-TestimonialsLite .gt3_testimonial .testimonials_photo{
    margin-bottom: 19px;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials_author_wrapper + .testimonials-text{
    margin-top: 18px;
}
.elementor-widget-gt3-core-TestimonialsLite .gt3_testimonial .testimonials_photo img{
    border-color: #ffffff;
}
.elementor-widget-gt3-core-TestimonialsLite .text_align-center ul.slick-dots {
    text-align: center;
    margin-top: 50px;
}
/* Text Widget */
.textwidget p:last-of-type{
    margin-bottom: 0;
}
.textwidget:after{
    display: table;
    clear: both;
    content: '';
}
.textwidget img{
    max-width: 100%;
    margin: 0 0 20px 0;
    vertical-align: top;
}
.textwidget img.aligncenter{
    margin: 0 auto 15px auto;
}
.textwidget img.alignleft {
    margin-right: 20px;
    margin-bottom: 5px;
}
.textwidget a img{
    margin: 0 auto;
}
.textwidget strong + br {
    margin-bottom: 15px;
}

.alignfull{
    width: 100vw;
    max-width: none;
    margin-left: calc((1170px - 100vw)/2);
}
.alignfull img{
    border-radius: 0;
}
@media only screen and (max-width: 1200px) {
    .alignfull{
        margin-left: calc((950px - 100vw)/2);
    }
}
@media only screen and (max-width: 992px) {
    .alignfull{
        margin-left: calc((728px - 100vw)/2);
    }
}
@media only screen and (max-width: 768px) {
    .alignfull{
        margin-left: calc((560px - 100vw)/2);
    }
}
@media only screen and (max-width: 600px) {
    .alignfull{
        margin-left: calc((420px - 100vw)/2);
    }
}
@media only screen and (max-width: 480px) {
    .alignfull{
        margin-left: -5vw;
    }
}

.blog_content .alignfull{
    margin-left: 0;
    max-width: 100%;
}

#main_content .wp-block-gallery{
    padding-left: 0;
}
#main_content .wp-block-gallery .blocks-gallery-image figcaption,
#main_content .wp-block-gallery .blocks-gallery-item figcaption{
    box-sizing: border-box;
}

#main_content .wp-block-gallery .blocks-gallery-item{
    padding: 0;
}
#main_content .wp-block-gallery .blocks-gallery-item:before{
    display: none !important;
}

#main_content .wp-block-audio{
    margin: 0;
}


/* Dropcap */
.gt3_dropcaps,
.dropcap{
    font-family: inherit;
    font-size: 46px;
    line-height: 1;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

/* footer widget style */
.top_footer{
    font-weight: 400;
}

@media only screen and (min-width: 1100px){
    .top_footer .row{
        margin-right: -2.5%;
        margin-left: -2.5%;
    }
    .gt3_custom_padding_tab.elementor-widget-gt3-core-tabs .gt3_tabs_wrapper > ul > li:last-child a{
        margin-right: 0 !important;
    }

    .top_footer .row [class*=span]{
        padding-right: 2.5%;
        padding-left: 2.5%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
    .top_footer .row [class*=span]{
        display: inline-block;
        float: none;
        width: 50%;
        margin-bottom: 35px;
        vertical-align: top;
    }

    .top_footer .row [class*=span]:nth-last-child(1),
    .top_footer .row [class*=span]:nth-last-child(2){
        margin-bottom: 0;
    }
}

/* end footer widget style  */

/* END WIDGET STYLES */

::-moz-selection{
    color: #fff;
}

::selection{
    color: #fff;
}

/* page 404 */
body.error404 .gt3-page-title{
    margin-bottom: 0 !important;
}

.wrapper_404 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
    padding: 50px 0;
    min-height: calc(100vh - 100px);
    position: relative;
    white-space: nowrap;
    text-align: center;
    background: no-repeat center center;
}

.wrapper_404.hasnt_404_bg {
    min-height: calc(70vh - 100px);
}
.wrapper_404.hasnt_404_bg:before{
    height: calc(70vh - 100px);
}

.wrapper_404.hasnt_404_bg .container_vertical_wrapper {
    margin-top: 0;
}

.wrapper_404.has_404_bg p,
.wrapper_404.has_404_bg .gt3_module_button_list a,
.wrapper_404.hasnt_404_bg .gt3_module_button_list a,
.wrapper_404.has_404_bg .number_404,
.wrapper_404.has_404_bg h3,
.wrapper_404.hasnt_404_bg .gt3_module_button_list a:hover {
    color: #ffffff;
}
.wrapper_404 p{
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 485px;
    display: inline-block;
    text-align: center;
}
.wrapper_404 .number_404{
    font-size: 72px;
    line-height: 78px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
}
.wrapper_404 h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 4px;
}
.wrapper_404 .gt3_module_button_list a{
    border: none;
    padding: 13px 32px;
    text-decoration: none;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wrapper_404 .gt3_module_button_list a:hover{
    background: #ffffff;
}
.search-no-results .wrapper_404{
    margin-top: 10px;
    min-height: 1px;
}
.search-no-results .wrapper_404 h2{
    font-weight: 400;
}
.search-no-results .wrapper_404:before{
    height: auto;
}
.wrapper_404:before{
    display: inline-block;
    height: calc(100vh - 100px);
    content: '';
    vertical-align: middle;
}
.search-no-results .container_vertical_wrapper {
    padding-top: 0;
}

@keyframes circles {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.0);
    }
}

.container_vertical_wrapper{
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: middle;
    white-space: normal;
    padding: 70px 40px;
    position: relative;
    margin-top: 145px;
}
.pp_block .container_vertical_wrapper {
    margin-top: 0px;
}
.error404 .container_vertical_wrapper:before {
    content: '';
    background-image: url(../img/404.png);
    min-width: 405px;
    min-height: 289px;
    font-size: 0;
    line-height: 0;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent !important;
    position: absolute;
    z-index: 1;
    top: -40%;
    right: 0;
    left: 0;
    bottom: 0;
}
span.highlighter{
    display: inline-block;
    padding-right: .05em;
    padding-left: .05em;
}

.gt3_title_line{
    line-height: inherit;
    position: relative;
    z-index: 1;
    width: 140px;
    margin-left: -140px;
    float: left;
}
.gt3_title_line.right{
    float: right;
    margin-left: auto;
    margin-right: -140px;
}
.gt3_title_line:before{
    content: '';
    display: inline-block;
    width: 110px;
    border-top: 1px solid;
    position: absolute;
    vertical-align: middle;
    top: calc(50% - 1px);
}
.gt3_title_line.right:before{
    left: auto;
    right: 0;
}
.gt3_title_line span{
    width: inherit;
    display: inline-block;
}

.wrapper_404 .container{
    width: 100%;
}

/* back_to_top */
.back_to_top_container{
    position: fixed;
    z-index: 3;
    right: 40px;
    bottom: 40px;
    pointer-events: none;
}
#back_to_top{
    display: block;
    width: 43px;
    height: 43px;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    border-radius: 0;
    border-width: 2px;
    border-style: solid;
    background-color: #ffffff;
}
#back_to_top:after {
    content: "\f106";
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 18px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}
.font-awesome-4-shim #back_to_top:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#back_to_top.show{
    pointer-events: auto;
    opacity: 1;
}
/* end back_to_top */

.gt3pg_photo_gallery{
    padding-top: 15px;
}

.pp_block h2{
    margin-bottom: 30px;
}

#main_content .wrapper_404 h2{
    font-size: 14px;
    color: inherit;
}
.search_result_form,
.post-password-form{
    max-width: 500px;
    margin: 0 auto;
    padding: 0 30px;
}

.search_result_form .search_text,
.post-password-form input[type=password]{
    width: 100%;
}

.post-password-form input[type=password]{
    margin-top: 5px;
}

.format-standard .blog_content .post-password-form,
.format-audio .blog_content .post-password-form,
.format-quote .blog_content .post-password-form,
.format-link .blog_content .post-password-form{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Call Back */
.body_pp .gt3-page-title{
    /*display: none;*/
}

.body_pp .gt3-page-title + .site_wrapper > .main_wrapper{
    padding-top: 40px;
}

/*preloader*/
.gt3_preloader_full{
    z-index: 1001 !important;
}

/* linear preloader */
.gt3_linear-loading{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: #2b3258;
}

.gt3_preloader_image_on .gt3_linear-loading-center-absolute{
    -webkit-animation: logo-appear 12s ease;
            animation: logo-appear 12s ease;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
    opacity: 0;
}

.gt3_linear-loading-center{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gt3_linear-loading-center:before{
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.gt3_linear-loading-center-absolute{
    display: inline-block;
    vertical-align: middle;
}

.gt3_linear-loading-center-absolute .gt3_linear-object{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 150px;
    height: 2px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
}

.gt3_linear-loading-center-absolute .gt3_linear-object:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    content: '';
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
    animation: loading-bar 1.4s ease;
    animation-iteration-count: infinite;
    opacity: 1;
    border-top: 2px solid;
}

@keyframes loading-bar{
    0%,
    100%{
        transform: translate(-30px, 0);
    }
    50%{
        transform: translate(130px, 0);
    }
}

@-webkit-keyframes loading-bar{
    0%,
    100%{
        -webkit-transform: translate(-30px, 0);
    }
    50%{
        -webkit-transform: translate(130px, 0);
    }
}

@keyframes logo-appear{
    0%{
        opacity: 0;
    }
    8%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}

@-webkit-keyframes logo-appear{
    0%{
        opacity: 0;
    }
    8%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}

@-webkit-keyframes object_one{
    25%{
        -webkit-transform: translate(0, -40px) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_one{
    25%{
        -webkit-transform: translate(0, -40px) rotate(-180deg);
                transform: translate(0, -40px) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
                transform: translate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_two{
    25%{
        -webkit-transform: translate(40px, 0) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_two{
    25%{
        -webkit-transform: translate(40px, 0) rotate(-180deg);
                transform: translate(40px, 0) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
                transform: translate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three{
    25%{
        -webkit-transform: translate(-40px, 0) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_three{
    25%{
        -webkit-transform: translate(-40px, 0) rotate(-180deg);
                transform: translate(-40px, 0) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
                transform: translate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_four{
    25%{
        -webkit-transform: translate(0, 40px) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_four{
    25%{
        -webkit-transform: translate(0, 40px) rotate(-180deg);
                transform: translate(0, 40px) rotate(-180deg);
    }
    100%{
        -webkit-transform: translate(0, 0) rotate(-180deg);
                transform: translate(0, 0) rotate(-180deg);
    }
}

/* linear preloader end */

/* circle preloader */
@keyframes gt3_circle-fade_out{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

.gt3_circle-fade_out{
    animation-name: gt3_circle-fade_out;
}

@keyframes gt3_circle-fade_in{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.gt3_circle-fade_in{
    animation-name: gt3_circle-fade_in;
}

@keyframes gt3_circle-preloader_in{
    0%{
        transform: scale(.5);
        opacity: 0;
    }
    25%{
        transform: scale(1.4);
        opacity: 1;
    }
    60%{
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes gt3_circle-preloader_out{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    25%{
        transform: scale(1.4);
        opacity: 1;
    }
    60%{
        transform: scale(.5);
        opacity: 0;
    }
    100%{
        transform: scale(.5);
        opacity: 0;
    }
}

.gt3_circle-animated{
    animation-duration: 1s;

    animation-fill-mode: both;
}

.gt3_circle-overlay{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;

    justify-content: center;
}

.gt3_circle-overlay .gt3_circle-preloader svg{
    animation-name: gt3_circle-preloader_in;
    animation-duration: .8s;
    animation-timing-function: ease-in-out;

    animation-fill-mode: forwards;
}

.gt3_circle-overlay .gt3_circle-preloader.gt3_circle-out svg{
    animation-name: gt3_circle-preloader_out;
}

.gt3_circle-overlay .gt3_circle-preloader.gt3_circle-animate .gt3_circle-outer{
    animation-duration: 2.3s;
    animation-timing-function: linear;
    animation-delay: 1s;
    opacity: 1;
}

.gt3_circle-overlay .gt3_circle-preloader .gt3_circle-logo{
    line-height: 1px;
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 5px;
    animation-delay: .5s;
    text-align: center;
    opacity: 0;
}

.gt3_circle-preloader{
    position: relative;
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
}

.gt3_circle-preloader.gt3_circle-animate{
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.gt3_circle-preloader svg{
    position: absolute;
    top: 0;
}

.gt3_circle-outer{
    opacity: 0;

    fill: transparent;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 99;
    stroke-dashoffset: 502;
}

.gt3_circle-outer.gt3_circle-loading{
    -webkit-transition: stroke-dashoffset .8s ease;
       -moz-transition: stroke-dashoffset .8s ease;
        -ms-transition: stroke-dashoffset .8s ease;
            transition: stroke-dashoffset .8s ease;
}

.gt3_circle-background{
    opacity: .9;

    stroke: #fff;
    stroke-width: 2;
    fill: transparent;
}

.gt3_circle-animate .gt3_circle-outer{
    animation-duration: 10s;
    animation-timing-function: ease;
    opacity: 1;
}

/* circle preloader end */

/* theme preloader start */
.gt3_theme_prl-preloader svg{
    overflow: visible;
    box-sizing: border-box;
}

.gt3_theme_prl-overlay{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;

    justify-content: center;
}

.gt3_theme_prl-overlay .gt3_theme_prl-preloader .gt3_theme_prl-logo{
    line-height: 1px;
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    opacity: 1;
}

.gt3_theme_prl-preloader{
    position: relative;
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
}

.gt3_theme_prl-preloader svg{
    position: absolute;
    top: 0;
    -webkit-animation: spin_theme_preloader 1.6s linear infinite;
       -moz-animation: spin_theme_preloader 1.6s linear infinite;
            animation: spin_theme_preloader 1.6s linear infinite;
}

.gt3_theme_prl-background{
    stroke: #fff;
    stroke-width: 2;
    fill: transparent;
}

@-moz-keyframes spin_theme_preloader{
    100%{
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin_theme_preloader{
    100%{
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin_theme_preloader{
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* theme preloader end */

/* GT3 Header Builder */
.gt3_header_builder{
    position: relative;
    z-index: 1000;
}
.gt3_header_builder h1.site-title {
    font-size: 40px;
    line-height: 1.5;
}
.gt3_header_builder + .gt3_header_builder__burger_sidebar + .site_wrapper .main_wrapper,
.gt3_header_builder + .site_wrapper .main_wrapper,
.gt3_header_builder + script + style + .gt3_header_builder__burger_sidebar + .site_wrapper .main_wrapper,
.gt3_header_builder + script + style + .site_wrapper .main_wrapper {
    margin-top: 80px;
}
body.single .gt3_header_builder + .site_wrapper .main_wrapper{
    margin-top: 0;
}

.gt3_header_builder.header_over_bg{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.body_pp .gt3_header_builder.header_over_bg{
    position: relative;
}

.gt3_header_builder__section-container{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.gt3_header_builder__section-container:before,
.gt3_header_builder__section-container:after{
    display: none;
}

.gt3_header_builder__section-container.container_full{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.gt3_header_builder__section .header_side,
.gt3_header_builder__section.not_empty_center_side .header_side.center{
    position: relative;
    height: 100%;

    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.gt3_header_builder__section .header_side.left,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--left-align{
    text-align: left;
}

.gt3_header_builder__section .header_side.right,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--right-align{
    text-align: right;
}

.gt3_header_builder__section .header_side.center,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--center-align{
    text-align: center;
}

.gt3_header_builder__section.not_empty_center_side .header_side,
.gt3_header_builder__section .header_side.header_side--custom-align,
.gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
}

.gt3_header_builder .header_side_container:before{
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
.gt3_header_builder a{
    color: inherit;
}
.gt3_header_builder_search_component {
    margin-right: 6px;
    margin-left: 6px;
}
.gt3_header_builder_burger_sidebar_component{
    margin-right: 24px;
    margin-left: 24px;
}
.gt3_header_builder_component p{
    margin-bottom: 0;
}
.gt3_header_builder__section[class*="gt3_header_builder__section--top"] .gt3_header_builder_component.gt3_header_builder_text_component {
    font-size: 16px;
}
.gt3_header_builder .gt3_header_builder_cart_component > a{
    color: inherit;
}
.gt3_header_builder_cart_component .buttons .button{
    color: #ffffff;
}
.gt3_header_builder_delimiter_component{
    width: 0;
    height: 15px;
    margin: 0 5px;
    padding-right: 0;
    padding-left: 0;
    border-left: 1px solid;
}

div[class*="gt3_header_builder__section--top"] .gt3_header_builder__section-container{
    z-index: 3;
}

div[class*="gt3_header_builder__section--middle"] .gt3_header_builder__section-container{
    z-index: 2;
}

div[class*="gt3_header_builder__section--bottom"] .gt3_header_builder__section-container{
    z-index: 1;
}
.gt3_header_builder_empty_space_component{
    width: 30px;
    padding: 0;
}
.gt3_header_builder__section--show_on_tablet,
.gt3_header_builder__section--show_on_mobile{
    display: none;
}
.gt3_header_builder .column_menu .gt3-menu-categories-title{
    position: relative;
    display: inline-block;
    width: 240px;
    padding: 18px 30px;
    cursor: pointer;
    color: #fff;
}

.gt3_header_builder .column_menu .gt3-menu-categories-title i{
    line-height: inherit;
    float: right;
}

.gt3_header_builder .column_menu > div,
.gt3_header_builder .column_menu > ul{
    margin: 0;
}

.gt3_header_builder_menu_component .column_menu{
    position: relative;
    width: 300px;
}

.gt3_header_builder_menu_component .column_menu ul{
    visibility: hidden;
    opacity: 0;
}

.gt3_header_builder_menu_component .column_menu ul{
    z-index: 555;
    visibility: visible;
    -webkit-transition: visibility 300ms ease, opacity 300ms;
       -moz-transition: visibility 300ms ease, opacity 300ms;
        -ms-transition: visibility 300ms ease, opacity 300ms;
            transition: visibility 300ms ease, opacity 300ms;
    opacity: 1;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 20px -2px rgba(66, 71, 76, .09);
            box-shadow: 0 1px 20px -2px rgba(66, 71, 76, .09);
}

.gt3_header_builder_menu_component .column_menu .menu{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.sticky_header .gt3_header_builder_menu_component .column_menu .menu{
    display: none;
}

.gt3_header_builder_menu_component .column_menu .menu li ul{
    position: absolute;
    z-index: 555;
    top: 0;
    right: 0;
    display: block;
    visibility: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
        -ms-transition: all 300ms;
            transition: all 300ms;
    opacity: 0;
}

.gt3_header_builder_menu_component .column_menu .menu li:hover > ul{
    visibility: visible;
    opacity: 1;
}

.gt3_header_builder_menu_component .column_menu .menu li a span{
    padding-left: 10px;
}

.gt3_header_builder_menu_component .column_menu > ul > li > ul:before,
.gt3_header_builder_menu_component .column_menu > ul > li > ul:after,
.gt3_header_builder_menu_component .column_menu .gt3_megamenu_triangle:before,
.gt3_header_builder_menu_component .column_menu .gt3_megamenu_triangle:after,
.gt3_header_builder_menu_component .column_menu ul li ul li > a > span:after{
    display: none;
}

.gt3_header_builder .left .gt3_header_builder_menu_component .column_menu > ul > li .sub-menu{
    right: auto;
    left: 101%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}

.gt3_header_builder .right .gt3_header_builder_menu_component .column_menu > ul > li .sub-menu{
    right: 101%;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}

.header_side.right .gt3_header_builder_menu_component .column_menu ul li ul .menu-item > a{
    text-align: left;
}

.gt3_header_builder_menu_component .column_menu ul li ul .menu-item > a{
    font-size: 16px;
    line-height: 1;
    display: block;
    padding: 17px 0 18px;
}

.gt3_header_builder_menu_component .column_menu ul li ul.sub-menu{
    border-radius: 0;
}

.gt3_header_builder_menu_component .column_menu .menu li{
    position: relative;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0 15px;
}

.gt3_header_builder_menu_component .column_menu .menu > li > a{
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 1;
    display: block;
    padding: 17px 0 18px;
}

.gt3_header_builder_menu_component .column_menu ul > li:not(:last-child) > a:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
        -ms-transition: all 300ms;
            transition: all 300ms;
    -webkit-transform: translateY(1px);
       -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
    opacity: 1;
    border-top: 1px solid #f3f4f4;

    will-change: transform;
}

.gt3_header_builder + script + .site_wrapper h1.portfolio_title_content,
.gt3_header_builder + .site_wrapper h1.portfolio_title_content {
    margin-top: 50px;
}

.wpda-builder-menu > ul > li > a:before,
.wpda-builder-menu > div > ul > li > a:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    opacity: 0;
    border-top: 2px solid;
    will-change: transform;
}
@media only screen and (min-width: 1199px) {
    .wpda-builder-menu > ul > li > a:hover:before,
    .wpda-builder-menu > ul > li > a:hover:before,
    .wpda-builder-menu ul li ul.sub-menu li a:hover span:before,
    .wpda-builder-menu ul li.menu-item.current-menu-item > a:before,
    .wpda-builder-menu ul li.menu-item.current-menu-ancestor > a:before,
    .wpda-builder-menu ul li.menu-item.current-menu-parent > a:before {
        opacity: 1;
    }
}
@media only screen and (max-width: 1199px) {
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu:before {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 1199px){
    .gt3_header_builder .sticky_header{
        display: none;
        height: 0;
    }
    .gt3_header_builder .sticky_header.sticky_header--tablet{
        display: block;
        height: auto;
    }

    .gt3_header_builder_menu_component .main-menu,
    .gt3_header_builder .menu_item_line{
        display: none;
    }

    .gt3_header_builder_menu_component .mobile-navigation-toggle,
    .gt3_header_builder_menu_component .mobile-navigation_column-toggle{
        display: inline-block;
    }

    .gt3_header_builder > .mobile_menu_container .main-menu > ul{
        display: none;
    }

    .gt3_header_builder > .mobile_menu_container .main-menu{
        display: block;
    }

    .gt3_header_builder > .mobile_menu_container .gt3_header_builder_component{
        display: block;
    }

    .gt3_header_builder_component.gt3_header_builder_menu_component{
        height: 100%;
    }

    .gt3_header_builder_menu_component .column_menu{
        position: relative;
        display: flex;
        width: auto;
        height: 100%;
    }

    .gt3_header_builder .column_menu .gt3-menu-categories-title{
        font-size: 0;
        line-height: 10px;
        width: auto;
        margin: auto;
        padding: 15px;
    }

    .gt3_header_builder .column_menu .gt3-menu-categories-title i{
        font-size: 16px;
    }

    .gt3_header_builder_menu_component .column_menu .menu{
        width: 320px;
        width: 100vw;
    }

    .gt3_header_builder_menu_component .column_menu > ul.menu > li ul.sub-menu{
        position: relative;
        top: 0;
        left: 0;
        display: none;
        visibility: visible;
        -webkit-transition: unset;
           -moz-transition: unset;
            -ms-transition: unset;
                transition: unset;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1;
    }
    .gt3_header_builder_empty_space_component{
        width: 12px;
    }
    .gt3_header_builder__section--hide_on_tablet{
        display: none;
    }
    .gt3_header_builder__section--show_on_tablet{
        display: block;
    }
    .main-menu > ul > li > a:hover span:before,
    .main-menu ul li ul.sub-menu li a:hover span:before,
    .main-menu ul li.menu-item.current-menu-item > a span:before,
    .main-menu ul li.menu-item.current-menu-ancestor > a span:before,
    .main-menu ul li.menu-item.current-menu-parent > a span:before {
        opacity: 0;
    }
}
@media only screen and (max-width: 1200px){
    .gt3_header_builder.header_over_bg--tablet-off{
        position: relative;
    }
}
@media only screen and (max-width: 991px){
    div[class*="gt3_header_builder__section--top"]{
        font-size: 11px;
        line-height: 1.2;
    }
    div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal{
        padding: 0;
    }
    div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal ul{
        padding: 0;
        white-space: nowrap;
    }
    div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a{
        padding: 0 0 0 10px;
    }
    div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a span{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .gt3_header_builder .sticky_header.sticky_header--mobile{
        display: block;
        height: auto;
    }
    .gt3_header_builder__section.not_empty_center_side .header_side,
    .gt3_header_builder__section .header_side.header_side--custom-align,
    .gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }

    .gt3_header_builder__section--hide_on_mobile,
    .search_cat_mobile_hide{
        display: none;
    }

    .gt3_header_builder__section--show_on_mobile{
        display: block;
    }
    .gt3_header_builder.header_over_bg:not(.header_over_bg--mobile){
        position: relative;
    }
    .gt3_header_builder.header_over_bg--mobile{
        position: absolute;
    }
    .gt3_header_builder_empty_space_component{
        width: 3px;
    }

}

/* menu component */
.gt3_header_builder_component + .gt3_header_builder_component.gt3_header_builder_menu_component{
    margin-left: 15px;
}

.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
    margin-left: 5px;
}

@media only screen and (max-width: 1200px){
    .gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
        margin-left: 3px;
    }
}

@media only screen and (max-width: 767px){
    .logo_container img{
        height: auto !important;
    }

    .header_side_container .logo_container{
        max-width: 70px;
        white-space: nowrap;
    }
}

/* end menu component */

/* search in header */
.header_search{
    display: inline-block;
    height: auto !important;
    vertical-align: middle;
}
.header_search__container{
    line-height: 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 58px;
    height: 100%;
    text-align: center;
}
.header_search .header_search__icon{
    cursor: pointer;
    opacity: 1 !important;
}
.header_search .header_search__icon > i,
.header_search__inner .search_form:after{
    font-family: Theme_icon;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header_search .header_search__icon > i:before,
.header_search__inner .search_form:after{
    font-weight: 700;
    content: '\f101';
}
.header_search:not(.ct-search-open) .header_search__icon > i:before{
    font-size: 1.05em;
}
.header_search.ct-search-open .header_search__icon > i:before{
    font-weight: 700;
    content: '\f104';
}
.header_search:before{
    position: absolute;
    content: '';
}
.header_search .header_search__inner{
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}
.header_search .header_search__inner:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    transition: all .3s;
}
.header_search .header_search__inner:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.header_search__inner_cover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.header_search__inner_close{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
}
.admin-bar .header_search__inner_close{
    top: 72px;
}
.header_search__search_close_icon{
    position: absolute;
    top: 50%;
    right: 12px;
    left: 12px;
    border-bottom: 1px solid #ffffff;
    transition: all 300ms;
    color: #ffffff;
}
.header_search__inner_close:hover .header_search__search_close_icon{
    transform: rotate(45deg);
}
.header_search__search_close_icon:before{
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    transform: translateY(-46%);
    -webkit-transform: translateY(-46%);
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    margin-left: 6px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #ffffff;
    transition: all 300ms;
}
.header_search__inner_close:hover .header_search__search_close_icon:before{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-top: 1px solid #ffffff;
    -webkit-transform: rotate(90deg) translateY(6px);
    -ms-transform: rotate(90deg) translateY(6px);
    transform: rotate(90deg) translateY(6px);
    width: 100%;
    height: 0;
}
.header_search.ct-search-open .header_search__inner:before{
    opacity: 0.95;
}
.header_side.left .header_search .header_search__inner{
    right: auto;
    left: -11px;
}
body.ct-search-open .wpd_header_builder__section-container{
    z-index: 1 !important;
}
body.ct-search-open .sticky_header{
    z-index: 0;
}
.header_search.ct-search-open .header_search__inner{
    transition: transform 0.5s;
    opacity: 1;
    visibility: visible;
}
.header_search__inner .gt3_search_form__wrapper{
    padding: 6vh 40px;
    position: relative;
    display: inline-block;
    z-index: 2;
    border: none;
    width: 98%;
    max-width: 560px;
    box-sizing: border-box;
}
.header_search__inner .gt3_search_form__wrapper .header_search__inner_title{
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 40px;
    letter-spacing: 1px;
}
.widget.widget_search form.search_form.gt3_search_form,
.search_result_form form.search_form.gt3_search_form{
    border: 1px solid;
    border-color: #e7e7e7;
}
.header_search__inner .search_form{
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
    position: static;
}
.header_search__inner .search_form:after{
    content: '';
    position: absolute;
    bottom: 6vh;
    left: 40px;
    width: 0;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    opacity: 0.1;
    transition: all 0.7s;
    transition-delay: 0.2s;
}
.header_search.ct-search-open .header_search__inner .search_form:after{
    width: calc(100% - 80px);
}
.header_search__inner .search_form .search_submit{
    display: block;
    right: auto;
    top: auto;
    line-height: 80px;
    z-index: 5;
    padding: 5px;
    padding-left: 20px;
    margin: 0;
    border: none;
    background: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    position: static;
    font-size: 22px;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}
.header_search__inner .search_form .search_submit:hover{
    opacity: 0.7;
}
.header_search__inner .search-field,
.header_search__inner .search_text{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    user-select: none;
    height: 80px;
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
    width: calc(100% - 50px);
    border-radius: 0;
    text-transform: capitalize;
}
.header_search__inner .search-field::-webkit-input-placeholder,
.header_search__inner .search-field::-webkit-input-placeholder{
    opacity: 1 !important;
}
.header_search__inner .search-field:-moz-placeholder,
.header_search__inner .search_text:-moz-placeholder{
    opacity: 1 !important;
}
.header_search__inner .search-field::-moz-placeholder,
.header_search__inner .search_text::-moz-placeholder{
    opacity: 1 !important;
}
.header_search__inner .search-field:-ms-input-placeholder,
.header_search__inner .search_text:-ms-input-placeholder{
    opacity: 1 !important;
}
.top_header .header_search{
    height: auto !important;
}
.header_search__inner .search-field:-webkit-autofill,
.header_search__inner .search-field:-webkit-autofill:hover,
.header_search__inner .search-field:-webkit-autofill:focus,
.header_search__inner .search_text:-webkit-autofill,
.header_search__inner .search_text:-webkit-autofill:hover,
.header_search__inner .search_text:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0 40px rgba(0,0,0, 0) inset;
    border: 1px solid rgba(0,0,0, 0);
    transition: background-color 5000s ease-in-out 0s;
}
/* end search in header

/* burger sidebar */
.gt3_header_builder_burger_sidebar_component{
    font-size: 0;
    line-height: 0;
    padding: 0 3px;
    cursor: pointer;
}

.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
    position: relative;
    display: inline-block;
    width: 23px;
    height: 15px;
}

.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: width 200ms;
       -moz-transition: width 200ms;
        -ms-transition: width 200ms;
            transition: width 200ms;
    border-top: 3px solid;
}

.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
    display: none;
}

.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
    top: 9px;
    width: 20px;
}

.gt3_header_builder_burger_sidebar_component:hover .burger_sidebar_icon span{
    width: 100%;
}

.gt3_header_builder__burger_sidebar{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -420px;
    bottom: 0;
    width: 390px;
    max-width: calc(100% - 50px);
    -webkit-transition: right .3s ease-in-out, left .3s ease-in-out;
       -moz-transition: right .3s ease-in-out, left .3s ease-in-out;
            transition: right .3s ease-in-out, left .3s ease-in-out;
}

.gt3_header_builder__burger_sidebar.active{
    right: 0;
}

.gt3_header_builder__burger_sidebar-cover{
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    content: '';
    -webkit-transition: opacity .3s ease, visibility .3s ease;
       -moz-transition: opacity .3s ease, visibility .3s ease;
            transition: opacity .3s ease, visibility .3s ease;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
}

.gt3_header_builder__burger_sidebar.active .gt3_header_builder__burger_sidebar-cover,
.gt3pg_pro-fsslider-showSocials .gt3pg_pro_socials.show {
    visibility: visible;
    cursor: url(../img/close_burger.png) 19 19, default;
    opacity: 1;
}

.gt3pg_pro_FSSlider .gt3pg_pro_socials.show .gt3pg_pro_socials_container {
    cursor: default;
}

body.admin-bar .gt3_header_builder__burger_sidebar{
    top: 32px;
}

.gt3_burger_sidebar_container{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 407px;
    padding: 40px 40px;
    background: rgba(25,26,28, 0.9);
}

@media only screen and (max-width: 1199px){
    .gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
        top: 5px;
        left: 0;
        width: 12px !important;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span:nth-child(2){
        display: none;
    }

    .gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span:last-child{
        top: 12px;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

@media only screen and (max-width: 767px){
    .gt3_burger_sidebar_container{
        width: 100%;
        padding: 40px 25px;
    }
}

.gt3_burger_sidebar_container ul li{
    list-style: none;
    line-height: 1;
}

body.active_burger_sidebar{
    right: 150px;
}

/* login component */
.gt3_header_builder_login_component{
    line-height: 0;
    -webkit-transition: color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
}

.gt3_header_builder_login_component .user_avatar{
    display: inline-block;
    vertical-align: middle;
}
.gt3_header_builder_login_component .user_login{
    vertical-align: middle;
    margin-left: .8em;
}
.gt3_header_builder_login_component p{
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    text-rendering: auto;
}

.gt3_header_builder__login-modal{
    position: fixed;
    z-index: 1000;
    top: 5%;
    left: 5%;
    visibility: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    height: 90%;
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
    text-align: center;
    opacity: 0;
}

.gt3_header_builder__login-modal.active{
    visibility: visible;
    opacity: 1;
}

.gt3_header_builder__login-modal:before{
    position: relative;
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.gt3_header_builder__login-modal_container{
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 100%;
    padding: 70px 40px 30px;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    -webkit-transform: translateY(60px);
       -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    text-align: left;
    vertical-align: middle;
    background: #fff;
}

.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal_container{
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.gt3_header_builder__login-modal.without_register .gt3_header_builder__login-modal_container,
.gt3_header_builder__login-modal.user_logged_in .gt3_header_builder__login-modal_container{
    width: 570px;
}

.gt3_header_builder__login-modal_container .col2-set .col-1,
.gt3_header_builder__login-modal_container .col2-set .col-2{
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 30px;
}

.gt3_header_builder__login-modal_container .col2-set .col-1{
    border-right: 1px solid #eff0ed;
}

.gt3_header_builder__login-modal_container .col2-set .col-2{
    border-left: 1px solid #eff0ed;
}

.gt3_header_builder__login-modal_container .col2-set .col-2{
    margin-left: -1px;
}

.gt3_header_builder__login-modal_footer{
    margin: 60px -40px -30px;
    padding: 25px 70px;
    text-align: center;
    background-color: #f8f8f8;
}

.gt3_header_builder__login-modal_container .nsl-container,
.lwa-modal .nsl-container{
    display: none;
}

.gt3_header_builder__login-modal_footer .gt3_module_button > a{
    margin: 0 15px;
}

.gt3_header_builder__login-modal_footer .gt3_module_button > a i{
    margin-right: 10px;
}

.gt3_header_builder__login-modal_footer .gt3_facebook_login{
    border-color: #435c93;
    background: #435c93;
}

.gt3_header_builder__login-modal_footer .gt3_google_login{
    border-color: #dd4b39;
    background: #dd4b39;
}

.gt3_header_builder__login-modal-close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.gt3_header_builder__login-modal-close:before,
.gt3_header_builder__login-modal-close:after{
    position: absolute;
    top: 14px;
    left: 0;
    width: 28px;
    height: 2px;
    content: '';
    background: #2b2c30;
}

.gt3_header_builder__login-modal-close:before{
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.gt3_header_builder__login-modal-close:after{
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.gt3_header_builder__login-modal-cover{
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    content: '';
    -webkit-transition: opacity .3s ease, visibility .3s ease;
       -moz-transition: opacity .3s ease, visibility .3s ease;
            transition: opacity .3s ease, visibility .3s ease;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
}

.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal-cover{
    visibility: visible;
    cursor: url(../img/close.png) 16 16, default;
    opacity: 1;
}

#customer_login input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 30px white inset;
}

@media (max-width: 991px){
    #customer_login.col2-set .col-1,
    #customer_login.col2-set .col-2{
        width: 100% !important;
        border-right: none !important;
    }

    #customer_login.col2-set .col-1{
        margin-bottom: 20px;
    }

    #customer_login.col2-set .col-2{
        border-left: none !important;
    }

    .gt3_header_builder__login-modal_footer{
        margin-top: 15px;
        padding: 25px 35px;
    }

    .gt3_header_builder__login-modal_footer .gt3_module_button{
        margin: 5px 0;
    }
}

@media (max-width: 767px){
    #customer_login h2,
    .gt3_header_builder__login-modal_container h2{
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

@media (max-width: 479px){
    .gt3_header_builder__login-modal_footer .gt3_module_button a{
        font-size: 12px;
        line-height: 16px;
    }
}

/* GT3 Header Builder end

/* RS Slider start */
.tp-tab-title {
    font-weight: normal !important;
    text-align: right !important;
}
.tp-tabs-inner-wrapper {
    counter-reset: div;
}
.tp-tabs-inner-wrapper .tp-tab {
    counter-increment: div;
    text-align: right;
}
.tp-tabs-inner-wrapper .tp-tab-title {
    padding-right: 26px !important;
    transition: color 300ms;
    display: inline-block !important;
    border-bottom: 1px solid;
    font-family: inherit !important;
}
.tp-tabs-inner-wrapper .tp-tab:not(.selected) .tp-tab-title {
    border-bottom-color: rgba(255,255,255, 0) !important;
}
.tp-tabs-inner-wrapper .tp-tab:not(.selected) .tp-tab-title {
    color: transparent !important;
}
.tp-tabs-inner-wrapper .tp-tab-title:after{
    content: "0"counter(div);
    position: absolute;
    right: 0;
    top: 0;
}
.tp-tabs-inner-wrapper .tp-tab.selected .tp-tab-title:after{
    font-weight: bold;
}
.gt3_column_tabs-elementor .gt3_column_tabs_nav > li.ui-state-default{
    padding: 5px 0;
    border-bottom: 2px solid #bcbcbc;
    background: transparent;
}
.gt3_column_tabs-elementor .gt3_column_tabs_nav > li.ui-state-default.ui-tabs-active{
    border-bottom-color: #414141;
}
.gt3_column_tabs-elementor.gt3_tabs_alignment-stretch .gt3_column_tabs_nav > li > .ui-tabs-anchor {
    padding: 0;
    display: inline-block;
    text-align: left;
}
.gt3_column_tabs-elementor.gt3_tabs_size-mini .gt3_column_tabs_nav > li > .ui-tabs-anchor .gt3_column_tabs_nav__title{
    font-size: 0.85em;
}
.gt3_column_tabs-elementor.gt3_tabs_size-small .gt3_column_tabs_nav > li > .ui-tabs-anchor .gt3_column_tabs_nav__title{
    font-size: 1em;
}
.gt3_column_tabs-elementor.gt3_tabs_size-normal .gt3_column_tabs_nav > li > .ui-tabs-anchor .gt3_column_tabs_nav__title{
    font-size: 1.33em;
}
.gt3_column_tabs-elementor.gt3_tabs_size-large .gt3_column_tabs_nav > li > .ui-tabs-anchor .gt3_column_tabs_nav__title{
    font-size: 1.5em;
}

.tp-caption.scrollto img,
.slider_socials a {
    opacity: 1;
    transition: opacity 400ms;
}
.tp-caption.scrollto:hover img,
.slider_socials a:hover {
    opacity: 0.7;
}
.slider_socials {
    margin: 0;
    font-size: 18px;
}
.content-container ul.slider_socials > li:before {
    display: none;
}
.slider_socials a {
    color: inherit;
}
@media only screen and (max-width: 1500px){
    .tp-tabs-inner-wrapper .tp-tab .tp-tab-title {
        border-bottom-color: rgba(255,255,255, 0) !important;
    }
    .tp-tabs-inner-wrapper .tp-tab .tp-tab-title {
        color: transparent !important;
    }
}
@media only screen and (min-width: 1501px){
    .tp-tab-title {
        line-height: inherit !important;
    }
}

.rev_slider_wrapper {
    overflow: hidden !important;
}
.font-awesome-4-shim rs-module .fa.fa-facebook:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}


.gt3_social{
    margin-bottom: 0;
    padding-bottom: 30px;
}

.gt3_header_builder .gt3_social{
    font-size: .875em;
}

.gt3_social a{
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
    padding-right: 0;
    box-shadow: inset 0 0 0 0 currentColor;
}

.gt3_social a:last-child{
    margin-right: 0;
}

.gt3_social a:hover,
.gt3_custom_text .gt3_social a:hover,
.share_wrap a:hover span:not(.fa){
    box-shadow: inset 0 -1px 0 0 currentColor;
}

/* RS Slider end */

/* Isotope */
.isotope-filter{
    padding: 0;
    margin-bottom: 22px;
}
.isotope-filter a{
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    transition: all .4s;
    margin-right: 30px;
    position: relative;
    display: inline-block;
}
.isotope-filter a:last-child{
    margin-right: 0;
}
.elementor-widget-gt3-core-portfolio .isotope-filter a:after,
.elementor-widget-gt3-core-team .isotope-filter a:after,
.isotope-filter a span.count {
    margin-left: 4px;
    content: '('attr(data-count)')';
    font-size: 12px;
    line-height: 1;
    vertical-align: super;
    letter-spacing: 0;
}
.isotope-filter a span.count {
    margin-left: 0;
}
.isotope-filter a:before{
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: '';
    border-top: 1px solid;
    transition: all 300ms;
}
.isotope-filter a.active:before{
    width: 100%;
}
/* Isotope end */

/* mailchimp content */
.mc_form_inside {
    text-align: left;
}
.mc_form_inside .mc_merge_var {
    position: relative;
    max-width: 449px;
    min-width: 168px;
    width: calc(100% - 122px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.top_footer .mc_form_inside .mc_merge_var{
    max-width: 446px;
}
.mc_form_inside .mc_merge_var input,
.mc_form_inside .mc_signup_submit input  {
    width: 100%;
}
.gt3_form_center .mc_form_inside{
    text-align: center;
}
#mc_signup_submit {
    width: 100% !important;
    margin: 0 !important;
    color: #ffffff;
    border: none;
    margin-bottom: 0;
    letter-spacing: 0.4px;
    padding: 0px 10px;
    font-weight: 700;
    font-size: 12px;
    min-width: 133px;
}
@media only screen and (max-width: 767px) {
    #mc_signup_submit {
        min-width: 50px;
    }
}
.mc_form_inside .mc_signup_submit {
    position: relative;
    max-width: 115px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: -15px;
}
.top_footer .mc_form_inside .mc_signup_submit {
    max-width: 125px;
}
#mc-indicates-required {
    display: none;
}
#mc_signup_form .mc_input {
    padding: 0px 20px;
    background-color: #2e343b;
    border: none;
    line-height: 52px;
    height: 52px;
    color: #ffffff;
    border-radius: 0;
    margin-bottom: 0;
}
#mc_signup_form .mc_var_label{
    top: 16px;
    color: #a3a9b0;
}
.coming_soon_form #mc_signup_form .mc_input {
    background: #f9f8ff;
}
.top_footer #mc_signup_form .mc_input{
    background-color: #2d3949;
}
.gt3_home_03_mailchimp #mc_signup_form .mc_input {
    background: white;
    border-color: #ebeced;
    border: 2px solid #ebeced;
    color: #a3a9b0;
}
.gt3_home_03_mailchimp  .mc_form_inside .mc_signup_submit #mc_signup_submit:hover,
.gt3_home_03_mailchimp .mc_form_inside .mc_signup_submit #mc_signup_submit{
    background-color: #ebeced;
}
aside .mc_form_inside{
    text-align: left;
}
aside .mc_form_inside .mc_merge_var {
    max-width: 310px;
    max-width: calc(100% - 150px);
    min-width: 100px;
}
aside .mc_merge_var input[type="date"],
aside .mc_merge_var input[type="email"],
aside .mc_merge_var input[type="number"],
aside .mc_merge_var input[type="password"],
aside .mc_merge_var input[type="search"],
aside .mc_merge_var input[type="tel"],
aside .mc_merge_var input[type="text"],
aside .mc_merge_var input[type="url"],
aside .mc_merge_var select,
aside .mc_merge_var textarea{
    height: 40px;
    padding: 8px 18px;
    font-size: 0.8571em;
}
aside .mc_merge_var input[type="text"]{
    width: 100%;
}
aside .mc_form_inside .mc_signup_submit{
    max-width: 115px;
}
aside .mc_form_inside .mc_signup_submit #mc_signup_submit{
    height: 50px;
    padding: 5px;
    font-size: 12px;
}
.mc_form_inside .mc_signup_submit #mc_signup_submit {
    height: 52px;
    background-color: #383f47;
}
.mc_form_inside .mc_signup_submit #mc_signup_submit:hover {
    background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
    aside .mc_form_inside .mc_merge_var {
        max-width: 100%;
        min-width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .mc_form_inside .mc_merge_var {
        position: relative;
        min-width: 168px;
    }
}
/* ! mailchimp content */

/* PixProof */
body .mfp-container{
    margin: 0;
    padding: 0;
}

body .mfp-container .mfp-content{
    width: 100%;
    height: 100%;
}

body .mfp-wrap{
    z-index: 999999;
}

.mfp-content .mfp-figure figure{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.mfp-content img.mfp-img{
    margin: auto;
    padding: 0;
}

.mfp-content .mfp-close:after,
.mfp-content .mfp-figure .mfp-close:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 0;
    margin: auto;
    content: '';
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
        -ms-transition: all 200ms;
            transition: all .2s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    border-top: 2px solid rgba(255, 255, 255, .5);
}

.mfp-content .mfp-figure .mfp-close:before{
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.mfp-content .mfp-figure .mfp-close{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-width: 2px;
    border-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.mfp-content .mfp-figure figure{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.mfp-container button.mfp-arrow-right,
.mfp-container button.mfp-arrow-left{
    cursor: pointer;
    opacity: 1;
}

.mfp-container button.mfp-arrow-right:hover{
    opacity: .8;
    border-color: transparent;
    border-left-color: white;
}

.mfp-container button.mfp-arrow-left:hover{
    opacity: .8;
    border-color: transparent;
    border-right-color: white;
}

.mfp-bottom-bar{
    top: auto;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.mfp-container div.mfp-bottom-bar .mfp-title{
    margin: 0;
}

.mfp-bottom-bar a#popup-selector{
    font-size: 1em;
    line-height: 1em;
    padding-left: 30px;
    color: white;
}

.mfp-bottom-bar .mfp-counter{
    position: relative;
}

.mfp-bottom-bar span.mfp-counter{
    font-size: 1em;
    line-height: 1em;
    padding-right: 30px;
}

.proof_gallery .lap-and-up-one-quarter.one-half{
    width: 49.6%;
}

.proof_gallery .grid__item{
    margin-bottom: 12px;
    margin-bottom: .75rem;
}

.proof_gallery .separator{
    border: none;
}

.proof_gallery .proof-photo.gallery-item{
    margin: 0;
    padding: 0 10px 4px 0;
}

div#pixproof_gallery{
    display: -webkit-box;
    display:    -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;

       -moz-flex-direction: row;
}

.proof_gallery .gallery-columns-6 .proof-photo.gallery-item{
    width: 16.6%;
    max-width: 16.6%;
}

@media only screen and (min-width: 900px){
    .proof_gallery .lap-and-up-one-quarter.one-half{
        width: 24.9%;
    }

    .proof_gallery .button-download{
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1023px){
    .proof_gallery .gallery-columns-5 .proof-photo.gallery-item,
    .proof_gallery .gallery-columns-6 .proof-photo.gallery-item{
        width: 24.95%;
        max-width: 24.95%;
    }
}

@media only screen and (max-width: 600px){
    .proof_gallery .gallery-columns-3 .proof-photo.gallery-item,
    .proof_gallery .gallery-columns-5 .proof-photo.gallery-item,
    .proof_gallery .gallery-columns-6 .proof-photo.gallery-item{
        width: 49.95%;
        max-width: 49.95%;
    }
}

.proof_gallery li:before{
    display: none !important;
}

.proof-photo__container{
    overflow: hidden;
}

.proof_gallery .img_wrap{
    padding-top: 100%;
}

.proof_gallery .img_wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.proof_gallery .proof-photo__bg{
    width: 100%;
}

.proof_gallery .img_wrap img[data-ratio='portrait']{
    width: 100%;
    height: auto;
    max-height: none;
}

.proof_gallery .img_wrap img[data-ratio='landscape']{
    width: auto;
    max-width: none;
    height: 100%;
}

/* End PixProof */

.body_pp .site_wrapper{
    display: -webkit-box;
    display:    -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
}


#main_content ul > li.elementor-icon-list-item:before,
#main_content ul > li.elementor-editor-element-setting:before,
#main_content ul.page-numbers > li:before,
#main_content ul.tabs > li:before,
#main_content ul.gt3_product_list_nav > li:before,
ul[class*=select2] > li:before,
#add_payment_method #payment ul.payment_methods li:before,
#main_content ul.variable-items-wrapper > li:before,
#main_content ul.elementor-select-preset-list > li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce ul.order_details li:before{
    display: none !important;
}
.page_nav_ancor a{
    padding: 5px 50px 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 48px;
    opacity: 0.34;
    font-weight: 700;
    transition: all .4s;
}
.page_nav_ancor a:first-child{
    padding-left: 0;
}
.page_nav_ancor a:hover,
.page_nav_ancor a:active{
    opacity: 1;
}
.portfolio_wrapper .img_wrap{
    position: relative;
}
.elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper,
.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.gt3_module_blog.packery_wrapper .spacing_beetween_items_0 .blog_post_preview .item_wrapper,
.gt3_module_blog.packery_wrapper .spacing_beetween_items_0 .blog_post_preview .item_wrapper .blog_content{
    position: relative;
}
.elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper .item,
.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper .item{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0% 9% 0% 9%;
    width: 100%;
}
@media only screen and (min-width: 1280px) {
    .elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper .item,
    .elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper.show_type_packery.packery_type_1 .isotope_wrapper .static_info_text_block .item_wrapper .item,
    .elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper.show_type_packery.packery_type_2 .isotope_wrapper .static_info_text_block .item_wrapper .item,
    .elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper.show_type_packery.packery_type_4 .isotope_wrapper .static_info_text_block .item_wrapper .item{
        width: 580px;
        max-width: 580px;
        padding-left: 0;
    }
    .elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper,
    .elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 1279px) {
    .elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper .item,
    .elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper .item{
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
}

/* Map */
.gt3_core_elementor_map {
    position: relative;
    padding-bottom: 28.7%;
}
.map-core-canvas img {
    max-width: none;
    max-height:none;
}
.map-core-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gmnoprint,
.gm-style-cc,
.map-core-canvas button[type='button'],
.map-core-canvas a img {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 300ms, visibility 300ms;
}
.gt3_core_elementor_map:hover .gmnoprint,
.gt3_core_elementor_map:hover .gm-style-cc,
.gt3_core_elementor_map:hover .map-core-canvas button[type='button'],
.gt3_core_elementor_map:hover .map-core-canvas a img {
    opacity: 1 !important;
    visibility: visible !important;
}
/* The location pointed to by the popup tip. */
.popup-tip-anchor {
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 214px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
/* The popup bubble itself. */
.popup-bubble-content {
    position: absolute;
    top: 0;
    left: 0;
}
.map_info_marker {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 214px;
    height: 214px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 50%;
    pointer-events: none;
    margin-top: 33px;
}
.map_info_marker:after {
    position: absolute;
    right: 9px;
    top: 22px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 17px 0 17px;
    border-color: #f9f9f9 transparent transparent transparent;
}
.map_info_marker_content {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.marker_info_desc {
    color: #949494;
}
.map_info_marker_content {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}
.marker_info_street_number {
    font-size: 30px;
}
.marker_info_divider {
    height: 32px;
    position: relative;
}
.marker_info_divider:after {
    height: 3px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
    background: #949494;
    opacity: 0.2;
}
@media only screen and (max-width: 767px) {
    .gt3_core_elementor_map {
        min-height: 350px;
        padding-bottom: 0;
    }
    .map_info_marker {
        display: none;
    }
}
@media (min-width: 768px){
    .elementor-widget-gt3-core-googlemap.enable_section_map_height,
    .elementor-widget-gt3-core-googlemap.enable_section_map_height .elementor-widget-container,
    .elementor-widget-gt3-core-googlemap .section_map_height-yes {
        height: 100%;
    }
    .gt3_core_elementor_map.section_map_height-yes {
        padding: 0;
    }
    .mc_form_inside{
        margin-top: -10px;
    }
}


/* Prev | Next Fullwidth links */
.prev_next_links_fullwidht {
    margin-bottom: 65px;
}
.prev_next_links_fullwidht .link_item {
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
}
.prev_next_links_fullwidht .link_item > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.prev_next_links_fullwidht .link_item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,19,26, 0);
    content: '';
    transition: background 300ms;
}
.prev_next_links_fullwidht .link_item:hover:after {
    background: rgba(0,19,26, 0.2);
}
.prev_next_links_fullwidht .link_item.has_img_bg:after {
    background: rgba(0,19,26, 0.34);
}
.prev_next_links_fullwidht .link_item.has_img_bg:hover:after {
    background: rgba(0,19,26, 0.5);
}
.prev_next_links_fullwidht .link_item .link_item_wrapper {
    text-align: center;
    position: relative;
    z-index: 5;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
.post_link_label {
    display: inline-block;
    position: relative;
    line-height: inherit;
}
.post_link_label span {
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: inherit;
    letter-spacing: 2px;
}
.post_link_label span:before,
.post_link_label span:after {
    display: block;
    position: absolute;
    left: -20px;
    width: 20px;
    height: 1px;
    content: '';
    background: #fff;
    top: 50%;
    margin-top: -1px;
}
.post_link_label span:after {
    left: auto;
    right: -20px;
}
.prev_next_links_fullwidht .link_item .links_title {
    font-size: 24px;
    line-height: 1.39;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .prev_next_links_fullwidht.prev_next_posts .post_link_label:before {
        content: '';
        position: absolute;
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px);
        left: -18px;
        width: 10px;
        opacity: 1;
        height: 10px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-radius: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .prev_next_links_fullwidht.prev_next_posts .link_item + .link_item .post_link_label:before {
        right: -20px;
        left: auto;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .prev_next_links_fullwidht.prev_next_posts {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .prev_next_links_fullwidht.prev_next_posts .link_item {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        min-width: 50%;
    }
    .prev_next_links_fullwidht .link_item .link_item_wrapper {
        padding: 165px 80px 170px 80px;
    }
    .prev_next_links_fullwidht .link_item .links_title {
        font-size: 36px;
    }
    .prev_next_links_fullwidht.prev_next_posts .link_item:first-child .link_item_wrapper {
        padding-left: 0;
        text-align: right;
        margin-right: 0;
        margin-left: auto;
    }
    .prev_next_links_fullwidht.prev_next_posts .link_item:last-child .link_item_wrapper {
        padding-right: 0;
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }
    .prev_next_links_fullwidht.prev_next_posts .link_item_wrapper {
        max-width: 500px;
    }
    .prev_next_links_fullwidht.prev_next_posts .post_link_label {
        position: absolute;
        right: 3px;
        top: 50%;
        transform: rotate(-90deg);
        -webkit-transform: translateY(-50%) rotate(-90deg);
    }
    .prev_next_links_fullwidht.prev_next_posts .link_item:last-child .post_link_label {
        right: auto;
        left: 3px;
    }
}

/* Prev-Next Links */
.single_prev_next_posts {
    background: transparent;
    font-size:0;
    line-height:0;
    padding:0;
    margin: 0 0 9px 0;
    position: relative;
}
.single_prev_next_posts .container {
    padding: 36px 0;
}
.single_prev_next_posts .fleft {
    display:inline-block;
    text-align:left;
    width:50%;
    padding-right: 40px;
    box-sizing: border-box;
    word-break: break-word;
}
.single_prev_next_posts .fright {
    display:inline-block;
    text-align:right;
    width:50%;
    padding-left: 40px;
    box-sizing: border-box;
    word-break: break-word;
}
.port_back2grid {
    position:absolute;
    left:50%;
    top:50%;
    width:28px;
    height:28px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.port_back2grid span {
    width:13px;
    height:13px;
    display:block;
    position:absolute;
    transition: all 500ms;
    background: #949494;
    opacity: 0.2;
}
.port_back2grid:hover span {
    opacity: 1;
}
.port_back2grid_box1 {
    left:0;
    top:0;
}
.port_back2grid_box2 {
    left:0;
    bottom:0;
}
.port_back2grid_box3 {
    right:0;
    top:0;
}
.port_back2grid_box4 {
    right:0;
    bottom:0;
}
.single_prev_next_posts a {
    font-size:12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height:18px;
    font-weight:400;
    color: #636363;
    display:inline-block;
}
.single_prev_next_posts a:hover {
    color: rgba(148,148,148, 0.8);
}
.single_prev_next_posts a *{
    display: none;
}
@media only screen and (min-width: 768px){
    .single_prev_next_posts .gt3_post_navi:after {
        display: block;
        content: attr(data-title);
        font-size: 22px;
        line-height: 30px;
        transition: all 300ms;
        letter-spacing: 0px;
        color: #0c2445;
        margin-top: 8px;
        text-transform: none;
    }
    .single_prev_next_posts a:hover .gt3_post_navi:after {
        margin-right: 0;
        margin-left: 0;
    }
    .single_prev_next_posts .fleft a span.gt3_post_navi,
    .single_prev_next_posts .fright a span.gt3_post_navi {
        position: relative;
        display: block;
    }
    .single_prev_next_posts .fleft a span.gt3_post_navi {
        vertical-align: top;
    }
    .single_prev_next_posts .fright a span.gt3_post_navi {
        vertical-align: top;
    }
    .single_prev_next_posts .fleft a:after {
        left: 1px;
    }
    .single_prev_next_posts .fright a:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .single_prev_next_posts .fright a:before {
        right: 0;
    }
    .single_prev_next_posts .fright a:after {
        right: 1px;
    }
    .single_prev_next_posts .fleft a:hover:after,
    .single_prev_next_posts .fleft a:hover:before {
        margin-left: -5px;
    }
    .single_prev_next_posts .fright a:hover:after,
    .single_prev_next_posts .fright a:hover:before {
        margin-right: -5px;
    }
}

.single .format-standard-image .blog_post_media {
    display: none;
    visibility: hidden;
    overflow: hidden;
}
.single.visible_blog_post_media .format-standard-image .blog_post_media,
.single .gt3_module_featured_posts .format-standard-image .blog_post_media {
    display: block;
    visibility: visible;
}
h1.blogpost_title_content {
   margin-bottom: 10px;
}
h1.blogpost_title_content + .blog_post_media {
    margin-top: 20px;
}

/* Single Post Info */
.sidebar_right .elementor-section.elementor-section-stretched,
.sidebar_left .elementor-section.elementor-section-stretched {
    max-width: 100%;
    left: auto !important;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta {
    line-height: 1.4em;
}
.elementor-widget-gt3-core-blog .listing_meta{
    margin-bottom: 0;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta > span,
div:not(.packery_wrapper) .blog_post_preview .listing_meta a {
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    letter-spacing: inherit;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta * {
    color: inherit;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta span:after {
    content: '|';
    margin-left: 4px;
    margin-right: 5px;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta span:last-child:after {
    display: none;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta a {
    transition: all 300ms;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta .post_author a:before,
div:not(.packery_wrapper) .blog_post_preview .listing_meta .post_comments a:before {
    display: none;
}

.gt3_module_blog:not(.packery_wrapper) .blog_post_preview .blogpost_title {
    padding-bottom: 18px;
    padding-top: 7px;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: normal;
}
.gt3_module_button_list {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.gt3_module_button_list a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    z-index: 1;
    padding-right: 38px;
}
.gt3_module_button_list a:before,
.gt3_module_button_list a:after,
.contacts2_form .gt3_module_button_elementor:before,
.contacts2_form .gt3_module_button_elementor:after,
.home1_form .gt3_module_button_elementor:before,
.home1_form .gt3_module_button_elementor:after,
.home2_form .gt3_module_button_elementor:before,
.home2_form .gt3_module_button_elementor:after{
    content: '';
    position: absolute;
    -webkit-transition: right 300ms;
    -moz-transition: right 300ms;
    -ms-transition: right 300ms;
    -o-transition: right 300ms;
    transition: right 300ms;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.contacts2_form .gt3_module_button_elementor input[type='submit'],
.home1_form .gt3_module_button_elementor input[type='submit'],
.home2_form .gt3_module_button_elementor input[type='submit']{
    margin: 0;
    height: 50px;
}
.contacts2_form .gt3_module_button_elementor:after,
.home1_form .gt3_module_button_elementor:after,
.home2_form .gt3_module_button_elementor:after {
    top: 20px;
    right: 30px;
}
.contacts2_form .gt3_module_button_elementor:before,
.home1_form .gt3_module_button_elementor:before,
.home2_form .gt3_module_button_elementor:before {
    background: currentColor;
    right: 30px;
    top: 23px;
}
.contacts2_form .gt3_module_button_elementor,
.home1_form .gt3_module_button_elementor,
.home2_form .gt3_module_button_elementor{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.contacts2_form .gt3_module_button_elementor span.ajax-loader,
.home1_form .gt3_module_button_elementor span.ajax-loader,
.home2_form .gt3_module_button_elementor span.ajax-loader {
    display: none;
    width: 0;
    height: 0;
}

.contacts2_form .gt3_module_button_elementor:hover:after,
.home1_form .gt3_module_button_elementor:hover:after{
    border-color: #262626;
    color: #262626;
}
.contacts2_form .gt3_module_button_elementor:after,
.home1_form .gt3_module_button_elementor:after{
    border-color: #ffffff;
    color: #ffffff;
}
.home2_form .gt3_module_button_elementor:hover input[type='submit'],
.wp-block-button.is-style-outline a.wp-block-button__link:hover{
    background-color: transparent;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited,
.wp-block-button__link {
    background: #32373c;
}
.home2_form .gt3_module_button_elementor:hover:before,
.home2_form .gt3_module_button_elementor:hover:after,
.home2_form .gt3_module_button_elementor:hover input[type='submit'] {
    color: #fff;
}
.home2_form .gt3_module_button_elementor:hover input[type='submit'] {
    border-color: #ffffff;
}
.home2_form input.wpcf7-form-control,
.home2_form textarea.wpcf7-form-control.wpcf7-textarea {
    color: #d4d4d4;
}
.gt3_module_button_list a:hover:before,
.gt3_module_button_list a:hover:after{
    right: 0;
}
.font-awesome-4-shim .gt3_module_button_list a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.sidebar-container.span3{
    margin-bottom: 40px;
}
.elementor-widget-gt3-core-counter .counter{
    padding-bottom: 22px;
}
.elementor-widget-gt3-core-counter .counter .counter_prefix,
.elementor-widget-gt3-core-counter .counter .counter_suffix{
    font-size: 0.5em;
}

.gt3_module_blog.packery_wrapper {
    opacity: 0;
    visibility: hidden;
    animation: all 500ms;
}
.gt3_module_blog.packery_wrapper.blog_packery_loaded {
    opacity: 1;
    visibility: visible;
}

.mc_merge_var label,
.search_result_form .search_form label {
    left: 20px;
}
.gt3_theme_prl-logo {
    font-size: 0;
    line-height: 0;
}
.custom_icons_fonts .elementor-widget-wrap span.elementor-button-icon{
    font-size: 20px;
}

.widget .post_count:before {
    content: '(';
}
.widget .post_count:after {
    content: ')';
}
.widget .rss-date {
    display: block;
}
.widget_rss cite {
    display: block;
    text-align: right;
}
.widget .gt3_dropcaps {
    margin-right: 5px;
}
.sidebar-container .sidebar .textwidget p + p {
    padding-top: 6px;
}

.page #comments {
    margin-top: 35px;
}

.gt3_module_blog.packery_wrapper .blog_post_preview .blog_content .listing_meta {
    margin-bottom: 2px;
}

.gt3_module_blog.packery_wrapper .blog_item_description {
    line-height: 1.667;
}

@media screen and (max-width: 767px){
    .gt3_module_blog.packery_wrapper .blog_item_description {
        display: none;
    }
    .mt_10.elementor-widget-image-box .elementor-image-box-content h5.elementor-image-box-title {
        margin-top: 10px;
    }
    .elementor-widget-gt3-core-button .gt3_module_button_elementor.alignment_right {
        text-align: left;
    }
}

.archive .gt3-page-title {
    margin-bottom: 50px;
}
.archive .format-quote .elementor-text-editor p span,
.archive .format-link .elementor-text-editor p span {
    color: inherit !important;
}
.archive .format-quote .elementor-element,
.archive .format-link .elementor-element {
    max-width: 100%;
    left: auto !important;
}

#main_content .page-link {
    padding-bottom: 0;
    padding-top: 0;
}
#main_content .page-link a {
    font-weight: 400;
}
#main_content .page-link a:hover {
    color: inherit;
}

@media only screen and (max-width: 1025px) and (min-width: 768px){
    .main_wrapper .sidebar-container .widget_categories ul li > a,
    .main_wrapper .sidebar-container .widget_product_categories ul li > a,
    .main_wrapper .sidebar-container .widget_layered_nav ul li > a {
        padding-right: 0;
        display: inline;
    }
    .post_count {
        display: none !important;
    }
    .widget_nav_menu li ul,
    .widget_product_categories li ul,
    .widget_categories li ul,
    .widget_pages li ul {
        padding-left: 0;
    }
    .widget .calendar_wrap table td{
        font-size: 14px;
    }
    .widget .calendar_wrap table th{
        font-size: 16px;
    }
    .widget .calendar_wrap tbody td > a:before{
        width: 19px;
        height: 19px;
    }
}
.widget .calendar_wrap tbody td > a {
    font-size: 0.8em;
    color: #ffffff;
}

.gt3-page-title-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 300ms;
    opacity: 1;
}
.page-loaded .gt3-page-title-fill {
    opacity: 0;
}
.gt3-page-title__inner.has_fill_inner .gt3-page-title__content {
    position: relative;
    z-index: 1;
}

/* Elementor Buttons */
.elementor-element.elementor-widget-gt3-core-button .gt3_module_button_elementor a,
.elementor-widget-gt3-core-pricebox .price_button-elementor a{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.elementor-widget-gt3-core-pricebox .price_button-elementor a{
    font-weight: bold;
}
.main_wrapper ul > li.gt3_widget_product_list:before {
    display:none;
}
.elementor-widget-gt3-core-button a:not(.hover_type2):hover .elementor_btn_icon_container {
    padding-left: 15px;
}

/* Elementor Buttons Hover */
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.front:after,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:after{
    display: none;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.back:before{
    right: 0;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.back:before{
    width: 100%;
    border-radius: inherit;
}
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.back:before {
    height: 100%;
    position: absolute;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.front,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back,
.elementor-widget-gt3-core-pricebox .price_button-elementor a,
.elementor-widget-gt3-core-pricebox .price_button-elementor .gt3_module_button__container,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.front,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.back{
    overflow: visible;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .button_size_elementor_normal.hover_type5 .gt3_module_button__container,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container,
.elementor-widget-gt3-core-pricebox .price_button-elementor a span.gt3_module_button__container{
    border-radius: inherit;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5:hover .gt3_module_button__container .gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor a:hover span.gt3_module_button__cover.front:before{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: none;
}
.portfolio_wrapper .elementor-widget-gt3-core-button .gt3_module_button_elementor a.portfolio_view_more_link .gt3_module_button__container .elementor_gt3_btn_text,
.portfolio_wrapper .elementor-widget-gt3-core-button .gt3_module_button_elementor a.portfolio_view_more_link .icon_svg_btn,
.portfolio_wrapper .elementor-widget-gt3-core-button .gt3_module_button_elementor a.portfolio_view_more_link .elementor_gt3_btn_icon,
.portfolio_wrapper .elementor-widget-gt3-core-button .gt3_module_button_elementor a.portfolio_view_more_link{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5:hover .gt3_module_button__container .gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5:hover .gt3_module_button__container .gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor a span.gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor a:hover span.gt3_module_button__cover.back:before,
 .elementor-widget-gt3-core-button.gt3_portfolio_view_more_link_wrapper .gt3_module_button_elementor a:before,
  .elementor-widget-gt3-core-button.gt3_portfolio_view_more_link_wrapper .gt3_module_button_elementor a:hover:after{
    opacity: 1;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5:hover .gt3_module_button__container .gt3_module_button__cover.front:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-button.gt3_portfolio_view_more_link_wrapper .gt3_module_button_elementor a:hover:before,
.elementor-widget-gt3-core-button.gt3_portfolio_view_more_link_wrapper .gt3_module_button_elementor a:after{
    opacity: 0;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.front,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.front,
.elementor-widget-gt3-core-pricebox .price_button-elementor span.gt3_module_button__cover.back{
    position: absolute;
    border-radius: inherit;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    display: block;
    width: auto;
    height: auto;
}
.price_rounded_disable-yes.elementor-widget-gt3-core-pricebox .gt3_price_item-cost-elementor {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 3px;
}

/* Portfolio */
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .packery_blog_item_4 .wrapper .text_wrap,
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .packery_blog_item_7 .wrapper .text_wrap,
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .packery_blog_item_8 .wrapper .text_wrap {
    text-align: left;
}
body .elementor-widget-gt3-core-portfolio .static_info_text_block.blog_post_preview {
    margin-bottom: 0;
}
.static_info_text_block .content {
    margin-top: 0;
}
.static_info_text_block .content p:last-child {
    margin-bottom: 0;
}
.static_info_link span.static_info_icon i {
    display: none;
}
.static_info_link span.static_info_icon {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    transition: all 300ms;
    position: relative;
    border: none;
    border-radius: 0;
    width: 28px;
}
.static_info_link span.static_info_icon:before,
.static_info_link span.static_info_icon:after {
    position: absolute;
    right: 4px;
    top: 10px;
    width: 28px;
    border-top-style: solid;
    border-top-width: 1px;
    content: '';
    transition: all 300ms;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.static_info_link span.static_info_icon:after {
    top: 5px;
    right: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    content: '';
    border-left: transparent;
    border-top: transparent;
}
.static_info_link a:hover span.static_info_icon:before,
.static_info_link a:hover span.static_info_icon:after {
    right: 0;
}
.static_info_link a:hover span.static_info_icon:after {
    right: 1px;
}
.elementor-section-boxed .elementor-widget-gt3-core-portfolio .text_wrap {
    padding: 25px 30px;
}
.elementor-section-boxed .elementor-widget-gt3-core-portfolio .portfolio_wrapper.hover_type6 .text_wrap{
    padding: 20px 0;
}
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.hover_type6 .text_wrap .title {
    transition: color 300ms;
}

.elementor-widget-gt3-core-portfolio .portfolio_wrapper.hover_type6.testimonials_has_grid_gap .text_wrap,
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.hover_type6.testimonials_has_grid_gap .text_wrap .title {
    padding-bottom: 0;
}
.portfolio_wrapper .elementor-element.elementor-widget-gt3-core-button .gt3_module_button_elementor a,
.portfolio_wrapper .elementor-element.elementor-widget-gt3-core-button .gt3_module_button_elementor a:not(.hover_type2):not(.hover_type5) {
    border-color: #d1d6dc;
    border-width: 2px;
}
.container.portfolio_single_tags_sharing .post_block_info + hr {
    margin-bottom: 0;
}
body.archive .elementor-widget-gt3-core-portfolio .title, .elementor-widget-gt3-core-portfolio .title{
    padding: 0;
    padding-top: 5px;
}
body.archive .portfolio_wrapper .wrapper:hover .img_wrap:before,
body.archive .portfolio_wrapper .wrapper:hover .img_wrap:after{
    display: none;
    opacity: 0;
}
body.archive .portfolio_wrapper .wrapper .text_wrap {
    padding: 20px 15px;
}
/* Team */
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .team-infobox {
    padding: 15px 0;
}
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .item-team-member .item_wrapper,
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .item-team-member:nth-child(even) .item_wrapper {
    background: transparent;
    box-shadow: none;
}
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .team-positions {
    margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 997px){
    .elementor-widget-gt3-core-team .module_team .items3 .item_list > li{
        width: 33.333333%;
    }
}

/* Testimonials */
.elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-bottom: 39px;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left > canvas,
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right > canvas{
    display: inline-block;
    width: 37px;
    float: left;
    margin-right: 18px;
    margin-top: 5px;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right > canvas{
    float: right;
    margin-right: 0;
    margin-left: 18px;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left .elementor-testimonial-content,
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right .elementor-testimonial-content{
    overflow: hidden;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 17px;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details > div {
    display: inline-block;
}

/* GT3 tooltip */
.gt3_custom_tooltip {
    display: inline-block;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.gt3_custom_tooltip:before,
.gt3_custom_tooltip:after {
    position: absolute;
    z-index: 5;
    content: attr(data-gt3-tooltip);
    left: 50%;
    bottom: 100%;
    color: #fff;
    white-space:nowrap;
    padding: 0 12px 0 8px;
    border-radius: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-style: italic;
    transition: all 300ms;
    visibility: hidden;
    display: inline-block;
    opacity: 0;
}
.gt3_custom_tooltip:after {
    content: '';
    padding: 0;
    border-radius: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0 5.5px;
    bottom: auto;
    top: 0;
}
.gt3_custom_tooltip:hover:before,
.gt3_custom_tooltip:hover:after {
    visibility: visible;
    opacity: 1;
}

.gt3-line-icon {
    position: relative;
    z-index: 1;
}
.gt3-line-icon:before{
    content:"";
    width:25px;
    height:1px;
    border-top-width: 1px;
    border-top-style: solid;
    vertical-align: middle;
    font-family: inherit;
    display: inline-block;
}

.gt3_styled_list {
    list-style: none;
}
.gt3_styled_list .gt3_list__icon {
    margin-right: 10px;
}
.gt3_styled_list li:before {
    display: none !important;
}

/* elemntor custom text editor style */
.elementor-element-custom_color h1,
.elementor-element-custom_color h2,
.elementor-element-custom_color h3,
.elementor-element-custom_color h4,
.elementor-element-custom_color h5,
.elementor-element-custom_color h6{
    color: inherit;
}
.elementor-element-custom_font_weight h1,
.elementor-element-custom_font_weight h2,
.elementor-element-custom_font_weight h3,
.elementor-element-custom_font_weight h4,
.elementor-element-custom_font_weight h5,
.elementor-element-custom_font_weight h6{
    font-weight: inherit;
}
.elementor-element-custom_line_height h1,
.elementor-element-custom_line_height h2,
.elementor-element-custom_line_height h3,
.elementor-element-custom_line_height h4,
.elementor-element-custom_line_height h5,
.elementor-element-custom_line_height h6{
    line-height: inherit;
}
.elementor-element-custom_font_size h1,
.elementor-element-custom_font_size h2,
.elementor-element-custom_font_size h3,
.elementor-element-custom_font_size h4,
.elementor-element-custom_font_size h5,
.elementor-element-custom_font_size h6{
    font-size: inherit;
}
.elementor-element-custom_font_family h1,
.elementor-element-custom_font_family h2,
.elementor-element-custom_font_family h3,
.elementor-element-custom_font_family h4,
.elementor-element-custom_font_family h5,
.elementor-element-custom_font_family h6{
    font-family: inherit;
}
/* end elemntor custom text editor style */

/* elementor frontend editor */
body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-section:hover,
div#elementor-add-new-section:hover {
    z-index: 1000;
}
/* end elementor frontend editor */

.elementor-element-custom_line_height p {
    line-height: inherit !important;
}

/* Fix for elementor row inner */
.elementor-column-wrap .elementor-container .elementor-row{
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
/* end Fix for elementor row inner */

/* gt3_team_single */
.container.gt3_team_single .sidebar_none #main_content > .elementor{
    margin-right: -10px;
    margin-left: -10px;
}
/* end gt3_team_single */

/* gt3_styled_link */
.gt3_styled_link.gt3_styled_link__underline {
    text-decoration: underline
}

.gt3_styled_link.gt3_styled_link__underline_on_hover:hover {
    text-decoration: underline
}
/* gt3_styled_link */

.widget.widget_recent_comments > ul > li a {
    opacity: 0.8;
}
.widget.widget_recent_comments > ul > li a:hover {
    opacity: 1;
}

.wp-block-embed{
    margin: 0 0 1em 0 !important;
}

.sidebar_right .alignfull,
.sidebar_left .alignfull {
    width: 100%;
    margin-left: 0;
}

#main_content .post_count:before {
    content: '(';
}
#main_content .post_count:after {
    content: ')';
}

h1.portfolio_title_content {
    margin-bottom: 15px;
    margin-top: -10px;
}

body .has_post_boxed_content .blog_content .blogpost_title {
    font-size: 22px !important;
    line-height: 1.4 !important;
}

.gt3_footer_socials a:hover {
    opacity: 0.5;
}
@media only screen and (min-width: 1023px){
    .gt3_footer_socials {
        text-align: right;
    }
}
@media only screen and (min-width: 768px){
    .gt3_footer_wrap .gt3_footer_socials {
        text-align: right;
    }
}

.gt3_highlighter {
    padding: 0 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
body .elementor-widget-gt3-core-portfolio .categories,
.elementor-widget-gt3-core-portfolio .categories,
.portfolio_carousel_wrapper .portfolio_item .wrapper .categories,
.gt3pg-isotope-item .text_info_wrapper .text_wrap_caption {
    letter-spacing: 0px;
}

/* Fullscreen ProGallery */
.gt3pg_pro_FSSlider .gt3pg_pro_title_wrap .gt3pg_pro_clip,
.gt3pg_pro_FSSlider .gt3pg_pro_title_wrap .gt3pg_pro_title.gt3pg_pro_clip,
.gt3pg_pro_FSSlider .gt3pg_pro_gallery_type_slider .gt3pg_pro_title_wrap .gt3pg_pro_title.gt3pg_pro_clip,
.gt3pg_pro_FSSlider .gt3pg_pro_caption_current,
.gt3pg_pro_FSSlider .gt3pg_pro_caption_all {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.gt3pg_pro_FSSlider .gt3pg_pro_caption_current,
.gt3pg_pro_FSSlider .gt3pg_pro_caption_all {
    font-weight: 700;
}
.gt3pg_pro_FSSlider .gt3pg_pro_title_wrap .gt3pg_pro_clip,
.gt3pg_pro_FSSlider .gt3pg_pro_title_wrap .gt3pg_pro_title.gt3pg_pro_clip {
    font-size: 1.143em;
    line-height: 1.5;
}
.gt3pg_pro_FSSlider .gt3pg_pro_title_wrap .gt3pg_pro_description.gt3pg_pro_clip {
    font-size: 0.714em;
    text-transform: uppercase;
}

/* TestimonialsLite Module */
.elementor-widget-gt3-core-TestimonialsLite .testimonials-text-wrapper,
.elementor-widget-gt3-core-TestimonialsLite .gt3_testimonial.text_align-right .testimonials-text-wrapper {
    margin-left: 0px;
    margin-right: 0;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials-text {
    font-size: 1.714em;
    line-height: 1.5;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials-text {
    margin-bottom: 1.21em;
}
.elementor-widget-gt3-core-TestimonialsLite .gt3_testimonial.text_align-center .testimonials-text + .testimonials_author_wrapper {
    position: relative;
    padding-top: 25px;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials_author_wrapper .testimonials_title,
.elementor-widget-gt3-core-TestimonialsLite .testimonials_author_wrapper .testimonials-sub_name{
    display: block;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials_author_wrapper .testimonials-sub_name{
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.elementor-widget-gt3-core-TestimonialsLite .gt3_testimonial.text_align-center .testimonials-text + .testimonials_author_wrapper:before {
    position: absolute;
    margin-right: 0;
    left: 50%;
    margin-left: -20px;
    top: 0;
    width: 40px;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials_title {
    font-weight: inherit;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials-text + .testimonials_author_wrapper {
    margin-top: 1.1em;
}
.elementor-widget-gt3-core-TestimonialsLite .testimonials-text-quote{
    display: inline-block;
    float: none;
    width: 36px;
    height: auto;
    margin-top: .3em;
    margin-bottom: 9px;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow.slick-prev,
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow.slick-next {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow {
    opacity: 1;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow:hover {
    opacity: 0.8;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow .theme_icon-arrows-left,
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow .theme_icon-arrows-right,
.elementor-widget-gt3-core-TestimonialsLite .gt3_testimonial.active-carousel.items_per_line-1 .testimonials-text-quote ,
.elementor-widget-gt3-core-TestimonialsLite .gt3_testimonial.active-carousel.items_per_line-2 .testimonials-text-quote {
    display: none;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow:after {
    font-size: 24px;
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    margin-top: -18px;
    display: inline-block;
    padding: 5px;
}
.font-awesome-4-shim .elementor-widget-gt3-core-TestimonialsLite .slick-arrow:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .elementor-widget-gt3-core-TestimonialsLite .slick-dots li:after{
    color: inherit;
 }
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow.slick-prev:after {
    content: "\f104";
}
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}
.elementor-widget-gt3-core-TestimonialsLite .nav-arrows .testimonials_rotator {
    padding: 0 40px;
}
.gt3_testimonial.text_align-center .testimonial_item_wrapper {
    padding-left: 0;
    padding-right: 0;
}
.elementor-section-stretched.elementor-section-boxed .slick-slider ul.slick-dots li {
    position: relative;
}

@media only screen and (min-width: 1200px){
    .main-menu > ul > li,
    .main-menu > div > ul > li {
        position: relative;
        z-index: 1;
        line-height: 1.5;
        margin: 0 11px 0 15px;
        line-height: 3;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        margin-right: calc(15px - 5px);
    }
}
@media only screen and (max-width: 767px){
    .logo_container{
        margin-right: 10px;
        margin-left: 10px;
    }
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li.slick-active:after,
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li:after,
.elementor-widget-gt3-core-TestimonialsLite ul.slick-dots li:before,
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li.slick-active:before{
    display: none !important;
    opacity: 0;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li{
    counter-increment: div;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li{
    opacity: 0.3;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li.slick-active{
    opacity: 1;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li:after{
    content: "0"counter(div);
    opacity: 1;
    position: absolute;
    font-size: 14px;
    font-family: inherit;
    border: none;
    height: 14px;
    opacity: 1;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li:first-child:after{
    left: -30px;
    display: block!important;
    opacity: 1;
    right: auto;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li:last-child:after{
    right: -30px;
    display: block!important;
    opacity: 1;
    left: auto;
}
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li,
div.slick-slider ul.slick-dots li{
    position: relative;
    border: 0;
    margin: 0px;
    height: 1px;
    border-bottom: 1px solid;
    border-radius: 0;
    width: 55px;
}
div.slick-slider ul.slick-dots li.slick-active,
.elementor-widget-gt3-core-TestimonialsLite .slick-dots li.slick-active{
    background: transparent;
}
.elementor-widget-gt3-core-TestimonialsLite .text_align-left ul.slick-dots {
    text-align: left;
    margin-left: 30px;
}
.elementor-widget-gt3-core-TestimonialsLite .text_align-center ul.slick-dots {
    text-align: center;
}
.elementor-widget-gt3-core-TestimonialsLite .text_align-right ul.slick-dots {
    text-align: right;
    margin-right: 30px;
}
.elementor-widget-gt3-core-TestimonialsLite.has_items_bg .testimonial_item_wrapper{
    padding: 25px 25px 50px 50px;
    border-radius: 0;
}
.elementor-widget-gt3-core-TestimonialsLite.has_items_bg .slick-initialized .slick-slide,
.elementor-widget-gt3-core-TestimonialsLite.has_items_bg .slick-initialized .slick-list.draggable,
.elementor-widget-gt3-core-TestimonialsLite.has_items_bg .slick-track{
    display: flex;
}
/* Blogboxed Module */
.gt3_module_blogboxed.module_type1 .gt3_center_mode {
    text-align: center;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .blogboxed_content .gt3_post_footer{
    padding-top: 2px;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .blogboxed_content{
    padding: 21px 27px 45px 39px;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1.items1 .blogboxed_content{
    padding: 21px 39px 45px 39px;
    padding-top: 33vh;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1.items1 .boxed_block_item:not(:hover):before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s linear;
    opacity: 0.79;
    z-index: 3;
    background: -moz-linear-gradient(270deg, #272727 25%, transparent 50%);
    background: -webkit-linear-gradient(270deg, #272727 25%, transparent 50%);
    background: linear-gradient(0deg, #272727 0%, transparent 50%);
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1.items2 .blogboxed_content{
    padding: 21px 39px 45px 39px;
    padding-top: 20vh;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1.items3 .blogboxed_content{
    padding: 21px 39px 28px 39px;
    padding-top: 10vh;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .listing_meta{
    margin-bottom: 6px;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .listing_meta,
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .blogboxed_author {
    opacity: 1;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .blog_post_title{
    font-size: 32px;
    line-height: 1.25em;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .blogboxed_author {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: top;
}
.gt3_module_blogboxed.module_type1 .gt3_center_mode .blogboxed_content,
.gt3_related_posts_wrap .related_block_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.gt3_module_blogboxed.module_type1 .gt3_center_mode .blogboxed_content .gt3blogboxed_block_wrap,
.gt3_related_posts_wrap .related_block_content .related_block_wrap {
    width: 100%;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .gt3_center_mode .blogboxed_content {
    padding-top: 110px;
    padding-bottom: 120px;
}
@media (min-width: 768px){
    .elementor-section-full_width .elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .gt3_center_mode .blogboxed_content {
        padding-top: 175px;
        padding-bottom: 185px;
    }
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content.has_img_block .listing_meta {
    text-transform: uppercase;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content.has_img_block .listing_meta span.post_date {
    opacity: 0.6;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content.has_img_block{
    padding: 47px 40px 34px 40px;
}
.elementor-widget-gt3-core-blogboxed .listing_meta span:after{
    margin-left: 6px;
    margin-right: 5px;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content .blogboxed_info_box .gt3_module_button_list,
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content .blogboxed_info_box .blog_post_info{
    opacity: 1;
    margin-top: 62px;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content .blogboxed_info_box .gt3_module_button_list a:before,
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content .blogboxed_info_box .gt3_module_button_list a:after{
    display: none;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content .blogboxed_info_box .gt3_module_button_list a {
    font-size: 12px;
    line-height: 24px;
    opacity: 1;
    letter-spacing: 0;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content.has_img_block .listing_meta,
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content.has_img_block .listing_meta span.blogboxed_author a,
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content.has_img_block .listing_meta span.blogboxed_author{
    opacity: 1;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content .gt3blogboxed_block_wrap .blog_post_title a:hover{
    opacity: 1;
}
.elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_author{
    font-weight: 400;
}
@media only screen and (max-width: 1200px) and (min-width: 1001px), (max-width: 600px){
    .elementor-widget-gt3-core-blogboxed .module_type2 .blogboxed_content.has_img_block {
        padding-top: calc(75% + 50px);
    }
}
.elementor-widget-gt3-core-blogboxed .blog_post_title,
.gt3_related_posts_wrap .related_block_content .blog_post_title {
    font-size: 22px;
    line-height: 30px;
}
.elementor-widget-gt3-core-blogboxed .listing_meta,
.gt3_related_posts_wrap .related_block_content .listing_meta {
    margin-bottom: 10px;
}
.elementor-widget-gt3-core-blogboxed .listing_meta{
    opacity: 0.6;
}
.elementor-widget-gt3-core-blogboxed .gt3_module_button_list,
.gt3_related_posts_wrap .related_block_content .gt3_module_button_list {
    margin-top: 15px;
}
.elementor-widget-gt3-core-blogboxed .item_wrapper *,
.elementor-widget-gt3-core-blogboxed .listing_meta span.post_category a:after{

}
/* Portfolio Module */
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:hover:before {
    opacity: 0.3;
}
.elementor-widget-gt3-core-portfolio .hover_none .loaded .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type1 .loaded .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type4 .loaded .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type5 .loaded .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_none .lazy_loaded .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type1 .lazy_loaded .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type4 .lazy_loaded .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type5 .lazy_loaded .wrapper:hover .img:after,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .img-wrapper.has_text_info:before {
    opacity: 0.8;
}
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper.has_text_info:hover:before {
    opacity: 0.7;
}
.elementor-widget-gt3-core-portfolio .hover_none .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type1 .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type4 .wrapper .img:after,
.elementor-widget-gt3-core-portfolio .hover_type5 .wrapper .img:after {
    background: #202326;
}
.gt3-photo-gallery-pro--isotope_gallery .hover-default .img-wrapper.has_text_info:before {
    background: transparent;
}
.elementor-widget-gt3-core-portfolio .hover_type5 .wrapper .img:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.elementor-widget-gt3-core-portfolio .wrapper .text_wrap,
.gt3pg-isotope-item .text_info_wrapper,
.recent_posts_content .recent_posts_wrapinner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.elementor-widget-gt3-core-portfolio .wrapper .text_wrap .categories,
.gt3pg-isotope-item .text_info_wrapper .text_wrap_caption{
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.elementor-widget-gt3-core-portfolio .hover_type5 .wrapper .text_wrap,
.elementor-widget-gt3-core-portfolio .hover_type5 .lazy_loaded .wrapper .img:after{
    opacity: 0;
}

.elementor-widget-gt3-core-portfolio .hover_type5 .wrapper:hover .text_wrap{
    opacity: 1;
}
/* Video Module */
.elementor-custom-embed-play i:before {
    opacity: 0 !important;
}
.elementor-custom-embed-play i {
   text-shadow: none !important;
   opacity: 1;
}
.elementor-custom-embed-play {
    border: 1px solid;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 300ms;
}
.elementor-custom-embed-play i:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent currentcolor;
    margin-left: 2px;
    transition: all 300ms;
    opacity: 1;
}
.elementor-custom-embed-play:hover {
    opacity: 0.5;
}

/* Team Module */
.elementor-widget-gt3-core-team .module_team .team_img.featured_img + .team_icons_wrapper {
    font-size: 1.3em;
}
.elementor-widget-gt3-core-team .module_team.type1 .team_img.featured_img + .team_icons_wrapper {
    top: 25px;
    bottom: auto;
    left: auto;
    right: 30px;
}
.elementor-widget-gt3-core-team .module_team.type1 .team_img.featured_img + .team_icons_wrapper .team-icons .member-icon {
    display: block;
    padding: 5px 0;
    text-align: right;
}
.elementor-widget-gt3-core-team .module_team.type1 .item-team-member:not(.item-team--no_image) .team-infobox{
    padding: 10px 15px;
    padding-bottom: 30px;
    text-align: center;
}
.elementor-widget-gt3-core-team .module_team.type1 .item-team-member:not(.item-team--no_image) .team-infobox .team_title {
    text-align: center;
}
body .elementor-widget-gt3-core-team .module_team.type1 .item_wrapper:hover .team-infobox{
    margin: 30px 45px;
    background: rgba(255, 255, 255, 0.95);
}
body .elementor-widget-gt3-core-team .module_team.type1 .item_wrapper:hover .team_img:before {
    opacity: 1;
}
.elementor-widget-gt3-core-team .module_team .team_title__text {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0;
}
.elementor-widget-gt3-core-team .module_team .team-positions {
    font-size: 14px;
    opacity: 1;
    font-weight: 400;
}

/* ImageInfoBox */
.elementor-widget-gt3-core-imageinfobox .gt3_imageinfobox_container {
    font-weight: bold;
    letter-spacing: 1px;
}

/* Instagram */
body .wdi_feed_container,
body .wdi_feed_container .wdi_photo_wrap_inner {
    background-color: transparent !important;
    border: 0 !important;
}
body .wdi_feed_container .wdi_photo_wrap {
    padding: 0 !important;
    width: 100% !important;
}
body .wdi_feed_container .wdi_feed_item {
    font-size: 0;
    line-height: 0;
}
body .wdi_feed_container .wdi_feed_item .wdi_photo_overlay {
    background: rgba(0,0,0, 0.4) !important;
    opacity: 0;
    transition: opacity 300ms;
}
body .wdi_feed_container .wdi_feed_item .wdi_photo_overlay:hover {
    opacity: 1;
}
body .wdi_feed_container .wdi_feed_item .wdi_photo_overlay .wdi_thumb_icon {
    opacity: 0 !important;
}

@keyframes move {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
.scroll_to_btn img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    animation: move 2s infinite linear;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.elementor .overlay_z_index_higher .elementor-background-overlay {
    z-index: 1;
    pointer-events: none;
}
.section_left_aligment .elementor-section-boxed.elementor-section .elementor-container {
    margin-left: 0;
}
.section_left_aligment .elementor-image-box-img {
    margin-top: 6px !important;
}

/* PriceBox Type2 */
.gt3_pricebox_module_wrapper > .gt3_price_item-cost-elementor {
    display: none;
}
.gt3_price_item-cost-elementor
@media only screen and (min-width: 768px) {
    .gt3_pricebox_module_wrapper.type2 .gt3_price_item-elementor .gt3_price_item-cost-elementor {
        display: none;
    }
    .gt3_pricebox_module_wrapper.type2 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .gt3_pricebox_module_wrapper.type2 > div {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        display: flex;
    }
    .gt3_pricebox_module_wrapper.type2 > div.gt3_price_item-cost-elementor {
        margin-right: 20px;
    }
    .gt3_pricebox_module_wrapper.type2 > div.gt3_price_item-elementor {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .gt3_pricebox_module_wrapper.type2 > div.gt3_price_item-elementor .gt3_price_item_wrapper-elementor {
        width: 100%;
        text-align: left;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_price_item-elementor .items_text-price {
        padding: 0;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_price_item-elementor .items_text-price:before,
    .gt3_pricebox_module_wrapper.type2 .gt3_price_item-elementor .items_text-price:after {
        display: none;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_item_cost_wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_item_cost_wrapper > div {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_item_cost_wrapper > div.price_item_title-elementor {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_item_cost_wrapper > div.price_item_description-elementor {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_item_cost_wrapper > div.img_wrapper-price_2 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-widget-gt3-core-pricebox .gt3_pricebox_module_wrapper.type2 .price_button-elementor a {
        padding: 0;
    }
    .gt3_pricebox_module_wrapper.type2 .items_text-price ul li:before {
        display: none;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_price_item-cost-elementor {
        padding-top: 0;
        margin-top: -7px;
    }
    .gt3_pricebox_module_wrapper.type2 .gt3_price_item_body-elementor {
        padding-top: 7px;
    }
}
.elementor-widget-gt3-core-pricebox .gt3_pricebox_module_wrapper.type2 .price_button-elementor span {
    padding: 0;
}
.elementor-widget-gt3-core-pricebox .gt3_pricebox_module_wrapper.type2 .price_button-elementor div {
    vertical-align: baseline !important;
    line-height: normal !important;
}
.elementor-shortcode .mc_custom_border_hdr {
    display: none;
}
.elementor-shortcode .mc_error_msg,
.elementor-shortcode .mc_success_msg {
    text-align: center;
}

.single-team .main_wrapper,
.single-product .main_wrapper,
.single-portfolio .main_wrapper,
.single-post .main_wrapper {
    padding-top: 80px !important;
}
.single-team .gt3-page-title_wrapper + .site_wrapper .main_wrapper,
.single-product .gt3-page-title_wrapper + .site_wrapper .main_wrapper,
.single-portfolio .gt3-page-title_wrapper + .site_wrapper .main_wrapper,
.single-post .gt3-page-title_wrapper + .site_wrapper .main_wrapper {
    padding-top: 0 !important;
}

/* Booked Appointments */

.main_wrapper ul.booked-tabs li:before {
    display: none !important;
}
body .booked-calendar-wrap {
    margin: 0;
}
.booked-calendar-shortcode-wrap{
    overflow: hidden;
    max-width: 409px;
}
.booked-calendar-wrap.large{
    width: calc(100% + 17px);
    max-height: 572px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 !important;
    background: #d95622;
}
@media only screen and (max-width: 1200px) {
    .booked-calendar-wrap.large{
        max-height: 450px;
    }
    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        padding: 0px 7px !important;
    }
}
body table.booked-calendar {
    border-collapse: separate;
    max-width: 409px;
    background: transparent !important;
}
body table.booked-calendar thead {
    text-transform:none;
    background: none !important;
}
body table.booked-calendar tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}
body table.booked-calendar tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
body table.booked-calendar,
body table.booked-calendar tr,
body table.booked-calendar td,
body table.booked-calendar th {
    border: none !important;
    border-radius: 0 !important;
}
body table.booked-calendar tbody td {
    border-left: none !important;
    border-bottom: none !important;
}
body table.booked-calendar tbody tr td:last-child {
    border:none !important;
}
body table.booked-calendar tr.days,
body table.booked-calendar tr.days th {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
}
body table.booked-calendar tr.days th {
    padding: 0 !important;
    padding-bottom: 5px !important;
}
body table.booked-calendar tr.days,
body table.booked-calendar tr.days th,
body .booked-modal p.booked-title-bar {
    background: #d95622!important;
}
body rs-slides table.booked-calendar td.prev-month .date span{
    color: #eca98f;
}
 body table.booked-calendar tr.days th{
    text-transform: none;
 }
body table.booked-calendar td.prev-date .date,
body table.booked-calendar td.prev-date:hover .date{
    background:#e05e2a !important;
    color: #ffffff !important;
}
body table.booked-calendar td.prev-date .date span{
    background: #d95622 !important;
    color: #eca98f;
    border: none !important;
    border-radius: 0 !important;
}
body table.booked-calendar td {
    font-size:16px;
    color:#42474c;
}
body table.booked-calendar td:nth-child(2) span.number,
body table.booked-calendar td:nth-child(4) span.number,
body table.booked-calendar td:nth-child(6) span.number {
    background: #e05e2a !important;
    color: #ffffff;
}
body table.booked-calendar td .date,
body table.booked-calendar td:hover .date,
body table.booked-calendar td.next-month .date,
body table.booked-calendar td.prev-month .date {
    background:#d95622;
    color: #ffffff;
}
body table.booked-calendar td .date{
    width: 100%;
    height: 59px;
    line-height: 59px !important;
}
body table.booked-calendar td .date .number {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    width: 100%;
    height: 59px;
    line-height: 59px !important;
    text-align: center !important;
}
body table.booked-calendar td:hover .date span,
body table.booked-calendar td.today .date span {
    color:#0c2445;
    background: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
}
body table.booked-calendar tr.week td.active {
    border-bottom-color:#282a2d !important;
    background:#f6f8f9;
}
body table.booked-calendar tr.week td.active .date {
    background:#ffffff;
    color:#0c2445;
}
body table.booked-calendar tr.week td .date .number,
body table.booked-calendar td .date span{
    border: none !important;
    border-radius: 0 !important;
}
body table.booked-calendar td.today:hover .date span,
body table.booked-calendar thead th .monthName {
    color:#fff !important;
}
body table.booked-calendar tr.week td.active .date .number,
body table.booked-calendar td:hover .date span,
body table.booked-calendar td.today:hover .date span,
body table.booked-calendar td.today.prev-date .date span {
    background: white !important;
    color: #0c2445 !important;
}
body table.booked-calendar td.active:hover .date span {
    background:#fff;
}
body table.booked-calendar tr.week td.active:hover .count {
    top:-40px;
}
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date,
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date:hover {
    background:#f6f8f9 !important;
    color:#42474c !important;
}
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span,
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span:hover {
    background:#fff !important;
    color:#42474c !important;
}
body table.booked-calendar td.today.active:hover .date span {
    background:#fff !important;
    color:#42474c !important;
}
body table.booked-calendar tr.entryBlock {
    background: #ffffff;
}
body table.booked-calendar tr.entryBlock {
    color:#fff;
}
body table.booked-calendar tr.entryBlock td {
    padding:2% !important;
}
body table.booked-calendar td.today:hover .date,
body table.booked-calendar td.today .date{
    color:#ffffff !important;
}
body table.booked-calendar td.today.prev-date:hover .date span {
    background:none !important;
    color:#ffffff !important;
}
body table.booked-calendar th .monthName a {
    font-size: 1rem;
    color: #fff;
}
body table.booked-calendar th .monthName a:before,
body table.booked-calendar th .monthName a:after {
    content: '(';
}
body table.booked-calendar th .monthName a:after {
    content: ')';
}
body table.booked-calendar .booked-appt-list {
    background:none;
    transform:scale(0.95);
    padding: 15px 22px !important;
    padding-bottom: 5px !important;
    display:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}
body .booked-calendar-wrap .booked-appt-list h2 {
    text-align:center !important;
    color:#0c2445;
    font-size:24px;
    line-height: 33px !important;
    margin-bottom: -2px !important;
}
body .booked-calendar-wrap .booked-appt-list h2 * {
    font-size: 16px;
    line-height: 30px !important;
    font-weight: 700 !important;
    text-transform: none;
}
body .booked-calendar-wrap .booked-appt-list h2 b,
body .booked-calendar-wrap .booked-appt-list h2 strong,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people span.button-text{
    font-weight: 700 !important;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button{
    padding: 0px 19px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.25px;
    font-weight: bold;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time span.timeslot-rang{
    font-weight: 400;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title{
    color: #0c2445;
    font-weight: bold !important;
    margin: 0 !important;
    line-height: 1 !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:hover {
    background:#ffffff;
}
body .booked-form .required-asterisk {
    font-size: 9px;
    color: #fe3f4c;
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}
body .booked-form .booked-appointments {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid;
}
body .booked-modal .bm-window .booked-scrollable {
    background: #ffffff;
}
body .booked-modal .bm-window .booked-scrollable{
    border-radius: 0;
}
body .booked-modal .bm-window{
    -moz-box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.5);
}
body #booked-profile-page input[type="submit"],
body #booked-profile-page button,
body .booked-list-view input[type="submit"],
body .booked-list-view button,
body table.booked-calendar input[type="submit"],
body table.booked-calendar button,
body .booked-modal input[type="submit"],
body .booked-modal button {
    line-height: 37px !important;
    padding: 0 18px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0px;
    border: none !important;
}
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
    border-color: #e2e5e7;
    color: #5c656d;
    background: #fff;
    line-height: 25px;
    height: auto;
}
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email] {
    padding: 7px 18px;
}
body .booked-form #condition-new,
body .booked-form #condition-current {
    margin-bottom: 20px;
}
body .booked-modal .bm-window p.booked-title-bar {
    padding-left: 30px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body .booked-form .booked-appointments,
body .booked-modal button.cancel,
body .booked-modal button.cancel:hover{
    background: transparent !important;
}
body .booked-modal button.cancel,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,
body input[type="submit"]:not(#mc_signup_submit),
body input[type="submit"]:not(#mc_signup_submit):hover,
body .booked-modal button.cancel:hover,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
    color: #ffffff !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time{
    width: 50% !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
    padding-top: 24px !important;
}
body .booked-modal .bm-window .close {
    font-size: 15px;
    color: #fff;
    top: 13px;
    right: 20px;
}
body .booked-modal .bm-window .close:hover {
    opacity: 0.5;
}
body .booked-modal .bm-window p.appointment-info {
    font-weight: 400;
}
body .booked-modal .bm-window p.appointment-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot {
    padding: 0 !important;
    padding-bottom: 22px !important;
    border-bottom: 1px solid #eeeeee !important;
    border-top: none !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title .timeslot-time{
    padding-left: 0 !important;
    padding-top: 27px !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
    padding-right: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:last-child {
    border-bottom-color: transparent !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    text-transform: none;
    padding-left: 23px;
    font-size: 12px;
    line-height: 1;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
body table.booked-calendar thead th{
    background: #d95622 !important;
}
body rs-slides table.booked-calendar th .page-right,
body rs-slides table.booked-calendar th .page-right:hover {
    right: 20px;
    border: none !important;
    bottom: auto !important;
}
body rs-slides table.booked-calendar th .page-left,
body rs-slides table.booked-calendar th .page-left:hover{
    left: 20px;
    border: none !important;
}
@media only screen and (min-width: 1000px) {
    body table.booked-calendar .booked-appt-list {
        padding-left: 75px;
        padding-right: 75px;
    }
    body table.booked-calendar th .monthName,
    body table.booked-calendar thead .calendarSavingState {
        font-size: 20px;
        line-height: 1.5;
        height: auto;
        font-weight: 700;
    }
    body table.booked-calendar th .monthName a {
        font-weight: 400;
    }
    body table.booked-calendar thead tr:first-child th {
        height:80px;
    }
    body.font-awesome-4-shim table.booked-calendar th .page-right:after,
    body.font-awesome-4-shim table.booked-calendar th .page-left:after{
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }
    body table.booked-calendar th .page-left:hover:after,
    body table.booked-calendar th .page-right:hover:after {
        color: #ffffff;
    }
    body table.booked-calendar th .page-left:hover,
    body table.booked-calendar th .page-right:hover {
        background: transparent;
        border-color: #ffffff;
    }
    body .tooltipster-base {
        margin-top: -31px;
    }
    body .tooltipster-light .tooltipster-content {
        font-size: 13px;
        line-height: 13px;
        padding: 5px 9px;
        color: #5c656d;
        font-weight: 400;
    }
    .elementor-widget-gt3-core-blogboxed .module_type2.image_position_left .blogboxed_content.has_img_block{
        padding-left: calc(50% + 40px);
    }
}
@media only screen and (max-width: 767px) {
    .backToMonth {
        display: none;
    }
    .booked-calendar-wrap.large{
        width: 100%;
    }
    body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
    body table.booked-calendar .booked-appt-list .timeslot .timeslot-count,
    body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people,
    body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
        width: 100% !important;
    }
    body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
    body table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 992px) {
    .gt3_isotope-custom-menu .gt3_team_list__filter.isotope-filter {
        text-align: center;
        float: none;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1200px) {
    body .elementor-widget-gt3-core-team .module_team.type1 .item_wrapper .team-infobox,
    body .elementor-widget-gt3-core-team .module_team.type1 .item_wrapper:hover .team-infobox {
        margin: 30px 10px;
    }
}

.gt3_contact_info_menu a:not(:hover) {
    color: inherit;
}

input[type='checkbox'] + label {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: inline-block !important;
    padding-left: 5px;
    opacity: 1 !important;
    color: inherit !important;
}
.gt3-photo-gallery-pro--instagram_gallery .gt3pg-isotope-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4) !important;
    opacity: 0;
    transition: opacity 300ms;
    content: '';
    pointer-events: none;
}
.gt3-photo-gallery-pro--instagram_gallery .gt3pg-isotope-item .isotope_item-wrapper:hover:after {
    opacity: 1;
}
.gt3-photo-gallery-pro--instagram_gallery .gt3pg-isotope-item .gt3pg-lightbox::before,
.gt3-photo-gallery-pro--instagram_gallery .gt3pg-isotope-item .gt3pg-lightbox::after {
    display: none !important;
}
.gt3-photo-gallery-pro--instagram_gallery .gt3pg-isotope-item .gt3pg-lightbox .img-wrapper img {
    -webkit-transition: -webkit-transform 1.5s !important;
    transition: transform 1.5s !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    transform-origin: center;
    left: 0 !important;
    top: 0 !important;
}
.gt3-photo-gallery-pro--instagram_gallery .gt3pg-isotope-item .gt3pg-lightbox:hover .img-wrapper img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

/*.gt3pg-isotope-item .text_info_wrapper {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 35px;
    text-align: left;
    z-index: 5;
    transition: bottom 300ms;
}
.gt3pg-isotope-item .isotope_item-wrapper:hover .text_info_wrapper {
    bottom: 45px;
}*/
.gt3-photo-gallery-pro--isotope_gallery .hover-default .img-wrapper:after {
    display: none;
    visibility: hidden;
}
.gt3pg-justified-gallery .gt3pg-isotope-item .img:before {
    background: #000;
    opacity: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s linear;
    display: none;
}
.gt3pg-justified-gallery .gt3pg-isotope-item:hover .img:before {
    opacity: 0.3;
}

/* Shift Gallery */
.shift-gallery-wrapper .gallery-title_wrapper {
    margin: 0;
    left: 50px;
    right: auto;
    bottom: 60px;
}
.fullview .gallery-slide:not(.slide--fullview) .gallery-title_wrapper {
    display: none;
}
.shift-gallery-wrapper .gallery-title_wrapper .shift_title {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: normal;
}
.shift-gallery-wrapper .gallery-title_wrapper .shift_title + .shift_descr {
    margin-top: 3px;
}
.shift-gallery-wrapper .shift-gallery .gallery-slide .image-background-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms;
    top: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,1) 100%);
    opacity: 0;
}
.shift-gallery-wrapper .shift-gallery .gallery-slide:after {
    background: transparent;
}
.shift-gallery-wrapper .shift-gallery.title_state_always .gallery-slide .image-background-wrapper:after,
.shift-gallery-wrapper .shift-gallery.title_state_expanded .gallery-slide.slide--fullview .image-background-wrapper:after,
.shift-gallery-wrapper .shift-gallery.title_state_on_hover .gallery-slide:hover .image-background-wrapper:after {
    opacity: 0.7;
}
.shift-gallery-wrapper .shift-gallery.title_state_on_hover .odd_slide .gallery-title_wrapper {
    right: 80px;
    text-align: right;
}
.shift-gallery-wrapper .shift-gallery.title_state_on_hover .even_slide .gallery-title_wrapper {
    left: 80px;
}
.gt3pg-pro--shift .controls a > div {
    display: none;
    visibility: hidden;
}
.gt3pg-pro--shift .controls a {
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 10px 20px;
}
.shift-gallery-wrapper .shift-gallery.title_state_on_hover .odd_slide .gallery-title_wrapper .shift_title,
.shift-gallery-wrapper .shift-gallery.title_state_on_hover .odd_slide .gallery-title_wrapper .shift_descr {
    margin-right: 0;
    margin-left: auto;
    padding-left: 30px !important;
}
.shift-gallery-wrapper .shift-gallery.title_state_on_hover .even_slide .gallery-title_wrapper .shift_title,
.shift-gallery-wrapper .shift-gallery.title_state_on_hover .even_slide .gallery-title_wrapper .shift_descr {
    margin-right: auto;
    margin-left: 0;
    padding-right: 30px !important;
}
@media only screen and (min-width: 1000px){
    .shift-gallery-wrapper .shift-gallery.title_state_on_hover .odd_slide .gallery-title_wrapper {
        right: 110px;
        text-align: right;
    }
    .shift-gallery-wrapper .shift-gallery.title_state_on_hover .even_slide .gallery-title_wrapper {
        left: 110px;
    }
}
@media only screen and (max-width: 767px){
    .shift-gallery-wrapper .shift-gallery .gallery-title_wrapper {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .shift-gallery-wrapper .shift-gallery.title_state_always .gallery-slide .image-background-wrapper:after,
    .shift-gallery-wrapper .shift-gallery.title_state_expanded .gallery-slide.slide--fullview .image-background-wrapper:after,
    .shift-gallery-wrapper .shift-gallery.title_state_on_hover .gallery-slide:hover .image-background-wrapper:after {
        opacity: 0;
    }
}

.single-post .sidebar-container .sidebar {
    margin-top: -5px;
}

/* Blog Related Posts */
.gt3_related_posts_block {
    box-sizing: border-box;
    margin-bottom: 70px;
}
.gt3_related_posts_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.gt3_related_posts_wrap .related_block_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    width: 33.333%;
}
.gt3_related_posts_block.items2  .gt3_related_posts_wrap .related_block_item {
    width: 50%;
}
.gt3_related_posts_wrap .related_item_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 500ms;
    margin-left: 30px;
    margin-top: 40px;
    background: #fafafa;
    border: 1px #fafafa solid;
}
.gt3_related_posts_wrap .related_item_wrapper:hover {
    background: transparent;
}
.gt3_related_posts_wrap .related_block_content {
    padding: 110px 35px;
    position: relative;
    z-index: 5;
    text-align: center;
}
.gt3_related_posts_wrap .related_block_img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 800ms, opacity 700ms;
    -moz-transition: -moz-transform 800ms, opacity 700ms;
    -o-transition: -o-transform 800ms, opacity 700ms;
    transition: transform 800ms, opacity 700ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    opacity: 0.4;
}
.gt3_related_posts_wrap .related_item_wrapper:hover .related_block_img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0;
}
.gt3_related_posts_wrap .related_block_content .blog_post_title a {
    transition: opacity 300ms;
    opacity: 1;
}
.gt3_related_posts_wrap .related_block_content .blog_post_title a:hover {
    opacity: 0.7;
}

/* select 2 */
span.select2.select2-container{
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
}
.woocommerce-checkout .select2-container .select2-selection--single,
.select2-container--default span.select2-selection--single{
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    outline: none;
    background: transparent;
    margin-bottom: 10px;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow,
.select2-container--default .select2-selection--single span.select2-selection__rendered{
    font-size: 14px;
    line-height: 23px;
    padding: 8px 20px;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow {
    width: 50px;
    height: 39px;
    top: 1px;
    right: 1px;
    left: auto;
    bottom: auto;
    padding: 0;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow:after {
    border: none;
    height: auto;
    width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    content:"\f107";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.font-awesome-4-shim .select2-container--default .select2-selection--single span.select2-selection__arrow:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.select2-container--default.select2-container--open .select2-selection--single span.select2-selection__arrow:after {
    content:"\f106";
}
.select2-dropdown {
    padding: 30px;
    border-radius: 0;
}
.select2-dropdown.select2-dropdown--below {
    margin-top: -10px;
}
ul.select2-results__options,
ul.select2-results__options li,
.select2-container--default li.select2-results__option[aria-selected="true"],
ul.select2-results__options li:hover {
    background: transparent !important;
}
.select2-search--dropdown {
    padding: 0;
}
ul.select2-results__options{
    position: relative;
    z-index: 5555;
    width: 100%;
}
ul.select2-results__options li{
    font-size: 1em;
    line-height: 1.5;
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0 0 5px 0;
}
ul.select2-results__options li:last-child {
    padding-bottom: 0;
}
ul.select2-results__options li:before {
    display: inline-block !important;
}
ul.select2-results__options li.select2-results__message:before {
    display: none !important;
}
/* select 2 */

aside {
    margin-bottom: 95px;
}
fieldset {
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
}
.search-results .blog_post_preview .blog_content {
    padding: 0;
    background: none;
}
.search-results .blog_post_preview {
    margin-bottom: 40px;
}

blockquote cite br:first-child,
.page-link .pagger_info_text {
    display: none;
}

.gt3pg_pro-fsslider-showSocials .site_wrapper {
    z-index: 10000;
}

.blog_post_media .slick_wrapper:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    transition: opacity 2000ms;
}
.blog_post_media .slick_wrapper.slick-initialized {
    opacity: 1;
}

.page_with_gt3pg_pro_fsslider_footer_above footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before {
    content: '';
}
.select2-search--dropdown .select2-search__field {
    background: transparent !important;
    border-radius: 0 !important;
}

.gt3pg_pro_socials:after {
     position: absolute;
     left: 0;
     right: 0;
     top: auto;
     bottom: 0;
     height: 120px;
     content: '';
     /*box-shadow: 0 0 150px 80px #000;*/
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}

.page_with_gt3pg_pro_fsslider_footer_above footer {
    transition: transform 200ms ease-in-out;
    -webkit-transition: transform 200ms ease-in-out;
    visibility: visible;
}

.page_with_gt3pg_pro_fsslider_footer_above.gt3pg_pro_video_playing footer {
    transform: translateY(200%) !important;
    visibility: hidden;
}

.page_with_gt3pg_pro_fsslider_footer_above .gt3_header_builder.header_over_bg {
    transition: transform 200ms ease-in-out;
    -webkit-transition: transform 200ms ease-in-out;
}

body.gt3pg_pro_video_playing .gt3_header_builder.header_over_bg {
    transform: translateY(-200%) !important;
    -webkit-transform: translateY(-200%) !important;
}

.proof_gallery .proof-photo:hover .proof-photo__bg {
    background: transparent !important;
}

.single-proof_gallery #comments {
    margin-bottom: 95px;
}

.proof_gallery .gallery-columns-3 .gallery-item {
    max-width: calc(33.333% - 0.5px) !important;
    width: calc(33.333% - 0.5px) !important;
}

button.mfp-arrow {
    width: auto;
    height: auto;
    border: none;
}
button.mfp-arrow:before {
    content: "\f104";
    font-size: 30px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    margin-top: 0;
    display: inline-block;
    padding: 0;
    border: none;
}
button.mfp-arrow.mfp-arrow-right:before {
    content: "\f105";
}

.ribbon_slider_wrapper .status-wrapper {
    font-weight: bold;
}

.wp-block-button {
    margin-bottom: 17px;
}
.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a{
    border-radius: 0;
}
.wp-block-cover.alignwide {
    margin-bottom: 25px;
}
.wp-block-cover.has-background-dim p.wp-block-cover-text,
.wp-block-cover p:not(.has-text-color){
    color: #fff;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-awesome-4-shim div.wpcf7-response-output:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.portfolio_post_date {
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
}
.hover_type4 .portfolio_post_btn,
.hover_type5 .portfolio_post_btn {
    display: block;
}
.portfolio_post_btn {
    display: none;
    text-align: center;
    padding-top: 20px;
}
.portfolio_post_btn span {
    display: inline-block;
    vertical-align: top;
    border: 2px solid;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 28px 13px 28px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 300ms;
}
.portfolio_post_btn span:hover {
    background: #fff;
    border-color: #fff;
    color: #252b31;
}
.elementor-widget-gt3-core-portfolio .hover_type4 .text_wrap,
.elementor-widget-gt3-core-portfolio .hover_type5 .text_wrap {
    pointer-events: inherit;
}

/* Team 5 */
.elementor-widget-gt3-core-team .module_team.type5 .gt3_single_team_info .gt3_single_team_info__item,
.elementor-widget-gt3-core-team .module_team.type5 .gt3_single_team_info .gt3_single_team_info__item h4 {
    display: none;
}
.elementor-widget-gt3-core-team .module_team.type5 .gt3_single_team_info .gt3_single_team_info__item:first-child {
    display: block;
}

.gt3_team_title + .gt3_single_team_position_member {
    margin-top: -26px;
    margin-bottom: 30px;
}

.gt3_single_team_info + .gt3_single_team_socials {
    padding-top: 20px;
}
.gt3_single_team_socials a:hover {
    opacity: 0.8;
}

.elementor-widget-gt3-core-blogboxed .blogboxed_author {
    padding-top: 0;
    margin-top: 0;
}
.elementor-widget-gt3-core-blogboxed a:hover{
    opacity: 1;
}
.gt3_module_related_posts .item_wrapper .blog_content .post_share_block:hover > .post_share_wrap ul li span {
    background: transparent !important;
}

.elementor-toggle .elementor-tab-title {
    box-shadow: 0px 0px 18px 0px rgba(4, 15, 32, 0.06);
    position: relative;
}
.elementor-toggle .elementor-tab-title.elementor-active {
    color: #fff !important;
}
.elementor-toggle .elementor-tab-title.elementor-active a {
    color: inherit !important;
}

.gt3_pagetitle_has_shadow {
    -webkit-box-shadow: 1px 0px 38px 0 rgba(23, 46, 73, 0.09);
    -moz-box-shadow: 1px 0px 38px 0 rgba(23, 46, 73, 0.09);
    box-shadow: 1px 0px 38px 0 rgba(23, 46, 73, 0.09);
}

/*
@media only screen and (min-width: 768px) {
    body .site_wrapper,
    body .gt3-page-title_wrapper {
        opacity: 0;
        transition: opacity .4s;
    }
    body.page-loaded .site_wrapper,
    body.page-loaded .gt3-page-title_wrapper {
        opacity: 1;
    }
}
*/

.gt3_header_builder .elementor-social-icons-wrapper a {
    vertical-align: middle;
}
.gt3_header_builder .elementor-social-icon {
    background-color: transparent;
    padding: 0;
}
.gt3_header_builder .elementor-social-icon-twitter,
.gt3_header_builder .elementor-social-icon-facebook-f,
.gt3_header_builder .elementor-social-icon-instagram,
.gt3_header_builder .elementor-social-icon-youtube {
    background-color: transparent;
}
.gt3_header_builder .elementor-icon,
.gt3_header_builder .elementor-social-icon {
    font-size: 18px;
}

.icon_svg_btn svg{
    stroke: currentColor;
}
.icon_svg_btn svg * {
    fill: inherit;
    fill-rule: evenodd;
}
.elementor-widget-gt3-core-button a:not(.hover_type2) .elementor_btn_icon_container .icon_svg_btn svg {
    -webkit-transition: left 400ms;
    -moz-transition: left 400ms;
    -ms-transition: left 400ms;
    -o-transition: left 400ms;
    transition: left 400ms;
}
.elementor-widget-gt3-core-button a:not(.hover_type2):hover .elementor_btn_icon_container .icon_svg_btn svg {
    left: 5px;
}
.elementor-widget-gt3-core-tabs .horizontal_type .ui-tabs-nav {
    margin-bottom: 15px;
}
.elementor-widget-gt3-core-tabs .horizontal_type .ui-tabs-nav .ui-state-default:first-child a {
    margin-left: 0 !important;
}
.elementor-widget-gt3-core-tabs .horizontal_type .ui-tabs-nav .ui-state-default{
    margin-right: 0;
}
.rev-btn u + svg,
.rev-btn span + svg {
    margin-left: 10px;
}
.rev-btn svg,
.rev-btn svg path {
    fill: currentColor;
    stroke: currentColor;
}

span.gt3_currency {
    font-size:0.6em;
    display:inline-block;
    vertical-align:top;
    margin-top:-3px
}

@media only screen and (min-width: 768px){
    .gt3-video-btn:before,
    .gt3-video-btn:after {
        position: absolute;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        left: 50%;
        top: 50%;
        content: '';
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        pointer-events: none;
        border-radius: 50%;
        border: 1px solid;
        animation: rev_video_btn_pulse 2100ms infinite linear;
    }
    .gt3-video-btn:after {
        animation-delay: 700ms;
    }
    @keyframes rev_video_btn_pulse {
        0%{
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            opacity: 1;
        }
        100%{
            width: 200%;
            height: 200%;
            opacity: 0;
        }
    }
}
figure.wp-block-image.alignfull {
    margin-bottom: 1.37em;
}
figure.wp-block-pullquote blockquote:before{
    display: none;
}

input[type='submit'],
#respond .form-submit button,
body input[type="submit"]:not(#mc_signup_submit),
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.front:before,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link,
.single-tribe_events .tribe-events-cal-links a{
    background-size: 150% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
input[type='submit']:hover,
#respond .form-submit button:hover,
body input[type="submit"]:not(#mc_signup_submit):hover,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:before,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link:hover,
.single-tribe_events .tribe-events-cal-links a:hover{
    background-position: 100% 150%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer_custom_menu * {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
}
.footer_custom_menu a{
    position: relative;
}
.footer_custom_menu a{
    color: #ffffff;
}
.gt3_home3 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 98px;
}
.elementor-widget-wpda-builder-menu nav ul li ul.sub-menu{
    top: calc(100% + 3px);
    padding: 2px 0;
}
.elementor-widget-wpda-builder-menu nav ul li ul.sub-menu li{
    padding: 15px 21px;
}
@media only screen and (max-width: 1199px){
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu li{
        padding: 10px 21px;
    }
}
.elementor-widget-wpda-builder-menu nav ul li ul.sub-menu ul.sub-menu{
    margin-top: 0px;
}
.elementor-widget-wpda-builder-menu nav ul li ul.sub-menu:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 10%;
    content: '';
    border-top: 2px solid;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    transition: all 800ms;
}
.elementor-widget-wpda-builder-menu nav ul li:hover ul.sub-menu:before {
    opacity: 1;
    width: 100%;
}
.elementor-widget-wpda-builder-menu nav ul li ul.sub-menu li:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
/* Events */
.gt3-stripe-more,
h1.tribe-events-single-event-title,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime{
    font-weight: 700;
}
#tribe-events-content {
    padding: 2px 15px;
}
time.tribe-events-calendar-list__event-date-tag-datetime {
    padding-top: 20%;
    height: 92px !important;
    border-radius: 50%;
    width: 92px;
}
.tribe-events-schedule h2,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.single-tribe_events .tribe-events-cal-links a,
a.tribe-events-gcal.tribe-events-button,
a.tribe-events-ical.tribe-events-button {
    font-size: 12px;
    text-transform: uppercase !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium,
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday{
    font-weight: 400;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday{
    font-size: 16px;
    line-height: 1;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    font-size: 36px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday{
    text-transform: none;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    padding: 0px 20px 0px 40px;
}
.tribe-events-calendar-list__month-separator {
    text-transform: none;
    font-size: 24px;
    margin: 1.25em auto;
    text-align: center;
    position: relative;
    background-color: transparent;
    z-index: 1;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2,
span.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold,
span.tribe-events-calendar-list__event-venue-address {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}
span.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold,
span.tribe-events-calendar-list__event-venue-address {
    font-style: italic;
}
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin:hover{
    border: none;
}
.tribe-common .tribe-common-anchor-thin,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    font-size: 22px;
    font-weight: 400;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
    content: "";
    border-bottom: 1px solid;
    border-color: rgba(99,99,99, 0.2);
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    background: transparent;
    margin: 0;
}
time.tribe-events-calendar-list__event-datetime {
    opacity: 0.6;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link,
.single-tribe_events .tribe-events-cal-links a,
a.tribe-events-gcal.tribe-events-button,
a.tribe-events-ical.tribe-events-button{
    font-size: 12px !important;
    padding: 13px 35px !important;
    border: none !important;
    border-radius: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
    font-size: 24px;
    line-height: 1;
    text-transform: none;
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
    color: #ffffff;
    border: none;
}
.tribe-common a.tribe-common-c-btn-border:hover,
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium,
.tribe-events .tribe-events-c-ical__link:hover
.tribe-events .tribe-events-c-ical__link,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--hover,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.single-tribe_events .tribe-events-cal-links a,
a.tribe-events-gcal.tribe-events-button,
a.tribe-events-ical.tribe-events-button,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical:hover{
    color: #ffffff;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container{
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.tribe-events .tribe-events-header{
    z-index: 5;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    display: block!important;
    visibility: visible;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    background-color: #fff;
    padding: 0 3%;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
span.tribe-events-c-small-cta__price {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    padding: 7px 10px;
    border-radius: 0;
    margin: 0 2px 5px 0;
    white-space: nowrap;
    display: inline-block;
    transition: all 300ms;
    font-style: normal;
    text-transform: lowercase;
    background: #f8f9fa;
    border: 1px solid #f6f7f8;
}
.tribe-events .tribe-events-c-ical__link:before,
.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon,
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after{
    display: none;
}
.tribe-events-calendar-list__event-description.tribe-common-b2 p {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost{
    font-size: 12px !important;
    padding: 5px 10px !important;
    color: #fff !important;
    text-transform: uppercase !important;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    margin-left: 10px;
}
.tribe-common .tribe-common-h7 {
    font-size: 18px;
}
.tribe-events .tribe-events-calendar-month__multiday-event--width-6 .tribe-events-calendar-month__multiday-event-bar {
    width: 100%;
    border-radius: 0 !important;
}
.tribe-common p {
    font-size: 14px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 24px;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
    padding: 0;
}
.single-tribe_events .tribe-events-event-meta {
    background: transparent;
    border: none;
    margin: 30px 0;
}
@media only screen and (min-width: 1200px){
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu{
        top: calc(100% + 10px);
        padding: 2px 0;
    }
    .wpda-builder-menu > ul > li > a:before,
    .wpda-builder-menu > div > ul > li > a:before {
        position: absolute;
        bottom: -9px;
    }
}
rs-layer svg {
    fill:currentcolor;
    color:currentcolor;
    stroke:currentcolor;
}
.gt3_bullets .tp-bullet:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}
rs-layer > div.booked-calendar-shortcode-wrap {
    overflow: hidden;
    max-height: 599px !important;
}
@media only screen and (max-width: 767px) {
    .footer_custom_menu {
        padding: 0 5% !important;
    }
}
p.wp-caption-text {
    padding-bottom: 16px;
}

.post_comments .post_comments_icon {
    margin-left: 5px;
}
.wp-block-quote.is-large {
    padding-left: 61px;
}
.wp-block-pullquote {
    padding: 0 60px;
}
.wp-block-cover-image p:not(.has-text-color) {
    color: #fff;
}
body .wp-block-image figcaption,
body .wp-block-video figcaption{
    color: #202326;
    font-size: 16px;
    margin-bottom: 2em;
    margin-top: 0;
    font-style: italic;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    body .wpda-navbar-collapse {
        border-radius: 0;
        margin: 0;
        width: 100%;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
    body .mobile_menu_active .wpda-navbar-collapse {
        border-radius: 0;
    }
    .wpda-navbar-collapse nav.wpda-builder-menu > ul > li {
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        padding: 0;
        line-height: normal;
    }
    .wpda-navbar-collapse nav.wpda-builder-menu > ul > li a {
        padding: 17px 20px;
    }
    .wpda-navbar-collapse nav.wpda-builder-menu > ul > li:last-child {
        border-bottom: none;
    }
    .elementor-widget-wpda-builder-menu nav ul li.menu-item-has-children > a:after {
        font-size: 1.3em;
    }
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu {
        padding: 0;
        border-top: 1px rgba(255, 255, 255, 0.1) solid;
    }
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu li {
        padding: 0;
    }
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu li a {
        padding: 17px 40px;
    }
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu ul.sub-menu li a {
        padding: 17px 60px;
    }
    .elementor-widget-wpda-builder-menu nav ul li.menu-item-has-children > a:after {
        top: 50%;
        right: 20px;
        margin-top: -10px;
    }
    .elementor-widget-wpda-builder-menu nav > ul > li:after {
        display: none;
    }
    body .mobile_menu_active .wpda-mobile-navigation-toggle {
        right: 20px;
        top: 27px;
    }
}
.elementor-widget-gt3-core-piechart .gt3_pie_chart_wrapper {
    display: block;
}

.has-left-content p.has-text-align-center {
    text-align: left !important;
}
.has-right-content p.has-text-align-center {
    text-align: right !important;
}
.wp-block-cover,
.wp-block-cover-image {
    box-sizing: border-box;
}
.comment-edit-link span {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}
.comment-edit-link {
    opacity: 0.7;
}
.comment-edit-link:hover {
    opacity: 1;
}

body .booked-form .booked-appointments,
.woocommerce div.product form.cart div.quantity,
.woocommerce #review_form #respond input[type="date"],
.woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond input[type="number"],
.woocommerce #review_form #respond input[type="password"],
.woocommerce #review_form #respond input[type="search"],
.woocommerce #review_form #respond input[type="tel"],
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="url"],
.woocommerce #review_form #respond select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce table.shop_table td,
.woocommerce-cart .cart_totals table.shop_table tr th,
.woocommerce-cart .cart_totals table.shop_table tr td,
.select2-search--dropdown .select2-search__field,
.woocommerce .return-to-shop a.button.wc-backward,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    border-color: rgba(148,148,148, 0.1) !important;
}
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
.woocommerce ul.products li.product .gt3_woocommerce_open_control_tag .button,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.gt3_product_list_nav,
.view_more_link,
.widget.widget_posts .recent_posts li,
.post_block_info,
pre,
hr,
.gt3_related_posts_wrap .related_item_wrapper:hover,
.gt3_qty_spinner,
.woocommerce ul.product_list_widget li,
.woocommerce.widget_shopping_cart ul.product_list_widget li,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-MyAccount-navigation ul li + li,
fieldset,
table tbody tr,
table thead tr,
table tfoot tr,
table tbody th,
table tfoot th,
.wp-block-pullquote,
.wp-block-table.is-style-stripes,
.wp-block-button.is-style-outline,
.elementor-widget-gt3-core-blog:not(.post_has_media_content-yes) .items1 .blog_post_preview,
ul.pagerblock li span,
.gt3_comments_pagination .page-numbers,
.page-link .page-number,
.woocommerce form#commentform input#submit,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-info a.button,
.elementor-widget-gt3-core-button a,
.elementor-widget-gt3-core-button a:hover {
    border-color: rgba(148,148,148, 0.1);
}

p.comment-form-cookies-consent {
    display: none !important;
}
.wp-block-audio audio {
    min-width: 200px;
}

@media only screen and (max-width: 1199px){
    body .main-menu ul li ul.sub-menu ul.sub-menu {
        margin-top: 0;
    }
    .main-menu ul li ul .menu-item > a{
        font-size: 1em;
        line-height: inherit;
    }
    .gt3_course_grid,
    .gt3_course_top_info_bar {
        padding-left: 30px;
        padding-right: 30px;
    }
}

body .learn-press-pagination {
    margin-bottom: 80px;
}
.gt3_course_item .gt3_course_thumbnail .course-author {
    display: none;
}
.single-lp_course .lp-single-course {
    padding-top: 30px;
}


body.course-item-lp_lesson .wpda-header-builder,
body.course-item-lp_lesson .gt3-page-title_wrapper,
body.course-item-lp_lesson .wpda-footer-builder {
    display: none !important;
}

body.course-item-lp_lesson .comment-respond .comment-form {
    margin: 0;
}

body.course-item-lp_lesson .comment-respond .comment-form.gt3_form label {
    left: 15px;
    top: 7px;
}

body.course-item-lp_lesson .comment-respond .comment-form.gt3_form label.label-message {
    top: 20px;
}

body.course-item-lp_lesson .comment-respond .comment-form [class*="span12"] {
    width: 100%;
}

/* Learnpress 4 */
.lp-archive-courses ul.course-nav-tabs{
    background: none;
}

.course-tabs .course-nav label{
    padding: 15px 28px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-align: center;
    display: block;
    position: relative;
    color: #252B31;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #ced2d7;
    border-radius: 0px;
    min-width: 160px;
}
.lp-archive-courses .course-summary-content{
    padding-bottom: 50px;
}
ul.learn-press-nav-tabs .course-nav.active label,
ul.learn-press-nav-tabs .course-nav:hover label{
    background: #D95622 !important;
    color: #fff !important;
    border-color: #D95622;
}
ul.learn-press-nav-tabs[data-tabs] .course-nav{
    flex: 0 !important;
}
.lp-archive-courses .course-detail-info{
    background: transparent !important;
    color: #252b31 !important;
}
.lp-archive-courses .course-detail-info .course-title{
    color: #252b31 !important;
    border: none !important;
    padding: 0 !important;
}
.lp-archive-courses .course-meta__pull-left .meta-item__value>div a{
    color: #727e85 !important;
}
.lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top{
    box-shadow: none !important;
}
/* .course-summary-sidebar .course-sidebar-preview,
.course-sidebar-preview .media-preview{
    margin: 0 !important;
} */
.lp-courses-bar .search-courses input[type=text]{
    height: 50px;
    line-height: 50px;
    padding: 8px 45px 8px 30px!important;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #eeeeee !important;
    font-weight: 300;
    border-radius: 30px !important;
}
.lp-courses-bar .search-courses button{
    right: 15px !important;
    margin-bottom: 0;
}
.lp-courses-bar .search-courses button .lp-icon-search{
    font-size: 18px;
    color: #636363 !important;
}

.learn-press-pagination .page-numbers>li .page-numbers.current,
.learn-press-pagination .page-numbers>li .page-numbers:hover{
    color: #fff !important;
}
.learn-press-courses{
    margin: 0 -15px !important;
}
.learn-press-courses[data-layout=list] .course{
    width: 100% !important;
}
.learn-press-courses .course{
    padding: 0 15px !important;
}
.lp-archive-courses .course-content .course-permalink{
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 400;
    color: #252b31 !important;
    margin-bottom: 10px;
}
.course-wrap-meta,
.course-wrap-meta .meta-item::before,
.lp-archive-courses .course-item .course-instructor a{
    color: #636363 !important;
}
.lp-archive-courses .course-content .course-info .course-price,
.price-categories .course-item-price{
    display: inline-block;
    padding: 3px 14px 3px;
    font-size: 12px;
    border-radius: 30px;
    line-height: 16px;
    color: #fe3f4c;
    border: 1px solid #fe3f4c;
    z-index: 3;
    font-weight: 400;
}
.lp-single-instructor .ul-instructor-courses .price-categories .course-item-price .free,
.course-sidebar-preview .course-price .price{
    color: #fe3f4c !important;
}
.lp-archive-courses .course-meta__pull-left .meta-item-categories::before{
    font-size: 16px !important;
    color: #636363 !important;
}
.course-meta.course-meta-primary .meta-item-instructor,
.course-meta.course-meta-primary .course-meta__pull-left .meta-item-categories{
    order: -1;
}
.course-meta.course-meta-primary .course-meta__pull-left .meta-item.meta-item-review{
    order: -1;
    width: 100%;
}
.lp-archive-courses .course-meta__pull-left .meta-item-review .meta-item__value{
    width: 100%;
}
.lp-review-svg-star.far svg{
    stroke: #ddd !important;
}
.lp-archive-courses .course-summary-sidebar{
    padding: 0 !important;
}
.learnpress-page input[type=text],
.learnpress-page input[type=email],
.learnpress-page input[type=number],
.learnpress-page input[type=password],
.learnpress-page textarea{
    border-radius: 0 !important;
}
.lp-entry-content .comment-form.gt3_form [class*='span12']{
    width: 100% !important;
}
.course-rate__summary-stars .review-stars-rated{
    flex-direction: column;
}
.course-rate__summary-stars .review-stars-rated .lp-review-svg-star.far svg{
    fill: #ddd !important;
}
.content-container .lp-single-instructor .ul-instructor-courses > li:before{
    display: none;
}
.lp-single-instructor .ul-instructor-courses .item-course{
    border: 1px solid #eee;
}
.lp-single-instructor .ul-instructor-courses .price-categories{
    padding: 10px 15px 0;
}
.lp-single-instructor .ul-instructor-courses h2,
.lp-single-instructor .ul-instructor-courses .course-count{
    padding: 0 15px;
}
.lp-single-instructor .ul-instructor-courses h2{
    border-bottom-color: #eee !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-title,
.lp-single-instructor .ul-instructor-courses h2{
    font-size: 24px !important;
    line-height: 130% !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-title{
    font-family: Lora;
}
.lp-single-instructor__info{
    border-color: #eee !important;
}
.lp-single-instructor .ul-instructor-courses h2 a{
    color: #252b31 !important;
}
.lp-single-instructor .ul-instructor-courses .course-count{
    font-size: 14px;
    justify-content: space-between;
    opacity: 0.8;
}
.lp-single-instructor{
    --lp-instructor-minmax-column: 300px !important;
}
.learn-press-courses[data-layout=grid] .course-item:hover,
.lp-single-instructor .ul-instructor-courses .item-course:hover{
    box-shadow: 0 10px 24px 0 rgba(25, 35, 40, 0.1) !important;
}
.lp-single-instructor .ul-instructor-courses .item-course{
    transition: all .3s;
}
.lp-archive-courses .course-item:hover .course-thumbnail a img{
    transform: scale(1) !important;
}
.lp-single-instructor .ul-instructor-courses .price-categories .course-categories{
    font-size: 12px;
    line-height: 1.5;
}
.lp-archive-courses .course-item .course-instructor{
    margin-bottom: 4px !important;
}
.learn-press-courses[data-layout=list] .course-content .course-footer{
    align-items: center;
}
.learn-press-courses[data-layout=list] .course-content .course-readmore a{
    font-size: 12px !important;
    text-transform: uppercase;
    background: linear-gradient(96deg, #D95622 0%, #E37119 51%, #D95622 100%) !important;
    padding: 8px 20px !important;
    border-radius: 0 !important;
    background-position: 150% 100%;
    transition: all .4s ease-in-out !important;
}

.learn-press-courses[data-layout=list] .course-content .course-readmore a:hover{
    background-position: 100% 150%;
    filter: none !important;
}
.lp-archive-courses .course-content .course-categories a:first-child{
    background-image: linear-gradient(96deg, #D95622 0%, #E37119 51%, #D95622 100%) !important;
}
.lp-archive-courses .course-content .course-categories a:first-child:hover{
    color: #D95622;
    text-decoration: underline;
}
.course-wrap-meta{
    opacity: 0.8;
}
.course-summary-sidebar .widget.widget_search form.search_form.gt3_search_form{
    margin-bottom: 30px;
}
.lp-entry-content h2,
.learn-press-courses[data-layout=list] .course-title{
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 50px !important;
}
.learn-press-courses[data-layout=list] .course-title{
    font-family: Prata;
}
.lp-archive-courses .lp-entry-content .entry-content-left{
    padding-top: 40px !important;
}
.lp-archive-courses .thiscommentbody{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.course-summary-sidebar .course-sidebar-preview{
    position: relative;
}
.course-sidebar-preview .course-price{
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    line-height: 1.2;
    color: #fe3f4c;
    width: 100%;
    border: 1px solid #fe3f4c;
    font-weight: 400;
}
.course-summary-sidebar .lp-course-buttons button{
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    padding: 14px !important;
    color: #fff !important;
    width: 100%;
    border-radius: 0 !important;
}
.lp-archive-courses .course-meta__pull-left .meta-item-categories::before{
    font-size: 20px !important;
}
.course-summary-sidebar .lp-course-buttons button:hover{
    background-color: #D95622 !important;
}
.lp-archive-courses .course-meta__pull-left .meta-item::before{
    color: #727e85 !important;
    opacity: .8;
}
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 14px !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-duration,
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta.meta-item.meta-item-level,
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-quiz,
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-level{
    display: none !important;
}
.learn-press-courses .course-content.review-stars-rated{
    margin-bottom: 0 !important;
}
.learn-press-courses[data-layout=grid] .course-content .separator{
    margin-top: 15px !important;
}
.learn-press-courses[data-layout=grid] .course-content{
    display: flex;
    flex-direction: column;
}
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-lesson .course-count-lesson,
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-student .course-count-student{
    position: relative;
}
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-lesson .course-count-lesson:before,
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-student .course-count-student:before{
    font-family: "lp-icon";
    margin-right: 4px;
    color: #636363;
    opacity: 0.8;
}
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-lesson .course-count-lesson:before{
    content: "\f0c5";
}
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-student .course-count-student:before{
    content: "\f501";
}
.lp-course-progress .lp-passing-conditional{
    background: #D95622 !important;
    height: 5px !important;
}
.learn-press-progress::before{
    display: none !important;
}
.course-summary-sidebar .course-results-progress .course-progress .lp-course-status{
    margin-top: 10px;
}
.course-summary-sidebar .course-results-progress .number{
    font-size: 16px !important;
}
@media only screen and (min-width: 993px){
    .lp-archive-courses .course-meta__pull-left .meta-item__value label{
        font-size: 14px !important;
    }
    .lp-archive-courses .course-meta__pull-left,
    ul.learn-press-breadcrumb,
    .course-sidebar-preview .course-time-row{
        font-size: 16px !important;
    }
    .learn-press-courses .course{
        width: 33.333% !important;
    }
    .lp-archive-courses .course-meta__pull-left .meta-item-categories::before{
        font-size: 26px !important;
    }
}
/* Learnpress 4 */
.lp-archive-courses .course-meta__pull-left .meta-item-categories::before {
    content: '' !important;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    background-image: url("data:image/svg+xml,%3Csvg id='Object' height='512' viewBox='0 0 32 32' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26 31a1 1 0 0 1 -.62-.22l-9.38-7.5-9.37 7.5a1 1 0 0 1 -1.63-.78v-28a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v28a1 1 0 0 1 -.57.9.91.91 0 0 1 -.43.1zm-10-10a1 1 0 0 1 .63.22l8.37 6.7v-24.92h-18v24.92l8.38-6.7a1 1 0 0 1 .62-.22z' fill='%23727e85'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}
.lp-archive-courses .course-price .free{
    color: inherit !important;
}

.learn-press-courses[data-layout=grid] .course-content .course-info .course-readmore{
    display: none !important;
}

.lp-archive-courses .course-content .course-categories a:first-child{
    background-image: none !important;
}

.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta .meta-item.meta-item-student .course-count-student:before{
    display: none !important;
}

.wrapper-course-nav-tabs{
    border-bottom: none !important;
}

.lp-courses-bar .courses-order-by{
    margin-bottom: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.learn-press-courses .course-instructor-category{
    font-size: 14px;
    gap: 6px !important;
}


.lp-archive-courses .course-item .course-instructor{
    font-size: 14px !important;
}

.lp-archive-courses .course-item .course-instructor, .instructor-display-name{
    font-weight: normal !important;
}