/* Skin-specific styles
----------------------- */
/* Buttons */
form button:not(.components-button),
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
.wp-block-button__link,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
#buddypress div.activity-meta a,
a.bp-title-button,
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body table.booked-calendar input[type=submit],
body table.booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button,
.mc4wp-form .mc4wp-form-fields input[type=submit],
.sc_button,
.sc_form button,
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type=submit],
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit],
#tribe-bar-form button,
#tribe-bar-form a,
#tribe-bar-form input,
#tribe-bar-form .tribe-bar-views-toggle,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-cal-links a,
.tribe-events-sub-nav li a,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.edd_download_purchase_form .button,
#edd-purchase-button,
.edd-submit.button,
.widget_edd_cart_widget .edd_checkout a,
.woocommerce .button, .woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type=button], .woocommerce-page input[type=button],
.woocommerce input[type=submit], .woocommerce-page input[type=submit],
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond p.form-submit input[type=submit],
.woocommerce-page #review_form #respond p.form-submit input[type=submit],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce table.cart td.actions .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce #btn-buy,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.yith-woocompare-widget a.clear-all {
  border-radius: 50px;
}

input[type=submit],
input[type=reset],
input[type=button] {
  border: 2px solid #ddd;
  border-width: 2px !important;
  padding: 0.88em 2.8em;
}

/* Pricing Table*/
.sc_price_item_description ul, .sc_price_item_details ul {
  list-style-type: none;
}
.sc_price_item_description ul li, .sc_price_item_details ul li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.sc_price_item_description ul li:before, .sc_price_item_details ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: relative;
  left: -1.5em;
  top: 13px;
  background-color: red;
  border-radius: 50%;
}
.sc_price_item_description ul li:first-child, .sc_price_item_details ul li:first-child {
  margin-top: 0;
}

.sc_price_item_details {
  margin-top: 1.85em;
}

/* Field error */
body .content_wrap .trx_addons_message_box_success,
body .content_wrap div.wpcf7-mail-sent-ok {
  border-color: #398f14 !important;
  border-width: 2px;
}

span.wpcf7-not-valid-tip {
  color: #D14F30;
}

.trx_addons_field_error, .wpcf7-not-valid {
  border-color: #D14F30 !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: #D14F30 !important;
  color: #535353;
  background: transparent;
}

form .error_field {
  border-color: #D14F30 !important;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

form .trx_addons_message_box {
  border-radius: 24px;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.trx_addons_message_box_error {
  border: 2px solid #D14F30;
  color: #535353;
  background: #fff;
}

.trx_addons_message_box {
  font-size: 14px;
  line-height: 18px;
  padding: 0.8em 1.6em;
  background-color: #fff;
  border-radius: 5px !important;
}

/* 9. Sidebars
-------------------------------------------------------------- */
.widget .widget_title, .widget .widgettitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget .widget_title:after, .widget .widgettitle:after {
  content: "";
  display: block;
  height: 1px;
  margin-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 30px;
}

.widget ul {
  overflow: hidden;
}

.widget li {
  font-weight: 600;
  z-index: 1;
}

.widget li > a {
  position: relative;
  padding: 5px 0;
}
.widget li > a:after {
  content: "";
  display: block;
  width: 100000%;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: -1.45em;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget li > a:hover:after {
  opacity: 1;
}

/* Widget Search */
.sidebar_inner .widget_product_search,
.sidebar_inner .widget_search {
  padding: 2.68em 2.78em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.wc-block-product-search .wc-block-product-search__field {
  border-radius: 24px;
}

/* Widget Items */
aside .post_item + .post_item {
  margin-top: 1.65em;
}

.widget_area .post_item .post_title, aside .post_item .post_title {
  margin: -3px 0 12px 0;
  line-height: 1.23em;
  font-weight: 700;
  font-size: 18px;
}

.widget_area .post_item .post_categories, aside .post_item .post_categories {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.7em;
  padding-right: 3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget_area .post_item .post_info, aside .post_item .post_info {
  font-size: 14px;
  line-height: 16px;
}

.widget_recent_posts {
  overflow: visible;
  counter-reset: headings 0;
}

.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: visible;
  position: relative;
  margin: 0 27px 6px 0;
}

.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
  border-radius: 50%;
  overflow: hidden;
}

.widget_recent_posts .post_item.with_thumb .post_thumb:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  counter-increment: headings 1;
  content: counter(headings, decimal);
  font-weight: 600;
  font-size: 15px;
  line-height: 33px;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

/* Header */
[data-type^="trx-addons/socials"], [data-type^="trx-addons/button"], [data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]), .wp-block-column > .sc_layouts_item, .sc_layouts_column .sc_layouts_item, .sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
  margin-right: 2.2em;
}

body .sc_layouts_row_type_compact,
body .sc_layouts_row_type_compact.sc_layouts_row_fixed_on {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.sc_layouts_title_title > .sc_layouts_title_caption {
  margin-top: -0.2em;
}

/* Menu */
.sc_layouts_menu_nav li {
  text-align: center;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after, .sc_layouts_menu_nav li li.menu-item-has-children > a:after,
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
  display: none;
}

.sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li.menu-item-has-children > a {
  padding: 1em 1.4em;
}

.sc_layouts_menu_nav > li.menu-item-has-children[class*=icon-] > a,
.sc_layouts_menu_nav > li[class*=icon-] > a {
  padding-left: 1.5em;
}

.sc_layouts_menu_nav > li[class*=icon-]:before {
  padding: 0.9em 0;
  left: 0.2em;
}

.sc_layouts_menu_nav > li > ul {
  top: 4.6em;
  left: 50%;
  margin-left: -5.6em;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul {
  width: 11.2em;
  padding: 1.5em 0;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul, .sc_layouts_menu_nav > li > ul ul {
  left: 11.2em;
  top: -1.5em;
  margin: 0 0 0 1px;
}

.sc_layouts_menu_nav > li > ul ul.submenu_left {
  left: -11.2em;
  margin: 0 0 0 -1px;
}

.sc_layouts_menu_nav > li > ul ul.sc_layouts_submenu.submenu_left {
  left: auto;
  right: 11em;
  margin: 0;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a, .sc_layouts_menu_nav li li.menu-item-has-children > a,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li li > a {
  padding: 0.35em 1em;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.sc_layouts_menu_nav > li:last-child > ul, .sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul {
  left: 50%;
  right: auto;
}

/* Spacer */
.elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
  height: 1rem !important;
}

.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
  height: 23px !important;
}

.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
  height: 35px !important;
}

.elementor-widget-spacer.sc_height_large .elementor-spacer-inner, .elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
  height: 78px !important;
}

/* Accent Title */
.sc_title_accent h5.sc_item_title_tag + .sc_item_descr,
.sc_title_accent h5.sc_item_title_tag + .sc_item_slider,
.sc_title_accent h5.sc_item_title_tag + .sc_item_columns,
.sc_title_accent h5.sc_item_title_tag + .sc_item_content {
  margin-top: 1.7em;
}

.sc_title_accent .sc_item_descr p {
  line-height: 1.45em;
}

.sc_title_accent .sc_item_descr {
  font-size: 1.2em;
  font-style: normal;
}

.sc_item_title_style_accent > .sc_item_title_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sc_item_title_style_accent > .sc_item_title_text:after {
  content: "";
  display: block;
  height: 1px;
  margin-left: 25px;
  margin-top: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}

.sc_item_title_style_accent.sc_align_right > .sc_item_title_text:after {
  display: none;
}
.sc_item_title_style_accent.sc_align_right > .sc_item_title_text:before {
  content: "";
  display: block;
  height: 1px;
  margin-right: 25px;
  margin-top: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}

.sc_item_title_style_accent.sc_align_center > .sc_item_title_text:after {
  content: "";
  display: block;
  height: 1px;
  margin-left: 25px;
  margin-top: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}
.sc_item_title_style_accent.sc_align_center > .sc_item_title_text:before {
  content: "";
  display: block;
  height: 1px;
  margin-right: 25px;
  margin-top: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}

.sc_title_accent .sc_button_simple {
  padding: 0;
}

.sc_title_accent .sc_button_simple:before, .sc_title_accent .sc_button_simple:after {
  display: none;
}

.sc_title_accent .title-wrap-go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_title_accent.right-go .title-wrap-go {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sc_title_accent .title-wrap-go .sc_item_title {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.sc_title_accent .title-wrap-go .sc_item_button {
  margin: 0 0 0 25px;
}

.sc_title_accent .title-wrap-go .sc_item_title.sc_align_right + .sc_item_button {
  margin: 0 25px 0 0;
}

/* Socials in footer */
.footer_wrap .sc_socials_icons_names .socials_wrap {
  margin: 0;
  white-space: normal;
}
.footer_wrap .sc_socials_icons_names .social_item {
  display: inline-block;
  min-width: 180px;
  text-align: center;
  vertical-align: middle;
  margin: 5px 1px 5px 0;
  line-height: 16px;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.footer_wrap .sc_socials_icons_names .social_item + .social_item {
  border-left: 1px solid #ddd;
}
.footer_wrap .sc_socials_icons_names .social_icon {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 22px;
  line-height: 20px;
  border-radius: 0;
  background: transparent !important;
}
.footer_wrap .sc_socials_icons_names .social_item .social_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 0 2px;
  letter-spacing: 0.3px;
}

/* Meta */
.comments_list_wrap .comment_author:after,
.post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
  content: "";
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  margin: 0 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: inline-block;
}

.post_meta .post_meta_item.post_categories:after {
  width: 0;
  height: 0;
  border: none;
}

.post_meta .post_meta_item.post_categories a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0 25px 25px 25px;
  padding: 6px 20px;
  margin-bottom: 3px;
  margin-right: 1px;
  vertical-align: middle;
}

.post_meta .post_meta_item.post_categories a:last-child {
  margin-right: 0;
}

/* Video Hover Zoom */
.post_featured.with_thumb.hover_play > img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.post_featured.with_thumb.hover_play:hover > img {
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.post_featured.with_thumb.hover_play .mask {
  display: none;
}

/* Blog */
.post_format_gallery .slider_pagination_wrap {
  display: none;
}

/* Comments */
.comments_list_wrap .comment_author {
  margin: 0;
}

.comments_list_wrap .comment_author:after {
  margin: 0 0.65em;
}

.comments_list_wrap .comment_info {
  padding-right: 35px;
}

.comments_list_wrap .comment_content {
  position: relative;
}

.comments_list_wrap .comment_reply {
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 4px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}

/* Related */
.single-product .related > h2,
.page_contact_form .page_contact_form_title,
.related_wrap .section_title.related_wrap_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.24em;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 1.9em;
}

.single-product .related > h2:after,
.page_contact_form .page_contact_form_title:after,
.related_wrap .section_title.related_wrap_title:after {
  content: "";
  display: block;
  height: 1px;
  margin-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 30px;
}

/* Comments */
.show_comments {
  background: none !important;
  border-width: 2px !important;
  border-style: solid !important;
  padding: 0.9em 3em;
}

/* Twitter */
.sc_widget_twitter {
  position: relative;
}

.sc_twitter.sc_twitter_default {
  margin-bottom: 20px;
}

.sc_twitter_default .sc_twitter_item {
  padding: 0 30px 45px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.sc_twitter_default .sc_twitter_item_content {
  text-align: center;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 600;
}

.sc_widget_twitter .sc_twitter_default .sc_twitter_item .sc_twitter_item_icon {
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  margin-bottom: 0.45em;
  margin-top: -25px;
  display: block;
  width: 68px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  line-height: 50px;
}

.widget_twitter_follow {
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  white-space: nowrap;
  text-transform: capitalize;
}

.widget_twitter .widget_twitter_follow:after {
  display: none;
}

.widget_twitter .sc_twitter_default + .widget_twitter_follow:before {
  display: block;
  width: auto;
  content: "";
  height: 36px;
  position: absolute;
  left: -22px;
  right: -22px;
  z-index: -2;
  top: 0;
  border-left: 20px solid green;
  border-right: 20px solid green;
}

.sc_twitter_default + .widget_twitter_follow {
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  height: 36px;
  line-height: 36px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Widget Banner */
.widget.widget_banner:not(.widget_fullwidth) .image_wrap {
  border: 1px solid #ddd;
  padding: 33px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Slider */
.slide_info .post_meta .post_meta_item.post_categories a {
  margin: 3px;
  border-radius: 25px;
}

.slider_container.slider_multi .slide_info_small, .slider_container .slide_info_small {
  text-shadow: none;
}

.slider_container .slide_info.slide_info_large .slide_cats a {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.slider_container .slide_overlay:hover,
.slider_container .slide_overlay {
  background: rgba(0, 0, 0, 0.35);
}

.slider_container .slide_info.slide_info_large:hover,
.slider_container .slide_info.slide_info_large {
  background-color: transparent !important;
}

.slider_container.slider_titles_center .slide_info_large {
  width: 55%;
  padding: 0;
}

.slider_container.slider_multi .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title {
  font-size: 1.6em;
  margin: 0.3em 0;
  line-height: 1.2em;
}

.slider_container .slide_info.slide_info_large .slide_title {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  margin: 0.05em 0;
}

.slider_container .slide_info.slide_info_large .slide_title + .post_meta {
  font-size: 18px;
}

.slider_container .slide_info.slide_info_large .post_meta .post_meta_item:after {
  width: 9px;
  height: 9px;
  border-width: 2px;
  margin: 0 0.9em;
}

.elementor-section-stretched .slider_titles_center.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev {
  margin-left: 50px;
}

.elementor-section-stretched .slider_titles_center.slider_container.slider_controls_side .slider_controls_wrap > .slider_next {
  margin-right: 50px;
}

/* Blogger */
.sc_blogger_item_list .sc_blogger_item_meta .post_meta_label,
.sc_blogger .sc_blogger_item_featured .post_meta_label {
  display: inline;
}

/* Blogger - List */
.sc_blogger_list .sc_blogger_item_title {
  font-size: 18px;
}
.sc_blogger_list .post_meta .post_meta_item.post_categories a {
  border-radius: 0;
  padding: 0;
  background: none !important;
}
.sc_blogger_list .post_meta .post_meta_item.post_categories a:after {
  content: ", ";
}
.sc_blogger_list .post_meta .post_meta_item.post_categories a:last-child:after {
  content: "";
}
.sc_blogger_list .post_meta_categories {
  margin: 0;
}
.sc_blogger_list .sc_blogger_item_title + .post_meta {
  margin-top: 0.65em;
}

/* Blogger - over_centered_simple */
.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] {
  width: 100%;
  background: none !important;
  padding: 3.3em;
  max-width: 75%;
}
.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .sc_blogger_item_title {
  font-size: 36px;
  line-height: 1.2em;
}
.sc_blogger_default_over_centered_simple .sc_item_featured .mask {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .post_meta + .entry-title {
  margin-top: 15px;
}
.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .entry-title + .post_meta {
  margin-top: 25px;
}

.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .post_meta,
.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .post_meta .post_meta_item:after,
.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .post_meta .post_meta_item,
.sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .post_meta a {
  color: #fff !important;
  border-color: #fff !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .sc_blogger_default_over_centered_simple .sc_item_featured [class*=post_info_] .sc_blogger_item_title a {
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) !important;
  background-image: -o-linear-gradient(left, #fff 0%, #fff 100%) !important;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%) !important;
}

/* Blogger - classic_meta_simple */
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_default,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .sc_blogger_item_default {
  padding-bottom: 17px;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured + .sc_blogger_item_content,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured + .sc_blogger_item_content {
  margin-top: 0;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured {
  margin-bottom: 20px;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured + .sc_blogger_item_content > .post_meta.post_meta_categories,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured + .sc_blogger_item_content > .post_meta.post_meta_categories {
  margin-top: -33px;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .post_meta.post_meta_categories .post_categories,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .post_meta.post_meta_categories .post_categories {
  position: relative;
  z-index: 100;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .post_meta,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .post_meta {
  margin-top: 1.15em;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .post_meta_categories,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .post_meta_categories {
  margin: 0 0 1.2em;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_excerpt,
.sc_blogger_default.sc_blogger_default_classic_meta_simple .sc_blogger_item_excerpt {
  padding-right: 15%;
}

.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .post_meta {
  margin-top: 1.5em;
}
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_title {
  font-size: 36px;
}

/* Promo Default */
.sc_promo.sc_promo_default .sc_promo_title {
  line-height: 1.7em;
}
.sc_promo.sc_promo_default .sc_item_subtitle {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0 25px 25px 25px;
  padding: 6px 20px;
  margin-bottom: 18px;
}
.sc_promo.sc_promo_default.sc_promo_size_small .sc_promo_title {
  line-height: 1.35em;
  margin-top: -3px;
}

.sc_promo_default.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_descr,
.sc_promo_default.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_descr,
.sc_promo_default.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_content,
.sc_promo_default.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_content,
.sc_promo_default.sc_promo.sc_promo_size_small .sc_item_descr + .sc_item_content {
  margin-top: 0.6em;
  margin-bottom: -3px;
}

/* Team Featured */
.sc_team.sc_team_featured .sc_team_item_subtitle {
  text-align: left;
  margin: 0;
}
.sc_team.sc_team_featured .post_featured + .sc_team_item_subtitle {
  margin-top: -13px;
  margin-bottom: 25px;
  height: 0;
  overflow: visible;
  text-align: left;
}
.sc_team.sc_team_featured .sc_team_item_subtitle a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0 25px 25px 25px;
  padding: 6px 20px;
  margin: 0;
  font-style: normal;
  position: relative;
  z-index: 10;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sc_team.sc_team_featured .sc_team_item .post_featured + .sc_team_item_subtitle:hover a, .sc_team.sc_team_featured .sc_team_item .post_featured:hover + .sc_team_item_subtitle a {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-left-radius: 25px;
}
.sc_team.sc_team_featured .sc_team_item_thumb .trx_addons_hover_content {
  top: auto;
  bottom: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 10px;
}
.sc_team.sc_team_featured .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
}
.sc_team.sc_team_featured .sc_team_item_thumb .sc_team_item_socials {
  margin: 16px 0 0 0;
}
.sc_team.sc_team_featured .sc_team_item_thumb .sc_team_item_socials .social_item {
  margin: 0.25em 0.6em 0.25em 0;
}
.sc_team.sc_team_featured .trx_addons_hover_content .trx_addons_hover_title {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}
.sc_team.sc_team_featured .trx_addons_hover_style_info:hover .trx_addons_hover_mask {
  opacity: 0.7;
}

/* esg */
body .minimal-light .esg-navigationbutton {
  background: none !important;
  border-width: 2px !important;
  border-style: solid !important;
  padding: 0.9em 3em;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.3px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
body .minimal-light .esg-navigationbutton:after {
  content: "\e963";
  font-family: "fontello";
  font-style: normal;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  margin-right: -14px;
}

/* Link Hover */
.slider_container .slide_info .slide_title a,
.sc_blogger.sc_blogger_list .sc_blogger_item_title a,
.sc_blogger.sc_blogger_default .sc_blogger_item_title a,
.related_wrap.sc_team_posts .post_title a,
.related_wrap.related_style_classic .post_title a,
.nav-links-single .nav-links .post-title,
.post_layout_chess .post_title a,
.copyright-text a,
.sc_title_accent .sc_button_simple,
.post_layout_classic .post_title a,
.post_layout_style .post_title a,
.post_layout_info .post_title a,
.post_layout_extra .post_title a,
.post_layout_plain .post_title a,
.post_layout_excerpt .post_title a,
.sc_recent_news_style_news-extra .post_item.post_size_small .post_title a,
.widget_area .entry-title a,
.widget_area .post_item .post_title a,
aside .post_item .post_title a {
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: -o-linear-gradient(left, black 0%, black 100%);
  background-image: linear-gradient(to right, black 0%, black 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 2px;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0;
  display: inline;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ua_ie_11 .slider_container .slide_info .slide_title a,
.ua_ie_11 .sc_blogger.sc_blogger_list .sc_blogger_item_title a,
.ua_ie_11 .sc_blogger.sc_blogger_default .sc_blogger_item_title a,
.ua_ie_11 .related_wrap.sc_team_posts .post_title a,
.ua_ie_11 .related_wrap.related_style_classic .post_title a,
.ua_ie_11 .nav-links-single .nav-links .post-title,
.ua_ie_11 .post_layout_chess .post_title a,
.ua_ie_11 .copyright-text a,
.ua_ie_11 .sc_title_accent .sc_button_simple,
.ua_ie_11 .post_layout_classic .post_title a,
.ua_ie_11 .post_layout_style .post_title a,
.ua_ie_11 .post_layout_info .post_title a,
.ua_ie_11 .post_layout_extra .post_title a,
.ua_ie_11 .post_layout_plain .post_title a,
.ua_ie_11 .post_layout_excerpt .post_title a,
.ua_ie_11 .sc_recent_news_style_news-extra .post_item.post_size_small .post_title a,
.ua_ie_11 .widget_area .entry-title a,
.ua_ie_11 .widget_area .post_item .post_title a,
.ua_ie_11 aside .post_item .post_title a {
  background-position: 0 calc(100% - 0.25em);
}

.copyright-text a,
.sc_title_accent .sc_button_simple {
  background-position: 0 100%;
  background-size: 0 1px;
}

.copyright-text a:hover,
.sc_title_accent .sc_button_simple:hover {
  background-size: 100% 1px;
}

.slider_container .slide_info .slide_title a:hover,
.sc_blogger.sc_blogger_list .sc_blogger_item_title a:hover,
.sc_blogger.sc_blogger_default .sc_blogger_item_title a:hover,
.related_wrap.sc_team_posts .post_title a:hover,
.related_wrap.related_style_classic .post_title a:hover,
.nav-links-single .nav-links a:hover .post-title,
.post_layout_chess .post_title a:hover,
.post_layout_classic .post_title a:hover, .post_layout_style .post_title a:hover, .post_layout_info .post_title a:hover, .post_layout_extra .post_title a:hover, .post_layout_plain .post_title a:hover, .post_layout_excerpt .post_title a:hover, .sc_recent_news_style_news-extra .post_item.post_size_small .post_title a:hover, .widget_area .entry-title a:hover, .widget_area .post_item .post_title a:hover, aside .post_item .post_title a:hover {
  background-size: 100% 2px;
}

.sc_blogger .post_layout_chess .post_title a,
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_title a,
.slider_container .slide_info.slide_info_large .slide_title a {
  background-size: 0 2px;
}

.sc_blogger .post_layout_chess .post_title a:hover,
.sc_blogger_default.sc_blogger_default_classic_meta_simple_big .sc_blogger_item_title a:hover,
.slider_container .slide_info.slide_info_large .slide_title a:hover {
  background-size: 100% 2px;
}

/* Demo */
.copyright-text {
  font-size: 14px;
  font-weight: 500;
}

.elementor-widget-progress .elementor-progress-text, .elementor-widget-progress .elementor-progress-percentage {
  top: -25px;
}

.wp-block-columns.extra-row {
  margin-top: 34px;
  margin-bottom: 10px;
}

.extra-row .widget_area {
  margin-top: 7px;
}

.extra-row.has-2-columns .wp-block-column {
  margin-bottom: 0 !important;
}

.extra-row.has-2-columns .wp-block-column:last-child {
  padding-left: 20px;
}

.extra-row .widget {
  padding: 50px 35px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* WooCommerce*/
.woocommerce a.remove {
  font-size: 1em;
}

.ua_ie_11 .woocommerce a.remove {
  line-height: 19px;
}

.ua_safari .woocommerce a.remove {
  line-height: 15px;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del {
  font-size: inherit;
}

.woocommerce ul.products li.product .outofstock_label {
  z-index: 4;
}

.woocommerce .shop_table.cart div.quantity, .woocommerce-page .shop_table.cart div.quantity {
  width: 7em;
}

.ua_ie_11 .post_meta .post_categories a,
.ua_ie_11 .sc_promo.sc_promo_default .sc_item_subtitle,
.ua_ie_11 .sc_team.sc_team_featured .sc_team_item_subtitle a {
  padding: 7px 20px 5px;
}

.ua_ie_11 .sc_edd_details .downloads_page_tags .downloads_page_data > a, .ua_ie_11 .widget_product_tag_cloud a, .ua_ie_11 .widget_tag_cloud a {
  padding: 6px 18px 3px;
}

.ua_ie_11 form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  line-height: 50px;
}

.ua_ie_11 .widget_calendar td#today::before, .ua_ie_11 .widget_calendar tbody td a::after {
  top: 47%;
}

.widget_calendar td#prev a::before, .widget_calendar td#next a::before {
  line-height: 1.1em;
}

.ua_ie_11 .widget_calendar td#prev a::before, .ua_ie_11 .widget_calendar td#next a::before {
  line-height: 0.9em;
}

.ua_ie figure.wp-block-image, .ua_ie .wp-block-gallery .blocks-gallery-image figure, .ua_ie .wp-block-gallery .blocks-gallery-item figure {
  display: block;
}

.trx_addons_dropcap {
  line-height: 82px;
}
.ua_ie_11 .trx_addons_dropcap {
  line-height: 88px;
}

.ua_ie_11.woocommerce .widget_shopping_cart .buttons a,
.ua_ie_11 .woocommerce.widget_shopping_cart .buttons a,
.ua_ie_11.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 1.04em 3em 0.9em;
}

.post_featured .post_info {
  font-size: 1.2em;
}

.blog_style_portfolio_4 .post_featured .post_info {
  width: 95%;
  line-height: 1.2em;
  font-size: 1.1em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 15px;
}

.sc_testimonials_item_author_data {
  max-width: 80%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
}

.widget_search form, .woocommerce.widget_product_search form, .widget_display_search form, #bbpress-forums #bbp-search-form {
  overflow: visible;
}

.widget_search input.search-submit, .woocommerce.widget_product_search .search_button, .widget_display_search #bbp_search_submit, #bbpress-forums #bbp-search-form #bbp_search_submit {
  text-indent: -100000px;
}

.nav-links .page-numbers.first,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links .page-numbers.last,
.comments_pagination .page-numbers.first,
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next,
.comments_pagination .page-numbers.last,
.woocommerce nav.woocommerce-pagination ul li a.first,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.last {
  text-indent: -100000px;
}

.woocommerce #btn-buy {
  border-radius: 50px;
  padding: 0.88em 2.8em;
}

.aligncenter {
  display: block;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: uppercase;
}

.gallery-columns-9 .gallery-caption {
  left: 3px;
  right: 3px;
  padding: 5px !important;
  font-size: 0.67em;
}

.menu_mobile_close {
  right: 0.5em;
  top: 0.5em;
}

.sc_layouts_logo .logo_text,
.sc_layouts_logo .logo_slogan {
  padding: 3px 15px;
}

.menu_mobile .sc_layouts_logo {
  margin-top: 4em;
}

.wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-gallery[class*=align] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.wp-block .gallery[class*=align] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  max-height: 50%;
}

.wp-block-gallery[class*=columns-] figcaption {
  font-size: 12px;
}

.sidebar .gallery-item .gallery-caption {
  margin-left: 5px;
  margin-right: 5px;
}