/*-------------------------------------
[Master Stylesheet]
Project: Gutenote 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 */
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: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid rgba(117,130,148, 0.2);
    margin-bottom: 35px;
}

form,
fieldset{
    margin-bottom: 0;
}

label,
legend{
    font-weight: 400;
    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 {
    max-width: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
    margin: 0 0 33px 0;
    width: 100%;
    padding: 0;
    transition: all 300ms;
    height: 30px;
}
select {
    height: 37px;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    color: inherit;
    border-width: 1px;
    border-style: solid;
}
.top_footer select {
    margin-top: 5px;
}
.widget select {
    margin-top: 10px;
    margin-bottom: 10px;
}
textarea{
    height: 90px;
    resize: none;
    margin-bottom: 50px;
}
/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1 !important;
}
:-ms-input-placeholder {
    opacity: 1 !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='submit'],
button,
.load_more_wrapper .load_more{
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
    padding: 21px 39px;
    cursor: pointer;
    transition: all 300ms;
    border: 1px #e2e7ed solid;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
    background: #fafbfb;
}
.mc_signup_submit input[type="submit"],
.mc_signup_submit button,
input[type="submit"]:hover,
button:hover,
.load_more_wrapper .load_more:hover{
    color: #fff;
}
[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;
}

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;
}

span.select2.select2-container.select2-container--default{
    height: 40px;
    border-color: #f3f3f3;
    border-radius: 0;
    outline: none;
}

#gt3_cat_search button#sbc-submit{
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0;
    margin-left: -55px;
    padding: 0;
    color: #fff;
    border: 1px solid;
    outline: none;
}

#gt3_cat_search button#sbc-submit:hover{
    background-color: transparent;
}

#gt3_cat_search button#sbc-submit:before{
    font-size: 18px;
    font-style: normal;
    margin-left: 1px;
}

.widget-title{
    margin-bottom: 19px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.widget_search .widget-title{
    margin-bottom: 28px;
}

/* Search Widget */
ul.select2-results__options{
    position: relative;
    z-index: 5555;
    width: 100%;
    background-color: #fff;
}

ul.select2-results__options li{
    font-size: 16px;
    line-height: 1;
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 8px 20px;
    list-style: none;
    background: #fff;
}

.select2-container--open .select2-dropdown--below{
    border-radius: 0;
}

.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_cat_search button#sbc-submit{
        width: 40px;
        height: 40px;
        margin-left: -40px;
    }

    .gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: 50px;
    }

    ul.select2-results__options li,
    .select2-dropdown,
    .select2-container--default .select2-search--dropdown .select2-search__field{
        font-size: 12px;
    }
}

@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{
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    max-width: 100%;
}

.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;
}

@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%;
    }
    .content-container.span9 {
        width: calc(100% - 270px);
    }
    .sidebar-container.span3 {
        width: 270px;
    }
}

@media only screen and (min-width: 992px){
    .content-container.span9 {
        width: calc(100% - 330px);
    }
    .sidebar-container.span3 {
        width: 330px;
    }
}

@media only screen and (min-width: 1199px){
    .sidebar_left #main_content {
        padding-left: 70px;
    }
    .sidebar_right #main_content {
        padding-right: 70px;
    }
}

@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;
    }
}

ul{
    margin: 0;
    padding: 0 0 30px 25px;
}

li ul{
    padding-bottom: 0;
    padding-left: 17px;
    padding-top: 7px;
}

.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 19px 0;
    padding: 0;
}

p:last-child{
    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,
.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,
.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,
.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,
.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,
.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,
.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,
    .button_type_default .widget-button-icon{
        width: 22px;
        height: 9px;
    }

    body [class*='theme_icon-arrows']:before,
    .gt3_module_button .button-icon:before,
    .button_type_default .widget-button-icon:before{
        top: 3px;
    }

    body [class*='theme_icon-arrows']:after,
    .gt3_module_button .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,
    .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-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
    box-sizing: border-box;
}

.wp-block-gallery .blocks-gallery-item{
    padding: 0;
}
.wp-block-gallery .blocks-gallery-item:before{
    display: none;
}

.wp-block-audio{
    margin: 0;
}

.wp-caption-text{
    font-style: italic;
    margin-top: 5px;
}

.hideme{
    display: none;
}

.wp-caption-text{
    text-align: center;
}

.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;
    margin-bottom: 40px;
}

table td,
table th{
    padding: 5px 10px;
    text-align: left;
}

table tbody tr,
table thead tr,
table tfoot tr{
    border: 1px solid #f3f3f3;
}

table tbody th,
table tfoot th{
    border-right: 1px solid #f2f2f2;
}

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{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wpcf7-form .select_plus,
.gt3_form .select_plus{
    font-weight: 500;
    line-height: inherit;
    position: absolute;
    right: 11px;
    bottom: 0;
}

.wpcf7-form > div{
    clear: both;
    width: 100%;
}

.wpcf7-form > div > div,
.gt3_form > div > div{
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 480px){
    .wpcf7-form > div > div,
    .gt3_form > div > div{
        width: -webkit-calc(50% - 15px);
        width:         calc(50% - 15px);
    }
}

.wpcf7-form > div > div:nth-child(even),
.gt3_form > div > div:nth-child(even){
    float: right;
}

.wpcf7-form span.select2.select2-container,
.gt3_form span.select2.select2-container{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
}

.wpcf7-form span.select2.select2-container span{
    display: block;
    opacity: 0;
}

.wpcf7-form .select2-container .select2-selection--single,
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}

.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}

.wpcf7-form select{
    color: transparent;
}

.wpcf7-form span.select2.select2-container{
    max-width: 100%;
}

.wpcf7-form .select2-dropdown,
.wpcf7-form .select2-container--default .select2-search--dropdown .select2-search__field{
    display: block;
    border: 1px solid rgba(243, 243, 243, 1);
    background-color: #fff;
}

.wpcf7-form .select2-container{
    font-size: 12px;
    display: block;
}

.wpcf7-form .select2-results__option{
    line-height: 35px;
    padding: 0 0 0 15px;
}

.wpcf7-form .select2-container ul.select2-results__options{
    padding: 0;
    letter-spacing: .2em;
}

.wpcf7-form .select2-results__option[aria-selected='true']{
    background-color: #f7f7f7;
}

.wpcf7-form .select2-search{
    display: block;
    padding: 3px;
}

.wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 0;
}

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;
}

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: #ec4d25;
}

div.wpcf7-validation-errors:before{
    content: '\f057';
}

div.wpcf7-mail-sent-ok{
    background-color: #00c1ff;
}

div.wpcf7-mail-sent-ok:before{
    content: '\f058';
}

span.wpcf7-not-valid-tip{
    font-weight: 400;
    padding-top: 5px;
    color: #ec4d25;
}
/* 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: 0;
    left: 0;
    display: block;
    margin: 0;
    pointer-events: none;
    opacity: 1;
}
.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,
.wpcf7-form select.gt3_onfocus,
#respond #commentform p[class*='comment-form-'] > label.gt3_onfocus {
    opacity: 0;
}
.widget .gt3_search_form label{
    display: none;
}

/* gt3_form end */

/* Slick Slider */
.slick-slider{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    outline: none !important;
}

@media only screen and (min-width: 992px){
    .slick-slider.slider_navigation-both .slick-list,
    .slick-slider.slider_navigation-arrow .slick-list{
        margin: 0 22px;
    }
}

.slick-list:focus{
    outline: none !important;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    outline: none !important;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-slider ul.slick-dots{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

div.slick-slider ul.slick-dots li{
    line-height: 8px;
    display: inline-block;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 1px;
    cursor: pointer;
}

.slick-slider ul.slick-dots li:only-child{
    display: none;
}

.slick-slider ul.slick-dots li button{
    display: none;
}

.slick-slider ul.slick-dots li:before{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    content: '';
    cursor: pointer;
    -webkit-transition: color .2s .2s, opacity .2s .2s;
       -moz-transition: color .2s .2s, opacity .2s .2s;
        -ms-transition: color .2s .2s, opacity .2s .2s;
            transition: color .2s .2s, opacity .2s .2s;
    vertical-align: middle;
    opacity: .7;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff, 0 0 2px 0 rgba(0, 0, 0, .25);
}

.slick-slider ul.slick-dots li:hover:before{
    -webkit-transition: box-shadow .2s, opacity .2s;
       -moz-transition: box-shadow .2s, opacity .2s;
        -ms-transition: box-shadow .2s, opacity .2s;
            transition: box-shadow .2s, opacity .2s;
    opacity: 1;
}

.slick-slider ul.slick-dots li.slick-active:before{
    -webkit-transition: box-shadow .2s, opacity .2s;
       -moz-transition: box-shadow .2s, opacity .2s;
        -ms-transition: box-shadow .2s, opacity .2s;
            transition: box-shadow .2s, opacity .2s;
    opacity: 1;
    box-shadow: inset 0 0 8px 4px #fff, 0 0 2px 0 rgba(0, 0, 0, .25);
}

/* Slick Slider end */

/* Arrows */
.slick-arrow{
    font-family: inherit;
    font-size: .875em;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    z-index: 50;
    bottom: 0;
    display: block;
    width: auto;
    margin: auto;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
        -ms-transition: all 300ms;
            transition: all 300ms;
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: 1;
    border: none;
    border-radius: 50px;
    background-color: #ffffff;
    text-shadow: none;
}

.slick-arrow.slick-prev{
    left: 0;
}

.slick-arrow.slick-next{
    right: 0;
}

.slick-arrow:not(.gt3_modified).slick-prev{
    left: 30px;
}

.slick-arrow:not(.gt3_modified).slick-next{
    right: 30px;
}

.slick-arrow:not(.gt3_modified){
    bottom: -webkit-calc(50% - 20px);
    bottom:         calc(50% - 20px);
}
.slick-arrow:not(.gt3_modified){
    line-height: 0;
}
.slick-arrow:not(.gt3_modified).slick-prev:before,
.slick-arrow:not(.gt3_modified).slick-next:before{
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    width: 1em;
}
.slick-arrow:not(.gt3_modified).slick-next{
    padding-left: 12px;
    padding-right: 8px;
}
.slick-arrow:not(.gt3_modified).slick-next:before{
    content: "\f105";
}


.slick-arrow.gt3_modified [class*='theme_icon-arrows']{
    font-size: 1.143em;
}
.slick-arrow.slick-disabled{
    visibility: hidden;
    opacity: 0;
}
/* 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;
}

.gt3-page-title + .site_wrapper > .main_wrapper{
    padding-top: 0;
}

.main_wrapper.like_fullscreen_type{
    padding: 0;
}

.site_wrapper{
    position: relative;
    z-index: 5;
            flex-grow: 1;
    -webkit-flex-grow: 1;
}
.pp_page .site_wrapper{
    min-height: 50vh;
}

.row.sidebar_left .content-container{
    float: right;
}

/* F O O T E R */
.main_footer{
    font-size: 1em;
    position: relative;
    z-index: 1;
}

.main_footer:empty{
    display: none;
}

.main_footer_wrapper{
    padding: 24px 0 26px 0;
}

.copyright p,
.pre_footer p{
    margin-bottom: 0;
}

.copyright a{
    color: inherit;
}

.pre_footer a{
    font-weight: 600;
}

.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;
}
@media only screen and (max-width: 767px){
    .pre_footer a{
        padding: 0 10px !important;
    }

    .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;
    /*line-height: inherit !important;*/
}

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

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

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

.wp-block-image .alignleft,
img.alignleft,
.wp-caption.alignleft{
    float: left;
    margin: 0 30px 20px 0;
}
.wp-block-image .alignright,
img.alignright,
.wp-caption.alignright{
    float: right;
    margin: 0 0 20px 30px;
}

.wp-block-media-text{
    margin-bottom: 35px;
}

.alignright{
    /*float: right;
    margin: 0 0 20px 30px;*/
    text-align: right;
}


.aligncenter{
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.large-text{
    font-size: 24px;
}

.small-text{
    font-size: 16px;
    line-height: 24px;
}

/* 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-top: 20px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        height: 250px !important;
    }
}

.gt3-page-title__inner{
    display: table-row;
    vertical-align: middle;
}

.gt3-page-title__inner:before,
.gt3-page-title__inner:after{
    display: table-cell;
    content: '';
}

.gt3-page-title__inner:before {
    height: 100%;
}

.gt3-page-title .container{
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0;
}

.gt3-page-title.gt3-page-title_vert_align_top .container{
    vertical-align: top;
}

.gt3-page-title.gt3-page-title_vert_align_bottom .container{
    vertical-align: bottom;
}

.gt3-page-title__content{
    display: table;
    width: 100%;
}

.gt3_breadcrumb{
    font-size: 1em;
}

.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%;
}

.gt3-page-title__content .page_title h1{
    color: inherit;
}

.gt3-page-title__content .page_sub_title{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.gt3-page-title__content .gt3_breadcrumb a{
    margin: 0;
    padding: 0;
    color: inherit;
    position: relative;
}

.gt3-page-title__content .gt3_breadcrumb .current{
    font-weight: 400;
    margin: 0;
    padding: 0 1px;
    /*white-space: normal;*/
}

.single .gt3-page-title__content .gt3_breadcrumb .current{
    white-space: normal;
}

.gt3-page-title__content .breadcrumbs{
    white-space: nowrap;
}

.gt3-page-title__content .breadcrumbs > * {
    opacity: 0.5;
}

.gt3-page-title__content .breadcrumbs > a {
    opacity: 1;
}

.gt3-page-title__content .breadcrumbs a:after,
.gt3_module_button_list a:after,
.wp-block-button.size-small .wp-block-button__link:not(.has-background):after,
.gutenberg-solo-blocks--post .solo_module_button_list a:after,
.gutenberg-solo-blocks--blog .solo_module_button_list a:after,
.single_prev_next_posts span:after,
.comment-reply-link:after {
    position: absolute;
    left: 50%;
    bottom: 1px;
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    transition: all 300ms;
}

.gt3-page-title__content .breadcrumbs a:hover:after,
.gt3_module_button_list a:hover:after,
.gutenberg-solo-blocks--post .solo_module_button_list a:hover:after,
.gutenberg-solo-blocks--blog .solo_module_button_list a:hover:after,
.single_prev_next_posts a:hover span:after,
.comment-reply-link:hover:after {
    width: 0;
}

.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 {
    text-align: center;
}

.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title + .page_title h1,
.gt3-page-title.gt3-page-title_horiz_align_center .page_title + .gt3_breadcrumb > div,
.gt3-page-title .page_sub_title + h1,
.gt3-page-title h1 + .listing_meta_wrap {
    padding-top: 10px;
}

.gt3-page-title .gt3_post_cats + h1 {
    padding-top: 8px;
}

.gt3-page-title .gt3_post_cats,
.gt3-page-title .gt3_post_cats a:hover,
.gt3-page-title .listing_meta * {
    color: inherit;
}

.gt3-page-title .listing_meta .author_by,
.gt3-page-title .listing_meta .comment_author_says,
.gt3-page-title .listing_meta .post_date,
.gt3-page-title .listing_meta .author_text,
.gt3-page-title .listing_meta .post_comments a,
.gt3-page-title .listing_meta > span:after,
.gt3-page-title .listing_meta .comment-edit-link {
    opacity: 1;
}

.gt3-page-title .gt3_post_cats a:hover,
.gt3-page-title .listing_meta a:hover .author_text,
.gt3-page-title .listing_meta .post_comments a:hover {
    opacity: 0.7;
}

.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .page_title > h1{
    font-size: 18px;
    line-height: 1.5;
}

.gt3-page-title.gt3-page-title_small_header.gt3-page-title_horiz_align_center .page_sub_title{
    font-size: 13px;
}

.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .gt3_breadcrumb{
    font-size: 12px;
}

@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: 10px;
    }

    .gt3-page-title__content .breadcrumbs{
        white-space: normal;
    }
}

.gt3_post_cats {
    margin-bottom: 0;
    line-height: 21px;
    padding-bottom: 5px;
}
.gt3_post_cats * {
    line-height: inherit;
    display: inline-block;
}
.gt3_post_cats + .blogpost_title,
.gt3_post_cats + .listing_meta_wrap {
    margin-top: 6px;
}

.gt3_post_cats,
.gutenberg-solo-blocks--post .solo_page_title_cats .post_category,
.gutenberg-solo-blocks--blog .post_category {
    margin-left: -7px;
}

.gt3_post_cats a,
.gutenberg-solo-blocks--post .solo_page_title_cats .post_category a,
.gutenberg-solo-blocks--blog .post_category a{
    font-size: 14px;
    padding: 0;
    margin: 0;
    transition: all 300ms;
    color: inherit;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: inherit;
    margin-left: 7px;
}

.single .gt3_post_cats + .blogpost_title {
    margin-top: 13px !important;
    margin-bottom: 10px !important;
}

.single .listing_meta_wrap + .blog_post_media {
    margin-top: 30px;
}

.gt3_pagination_delimiter:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

/* end Page Title */

/* Blockquotes */
blockquote,
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media{
    font-weight: 400;
    padding: 42px 40px !important;
    margin: 30px 0 40px 0;
    line-height: 1.5;
    font-size: 1.333em;
    color: #fff;
    background-image: url("../img/blockquote_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    border: none !important;
    text-align: center;
}
.wp-block-quote.is-style-large{
    font-size: 2em;
}
.wp-block-quote.is-style-large p{
    font-size: inherit;
    line-height: inherit;
}
.wp-block-quote.is-style-large:before{
    display: none;
}
blockquote a,
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media a{
    color: inherit;
    opacity: 0.7;
    transition: opacity 300ms;
}
blockquote a:hover,
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media a:hover{
    opacity: 1;
    color: inherit;
}
blockquote:before,
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media:before{
    content: '”';
    display: inline-block;
    vertical-align: top;
    font-size: 112px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -23px;
    margin-top: -5px;
}
blockquote cite{
    display: block;
    font-size: 0.75em;
    line-height: 1.333;
    font-style: normal;
    color: inherit;
}
blockquote p + cite {
    position: relative;
    z-index: 1;
    padding-top: 24px;
    display: block;
}
blockquote p + cite:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 0;
    top: 2px;
    border-bottom: 1px solid;
    opacity: 0.1;
    left: 50%;
    margin-left: -35px;
}
blockquote.aligment_left p + cite:before {
    left: 0;
    margin-left: 0;
}
blockquote.aligment_right p + cite:before {
    left: auto;
    margin-left: auto;
    right: 0;
}
p + blockquote,
.wp-block-solo-section + blockquote {
    margin-top: 40px;
}
.wp-block-pullquote {
    padding: 0;
    border-bottom: 4px solid #e2e7ed;
    border-top: 4px solid #e2e7ed;
    color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    max-width: none;
    text-align: center;
}
.wp-block-pullquote blockquote:not(.has-text-color){
    color: inherit;
}
body .wp-block-pullquote p{
    font-size: inherit;
    line-height: inherit;
}
.wp-block-pullquote blockquote{
    background-color: transparent !important;
    margin: 0;
    /*color: inherit;*/
}
.wp-block-pullquote.is-style-solid-color blockquote p{
    font-size: inherit;
    margin-bottom: 19px;
}
body .wp-block-pullquote.alignleft,
body .wp-block-pullquote.alignright{
    max-width: 600px;
}
body .wp-block-pullquote.alignleft{
    margin-right: auto;
}
body .wp-block-pullquote.alignright{
    margin-left: auto;
}
/* End Blockquotes */

/* hr */
hr{
    margin: 30px 0;
    border: none;
    border-bottom: 1px solid #e0e1dc;
}

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;
}

.main_wrapper ul li,
.main_footer ul li{
    position: relative;
    padding: 0 0 5px 5px;
    list-style: none;
}

.main_footer ul li:last-child{
    padding-bottom: 0;
}

.main_footer ul li li{
    padding-left: 10px;
}

.main_footer ul li{
    padding-left: 0;
}

.main_footer ul{
    padding: 0;
}

.content-container ul > li:before,
.comment_content ul > li:before{
    content: '\f111';
    font: normal normal normal 6px/1 FontAwesome;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.comment_content ul > li:before{
    display: inline-block !important;
}
.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 {
    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 {
    content: '\f05d';
}

.main_wrapper #main_content ul.gt3_list_check_square li:before {
    content: '\f046';
}

.main_wrapper #main_content ul.gt3_list_angle_left li:before {
    content: '\f104';
}

.main_wrapper #main_content ul.gt3_list_angle_right li:before {
    content: '\f105';
}

.main_wrapper #main_content ul.gt3_list_angle_up li:before {
    content: '\f106';
}

.main_wrapper #main_content ul.gt3_list_angle_down li:before {
    content: '\f107';
}

.main_wrapper #main_content ul.gt3_list_plus li:before {
    content: '\f067';
}

.main_wrapper #main_content ul.gt3_list_times li:before {
    content: '\f00d';
}

.main_wrapper #main_content ul.gt3_list_caret_down li:before {
    content: '\f0d7';
}
.main_wrapper #main_content ul.gt3_list_disc li:before {
    content: "\2022";
}

.main_wrapper #main_content ul.gt3_list_line li:before {
    width: 26px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background-color: currentColor;
}

.main_wrapper .sidebar-container ul li:before{
    display: none;
}

.main_wrapper ol{
    margin: 0 0 30px 0;
    padding: 0 0 0 27px;
    list-style: none;
}

.main_wrapper ol ol{
    padding: 7px 0 0 17px;
}
.main_wrapper li ol{
    margin-bottom: 0;
}
.main_wrapper ol > li,
.main_wrapper ul > li,
.commentlist .comment_content ol > li,
.commentlist .comment_content ul > li{
    position: relative;
    padding: 0 0 7px 0;
}
.main_wrapper ol > li {
    list-style: none;
    counter-increment: li;
}
.main_wrapper ol > li:before{
    content: "."counter(li);
    font-size: inherit;
    font-weight: inherit;
    width: auto;
    line-height: inherit;
    display: inline-block;
    margin-left: 0;
    margin-right: 0.4em;
    text-align: right;
    direction: rtl;
}
.main_wrapper .comment_content ol > li:before{
    display: inline-block !important;
}

.main_wrapper ul > li:last-child,
.main_wrapper ol > li:last-child{
    padding-bottom: 0;
}
.main_wrapper ol > li {
    font-size: inherit;
    line-height: inherit;
}

.main_wrapper p + ol,
.main_wrapper p + ul,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6 {
    padding-top: 10px;
}

.main_wrapper p + h1,
.main_wrapper p + h2,
.main_wrapper p + h3,
.main_wrapper p + h4,
.main_wrapper p + h5,
.main_wrapper p + h6 {
    padding-top: 23px;
}

.contentarea ul{
    margin: 0 0 30px 0;
    padding: 0 0 0 16px;
}

.contentarea ul > li ul,
.contentarea ul > li ol,
.contentarea ol > li ul,
.contentarea ol > li ol{
    margin-bottom: 0;
}

.contentarea ol ol,
.contentarea ol ul,
.contentarea ul ol,
.contentarea ul ul{
    padding-bottom: 0;
}

.typo_list ol,
.typo_list ul,
.typo_list li:last-child{
    padding-bottom: 0;
}

/* 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 */

.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: 60px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px){
    .logo_container{
        margin-right: 20px;
    }
}

.logo_container:before{
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.logo_container a{
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}

.logo_container img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.logo_container .site-title{
    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{
        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 .mobile_logo{
        display: none;
    }
}

/* end logo */

/* menu style */
.main-menu,
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
    margin: 0 -12px;
}

.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 15px;
}

.main-menu > ul > li > a,
.main-menu > div > ul > li > a{
    margin: 0;
    padding: 0 1px;
    opacity: 1;
    color: inherit;
    position: relative;
    z-index: 1;
    display: block;
}

.main-menu > ul > li > a > span,
.main-menu > div > ul > li > a > span{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: relative;
}

.main-menu > ul > li > a:before,
.main-menu > div > ul > li > a:before,
.column_menu > ul > li > a:before,
.column_menu > div > ul > li > 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: 0;
    border-top: 1px solid;
    will-change: transform;
}
.main-menu > ul > li > a span:before,
.main-menu ul li ul.sub-menu li a span:before,
.main-menu ul li.menu-item.current-menu-item > a span: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: 1px solid;
    will-change: transform;
}
/*.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{
    opacity: 1;
}*/
.main-menu.menu_line_enable > ul > li > a:hover span:before{
    display: none;
}
.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{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    padding: 20px 0;
    margin-top: 23px;
    opacity: 0;
    z-index: 555;
    box-shadow: none;
    visibility: hidden;
    text-align: left;
    text-transform: none;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.main-menu ul li.gt3_megamenu_active ul.sub-menu{
    padding: 7px 0;
    padding-bottom: 9px;
}

.main-menu > ul > li:after{
    content: '';
    position: absolute;
    top: 100%;
    left: -15px;
    width: 100%;
    height: 23px;
    padding: 0 15px;
}

.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;
}
.single .blog_post_media__link_text{
    padding-left: 35px;
    padding-top: 10px;
}
.main-menu ul li ul ul.sub-menu{
    top: 0;
    left: 101%;
    margin-top: -20px;
}

.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 > a{
    display: inline-block;
}

.gt3_header_builder_menu_component .main-menu > ul > li.current-menu-parent:before,
.gt3_header_builder_menu_component .main-menu > ul > li.current-menu-ancestor:before,
.gt3_header_builder_menu_component .main-menu > ul > li.current-menu-item:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid;
    border-radius: 6px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.gt3_header_builder_menu_component .main-menu > ul.mobile_view_on > li.current-menu-parent:before,
.gt3_header_builder_menu_component .main-menu > ul.mobile_view_on > li.current-menu-ancestor:before,
.gt3_header_builder_menu_component .main-menu > ul.mobile_view_on > li.current-menu-item:before{
    display: none;
}

.gt3_header_builder_menu_component .main-menu > ul li.menu-item-has-children > a:after{
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.gt3_header_builder_menu_component .main-menu > ul .sub-menu li.menu-item-has-children > a{
    padding-right: 20px;
    box-sizing: border-box;
}
.gt3_header_builder_menu_component .main-menu > ul .sub-menu li.menu-item-has-children > a:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    margin-left: 6px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    margin-bottom: 0;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
}
.gt3_header_builder_menu_component .main-menu > ul .sub-menu li.menu-item-has-children > a:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 0;
    display: inline-block;
    right: 4px;
    top: calc(50% - 1px);
    border-top: 1px solid;
}
.gt3_header_builder_menu_component .main-menu > ul.mobile_view_on  .sub-menu li.menu-item-has-children > a:before{
    display: none;
}
.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 30px;
}

.main-menu ul li ul .menu-item > a{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    width: 100%;
    opacity: 1;
    color: inherit;
    position: relative;
}

.top-menu.main-menu ul li ul .menu-item > a{
    font-size: 1em;
}

.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:nth-last-child(1):after,
.main-menu > ul > li:nth-last-child(2):after,
.main-menu > ul > li:nth-last-child(3):after{
    right: 0;
    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;
    background-color: #ffffff;
    -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);
}
.main-menu > ul > li > ul:before,
.main-menu > ul > li > ul:after,
.gt3_megamenu_triangle:before,
.gt3_megamenu_triangle:after{
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 2;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    content: '';
}
.main-menu > ul > li > ul:before{
    display: block !important;
}
.main-menu > ul > li > ul:before,
.gt3_megamenu_triangle:before{
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
}
.main-menu > ul > li > ul:after,
.gt3_megamenu_triangle:after{
    top: -10px;
    z-index: 0;
    margin-left: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(232, 232, 232, .65);
    border-left: 10px solid transparent;
}
.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;
}

/* 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;
    -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;
}

.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;
    }

    .main-menu > ul > li > a,
    .main-menu > div > ul > li > a{
        padding: 0 7px;
    }

    .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{
    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;
}

.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: 50px;
}

.gt3_module_featured_posts .slick-list .slick-slide{
    padding-right: 0;
    padding-left: 0;
}

/* Slider */
.blog_post_preview.format-gallery .slick-slide{
    position: relative;
    padding: 0;
}

.blog_post_preview.format-gallery .controls .slick-arrow{
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog_post_preview.format-gallery .controls .slick_control_text{
    font-weight: 400;
    letter-spacing: .025em;
}

.blog_post_preview.format-gallery .controls .slick_control_text span.all_slides{
    font-weight: 300;
}

.blog_post_preview.format-gallery .slick-slide .slider_content_wrap{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 11%;
    bottom: 0;
    left: 11%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.blog_post_preview.format-gallery .slick-slide.align_center .slider_content_wrap{
    text-align: center;
}

.blog_post_preview.format-gallery .slick-slide.align_right .slider_content_wrap{
    text-align: right;
}

.blog_post_preview.format-gallery .widget-button > span{
    font-size: .875em;
    font-weight: 500;
    letter-spacing: .2em;
}

.blog_post_preview.format-gallery .widget-button > span,
.blog_post_preview.format-gallery .widget-button > div{
    display: inline-block;
    vertical-align: middle;
}

.blog_post_preview.format-gallery .widget-button > div{
    margin-left: 16px;
}

.blog_post_preview.format-gallery .controls{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 85px;
}

.blog_post_preview.format-gallery .controls .slick-arrow.slick-prev{
    left: 25px;
}

.blog_post_preview.format-gallery .controls .slick-arrow.slick-next{
    right: 25px;
}

.blog_post_preview.format-gallery .controls .slick-position{
    font-size: 18px;
    line-height: 85px;
    text-align: center;
    letter-spacing: .025em;
    background-color: #fff;
}

.blog_post_preview.format-gallery .controls .slick-arrow.slick-hidden ~ .slick-position{
    display: none;
}

.blog_post_preview.format-gallery .controls .slick-position span:not(.all_slides){
    font-weight: 400;
}

.blog_post_preview.format-gallery .controls .slick_control_text{
    display: 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;
}
.blog_post_preview{
    width: 100%;
}
.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{
    margin-bottom: 30px;
}
.single .content-container .blog_post_media{
    position: relative;
    margin-bottom: 38px;
}
a > .blog_post_media{
    overflow: hidden;
}
.blog_post_media .slick-arrow{
    color: inherit;
}

.blog_post_media .slick-arrow:hover{
    color: rgba(255, 255, 255, 1);
}

.gt3_module_related_posts .blog_post_media{
    margin-bottom: 26px !important;
}
.gt3_module_related_posts .blog_post_preview.no_post_thumbnail .blog_content{
    padding: 40px 40px;
    background: #fff;
}
.gt3_module_related_posts h5.blogpost_title{
    margin-bottom: 0 !important;
}
.gt3_module_related_posts h5.blogpost_title + p {
    margin-bottom: 0;
    padding-top: 10px;
}
.gt3_module_related_posts .listing_meta {
    margin-bottom: 10px;
}

.blog_post_media .slider-wrapper{
    overflow: hidden;
}

.blog_post_media img{
    max-width: 100%;
    height: auto;
}
.format-video .blog_post_media .gt3_video__play_iframe_wrapper,
.format-audio .blog_post_media .gt3_audio__play_iframe_wrapper,
.format-audio .blog_post_media{
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
.single .format-video .blog_post_media .gt3_video__play_iframe_wrapper,
.single .format-audio .blog_post_media .gt3_audio__play_iframe_wrapper,
.single .format-audio .blog_post_media{
    padding-bottom: 56%;
}
.format-video.without_post_thumbnail .blog_post_media.swipebox_video_popup,
.format-audio .blog_post_media{
    padding-bottom: 0 !important;
}
.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;
}

.format-link .blog_post_media {
    position: relative;
}

.gt3_module_related_posts .blog_post_media:before {
    display: none;
}

.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-audio .blog_post_media{
    padding-bottom: 75%;
}

.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: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 124px;
    height: 124px;
    line-height: 124px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin: auto;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 50%;
}
.format-video .gt3_video__play_button:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid;
    border-radius: 124px;
    opacity: 0.5;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.format-video .gt3_video__play_button:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border-radius: 124px;
    background: #000000;
    opacity: 0.1;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.format-video .gt3_video__play_button:hover:before{
    opacity: 1;
}
.format-video .gt3_video__play_button:hover:after{
    opacity: 0.3;
}
.format-video .gt3_video__play_button:hover:before,
.format-video .gt3_video__play_button:hover:after{
    transform: scale(0.8);
}



.format-video .blog_post_media.has_post_thumb{
    padding-bottom: 0;
}

.format-video .gt3_video__play_button > svg{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -45%);
       -moz-transform: translate(-35%, -45%);
        -ms-transform: translate(-35%, -45%);
            transform: translate(-35%, -45%);
}
.format-video .gt3_video__play_button:hover > svg {
    fill: #fff;
}

.blog_post_preview{
    margin-bottom: 45px;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media{
    padding-top: calc(50px + 9%) !important;
    padding-bottom: calc(50px + 9%) !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}
.single .blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media{
    padding-top: calc(50px + 3%) !important;
    padding-bottom: calc(50px + 3%) !important;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media__link{
    display: block;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media__link + *{
    margin-top: 35px;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media a{
    opacity: 1;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media a:hover{
    opacity: 0.7;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media {
    margin-bottom: 0;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media{
    margin-top: 0;
}
.blog_post_preview.format-quote .item_wrapper .blog_content .blog_post_media .post_media_info{
    color: inherit;
}
.blog_post_preview.has_post_boxed_content.format-quote .item_wrapper .blog_content .blog_post_media{
    margin: -20px;
}
.blog_post_preview.format-link .item_wrapper .blog_content .blog_post_media .post_media_info,
.wrapper_single_quote_link .post_media_info {
    margin-right: 15px;
}

.gt3_module_featured_posts .listing_meta.upper_text *{
    text-transform: uppercase;
}
.blog_content h3.blogpost_title  {
    margin-bottom: 13px;
}
.listing_meta {
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
}
.gutenberg-solo-blocks--blog .listing_meta{
    margin-bottom: 0;
}
.gutenberg-solo-blocks--blog .blog_item_description{
    margin-top: 20px;
}
.listing_meta > span{
    /*display: table-cell;*/
}
.listing_meta > span:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 6px;
    border-radius: 50%;
    margin-bottom: 2px;
}
.listing_meta > span:last-child:after {
    display: none;
}
.listing_meta > span,
.listing_meta .comment-edit-link{
    font-size: 14px;
}
.listing_meta * {
    font-family: inherit;
    font-weight: inherit;
    transition: all 300ms;
}
.listing_meta span.post_author a .avatar {
    width: 28px;
    max-width: none;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 11px;
}
.listing_meta .author_by {
    margin-right: 5px;
    cursor: pointer;
}
.listing_meta .author_by,
.listing_meta .comment_author_says,
.listing_meta .post_date,
.listing_meta .author_text,
.listing_meta .post_comments a,
.listing_meta > span:after,
.listing_meta .comment-edit-link {
    opacity: 0.5;
}
.listing_meta a:hover {
    color: inherit;
}
.listing_meta .comment_author_says:after {
    opacity: 1;
}
.listing_meta a:hover .author_text,
.listing_meta .post_comments a:hover,
.listing_meta .post_date:after,
.listing_meta .comment-edit-link:hover {
    opacity: 1;
}

/* gt3_author_box */
.gt3_author_box{
    position: relative;
    padding: 72px 0 75px 130px;
    min-height: 100px;
}
.gt3_author_box__avatar{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 80px;
}
.gt3_author_box__avatar img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
/* end gt3_author_box */

.gt3_module_blog .blog_post_media--quote .quote_text{
    font-family: inherit;
    font-size: 24px;
    line-height: 150%;
    position: relative;
    margin: 0;
}
.gt3_module_blog:not(.items1) .blog_post_media--quote .quote_text{
    font-size: 20px;
}
.blog_post_media--link{
    background-size: cover;
}
.blog_post_media--link .blog_post_media__link_text{
    font-size: 24px;
    color: inherit;
    line-height: 1.5;
}
.single .blog_post_media--link .blog_post_media__link_text{
    font-size: 30px;
    font-weight: 700;
}
.blog_post_media--link .blog_post_media__link_tag{
    color: #ffffff;
}
.blog_post_media--link .blog_post_media__link_text p{
    font-size: 18px;
    font-weight: 300;
    margin: 8px 0 0 0;
}
.blog_post_media--link .blog_post_media__link_text p a{
    font-size: inherit;
    font-weight: inherit;
}
.single .blog_post_media--link .blog_post_media__link_text a {
    display: inline-block;
}
.gt3_module_blog .blog_post_media.blog_post_media--quote{
    margin-bottom: 0;
}

.blog_post_preview.format-link .item_wrapper .blog_content .blog_post_media:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    -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;
}
.blog_post_preview.format-link .item_wrapper .blog_content .blog_post_media.has_image:before{
    opacity: 0.5;
}
.blog_post_preview.format-link .item_wrapper .blog_content .blog_post_media:hover:before{
    opacity: 0.8;
}
.blog_post_media.blog_post_media--link .blog_post_media__link_tag{
    padding: 7% calc(20px + 3%);
    display: -ms-flexbox;
    display: -webkit-flex;
    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-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.blog_post_media.blog_post_media--link .blog_post_media__link_tag .blog_post_media__link_text{
    word-break: break-all;
    max-width: calc(100% - 80px);
}
.blog_post_media.blog_post_media--link .blog_post_media__link_text,
.blog_post_media.blog_post_media--link .blog_post_media__icon--link{
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog_post_media__icon.blog_post_media__icon--link{
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 16px;
    margin-left: auto;
    box-sizing: content-box;
    border-radius: 70px;
    background-color: rgba(255,255,255,0.3);
}
.blog_post_media__icon.blog_post_media__icon--link svg{
    fill: currentColor;
}

.blogpost_title i,
.page_title i{
    font-size: .9em;
    margin-right: 10px;
}

.page_title i.fa-thumb-tack{
    margin-right: 15px;
}

.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: '';
}

.post_media_info{
    position: relative;
}

.post_media_info .quote_image{
    width: 75px;
    vertical-align: middle;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.post_media_info .quote_image + .quote_author{
    margin-top: 7px;
}

.single .blog_post_media.blog_post_media--quote .quote_text,
.single .blog_post_media.blog_post_media--quote .quote_text a{
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
}
.single .blog_post_media.blog_post_media--quote .quote_author{
    font-size: 18px;
    line-height: 1.6;
}
.single .blog_post_media__icon.blog_post_media__icon--quote,
.single .wrapper_single_quote_link .blog_post_media__icon.blog_post_media__icon--link {
    right: auto;
    left: -10px;
    display: block;
}
.single .blog_post_media.blog_post_media--quote {
    margin-bottom: 35px;
    padding-left: 35px;
    padding-top: 10px;
}
.blog_post_preview.format-quote .blog_post_media--quote .quote_text{
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 25px;
}
.blog_post_preview.format-quote .post_media_info .quote_author{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
.blog_post_preview.format-quote .post_media_info .quote_author_position{
    font-size: 14px;
    opacity: 0.6;
    text-transform: uppercase;
    padding-top: 4px;
}
.blog_post_preview.format-quote .quote_text + .post_media_info:before{
    content: '';
    border-top: 1px solid;
    width: 70px;
    height: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.18;
}
.gt3_module_blog .blog_post_media--quote .quote_text,
.gt3_module_blog .blog_post_media--quote .quote_text a,
.gt3_module_blog .blog_post_media--link .blog_post_media__link_text,
.single .blog_post_media--link .blog_post_media__link_text a,
.single .blog_post_media--link .blog_post_media__link_text p,
.single .blog_post_media.blog_post_media--quote .quote_text,
.single .blog_post_media.blog_post_media--quote .quote_text a,
.single .blog_post_media.blog_post_media--quote .quote_author {
    color: #ffffff;
}
.gt3_module_blog .blog_post_media--quote .quote_text a:hover,
.single .blog_post_media.blog_post_media--quote .quote_text a:hover {
    opacity: 0.7;
}
.blog_post_preview.format-quote .quote_text + .post_media_info{
    float: none;
    max-width: 100%;
}
.blog_content .clear.post_clear{
    margin-top: 12px;
}

.single .featured_post_info{
    padding-top: 21px;
}

@media only screen and (max-width: 767px){
    .isotope_blog_items{
        margin-left: 0;
    }
    .items2 .blog_post_preview,
    .items3 .blog_post_preview,
    .items4 .blog_post_preview{
        width: 100%;
    }
    .isotope_blog_items .item_wrapper{
        padding-left: 0;
    }
}

#main_content h1,
#main_content h2,
#main_content h3,
#main_content h4,
#main_content h5,
#main_content h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

#main_content h2 {
    margin-bottom: 18px;
}

/* single post */
.single #main_content > .blog_post_preview{
    margin-bottom: 10px;
}
.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;
}

/* Comments */
#comments{
    margin: 0;
    padding: 72px 0 0 0;
}
#comments:empty {
    display: none;
}
#comments:empty{
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    border: none;
    margin-top: 0 !important;
}
#respond {
    padding: 0 0 30px 0;
    margin: 0;
}
.commentlist + #respond {
    padding-top: 72px;
    margin-top: 44px;
}
#respond form#commentform [class*='span'],
#respond form#commentform > p{
    padding: 0;
}
.comment-reply-title small {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}
#respond form#commentform .span6{
    width: calc(50% - 20px);
}
#respond form#commentform *:not(.span6) ~ .span6 ~ .span6{
    float: right;
}
#respond .form_field{
    width: 100%;
    display: block;
}
p.form-submit{
    margin-bottom: 0;
}
p.comment-notes{
    margin-bottom: 20px;
}

ol.commentlist{
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}
ol.commentlist li{
    list-style: none;
}
ol.commentlist > li > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ol.commentlist li,
ul.commentlist li{
    margin: 0;
    padding: 0;
}
.commentlist li:before,
.commentlist li:after{
    display: none !important;
}
ol.commentlist li .stand_comment {
    padding: 0 0 25px 100px;
    position: relative;
}
ol.commentlist li.pingback .stand_comment {
    padding-left: 0;
}
.thiscommentbody{
    min-height: 100px;
}
ol.commentlist li .commentava{
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 0;
    width: 80px;
    height: 80px;
}
ol.commentlist li .commentava img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#comments ol.commentlist ul.children {
    margin-left: 100px;
    padding: 0;
}
#comments ol.commentlist ul.children ul.children ul.children{
    margin-left: 50px;
}
.comment_info .listing_meta {
    margin-bottom: 6px;
}
.comment_content p{
    margin-bottom: 16px;
}
#cancel-comment-reply-link {
    transition: color .3s;
}
.gt3_comments_pagination{
    padding-bottom: 10px;
}
.gt3_comments_pagination a,
.gt3_comments_pagination span{
    padding: 2px;
}

.learn_more,
.post_info > a{
    line-height: 21px;
}

.gt3_module_button a.learn_more{
    margin-bottom: 0;
}

.gt3_module_title .carousel_arrows 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{
    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);
}

.post_info{
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 4px;
    padding-top: 28px;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #f4f4f4;
}

.post_info > div:last-child{
    margin-left: 0;
}

.post_share{
    position: relative;
}

.post_share > a{
    line-height: 30px;
    position: relative;
    display: block;
    margin-left: 2px;
    -webkit-transition: color 300ms;
            transition: color 300ms;
    text-align: center;
}

.share_wrap{
    font-size: .875em;
    display: block;
}

.share_wrap ul{
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.share_wrap ul li{
    line-height: 25px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    -webkit-transition: all 300ms;
            transition: all 300ms;
    text-align: center;
    vertical-align: middle;
}

.share_wrap ul li:before{
    display: none !important;
}

.share_wrap ul li:nth-child(1){
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.share_wrap ul li:nth-child(2){
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}

.share_wrap ul li:nth-child(3){
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
}

.share_wrap ul li:nth-child(4){
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}

#main_content .share_wrap ul li:before{
    display: none;
}

.share_wrap a{
    display: inline-block;
}

.share_wrap a span.fa{
    font-size: 16px;
    line-height: 34px;
    display: none;
    width: 34px;
    margin-right: 10px;
    -webkit-transition: -webkit-transform 400ms;
            transition:         transform 400ms;
    vertical-align: middle;
    border-radius: 50%;
}

.share_wrap a:hover span{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.share_wrap a .fa-twitter{
    color: #fff;
    background-color: #55acee;
}

.share_wrap a .fa-facebook{
    color: #fff;
    background-color: #3b5998;
}

.share_wrap a .fa-pinterest{
    color: #fff;
    background-color: #bd081c;
}

.share_wrap a .fa-google-plus{
    color: #fff;
    background-color: #df4b38;
}
.mobile_menu_container .main-menu ul.mobile_view_on > li > ul > li > .sub-menu:first-child{
    display: block !important;
    margin-left: -2px;
}

.share_wrap a span:not(.fa){
    line-height: 1;
    -webkit-transition: box-shadow .3s;
       -moz-transition: box-shadow .3s;
        -ms-transition: box-shadow .3s;
            transition: box-shadow .3s;
    vertical-align: middle;
    letter-spacing: .1em;
    box-shadow: inset 0 0 0 0 currentColor;
}

.share_wrap .post_share-twitter a{
    color: #7aafea;
}

.share_wrap .post_share-facebook a{
    color: #122d71;
}

.share_wrap .post_share-google a{
    color: #df4b38;
}

.share_wrap .post_share-pinterest a{
    color: #ba0a0a;
}

/* Likes */
.likes_block,
.post_share,
.likes_block span{
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.likes_block .icon{
    margin: 0 3px 0 7px;
    -webkit-transition: -webkit-transform 300ms;
            transition:         transform 300ms;
}

.likes_block:not(.already_liked):hover .icon{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.likes_block .icon:before{
    font-size: inherit;
    font-weight: 700;
    margin: 0;
}

.likes_block{
    float: right;
    cursor: pointer;
}

.likes_block.already_liked{
    cursor: default;
}

.likes_block.already_liked .fa-heart-o:before{
    content: '\f004';
}

.like_count,
.like_title{
    -webkit-transition: color 300ms;
            transition: color 300ms;
}

.like_count:empty{
    display: none;
}

/* Pager Block */
ul.pagerblock{
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    list-style: none;
    clear: both;
}
ul.pagerblock li:before,
ul.pagerblock li:after{
    display: none !important;
}
ul.pagerblock li{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0;
    vertical-align: top;
}
ul.pagerblock li a,
ul.pagerblock li span{
    font-size: 14px;
    display: block;
    width: 58px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    background: #fafbfb;
    transition: all 400ms;
    text-align: center;
    text-transform: uppercase;
    border: 1px #e2e7ed solid;
    border-radius: 2px;
    position: relative;
}
ul.pagerblock li a.current{
    cursor: default;
}
.pagerblock li a:hover,
.pagerblock li a:focus,
ul.pagerblock li a.current {
    opacity: 0.5;
}
ul.pagerblock li a i {
    display: none;
}
ul.pagerblock li.prev_page a:before,
ul.pagerblock li.next_page a:before {
    position: absolute;
    left: 50%;
    top: 28px;
    width: 16px;
    border-top-width: 1px;
    border-top-style: solid;
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}
ul.pagerblock li.prev_page a:after,
ul.pagerblock li.next_page a:after {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
}
ul.pagerblock li.next_page a:after {
    border-width: 4.5px 0 4.5px 5px;
    margin-left: 6px;
}
ul.pagerblock li.prev_page a:after {
    border-width: 4.5px 5px 4.5px 0;
    margin-left: -8px;
}

/* 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(243, 243, 243, 1);
}
.select2-container--default span.select2-selection--multiple,
.select2-container--default.select2-container--focus span.select2-selection--multiple{
    border-color: rgba(243, 243, 243, 1);
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered{
    display: block;
    height: 40px;
    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: 300;
    background-color: #fafafa;
}
/* Select 2 end */

/* WIDGET STYLES */
aside > .widget,
.main_footer .widget{
    position: relative;
    margin-top: 0;
}

aside > .widget + .widget{
    margin-top: 63px;
}

aside > .widget:last-child{
    margin-bottom: 35px;
}

.main_footer .widget{
    margin-top: 17px;
}

.main_footer .widget + .widget{
    margin-top: 33px;
}

.main_footer .widget .gt3_social a{
    line-height: 1.1;
    color: inherit;
}

.widget .widget-title ~ .gt3-button-cat-wrap-open{
    display: block;
}

.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_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.widget.widget_rss ul li:before,
.widget.main_wrapper ul li:before,
.widget.main_footer ul li:before {
    content: '\f111';
    font: normal normal normal 6px/1 FontAwesome;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.widget .calendar_wrap table{
    width: 100%;
    margin: 0;
}

.widget .calendar_wrap table td{
    width: calc(100% / 7);
    padding: 5px 0;
    text-align: center;
}

.gt3_widget ul li,
.gt3_widget ul {
    padding: 0;
    margin: 0;
}
.gt3_widget > ul > li,
.gt3_widget ul li{
    position: relative;
    padding-bottom: 10px;
}
.gt3_widget > ul > li:last-child{
    padding-bottom: 0;
}
.gt3_widget ul li ul {
    padding-left: 20px;
    padding-top: 10px;
}
.gt3_widget ul ul ul ul{
    padding-left: 10px;
}
.widget_categories ul li,
.widget_archive ul li{
    padding-right: 20px;
}
.widget_categories ul li .post_count,
.widget_archive ul li .post_count{
    position: absolute;
    top: 0;
    right: 0;
}
.widget_categories ul li .post_count + ul,
.widget_archive ul li .post_count + ul{
    margin-right: -20px;
}
.widget .post_count:before {
    content: '(';
}
.widget .post_count:after {
    content: ')';
}
.widget.widget_recent_entries li:after{
    display: table;
    clear: both;
    content: '';
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date {
    margin-top: 3px;
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date,
.widget_rss cite {
    opacity: .6;
}
.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.widget.widget_rss 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;
}

.gt3_widget.widget_posts .recent_posts > li {
    margin: 26px 0 0 0;
    padding: 0;
}
.gt3_widget.widget_posts .recent_posts > li:before,
.gt3_widget.widget_posts .recent_posts > li:after {
    display: none;
}
.gt3_widget.widget_posts .recent_posts > li.with_img {
    margin-top: 31px;
}
.gt3_widget.widget_posts .recent_posts img.post_thumb {
    margin-bottom: 18px;
    opacity: 1;
    transition: opacity 300ms;
}
.gt3_widget.widget_posts .recent_posts img.post_thumb:hover {
    opacity: 0.9;
}
.gt3_widget.widget_posts .recent_posts .listing_meta {
    margin-bottom: 5px;
}
.gt3_widget.widget_posts .recent_posts .post_title a {
    transition: all 300ms;
}
.gt3_widget.widget_posts .recent_posts .post_title {
    font-weight: 700;
}

.widget_flickr:after{
    display: table;
    clear: both;
    content: '';
}
.flickr_widget_wrapper{
    margin-right: -10px;
}
.flickr_widget_wrapper .flickr_badge_image{
    width: calc(33.33% - 10px);
    max-width: 93px;
    height: calc(33.33% - 10px);
    max-height: 93px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0 0;
}
.flickr_widget_wrapper .flickr_badge_image img{
    opacity: 1;
    transition: opacity 300ms;
}
.flickr_badge_image > a:hover img{
    opacity: .9;
}

.widget_calendar {
    padding-bottom: 10px;
}
.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;
    margin-top: 0;
    border: none;
    background-color: #f2f2f2;
}
.widget-title + .calendar_wrap{
    margin-top: 30px;
}
.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 #f2f2f2;
}

.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;
}
.sidebar .widget.gt3_widget.widget_text .textwidget > p:first-child img {
    margin-top: 10px;
    margin-bottom: 9px;
}
.sidebar .widget.gt3_widget.widget_text .textwidget a img {
    opacity: 1;
    transition: opacity 300ms;
}
.sidebar .widget.gt3_widget.widget_text .textwidget a:hover img {
    opacity: 0.9;
}
/* Tag Cloud */
.widget_tag_cloud {
    overflow: hidden;
}
.tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover{
    box-shadow: none;
    color: #ffffff;
}
.tagcloud{
    overflow: hidden;
    margin: 0 -15px 4px 0;
}
.tagcloud a{
    font-size: 12px !important;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px #d2d6dc solid;
    background: transparent;
    margin: 5px 6px 5px 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

/* Instagram */
#sb_instagram{
    position: relative;
}
.widget #sb_instagram{
    padding: 10px 0 0 0 !important;
}
.widget #sbi_images{
    width: calc(100% + 10px) !important;
    margin: 0 0 0 -10px !important;
    padding: 0 !important;
}
.widget #sb_instagram #sbi_images .sbi_item{
    margin: 0 !important;
    padding: 0 0 10px 10px !important;
    border: none !important;
}
.content-container #sb_instagram #sbi_images .sbi_item{
    overflow: hidden;
}
#sb_instagram .sbi_photo_wrap a{
    position: relative;
    opacity: 1 !important;
    transition: opacity 300ms;
}
#sb_instagram .sbi_photo_wrap a:hover{
    opacity: 0.9 !important;
}
.widget #sb_instagram .sbi_photo_wrap a{
    height: 0px !important;
    padding-bottom: 100% !important;
}

/* Image Widget */
img.rounded{
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

/* Search Widget */
.widget_search .search_form,
.widget_product_search .gt3_search_form{
    position: relative;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
}
.widget.gt3_widget.widget_search {
    padding-bottom: 10px;
}
.gt3_search_form label,
.gt3_search_anim_line{
    display: none;
}
.widget .search_form .search_text,
.widget_product_search .gt3_search_form .search_text{
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 8px 45px 8px 30px;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: transparent;
}
.widget_search .search_form .search_submit,
.widget_search .search_form .search-submit,
.widget_product_search .gt3_search_form .search_submit,
.widget_product_search .gt3_search_form:before,
.widget_search .search_form:before {
    font-size: 0;
    width: 54px;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.widget_search .search_form:before,
.widget_product_search .gt3_search_form:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    line-height: 48px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity: 1;
    transition: 0.5s all;
}
.widget-title .rsswidget{
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}

/* Text Widget */
.textwidget p:last-child{
    margin-bottom: 0;
}

.textwidget:after{
    display: table;
    clear: both;
    content: '';
}

.textwidget img{
    max-width: 100%;
    margin: 0 0 25px 0;
    vertical-align: top;
}

.textwidget a img{
    margin: 0 auto;
}

/* Dropcap */
.dropcap{
    font-family: inherit;
    font-size: 3.5em;
    font-weight: 500;
    line-height: .7;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 5px 10px 0 0;
    text-transform: uppercase;
}

/* footer widget style */
.top_footer{
    font-weight: 300;
}

@media only screen and (min-width: 1100px){
    .top_footer .row{
        margin-right: -2.5%;
        margin-left: -2.5%;
    }

    .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 .span3{
        width: 25%;
    }

    .top_footer .row [class*=span]:nth-last-child(1),
    .top_footer .row [class*=span]:nth-last-child(2){
        margin-bottom: 0;
    }
}

.top_footer .widget_nav_menu .menu .menu-item{
    line-height: 2.34em;
    margin-bottom: 0;
    padding: 0;
}

.top_footer .widget_nav_menu .menu .menu-item:hover,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item{
    padding-left: 0;
}

.top_footer .widget_nav_menu .menu .menu-item:before,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item:before{
    display: none;
}
.top_footer .widget_nav_menu .menu .menu-item .menu-item{
    padding-left: 10px;
}

.top_footer .widget_nav_menu .menu .menu-item .sub-menu{
    padding-top: 5px;
}

.top_footer .widget_nav_menu .menu .menu-item + .menu-item{
    border-top: none;
}

/* 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 {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper_404 p{
    font-size: 1.125em;
    margin-bottom: 30px;
    padding-top: 10px;
}

.wrapper_404 .number_404{
    font-size: 130px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 28px;
}

.wrapper_404 {
    padding: 40px 0;
    min-height: 50vh;
    position: relative;
    white-space: nowrap;
    text-align: center;
}
.search-no-results .wrapper_404{
    padding: 0;
    margin-top: 10px;
}
.search-no-results .wrapper_404:before{
    height: auto;
}
.wrapper_404:before{
    display: inline-block;
    height: 60vh;
    content: '';
    vertical-align: middle;
}
.main_wrapper .gt3_search_form .search_text {
    font-style: normal;
    margin-bottom: 0;
}

.container_vertical_wrapper{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
}

span.highlighter{
    display: inline-block;
    padding-right: .05em;
    padding-left: .05em;
}

.wrapper_404 .container{
    width: 100%;
}

input[type='button'],
input[type='reset'],
input[type='submit']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.wrapper_404 form.search_form.gt3_search_form{
    position: relative;
}
.search_result_form form.search_form.gt3_search_form,
.gt3_404_search form.search_form.gt3_search_form{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-width: 390px;
}
.search_result_form .search_form .search_text,
.gt3_404_search .search_form .search_text {
    width: 100%;
    height: 50px;
    background-color: #fafcff;
    border: 1px solid #eff2f7;
    border-radius: 3px;
    margin: 0;
}
.search_result_form .search_form .search-submit,
.gt3_404_search .search_form .search-submit {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 100px;
    border: none;
    border-radius: 0 3px 3px 0;
    letter-spacing: 0;
    transition: 0.5s all;
    color: #ffffff !important;
}
.search_result_form .search_form label,
.gt3_404_search .search_form label{
    font-style: italic;
}
/* back_to_top */
.back_to_top_container{
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 30px;
    margin-right: 1px;
    margin-bottom: 1px;
    pointer-events: none;
}

#back_to_top{
    font-weight: 400;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: opacity .2s, color .2s;
       -moz-transition: opacity .2s, color .2s;
        -ms-transition: opacity .2s, color .2s;
            transition: opacity .2s, color .2s;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    background-color: #323440;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#back_to_top:before{
    line-height: 40px;
    display: inline-block;
    content: "\f176";
    font-size: 14px;
}

#back_to_top.show{
    pointer-events: auto;
    opacity: .9;
}
#back_to_top.show:hover{
    color: #ffffff;
}
/* end back_to_top */

/* RS Slider */
.gt3pg_photo_gallery{
    padding-top: 15px;
}

.search_result_form,
.post-password-form{
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
}

.search_result_form .search_text,
.post-password-form input[type=password]{
    width: 100%;
    margin-bottom: 20px;
}

.post-password-form input[type=password]{
    margin-top: 5px;
}

.format-standard .blog_content pre,
.format-audio .blog_content pre,
.format-quote .blog_content pre,
.format-link .blog_content pre{
    background: #f9f9f9;
}

.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: .5;

    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.header_over_bg{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.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: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 767px){
    .gt3_header_builder__section-container.container_full{
        margin-right: 10px;
        margin-left: 10px;
        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_component{
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: middle;
    white-space: normal;
}
.gt3_header_builder a{
    color: inherit;
}

@media only screen and (max-width: 379px){
    .gt3_header_builder_component{
        margin-right: 4px;
        margin-left: 5px;
    }
}

.gt3_header_builder_menu_component{
    margin-right: 10px;
    margin-left: 10px;
}

.gt3_header_builder_search_component,
.gt3_header_builder_burger_sidebar_component{
    margin-right: 6px;
    margin-left: 6px;
    z-index: 2;
}

.gt3_header_builder_component:first-of-type{
    margin-left: 0;
}

.gt3_header_builder_component:last-of-type{
    margin-right: 0;
}

.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: 12px;
}
.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 2px;
    padding-right: 0;
    padding-left: 0;
    opacity: .2;
    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: 45px;
    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;
}

@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;
    }
}
@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;
    }

}

.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
    /*margin-left: 54px;*/
    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){

    .gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
        margin-left: 3px;
    }

    .logo_container img{
        width: 100%;
        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: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 17px;
    -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;
}

.header_search .header_search__icon{
    cursor: pointer;
    opacity: 1 !important;
    line-height: 1;
}

.header_search .header_search__icon > i{
    font-family: FontAwesome;
    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{
    content: "\f002";
    line-height: 40px;
}

.header_search.ct-search-open .header_search__icon > i:before{
    content: "\f00d";
}

.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: #222328;
    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: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    cursor: pointer;
    border-radius: 40px;
}
.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: 0px;
    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: 0px;
}
.header_search.ct-search-open .header_search__inner:before{
    opacity: 0.97;
}
.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;
}
.header_search.ct-search-open .header_search__inner{
    opacity: 1;
    visibility: visible;
}
.header_search__inner .gt3_search_form__wrapper{
    padding-right: 40px;
    padding: 6vh 70px;
    position: relative;
    display: inline-block;
    z-index: 2;
    border: none;
    width: 98%;
    max-width: 710px;
    box-sizing: border-box;
}
.header_search__inner .gt3_search_form__wrapper .header_search__inner_title{
    color: #ffffff;
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 40px;
}
.header_search__inner .search_form{
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
}
.header_search__inner .search_form:after{
    content: '';
    position: absolute;
    bottom: 6vh;
    left: 70px;
    width: 0;
    height: 1px;
    border-top: 2px solid #ffffff;
    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% - 140px);
    opacity: 0.5;
}
.header_search__inner .search_form .search-submit{
    display: block;
    right: 15px;
    top: 3px;
    line-height: 24px;
    z-index: 5;
    padding: 5px;
    margin: 0;
    border: none;
    background: none;
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.header_search__inner .search_form .search-submit{
    position: static;
    font-size: 34px;
    color: #ffffff;
    opacity: 0.5;
    padding-right: 20px;
}
.header_search__inner .search_form .search-submit:hover{
    opacity: 0.8;
}
.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: 24px;
    color: #ffffff;
    opacity: 0.7;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    text-transform: capitalize;
}
.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 #222328 inset;
    border: 1px solid #222328;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}

.header_search__inner .search-field::-webkit-input-placeholder,
.header_search__inner .search-field::-webkit-input-placeholder{
    opacity: 1 !important;
    color: #ffffff !important;
}
.header_search__inner .search-field:-moz-placeholder,
.header_search__inner .search_text:-moz-placeholder{
    opacity: 1 !important;
    color: #ffffff !important;
}
.header_search__inner .search-field::-moz-placeholder,
.header_search__inner .search_text::-moz-placeholder{
    opacity: 1 !important;
    color: #ffffff !important;
}
.header_search__inner .search-field:-ms-input-placeholder,
.header_search__inner .search_text:-ms-input-placeholder{
    opacity: 1 !important;
    color: #ffffff !important;
}

@media only screen and (max-width: 768px){
    .header_search__inner .gt3_search_form__wrapper .header_search__inner_title{
        font-size: 26px;
    }
    .header_search__inner .search-field, .header_search__inner .search_text{
        font-size: 18px;
    }
    .header_search__inner .search_form .search-submit{
        font-size: 24px;
    }
}

.top_header .header_search{
    height: auto !important;
}

/* 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: 24px;
    height: 19px;
}

.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    -webkit-transition: width 200ms;
       -moz-transition: width 200ms;
        -ms-transition: width 200ms;
            transition: width 200ms;
    border-top: 3px solid;
    border-radius: 3px;
}

@media only screen and (max-width: 1199px){
    .gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
        border-top: 2px solid;
        border-radius: 2px;
    }
}

.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
    top: 8px;
    width: 17px;
}

.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
    top: 16px;
    width: 21px;
}

.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;
    background-color: #fff;
}

.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{
    visibility: visible;
    cursor: url(../img/icons/close.png) 16 16, default;
    opacity: 1;
}

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: #fff;
}

@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 p{
    font-style: normal;
    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/icons/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: 479px){
    .gt3_header_builder__login-modal_footer .gt3_module_button a{
        font-size: 12px;
        line-height: 16px;
    }
}

/* GT3 Header Builder end

/* RS Slider start */
.slider_btn_with_icon{
    line-height: 18px !important;
    display: inline-block;
    width: 17px !important;
    height: 19px !important;
    margin: 0 10px;
    padding-left: 2px;
    text-align: center !important;
    vertical-align: top;
    border: 1px rgba(103, 109, 69, .15) solid;
    border-radius: 50%;
}

.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{
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 40px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.isotope-filter a{
    border-bottom: 1px solid transparent;
    padding: 3px 6px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    transition: all .4s;
    margin-right: 30px;
    letter-spacing: 0.1em;
}


@media only screen and (min-width: 1250px) {
    .isotope-filter a{
        margin-right: 50px;
    }
}
.isotope-filter a:last-child{
    margin-right: 0;
}
.isotope-filter a:hover,
.isotope-filter a.active{
    opacity: 1;
}

/* Isotope end */

/* mailchimp content */
#mc_display_rewards,
.mc_form_inside br,
#mc-indicates-required {
    display: none;
}
.mc_form_inside{
    position: relative;
}
.mc_form_inside .mc_merge_var input,
.mc_form_inside .mc_signup_submit input{
    width: 100%;
}
#mc_signup_form input[type="text"] {
    border: none;
    margin-bottom: 15px;
    line-height: 30px;
    height: auto;
    padding: 14px 20px;
    background: #f7f9f9;
    font-size: 18px;
    color: #a5a6b5;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(35,35,37, 0.15);
}
#mc_signup_form #mc_subheader {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    text-align: center;
}
.mc_form_inside .mc_merge_var{
    position: relative;
    margin: 0;
}
#mc_signup_form .mc_var_label {
    font-style: normal;
    font-size: 18px;
    top: 14px;
    color: #a5a6b5;
}
.mc_error_msg{
    color: #ef4c14;
}
.mc_success_msg{
    color: #9db8fa;
}
.mc_error_msg,
.mc_success_msg{
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    font-weight: inherit;
    padding-bottom: 18px;
    display: block;
}
.mc_form_inside{
    position: relative;
}
.mc_form_inside .mc_merge_var input,
.mc_form_inside .mc_signup_submit input{
    width: 100%;
}
body .mc4wp-form p{
    margin-bottom: 30px;
}
.mc_form_inside .mc_signup_submit{
    margin: 0;
}
.mc_form_inside .mc_signup_submit input,
.mc_form_inside .mc_signup_submit button {
    display: block;
    width: 100% !important;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 15px;
}
.mc_custom_border_hdr {
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 25px;
}
p + .mc_custom_border_hdr {
    margin-top: -18px;
}
@media only screen and (min-width: 400px){
    .mc_form_inside.has_only_email .mc_signup_submit {
        position: absolute;
        right: -1px;
        bottom: 0;
    }
    .mc_form_inside.has_only_email .mc_signup_submit input,
    .mc_form_inside.has_only_email .mc_signup_submit button {
        border-radius: 0 3px 3px 0;
        padding: 22px 30px;
        border: none;
        border-left: 20px #f7f9f9 solid !important;
    }
}
/* ! mailchimp content */

.widget_search input[type="text"] {
    font-style: italic;
    padding-left: 20px !important;
}

/* 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 4px 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: -4px;

       -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.slick-dots > li: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,
.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;
}

/* Prev | Next links */
.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;
}

.wrapper_single_quote_link {
    padding: 100px 0;
    margin-bottom: 75px;
}

/* Prev-Next Links */
.single_prev_next_posts {
    line-height:20px;
    padding:29px 0;
    margin:0;
    position: relative;
}
.single_prev_next_posts .fleft {
    display:inline-block;
    text-align:left;
    width:50%;
}
.single_prev_next_posts .fright {
    display:inline-block;
    text-align:right;
    width:50%;
}
.single_prev_next_posts .fa-angle-left {
    margin-right:10px;
}
.single_prev_next_posts .fa-angle-right {
    margin-left:10px;
}
.single_prev_next_posts a {
    line-height:inherit;
    color: inherit;
    font-size:14px;
    text-transform: uppercase;
    display:inline-block;
}
.single_prev_next_posts a:hover {
    color: inherit;
}
.single_prev_next_posts span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.single_prev_next_posts span:after {
    bottom: 2px;
}

.single .format-standard-image .blog_post_media {
    display: none;
    visibility: hidden;
}
.single.visible_blog_post_media .format-standard-image .blog_post_media {
    display: block;
    visibility: visible;
}

/* Single Post Info */
.single_post_info {
    line-height: 30px;
    padding-bottom: 21px;
    padding-top: 7px;
    margin-top: 50px;
}
.single_post_info > div {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.single_post_info .likes_block {
    float: none;
    line-height: inherit;
}
.block_info_title {
    line-height: inherit;
    margin-right: 15px !important;
}
.single_post_share ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single_post_share ul > li,
.sigle_post_tags a {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    padding: 0;
    margin: 0 30px 0 0;
}
.single_post_share ul > li:last-child {
    margin-right: 10px;
}
.single_post_share ul > li:before,
.single_post_share ul > li:after {
    display: none;
}
.single_post_share a {
    display: block;
    line-height: inherit;
    transition: color 300ms;
}
.single_post_share .post_share-facebook a:hover {
    color: #3b5998;
}
.single_post_share .post_share-twitter a:hover {
    color: #1da1f2;
}
.single_post_share .post_share-pinterest a:hover {
    color: #bd081c;
}
.single_post_share .post_share-mail a:hover {
    color: #d4493c;
}
.sigle_post_tags a {
    color: inherit;
    margin-right: 10px;
}

.gt3_module_related_posts .blog_content p {
    color: inherit !important;
    margin-bottom: 30px;
}

.gt3_single_related {
    padding-top: 72px;
}
#comments + .gt3_single_related {
    margin-top: 30px;
}
#comments:empty + .gt3_single_related {
    margin-top: 0;
}
.related_subtitle {
    opacity: 0.6;
}
.gt3_single_related .spacing_beetween_items_30 .blog_post_preview {
    margin-bottom: 0;
}

.gt3_module_button_list,
.gutenberg-solo-blocks--post .solo_module_button_list,
.gutenberg-solo-blocks--blog .solo_module_button_list,
.comment-reply-link {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.428;
}

.gt3_module_button_list a,
.gutenberg-solo-blocks--post .solo_module_button_list a,
.gutenberg-solo-blocks--blog .solo_module_button_list a {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    text-transform: uppercase;
    transition: all 300ms;
    position: relative;
    color: inherit;
}

.comment-reply-link {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    transition: all 300ms;
    position: relative;
}

.gt3_module_button_list a:hover,
.gutenberg-solo-blocks--post .solo_module_button_list a:hover,
.gutenberg-solo-blocks--blog .solo_module_button_list a:hover {
    color: inherit;
}

.single .gt3_module_featured_posts {
    padding-bottom: 10px;
}

.isotope-filter > a {
    display: inline-block;
}

.module_testimonial.style4.nav-arrows .slick-arrow:hover{
    opacity: 0.5;
}
.mc_merge_var label,
.search_result_form .search_form label,
.gt3_404_search .search_form label {
    left: 20px;
}
.search_result_form .search_form .search_text,
.gt3_404_search .search_form .search_text {
    padding-left: 20px;
    padding-right: 125px;
}
.gt3_theme_prl-logo {
    font-size: 0;
    line-height: 0;
}

.widget .rss-date {
    display: block;
}
.widget_rss cite {
    display: block;
    text-align: right;
}
.top_footer .gt3_widget.widget_archive > ul,
.top_footer .gt3_widget.widget_categories > ul,
.top_footer .gt3_widget.widget_pages > ul {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 6px;
    line-height: 1.6;
}
.widget .children > li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pp_page .gt3_header_builder.header_over_bg{
    position: relative;
    z-index: 1000;
    top: auto;
    left: auto;
    width: 100%;
}

.page #comments {
    margin-top: 35px;
}

.archive .gt3-page-title {
    margin-bottom: 50px;
}
.wrapper_single_quote_link .blog_post_media {
    margin-bottom: 0 !important;
}
.wrapper_single_quote_link .container {
    max-width: 870px;
}
.wrapper_single_quote_link .quote_author {
    margin-top: 8px;
}

#main_content .page-link {
    padding-bottom: 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){
    .widget_nav_menu 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 {
    color: #fff;
    font-size: 0.8em;
}

.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;
}

.main_wrapper ul > li.gt3_widget_product_list:before {
    display:none;
}

.gt3_dropcaps,
p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-weight: 700;
    margin: 0.1em .17em 0 0;
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.77em;
    line-height: .75;
}

/* Custom */
.gt3_secondary_font h1,
.gt3_secondary_font h2,
.gt3_secondary_font h3,
.gt3_secondary_font h4,
.gt3_secondary_font h5,
.gt3_secondary_font h6,
.gt3_secondary_font h1 a,
.gt3_secondary_font h2 a,
.gt3_secondary_font h3 a,
.gt3_secondary_font h4 a,
.gt3_secondary_font h5 a,
.gt3_secondary_font h6 a {
    font-family: inherit !important;
}
.gt3_secondary_font h1 a,
.gt3_secondary_font h2 a,
.gt3_secondary_font h3 a,
.gt3_secondary_font h4 a,
.gt3_secondary_font h5 a,
.gt3_secondary_font h6 a {
    color: inherit !important;
    transition: all 300ms;
}
.uppercase * {
    text-transform: uppercase !important;
}
.wp-block-button .wp-block-button__link {
    line-height: 1.875;
    border-radius: 61px;
}
.wp-block-button.size-small .wp-block-button__link:not(.has-background) {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
}
.wp-block-button .wp-block-button__link {
    padding: 14px 38px;
}
.wp-block-button.size-small .wp-block-button__link:not(.has-background) {
    padding: 0;
}
.gutenberg-solo-block--wrapper.gutenberg-solo-blocks--button {
    margin-bottom: 15px;
}
.wp-block-button.size-small .wp-block-button__link:not(.has-background):after {
    width: 100%;
    bottom: 5px;
}
.wp-block-button.size-small .wp-block-button__link:not(.has-background):hover:after {
    width: 0;
}
.gt3_custom_tooltip {
    display: inline-block;
    font-style: italic;
    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_styled_list li:before {
    display: none !important;
}
.gt3_styled_list .gt3_list__icon {
    margin-right: 10px;
}
.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;
}

.wp-block-image figcaption,
.wp-block-video figcaption{
    color: inherit;
    font-size: 16px;
    margin-bottom: 19px;
    margin-top: 6px;
    text-align: center;
}
.wp-block-column .wp-block-image figcaption {
    margin-bottom: 7px;
}
.mb_65 {
    margin-bottom: -65px;
}

.mb0{
    margin-bottom: 0 !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

figure.wp-block-image {
    /*margin: 0;*/
}

.wp-block-image,
figure.wp-block-image {
    margin-bottom: 35px;
}

.wp-block-image + .wp-block-image{
    margin-top: -11px;
}

.wp-block-image + p {
    /*margin-top: -21px;*/
}

.wp-block-column .wp-block-image {
    margin-bottom: 19px;
}

.wp-block-image figure {
    margin-bottom: 0;
    margin-top: 41px;
}

p + .wp-block-columns .wp-block-image figure {
    margin-top: 20px;
}

.wp-block-embed {
    margin-bottom: 38px;
}

p + figure.wp-block-embed {
    margin-top: 40px;
}

.wp-block-columns + .wp-block-image figure {
    margin-top: 0;
}

.wp-block-solo-section + .dn + .clear {
    margin-top: 20px;
}

.list_without_ml div > ul,
.list_without_ml div > ol {
    padding-left: 0;
}

.has_custom_icon li:before {
    display: none !important;
}
.has_custom_icon li span:before {
    margin-right: 11px;
}

/* gutenberg-solo-blocks--post */
hr.wp-block-separator.is-style-default {
    width: 30px;
    margin-top: 28px;
    margin-bottom: 28px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: inherit;
    border-bottom-color: inherit;
    opacity: 0.45;
}

hr.wp-block-separator.is-style-default + .gutenberg-solo-blocks--button {
    margin-top: 48px;
}

/* Single member team */
.gt3_single_team_socials {
    margin: 0 -10px;
}
.gt3_single_team_socials__item {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 400;
}
.gt3_single_team_socials__item a {
    color: inherit;
}
.gt3_single_team_socials__item a:hover {
    color: inherit;
}
.gt3_single_team_socials__item a:hover span:after {
    opacity: 1;
}
.gt3_single_team_socials__item a span {
    position: relative;
}
.gt3_single_team_socials__item a span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.gt3_single_team_socials__item a i {
    font-size: 16px;
}

.gt3_single_team_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    width: 100%;
}
.gt3_single_team_header .gt3_single_team_thumbnail__wrapper {
    margin-right: 60px;
}
@media only screen and (max-width: 768px) {
    .gt3_single_team_header .gt3_single_team_thumbnail__wrapper {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .gt3_single_team_header .gt3_single_team_thumbnail__wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}
.gt3_single_team_header .gt3_team_title {
    margin-bottom: 22px;
}
.gt3_single_team_header .gt3_team_title h2 {
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
    .gt3_single_team_header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt3_single_team_info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
}
.gt3_single_team_info__item h4 {
    font-size: inherit;
    padding-right: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.gt3_single_team_info__item a {
    color: inherit;
}
/* !Single member team */

.module_team .team-positions {
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 24px !important;
}

/* gutenberg-blog-solo-post */
.gutenberg-solo-blocks--post{
    background: #ffffff;
}
.gutenberg-solo-blocks--post .blog_post_preview{
    margin-bottom: 0;
}
.gutenberg-solo-blocks--post .item_wrapper{
    position: relative;
    z-index: 1;
}
.gutenberg-solo-blocks--post .blog_content{
    display: inline-block;
    padding: 5% 3% 5% 7%;
    width: 50%;
}
.gutenberg-solo-blocks--post .blog_post_thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-size: cover;
    background-position: center center;
}
.gutenberg-solo-blocks--post .blogpost_title{
    line-height: 1.333em;
    margin-bottom: 15px !important;
}
.gutenberg-solo-blocks--post .blogpost_title a{
    line-height: inherit;
}
.gutenberg-solo-blocks--post .solo_page_title_cats{
    margin-bottom: 7px;
}
.gutenberg-solo-blocks--post .blog_item_description{
    font-size: 24px;
    line-height: 1.5;
}
.gutenberg-solo-blocks--post .listing_meta span.post_author a .avatar{
    width: 32px;
}
.gutenberg-solo-blocks--post.aligncenter{
    text-align: left;
}
.gutenberg-solo-blocks--post.aligncenter .blog_content{
    text-align: center;
}
.gutenberg-solo-blocks--post.alignright .blog_post_thumb{
    right: auto;
    left: 0;
}
.gutenberg-solo-blocks--post .solo_module_button_list{
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px){
    .gutenberg-solo-blocks--post .blog_post_thumb{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }
    .gutenberg-solo-blocks--post .blog_content{
        width: 100%;
        padding: 5% 7% 5% 7%;
    }
}

.gutenberg-solo-blocks--blog .blog_post_media{
    margin-bottom: 20px;
}
#main_content .gutenberg-solo-blocks--blog .blogpost_title{
    margin-bottom: 15px;
}
.gutenberg-solo-blocks--blog .items2 .blogpost_title a,
.gutenberg-solo-blocks--blog .items3 .blogpost_title a,
.gutenberg-solo-blocks--blog .items4 .blogpost_title a{
    line-height: inherit;
}
.gutenberg-solo-blocks--blog .listing_meta span.post_author a .avatar{
    width: 28px;
}
.gutenberg-solo-blocks--blog .solo_module_button_list{
    padding-top: 20px;
}
.gutenberg-solo-blocks--blog .has_post_boxed_content .blog_content{
    padding: 20px;
}
.gutenberg-solo-blocks--blog .blog_post_media img{
    transition: all .3s ease-in-out;
    transform: translateZ(0);
}
.gutenberg-solo-blocks--blog .blog_post_media.swipebox_video_popup{
    position: relative;
}
.gutenberg-solo-blocks--blog .blog_post_media img:hover{
    opacity: 0.9;
}
.gutenberg-solo-blocks--blog .has_post_boxed_content .blog_post_media{
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}
.gutenberg-solo-blocks--blog .has_post_boxed_content.format-video .blog_post_media.has_post_thumb{
    margin-bottom: -20px;
}
.gutenberg-solo-blocks--blog .has_post_boxed_content.format-video .blog_post_media.has_post_thumb.swipebox_video_popup{
    width: calc((100% + 40px)*2);
}
.gutenberg-solo-blocks--blog .format-video .blog_post_media.has_post_thumb.swipebox_video_popup{
    width: 200%;
}
.gutenberg-solo-blocks--blog .format-video .blog_post_media.has_post_thumb.swipebox_video_popup .gt3_video_wrapper__thumb{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.gutenberg-solo-blocks--blog .format-video .blog_post_media.has_post_thumb.swipebox_video_popup .gt3_video__play_image,
.gutenberg-solo-blocks--blog .format-video .blog_post_media.has_post_thumb.swipebox_video_popup .gt3_video__play_content{
    width: 50%;
}
.gutenberg-solo-blocks--blog .format-video .blog_post_media.has_post_thumb.swipebox_video_popup .gt3_video__play_content{
    margin-left: -50%;
}
.gutenberg-solo-blocks--blog .format-video .blog_post_media.swipebox_video_popup{
    padding-bottom: 0;
}
.gutenberg-solo-blocks--blog .spacing_beetween_items_30 .blog_post_preview{
    margin-bottom: 30px;
}
.gutenberg-solo-blocks--blog .blog_content .clear.post_clear{
    margin-top: 0;
}
.gutenberg-solo-blocks--blog  .format-video .blog_post_media.has_post_thumb{
    padding-bottom: 0;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image{
    position: relative;
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image img{
    /*height: 100%;
    width: auto;*/
    min-height: 100%;
    object-fit: cover;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content{
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 100%;
    padding-top: calc(2% + 30px);
    padding-bottom: calc(2% + 30px);
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox{
    margin-top: auto;
    padding: 20px;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video{
    position: relative;
    z-index: 1;
    width: 124px;
    height: 124px;
    display: inline-block;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video{
    line-height: 124px;
    font-size: 30px;
    color: #ffffff;
}
.gutenberg-solo-blocks--blog  .items3 .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video,
.gutenberg-solo-blocks--blog  .items4 .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video{
    width: 70px;
    height: 70px;
    line-height: 72px;
    font-size: 24px;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid;
    border-radius: 124px;
    opacity: 0.5;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border-radius: 124px;
    background: #000000;
    opacity: 0.1;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video:hover:before,
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video:hover:after{
    transform: scale(0.8);
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video:hover:after{
    opacity: 0.3;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(23, 25, 51) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(23, 25, 51) 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(23, 25, 51) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(23, 25, 51) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(23, 25, 51) 100%);
    opacity: 0.5;
    z-index: -1;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_swipebox .swipebox-video:hover:before{
    opacity: 1;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_post_content{
    margin-top: auto;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .gt3_video__play_post_content .listing_meta{
    margin-bottom: 0;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .solo_page_title_cats a,
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .blogpost_title a,
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .blogpost_title a:hover,
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .listing_meta *{
    color: #ffffff;
    opacity: 1;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .blogpost_title a:hover{
    color: #ffffff !important;
}
.gutenberg-solo-blocks--blog .gt3_video__play_image + .gt3_video__play_content .listing_meta > span:after{
    background: #ffffff;
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .spacing_beetween_items_30 .blog_post_preview{
    margin-bottom: 50px;
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-gallery .blog_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video .blog_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-audio .blog_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-link .blog_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_content{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-gallery .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content .blog_post_media__link,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video.without_post_thumbnail .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-audio .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-link .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video .blog_post_media.swipebox_video_popup,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_post_media__link{
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 0;
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-gallery .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-standard-image .blog_content .blog_post_media__link,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-video.without_post_thumbnail .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-audio .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-link .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-video .blog_post_media.swipebox_video_popup,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-quote .blog_post_media__link{
    order: 1;
    margin-right: 0;
    margin-left: 50px;
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-gallery:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-standard-image:nth-child(even) .blog_content .blog_post_media__link,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-video.without_post_thumbnail:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-audio:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-link:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-video:nth-child(even) .blog_post_media.swipebox_video_popup,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-quote:nth-child(even) .blog_post_media__link{
    order: 1;
    margin-right: 0;
    margin-left: 50px;
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content .blog_post_media__link .blog_post_media{
    margin-bottom: 0;
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-gallery .blog_content .blog_post_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content .blog_post_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-audio .blog_content .blog_post_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-link .blog_content .blog_post_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video .blog_post_content,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_post_content{
    width: calc(50% - 25px);
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .blog_post_media.blog_post_media--link .blog_post_media__link_tag{
    padding: 20% calc(20px + 3%);
}
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .blog_post_media{
    padding-bottom: 0;
}
@media only screen and (max-width: 1200px){
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-gallery .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content .blog_post_media__link,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video.without_post_thumbnail .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-audio .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-link .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video .blog_post_media.swipebox_video_popup,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_post_media__link{
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 0;
    }
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-gallery .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-standard-image .blog_content .blog_post_media__link,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-video.without_post_thumbnail .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-audio .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-link .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-video .blog_post_media.swipebox_video_popup,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_right .format-quote .blog_post_media__link,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-gallery:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-standard-image:nth-child(even) .blog_content .blog_post_media__link,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-video.without_post_thumbnail:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-audio:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-link:nth-child(even) .blog_content .blog_post_media,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-video:nth-child(even) .blog_post_media.swipebox_video_popup,
.gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-quote:nth-child(even) .blog_post_media__link{
        order: 1;
        margin-right: 0;
        margin-left: 30px;
    }
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-gallery .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-audio .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-link .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_post_content{
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 768px){
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-gallery .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content .blog_post_media__link,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video.without_post_thumbnail .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-audio .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-link .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video .blog_post_media.swipebox_video_popup,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_post_media__link{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        order: unset;
    }
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-gallery:nth-child(even) .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-standard-image:nth-child(even) .blog_content .blog_post_media__link,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-video.without_post_thumbnail:nth-child(even) .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-audio:nth-child(even) .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-link:nth-child(even) .blog_content .blog_post_media,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-video:nth-child(even) .blog_post_media.swipebox_video_popup,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align_staggered .format-quote:nth-child(even) .blog_post_media__link{
        margin-left: 0;
        order: 0;
    }
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_content .blog_post_media__link + .blog_post_content{
        margin-top: 0;
    }
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-gallery .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-standard-image .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-audio .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-link .blog_content .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-video .blog_post_content,
    .gutenberg-solo-blocks--blog .items1.solo_module_blog--image_align .format-quote .blog_post_content{
        width: 100%;
    }
}





.load_more_wrapper{
    text-align: center
}
.load_more_wrapper .load_more:after{
    content: "\f175";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    font-size: 0.9em;
    transition: all 300ms;
}
.load_more_wrapper .load_more:hover:after{
    color: #ffffff;
}
/* end gutenberg-solo-blocks--post */

select,
body .select2-container--default .select2-selection--single {
    background: none;
    border-right: none;
    border-top: none;
    border-left: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}


/* Gutenberg */
ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-latest-posts {
    padding: 0;
    margin: 0 0 30px 0;
}
ul.wp-block-archives ul,
ul.wp-block-categories__list ul {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 10px;
}
ul.wp-block-archives > li,
ul.wp-block-categories > li,
ul.wp-block-latest-posts > li {
    padding-right: 20px !important;
    position: relative !important;
    padding-bottom: 10px !important;
}
ul.wp-block-archives li ul > li:last-child,
ul.wp-block-categories li ul > li:last-child {
    padding-bottom: 0 !important;
}
ul.wp-block-archives li .post_count,
ul.wp-block-categories li .post_count{
    position: absolute;
    top: 0;
    right: 0;
}
ul.wp-block-archives li .post_count + ul,
ul.wp-block-categories li .post_count + ul{
    margin-right: -20px;
}
ul.wp-block-archives li a,
ul.wp-block-categories li a,
ul.wp-block-latest-posts li a{
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}
.wp-block-archives .post_count:before,
.wp-block-categories .post_count:before {
    content: '(';
}
.wp-block-archives .post_count:after,
.wp-block-categories .post_count:after {
    content: ')';
}
ul.wp-block-latest-posts li .wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
    font-size: 14px;
    opacity: 0.5;
    line-height: 22px;
    padding-left: 17px;
}
.wp-block-latest-comments__comment-date {
    padding-left: 0;
}
ol.wp-block-latest-comments{
    position: relative;
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    list-style: none;
}
ol.wp-block-latest-comments li{
    list-style: none;
}
ol.wp-block-latest-comments > li > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ol.wp-block-latest-comments li,
ul.wp-block-latest-comments li{
    margin: 0;
    padding: 0;
}
.wp-block-latest-comments li:before,
.wp-block-latest-comments li:after{
    display: none !important;
}
.wp-block-latest-comments article {
    padding: 0 0 25px 0;
    position: relative;
}
.wp-block-latest-comments.has-avatars article {
    padding-left: 70px;
}
.wp-block-latest-comments article > div,
.wp-block-latest-comments article > footer {
    padding: 0 !important;
    margin: 0 !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
    position: relative;
}
.wp-block-latest-comments .wp-block-latest-comments__comment > img {
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0;
}
.wp-block-latest-comments article .wp-block-latest-comments__comment-excerpt p {
    font-size: 1em;
    line-height: 1.667;
    margin: 0;
    padding: 8px 0 0 0;
}
footer.wp-block-latest-comments__comment-meta {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
body .gutenberg-solo-blocks--button .wp-block-button__link {
    border-radius: 3px;
}

@media (min-width:600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 0;
    }
    .wp-block-column:not(:first-child),
    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
    .wp-block-column:not(:last-child) {
        margin-right: 0;
    }
}

.blog_post_preview.format-video .item_wrapper {
    overflow: hidden;
}

a {word-break: break-word;}

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;
    line-height: 1.5 !important;
}

p.comment-form-cookies-consent {
    float: none;
    width: 100%;
    display: inline-block;
}

/* Gutenberg fix */
[class*="has-"] .wp-block-column[style] {
    flex-grow: 1;
}
