:root {
    --theme_color: #7D3461;
}

body:not(.page-loaded) .animated {
    -webkit-animation-name: none !important;
    animation-name: none !important
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

body,
html {
    position: relative
}

body {
    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;
    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 #eee;
    border-radius: 5px;
    margin-bottom: 17px
}

::selection {
    opacity: 1
}

::-moz-selection {
    opacity: 1;
    color: #fff
}

::selection {
    color: #fff
}

p {
    margin: 0 0 18px;
    padding: 0
}

p:last-child {
    padding: 0;
    margin-bottom: 0
}

a {
    color: #7D3461;
}

a,
a:focus,
a:hover {
    transition: all .2s ease-in-out;
    text-decoration: none
}

a,
a:focus,
a:hover,
img {
    outline: none !important
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top
}

body,
form,
iframe {
    margin: 0;
    padding: 0
}

iframe {
    display: block;
    width: 100%;
    vertical-align: top
}

iframe,
img,
table {
    border: 0
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle
}

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

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

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

p:empty {
    display: none;
    margin: 0
}

div.slick-slider ul.slick-dots li,
div.slick-slider ul.slick-dots li.slick-active {
    background: var(--theme_color)
}

div.slick-slider ul.slick-dots li.slick-active {
    width: 20px
}

div.slick-slider ul.slick-dots li {
    background: currentColor !important;
    border-color: currentColor !important;
    position: relative
}

@media only screen and (max-width:767px) {
    .slick-arrow {
        display: none !important
    }
}

body .fa,
body .fab,
body .fad,
body .fal,
body .far,
body .fas {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

body,
span.elementor-drop-cap span.elementor-drop-cap-letter {
    font-family: var(--content_font)
}

body {
    background: var(--bg_body, #fff);
    font-size: var(--content_font-size);
    line-height: var(--content_line-height);
    font-weight: var(--content_font-weight);
    color: var(--content_color)
}

p {
    line-height: calc(var(--content_line-height)/var(--content_font-size))
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    color: var(--header_font_color);
    font-family: var(--header_font);
    font-weight: var(--header_font-weight)
}

.elementor-widget-heading h1.elementor-heading-title,
h1 {
    font-family: var(--h1_font, var(--header_font));
    font-weight: var(--h1_font-weight, var(--header_font-weight));
    font-size: var(--h1_font-size);
    line-height: var(--h1_font-line_height)
}

.elementor-widget-heading h2.elementor-heading-title,
h2 {
    font-family: var(--h2_font, var(--header_font));
    font-weight: var(--h2_font-weight, var(--header_font-weight));
    font-size: var(--h2_font-size);
    line-height: var(--h2_font-line_height)
}

.elementor-widget-heading h3.elementor-heading-title,
h3 {
    font-family: var(--h3_font, var(--header_font));
    font-weight: var(--h3_font-weight, var(--header_font-weight));
    font-size: var(--h3_font-size);
    line-height: var(--h3_font-line_height)
}

.elementor-widget-heading h4.elementor-heading-title,
h4 {
    font-family: var(--h4_font, var(--header_font));
    font-weight: var(--h4_font-weight, var(--header_font-weight));
    font-size: var(--h4_font-size);
    line-height: var(--h4_font-line_height)
}

.elementor-widget-heading h5.elementor-heading-title,
h5 {
    font-family: var(--h5_font, var(--header_font));
    font-weight: var(--h5_font-weight, var(--header_font-weight));
    font-size: var(--h5_font-size);
    line-height: var(--h5_font-line_height)
}

.elementor-widget-heading h6.elementor-heading-title,
h6 {
    font-family: var(--h6_font, var(--header_font));
    font-weight: var(--h6_font-weight, var(--header_font-weight));
    font-size: var(--h6_font-size);
    line-height: var(--h6_font-line_height)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit !important
}

blockquote {
    font-size: 18px;
    line-height: 1.556;
    position: relative;
    font-weight: 300;
    padding: 4px 0 7px 30px;
    text-align: left;
    margin: 0 0 30px;
    color: var(--content_color)
}

blockquote p {
    font-style: normal
}

blockquote:after {
    display: none;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    border-left: 1px solid
}

body .wp-block-quote.is-style-large,
body blockquote.is-style-large {
    margin: 65px 0 45px
}

body .wp-block-quote.is-style-large p,
body blockquote.is-style-large p {
    font-style: normal
}

.blog_post_preview.format-link .blog_content,
.blog_post_preview.format-quote .blog_content,
.single .blog_post_preview.format-quote .blog_content .blog_post_media.blog_post_media--quote,
blockquote.wp-block-quote-is-layout-flow,
body .wp-block-quote.is-style-large,
body blockquote.is-style-large {
    z-index: 0;
    padding: 70px 75px 48px 105px;
    background-image: linear-gradient(45deg, #d6edf3, #f7f6ee)
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow blockquote.wp-block-quote-is-layout-flow {
    padding: 30px
}

.single .blog_post_preview.format-link .blog_content .blog_post_media.blog_post_media--link {
    background-image: linear-gradient(45deg, #d6edf3, #f7f6ee)
}

.quote_text,
blockquote.wp-block-quote-is-layout-flow,
body .wp-block-quote.is-style-large,
body blockquote.is-style-large {
    font-size: 24px;
    line-height: 1.4;
    color: var(--content_color)
}

body .wp-block-quote.is-style-large:after,
body blockquote.is-style-large:after {
    display: none
}

.blog_post_preview.format-quote .blog_content:before,
.single .blog_post_preview.format-quote .blog_content .blog_post_media.blog_post_media--quote:before,
blockquote.wp-block-quote-is-layout-flow:before,
body blockquote.is-style-large:before {
    content: "";
    width: 112px;
    height: 90px;
    z-index: -1;
    position: absolute;
    display: block;
    top: 50px;
    left: 48px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABaCAYAAABg19IbAAAACXBIWXMAAAsTAAALEwEAmpwYAAADmElEQVR4nOWaS27bQBBEX3SPXEA5T3LjfBaJvcoNfIgkG2UjCZIskj0fcqqLBWhpEg+vWTMN+MPpdGJAjsDvES8+5w342OE5wzkOg178edB7L/nR6TnDOfYq8Hun5wznGCHwCHwa8N7b9PgCJThGCBw9tf+Alw7PkeDYo8BX4E+H50hwbC1QoXa+dniGDMfWAkdPLfS5wMhw7FFgjwuMDMeWAhVq5+38a4kUx5YCZaa2MVIcexNodf7BdgIVagfav0A5jq0EKkxtjwVejmNPAnss8HIcWwhUqZ3WBV6SYwuBClML7RcYSY49CWy9wEhyrC1QpXZaF3hZjrUFSk5tRWQ59iLQ8vyDdQWq1A60fYHSHGsKVJna1gVemmMPAl9oW+ClOdYSqFQ73xr+Vp5jLYEqUwttFxh5jj0IbLnAyHOsIVCpdloW+BQcawiUn9pgUnC4C7Q+/6C/QKXagfovMA1Hb4FKU9uywKfhcBbYssCn4egpUK12ahf4VBw9BSpNLdRfYFJxOAusvcCk4uglUK12ahf4dBy9BKaa2pmk43AVuIvzD/oIVKsdqPsCU3L0EKg2tbULfEoOR4G/qFvgU3K0ClSsnZrzLy1Hq0C1qYU6gWk5HAXWXGDScrQIVKydmgU+NUeLwLRT+5DUHG4Cd3X+Qb1AxdqB8i8wPUetQMWprVng03M4CaxZ4NNz1AhUrZ3S88+Co0ag4tRCuUALDieBpRcYC45Sgaq1U7rAu3AUC7SYWnw4bATu8vyDMoGqtQNlk+vCAZQJVJ3a0gXehQPwEFi6wLtwAHGByrVTcm64cFwTFag6tVAG7sJxTVTgl5qHb5SSg9+F45qIwOP5p5iSxdeF4y4Rgcq1UzK1Lhx3iQhUrp2Sc8OF4y5LApVrB+KT68LxLksClWunZPF14XiXJYHKtfOT+OLrwvEucwJdaseF42nmBCrXDsQPfheOp5kTqFw7EJ9cF46nmRKoXjvRxdeFYzJTAtVrJzq1LhyTmRKoXjvRc8OFYzLPBKrXDsQm14VjNs8EqtdOdPF14ZjNM4HqtRNdfF04ZvMo0KV2XDgW8yhQvXYgdvC7cCzmUaB67UBscl04FnMrMEPtRBZfF45QbgVmqJ3I1LpwhHIrMEPtRM4NF45QLgIz1A4sT64LRzgXgRlq5y/Li68LRzgXgRlqJ/Kv5y4c4RzwqR0XjqIcyFE7sHzwu3AU5UCO2oHlyXXhKMp/7HcHV7wLnFYAAAAASUVORK5CYII=");
    background-size: cover;
    background-repeat: no-repeat
}

body blockquote.is-style-large:after {
    left: 168px
}

blockquote p,
body .wp-block-quote.is-large p,
body .wp-block-quote.is-style-large p {
    font-weight: 400;
    font-size: inherit;
    line-height: inherit
}

blockquote p:last-child {
    margin-bottom: 0 !important
}

.quote_author,
blockquote cite,
blockquote code {
    margin: 16px 0 3px;
    color: inherit;
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    display: block;
    font-style: normal;
    font-weight: 500
}

blockquote code {
    font-family: inherit
}

blockquote cite a,
blockquote code a {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.blog_post_preview.format-quote .quote_author,
blockquote cite,
body .wp-block-quote.is-large cite,
body .wp-block-quote.is-large footer,
body .wp-block-quote.is-style-large cite,
body .wp-block-quote.is-style-large footer {
    text-align: left;
    font-family: var(--content_font);
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 42px
}

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

.elementor-element-custom_font_size blockquote {
    font-size: inherit
}

.elementor-element-custom_line_height blockquote {
    line-height: inherit
}

.elementor-element-custom_color a,
.elementor-element-custom_color blockquote,
.elementor-element-custom_color blockquote cite,
.elementor-element-custom_color blockquote code {
    color: inherit
}

dl {
    margin-bottom: 20px
}

dl dt {
    font-weight: 600
}

dl dd {
    margin: 0 0 20px
}

ol,
ul {
    padding: 0;
    margin: 12px 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

li ol,
li ul {
    padding-left: 17px
}

ol li,
ul li {
    margin: 0 0 12px;
    padding: 0
}

ol li:last-child,
ul li:last-child {
    margin-bottom: 0
}

.main_wrapper ul li {
    list-style: none
}

.content-container ul>li {
    position: relative;
    padding-left: 20px
}

.wp-block-social-links .wp-block-social-link.wp-social-link:before {
    display: none
}

.content-container .wp-block-archives-list>li:before,
.content-container .wp-block-categories-list>li:before {
    top: .1em
}

.wp-block-post-template .wp-block-post:before {
    display: none
}

.wp-block-post-template .wp-block-post {
    padding-left: 0
}

.content-container ul>li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    background: var(--theme_color2)
}

.content-container ul.wp-block-page-list>li:before {
    top: .6em
}

.content-container ul>li.product:before {
    content: "";
    display: none !important
}

.main_wrapper #main_content ul[class*=gt3_list_] li {
    padding: 0 0 8px;
    list-style: none
}

.main_wrapper #main_content ul[class*=gt3_list_] li:before,
.main_wrapper .elementor-section ul[class*=gt3_list_] li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    line-height: 1em;
    position: static;
    right: auto;
    display: inline-block;
    margin-right: 9px;
    content: "\f00c";
    vertical-align: baseline;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.main_wrapper #main_content ul.gt3_list_check_circle li:before,
.main_wrapper .elementor-section ul.gt3_list_check_circle li:before {
    content: "\f05d"
}

.main_wrapper #main_content ul.gt3_list_check_square li:before,
.main_wrapper .elementor-section ul.gt3_list_check_square li:before {
    content: "\f046"
}

.main_wrapper #main_content ul.gt3_list_angle_left li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_left li:before {
    content: "\f104"
}

.main_wrapper #main_content ul.gt3_list_angle_right li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_right li:before {
    content: "\f105"
}

.main_wrapper #main_content ul.gt3_list_angle_up li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_up li:before {
    content: "\f106"
}

.main_wrapper #main_content ul.gt3_list_angle_down li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_down li:before {
    content: "\f107"
}

.main_wrapper #main_content ul.gt3_list_plus li:before,
.main_wrapper .elementor-section ul.gt3_list_plus li:before {
    content: "\f067"
}

.main_wrapper #main_content ul.gt3_list_times li:before,
.main_wrapper .elementor-section ul.gt3_list_times li:before {
    content: "\f00d"
}

.main_wrapper #main_content ul.gt3_list_caret_down li:before,
.main_wrapper .elementor-section ul.gt3_list_caret_down li:before {
    content: "\f0d7"
}

.main_wrapper #main_content ul.gt3_list_disc li:before,
.main_wrapper .elementor-section ul.gt3_list_disc li:before {
    content: "\2022";
    color: var(--theme_color)
}

ul.gt3_list_disc li:before {
    content: "\2022" !important;
    display: inline-block !important;
    margin-right: 10px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--theme_color)
}

.main_wrapper #main_content ul.gt3_list_line li:before,
.main_wrapper .elementor-section ul.gt3_list_line li:before {
    width: 26px;
    height: 1px;
    content: "";
    vertical-align: middle;
    background-color: currentColor;
    color: var(--theme_color)
}

ol {
    counter-reset: li
}

ol>li {
    list-style: none;
    counter-increment: li
}

ol>li:before {
    content: "." counter(li);
    font-size: inherit;
    width: auto;
    line-height: inherit;
    display: inline-block;
    margin-left: 0;
    margin-right: .3em;
    text-align: right;
    direction: rtl;
    font-weight: inherit;
    color: var(--theme_color)
}

span.elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 60px;
    margin-right: 10px
}

span.elementor-drop-cap span.elementor-drop-cap-letter {
    font-size: 60px;
    font-weight: 700
}

.dropcap,
.gt3_dropcaps,
body .has-drop-cap:not(:focus):first-letter {
    font-family: inherit;
    font-size: 60px;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 9px 10px 0 -5px;
    text-transform: uppercase;
    font-weight: 500
}

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

.gt3_title_line {
    line-height: inherit;
    position: relative;
    z-index: 1;
    width: 140px;
    margin-left: -140px;
    float: left
}

.gt3_title_line.right {
    float: right;
    margin-left: auto;
    margin-right: -140px
}

.gt3_title_line:before {
    content: "";
    display: inline-block;
    width: 110px;
    border-top: 1px solid;
    position: absolute;
    vertical-align: middle;
    top: calc(50% - 1px)
}

.gt3_title_line.right:before {
    left: auto;
    right: 0
}

.gt3_title_line span {
    width: inherit;
    display: inline-block
}

.elementor-element-custom_color h1,
.elementor-element-custom_color h2,
.elementor-element-custom_color h3,
.elementor-element-custom_color h4,
.elementor-element-custom_color h5,
.elementor-element-custom_color h6 {
    color: inherit
}

.elementor-element-custom_font_weight h1,
.elementor-element-custom_font_weight h2,
.elementor-element-custom_font_weight h3,
.elementor-element-custom_font_weight h4,
.elementor-element-custom_font_weight h5,
.elementor-element-custom_font_weight h6 {
    font-weight: inherit
}

.elementor-element-custom_line_height h1,
.elementor-element-custom_line_height h2,
.elementor-element-custom_line_height h3,
.elementor-element-custom_line_height h4,
.elementor-element-custom_line_height h5,
.elementor-element-custom_line_height h6 {
    line-height: inherit
}

.elementor-element-custom_font_size h1,
.elementor-element-custom_font_size h2,
.elementor-element-custom_font_size h3,
.elementor-element-custom_font_size h4,
.elementor-element-custom_font_size h5,
.elementor-element-custom_font_size h6 {
    font-size: inherit
}

.elementor-element-custom_font_family h1,
.elementor-element-custom_font_family h2,
.elementor-element-custom_font_family h3,
.elementor-element-custom_font_family h4,
.elementor-element-custom_font_family h5,
.elementor-element-custom_font_family h6 {
    font-family: inherit
}

.elementor-element-custom_line_height p {
    line-height: inherit !important
}

.gt3_highlighter {
    padding: 0 2px
}

.gt3_blockquote .gt3_blockquote__quote_icon+.gt3_blockquote__text+.gt3_blockquote__author_wrapper {
    margin-left: 0
}

.gt3_blockquote .gt3_blockquote__quote_icon+.gt3_blockquote__text,
.gt3_blockquote .gt3_blockquote__quote_icon+.gt3_blockquote__text+.gt3_blockquote__author_wrapper {
    margin-left: 52px
}

.gt3_blockquote .gt3_blockquote__author_wrapper .gt3_blockquote__author_divider {
    display: none !important
}

.gt3_blockquote .gt3_blockquote__author_wrapper .gt3_blockquote__author_sub_name {
    display: block;
    font-size: 1em
}

.gt3_blockquote .gt3_blockquote__quote_icon {
    width: 36px
}

.gt3_blockquote .testimonials-text-quote-holder {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .3) 10%, hsla(0, 0%, 100%, 0) 60%, rgba(0, 0, 0, .1)) !important
}

.gt3_custom_tooltip {
    display: inline-block;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.gt3_custom_tooltip:after,
.gt3_custom_tooltip:before {
    position: absolute;
    z-index: 5;
    content: attr(data-gt3-tooltip);
    left: 50%;
    bottom: 100%;
    white-space: nowrap;
    padding: 0 12px 0 8px;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: italic;
    transition: all .3s;
    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;
    bottom: auto;
    top: 0
}

.gt3_custom_tooltip:hover:after,
.gt3_custom_tooltip:hover:before {
    visibility: visible;
    opacity: 1
}

.gt3-line-icon,
.gt3-rhomb-icon {
    position: relative;
    z-index: 1
}

.gt3-line-icon:before {
    width: 25px;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid
}

.gt3-line-icon:before,
.gt3-rhomb-icon:before {
    content: "";
    vertical-align: middle;
    font-family: inherit;
    display: inline-block
}

.gt3-rhomb-icon:before {
    width: 7px;
    height: 7px;
    background: currentColor;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px
}

.gt3_styled_link.gt3_styled_link__underline,
.gt3_styled_link.gt3_styled_link__underline_on_hover:hover {
    text-decoration: underline
}

.gt3_styled_list {
    list-style: none
}

.gt3_styled_list .gt3_list__icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    font-size: .9em
}

.gt3_styled_list li:before {
    display: none !important
}

body.single .elementor-widget-heading h1.elementor-heading-title,
body.single h1 {
    line-height: var(--h2_font-line_height);
    font-size: var(--h2_font-size);
    margin: 10px 0 0;
}

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

    body .elementor-widget-heading h1.elementor-heading-title,
    body.single .elementor-widget-heading h1.elementor-heading-title,
    body.single h1,
    body h1 {
        line-height: 1.5 !important
    }
}

.gt3-page-title_custom_color .gt3-page-title__content .gt3_breadcrumb a {
    color: inherit !important
}

.gt3-page-title_custom_color .gt3_pagination_delimiter:after {
    background: currentColor !important
}

.dropcap,
.gt3_dropcaps,
.has-drop-cap:not(:focus):first-letter,
.main_wrapper #main_content ul[class*=gt3_list_] li:before {
    color: var(--header_font_color)
}

.elementor-element-custom_color a:hover,
.gt3_blockquote .gt3_blockquote__quote_icon,
.gt3_custom_tooltip {
    color: var(--theme_color)
}

.gt3_custom_tooltip:before {
    background: var(--header_font_color)
}

.gt3_custom_tooltip:after {
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: var(--header_font_color)
}

.gt3_custom_tooltip:before {
    color: var(--bg_body, #fff)
}

blockquote {
    font-family: var(--content_font)
}

blockquote:after {
    border-color: rgba(var(--content_color_rgb), .3)
}

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

    .quote_text,
    blockquote.wp-block-quote-is-layout-flow,
    body .wp-block-quote.is-style-large,
    body blockquote.is-style-large {
        font-size: 21px
    }

    .blog_post_preview.format-link .blog_content,
    .blog_post_preview.format-quote .blog_content,
    blockquote.wp-block-quote-is-layout-flow,
    body .wp-block-quote.is-style-large,
    body blockquote.is-style-large {
        margin-top: 45px;
        padding: 45px
    }

    .blog_post_preview.format-quote .blog_content:before,
    .single .blog_post_preview.format-quote .blog_content .blog_post_media.blog_post_media--quote:before,
    blockquote.wp-block-quote-is-layout-flow:before,
    body blockquote.is-style-large:before {
        top: 35px;
        left: 25px;
        width: 75px;
        height: 60px
    }

    body blockquote.is-style-large:after {
        left: 100px
    }

    .blog_post_preview.format-quote .blog_content,
    .single .blog_post_preview.format-quote .blog_content .blog_post_media.blog_post_media--quote,
    blockquote.wp-block-quote-is-layout-flow,
    body blockquote.is-style-large {
        padding-left: 70px !important
    }

    body .wp-block-quote.is-large cite,
    body .wp-block-quote.is-large footer,
    body .wp-block-quote.is-style-large cite,
    body .wp-block-quote.is-style-large footer {
        margin-top: 30px
    }
}

.has-inline-color>a {
    color: inherit
}

.content-container .blog_content p a {
    text-decoration: underline
}

.content-container .blog_content p a:hover {
    text-decoration: none
}

strong {
    font-weight: 600
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    margin-bottom: 30px
}

.wp-block-navigation .wp-block-navigation-item {
    padding-left: 20px;
    margin-bottom: 0
}

.wp-block-post-template {
    margin-bottom: 10px
}

.wp-block-comment-template>li:before {
    display: none
}

fieldset,
form {
    margin-bottom: 0
}

label,
legend {
    font-weight: inherit;
    display: block;
    margin-bottom: 5px
}

abbr[title],
acronym[title] {
    text-decoration: none
}

input[type=checkbox],
input[type=radio] {
    display: inline;
    margin: 3px;
    vertical-align: middle
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    font-family: var(--content_font);
    font-weight: 300;
    color: var(--content_color);
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
    margin: 0 0 12px;
    width: 100%;
    padding: 15px 25px;
    transition: all .3s;
    height: 56px;
    background: #f9f7f4;
    -webkit-appearance: none
}

textarea {
    height: 145px;
    resize: none
}

p+form {
    margin-top: 18px
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
input[type=submit] {
    display: inline-block;
    transition: all .3s;
    outline: none;
    width: auto;
    height: 56px;
    cursor: pointer;
    padding: 16px 50px;
    line-height: 20px;
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    font-family: var(--content_font);
    color: var(--content_color);
    border: 2px solid var(--theme_color2)
}

button:hover,
input[type=submit]:hover {
    background-color: var(--theme_color2);
    color: var(--content_color)
}

.search_result_form form.search_form.gt3_search_form {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    width: 100%
}

.gt3_search_form label {
    display: none
}

.gt3_form label {
    color: var(--content_color)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--content_color)
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--content_color)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--content_color)
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: inherit !important
}

:-moz-placeholder,
::-moz-placeholder {
    opacity: 1 !important;
    color: inherit !important
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: inherit !important
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0) !important
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important
}

input[type=text]::-webkit-input-placeholder {
    color: inherit !important;
    font-family: inherit !important
}

rs-layer input::-moz-placeholder {
    line-height: 2 !important
}

[class*=span] {
    float: left;
    min-height: 1px
}

.gt3_clear:after,
.gt3_clear:before {
    display: table;
    content: " "
}

.gt3_clear:after {
    clear: both
}

#container,
.container {
    margin-right: auto;
    margin-left: auto
}

.fullwidth-wrapper #container {
    width: auto
}

#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;
    box-sizing: border-box;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.clearfix:after,
.clearfix:before {
    line-height: 0;
    display: table;
    content: ""
}

.clear,
.clearfix:after {
    clear: both
}

#container,
.container {
    width: 1170px;
    max-width: 100%
}

.main_content #container,
.main_content .container {
    max-width: 100%
}

.elementor-column-wrap .elementor-container .elementor-row {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

@media only screen and (min-width:768px) {
    .row .span12 {
        width: 100%
    }

    .row .span11 {
        width: 91.66666666666666%
    }

    .row .span10 {
        width: 83.33333333333334%
    }

    .row .span9 {
        width: 75%
    }

    .row .span8 {
        width: 66.66666666666666%
    }

    .row .span7 {
        width: 58.333333333333336%
    }

    .row .span6 {
        width: 50%
    }

    .row .span5 {
        width: 41.66666666666667%
    }

    .row .span4 {
        width: 33.33333333333333%
    }

    .row .span3 {
        width: 25%
    }

    .row .span1-5 {
        width: 20%
    }

    .row .span2 {
        width: 16.666666666666664%
    }

    .row .span1 {
        width: 8.333333333333332%
    }
}

@media (min-width:1200px) {
    [class*=span] {
        float: left;
        min-height: 1px
    }

    .row:after,
    .row:before {
        line-height: 0;
        display: table;
        content: ""
    }

    .row:after {
        clear: both
    }
}

.fullwidth-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px
}

.clear {
    font-size: 0;
    display: table;
    clear: both;
    height: 0
}

.main_wrapper {
    box-sizing: border-box;
    padding-bottom: 50px
}

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

.main_wrapper.like_fullscreen_type {
    padding: 0
}

.site_wrapper {
    position: relative;
    z-index: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main_wrapper>.container.container-sidebar_none>.row {
    margin-right: 0;
    margin-left: 0
}

.main_wrapper>.container.container-sidebar_none>.row>.content-container {
    padding-left: 0;
    padding-right: 0
}

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

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

@media only screen and (max-width:1199px) {
    .container {
        width: 998px
    }

    .elementor-page .elementor .elementor-element.elementor-section-boxed>.elementor-container,
    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1018px
    }
}

@media only screen and (max-width:1023px) {
    .container {
        width: 740px
    }

    .elementor-page .elementor .elementor-element.elementor-section-boxed>.elementor-container,
    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 760px
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 560px
    }

    .elementor-page .elementor .elementor-element.elementor-section-boxed>.elementor-container,
    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 580px
    }

    .sidebar-container {
        padding-top: 35px
    }
}

@media only screen and (max-width:599px) {
    .container {
        width: 420px
    }

    .elementor-page .elementor .elementor-element.elementor-section-boxed>.elementor-container,
    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 420px
    }
}

@media only screen and (max-width:479px) {
    .container {
        width: 90%
    }

    .elementor-page .elementor .elementor-element.elementor-section-boxed>.elementor-container,
    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: calc(90% + 20px)
    }
}

.wpda-mega-menu .elementor-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important
}

div.elementor-element.elementor-widget-spacer {
    margin-bottom: 0
}

a.bordered {
    display: inline-block;
    padding: 17px 31px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0)
}

a.bordered:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.span12 .elementor-section-boxed.elementor-top-section>.elementor-container.elementor-column-gap-no {
    padding-right: 15px;
    padding-left: 15px
}

body.elementor-page .site_wrapper .container.container-sidebar_none {
    width: 100%
}

body.elementor-page .site_wrapper .main_wrapper>.container>.row>.content-container.span9 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -5px
}

body.single.elementor-page .site_wrapper .main_wrapper>.container>.row>.content-container.span9 #main_content>.blog_post_preview .blog_content>:not(.elementor),
body.single.elementor-page .site_wrapper .main_wrapper>.container>.row>.content-container.span9 #main_content>:not(.blog_post_preview):not(.elementor) {
    margin-right: 10px;
    margin-left: 10px
}

body.elementor-page .site_wrapper .main_wrapper>.container>.row>.content-container.span12 .blog_content>.elementor {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

body.elementor-page .site_wrapper .main_wrapper>.container>.row>.content-container.span9 .format-audio .blog_post_media iframe,
body.elementor-page .site_wrapper .main_wrapper>.container>.row>.content-container.span9 .format-video .blog_post_media iframe {
    width: calc(100% - 20px)
}

@media only screen and (min-width:1024px) {
    .elementor-column.margin_auto {
        margin-right: auto;
        margin-left: auto
    }

    .elementor-column.max_width-800 {
        max-width: 800px
    }

    .elementor-column.max_width-670 {
        max-width: 670px
    }

    .elementor-column.max_width-590 {
        max-width: 590px
    }

    .elementor-column.max_width-550 {
        max-width: 550px
    }

    .elementor-column.max_width-500 {
        max-width: 500px
    }

    .elementor-column.max_width-470 {
        max-width: 470px
    }

    .elementor-column.max_width-400 {
        max-width: 400px
    }

    .elementor-column.max_width-370 {
        max-width: 370px
    }

    .elementor-column[class*=max_width-]:first-child {
        margin-left: auto
    }

    .elementor-column[class*=max_width-]:last-child {
        margin-right: auto
    }
}

@media only screen and (max-width:1023px) {
    a.bordered {
        padding: 9px 21px
    }
}

.elementor-editor-active .gt3_header_builder.header_over_bg {
    pointer-events: none
}

.gt3-elementor-align-right .elementor-widget-container {
    text-align: right
}

.gt3-elementor-align-left .elementor-widget-container {
    text-align: left
}

.text-uppercase {
    text-transform: uppercase
}

.page-link {
    clear: both;
    margin: 0 0 1.5em;
    padding: 1.5em 0 2em
}

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

.wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto
}

.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: 700;
    line-height: normal;
    z-index: 100000;
    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)
}

.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
    max-width: 100%
}

.gallery .gallery-item img {
    border: none !important
}

.wp-caption-text {
    margin-top: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.hideme {
    display: none
}

body [class*=theme_icon-arrows] {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 10px
}

body .theme_icon-arrows-right {
    right: 0;
    margin: auto 0 auto 1em
}

body .theme_icon-arrows-left {
    left: 0;
    margin: auto 1em auto 0
}

body .theme_icon-arrows-right:before {
    left: 0
}

body .theme_icon-arrows-right:after {
    right: 0;
    border-left: 6px solid;
    border-left-color: inherit
}

@media only screen and (max-width:1023px) {
    body [class*=theme_icon-arrows] {
        width: 22px;
        height: 9px
    }

    body [class*=theme_icon-arrows]:before {
        top: 3px
    }

    body [class*=theme_icon-arrows]:after {
        border-top: 4px solid rgba(0, 0, 0, 0);
        border-bottom: 4px solid rgba(0, 0, 0, 0)
    }

    body .theme_icon-arrows-right:after {
        border-left: 5px solid
    }

    body .theme_icon-arrows-left:after {
        border-right: 5px solid
    }
}

.wp-block-cover.alignwide {
    margin-bottom: 25px
}

.gt3_menu_label {
    margin-left: 10px;
    font-size: 11px;
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 4px 0 !important;
    margin-top: -2px
}

.gt3_menu_label:after {
    display: none
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.alignleft {
    float: left;
    margin: 0 30px 15px 0
}

.alignright {
    float: right;
    margin: 0 0 15px 30px
}

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

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

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

.wp-block-pullquote blockquote {
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0
}

.wp-block-pullquote blockquote cite:before {
    display: none
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center;
    position: relative
}

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-dots,
hr.wp-block-separator.is-style-wide {
    width: 100%
}

.alignfull {
    width: 100%;
    max-width: none
}

.alignfull img {
    border-radius: 0
}

#main_content .wp-block-gallery {
    padding-left: 0
}

#main_content .wp-block-gallery .blocks-gallery-image figcaption,
#main_content .wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box
}

#main_content .wp-block-gallery .blocks-gallery-item {
    padding: 0
}

#main_content .wp-block-gallery .blocks-gallery-item:before {
    display: none !important
}

#main_content .wp-block-audio {
    margin: 0 0 30px
}

.wp-block-audio audio {
    display: block
}

.text-center {
    text-align: center
}

.wp-block-embed {
    margin: 0 0 1em !important
}

.gt3_theme_textgradient-yes .elementor-heading-title,
.gt3_theme_textgradient-yes .gt3_typed_widget {
    display: inline-block;
    color: var(--textgradient_color1)
}

.gt3_custom_iconbox.elementor-shape-circle .elementor-icon i:before,
.gt3_theme_textgradient-yes.elementor-widget-gt3-core-portfoliotitle .portfolio_item_wrap:hover {
    color: var(--textgradient_color1)
}

@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and ((text-fill-color:transparent) or (-webkit-text-fill-color:transparent)) {

    .gt3_custom_iconbox.elementor-shape-circle .elementor-icon i:before,
    .gt3_theme_textgradient-yes .elementor-heading-title,
    .gt3_theme_textgradient-yes.elementor-widget-gt3-core-portfoliotitle .portfolio_item_wrap:hover,
    .gt3_theme_textgradient-yes .gt3_typed_widget {
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        text-fill-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(120deg, var(--textgradient_color1), var(--textgradient_color2) 100%)
    }
}

.gt3_animated_block {
    z-index: 10
}

.gt3_animated_block>* {
    -webkit-animation-name: gt3_slideup_elements;
    animation-name: gt3_slideup_elements;
    will-change: transform;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@-webkit-keyframes gt3_slideup_elements {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes gt3_slideup_elements {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.gt3_animated_block>:first-child {
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    transition-delay: .05s
}

.gt3_animated_block>:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    transition-delay: .1s
}

.gt3_animated_block>:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    transition-delay: .15s
}

.gt3_animated_block>:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    transition-delay: .2s
}

.gt3_animated_block>:nth-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    transition-delay: .25s
}

.gt3_animated_block>:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    transition-delay: .3s
}

.gt3_animated_block>:nth-child(7) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    transition-delay: .35s
}

.gt3_animated_block>:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    transition-delay: .4s
}

.gt3_animated_block>:nth-child(9) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
    transition-delay: .45s
}

.gt3_animated_block>:nth-child(10) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition-delay: .5s
}

.gt3_animated_block>:nth-child(11) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
    transition-delay: .55s
}

.gt3_animated_block>:nth-child(12) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    transition-delay: .6s
}

.gt3_animated_block>:nth-child(13) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
    transition-delay: .65s
}

.gt3_animated_block>:nth-child(14) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    transition-delay: .7s
}

.gt3_animated_block>:nth-child(15) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    transition-delay: .75s
}

.gt3_animated_block>:nth-child(16) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    transition-delay: .8s
}

.gt3_animated_block>:nth-child(17) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
    transition-delay: .85s
}

.gt3_animated_block>:nth-child(18) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    transition-delay: .9s
}

.gt3_animated_block>:nth-child(19) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
    transition-delay: .95s
}

body .fas {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.elementor-element-custom_font_size ul li {
    font-size: inherit
}

body .wp-block-image.is-style-rounded img {
    border-radius: 20px
}

body .wp-block-image {
    margin-bottom: 30px;
    margin-top: 32px
}

body .wp-block-image+blockquote.is-style-large {
    margin-top: 40px
}

.wp-block-column {
    position: relative
}

p+.wp-block-columns {
    margin-top: 32px
}

.wp-block-column>.wp-block-image:first-child {
    margin-top: 0
}

.wp-block-column>.wp-block-image:last-child {
    margin-bottom: 0
}

.blog_post_info {
    color: var(--content_color)
}

div.slick-slider ul.slick-dots li,
div.slick-slider ul.slick-dots li.slick-active {
    border-color: var(--theme_color)
}

.elementor-slick-slider .slick-slider .slick-next:after,
.elementor-slick-slider .slick-slider .slick-prev:after {
    background: var(--header_font_color)
}

.likes_block:hover .icon,
.post_share_block:hover>a {
    color: var(--theme_color)
}

::-moz-selection {
    background: var(--theme_color)
}

::selection {
    background: var(--theme_color)
}

.gt3_pagination_delimiter:after {
    background: var(--theme_color)
}

button {
    font-family: var(--content_font)
}

.isotope-filter a.active {
    color: var(--theme_color)
}

.isotope-filter {
    font-family: var(--header_font)
}

.sidebar_left .alignfull,
.sidebar_right .alignfull {
    max-width: 100%;
    margin-left: 0
}

.elementor-widget-gt3-core-blogboxed a:hover {
    color: var(--theme_color) !important;
    opacity: 1 !important
}

.wp-block-image .alignleft {
    margin-right: 1.5em
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container li:before {
    display: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    margin-bottom: 0
}

@media only screen and (max-width:1200px) {
    .wp-block-image .alignleft {
        float: none;
        width: 100%
    }

    .wp-block-image .alignleft img {
        width: 100%
    }
}

.gt3_post_footer_meta {
    padding: 29px 0 11px 69px;
    margin-top: 21px;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: rgba(var(--content_color_rgb), .3);
    border-top: 1px solid;
    border-top-color: rgba(var(--content_color_rgb), .3)
}

.gt3_post_footer_meta a:hover {
    color: inherit
}

.gt3_post_footer_meta .post_author img {
    position: absolute;
    left: 4px;
    top: 22px;
    width: 50px;
    height: auto;
    border-radius: 50%
}

.gt3_post_footer_meta>span {
    display: block
}

.gt3_module_blog .blog_post_preview .blogpost_title {
    padding-bottom: 22px;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 3%
}

.gt3_module_blog .blog_post_preview .blogpost_title i {
    color: inherit
}

.blog_post_preview.format-standard .blog_content table {
    margin-bottom: 30px
}

.gt3_module_related_posts .spacing_beetween_items_30 .blog_post_preview {
    margin-bottom: 0
}

.gt3_module_featured_posts .spacing_beetween_items_30 .slick-list {
    margin-right: -15px;
    margin-left: -15px
}

.quote_image {
    width: 75px;
    vertical-align: middle;
    border-radius: 50%
}

.blog_item_description {
    margin-bottom: 17px
}

.gt3_module_blog {
    text-align: left
}

.gt3_module_featured_posts {
    padding-top: 40px
}

.gt3_module_featured_posts .gt3_module_title h5 {
    font-size: var(--h4_font-size);
    line-height: var(--h4_font-line_height);
    text-transform: none;
    letter-spacing: 0
}

.gt3_module_blog.items4 .blog_post_preview h2 a {
    line-height: inherit
}

.gt3_module_blog .blog_post_preview h3 a {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}

.blog_content .gt3_module_button a {
    font-size: 1em;
    font-weight: 500;
    line-height: 14px;
    padding: 0;
    border: none
}

.blog_content .gt3_module_button a:hover {
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

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

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

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

.blog_post_preview.format-gallery .slick-slider:hover .slick-arrow {
    opacity: 1
}

.blog_post_preview.format-gallery .slick-arrow {
    width: 49px;
    height: 49px;
    background: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    z-index: 10;
    margin: 0;
    opacity: 0;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, .5);
    transition: all .35s ease;
    box-sizing: content-box
}

.blog_post_preview.format-gallery .slick-arrow:hover {
    border-color: #fff
}

.blog_post_preview.format-gallery .slick-prev.slick-arrow {
    left: 30px
}

.blog_post_preview.format-gallery .slick-next.slick-arrow {
    right: 30px
}

.blog_post_preview.format-gallery .slick-arrow:before {
    display: none
}

.blog_post_preview.format-gallery .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    content: "";
    border: 1px solid;
    border-right: none;
    border-bottom: none;
    padding: 0;
    margin: -6px 0 0
}

.blog_post_preview.format-gallery .slick-prev.slick-arrow:after {
    -webkit-transform: rotate(-45deg) translate(0);
    -ms-transform: rotate(-45deg) translate(0);
    transform: rotate(-45deg) translate(0);
    left: 50%;
    margin-left: -4px
}

.blog_post_preview.format-gallery .slick-next.slick-arrow:after {
    -webkit-transform: rotate(135deg) translate(0);
    -ms-transform: rotate(135deg) translate(0);
    transform: rotate(135deg) translate(0);
    margin-left: -9px
}

.isotope_blog_items {
    margin-top: 0 !important
}

.isotope_blog_items .item_wrapper {
    padding-top: 0 !important
}

.isotope_blog_items .blog_post_preview {
    float: left;
    margin-right: 0 !important
}

.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top
}

.items2 .blog_post_preview {
    width: calc(50% - .5px)
}

.items3 .blog_post_preview {
    width: calc(33.3333% - .5px)
}

.items4 .blog_post_preview {
    width: calc(25% - .5px)
}

.blog_post_preview.element,
.gt3_module_carousel .blog_post_preview {
    margin-right: 0
}

.per_column_wrap .blog_post_preview {
    display: block;
    width: 100%;
    margin-right: 0
}

.blog_post_media {
    margin-bottom: 36px;
    border-radius: var(--gt3_block_round, 0);
    overflow: hidden
}

.blog_post_media .slick_wrapper>img+img {
    display: none
}

.blog_post_media .slider-wrapper,
a>.blog_post_media {
    overflow: hidden
}

.items2 .blog_post_media .slider-wrapper {
    margin-bottom: -1px
}

.blog_post_media img {
    max-width: 100%;
    border-radius: var(--gt3_block_round, 0);
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.blog_post_media .gt3_video__play_image {
    overflow: hidden;
    border-radius: var(--gt3_block_round, 0)
}

.gt3_module_blog.items1 .blog_post_media img {
    width: 100%
}

.format-audio .blog_post_media {
    padding-bottom: 110px;
    border-radius: 0
}

.format-audio .blog_post_media,
.format-video .blog_post_media {
    position: relative;
    width: 100%;
    padding-bottom: 62%
}

body:not(.single) .format-audio .blog_post_media {
    padding-bottom: 110px;
    margin-top: 27px
}

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

.blog_post_media .gt3_video_wrapper__thumb {
    position: relative;
    z-index: 1;
    visibility: visible;
    transition: opacity .4s .2s, visibility .4s .2s;
    opacity: 1
}

.blog_post_media .gt3_video_wrapper__thumb.play_video {
    visibility: hidden;
    opacity: 0
}

.blog_post_media .gt3_video__play_iframe {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    transition: opacity .4s .2s;
    opacity: 0
}

.blog_post_media .gt3_video__play_iframe.play_video {
    opacity: 1
}

.format-audio .blog_post_media iframe,
.format-video .blog_post_media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.format-video .gt3_video__play_button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: inline-block;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 50%;
    background: rgba(0, 0, 0, .23);
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.format-video .gt3_video__play_button:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -45%);
    -ms-transform: translate(-35%, -45%);
    transform: translate(-35%, -45%);
    width: 27px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.257 13.454c1.294.783 1.283 2.664-.02 3.433L3.544 29.692c-1.337.79-3.025-.18-3.016-1.733L.674 2.103C.683.55 2.382-.401 3.71.403l21.547 13.05z' fill='url(%23paint0_linear_97_54)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_97_54' x1='9.881' y1='-3.917' x2='9.666' y2='34.083' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2DDED'/%3E%3Cstop offset='1' stop-color='%23E5DCAE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s
}

.format-video .gt3_video__play_button>svg {
    display: none
}

.format-video .gt3_video__play_button:hover {
    background: #fff
}

.format-video .gt3_video__play_button:hover>svg {
    fill: #191a1c
}

.blog_post_preview {
    margin-bottom: 50px
}

.gt3_module_blog.items3 .format-video .gt3_video__play_button {
    width: 70px;
    height: 70px
}

.blog_post_preview.format-audio .blog_content,
.blog_post_preview.format-link .blog_content,
.blog_post_preview.format-quote .blog_content,
.blog_post_preview.format-standard .blog_content {
    position: relative;
    border-radius: var(--gt3_block_round, 0)
}

.blog_post_preview.format-audio .blog_content,
.blog_post_preview.format-link .blog_content,
.blog_post_preview.format-standard .blog_content,
.single .blog_post_preview.format-link .blog_content .blog_post_media.blog_post_media--link {
    padding: 45px 50px 50px
}

.blog_post_preview.format-link .blog_post_media,
.blog_post_preview.format-quote .blog_post_media {
    overflow: visible;
    border-radius: 0
}

.blog_post_preview.format-audio .blog_content,
.blog_post_preview.format-standard .blog_content {
    background: #f9f7f4
}

.blog_post_media--link,
.blog_post_media--quote {
    margin-bottom: 0 !important;
    z-index: 5
}

.blog_post_media--link {
    padding-top: 13px;
    padding-bottom: 15px
}

.blog_post_media--link:after {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 190px;
    height: 135px;
    -webkit-filter: brightness(5);
    filter: brightness(5);
    background-image: url(../img/link_bg.99ed99d9.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: ""
}

.quote_text {
    font-weight: 400
}

.blog_post_media--link .blog_link_text:hover,
.quote_text {
    color: #a8c0d8
}

.blog_post_preview.format-quote .quote_author,
.blog_post_preview.format-quote .quote_position,
.quote_text a,
a.blog_link_title:not(:hover) {
    color: var(--content_color)
}

.blog_post_preview.format-quote .quote_position {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5
}

a.blog_link_title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500
}

p+.blog_link_title {
    padding-top: 7px
}

.gt3_module_button_list {
    visibility: visible;
    opacity: 1;
    transition: all .4s;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 25px
}

.gt3_module_button_list a {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-decoration: none;
    color: var(--theme_color);
    position: relative
}

.gt3_module_button_list a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--theme_color);
    transition: all .35s ease
}

.gt3_module_button_list a:hover {
    text-decoration: none
}

.gt3_module_button_list a:hover:before {
    width: 30%
}

.main_wrapper .listing_meta {
    margin-bottom: 14px;
    color: var(--content_color)
}

.main_wrapper .listing_meta>span:before {
    display: none
}

.main_wrapper .listing_meta>span:last-child:after {
    content: ""
}

.main_wrapper .listing_meta>span.post_category a:after {
    content: ","
}

.main_wrapper .listing_meta>span.post_category a:last-child:after {
    content: ""
}

.main_wrapper .listing_meta>span a {
    color: var(--content_color)
}

.main_wrapper .listing_meta>span a:hover {
    color: var(--theme_color)
}

.blog_post_preview .listing_meta>span:after,
.listing_meta_wrap .listing_meta>span:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    padding-left: 4px;
    padding-right: 3px
}

.blog_post_preview .listing_meta>span:last-child:after,
.listing_meta_wrap .listing_meta>span:last-child:after {
    display: none
}

.blog_post_preview p {
    margin-bottom: 30px
}

.blogpost_title {
    position: relative;
    padding-bottom: 5px
}

.blogpost_title:first-child {
    margin-bottom: 0
}

.gt3_module_related_posts .blogpost_title {
    margin-top: 8px
}

.gt3_module_related_posts .format-standard-image .blogpost_title {
    margin-bottom: 0
}

.gt3_module_related_posts .blogpost_title a {
    color: inherit
}

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

.blogpost_title i.fa-thumb-tack {
    line-height: 32px;
    width: 32px;
    text-align: center
}

.gt3_module_featured_posts .blogpost_title {
    padding-bottom: 0
}

.gt3_module_featured_posts .blogpost_title a {
    line-height: inherit
}

.gt3_module_related_posts.gt3_module_featured_posts .blog_post_preview .blog_content h4.blogpost_title {
    font-size: var(--h4_font-size);
    line-height: var(--h4_font-line_height);
    font-weight: var(--h4_font-weight, var(--header_font-weight))
}

.gt3_module_related_posts.gt3_module_featured_posts .blog_post_preview .blog_content .listing_meta a {
    color: var(--content_color)
}

.gt3_module_related_posts.gt3_module_featured_posts .blog_post_preview .blog_content .listing_meta a:hover {
    opacity: .7
}

.gt3_module_featured_posts .blogpost_title i {
    margin-right: 12px
}

.post_media_info {
    position: relative;
    display: inline-block;
    float: left;
    width: 80px;
    margin-right: 20px
}

.post_media_info img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.blog_content p:last-child {
    margin-bottom: 0
}

#main_content>h1,
#main_content>h2,
#main_content>h3,
#main_content>h4,
#main_content>h5,
#main_content>h6,
.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6,
.comment_content>h1,
.comment_content>h2,
.comment_content>h3,
.comment_content>h4,
.comment_content>h5,
.comment_content>h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

#main_content>h1,
.blog_content h1,
.comment_content>h1 {
    margin-bottom: 18px
}

#main_content>h2,
.blog_content h2,
.comment_content>h2 {
    margin-bottom: 16px
}

#main_content>h3,
.blog_content h3,
.comment_content>h3 {
    margin-bottom: 14px
}

#main_content>h4,
.blog_content h4,
.comment_content>h4 {
    margin-bottom: 12px
}

.blog_post_preview .blog_content>ol,
.blog_post_preview .blog_content>ul {
    overflow: hidden
}

.blog_post_preview .blog_content>ul {
    padding-bottom: 17px;
    padding-left: 15px
}

.blog_post_preview .blog_content>ol {
    margin-bottom: 17px
}

.learn_more {
    line-height: 21px
}

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

.blog_post_info>div {
    margin-right: 10px
}

.blog_post_info>div:last-child {
    margin-right: 0
}

.blog_post_info {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500
}

.blog_post_info .fa {
    font-size: 16px
}

.post_share_block {
    position: relative
}

.post_share_block>a {
    display: block;
    position: relative;
    transition: color .3s;
    line-height: inherit;
    text-align: center;
    margin-left: 2px;
    color: inherit;
    margin-top: -1px
}

.post_share_block>a:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: "\f1e0";
    line-height: inherit;
    padding: 0;
    color: var(--theme_color);
    margin: 0 7px;
    opacity: .7;
    font-size: 16px
}

.blog_post_info .post_share_block span.sharing_title {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: none
}

.post_share_wrap {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    font-size: 0;
    line-height: 0;
    z-index: 555;
    box-shadow: none;
    visibility: hidden
}

.post_share_block:hover>.post_share_wrap ul li {
    opacity: 1 !important;
    visibility: visible !important
}

.post_share_wrap ul li {
    background-color: #fff
}

.blog_post_preview.format-audio .blog_content .post_share_wrap ul li,
.blog_post_preview.format-standard .blog_content .post_share_wrap ul li {
    background-color: #f9f7f4
}

.post_share_wrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

.post_share_wrap ul li {
    margin: 0;
    text-align: left;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    opacity: 0 !important;
    visibility: hidden;
    transition: all .3s
}

.post_share_wrap ul li:first-child {
    transition-delay: 0s
}

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

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

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

.post_share_block:hover>.post_share_wrap ul li:first-child,
.post_share_wrap ul li:nth-child(5) {
    transition-delay: .25s
}

.post_share_block:hover>.post_share_wrap ul li:nth-child(2) {
    transition-delay: .2s
}

.post_share_block:hover>.post_share_wrap ul li:nth-child(3) {
    transition-delay: .15s
}

.post_share_block:hover>.post_share_wrap ul li:nth-child(4) {
    transition-delay: .1s
}

.post_share_block:hover>.post_share_wrap ul li:nth-child(5) {
    transition-delay: 0s
}

.post_share_wrap ul li:before {
    display: none
}

.post_share_wrap a {
    display: block
}

.post_share_wrap a span {
    display: block;
    font-size: 14px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.post_share_wrap a:hover .fa-twitter {
    color: #55acee
}

.post_share_wrap a:hover .fa-facebook {
    color: #3b5999
}

.post_share_wrap a:hover .fa-pinterest {
    color: #bd081c
}

.post_share_wrap a:hover .fa-linkedin {
    color: #0077b5
}

.post_share_wrap a:hover .fa-envelope {
    color: #f4511e
}

.post_share_wrap a .fa {
    transition: all .3s
}

.post_share_wrap a span.fa.fa-facebook {
    color: #3b5998
}

.post_share_wrap a span.fa.fa-twitter {
    color: #00aced
}

.post_share_wrap a span.fa.fa-pinterest {
    color: #cb2027
}

.post_share_wrap a span.fa.fa-linkedin {
    color: #007bb6
}

.post_share_wrap a span.fa-envelope {
    color: #f4511e
}

.likes_block,
.likes_block span,
.post_share_block {
    line-height: inherit;
    display: inline-block;
    vertical-align: top
}

.likes_block .icon {
    color: #7a5583;
    margin: 0 3px 0 0;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

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

.likes_block {
    cursor: pointer
}

.likes_block.already_liked {
    cursor: default
}

.likes_block.already_liked .icon:before {
    content: "\f004";
    color: #dd4b39
}

.like_count,
.like_title {
    transition: color .3s
}

.like_count:empty {
    display: none
}

.blog_type1 .blogpost_title a span:before,
.gt3_module_title .carousel_arrows a span:before {
    position: absolute;
    z-index: 5;
    top: -4px;
    right: 0;
    width: 6px;
    height: 6px;
    content: "";
    transition: all .3s;
    -webkit-transform: rotate(-45deg);
    -ms-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);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.blog_type1 .blogpost_title a span,
.gt3_module_title .carousel_arrows a span {
    position: relative;
    display: inline-block;
    width: 0;
    height: 1px;
    margin-left: 9px;
    transition: all .3s;
    vertical-align: middle
}

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

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

.format-audio .blog_content .post-password-form,
.format-link .blog_content .post-password-form,
.format-quote .blog_content .post-password-form,
.format-standard .blog_content .post-password-form {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0
}

.pp_block h2 {
    margin-bottom: 30px
}

.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:after,
.post_link_label span:before {
    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
}

.gt3_module_related_posts .blog_content p {
    color: inherit !important
}

#main_content .post_count:before {
    content: "("
}

#main_content .post_count:after {
    content: ")"
}

@media only screen and (max-width:1023px) {
    .format-video .gt3_video__play_button {
        width: 80px;
        height: 80px
    }
}

@media only screen and (max-width:767px) {
    .blog_type2 .has_post_thumb .blog_content {
        padding-left: 105px
    }

    .blog_type2 .has_post_thumb .blog_post_media {
        width: 80px
    }

    .items2 .blog_post_preview,
    .items3 .blog_post_preview,
    .items4 .blog_post_preview {
        width: 100%
    }

    .blog_post_preview.format-audio .blog_content,
    .blog_post_preview.format-link .blog_content,
    .blog_post_preview.format-standard .blog_content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.bypostauthor {
    padding: 0
}

.blog_post_media--quote .quote_text:before,
.blog_post_media__link_text:before {
    background-color: var(--theme_color)
}

.blog_post_media--quote .quote_text a:hover,
.blog_post_media__link_text a:hover,
.comment_author_says a:hover,
h3#reply-title a {
    color: var(--theme_color)
}

.likes_block.already_liked .icon,
.likes_block.already_liked:hover .icon {
    color: var(--content_color)
}

.blog_post_media--quote .quote_text:before,
.blog_post_media__link_text:before,
.gt3_module_title .carousel_arrows a:hover span {
    background: var(--theme_color)
}

.blog_post_media--link .blog_post_media__link_text p {
    margin-bottom: 15px
}

.format-video .gt3_video__play_button {
    background: #fff
}

.gt3_module_title .carousel_arrows a:hover span:before {
    border-color: var(--theme_color)
}

.gt3_module_title .carousel_arrows a span {
    background: var(--header_font_color)
}

.gt3_module_title .carousel_arrows a span:before {
    border-color: var(--header_font_color)
}

.comment_author_says,
.comment_author_says a,
.single .post_tags>span,
h3#reply-title a:hover {
    color: var(--header_font_color)
}

a.blog_link_title {
    font-family: var(--header_font)
}

.blog_content {
    word-break: break-word
}

.blog_post_preview .listing_meta_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px
}

.blog_post_preview .listing_meta_wrap .listing_meta {
    margin-bottom: 0
}

.post_comments a svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    fill: var(--theme_color2)
}

.main_footer {
    font-size: .89em;
    position: relative
}

.main_footer:empty {
    display: none
}

.copyright {
    font-size: 14px
}

.copyright p {
    margin-bottom: 0
}

.copyright a {
    color: inherit
}

.copyright a:hover {
    color: var(--theme_color)
}

.main_footer .copyright>.container>.row {
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (max-width:767px) {
    .copyright .span12 {
        text-align: center
    }

    .copyright .span12 * {
        float: none !important
    }
}

.gt3_default_footer {
    background: #f1f5f9
}

.gt3_default_footer .container .row {
    padding-top: 17px;
    padding-bottom: 17px
}

.gt3_default_footer p {
    text-align: center
}

@media only screen and (max-width:1199px) {
    .main_footer .container {
        width: 998px;
        overflow: hidden
    }
}

@media only screen and (max-width:1023px) {
    .main_footer .container {
        width: 740px
    }

    .top_footer .row [class*=span] {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:767px) {
    .main_footer .container {
        width: 560px
    }

    .top_footer .row [class*=span] {
        margin-bottom: 15px
    }

    .top_footer .row [class*=span]:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:599px) {
    .main_footer .container {
        width: 420px
    }
}

@media only screen and (max-width:479px) {
    .main_footer .container {
        width: 90%
    }
}

#lang_sel_list {
    display: inline-block !important;
    float: right !important;
    margin-left: -10px;
    padding: 11px 25px 0 0
}

#comments {
    margin: 0 0 55px;
    padding: 40px 0 0
}

#comments:empty {
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0 !important
}

.single #main_content>#comments h2 {
    font-size: var(--h4_font-size);
    line-height: var(--h4_font-line_height);
    margin-bottom: 7px
}

#respond {
    padding: 40px 40px 35px !important;
    margin: 0 0 30px !important;
    position: relative !important;
    z-index: 0;
    background-color: #7d5586 !important
}

#respond:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, rgba(40, 116, 222, .35), rgba(40, 116, 222, 0) 50%);
    z-index: -1
}

#respond h2,
#respond h3 {
    color: #fff;
    letter-spacing: -.05em
}

#respond+p {
    margin-bottom: 30px
}

#respond .form-submit button {
    background-color: #fff;
    border-color: #fff
}

#respond .form-submit button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

#respond input[type=date],
#respond input[type=email],
#respond input[type=number],
#respond input[type=password],
#respond input[type=search],
#respond input[type=tel],
#respond input[type=text],
#respond input[type=url],
#respond textarea {
    padding: 20px 12px;
    color: #fff;
    margin-bottom: 20px;
    border: none;
    background-color: hsla(0, 0%, 100%, .1)
}

#respond textarea {
    margin-bottom: 10px
}

#respond .logged-in-as {
    color: #fff
}

.wp-block-post-comments-form input[type=submit] {
    background-color: #fff;
    border-color: #fff
}

.wp-block-post-comments-form input[type=submit]:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.commentlist #respond {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    margin-bottom: 30px
}

#respond form#commentform>p,
#respond form#commentform [class^=span] {
    padding: 0
}

#respond form#commentform .span6 {
    width: calc(50% - 10px)
}

#respond form#commentform :not(.span6)~.span6~.span6 {
    float: right
}

#respond .form_field {
    width: 100%
}

p.form-submit {
    margin-bottom: 0
}

.comment-reply-title {
    margin-bottom: 2px
}

.comment-reply-title,
.comment-reply-title small {
    line-height: 30px;
    font-size: 18px
}

.comment-reply-title small {
    margin-left: 5px
}

#cancel-comment-reply-link:hover {
    color: inherit
}

#cancel-comment-reply-link {
    font-size: 12px !important
}

p.comment-notes {
    color: #fff;
    margin-bottom: 20px
}

ol.commentlist {
    position: relative;
    margin: 0 0 12px;
    padding: 0;
    list-style: none
}

#respond form#commentform p.logged-in-as {
    margin-bottom: 13px
}

#respond form#commentform p.logged-in-as a {
    color: #fff;
    text-decoration: underline
}

ol.commentlist .children>li,
ol.commentlist>li {
    list-style: none;
    border: none
}

ol.commentlist>li>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ol.commentlist .children>li,
ol.commentlist>li,
ul.commentlist li {
    margin: 0;
    padding: 0
}

.commentlist .comment:before,
ol.commentlist>li:after,
ol.commentlist>li:before {
    display: none
}

ol.commentlist li .stand_comment {
    padding: 40px 0 40px 105px;
    position: relative
}

ol.commentlist li.pingback .stand_comment,
ol.commentlist li.trackback .stand_comment {
    padding-left: 0
}

.thiscommentbody {
    min-height: 90px
}

ol.commentlist li .commentava {
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 3px;
    width: 80px;
    height: 80px
}

ol.commentlist li .commentava img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

#comments ol.commentlist ul.children {
    position: relative;
    overflow: hidden;
    border-top: 2px solid #f7f8f8
}

#comments ol.commentlist ul.children .stand_comment {
    margin-left: 80px
}

#comments ol.commentlist ul.children ul.children .stand_comment {
    margin-left: 160px
}

.comment_info {
    padding-right: 230px;
    margin-bottom: 15px;
    position: relative
}

.comment_author_says,
.main_wrapper .comment .listing_meta {
    display: inline-block;
    margin-bottom: 0
}

.comment_author_says,
.main_wrapper .listing_meta {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase
}

.comment_author_says {
    color: var(--theme_color);
    padding-right: 3px
}

#cancel-comment-reply-link,
.comment_info a {
    transition: color .3s
}

.comment_content p {
    margin: 0;
    padding: 0
}

.comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme_color)
}

.comment-reply-link:hover {
    opacity: .7
}

.comment-reply-link .post_comments_icon {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px
}

.comment-reply-link .icon_custom_svg {
    vertical-align: middle
}

.comment-reply-link .icon_custom_svg svg {
    width: 12px;
    height: auto;
    max-height: 12px;
    fill: currentColor
}

.gt3_comments_pagination {
    margin: 0 0 30px;
    padding: 35px 0;
    list-style: none;
    clear: both;
    text-align: center
}

.gt3_comments_pagination:empty {
    display: none
}

.gt3_comments_pagination .page-numbers {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 0;
    vertical-align: top;
    border-color: rgba(var(--theme_color_rgb), .1);
    color: var(--content_color)
}

.gt3_comments_pagination .page,
.gt3_comments_pagination .page-numbers {
    font-size: .715em;
    font-weight: 500;
    line-height: 35px;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    transition: all .4s;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.gt3_comments_pagination .page-numbers.current {
    cursor: default;
    border-color: rgba(0, 0, 0, 0);
    color: var(--theme_color)
}

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

#respond #commentform p[class*=comment-form-]>label {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    pointer-events: none;
    opacity: 1;
    font-size: 14px;
    line-height: 28px;
    padding-left: 5px
}

p.comment-notes {
    font-size: 14px
}

#wp-comment-cookies-consent {
    display: inline-block;
    vertical-align: top;
    margin: 2px
}

.comment-form-cookies-consent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

#respond #commentform p>label {
    top: -6px !important;
    padding-left: 20px
}

@media only screen and (max-width:767px) {
    #respond form#commentform .span6 {
        width: 100%
    }

    ol.commentlist li .commentava {
        width: 40px;
        height: 40px
    }

    ol.commentlist li .stand_comment {
        padding-left: 60px
    }

    ol.commentlist li.pingback .stand_comment {
        padding-left: 0
    }

    #comments ol.commentlist ul.children .stand_comment,
    #comments ol.commentlist ul.children ul.children .stand_comment {
        margin-left: 0
    }

    .form-submit button {
        padding: 12px 20px;
        margin-top: 30px
    }

    .comment_info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 65px
    }
}

#cancel-comment-reply-link,
#respond #commentform p[class*=comment-form-]>label.gt3_onfocus,
.comment-reply-link:hover,
.comment_info a:hover {
    color: var(--theme_color)
}

#respond #commentform p[class*=comment-form-]>label,
.comment-notes .required {
    color: #fff
}

.gt3_comments_pagination .page,
.gt3_comments_pagination .page-numbers {
    background: rgba(var(--theme_color_rgb), .04)
}

.enable_theme_block_rounded {
    --gt3_block_round: var(--theme_block_rounded, 0)
}

.enable_theme_block_rounded .gt3-page-title_wrapper,
.enable_theme_block_rounded .site_wrapper,
.enable_theme_block_rounded .wpda-footer-builder {
    margin-left: var(--gt3_block_round, 0);
    margin-right: var(--gt3_block_round, 0)
}

.enable_theme_block_rounded .wpda-footer-builder {
    margin-bottom: var(--gt3_block_round, 0)
}

.enable_theme_block_rounded #respond,
.enable_theme_block_rounded .elementor-widget-gt3-core-blogboxed .gt3_module_blogboxed.module_type1 .item_wrapper,
.enable_theme_block_rounded .elementor-widget-gt3-core-portfolio .wrapper,
.enable_theme_block_rounded .gt3-page-title,
.enable_theme_block_rounded .gt3_author_box,
.enable_theme_block_rounded .gt3_theme_block_rounded>div,
.enable_theme_block_rounded .wp-block-quote.is-style-large,
.enable_theme_block_rounded blockquote.is-style-large,
.enable_theme_block_rounded blockquote.wp-block-quote-is-layout-flow {
    border-radius: var(--gt3_block_round, 0);
    overflow: hidden !important
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .enable_theme_block_rounded {
        --gt3_block_round: calc(var(--theme_block_rounded, 0)/1.5)
    }
}

@media only screen and (max-width:767px) {
    .enable_theme_block_rounded {
        --gt3_block_round: calc(var(--theme_block_rounded, 0)/2)
    }
}

.gt3_default_body-bg>.elementor-column-wrap,
.gt3pg_pro_FSSlider .gt3pg_pro_gallery_wrap {
    background: var(--bg_body, #fff)
}

@-webkit-keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px)
    }

    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px)
    }

    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg)
    }

    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg)
    }

    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
}

@keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg)
    }

    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg)
    }

    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
}

@-webkit-keyframes rotatecenter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotatecenter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes gt3flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: .4
    }
}

@keyframes gt3flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: .4
    }
}

@-webkit-keyframes gt3pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes gt3pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes gt3pulse_figure {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    75% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes gt3pulse_figure {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    75% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.gt3_moved_element {
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite
}

.gt3_moved_element2 {
    -webkit-animation: movedelement2 8s linear infinite;
    animation: movedelement2 8s linear infinite
}

.gt3_moved_element3 {
    -webkit-animation: movedelement3 12s linear infinite;
    animation: movedelement3 12s linear infinite
}

.gt3_rotated_element {
    -webkit-animation: rotatedelement 5s linear infinite;
    animation: rotatedelement 5s linear infinite
}

.gt3_center_rotate .elementor-image {
    -webkit-animation: rotatecenter 12s linear infinite;
    animation: rotatecenter 12s linear infinite
}

.gt3_flash_element {
    -webkit-animation: gt3flash 7s linear infinite;
    animation: gt3flash 7s linear infinite
}

.gt3_pulse_element {
    -webkit-animation: gt3pulse 7s linear infinite;
    animation: gt3pulse 7s linear infinite
}

.gt3_pulse_figure_element {
    -webkit-animation: gt3pulse_figure 8s linear infinite;
    animation: gt3pulse_figure 8s linear infinite
}

.gt3_center_rotate,
.gt3_center_rotate .elementor-image,
.gt3_moved_element,
.gt3_rotated_element {
    pointer-events: none
}

@-webkit-keyframes move {
    0% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }

    to {
        bottom: 0
    }
}

@keyframes move {
    0% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }

    to {
        bottom: 0
    }
}

.elementor img.rounded,
img.rounded {
    border-radius: 50% !important
}

.gt3_icon_link {
    vertical-align: middle
}

.gt3_icon_link,
.gt3_social a {
    display: inline-block;
    line-height: 1
}

.gt3_social a {
    margin-right: 20px;
    padding-right: 0;
    box-shadow: inset 0 0 0 0 currentColor
}

.gt3_social a:last-child {
    margin-right: 0
}

.gt3_custom_text .gt3_social a:hover,
.gt3_social a:hover,
.share_wrap a:hover span:not(.fa) {
    box-shadow: inset 0 -1px 0 0 currentColor
}

#add_payment_method #payment ul.payment_methods li:before,
#main_content ul.elementor-select-preset-list>li:before,
#main_content ul.gt3_product_list_nav>li:before,
#main_content ul.page-numbers>li:before,
#main_content ul.slick-dots>li:before,
#main_content ul.tabs>li:before,
#main_content ul.variable-items-wrapper>li:before,
#main_content ul>li.elementor-editor-element-setting:before,
#main_content ul>li.elementor-icon-list-item:before,
ul[class*=select2]>li:before {
    display: none !important
}

.custom_icons_fonts .elementor-widget-wrap span.elementor-button-icon {
    font-size: 20px
}

.gt3_mobile_visible {
    display: none
}

@media only screen and (max-width:767px) {
    .gt3_mobile_hidden {
        display: none
    }

    .gt3_mobile_visible {
        display: inline-block
    }
}

@media screen and (max-width:767px) {
    .mt_10.elementor-widget-image-box .elementor-image-box-content h5.elementor-image-box-title {
        margin-top: 10px
    }
}

@media only screen and (max-width:768px) {
    .gt3_hide_on_mobile {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .gt3_hide_on_tablet {
        display: none !important
    }
}

@media only screen and (min-width:993px) {
    .gt3_hide_on_desktop {
        display: none !important
    }
}

@media only screen and (max-width:768px) {
    .gt3_center_button {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .mobile_text_center {
        text-align: center
    }
}

@media only screen and (max-width:599px) and (min-width:320px) {

    a.page_title_post_link.next_link,
    a.page_title_post_link.prev_link {
        display: none
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0turn) translateY(-135px) translateY(50%) rotate(1turn);
        transform: rotate(0turn) translateY(-135px) translateY(50%) rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn) translateY(-135px) translateY(50%) rotate(0turn);
        transform: rotate(1turn) translateY(-135px) translateY(50%) rotate(0turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0turn) translateY(-135px) translateY(50%) rotate(1turn);
        transform: rotate(0turn) translateY(-135px) translateY(50%) rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn) translateY(-135px) translateY(50%) rotate(0turn);
        transform: rotate(1turn) translateY(-135px) translateY(50%) rotate(0turn)
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0turn) translateY(-75px) translateY(50%) rotate(1turn);
        transform: rotate(0turn) translateY(-75px) translateY(50%) rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn) translateY(-75px) translateY(50%) rotate(0turn);
        transform: rotate(1turn) translateY(-75px) translateY(50%) rotate(0turn)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0turn) translateY(-75px) translateY(50%) rotate(1turn);
        transform: rotate(0turn) translateY(-75px) translateY(50%) rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn) translateY(-75px) translateY(50%) rotate(0turn);
        transform: rotate(1turn) translateY(-75px) translateY(50%) rotate(0turn)
    }
}

.gt3_image_custom_round .elementor-widget-container {
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

.gt3_custom_column_padding .elementor-widget-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important
}

@media screen and (min-width:1200px) {
    .gt3_fullwidth_column_padding .elementor-widget-wrap {
        padding-left: calc(100% - 580px) !important;
        padding-right: 10px !important
    }

    .gt3_extrawidth_column_padding .elementor-widget-wrap {
        padding-left: calc(100% - 580px) !important
    }
}

@media screen and (min-width:1650px) {
    .gt3_extrawidth_column_padding .elementor-widget-wrap {
        padding-left: calc(100% - 705px) !important
    }
}

@media screen and (min-width:1300px) {
    .gt3_custom_column_padding .elementor-widget-wrap {
        padding-left: calc(100% - 385px) !important;
        padding-right: 10px !important
    }
}

@media screen and (max-width:782px) {
    .gt3_custom_column_padding .elementor-widget-gt3-core-tabs .horizontal_type .ui-tabs-nav {
        margin-bottom: 0 !important
    }
}

.gt3_custom_column_padding .elementor-widget-gt3-core-tabs .horizontal_type .ui-tabs-nav .ui-state-default {
    width: auto !important;
    display: inline-block !important
}

.gt3_testimonials_custom_dotts.elementor-widget-gt3-core-TestimonialsLite .slick-dots {
    padding-top: 72px !important;
    text-align: inherit
}

.gt3_testimonials_custom_dotts.elementor-widget-gt3-core-TestimonialsLite .slick-dots li {
    opacity: 1;
    border: none !important
}

.gt3_testimonials_custom_dotts.elementor-widget-gt3-core-TestimonialsLite .slick-dots li:after {
    display: none !important
}

.gt3_custom_transition.elementor-widget-gt3-core-blogboxed .item_wrapper {
    transition: all .2s
}

.text-nowrap .elementor-heading-title {
    white-space: nowrap
}

.elementor-widget-gt3-core-button .alignment_center .elementor_btn_icon_container .elementor_gt3_btn_icon.fa-arrow-right:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) currentcolor;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    vertical-align: top;
    margin: 1px 0 0 -3px
}

@media screen and (max-width:767px) {
    .text-center .elementor-widget-gt3-core-imagebox .gt3-core-imagebox-wrapper {
        text-align: center
    }
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-widget-container * {
    border-radius: inherit
}

.pointer_none {
    pointer-events: none
}

.elementor-view-framed.gt3_phone_icon .elementor-icon {
    color: inherit;
    display: inline-block;
    vertical-align: top;
    border-color: rgba(0, 0, 0, 0) !important;
    position: relative
}

.elementor-view-framed.gt3_phone_icon .elementor-icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    border: inherit;
    border-color: currentColor;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .1
}

body .elementor-widget-icon .fab {
    font-family: Font Awesome\ 5 Brands
}

.custom_inner_margin .elementor-container {
    margin-right: -75px
}

@media only screen and (max-width:1024px) {
    .custom_inner_margin .elementor-container {
        margin-right: -50px
    }
}

@media only screen and (max-width:767px) {
    .custom_inner_margin .elementor-container {
        margin-right: auto;
        margin-left: auto
    }
}

.gt3_section_arrows_position .elementor-swiper-button {
    color: inherit
}

.blog_post_media--link .blog_post_media__link_text p,
.contentarea ul,
.gt3_default_heading_color,
.gt3_meta_label_title,
.item_title a,
.logged-in-as a:hover,
.main_wrapper .gt3_search_form:before,
.main_wrapper .gt3_search_form label,
.main_wrapper .sidebar-container .widget_categories ul li>a:hover:before,
.main_wrapper .sidebar-container .widget_layered_nav ul li>a:hover:before,
.main_wrapper .sidebar-container .widget_product_categories ul li>a:hover:before,
.widget_search .gt3_search_form label {
    color: var(--header_font_color)
}

.column1 .item_title a,
.gt3_icon_box__icon--number,
.gt3_twitter .twitt_title,
.shortcode_tab_item_title,
.strip_template .strip-item a span {
    font-family: var(--header_font);
    font-weight: var(--header_font-weight)
}

.blogpost_title i,
.gt3_custom_button i,
.gt3_custom_text a {
    color: var(--theme_color)
}

.blogpost_title a:hover {
    color: var(--theme_color) !important
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover {
    background: var(--theme_color);
    border-color: var(--theme_color)
}

.elementor-widget-divider.custom_border_color:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-color: rgba(var(--content_color_rgb), .2)
}

.heading_color .gt3_blockquote__author_name,
.isotope-filter a,
.isotope-filter a:before {
    color: var(--header_font_color)
}

.isotope-filter a:hover {
    color: var(--theme_color)
}

.custom_logo_margin .elementor-widget-container {
    margin-right: 30px
}

@media only screen and (min-width:1500px) {
    .custom_logo_margin .elementor-widget-container {
        margin-right: 240px
    }
}

.gt3_center_img .elementor-widget-image {
    margin: 0 auto !important
}

#yith-quick-view-modal:not(.open) {
    visibility: hidden;
    opacity: 0;
    display: none
}

.gt3_custom_arrow.elementor-widget-gt3-core-TestimonialsLite .slick-arrow {
    top: -22px
}

.gt3_custom_arrow.elementor-widget-gt3-core-TestimonialsLite.gt3-quote-aligment-center .slick-arrow {
    top: 16%
}

.gt3_custom_arrow.elementor-widget-gt3-core-teamcarousel .slick-arrow {
    top: 25%
}

.gt3_dark_bg_form input[type=date],
.gt3_dark_bg_form input[type=email],
.gt3_dark_bg_form input[type=number],
.gt3_dark_bg_form input[type=password],
.gt3_dark_bg_form input[type=search],
.gt3_dark_bg_form input[type=tel],
.gt3_dark_bg_form input[type=text],
.gt3_dark_bg_form input[type=url],
.gt3_dark_bg_form textarea {
    background: hsla(0, 0%, 100%, .1);
    color: #fff
}

.gt3_dark_bg_form button,
.gt3_dark_bg_form input[type=submit] {
    background-color: #fff;
    color: var(--content_color);
    border-color: #fff;
    width: 100%
}

.gt3_dark_bg_form button:hover,
.gt3_dark_bg_form input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.gt3_dark_bg_form .row button,
.gt3_dark_bg_form .row input[type=submit] {
    width: auto
}

.gt3-link-ununderline a:hover {
    text-decoration: none !important
}

.fa-twitter,
.fa-x-twitter {
    font-size: inherit
}

.fa-twitter:before,
.fa-x-twitter:before {
    content: "" !important;
    width: 1em !important;
    height: 1em !important;
    background: currentColor !important;
    -webkit-mask: url(../img/twitter-x.4b572d1a.svg) no-repeat center;
    mask: url(../img/twitter-x.4b572d1a.svg) no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    vertical-align: text-bottom
}

.fa-twitter:after,
.fa-x-twitter:after {
    display: none
}

@media only screen and (min-width:768px) {
    .gt3-inline-form p {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .gt3-inline-form p>* {
        margin-left: 5px;
        margin-right: 5px;
        -webkit-flex-basis: fit-content;
        -ms-flex-preferred-size: fit-content;
        flex-basis: fit-content
    }

    .gt3-inline-form p>:first-child {
        margin-left: 0
    }

    .gt3-inline-form p>:last-child {
        margin-right: 0
    }

    .gt3-inline-form .wpcf7-spinner {
        display: none
    }

    .gt3-inline-form input[type=submit] {
        padding-left: 40px;
        padding-right: 40px
    }
}

.elementor-widget-image.gt3_link_display a {
    display: block
}

.slick-arrow:not(.gt3_modified).slick-next {
    padding-right: 0 !important
}

.slick-arrow:not(.gt3_modified).slick-prev {
    padding-left: 0 !important
}

.slick-arrow:not(.gt3_modified).slick-next:after {
    border-left-width: 1px !important
}

.slick-arrow:not(.gt3_modified).slick-prev:after {
    border-right: none !important
}

.page-link,
ul.pagerblock {
    margin: -10px 0 0;
    padding: 0;
    list-style: none;
    clear: both;
    text-align: left
}

ul.pagerblock li:after,
ul.pagerblock li:before {
    display: none !important
}

.page-link .page-number,
ul.pagerblock li {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 0;
    vertical-align: top
}

.page-link .page-number,
ul.pagerblock li a,
ul.pagerblock li span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    transition: all .4s;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid rgba(6, 25, 45, .07);
    border-radius: 50%;
    position: relative;
    box-sizing: content-box
}

ul.pagerblock li a:hover {
    border-color: var(--theme_color2)
}

.page-link .post-page-numbers.current .page-number {
    background-color: var(--theme_color2)
}

.page-link .page-number {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

ul.pagerblock li a i,
ul.pagerblock li span i {
    font-size: 1.5em;
    line-height: 35px
}

.pagerblock li a:focus,
.pagerblock li a:hover {
    color: inherit
}

.page-link>span.page-number,
ul.pagerblock li a.current,
ul.pagerblock li a.current:hover {
    cursor: default
}

ul.pagerblock li a.current,
ul.pagerblock li a.current:hover {
    color: #fff
}

#main_content .page-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0
}

#main_content .page-link .pagger_info_text {
    margin-right: 15px
}

#main_content .page-link a {
    font-weight: 400
}

#main_content .page-link a:hover {
    color: inherit
}

ul.pagerblock li.next_page a:before,
ul.pagerblock li.next_page i,
ul.pagerblock li.prev_page a:before,
ul.pagerblock li.prev_page i {
    display: none
}

ul.pagerblock li.next_page a:after,
ul.pagerblock li.prev_page a:after {
    position: absolute;
    top: 16px;
    width: 12px;
    height: 12px;
    content: "";
    border: 1px solid;
    border-right: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(-45deg) translate(0);
    -ms-transform: rotate(-45deg) translate(0);
    transform: rotate(-45deg) translate(0);
    left: 18px
}

ul.pagerblock li.next_page a:after {
    left: auto;
    -webkit-transform: rotate(135deg) translate(0);
    -ms-transform: rotate(135deg) translate(0);
    transform: rotate(135deg) translate(0);
    right: 18px
}

ul.pagerblock li a.current,
ul.pagerblock li a.current:hover {
    background: var(--theme_color2);
    border-color: var(--theme_color2)
}

.page-link .page-number {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(var(--theme_color_rgb), .1);
    color: var(--content_color)
}

.page-link .page-number:hover {
    border-color: var(--theme_color2)
}

.page-link .post-page-numbers.current .page-number {
    color: #fff;
    background: var(--theme_color2);
    border-color: var(--theme_color2)
}

ul.pagerblock li a,
ul.pagerblock li span {
    color: var(--content_color)
}

.page-link>span.page-number {
    color: var(--theme_color);
    background-color: var(--content_color)
}

ul.pagerblock li a:hover {
    color: var(--header_font_color)
}

.gt3-page-title_wrapper {
    overflow-x: hidden
}

.gt3-page-title {
    display: table;
    width: 100%;
    background-repeat: repeat;
    box-sizing: content-box;
    position: relative;
    color: var(--header_font_color)
}

@media only screen and (max-width:767px) {
    .gt3-page-title {
        padding-right: 0 !important;
        padding-left: 0 !important;
        max-height: 300px !important
    }

    .gt3-page-title.gt3-page-title_has_img_bg .page_title {
        padding-right: 0
    }

    .gt3-page-title.gt3-page-title_has_img_bg .page_title h1 {
        font-size: 7vw
    }
}

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

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

.gt3-page-title .container {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    position: relative;
    z-index: 1
}

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

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

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

.gt3_breadcrumb {
    font-size: 1em;
    position: relative;
    z-index: 5
}

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

.gt3-page-title__content .gt3_breadcrumb,
.gt3-page-title__content .page_title {
    display: table-row;
    vertical-align: middle
}

.gt3-page-title__content .page_title {
    width: 100%;
    display: block;
    z-index: 1;
    box-sizing: border-box
}

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

.gt3-page-title_horiz_align_left .gt3-page-title__content .gt3_breadcrumb,
.gt3-page-title_horiz_align_left .gt3-page-title__content .page_title,
.gt3-page-title_horiz_align_right .gt3-page-title__content .gt3_breadcrumb,
.gt3-page-title_horiz_align_right .gt3-page-title__content .page_title {
    display: block
}

.gt3-page-title__content .page_sub_title {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0
}

.gt3-page-title.gt3-page-title_horiz_align_center .gt3-page-title__content .page_sub_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px
}

.gt3-page-title__content h1+.page_sub_title {
    padding-top: 25px
}

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

.gt3-page-title__content .gt3_breadcrumb .current {
    margin: 0;
    padding: 0 1px
}

.gt3-page-title__content .breadcrumbs {
    white-space: nowrap;
    font-family: var(--content_font);
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase
}

.gt3-page-title.gt3-page-title_horiz_align_right .breadcrumbs:before {
    margin: 0 2px 0 10px
}

.gt3-page-title.gt3-page-title_horiz_align_right .gt3-page-title__content {
    direction: rtl
}

.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb,
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title,
.gt3-page-title.gt3-page-title_horiz_align_center .page_title,
.gt3-page-title.gt3-page-title_horiz_align_center .page_title_meta {
    text-align: center
}

.gt3-page-title .page_title+.page_sub_title div {
    padding-top: 8px
}

.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title+.gt3_breadcrumb>div,
.gt3-page-title .page_title+.gt3_breadcrumb>div,
.gt3-page-title .pagetitle_foot_meta+.gt3_breadcrumb>div {
    padding-top: 13px
}

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

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

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

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

    .gt3-page-title__content .gt3_breadcrumb,
    .gt3-page-title__content .page_title {
        display: block
    }

    .gt3-page-title__content .page_title+.gt3_breadcrumb {
        padding-top: 5px
    }

    .gt3-page-title__content h1+.page_sub_title {
        padding-top: 15px
    }

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

.gt3-page-title .page_title_meta {
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 13px
}

.gt3-page-title .page_title_meta span {
    display: inline-block
}

.gt3-page-title .page_title_meta * {
    color: inherit !important;
    font-weight: inherit
}

.gt3-page-title_has_img_bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: .5;
    border-radius: inherit
}

.gt3-page-title .page_title_meta:not(.pagetitle_foot_meta)>span:after {
    content: "|";
    padding: 0 5px
}

.gt3-page-title .page_title_meta.single_portfolio>span:after {
    content: "";
    padding: 0;
    margin: 5px 10px;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top
}

.gt3-page-title .page_title_meta.single_portfolio>span:last-child:after,
.gt3-page-title .page_title_meta:not(.pagetitle_foot_meta)>span:last-child:after {
    content: ""
}

.gt3-page-title .page_title_meta.single_portfolio>span:last-child:after {
    display: none
}

.gt3-page-title .page_title_meta .blog_post_info {
    display: inline-block;
    margin-left: -7px
}

.gt3-page-title .page_title_meta .blog_post_info .likes_block {
    margin-left: 12px
}

.gt3-page-title .page_title_meta .blog_post_info *,
.gt3-page-title .page_title_meta .blog_post_info :before {
    color: inherit !important
}

.gt3-page-title .blog_post_info>div {
    margin-right: 0
}

.gt3-page-title .post_share_wrap {
    left: 100%;
    right: auto
}

.gt3-page-title .post_share_wrap ul li:first-child {
    transition-delay: .25s
}

.gt3-page-title .post_share_wrap ul li:nth-child(2) {
    transition-delay: .2s
}

.gt3-page-title .post_share_wrap ul li:nth-child(3) {
    transition-delay: .15s
}

.gt3-page-title .post_share_wrap ul li:nth-child(4) {
    transition-delay: .1s
}

.gt3-page-title .post_share_block:hover>.post_share_wrap ul li:first-child,
.gt3-page-title .post_share_wrap ul li:nth-child(5) {
    transition-delay: 0s
}

.gt3-page-title .post_share_block:hover>.post_share_wrap ul li:nth-child(2) {
    transition-delay: .1s
}

.gt3-page-title .post_share_block:hover>.post_share_wrap ul li:nth-child(3) {
    transition-delay: .15s
}

.gt3-page-title .post_share_block:hover>.post_share_wrap ul li:nth-child(4) {
    transition-delay: .2s
}

.gt3-page-title .post_share_block:hover>.post_share_wrap ul li:nth-child(5) {
    transition-delay: .25s
}

.gt3-page-title .page_title_meta svg {
    margin: 0 5px;
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
    opacity: .8
}

.pagetitle_foot_meta {
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 16px;
    padding: 4px 0 10px 64px
}

.pagetitle_foot_meta .post_author img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 50px;
    height: auto;
    border-radius: 50%
}

.pagetitle_foot_meta span {
    display: block
}

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

.blog_content h1 i.fa-thumb-tack,
.page_title i.fa-thumb-tack {
    line-height: 32px;
    width: 32px;
    text-align: center;
    line-height: 40px;
    width: 40px
}

.gt3-page-title-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all .3s;
    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
}

.single .gt3-page-title_horiz_align_left.gt3-page-title_has_img_bg .page_title {
    padding-right: 17%
}

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

    .gt3-page-title__content .gt3_breadcrumb,
    .gt3-page-title__content .page_sub_title,
    .gt3-page-title__content .page_title {
        display: block
    }
}

.gt3-page-title_horiz_align_left.gt3-page-title_has_img_bg .gt3-page-title__content .page_sub_title {
    padding-bottom: 70px
}

@media only screen and (min-width:1200px) {
    .gt3-page-title_horiz_align_left .gt3-page-title__content .page_sub_title {
        padding-right: 60%
    }
}

.gt3-page-title__content .gt3_breadcrumb a:not(:hover),
.gt3-page-title_default_color_a .gt3-page-title__content .gt3_breadcrumb .gt3_pagination_delimiter,
.gt3-page-title_default_color_a .gt3-page-title__content .gt3_breadcrumb a {
    color: var(--content_color)
}

.gt3-page-title_has_img_bg:before {
    background-image: radial-gradient(at center center, rgba(var(--page_title_overlay), .3) 0, rgba(var(--page_title_overlay), 1) 85%)
}

.gt3-page-title:not(.gt3-page-title_custom_color) .page_sub_title {
    color: var(--content_color)
}

.wpda-header-builder.header_over_bg+.gt3-page-title_wrapper .gt3-page-title {
    padding-top: 129px
}

.isotope-filter {
    padding: 0;
    margin-bottom: 40px
}

.isotope-filter a {
    padding: 0 25px 0 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    transition: all .4s;
    margin-right: 15px;
    position: relative;
    display: inline-block
}

.isotope-filter a:before {
    content: "/";
    position: absolute;
    right: 0;
    top: 0
}

.isotope-filter a:last-child {
    margin-right: 0;
    padding-right: 0
}

.isotope-filter a:last-child:before {
    content: ""
}

.isotope-filter a:after {
    margin: 6px 0 0 1px;
    content: attr(data-count);
    font-size: .6em;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    display: none
}

@media only screen and (min-width:1200px) {
    .main-menu ul li.gt3_megamenu_active ul.sub-menu {
        padding: 7px 0 9px
    }

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

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu {
        right: auto !important;
        width: auto !important
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li {
        display: table-cell;
        width: 230px;
        min-width: 230px;
        padding-right: 35px;
        padding-left: 35px;
        vertical-align: baseline
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li,
    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li>ul {
        width: 160px;
        min-width: 160px
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li>ul {
        position: relative;
        right: auto !important;
        left: auto !important;
        margin-top: 0;
        padding-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        border: none;
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none
    }

    .wpda-header-builder .wpda-menu>ul>li.gt3_megamenu_active>ul:after,
    .wpda-header-builder .wpda-menu>ul>li.gt3_megamenu_active>ul:before {
        display: none
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li>ul>li {
        padding-right: 0;
        padding-left: 0
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active:hover>.sub-menu>li>ul {
        visibility: visible
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li:hover {
        z-index: 2
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li>a {
        font-size: 1em;
        font-weight: 500;
        margin-top: 17px;
        margin-bottom: 14px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li>a>span:after {
        opacity: 0
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li>a:hover>span:after {
        opacity: 1
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li:after {
        display: none
    }

    .wpda-header-builder .wpda-menu .sub-menu.gt3_menu_background_active {
        background-repeat: no-repeat;
        background-position: 50%;
        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
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active ul li.menu-item-has-children>a:after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%;
        left: 0;
        opacity: 1;
        border-top: 1px solid;
        transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>ul.sub-menu>li.megamenu-item-has-title>a {
        color: inherit !important
    }

    .wpda-header-builder .wpda-menu .gt3_megamenu_active>.sub-menu>li:not(:last-child):before {
        content: "";
        position: absolute;
        display: block !important;
        top: 20px;
        bottom: 22px;
        margin: 5px 0;
        right: 0;
        border-right: 1px solid #f0eff3
    }
}

@media only screen and (max-width:1199px) {
    .elementor-widget-wpda-builder-menu nav ul li ul.sub-menu {
        padding-right: 0 !important
    }
}

.disabled_from_customizer {
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important
}

.select2-dropdown {
    padding: 30px
}