@media (max-width: 1679px) {
  /* Theme vars */
  :root {
    --theme-var-xxl_page: var(--theme-var-page);
    --theme-var-xxl_sidebar: calc( var(--theme-var-xxl_page) * var(--theme-var-sidebar_prc) );
    --theme-var-xxl_sidebar_gap: calc( var(--theme-var-xxl_page) * var(--theme-var-sidebar_gap_prc) );
    --theme-var-xxl_content: calc( var(--theme-var-xxl_page) - var(--theme-var-xxl_sidebar) - var(--theme-var-xxl_sidebar_gap) );
    --theme-var-xxl_content_narrow: calc( var(--theme-var-xxl_content) * var(--theme-var-koef_narrow) );
    --theme-var-xxl_padding_narrow: calc( var(--theme-var-xxl_content) * ( 1 - var(--theme-var-koef_narrow) ) );
    --theme-var-xxl_page_boxed: calc( var(--theme-var-xxl_page) - 80px );
    --theme-var-xxl_sidebar_boxed: calc( var(--theme-var-xxl_page_boxed) * var(--theme-var-sidebar_prc) );
    --theme-var-xxl_sidebar_gap_boxed: calc( var(--theme-var-xxl_page_boxed) * var(--theme-var-sidebar_gap_prc) );
    --theme-var-xxl_content_boxed: calc( var(--theme-var-xxl_page_boxed) - var(--theme-var-xxl_sidebar_gap_boxed) - var(--theme-var-xxl_sidebar_boxed) );
    --theme-var-xxl_paddings_fullwide: var(--theme-var-paddings_fullwide);
    --theme-var-xxl_page_fullwide: calc( 100vw - var(--theme-var-xxl_paddings_fullwide) * 2 );
    --theme-var-xxl_menu_side: 70px;
    --theme-var-xxl_page_menu_side: calc( var(--theme-var-xxl_page) - var(--theme-var-xxl_menu_side) );
    --theme-var-xxl_grid_gap: var(--theme-var-grid_gap); }
  h1, .front_page_section_caption {
    font-size: 5.6em; }
  h2 {
    font-size: 4.2em; }
  h3 {
    font-size: 3em; }
  h4 {
    font-size: 1.7em; }
  .sc_title_accent h2.sc_item_title {
    font-size: 85px; }
  /* Single post */
  .nav-links-single.nav-links-fixed {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1; }
  .nav-links-single.nav-links-fixed .nav-links {
    padding-top: 3em;
    margin-top: 3em;
    border-top: 1px solid #ddd; }
  .nav-links-single.nav-links-fixed .nav-links .nav-previous,
  .nav-links-single.nav-links-fixed .nav-links .nav-next {
    position: relative;
    width: 50%;
    padding: 0;
    border-width: 0;
    background-color: transparent;
    left: auto;
    right: auto;
    top: auto; }
  .post_featured.hover_dots .post_info .post_title {
    font-size: 20px; } }

@media (max-width: 1439px) {
  /* Theme Common styles */
  :root {
    --theme-var-xl_page: 1100px;
    --theme-var-xl_sidebar: calc( var(--theme-var-xl_page) * var(--theme-var-sidebar_prc) );
    --theme-var-xl_sidebar_gap: calc( var(--theme-var-xl_page) * var(--theme-var-sidebar_gap_prc) );
    --theme-var-xl_content: calc( var(--theme-var-xl_page) - var(--theme-var-xl_sidebar) - var(--theme-var-xl_sidebar_gap) );
    --theme-var-xl_content_narrow: calc( var(--theme-var-xl_content) * var(--theme-var-koef_narrow) );
    --theme-var-xl_padding_narrow: calc( var(--theme-var-xl_content) * ( 1 - var(--theme-var-koef_narrow) ) );
    --theme-var-xl_page_boxed: calc( var(--theme-var-xl_page) - 80px );
    --theme-var-xl_sidebar_boxed: calc( var(--theme-var-xl_page_boxed) * var(--theme-var-sidebar_prc) );
    --theme-var-xl_sidebar_gap_boxed: calc( var(--theme-var-xl_page_boxed) * var(--theme-var-sidebar_gap_prc) );
    --theme-var-xl_content_boxed: calc( var(--theme-var-xl_page_boxed) - var(--theme-var-xl_sidebar_gap_boxed) - var(--theme-var-xl_sidebar_boxed) );
    --theme-var-xl_paddings_fullwide: var(--theme-var-paddings_fullwide);
    --theme-var-xl_page_fullwide: calc( 100vw - var(--theme-var-xl_paddings_fullwide) * 2 );
    --theme-var-xl_menu_side: 70px;
    --theme-var-xl_page_menu_side: calc( var(--theme-var-xl_page) - var(--theme-var-xl_menu_side) );
    --theme-var-xl_grid_gap: var(--theme-var-grid_gap); }
  h1, .front_page_section_caption {
    font-size: 4.8em; }
  h2 {
    font-size: 3.7em; }
  h3 {
    font-size: 2.7em; }
  h4 {
    font-size: 1.7em; }
  .sc_title_accent h2.sc_item_title {
    font-size: 75px; }
  /* Body sizes */
  .content_wrap, .content_container {
    width: var(--theme-var-xl_page); }
  .body_style_boxed .page_wrap {
    width: var(--theme-var-xl_page); }
  .body_style_boxed .content_wrap,
  .body_style_boxed .content_container {
    width: var(--theme-var-xl_page_boxed); }
  .menu_side_present .menu_side_wrap {
    width: var(--theme-var-xl_menu_side); }
  body.menu_side_left {
    margin-left: var(--theme-var-xl_menu_side); }
  body.menu_side_right {
    margin-right: var(--theme-var-xl_menu_side); }
  .menu_side_left .sc_layouts_row_fixed_on {
    margin-left: var(--theme-var-xl_menu_side) !important; }
  .menu_side_right .sc_layouts_row_fixed_on {
    margin-right: var(--theme-var-xl_menu_side) !important; }
  /* Content and Sidebar */
  body.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content {
    width: var(--theme-var-xl_content); }
  body.body_style_boxed:not(.expand_content) [class*="content_wrap"] > .content {
    width: var(--theme-var-xl_content_boxed); }
  [class*="content_wrap"] > .sidebar {
    width: var(--theme-var-xl_sidebar); }
  body.body_style_boxed [class*="content_wrap"] > .sidebar {
    width: var(--theme-var-xl_sidebar_boxed); }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: var(--theme-var-xl_paddings_fullwide);
    padding-right: var(--theme-var-xl_paddings_fullwide); }
  .body_style_fullwide.sidebar_right [class*="content_wrap"] > .content,
  .body_style_fullscreen.sidebar_right [class*="content_wrap"] > .content {
    padding-right: calc( var(--theme-var-xl_sidebar_gap) + var(--theme-var-xl_sidebar)); }
  .body_style_fullwide.sidebar_right [class*="content_wrap"] > .sidebar,
  .body_style_fullscreen.sidebar_right [class*="content_wrap"] > .sidebar {
    margin-left: calc( -1 * var(--theme-var-xl_sidebar)); }
  .body_style_fullwide.sidebar_left [class*="content_wrap"] > .content,
  .body_style_fullscreen.sidebar_left [class*="content_wrap"] > .content {
    padding-left: calc( var(--theme-var-xl_sidebar_gap) + var(--theme-var-xl_sidebar)); }
  .body_style_fullwide.sidebar_left [class*="content_wrap"] > .sidebar,
  .body_style_fullscreen.sidebar_left [class*="content_wrap"] > .sidebar {
    margin-right: calc( -1 * var(--theme-var-xl_sidebar)); }
  /* Header */
  .menu_side_icons .toc_menu_item .toc_menu_icon:before {
    font-size: 1.8rem; }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: 3em; }
  /* Core blocks */
  .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignleft,
  .sidebar_hide.narrow_content .alignright.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignright {
    max-width: calc( ( var(--theme-var-xl_page) - var(--theme-var-xl_content_narrow) ) / 2 - 30px); }
  .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignleft {
    margin-left: calc( ( var(--theme-var-xl_page) - var(--theme-var-xl_content_narrow) ) / -2); }
  .sidebar_hide.narrow_content .alignright.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignright {
    margin-right: calc( ( var(--theme-var-xl_page) - var(--theme-var-xl_content_narrow) ) / -2); }
  .sidebar_hide.normal_content .alignleft.is-style-alignfar,
  .sidebar_hide.normal_content .is-style-alignfar > .alignleft {
    margin-left: calc( ( var(--theme-var-xl_page) - var(--theme-var-xl_content) ) / -2); }
  .sidebar_hide.normal_content .post_info_vertical_present .alignleft.is-style-alignfar,
  .sidebar_hide.normal_content .post_info_vertical_present .is-style-alignfar > .alignleft {
    margin-left: calc( -1 * ( 17.647% + ( var(--theme-var-xl_page) - var(--theme-var-xl_content) ) / 2 )); }
  .sidebar_hide.normal_content .alignright.is-style-alignfar,
  .sidebar_hide.normal_content .is-style-alignfar > .alignright {
    margin-right: calc( ( var(--theme-var-xl_page) - var(--theme-var-xl_content) ) / -2); }
  body.sidebar_hide .alignwide,
  body.sidebar_hide.expand_content .alignwide,
  .sidebar_hide.expand_content .post_info_vertical_present .alignwide {
    left: 0;
    width: 100%; }
  body.sidebar_hide.narrow_content .alignwide,
  body.sidebar_hide.normal_content .alignwide {
    left: calc( var(--theme-var-xl_page) / -2 + 50%);
    width: var(--theme-var-xl_page); }
  .sidebar_hide.normal_content .post_info_vertical_present .alignwide {
    left: calc( var(--theme-var-xl_page) / -2 + 50% - 8.8235%); }
  /* Core columns in the frontend */
  .wp-block-column:not(:first-child) {
    margin-left: calc( var(--theme-var-xl_grid_gap) / 2); }
  .wp-block-column:not(:last-child) {
    margin-right: calc( var(--theme-var-xl_grid_gap) / 2); }
  /* Kadence columns in the frontend */
  .kt-gutter-default > .wp-block-kadence-column {
    margin-right: var(--theme-var-xl_grid_gap); }
  /* CoBlocks columns in the frontend */
  .has-small-gutter > [class*="wp-block-coblocks-"]:not(:first-child) {
    margin-left: calc( var(--theme-var-xl_grid_gap) / 2); }
  .has-small-gutter > [class*="wp-block-coblocks-"]:not(:last-child) {
    margin-right: calc( var(--theme-var-xl_grid_gap) / 2); }
  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: var(--theme-var-xl_menu_side); }
  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: var(--theme-var-xl_menu_side); }
  /* header */
  .sc_layouts_row_type_compact .sc_layouts_item_details.sc_layouts_cart_details {
    display: none; }
  .sc_layouts_row_type_compact .sc_layouts_item_icon {
    width: 45px;
    height: 45px;
    line-height: 45px; }
  .sc_layouts_row_type_compact .sc_layouts_cart_widget {
    top: 3.6em;
    right: -1.5em; }
  .sc_layouts_row_type_compact .sc_layouts_item_details {
    font-size: 16px; }
  .sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 60px 0; }
  .sidebar_default[class*="scheme_"] .widget {
    padding: 0 50px; }
  .widget.widget_block h2,
  .widget .widget_title, .widget .widgettitle {
    margin-top: -2px;
    margin-bottom: 30px; }
  form.mc4wp-form .mc4wp-form-fields button, form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    padding: 0 1.6em; }
  .sc_socials_icons_names .socials_wrap .social_item .social_icon + .social_name {
    font-size: 14px; }
  .sc_socials_icons_names .socials_wrap .social_item .social_icon + .social_name {
    margin: 0 0 0 3px; }
  .comments_list_wrap .comment_author {
    margin: 0 15px 0 0; }
  .related_wrap.related_style_classic .post_title {
    font-size: 22px; }
  .related_wrap.related_style_classic .post_header {
    padding: 30px 30px 50px; }
  .sc_button.button-inline {
    padding: 1.58em 1.7em; } }

@media (max-width: 1279px) {
  /* Theme vars */
  :root {
    --theme-var-lg_paddings: 50px;
    --theme-var-lg_page: calc( 100vw - var(--theme-var-lg_paddings) * 2 );
    --theme-var-lg_sidebar: calc( var(--theme-var-lg_page) * var(--theme-var-sidebar_prc) );
    --theme-var-lg_sidebar_gap: calc( var(--theme-var-lg_page) * var(--theme-var-sidebar_gap_prc) );
    --theme-var-lg_content: calc( var(--theme-var-lg_page) - var(--theme-var-lg_sidebar) - var(--theme-var-lg_sidebar_gap) );
    --theme-var-lg_content_narrow: calc( var(--theme-var-lg_content) * var(--theme-var-koef_narrow) );
    --theme-var-lg_padding_narrow: calc( var(--theme-var-lg_content) * ( 1 - var(--theme-var-koef_narrow) ) );
    --theme-var-lg_paddings_fullwide: 30px;
    --theme-var-lg_page_fullwide: calc( 100vw - var(--theme-var-lg_paddings_fullwide) * 2 );
    --theme-var-lg_menu_side: 60px;
    --theme-var-lg_page_menu_side: calc( var(--theme-var-lg_page) - var(--theme-var-lg_menu_side) );
    --theme-var-lg_grid_gap: 30px; }
  /* Theme Common styles */
  .page_content_wrap {
    padding-top: 90px;
    padding-bottom: 90px; }
  html {
    font-size: 15px;
    line-height: 161.54%; }
  h1, .front_page_section_caption {
    font-size: 56px;
    margin-top: 36px;
    margin-bottom: 20px; }
  h2 {
    font-size: 48px;
    margin-top: 42px;
    margin-bottom: 19px; }
  h3 {
    font-size: 36px;
    margin-top: 38px;
    margin-bottom: 18px; }
  h4 {
    font-size: 25px;
    margin-top: 32px;
    margin-bottom: 18px; }
  h5 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px; }
  h6 {
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 12px; }
  .sc_title_accent h2.sc_item_title {
    font-size: 56px; }
  .sc_item_title br {
    display: none; }
  hr, .vc_separator {
    margin: 4em 0 !important; }
  p, ul, ol, dl, blockquote, address {
    margin-bottom: 1em; }
  /* Body sizes */
  .body_style_boxed .page_wrap {
    width: 100%; }
  .content_wrap,
  .content_container {
    width: var(--theme-var-lg_page) !important; }
  .menu_side_present .content_wrap,
  .menu_side_present .content_container {
    width: var(--theme-var-lg_page_menu_side) !important; }
  .menu_side_present .menu_side_wrap {
    width: var(--theme-var-lg_menu_side); }
  body.menu_side_left {
    margin-left: var(--theme-var-lg_menu_side) !important; }
  body.menu_side_right {
    margin-right: var(--theme-var-lg_menu_side) !important; }
  .menu_side_left .sc_layouts_row_fixed_on {
    margin-left: var(--theme-var-lg_menu_side) !important; }
  .menu_side_right .sc_layouts_row_fixed_on {
    margin-right: var(--theme-var-lg_menu_side) !important; }
  /* Content and Sidebar */
  body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*="content_wrap"] > .content {
    width: var(--theme-var-lg_content); }
  body.menu_side_present:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*="content_wrap"] > .content {
    width: calc( var(--theme-var-lg_content) - var(--theme-var-lg_menu_side)); }
  [class*="content_wrap"] > .sidebar,
  body.body_style_boxed [class*="content_wrap"] > .sidebar {
    width: var(--theme-var-lg_sidebar); }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: var(--theme-var-lg_paddings_fullwide);
    padding-right: var(--theme-var-lg_paddings_fullwide); }
  .body_style_fullwide.sidebar_right [class*="content_wrap"] > .content,
  .body_style_fullscreen.sidebar_right [class*="content_wrap"] > .content {
    padding-right: calc( var(--theme-var-lg_sidebar_gap) + var(--theme-var-lg_sidebar)); }
  .body_style_fullwide.sidebar_right [class*="content_wrap"] > .sidebar,
  .body_style_fullscreen.sidebar_right [class*="content_wrap"] > .sidebar {
    margin-left: calc( -1 * var(--theme-var-lg_sidebar)); }
  .body_style_fullwide.sidebar_left [class*="content_wrap"] > .content,
  .body_style_fullscreen.sidebar_left [class*="content_wrap"] > .content {
    padding-left: calc( var(--theme-var-lg_sidebar_gap) + var(--theme-var-lg_sidebar)); }
  .body_style_fullwide.sidebar_left [class*="content_wrap"] > .sidebar,
  .body_style_fullscreen.sidebar_left [class*="content_wrap"] > .sidebar {
    margin-right: calc( -1 * var(--theme-var-lg_sidebar)); }
  /* Grid */
  .container, .container-fluid,
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: calc( var(--theme-var-lg_grid_gap) / 2);
    padding-right: calc( var(--theme-var-lg_grid_gap) / 2); }
  .row, .columns_wrap, .trx_addons_columns_wrap {
    margin-right: calc( -1 * var(--theme-var-lg_grid_gap)); }
  .row > [class*="column-"],
  .columns_wrap > [class*="column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"] {
    padding-right: var(--theme-var-lg_grid_gap); }
  .vc_row.columns_padding_left,
  .row.columns_padding_left,
  .columns_wrap.columns_padding_left,
  .trx_addons_columns_wrap.columns_padding_left {
    margin-left: calc( -1 * var(--theme-var-lg_grid_gap)); }
  .vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"], .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left,
  .row.columns_padding_left > [class*="column-"], .columns_wrap.columns_padding_left > [class*="column-"],
  .row > [class*="column-"].columns_padding_left, .columns_wrap > [class*="column-"].columns_padding_left {
    padding-left: var(--theme-var-lg_grid_gap); }
  .vc_row.columns_padding_right,
  .row.columns_padding_right,
  .trx_addons_columns_wrap.columns_padding_right,
  .columns_wrap.columns_padding_right {
    margin-right: calc( -1 * var(--theme-var-lg_grid_gap)); }
  .vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"], .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right,
  .row.columns_padding_right > [class*="column-"], .columns_wrap.columns_padding_right > [class*="column-"],
  .row > [class*="column-"].columns_padding_right, .columns_wrap > [class*="column-"].columns_padding_right {
    padding-right: var(--theme-var-lg_grid_gap); }
  .vc_row,
  .trx_addons_columns_wrap.columns_padding_center,
  .row.columns_padding_center,
  .columns_wrap.columns_padding_center {
    margin-left: calc( -1 * var(--theme-var-lg_grid_gap) / 2);
    margin-right: calc( -1 * var(--theme-var-lg_grid_gap) / 2); }
  .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center,
  .row.columns_padding_center > [class*="column-"], .columns_wrap.columns_padding_center > [class*="column-"],
  .row > [class*="column-"].columns_padding_center, .columns_wrap > [class*="column-"].columns_padding_center {
    padding-left: calc( var(--theme-var-lg_grid_gap) / 2);
    padding-right: calc( var(--theme-var-lg_grid_gap) / 2); }
  .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom,
  .row.columns_padding_bottom > [class*="column-"], .columns_wrap.columns_padding_bottom > [class*="column-"],
  .row > [class*="column-"].columns_padding_bottom, .columns_wrap > [class*="column-"].columns_padding_bottom {
    padding-bottom: var(--theme-var-lg_grid_gap); }
  /* Header */
  .menu_side_wrap .sc_layouts_logo {
    padding: 55% 8%; }
  .menu_side_icons .toc_menu_item .toc_menu_description span {
    letter-spacing: 1px;
    padding: 0 2em; }
  /* Buttons */
  form button:not(.components-button),
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .theme_button,
  .post_item .more-link,
  .yokoo_tabs .yokoo_tabs_titles li a,
  #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,
  .edd_download_purchase_form .button,
  #edd-purchase-button,
  .edd-submit.button,
  .widget_edd_cart_widget .edd_checkout a,
  button.write-a-review,
  .learnpress-page .lp-button,
  .learnpress-page .wishlist-button,
  form.mc4wp-form .mc4wp-form-fields input[type="submit"],
  .sc_button,
  .sc_layouts_row .sc_button,
  .sc_form button,
  .sc_portfolio_preview_show .post_readmore,
  .sc_agenerator_form_field_generate .sc_agenerator_form_field_generate_button,
  .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button,
  .sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button,
  .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button,
  .sc_mgenerator_form_field_prompt .sc_mgenerator_form_field_prompt_button,
  .sc_vgenerator_form_field_prompt .sc_vgenerator_form_field_prompt_button,
  .tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],
  #tribe-bar-form .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,
  .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option,
  #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,
  .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 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 {
    padding: 1.2em 2em;
    font-size: 17px; }
  .sc_button.sc_button_bordered, .wp-block-button.is-style-outline > .wp-block-button__link {
    padding: 0.88em 2.8em; }
  form button:not(.components-button), input[type="button"], input[type="reset"], input[type="submit"], .theme_button, .post_item .more-link, .wp-block-button__link, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore {
    padding: 1.2em 2em;
    font-size: 17px; }
  .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button, .sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button, .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button {
    font-size: 17px; }
  .sc_button.sc_button_size_small, .theme_button.theme_button_small {
    padding: 1em 1.7em; }
  .sc_button.sc_button_simple,
  .sc_button_simple {
    padding: 0 16px 0 0; }
  /* Core blocks */
  .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignleft,
  .sidebar_hide.narrow_content .alignright.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignright {
    max-width: calc( ( var(--theme-var-lg_page) - var(--theme-var-lg_content_narrow) ) / 2 - 30px); }
  .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignleft {
    margin-left: calc( ( var(--theme-var-lg_page) - var(--theme-var-lg_content_narrow) ) / -2); }
  .sidebar_hide.narrow_content .alignright.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignright {
    margin-right: calc( ( var(--theme-var-lg_page) - var(--theme-var-lg_content_narrow) ) / -2); }
  .sidebar_hide.normal_content .alignleft.is-style-alignfar,
  .sidebar_hide.normal_content .is-style-alignfar > .alignleft {
    margin-left: calc( ( var(--theme-var-lg_page) - var(--theme-var-lg_content) ) / -2); }
  .sidebar_hide.normal_content .post_info_vertical_present .alignleft.is-style-alignfar,
  .sidebar_hide.normal_content .post_info_vertical_present .is-style-alignfar > .alignleft {
    margin-left: calc( -1 * ( 17.647% + ( var(--theme-var-lg_page) - var(--theme-var-lg_content) ) / 2 )); }
  .sidebar_hide.normal_content .alignright.is-style-alignfar,
  .sidebar_hide.normal_content .is-style-alignfar > .alignright {
    margin-right: calc( ( var(--theme-var-lg_page) - var(--theme-var-lg_content) ) / -2); }
  body.sidebar_hide.narrow_content .alignwide,
  body.sidebar_hide.normal_content .alignwide {
    left: calc( var(--theme-var-lg_page) / -2 + 50%);
    width: var(--theme-var-lg_page); }
  .sidebar_hide.normal_content .post_info_vertical_present .alignwide {
    left: calc( var(--theme-var-lg_page) / -2 + 50% - 8.8235%); }
  body.sidebar_hide .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    width: 100vw;
    max-width: 100vw; }
  .sidebar_hide:not(.narrow_content) .post_info_vertical_present .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 - 8.8235%); }
  /* Core columns in the frontend */
  .wp-block-column:not(:first-child) {
    margin-left: calc( var(--theme-var-lg_grid_gap) / 2); }
  .wp-block-column:not(:last-child) {
    margin-right: calc( var(--theme-var-lg_grid_gap) / 2); }
  /* Kadence columns in the frontend */
  .kt-gutter-default > .wp-block-kadence-column {
    margin-right: var(--theme-var-lg_grid_gap); }
  /* CoBlocks columns in the frontend */
  .has-small-gutter > [class*="wp-block-coblocks-"]:not(:first-child) {
    margin-left: calc( var(--theme-var-lg_grid_gap) / 2); }
  .has-small-gutter > [class*="wp-block-coblocks-"]:not(:last-child) {
    margin-right: calc( var(--theme-var-lg_grid_gap) / 2); }
  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: var(--theme-var-lg_menu_side); }
  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: var(--theme-var-lg_menu_side); }
  .sc_edd_details .downloads_page_tags .downloads_page_data > a,
  .widget_product_tag_cloud a,
  .widget_tag_cloud a {
    letter-spacing: 0; }
  .menu_footer_nav_area > ul > li > a, .footer_wrap .sc_layouts_menu > ul > li > a {
    padding: 0.5em 1em; }
  .sc_socials_icons_names .socials_wrap .social_item .social_icon + .social_name {
    font-size: 15px; }
  .extra-soc .sc_socials_icons_names .socials_wrap .social_item {
    width: auto;
    margin-right: 8px; }
    .extra-soc .sc_socials_icons_names .socials_wrap .social_item .social_icon {
      text-align: center; }
    .extra-soc .sc_socials_icons_names .socials_wrap .social_item .social_name {
      display: none; }
  .wpcf7 .wpcf7-submit {
    margin: 30px 0 0; }
  .wpcf7 textarea {
    height: 16em;
    margin-bottom: 15px !important; }
  .sc_table table th, .sc_table table td {
    padding: 1em 1em; }
  blockquote, blockquote[class*="wp-block-quote"][class*="is-style-"], blockquote[class*="wp-block-quote"][class*="is-"], .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-freeform.block-library-rich-text__tinymce blockquote {
    padding: 2.2em 2em 2.4em 5em; }
  blockquote:before {
    top: 0.6em;
    left: 0.55em;
    font-size: 55px; }
  blockquote > cite, blockquote > p > cite, blockquote > .wp-block-pullquote__citation, .wp-block-quote .wp-block-quote__citation {
    font-size: 15px;
    margin-top: 0.6em; }
  .sc_layouts_row_type_compact .sc_layouts_item_icon {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .sc_layouts_row_type_compact .sc_layouts_cart_items_short {
    left: 28px; }
  .footer_wrap .sc_layouts_column_align_left .elementor-widget-wrap > .sc_layouts_item:first-child .sc_layouts_menu {
    margin-left: -1em; }
  .sc_layouts_menu_nav > li > a {
    padding: 1em; }
  .sc_layouts_menu_nav > li.menu-item-has-children > a {
    padding-right: 1.7em; }
  .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
    top: 53%;
    right: 0.8em; }
  .sc_layouts_row_type_compact .sc_layouts_item_icon + .sc_layouts_item_details {
    margin-left: 0.5em; }
  .sc_layouts_row_type_compact .sc_layouts_item_details {
    font-size: 15px; }
  .sc_layouts_title_breadcrumbs {
    margin-top: 1em; }
  .menu_main_nav_area > ul, .sc_layouts_menu_nav, .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
    font-size: 16px; }
  .sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 40px 0; }
  .sidebar_default[class*="scheme_"] .widget {
    padding: 0 30px; }
  .sidebar .widget + .widget, .sidebar_default[class*="scheme_"] .widget + .widget {
    padding-top: 30px;
    margin-top: 30px; }
  .widget.widget_block h2,
  .widget .widget_title, .widget .widgettitle {
    font-size: 22px;
    margin-top: -2px;
    margin-bottom: 20px; }
  .widget_area .post_item .post_thumb, aside .post_item .post_thumb {
    margin: 0 20px 4px 0; }
  .wp-block-tag-cloud a, .sc_edd_details .downloads_page_tags .downloads_page_data > a, .widget_product_tag_cloud a, .widget_tag_cloud a {
    padding: 6px 10px 7px;
    margin: 0 5px 5px 0; }
  figure figcaption, .wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-caption .wp-caption-text, .wp-caption .wp-caption-dd, .wp-caption-overlay .wp-caption .wp-caption-text, .wp-caption-overlay .wp-caption .wp-caption-dd {
    font-size: 15px;
    padding: 10px 5px !important; }
  .wpcf7-acceptance label, .wpgdprc-checkbox label {
    font-size: 14px; }
  form.mc4wp-form label {
    font-size: 14px; }
  .wpgdprc-checkbox label input[type="checkbox"]:before,
  .woocommerce-form__label-for-checkbox input[type="checkbox"].woocommerce-form__input:before,
  .sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type="radio"] + label:before,
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before,
  input[type="radio"] + .wpcf7-list-item-label:before,
  input[type="checkbox"] + .wpcf7-list-item-label:before,
  .wpcf7-list-item-label.wpcf7-list-item-right:before,
  .edd_price_options ul > li > label > input[type="radio"] + span:before,
  .edd_price_options ul > li > label > input[type="checkbox"] + span:before,
  .gdpr-terms-container input[type="checkbox"]:before,
  #gdpr_woo_consent_field label input[type="checkbox"]:before {
    top: 2px; }
  .mfp-wrap .mfp-close {
    margin: -44px -14px 0 0; }
  .trx_addons_scroll_to_top {
    right: 0.5em; }
  .trx_addons_scroll_to_top.show {
    bottom: 0.5em; }
  .sc_layouts_row_type_compact .sc_button.sc_button_simple {
    font-size: 15px;
    padding: 0 1em 0 0; }
  header .sc_layouts_row .sc_button {
    font-size: 16px;
    padding: 1.8em 2.8em; }
  .show_comments_single .show_comments_button {
    padding: 24px; }
  .esg-filters.esg-singlefilters .esg-pagination {
    margin-top: 80px; }
  div.esg-filter-wrapper .esg-filterbutton > span, .mptt-navigation-tabs li a, div.yokoo_tabs .yokoo_tabs_titles li a, div.yokoo_tabs .yokoo_tabs_titles li a.ui-tabs-anchor {
    padding: 1em 1.6em; }
  .esg-filter-wrapper {
    margin-bottom: 30px; }
  .post_featured.with_thumb .post_audio .audio_wrap, .trx_addons_audio_player .audio_frame {
    padding: 20px 18px; }
  .trx_addons_audio_player .audio_info {
    padding: 4em 2.7em 1.5em; }
  .format-audio .post_featured .post_audio_author, .single-format-audio .post_featured .post_audio_author, .trx_addons_audio_player .audio_author, .sc_layouts_blog_item_featured .post_featured .post_audio_author {
    font-size: 19px; }
  .format-audio .post_featured .post_audio_title, .single-format-audio .post_featured .post_audio_title, .trx_addons_audio_player .audio_caption, .sc_layouts_blog_item_featured .post_featured .post_audio_title {
    font-size: 29px; }
  .trx_addons_audio_player .audio_author, .sc_layouts_blog_item_featured .audio_author {
    margin-bottom: 10px; }
  .author_info {
    padding: 40px; }
  .author_info .author_avatar {
    width: 120px;
    height: 120px;
    line-height: 120px;
    top: 40px;
    left: 40px; }
  .author_info .author_description {
    padding-left: 150px; }
  .comments_list_wrap .comment_body {
    padding: 30px 30px 30px 110px; }
  .comments_list_wrap .comment_author_avatar {
    top: 36px;
    left: 30px; }
  .comments_list_wrap .comment_info {
    padding-right: 0; }
  .comments_list_wrap .comment_footer {
    position: relative;
    margin-top: 5px; }
  .comments_list_wrap .comment_reply {
    font-size: 15px; }
  .comments_wrap .form-submit {
    margin: 35px 0 0; }
  .related_wrap.related_style_classic .post_header {
    padding: 20px 20px 40px; }
  .related_wrap.related_style_classic .sc_button_simple {
    margin-top: 13px; }
  .related_wrap.related_style_classic .post_title + .post_meta {
    margin-top: 15px; }
  .related_wrap.related_style_classic .related_item > .post_meta_top:first-child, .related_wrap.related_style_classic .post_format_audio .post_featured + .post_meta_top {
    margin-top: 40px !important; }
  .post_featured.with_thumb .post_audio .post_info_audio {
    padding: 0 2.6em; }
  div.esg-filters, .woocommerce nav.woocommerce-pagination ul, .comments_pagination, .nav-links, .page_links {
    margin-top: 70px; }
  .post_item_404 .page_subtitle {
    font-size: 28px; }
  .post_item_404 .page_title {
    font-size: 16em; }
  .post_item_none_search .page_title, .post_item_none_archive .page_title {
    font-size: 8.4em; }
  .sc_services_default .sc_services_item_content {
    margin-top: 1em; }
  .comments_list_wrap .comment_info {
    margin-bottom: 0.5em; }
  [data-tooltip-text]:before {
    top: -3px; }
  .top_panel_default .top_panel_title.sc_layouts_row_type_normal {
    padding: 3em 0; }
  /* Demo */
  .book-form-2 h4 {
    margin: 0 0 1em; }
  .line-list .menu li {
    margin: 0 25px; }
  .book-form .choose div {
    margin-top: 20px; }
  div.wpcf7 .book-form .wpcf7-submit {
    margin: 35px auto 0; }
  .sc_button.button-inline {
    padding: 1.2em 1.2em; }
  .footer_wrap .widget_nav_menu ul ul {
    padding-left: 0.8em; } }

@media (min-width: 1024px) {
  /* Theme Common styles */
  .sidebar_small_screen_above .sidebar_inner {
    display: block !important; } }

@media (max-width: 1023px) {
  /* Theme vars */
  :root {
    --theme-var-md_paddings: 30px;
    --theme-var-md_page: calc( 100vw - var(--theme-var-md_paddings) * 2 );
    --theme-var-md_content: var(--theme-var-md_page);
    --theme-var-md_content_narrow: calc( var(--theme-var-md_content) * var(--theme-var-koef_narrow) );
    --theme-var-md_padding_narrow: calc( var(--theme-var-md_content) * ( 1 - var(--theme-var-koef_narrow) ) );
    --theme-var-md_paddings_fullwide: 30px;
    --theme-var-md_page_fullwide: calc( 100vw - var(--theme-var-md_paddings_fullwide) * 2 );
    --theme-var-md_menu_side: 60px;
    --theme-var-md_page_menu_side: calc( var(--theme-var-md_page) - var(--theme-var-md_menu_side) );
    --theme-var-md_grid_gap: 30px; }
  html {
    font-size: 14px; }
  /* Theme Common styles */
  h1, .front_page_section_caption {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 16px; }
  h2 {
    font-size: 35px;
    margin-top: 38px;
    margin-bottom: 18px; }
  h3 {
    font-size: 30px;
    margin-top: 36px;
    margin-bottom: 18px; }
  h4 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 16px; }
  h5 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 14px; }
  h6 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 10px; }
  .menu_main_nav_area > ul, .sc_layouts_menu_nav, .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
    font-size: 15px; }
  .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
    top: 52%;
    right: 0.8em; }
  /* Tags layouts */
  hr, .vc_separator {
    margin: 3em 0 !important; }
  /* Columns, push, pull and offset sizes */
  .column-1-tablet,
  .column-1_1-tablet {
    width: 100%; }
  .column-1_2-tablet {
    width: 50%; }
  .column-1_3-tablet {
    width: 33.33333%; }
  .column-1_4-tablet {
    width: 25%; }
  .column-1_5-tablet {
    width: 20%; }
  .column-1_6-tablet {
    width: 16.66667%; }
  .column-1_7-tablet {
    width: 14.28571%; }
  .column-1_8-tablet {
    width: 12.5%; }
  .column-1_9-tablet {
    width: 11.11111%; }
  .column-1_10-tablet {
    width: 10%; }
  .column-1_11-tablet {
    width: 9.09091%; }
  .column-1_12-tablet {
    width: 8.33333%; }
  .column-2_2-tablet {
    width: 100%; }
  .column-2_3-tablet {
    width: 66.66667%; }
  .column-2_4-tablet {
    width: 50%; }
  .column-2_5-tablet {
    width: 40%; }
  .column-2_6-tablet {
    width: 33.33333%; }
  .column-2_7-tablet {
    width: 28.57143%; }
  .column-2_8-tablet {
    width: 25%; }
  .column-2_9-tablet {
    width: 22.22222%; }
  .column-2_10-tablet {
    width: 20%; }
  .column-2_11-tablet {
    width: 18.18182%; }
  .column-2_12-tablet {
    width: 16.66667%; }
  .column-3_3-tablet {
    width: 100%; }
  .column-3_4-tablet {
    width: 75%; }
  .column-3_5-tablet {
    width: 60%; }
  .column-3_6-tablet {
    width: 50%; }
  .column-3_7-tablet {
    width: 42.85714%; }
  .column-3_8-tablet {
    width: 37.5%; }
  .column-3_9-tablet {
    width: 33.33333%; }
  .column-3_10-tablet {
    width: 30%; }
  .column-3_11-tablet {
    width: 27.27273%; }
  .column-3_12-tablet {
    width: 25%; }
  .column-4_4-tablet {
    width: 100%; }
  .column-4_5-tablet {
    width: 80%; }
  .column-4_6-tablet {
    width: 66.66667%; }
  .column-4_7-tablet {
    width: 57.14286%; }
  .column-4_8-tablet {
    width: 50%; }
  .column-4_9-tablet {
    width: 44.44444%; }
  .column-4_10-tablet {
    width: 40%; }
  .column-4_11-tablet {
    width: 36.36364%; }
  .column-4_12-tablet {
    width: 33.33333%; }
  .column-5_5-tablet {
    width: 100%; }
  .column-5_6-tablet {
    width: 83.33333%; }
  .column-5_7-tablet {
    width: 71.42857%; }
  .column-5_8-tablet {
    width: 62.5%; }
  .column-5_9-tablet {
    width: 55.55556%; }
  .column-5_10-tablet {
    width: 50%; }
  .column-5_11-tablet {
    width: 45.45455%; }
  .column-5_12-tablet {
    width: 41.66667%; }
  .column-6_6-tablet {
    width: 100%; }
  .column-6_7-tablet {
    width: 85.71429%; }
  .column-6_8-tablet {
    width: 75%; }
  .column-6_9-tablet {
    width: 66.66667%; }
  .column-6_10-tablet {
    width: 60%; }
  .column-6_11-tablet {
    width: 54.54545%; }
  .column-6_12-tablet {
    width: 50%; }
  .column-7_7-tablet {
    width: 100%; }
  .column-7_8-tablet {
    width: 87.5%; }
  .column-7_9-tablet {
    width: 77.77778%; }
  .column-7_10-tablet {
    width: 70%; }
  .column-7_11-tablet {
    width: 63.63636%; }
  .column-7_12-tablet {
    width: 58.33333%; }
  .column-8_8-tablet {
    width: 100%; }
  .column-8_9-tablet {
    width: 88.88889%; }
  .column-8_10-tablet {
    width: 80%; }
  .column-8_11-tablet {
    width: 72.72727%; }
  .column-8_12-tablet {
    width: 66.66667%; }
  .column-9_9-tablet {
    width: 100%; }
  .column-9_10-tablet {
    width: 90%; }
  .column-9_11-tablet {
    width: 81.81818%; }
  .column-9_12-tablet {
    width: 75%; }
  .column-10_10-tablet {
    width: 100%; }
  .column-10_11-tablet {
    width: 90.90909%; }
  .column-10_12-tablet {
    width: 83.33333%; }
  .column-11_11-tablet {
    width: 100%; }
  .column-11_12-tablet {
    width: 91.66667%; }
  .column-12_12-tablet {
    width: 100%; }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-tablet"], .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-tablet"],
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"][class*="-tablet"] {
    padding-bottom: var(--theme-var-md_grid_gap); }
  /* Body sizes */
  .content_wrap,
  .content_container {
    width: var(--theme-var-md_content) !important; }
  .menu_side_present .content_wrap,
  .menu_side_present .content_container {
    width: var(--theme-var-md_page_menu_side) !important; }
  .menu_side_present .menu_side_wrap {
    width: var(--theme-var-md_menu_side); }
  body.menu_side_left {
    margin-left: var(--theme-var-md_menu_side) !important; }
  body.menu_side_right {
    margin-right: var(--theme-var-md_menu_side) !important; }
  .menu_side_left .sc_layouts_row_fixed_on {
    margin-left: var(--theme-var-md_menu_side) !important; }
  .menu_side_right .sc_layouts_row_fixed_on {
    margin-right: var(--theme-var-md_menu_side) !important; }
  /* Content and Sidebar */
  body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*="content_wrap"] > .content {
    width: 100% !important;
    float: none !important; }
  [class*="content_wrap"] > .sidebar {
    width: 100% !important;
    float: none !important;
    margin-top: 70px; }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: var(--theme-var-md_paddings_fullwide);
    padding-right: var(--theme-var-md_paddings_fullwide); }
  .body_style_fullwide.sidebar_right [class*="content_wrap"] > .content,
  .body_style_fullscreen.sidebar_right [class*="content_wrap"] > .content {
    padding-right: 0 !important;
    float: none; }
  .body_style_fullwide.sidebar_right [class*="content_wrap"] > .sidebar,
  .body_style_fullscreen.sidebar_right [class*="content_wrap"] > .sidebar {
    margin-left: 0 !important;
    float: none; }
  .body_style_fullwide.sidebar_left [class*="content_wrap"] > .content,
  .body_style_fullscreen.sidebar_left [class*="content_wrap"] > .content {
    padding-left: 0 !important;
    float: none; }
  .body_style_fullwide.sidebar_left [class*="content_wrap"] > .sidebar,
  .body_style_fullscreen.sidebar_left [class*="content_wrap"] > .sidebar {
    margin-right: 0 !important;
    float: none; }
  /* Sticky sidebar */
  .fixed_blocks_sticky .sidebar {
    position: static;
    top: 0 !important; }
  /* Sidebar above the content */
  .sidebar_small_screen_above .content_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .sidebar_small_screen_above .content_wrap > .widgets_above_page {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .sidebar_small_screen_above .content_wrap > .sidebar {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    margin-top: 0;
    margin-bottom: 4em; }
  .sidebar_small_screen_above .content_wrap > .content {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; }
  .sidebar_small_screen_above .content_wrap > .widgets_below_page {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40; }
  .sidebar_small_screen_above .sidebar_control {
    display: block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 1.1em 1.9em;
    font-size: 16px;
    text-align: center;
    position: relative;
    text-transform: none;
    color: var(--theme-color-inverse_link) !important;
    border-color: var(--theme-color-text_link);
    background-color: var(--theme-color-text_link); }
    .sidebar_small_screen_above .sidebar_control:hover {
      color: var(--theme-color-inverse_hover) !important;
      border-color: var(--theme-color-text_hover);
      background-color: var(--theme-color-text_hover); }
  .sidebar_small_screen_above .sidebar_control:after {
    content: '\e828';
    font-family: "fontello";
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-left: 5px;
    font-weight: 400; }
  .sidebar_small_screen_above .sidebar.opened .sidebar_control:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .sidebar_small_screen_above .sidebar_control + .sidebar_inner {
    margin-top: 2em;
    display: none; }
  /* Sidebar float */
  .sidebar_small_screen_float .page_content_wrap .content_wrap {
    position: static; }
  .sidebar_small_screen_float.sidebar_show .sidebar {
    bottom: 0;
    height: 100%;
    width: var(--theme-var-sidebar) !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    margin-top: 0 !important; }
  .sidebar_small_screen_float.sidebar_left .sidebar {
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .sidebar_small_screen_float.sidebar_right .sidebar {
    position: fixed;
    z-index: 100002;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .sidebar_small_screen_float.sidebar_show .sidebar.opened {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .sidebar_small_screen_float.sidebar_show .sidebar_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: visible; }
  .sidebar_small_screen_float .sidebar_control {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 2.95em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 3em;
    height: 3em;
    padding: 0 0.6em;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -ms-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease; }
  .sidebar_small_screen_float.sidebar_left .sidebar_control {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -1.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right; }
  .sidebar_small_screen_float.sidebar_right .sidebar_control {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -1.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left; }
  .sidebar_small_screen_float .sidebar_control:after {
    content: '\e836';
    font-family: "fontello";
    display: inline-block;
    vertical-align: top; }
  .sidebar_small_screen_float.sidebar_right .sidebar_control:after {
    content: '\e837'; }
  .sidebar_small_screen_float .sidebar.opened .sidebar_control:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .sidebar_small_screen_float.sidebar_left.menu_side_left .sidebar_control:hover {
    right: -2em; }
  .sidebar_small_screen_float.sidebar_left.menu_side_right .sidebar_control:hover {
    left: -2em; }
  /* Widget areas above and below the page */
  .widgets_above_page_wrap, .widgets_above_content_wrap {
    margin-bottom: 4em; }
  .widgets_below_page_wrap, .widgets_below_content_wrap {
    margin-top: 4em; }
  /* Leave max 5 columns in the gallery */
  .gallery.gallery-columns-9 .gallery-item {
    width: 20% !important; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 20% !important; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 20% !important; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 20% !important; }
  /* Header */
  body.no_layout.menu_side_left {
    margin-left: 0; }
  body.no_layout.menu_side_right {
    margin-right: 0; }
  body.no_layout.menu_side_right .menu_side_wrap {
    right: -6rem; }
  body.no_layout.menu_side_left .menu_side_wrap {
    left: -6rem; }
  body.no_layout.menu_side_left .sc_layouts_row_fixed_on {
    padding-left: 0; }
  body.no_layout.menu_side_right .sc_layouts_row_fixed_on {
    padding-right: 0; }
  body.no_layout.menu_side_left .sc_layouts_row_fixed_on {
    margin-left: 0 !important; }
  body.no_layout.menu_side_right .sc_layouts_row_fixed_on {
    margin-right: 0 !important; }
  .page_content_wrap {
    padding-top: 70px;
    padding-bottom: 70px; }
  .top_panel.with_bg_image {
    min-height: 20em; }
  /* Mobile menu */
  body.menu_mobile_opened {
    height: 100% !important;
    overflow: hidden !important; }
  .menu_mobile .menu_mobile_nav_area {
    position: relative;
    top: auto;
    margin: 3em 0 0;
    max-height: none;
    padding-right: 0;
    overflow-y: visible;
    -webkit-transform: none "";
    -ms-transform: none "";
    transform: none; }
  .menu_mobile .menu_mobile_inner {
    overflow-y: auto; }
  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 1.5em;
    line-height: 1.5em; }
  .menu_mobile .menu_mobile_nav_area li li .open_child_menu {
    padding: 0.25em 0.4em; }
  .menu_mobile .search_mobile {
    position: relative;
    bottom: auto;
    left: 0;
    margin: 3em auto 0; }
  .menu_mobile .socials_mobile {
    position: relative;
    bottom: auto;
    margin: 1em 0; }
  .menu_mobile .sc_layouts_logo {
    margin-top: 3.5em; }
  /* Core blocks*/
  .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignleft,
  .sidebar_hide.narrow_content .alignright.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignright {
    max-width: calc( var(--theme-var-md_content) / 2 - 20px); }
  .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignleft {
    margin-left: calc( ( var(--theme-var-md_page) - var(--theme-var-md_content_narrow) ) / -2); }
  .sidebar_hide.narrow_content .alignright.is-style-alignfar,
  .sidebar_hide.narrow_content .is-style-alignfar > .alignright {
    margin-right: calc( ( var(--theme-var-md_page) - var(--theme-var-md_content_narrow) ) / -2); }
  .sidebar_hide.normal_content .alignleft.is-style-alignfar,
  .sidebar_hide.normal_content .is-style-alignfar > .alignleft {
    margin-left: calc( ( var(--theme-var-md_page) - var(--theme-var-md_content) ) / -2); }
  .sidebar_hide.normal_content .post_info_vertical_present .alignleft.is-style-alignfar,
  .sidebar_hide.normal_content .post_info_vertical_present .is-style-alignfar > .alignleft {
    margin-left: calc( -1 * ( ( var(--theme-var-md_page) - var(--theme-var-md_content) ) / 2 )); }
  .sidebar_hide.normal_content .alignright.is-style-alignfar,
  .sidebar_hide.normal_content .is-style-alignfar > .alignright {
    margin-right: calc( ( var(--theme-var-md_page) - var(--theme-var-md_content) ) / -2); }
  body.sidebar_hide.narrow_content .alignwide,
  body.sidebar_hide.normal_content .alignwide {
    left: calc( var(--theme-var-md_page) / -2 + 50%);
    width: var(--theme-var-md_page); }
  .sidebar_hide.normal_content .post_info_vertical_present .alignwide {
    left: calc( var(--theme-var-md_page) / -2 + 50%); }
  .sidebar_hide.normal_content .post_info_vertical_present .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2); }
  /* Core columns in the frontend */
  .wp-block-column:not(:first-child) {
    margin-left: calc( var(--theme-var-md_grid_gap) / 2); }
  .wp-block-column:not(:last-child) {
    margin-right: calc( var(--theme-var-md_grid_gap) / 2); }
  /* Kadence columns in the frontend */
  .kt-gutter-default > .wp-block-kadence-column {
    margin-right: var(--theme-var-md_grid_gap); }
  /* CoBlocks columns in the frontend */
  .has-small-gutter > [class*="wp-block-coblocks-"]:not(:first-child) {
    margin-left: calc( var(--theme-var-md_grid_gap) / 2); }
  .has-small-gutter > [class*="wp-block-coblocks-"]:not(:last-child) {
    margin-right: calc( var(--theme-var-md_grid_gap) / 2); }
  /* Post layouts */
  .posts_container .full_post_content {
    margin-top: 5em;
    padding-top: 5em; }
  .posts_container .full_post_content:not(:last-child) {
    margin-bottom: 5em;
    padding-bottom: 5em; }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: var(--theme-var-md_grid_gap); }
  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: var(--theme-var-md_menu_side); }
  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: var(--theme-var-md_menu_side); }
  /* Single post share icons */
  .sidebar_show .post_info_vertical_present,
  .sidebar_show .post_info_vertical_present + .post_footer,
  .sidebar_hide:not(.narrow_content) .post_info_vertical_present,
  .sidebar_hide:not(.narrow_content) .post_info_vertical_present + .post_footer {
    padding-left: 0; }
  .sidebar_show .post_info_vertical_hide_on_mobile .post_info_vertical,
  .sidebar_hide .post_info_vertical_hide_on_mobile .post_info_vertical,
  .sidebar_hide.narrow_content .post_info_vertical_hide_on_mobile .post_info_vertical,
  .sidebar_hide.normal_content .post_info_vertical_hide_on_mobile .post_info_vertical {
    display: none; }
  .sidebar_show .post_info_vertical,
  .sidebar_hide .post_info_vertical,
  .sidebar_hide.narrow_content .post_info_vertical,
  .sidebar_hide.normal_content .post_info_vertical {
    position: static !important;
    top: auto !important;
    left: auto !important; }
    .sidebar_show .post_info_vertical .socials_wrap.socials_dir_vertical,
    .sidebar_hide .post_info_vertical .socials_wrap.socials_dir_vertical,
    .sidebar_hide.narrow_content .post_info_vertical .socials_wrap.socials_dir_vertical,
    .sidebar_hide.normal_content .post_info_vertical .socials_wrap.socials_dir_vertical {
      white-space: nowrap; }
      .sidebar_show .post_info_vertical .socials_wrap.socials_dir_vertical .social_item,
      .sidebar_hide .post_info_vertical .socials_wrap.socials_dir_vertical .social_item,
      .sidebar_hide.narrow_content .post_info_vertical .socials_wrap.socials_dir_vertical .social_item,
      .sidebar_hide.normal_content .post_info_vertical .socials_wrap.socials_dir_vertical .social_item {
        display: inline-block;
        vertical-align: top;
        margin: 0 8px 2em 0 !important; }
  .sidebar_hide:not(.narrow_content) .post_info_vertical_present .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2); }
  /* Widgets */
  .before_sidebar_banner_wrap {
    margin-bottom: var(--theme-var-md_grid_gap); }
  .after_sidebar_banner_wrap {
    margin-top: var(--theme-var-md_grid_gap); }
  .sidebar_default .sidebar_inner {
    padding: var(--theme-var-md_grid_gap) 0; }
  .sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 40px var(--theme-var-md_grid_gap); }
  .sidebar_default.sidebar_float[class*="scheme_"] .sidebar_inner {
    padding: var(--theme-var-md_grid_gap); }
  .sidebar.sidebar_float .widget,
  .sidebar_default.sidebar_float[class*="scheme_"] .widget {
    padding: 0; }
    .sidebar.sidebar_float .widget + .widget,
    .sidebar_default.sidebar_float[class*="scheme_"] .widget + .widget {
      padding-top: 30px; }
    .sidebar.sidebar_float .widget:last-child,
    .sidebar_default.sidebar_float[class*="scheme_"] .widget:last-child {
      margin-bottom: 30px; }
  .sidebar:not(.sidebar_float) .widget, .sidebar:not(.sidebar_float)[class*="scheme_"] .widget {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 50%;
    padding: 0 calc( var(--theme-var-md_grid_gap) / 2);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .sidebar:not(.sidebar_float) .widget + .widget, .sidebar:not(.sidebar_float)[class*="scheme_"] .widget + .widget {
    margin-top: 0;
    padding-top: 0;
    border-top-width: 0; }
  .footer_wrap .widget + .widget + .widget,
  .sidebar:not(.sidebar_float) .widget + .widget + .widget,
  .sidebar:not(.sidebar_float)[class*="scheme_"] .widget + .widget + .widget {
    margin-top: var(--theme-var-md_grid_gap) !important; }
  .widget.column-1_3, .widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
    width: 50%; }
  .footer_wrap .sc_content .wpb_column:not(.vc_col-sm-12) {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .footer_wrap .sc_content .wpb_column + .wpb_column + .wpb_column {
    margin-top: var(--theme-var-md_grid_gap) !important;
    padding-top: var(--theme-var-md_grid_gap) !important;
    border-top-width: 1px;
    border-top-style: solid; }
  .header_fullwidth .widget,
  .footer_fullwidth .widget {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important; }
  .wp-block-search .wp-block-search__input,
  .theme_form_field_text,
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  select,
  textarea,
  textarea.wp-editor-area,
  .sc_igenerator_form_field_prompt input[type="text"],
  .sc_tgenerator_form_field_prompt input[type="text"],
  .sc_vgenerator_form_field_prompt input[type="text"],
  .sc_agenerator_form_field_prompt input[type="text"],
  .sc_mgenerator_form_field_prompt input[type="text"],
  .sc_chat_form_field_prompt input[type="text"],
  .sc_tgenerator_text {
    padding: 0.9em 1.5em; }
  .wpcf7 textarea {
    height: 13em; }
  .widget.widget_block h2,
  .widget .widget_title, .widget .widgettitle {
    margin-top: 0; }
  .widget input[type="text"], .widget input[type="number"], .widget input[type="email"], .widget input[type="url"], .widget input[type="tel"], .widget input[type="password"], .widget input[type="search"], .widget select, .widget textarea, .widget textarea.wp-editor-area {
    padding: 0.9em 1.8em; }
  .widget form.mc4wp-form .mc4wp-form-fields input[type="email"] {
    padding: 0.8em 3.5em 0.8em 1.5em; }
  .sc_socials_icons_names .socials_wrap .social_item .social_icon + .social_name {
    font-size: 14px; }
  .sc_socials_icons_names .socials_wrap .social_item .social_icon + .social_name {
    margin: 0 0 0 2px; }
  /* Buttons */
  form button:not(.components-button),
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .theme_button,
  .post_item .more-link,
  .yokoo_tabs .yokoo_tabs_titles li a,
  #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,
  .edd_download_purchase_form .button,
  #edd-purchase-button,
  .edd-submit.button,
  .widget_edd_cart_widget .edd_checkout a,
  button.write-a-review,
  .learnpress-page .lp-button,
  .learnpress-page .wishlist-button,
  form.mc4wp-form .mc4wp-form-fields input[type="submit"],
  .sc_button,
  .sc_layouts_row .sc_button,
  .sc_form button,
  .sc_portfolio_preview_show .post_readmore,
  .sc_agenerator_form_field_generate .sc_agenerator_form_field_generate_button,
  .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button,
  .sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button,
  .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button,
  .sc_mgenerator_form_field_prompt .sc_mgenerator_form_field_prompt_button,
  .sc_vgenerator_form_field_prompt .sc_vgenerator_form_field_prompt_button,
  .tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],
  #tribe-bar-form .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,
  .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option,
  #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,
  .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 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 {
    padding: 1.1em 1.9em;
    font-size: 16px; }
  .sc_button.sc_button_bordered, .wp-block-button.is-style-outline > .wp-block-button__link {
    padding: 0.717em 1.2em !important; }
  form button:not(.components-button), input[type="button"], input[type="reset"], input[type="submit"], .theme_button, .post_item .more-link, .wp-block-button__link, .wp-block-file__button, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore {
    padding: 1.1em 1.7em;
    font-size: 16px; }
  .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button, .sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button, .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button {
    font-size: 16px; }
  .sc_button.sc_button_size_small, .theme_button.theme_button_small {
    padding: 1em 1.7em; }
  .sc_button.sc_button_simple,
  .sc_button_simple {
    padding: 0 16px 0 0;
    font-size: 15px; }
  .sc_button.sc_button_simple:before, .sc_button.sc_button_simple:after {
    top: 2px; }
  .sc_button.sc_button_simple.sc_button_size_small {
    font-size: 15px;
    line-height: 18px; }
  .sc_button.sc_button_simple.sc_button_size_small:before,
  .sc_button.sc_button_simple.sc_button_size_small:after {
    top: 3px !important;
    font-size: 8px; }
  .wp-block-tag-cloud a, .sc_edd_details .downloads_page_tags .downloads_page_data > a, .widget_product_tag_cloud a, .widget_tag_cloud a {
    padding: 4px 8px 5px; }
  .wpcf7-form-control-wrap.acceptance {
    margin-top: 5px; }
  .wpcf7 .wpcf7-submit {
    margin: 20px 0 0; }
  .sc_item_title {
    letter-spacing: 0; }
  form.mc4wp-form .mc4wp-form-fields button, form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    height: 50px;
    line-height: 50px; }
  .widget form.mc4wp-form .mc4wp-form-fields button, .widget form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    width: 50px; }
  .widget form.mc4wp-form .mc4wp-form-fields button:before, .widget form.mc4wp-form .mc4wp-form-fields input[type="submit"]:before {
    width: 56px;
    height: 50px;
    line-height: 50px; }
  form.mc4wp-form .mc4wp-form-fields input[type="email"] {
    height: 50px;
    line-height: 50px;
    padding: 0.8em 11.5em 0.8em 1.6em; }
  form.mc4wp-form .mc4wp-form-fields input[type="email"] {
    height: 50px; }
  form.mc4wp-form .mc4wp-form-fields button, form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    padding: 0 1.2em; }
  form.mc4wp-form label {
    margin: 10px 0 0; }
  .sc_title_accent h2.sc_item_title {
    font-size: 40px; }
  .line-list .menu li {
    margin: 0 20px; }
  .widget ul > li:before {
    left: -2em; }
  .book-form .choose div {
    margin-top: 10px; }
  div.wpcf7 .book-form .wpcf7-submit {
    margin: 25px auto 0; }
  .wpcf7 textarea {
    margin-bottom: 10px !important; }
  .sc_icons.sc_icons_modern > .sc_icons_item {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
    width: 20%; }
  .widget_instagram_images_columns_5 .widget_instagram_images_item_wrap, .widget_instagram_images_columns_6 .widget_instagram_images_item_wrap, .widget_instagram_images_columns_7 .widget_instagram_images_item_wrap, .widget_instagram_images_columns_8 .widget_instagram_images_item_wrap, .widget_instagram_images_columns_9 .widget_instagram_images_item_wrap, .widget_instagram_images_columns_10 .widget_instagram_images_item_wrap, .widget_instagram_images_columns_11 .widget_instagram_images_item_wrap, .widget_instagram_images_columns_12 .widget_instagram_images_item_wrap {
    width: 20% !important; }
  .sc_services_default .sc_services_item_content {
    margin-top: 0.5em; }
  div.esg-filters, .woocommerce nav.woocommerce-pagination ul, .comments_pagination, .nav-links, .page_links {
    margin-top: 40px; }
  .show_comments_single {
    margin-top: 55px; }
  .section_title {
    margin: 0 0 1em; }
  .comments_wrap .form-submit {
    margin: 25px 0 0; }
  .comments_wrap .comments_field textarea {
    min-height: 14em;
    margin-bottom: 2px; }
  div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton, .mptt-navigation-tabs li + li, div.yokoo_tabs .yokoo_tabs_titles li + li {
    margin-left: 10px; }
  div.esg-filter-wrapper .esg-filterbutton > span, .mptt-navigation-tabs li a, div.yokoo_tabs .yokoo_tabs_titles li a, div.yokoo_tabs .yokoo_tabs_titles li a.ui-tabs-anchor {
    padding: 0.8em 1.4em; }
  .esg-filter-wrapper {
    margin-bottom: 20px; }
  .esg-filters.esg-singlefilters .esg-pagination {
    margin-top: 40px; }
  .trx_addons_audio_player .audio_info {
    padding: 4em 1.7em 1.2em; }
  .trx_addons_audio_player .audio_author + .audio_caption {
    margin: 0 0 0.2em; }
  .format-audio .post_featured .post_audio_title, .single-format-audio .post_featured .post_audio_title, .trx_addons_audio_player .audio_caption, .sc_layouts_blog_item_featured .post_featured .post_audio_title {
    font-size: 22px; }
  .format-audio .post_featured .post_audio_author, .single-format-audio .post_featured .post_audio_author, .trx_addons_audio_player .audio_author, .sc_layouts_blog_item_featured .post_featured .post_audio_author {
    font-size: 16px; }
  .post_featured.with_thumb .post_audio .audio_wrap, .trx_addons_audio_player .audio_frame {
    padding: 10px 8px; }
  .post_item_single .post_meta_single {
    margin-top: 45px; }
  .post_item_single .post_tags_single {
    margin-top: 30px; }
  .post_meta_single + .nav-links-single {
    padding-top: 50px; }
  .author_info {
    margin-top: 50px; }
  .comments_list_wrap {
    margin-top: 55px; }
  .comments_form_wrap {
    margin-top: 55px;
    padding-top: 50px; }
  .related_wrap {
    margin-top: 55px;
    padding-top: 50px; }
  .related_wrap.related_style_classic .post_header {
    padding: 20px 20px 35px; }
  blockquote:before {
    top: 0.56em; }
  .post_featured.with_thumb .post_audio .post_info_audio {
    padding: 0 2.1em; }
  .widget_search .search-field, .woocommerce.widget_product_search .search_field, .widget_display_search #bbp_search, #bbpress-forums #bbp-search-form #bbp_search {
    padding: 0.9em 1.5em; }
  .select2-container.select2-container--default span.select2-choice, .select2-container.select2-container--default span.select2-selection {
    padding: 0.11em 0 0.11em 1em; }
  .post_item_404 .page_title {
    font-size: 13em; }
  .post_item_404 .page_description {
    margin-top: 1em;
    margin-bottom: 1.2em;
    line-height: 1.6em; }
  .post_item_none_search .page_title, .post_item_none_archive .page_title {
    font-size: 7.4em; }
  .post_item_404 .page_subtitle {
    font-size: 22px; }
  .post_item_404 .page_info {
    padding: 0.4rem 0 0 3rem; }
  .sc_layouts_title_breadcrumbs {
    margin-top: 0.6em; }
  [data-tooltip-text]:after {
    top: -31px; }
  /* Demo */
  .extra-soc .sc_socials_icons_names .socials_wrap .social_item {
    line-height: 24px; }
  .hide-controls .slider_controls_wrap {
    display: none; }
  .sc_button.button-inline {
    padding: 1.1em 1.9em; } }

@media (max-width: 767px) {
  /* Theme vars */
  :root {
    --theme-var-sm_paddings: 30px;
    --theme-var-sm_page: calc( 100vw - var(--theme-var-sm_paddings) * 2 );
    --theme-var-sm_content: var(--theme-var-sm_page);
    --theme-var-sm_content_narrow: var(--theme-var-sm_content);
    --theme-var-sm_padding_narrow: 0px;
    --theme-var-sm_paddings_fullwide: 15px;
    --theme-var-sm_page_fullwide: calc( 100vw - var(--theme-var-sm_paddings_fullwide) * 2 );
    --theme-var-sm_menu_side: 60px;
    --theme-var-sm_grid_gap: 20px;
    --theme-var-sm_grid_max_columns: 2; }
  /* Theme Common styles */
  html {
    font-size: 13px; }
  ol li, ul li {
    margin: 5px 0; }
    ol li:first-child, ul li:first-child {
      margin-top: 0; }
    ol li:last-child, ul li:last-child {
      margin-bottom: 0; }
    ol li ol, ol li ul, ul li ol, ul li ul {
      margin: 5px 0; }
  h1, .front_page_section_caption {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 16px; }
  h2 {
    font-size: 28px;
    margin-top: 28px;
    margin-bottom: 16px; }
  h3 {
    font-size: 26px;
    margin-top: 27px;
    margin-bottom: 16px; }
  h4 {
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 15px; }
  h5 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 13px; }
  h6 {
    font-size: 15px;
    margin-top: 22px;
    margin-bottom: 9px; }
  .sc_title_accent h2.sc_item_title {
    font-size: 32px; }
  .sc_table table th, .sc_table table td {
    padding: 0.8em; }
  .wp-block-search .wp-block-search__input,
  .theme_form_field_text,
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  select,
  textarea,
  textarea.wp-editor-area,
  .sc_igenerator_form_field_prompt input[type="text"],
  .sc_tgenerator_form_field_prompt input[type="text"],
  .sc_vgenerator_form_field_prompt input[type="text"],
  .sc_agenerator_form_field_prompt input[type="text"],
  .sc_mgenerator_form_field_prompt input[type="text"],
  .sc_chat_form_field_prompt input[type="text"],
  .sc_tgenerator_text {
    padding: 0.8em 1.4em; }
  input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, textarea.wp-editor-area, .select_container, select, .select_container select {
    font-size: 14px; }
  /* Body sizes */
  .content_wrap,
  .content_container {
    width: var(--theme-var-sm_content) !important; }
  .menu_side_present .content_wrap,
  .menu_side_present .content_container {
    width: var(--theme-var-sm_content) !important; }
  .menu_side_present .menu_side_wrap {
    width: var(--theme-var-sm_menu_side) !important; }
  body.mobile_layout.menu_side_left .menu_side_wrap {
    left: calc( -1 * var(--theme-var-sm_menu_side)); }
  body.mobile_layout.menu_side_right .menu_side_wrap {
    right: calc( -1 * var(--theme-var-sm_menu_side)); }
  .menu_side_left .sc_layouts_row_fixed_on {
    margin-left: 0 !important; }
  .menu_side_right .sc_layouts_row_fixed_on {
    margin-right: 0 !important; }
  body.menu_side_left {
    margin-left: 0 !important; }
  body.menu_side_right {
    margin-right: 0 !important; }
  /* Content and Sidebar */
  body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*="content_wrap"] > .content {
    margin-bottom: 0; }
  [class*="content_wrap"] > .sidebar {
    margin-top: 50px; }
  .sidebar_small_screen_above .content_wrap > .sidebar {
    margin-bottom: 3em; }
  .sidebar_small_screen_float.sidebar_show .sidebar {
    width: 300px !important; }
  .widgets_above_page_wrap, .widgets_above_content_wrap {
    margin-bottom: 3em; }
  .widgets_below_page_wrap, .widgets_below_content_wrap {
    margin-top: 3em; }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: var(--theme-var-sm_paddings_fullwide);
    padding-right: var(--theme-var-sm_paddings_fullwide); }
  /* Sidemenu and sidebar together */
  .menu_side_left.sidebar_left.sidebar_small_screen_float .sidebar_control,
  .menu_side_right.sidebar_right.sidebar_small_screen_float .sidebar_control {
    margin-top: 3.3em; }
  /* Grid */
  .container, .container-fluid,
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: calc( var(--theme-var-sm_grid_gap) / 2);
    padding-right: calc( var(--theme-var-sm_grid_gap) / 2); }
  .row,
  .columns_wrap,
  .trx_addons_columns_wrap {
    margin-right: calc( -1 * var(--theme-var-sm_grid_gap)); }
  .row > [class*="column-"],
  .columns_wrap > [class*="column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"] {
    padding-right: var(--theme-var-sm_grid_gap); }
  .vc_row.columns_padding_left,
  .trx_addons_columns_wrap.columns_padding_left,
  .row.columns_padding_left,
  .columns_wrap.columns_padding_left {
    margin-left: calc( -1 * var(--theme-var-sm_grid_gap)); }
  .vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left,
  .row.columns_padding_left > [class*="column-"], .columns_wrap.columns_padding_left > [class*="column-"],
  .row > [class*="column-"].columns_padding_left, .columns_wrap > [class*="column-"].columns_padding_left {
    padding-left: var(--theme-var-sm_grid_gap); }
  .vc_row.columns_padding_right,
  .trx_addons_columns_wrap.columns_padding_right,
  .row.columns_padding_right,
  .columns_wrap.columns_padding_right {
    margin-right: calc( -1 * var(--theme-var-sm_grid_gap)); }
  .vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right,
  .row.columns_padding_right > [class*="column-"], .columns_wrap.columns_padding_right > [class*="column-"],
  .row > [class*="column-"].columns_padding_right, .columns_wrap > [class*="column-"].columns_padding_right {
    padding-right: var(--theme-var-sm_grid_gap); }
  .vc_row,
  .trx_addons_columns_wrap.columns_padding_center,
  .row.columns_padding_center,
  .columns_wrap.columns_padding_center {
    margin-left: calc( -1 * var(--theme-var-sm_grid_gap) / 2);
    margin-right: calc( -1 * var(--theme-var-sm_grid_gap) / 2); }
  .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center,
  .row.columns_padding_center > [class*="column-"], .columns_wrap.columns_padding_center > [class*="column-"],
  .row > [class*="column-"].columns_padding_center, .columns_wrap > [class*="column-"].columns_padding_center {
    padding-left: calc( var(--theme-var-sm_grid_gap) / 2);
    padding-right: calc( var(--theme-var-sm_grid_gap) / 2); }
  .row.columns_padding_bottom > [class*="column-"], .columns_wrap.columns_padding_bottom > [class*="column-"],
  .row > [class*="column-"].columns_padding_bottom, .columns_wrap > [class*="column-"].columns_padding_bottom,
  .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
    padding-bottom: var(--theme-var-sm_grid_gap); }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"], .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"],
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"] {
    padding-bottom: var(--theme-var-sm_grid_gap); }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"]:last-child, .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"]:last-child,
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"]:last-child {
    padding-bottom: 0; }
  .row:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
  .columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
  .row:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+4),
  .columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+4),
  .trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="trx_addons_column-"]:nth-child(2n+3),
  .trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="trx_addons_column-"]:nth-child(2n+4) {
    padding-top: var(--theme-var-sm_grid_gap); }
  /* Max column's width in the row */
  .row:not(.columns_fluid) > [class*="column-"],
  .columns_wrap:not(.columns_fluid) > [class*="column-"],
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"] {
    width: calc( 100% / var(--theme-var-sm_grid_max_columns)); }
  .row:not(.columns_fluid) > .column-1_1, .row:not(.columns_fluid) > .column-2_2, .row:not(.columns_fluid) > .column-3_3, .row:not(.columns_fluid) > .column-4_4,
  .row:not(.columns_fluid) > .column-5_5, .row:not(.columns_fluid) > .column-6_6, .row:not(.columns_fluid) > .column-7_7, .row:not(.columns_fluid) > .column-8_8,
  .row:not(.columns_fluid) > .column-9_9, .row:not(.columns_fluid) > .column-10_10,
  .row:not(.columns_fluid) > .column-11_11, .row:not(.columns_fluid) > .column-12_12,
  .columns_wrap:not(.columns_fluid) > .column-1_1, .columns_wrap:not(.columns_fluid) > .column-2_2, .columns_wrap:not(.columns_fluid) > .column-3_3,
  .columns_wrap:not(.columns_fluid) > .column-4_4, .columns_wrap:not(.columns_fluid) > .column-5_5, .columns_wrap:not(.columns_fluid) > .column-6_6,
  .columns_wrap:not(.columns_fluid) > .column-7_7, .columns_wrap:not(.columns_fluid) > .column-8_8, .columns_wrap:not(.columns_fluid) > .column-9_9,
  .columns_wrap:not(.columns_fluid) > .column-10_10, .columns_wrap:not(.columns_fluid) > .column-11_11, .columns_wrap:not(.columns_fluid) > .column-12_12,
  .row:not(.columns_fluid) > .column-2_3, .columns_wrap:not(.columns_fluid) > .column-2_3,
  .row:not(.columns_fluid) > .column-1_3.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_3.after_span_2,
  .row:not(.columns_fluid) > .column-2_4, .columns_wrap:not(.columns_fluid) > .column-3_4,
  .row:not(.columns_fluid) > .column-1_4.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_4.after_span_3,
  .row:not(.columns_fluid) > .column-2_5, .columns_wrap:not(.columns_fluid) > .column-2_5,
  .row:not(.columns_fluid) > .column-3_5, .columns_wrap:not(.columns_fluid) > .column-3_5,
  .row:not(.columns_fluid) > .column-4_5, .columns_wrap:not(.columns_fluid) > .column-4_5,
  .row:not(.columns_fluid) > .column-2_6, .columns_wrap:not(.columns_fluid) > .column-2_6,
  .row:not(.columns_fluid) > .column-3_6, .columns_wrap:not(.columns_fluid) > .column-3_6,
  .row:not(.columns_fluid) > .column-4_6, .columns_wrap:not(.columns_fluid) > .column-4_6,
  .row:not(.columns_fluid) > .column-5_6, .columns_wrap:not(.columns_fluid) > .column-5_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3.after_span_2,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4.after_span_3,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6 {
    width: 100%; }
  .wpcf7-form .columns_wrap:not(.columns_fluid) > [class*="column-"] {
    width: 100%; }
  /* Columns, push, pull and offset sizes */
  .row:not(.columns_fluid) > .column-1-tablet, .columns_wrap:not(.columns_fluid) > .column-1-tablet,
  .row:not(.columns_fluid) > .column-1_1-tablet, .columns_wrap:not(.columns_fluid) > .column-1_1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-1_2-tablet, .columns_wrap:not(.columns_fluid) > .column-1_2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_2-tablet {
    width: 50%; }
  .row:not(.columns_fluid) > .column-1_3-tablet, .columns_wrap:not(.columns_fluid) > .column-1_3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3-tablet {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-1_4-tablet, .columns_wrap:not(.columns_fluid) > .column-1_4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4-tablet {
    width: 25%; }
  .row:not(.columns_fluid) > .column-1_5-tablet, .columns_wrap:not(.columns_fluid) > .column-1_5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_5-tablet {
    width: 20%; }
  .row:not(.columns_fluid) > .column-1_6-tablet, .columns_wrap:not(.columns_fluid) > .column-1_6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_6-tablet {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-1_7-tablet, .columns_wrap:not(.columns_fluid) > .column-1_7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_7-tablet {
    width: 14.28571%; }
  .row:not(.columns_fluid) > .column-1_8-tablet, .columns_wrap:not(.columns_fluid) > .column-1_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_8-tablet {
    width: 12.5%; }
  .row:not(.columns_fluid) > .column-1_9-tablet, .columns_wrap:not(.columns_fluid) > .column-1_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_9-tablet {
    width: 11.11111%; }
  .row:not(.columns_fluid) > .column-1_10-tablet, .columns_wrap:not(.columns_fluid) > .column-1_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_10-tablet {
    width: 10%; }
  .row:not(.columns_fluid) > .column-1_11-tablet, .columns_wrap:not(.columns_fluid) > .column-1_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_11-tablet {
    width: 9.09091%; }
  .row:not(.columns_fluid) > .column-1_12-tablet, .columns_wrap:not(.columns_fluid) > .column-1_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_12-tablet {
    width: 8.33333%; }
  .row:not(.columns_fluid) > .column-2_2-tablet, .columns_wrap:not(.columns_fluid) > .column-2_2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-2_3-tablet, .columns_wrap:not(.columns_fluid) > .column-2_3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3-tablet {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-2_4-tablet, .columns_wrap:not(.columns_fluid) > .column-2_4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_4-tablet {
    width: 50%; }
  .row:not(.columns_fluid) > .column-2_5-tablet, .columns_wrap:not(.columns_fluid) > .column-2_5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5-tablet {
    width: 40%; }
  .row:not(.columns_fluid) > .column-2_6-tablet, .columns_wrap:not(.columns_fluid) > .column-2_6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6-tablet {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-2_7-tablet, .columns_wrap:not(.columns_fluid) > .column-2_7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_7-tablet {
    width: 28.57143%; }
  .row:not(.columns_fluid) > .column-2_8-tablet, .columns_wrap:not(.columns_fluid) > .column-2_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_8-tablet {
    width: 25%; }
  .row:not(.columns_fluid) > .column-2_9-tablet, .columns_wrap:not(.columns_fluid) > .column-2_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_9-tablet {
    width: 22.22222%; }
  .row:not(.columns_fluid) > .column-2_10-tablet, .columns_wrap:not(.columns_fluid) > .column-2_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_10-tablet {
    width: 20%; }
  .row:not(.columns_fluid) > .column-2_11-tablet, .columns_wrap:not(.columns_fluid) > .column-2_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_11-tablet {
    width: 18.18182%; }
  .row:not(.columns_fluid) > .column-2_12-tablet, .columns_wrap:not(.columns_fluid) > .column-2_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_12-tablet {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-3_3-tablet, .columns_wrap:not(.columns_fluid) > .column-3_3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-3_4-tablet, .columns_wrap:not(.columns_fluid) > .column-3_4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4-tablet {
    width: 75%; }
  .row:not(.columns_fluid) > .column-3_5-tablet, .columns_wrap:not(.columns_fluid) > .column-3_5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5-tablet {
    width: 60%; }
  .row:not(.columns_fluid) > .column-3_6-tablet, .columns_wrap:not(.columns_fluid) > .column-3_6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6-tablet {
    width: 50%; }
  .row:not(.columns_fluid) > .column-3_7-tablet, .columns_wrap:not(.columns_fluid) > .column-3_7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_7-tablet {
    width: 42.85714%; }
  .row:not(.columns_fluid) > .column-3_8-tablet, .columns_wrap:not(.columns_fluid) > .column-3_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_8-tablet {
    width: 37.5%; }
  .row:not(.columns_fluid) > .column-3_9-tablet, .columns_wrap:not(.columns_fluid) > .column-3_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_9-tablet {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-3_10-tablet, .columns_wrap:not(.columns_fluid) > .column-3_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_10-tablet {
    width: 30%; }
  .row:not(.columns_fluid) > .column-3_11-tablet, .columns_wrap:not(.columns_fluid) > .column-3_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_11-tablet {
    width: 27.27273%; }
  .row:not(.columns_fluid) > .column-3_12-tablet, .columns_wrap:not(.columns_fluid) > .column-3_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_12-tablet {
    width: 25%; }
  .row:not(.columns_fluid) > .column-4_4-tablet, .columns_wrap:not(.columns_fluid) > .column-4_4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-4_5-tablet, .columns_wrap:not(.columns_fluid) > .column-4_5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5-tablet {
    width: 80%; }
  .row:not(.columns_fluid) > .column-4_6-tablet, .columns_wrap:not(.columns_fluid) > .column-4_6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6-tablet {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-4_7-tablet, .columns_wrap:not(.columns_fluid) > .column-4_7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_7-tablet {
    width: 57.14286%; }
  .row:not(.columns_fluid) > .column-4_8-tablet, .columns_wrap:not(.columns_fluid) > .column-4_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_8-tablet {
    width: 50%; }
  .row:not(.columns_fluid) > .column-4_9-tablet, .columns_wrap:not(.columns_fluid) > .column-4_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_9-tablet {
    width: 44.44444%; }
  .row:not(.columns_fluid) > .column-4_10-tablet, .columns_wrap:not(.columns_fluid) > .column-4_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_10-tablet {
    width: 40%; }
  .row:not(.columns_fluid) > .column-4_11-tablet, .columns_wrap:not(.columns_fluid) > .column-4_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_11-tablet {
    width: 36.36364%; }
  .row:not(.columns_fluid) > .column-4_12-tablet, .columns_wrap:not(.columns_fluid) > .column-4_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_12-tablet {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-5_5-tablet, .columns_wrap:not(.columns_fluid) > .column-5_5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-5_6-tablet, .columns_wrap:not(.columns_fluid) > .column-5_6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6-tablet {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-5_7-tablet, .columns_wrap:not(.columns_fluid) > .column-5_7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_7-tablet {
    width: 71.42857%; }
  .row:not(.columns_fluid) > .column-5_8-tablet, .columns_wrap:not(.columns_fluid) > .column-5_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_8-tablet {
    width: 62.5%; }
  .row:not(.columns_fluid) > .column-5_9-tablet, .columns_wrap:not(.columns_fluid) > .column-5_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_9-tablet {
    width: 55.55556%; }
  .row:not(.columns_fluid) > .column-5_10-tablet, .columns_wrap:not(.columns_fluid) > .column-5_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_10-tablet {
    width: 50%; }
  .row:not(.columns_fluid) > .column-5_11-tablet, .columns_wrap:not(.columns_fluid) > .column-5_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_11-tablet {
    width: 45.45455%; }
  .row:not(.columns_fluid) > .column-5_12-tablet, .columns_wrap:not(.columns_fluid) > .column-5_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_12-tablet {
    width: 41.66667%; }
  .row:not(.columns_fluid) > .column-6_6-tablet, .columns_wrap:not(.columns_fluid) > .column-6_6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-6_7-tablet, .columns_wrap:not(.columns_fluid) > .column-6_7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_7-tablet {
    width: 85.71429%; }
  .row:not(.columns_fluid) > .column-6_8-tablet, .columns_wrap:not(.columns_fluid) > .column-6_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_8-tablet {
    width: 75%; }
  .row:not(.columns_fluid) > .column-6_9-tablet, .columns_wrap:not(.columns_fluid) > .column-6_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_9-tablet {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-6_10-tablet, .columns_wrap:not(.columns_fluid) > .column-6_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_10-tablet {
    width: 60%; }
  .row:not(.columns_fluid) > .column-6_11-tablet, .columns_wrap:not(.columns_fluid) > .column-6_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_11-tablet {
    width: 54.54545%; }
  .row:not(.columns_fluid) > .column-6_12-tablet, .columns_wrap:not(.columns_fluid) > .column-6_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_12-tablet {
    width: 50%; }
  .row:not(.columns_fluid) > .column-7_7-tablet, .columns_wrap:not(.columns_fluid) > .column-7_7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-7_8-tablet, .columns_wrap:not(.columns_fluid) > .column-7_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_8-tablet {
    width: 87.5%; }
  .row:not(.columns_fluid) > .column-7_9-tablet, .columns_wrap:not(.columns_fluid) > .column-7_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_9-tablet {
    width: 77.77778%; }
  .row:not(.columns_fluid) > .column-7_10-tablet, .columns_wrap:not(.columns_fluid) > .column-7_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_10-tablet {
    width: 70%; }
  .row:not(.columns_fluid) > .column-7_11-tablet, .columns_wrap:not(.columns_fluid) > .column-7_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_11-tablet {
    width: 63.63636%; }
  .row:not(.columns_fluid) > .column-7_12-tablet, .columns_wrap:not(.columns_fluid) > .column-7_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_12-tablet {
    width: 58.33333%; }
  .row:not(.columns_fluid) > .column-8_8-tablet, .columns_wrap:not(.columns_fluid) > .column-8_8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-8_9-tablet, .columns_wrap:not(.columns_fluid) > .column-8_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_9-tablet {
    width: 88.88889%; }
  .row:not(.columns_fluid) > .column-8_10-tablet, .columns_wrap:not(.columns_fluid) > .column-8_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_10-tablet {
    width: 80%; }
  .row:not(.columns_fluid) > .column-8_11-tablet, .columns_wrap:not(.columns_fluid) > .column-8_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_11-tablet {
    width: 72.72727%; }
  .row:not(.columns_fluid) > .column-8_12-tablet, .columns_wrap:not(.columns_fluid) > .column-8_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_12-tablet {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-9_9-tablet, .columns_wrap:not(.columns_fluid) > .column-9_9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-9_10-tablet, .columns_wrap:not(.columns_fluid) > .column-9_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_10-tablet {
    width: 90%; }
  .row:not(.columns_fluid) > .column-9_11-tablet, .columns_wrap:not(.columns_fluid) > .column-9_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_11-tablet {
    width: 81.81818%; }
  .row:not(.columns_fluid) > .column-9_12-tablet, .columns_wrap:not(.columns_fluid) > .column-9_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_12-tablet {
    width: 75%; }
  .row:not(.columns_fluid) > .column-10_10-tablet, .columns_wrap:not(.columns_fluid) > .column-10_10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-10_11-tablet, .columns_wrap:not(.columns_fluid) > .column-10_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_11-tablet {
    width: 90.90909%; }
  .row:not(.columns_fluid) > .column-10_12-tablet, .columns_wrap:not(.columns_fluid) > .column-10_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_12-tablet {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-11_11-tablet, .columns_wrap:not(.columns_fluid) > .column-11_11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11-tablet {
    width: 100%; }
  .row:not(.columns_fluid) > .column-11_12-tablet, .columns_wrap:not(.columns_fluid) > .column-11_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_12-tablet {
    width: 91.66667%; }
  .row:not(.columns_fluid) > .column-12_12-tablet, .columns_wrap:not(.columns_fluid) > .column-12_12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12-tablet,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12-tablet {
    width: 100%; }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-tablet"], .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-tablet"],
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"][class*="-tablet"] {
    padding-bottom: var(--theme-var-sm_grid_gap); }
  .row:not(.columns_fluid) > .column-1-mobile, .columns_wrap:not(.columns_fluid) > .column-1-mobile,
  .row:not(.columns_fluid) > .column-1_1-mobile, .columns_wrap:not(.columns_fluid) > .column-1_1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-1_2-mobile, .columns_wrap:not(.columns_fluid) > .column-1_2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_2-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-1_3-mobile, .columns_wrap:not(.columns_fluid) > .column-1_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-1_4-mobile, .columns_wrap:not(.columns_fluid) > .column-1_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-1_5-mobile, .columns_wrap:not(.columns_fluid) > .column-1_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_5-mobile {
    width: 20%; }
  .row:not(.columns_fluid) > .column-1_6-mobile, .columns_wrap:not(.columns_fluid) > .column-1_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_6-mobile {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-1_7-mobile, .columns_wrap:not(.columns_fluid) > .column-1_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_7-mobile {
    width: 14.28571%; }
  .row:not(.columns_fluid) > .column-1_8-mobile, .columns_wrap:not(.columns_fluid) > .column-1_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_8-mobile {
    width: 12.5%; }
  .row:not(.columns_fluid) > .column-1_9-mobile, .columns_wrap:not(.columns_fluid) > .column-1_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_9-mobile {
    width: 11.11111%; }
  .row:not(.columns_fluid) > .column-1_10-mobile, .columns_wrap:not(.columns_fluid) > .column-1_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_10-mobile {
    width: 10%; }
  .row:not(.columns_fluid) > .column-1_11-mobile, .columns_wrap:not(.columns_fluid) > .column-1_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_11-mobile {
    width: 9.09091%; }
  .row:not(.columns_fluid) > .column-1_12-mobile, .columns_wrap:not(.columns_fluid) > .column-1_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_12-mobile {
    width: 8.33333%; }
  .row:not(.columns_fluid) > .column-2_2-mobile, .columns_wrap:not(.columns_fluid) > .column-2_2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-2_3-mobile, .columns_wrap:not(.columns_fluid) > .column-2_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-2_4-mobile, .columns_wrap:not(.columns_fluid) > .column-2_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_4-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-2_5-mobile, .columns_wrap:not(.columns_fluid) > .column-2_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5-mobile {
    width: 40%; }
  .row:not(.columns_fluid) > .column-2_6-mobile, .columns_wrap:not(.columns_fluid) > .column-2_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-2_7-mobile, .columns_wrap:not(.columns_fluid) > .column-2_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_7-mobile {
    width: 28.57143%; }
  .row:not(.columns_fluid) > .column-2_8-mobile, .columns_wrap:not(.columns_fluid) > .column-2_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_8-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-2_9-mobile, .columns_wrap:not(.columns_fluid) > .column-2_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_9-mobile {
    width: 22.22222%; }
  .row:not(.columns_fluid) > .column-2_10-mobile, .columns_wrap:not(.columns_fluid) > .column-2_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_10-mobile {
    width: 20%; }
  .row:not(.columns_fluid) > .column-2_11-mobile, .columns_wrap:not(.columns_fluid) > .column-2_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_11-mobile {
    width: 18.18182%; }
  .row:not(.columns_fluid) > .column-2_12-mobile, .columns_wrap:not(.columns_fluid) > .column-2_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_12-mobile {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-3_3-mobile, .columns_wrap:not(.columns_fluid) > .column-3_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-3_4-mobile, .columns_wrap:not(.columns_fluid) > .column-3_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-3_5-mobile, .columns_wrap:not(.columns_fluid) > .column-3_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5-mobile {
    width: 60%; }
  .row:not(.columns_fluid) > .column-3_6-mobile, .columns_wrap:not(.columns_fluid) > .column-3_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-3_7-mobile, .columns_wrap:not(.columns_fluid) > .column-3_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_7-mobile {
    width: 42.85714%; }
  .row:not(.columns_fluid) > .column-3_8-mobile, .columns_wrap:not(.columns_fluid) > .column-3_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_8-mobile {
    width: 37.5%; }
  .row:not(.columns_fluid) > .column-3_9-mobile, .columns_wrap:not(.columns_fluid) > .column-3_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_9-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-3_10-mobile, .columns_wrap:not(.columns_fluid) > .column-3_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_10-mobile {
    width: 30%; }
  .row:not(.columns_fluid) > .column-3_11-mobile, .columns_wrap:not(.columns_fluid) > .column-3_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_11-mobile {
    width: 27.27273%; }
  .row:not(.columns_fluid) > .column-3_12-mobile, .columns_wrap:not(.columns_fluid) > .column-3_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_12-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-4_4-mobile, .columns_wrap:not(.columns_fluid) > .column-4_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-4_5-mobile, .columns_wrap:not(.columns_fluid) > .column-4_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5-mobile {
    width: 80%; }
  .row:not(.columns_fluid) > .column-4_6-mobile, .columns_wrap:not(.columns_fluid) > .column-4_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-4_7-mobile, .columns_wrap:not(.columns_fluid) > .column-4_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_7-mobile {
    width: 57.14286%; }
  .row:not(.columns_fluid) > .column-4_8-mobile, .columns_wrap:not(.columns_fluid) > .column-4_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_8-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-4_9-mobile, .columns_wrap:not(.columns_fluid) > .column-4_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_9-mobile {
    width: 44.44444%; }
  .row:not(.columns_fluid) > .column-4_10-mobile, .columns_wrap:not(.columns_fluid) > .column-4_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_10-mobile {
    width: 40%; }
  .row:not(.columns_fluid) > .column-4_11-mobile, .columns_wrap:not(.columns_fluid) > .column-4_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_11-mobile {
    width: 36.36364%; }
  .row:not(.columns_fluid) > .column-4_12-mobile, .columns_wrap:not(.columns_fluid) > .column-4_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_12-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-5_5-mobile, .columns_wrap:not(.columns_fluid) > .column-5_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-5_6-mobile, .columns_wrap:not(.columns_fluid) > .column-5_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6-mobile {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-5_7-mobile, .columns_wrap:not(.columns_fluid) > .column-5_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_7-mobile {
    width: 71.42857%; }
  .row:not(.columns_fluid) > .column-5_8-mobile, .columns_wrap:not(.columns_fluid) > .column-5_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_8-mobile {
    width: 62.5%; }
  .row:not(.columns_fluid) > .column-5_9-mobile, .columns_wrap:not(.columns_fluid) > .column-5_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_9-mobile {
    width: 55.55556%; }
  .row:not(.columns_fluid) > .column-5_10-mobile, .columns_wrap:not(.columns_fluid) > .column-5_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_10-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-5_11-mobile, .columns_wrap:not(.columns_fluid) > .column-5_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_11-mobile {
    width: 45.45455%; }
  .row:not(.columns_fluid) > .column-5_12-mobile, .columns_wrap:not(.columns_fluid) > .column-5_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_12-mobile {
    width: 41.66667%; }
  .row:not(.columns_fluid) > .column-6_6-mobile, .columns_wrap:not(.columns_fluid) > .column-6_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-6_7-mobile, .columns_wrap:not(.columns_fluid) > .column-6_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_7-mobile {
    width: 85.71429%; }
  .row:not(.columns_fluid) > .column-6_8-mobile, .columns_wrap:not(.columns_fluid) > .column-6_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_8-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-6_9-mobile, .columns_wrap:not(.columns_fluid) > .column-6_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_9-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-6_10-mobile, .columns_wrap:not(.columns_fluid) > .column-6_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_10-mobile {
    width: 60%; }
  .row:not(.columns_fluid) > .column-6_11-mobile, .columns_wrap:not(.columns_fluid) > .column-6_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_11-mobile {
    width: 54.54545%; }
  .row:not(.columns_fluid) > .column-6_12-mobile, .columns_wrap:not(.columns_fluid) > .column-6_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_12-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-7_7-mobile, .columns_wrap:not(.columns_fluid) > .column-7_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-7_8-mobile, .columns_wrap:not(.columns_fluid) > .column-7_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_8-mobile {
    width: 87.5%; }
  .row:not(.columns_fluid) > .column-7_9-mobile, .columns_wrap:not(.columns_fluid) > .column-7_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_9-mobile {
    width: 77.77778%; }
  .row:not(.columns_fluid) > .column-7_10-mobile, .columns_wrap:not(.columns_fluid) > .column-7_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_10-mobile {
    width: 70%; }
  .row:not(.columns_fluid) > .column-7_11-mobile, .columns_wrap:not(.columns_fluid) > .column-7_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_11-mobile {
    width: 63.63636%; }
  .row:not(.columns_fluid) > .column-7_12-mobile, .columns_wrap:not(.columns_fluid) > .column-7_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_12-mobile {
    width: 58.33333%; }
  .row:not(.columns_fluid) > .column-8_8-mobile, .columns_wrap:not(.columns_fluid) > .column-8_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-8_9-mobile, .columns_wrap:not(.columns_fluid) > .column-8_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_9-mobile {
    width: 88.88889%; }
  .row:not(.columns_fluid) > .column-8_10-mobile, .columns_wrap:not(.columns_fluid) > .column-8_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_10-mobile {
    width: 80%; }
  .row:not(.columns_fluid) > .column-8_11-mobile, .columns_wrap:not(.columns_fluid) > .column-8_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_11-mobile {
    width: 72.72727%; }
  .row:not(.columns_fluid) > .column-8_12-mobile, .columns_wrap:not(.columns_fluid) > .column-8_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_12-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-9_9-mobile, .columns_wrap:not(.columns_fluid) > .column-9_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-9_10-mobile, .columns_wrap:not(.columns_fluid) > .column-9_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_10-mobile {
    width: 90%; }
  .row:not(.columns_fluid) > .column-9_11-mobile, .columns_wrap:not(.columns_fluid) > .column-9_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_11-mobile {
    width: 81.81818%; }
  .row:not(.columns_fluid) > .column-9_12-mobile, .columns_wrap:not(.columns_fluid) > .column-9_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_12-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-10_10-mobile, .columns_wrap:not(.columns_fluid) > .column-10_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-10_11-mobile, .columns_wrap:not(.columns_fluid) > .column-10_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_11-mobile {
    width: 90.90909%; }
  .row:not(.columns_fluid) > .column-10_12-mobile, .columns_wrap:not(.columns_fluid) > .column-10_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_12-mobile {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-11_11-mobile, .columns_wrap:not(.columns_fluid) > .column-11_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-11_12-mobile, .columns_wrap:not(.columns_fluid) > .column-11_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_12-mobile {
    width: 91.66667%; }
  .row:not(.columns_fluid) > .column-12_12-mobile, .columns_wrap:not(.columns_fluid) > .column-12_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12-mobile {
    width: 100%; }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-mobile"], .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-mobile"],
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"][class*="-mobile"] {
    padding-bottom: var(--theme-var-sm_grid_gap); }
  /* WP Gallery Grid */
  .gallery.gallery-columns-9 .gallery-item {
    width: 33.3333% !important; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 33.3333% !important; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 33.3333% !important; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.3333% !important; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 33.3333% !important; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 33.3333% !important; }
  img.alignleft, img.alignright,
  figure.alignleft, figure.alignright {
    float: none !important;
    display: block !important;
    margin: 1em 0 !important; }
  .wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  /* Vertical menus */
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
    display: block; }
  /* Header */
  .menu_side_icons .toc_menu_item .toc_menu_icon:before {
    font-size: 1.5em; }
  .menu_side_icons .toc_menu_item .toc_menu_description span {
    letter-spacing: 1px;
    padding: 0 1.5em; }
  .page_content_wrap {
    padding-top: 50px;
    padding-bottom: 50px; }
  .thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
    height: 25rem; }
  /* Search */
  .search_style_fullscreen.search_opened .search_form {
    width: 75%; }
  .search_style_fullscreen.search_opened .search_submit,
  .search_style_fullscreen.search_opened .search_field,
  .search_style_fullscreen.search_opened .search_close {
    font-size: 1.5em !important;
    height: 2.5em;
    line-height: 2.5em; }
  .search_style_fullscreen.search_opened .search_field {
    padding-right: 1.25em !important; }
  .search_style_fullscreen.search_opened .search_close {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* Slider */
  .top_panel .slider_engine_revo .slide_subtitle {
    font-size: 14px !important; }
  .top_panel .slider_engine_revo .slide_button {
    font-size: 11px !important; }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: var(--theme-var-sm_grid_gap); }
  /* Tabs */
  .yokoo_tabs .yokoo_tabs_titles {
    margin: 0 0 2em; }
  /* Core blocks */
  .sidebar_hide.narrow_content .alignleft,
  .sidebar_hide.narrow_content .alignright {
    max-width: none;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .sidebar_hide.normal_content .alignleft,
  .sidebar_hide.normal_content .alignright {
    float: none !important; }
  .sidebar_hide.normal_content .alignleft,
  .sidebar_hide.normal_content .post_info_vertical_present .alignleft,
  .sidebar_hide.normal_content .alignright {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  body.sidebar_hide.narrow_content .alignwide,
  body.sidebar_hide.normal_content .alignwide,
  .sidebar_hide.normal_content .post_info_vertical_present .alignwide {
    left: 0;
    width: 100%; }
  /* Core columns in the frontend */
  .wp-block-columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .wp-block-columns[class*="has-"] .wp-block-column {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .wp-block-column:not(:first-child) {
    margin-left: 0; }
  .wp-block-column:not(:last-child) {
    margin-right: 0; }
  /* Kadence columns in the frontend */
  .kt-gutter-default > .wp-block-kadence-column {
    margin-right: 0; }
  /* CoBlocks columns in the frontend */
  .wp-block-coblocks-row__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .wp-block-coblocks-row__inner > [class*="wp-block-coblocks-"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; }
  /* Post layouts */
  .posts_container .full_post_content {
    margin-top: 4em;
    padding-top: 4em; }
  .posts_container .full_post_content:not(:last-child) {
    margin-bottom: 4em;
    padding-bottom: 4em; }
  .post_item_404 .page_title {
    font-size: 12em;
    line-height: 1em;
    float: none;
    width: 100%;
    text-align: center; }
  .post_item_none_search .page_title,
  .post_item_none_archive .page_title {
    font-size: 6em; }
  .post_item_404 .page_info {
    padding-left: 0;
    padding-top: 1em;
    width: 100%;
    text-align: center; }
  .post_item_404 .page_description {
    line-height: 1.6em; }
  .post_item_none_search .search_wrap .search_field, .post_item_none_archive .search_wrap .search_field {
    padding: 0.8em 4em 0.8em 1.5em !important; }
  /* Single post */
  .sidebar_hide.narrow_content .post_item_single.post_type_post {
    width: 100%; }
  .blog_mode_post blockquote, .blog_mode_page blockquote {
    margin-left: 0; }
  .post_item_single .post_content > .post_meta_single .post_tags,
  .post_item_single .post_content > .post_meta_single .post_share {
    max-width: none;
    float: none;
    margin-top: 0; }
  .post_item_single .post_content > .post_meta_single .post_share {
    margin-top: 2em; }
  .comments_wrap .form-submit {
    margin-top: 2em; }
  .related_wrap .related_item_style_1 .post_title {
    letter-spacing: 0;
    margin: 0; }
  /* Single post author */
  .author_info .author_avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 20px;
    left: 20px; }
  .author_info {
    padding: 20px;
    margin-top: 35px; }
  .author_info .author_description {
    padding-left: 80px; }
  .author_info .author_title {
    margin: -2px 0 8px; }
  .author_info .author_bio .author_links {
    margin-top: 0.5em; }
  .author_info .author_bio .author_links .author_link {
    font-size: 15px;
    line-height: 18px; }
  /* Single post: load prev/next post */
  .previous_post_content {
    margin-top: 4em;
    padding-top: 4em; }
  .between_posts_banner_wrap {
    margin-bottom: 4em; }
  /* Single post navigation */
  .nav-links-single.nav-links-with-thumbs .nav-links .nav-next a,
  .nav-links-single.nav-links-with-thumbs .nav-links .nav-previous a {
    padding: 0; }
  .nav-links-single.nav-links-with-thumbs .nav-links a .nav-arrow {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    margin-bottom: 0.1em; }
  .nav-links-single .nav-links .nav-arrow-label {
    font-size: 15px;
    line-height: 18px;
    position: relative;
    margin: 3px 0; }
  .nav-links-single .nav-links .post-title {
    font-size: 15px;
    line-height: 20px; }
  .post_meta_single + .nav-links-single {
    padding-top: 35px; }
  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: var(--theme-var-sm_menu_side); }
  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: var(--theme-var-sm_menu_side); }
  /* Other minor plugins */
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    max-width: 100%;
    max-height: 100%; }
  .mfp-arrow-left {
    margin-top: -41px; }
  .post-password-form label {
    display: inline-block;
    width: 100%; }
  .post-password-form input[type="password"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    margin-top: 8px; }
  .post-password-form input[type="submit"] {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    height: 50px;
    line-height: 50px; }
  /* Buttons */
  form button:not(.components-button),
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .theme_button,
  .post_item .more-link,
  .yokoo_tabs .yokoo_tabs_titles li a,
  #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,
  .edd_download_purchase_form .button,
  #edd-purchase-button,
  .edd-submit.button,
  .widget_edd_cart_widget .edd_checkout a,
  button.write-a-review,
  .learnpress-page .lp-button,
  .learnpress-page .wishlist-button,
  form.mc4wp-form .mc4wp-form-fields input[type="submit"],
  .sc_button,
  .sc_layouts_row .sc_button,
  .sc_form button,
  .sc_portfolio_preview_show .post_readmore,
  .sc_agenerator_form_field_generate .sc_agenerator_form_field_generate_button,
  .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button,
  .sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button,
  .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button,
  .sc_mgenerator_form_field_prompt .sc_mgenerator_form_field_prompt_button,
  .sc_vgenerator_form_field_prompt .sc_vgenerator_form_field_prompt_button,
  .tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],
  #tribe-bar-form .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,
  .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option,
  #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,
  .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 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 {
    padding: 0.8em 1.53em 0.9em;
    font-size: 15px;
    line-height: 18px; }
  .sc_button.sc_button_bordered, .wp-block-button.is-style-outline > .wp-block-button__link,
  form button:not(.components-button), input[type="button"], input[type="reset"], input[type="submit"], .theme_button, .post_item .more-link, .wp-block-button__link, .wp-block-file__button, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore {
    padding: 0.8em 1.53em 0.9em;
    font-size: 15px;
    line-height: 18px; }
  .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button, .sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button, .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button {
    font-size: 15px; }
  .sc_button.sc_button_size_small, .theme_button.theme_button_small {
    padding: 0.8em 1.4em; }
  .sc_button.sc_button_simple,
  .sc_button_simple {
    padding: 0 15px 0 0;
    font-size: 15px; }
  .sc_button.sc_button_simple:before, .sc_button.sc_button_simple:after {
    top: 2px; }
  .sc_button.sc_button_simple.sc_button_size_small {
    font-size: 15px;
    line-height: 18px; }
  .sc_button.sc_button_simple.sc_button_size_small:before,
  .sc_button.sc_button_simple.sc_button_size_small:after {
    top: 3px !important;
    font-size: 8px; }
  .wpcf7-acceptance label, .wpgdprc-checkbox label {
    font-size: 13px; }
  .trx_popup .trx_popup_container {
    width: 380px;
    height: 250px; }
  .trx_popup .trx_popup_container .trx_popup_title {
    font-size: 22px;
    margin-bottom: 20px; }
  .trx_popup .trx_popup_container .trx_popup_subtitle {
    margin-bottom: 10px; }
  .sc_layouts_row_type_compact .sc_layouts_cart_items_short {
    left: 25px;
    top: -2px; }
  .sc_layouts_row_type_compact .sc_layouts_menu_mobile_button .sc_layouts_item_icon {
    font-size: 21px; }
    .sc_layouts_row_type_compact .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
      position: relative;
      top: -1px; }
  .sc_layouts_row_type_compact .sc_layouts_cart_widget {
    top: 0;
    right: 0; }
  .menu_mobile_close {
    width: 4em;
    height: 4em;
    line-height: 4em; }
  .mobile_device .menu_mobile .menu_mobile_nav_area, .mobile_layout .menu_mobile .menu_mobile_nav_area {
    margin: 2.5em 0 0; }
  .menu_mobile .menu_mobile_nav_area > ul > li {
    margin-bottom: 2px;
    margin-top: 2px; }
  .menu_mobile .search_mobile .search_field {
    padding: 1em 3.5em 1em 1.6em !important; }
  .mobile_device .menu_mobile .search_mobile, .mobile_layout .menu_mobile .search_mobile {
    margin: 2em auto 0; }
  .mobile_device .menu_mobile .socials_mobile, .mobile_layout .menu_mobile .socials_mobile {
    margin: 0.8em 0 1.2em;
    font-size: 14px; }
  .blog_mode_post blockquote, .blog_mode_page blockquote {
    margin: 1.5em 0; }
  .wpcf7 .select_container, .wpcf7 textarea, .wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    margin-bottom: 15px; }
  .wpcf7 .wpcf7-submit {
    margin: 15px 0 0; }
  .wpcf7 textarea {
    margin-bottom: 6px !important; }
  .wpgdprc-checkbox label input[type="checkbox"]:before,
  .woocommerce-form__label-for-checkbox input[type="checkbox"].woocommerce-form__input:before,
  .sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type="radio"] + label:before,
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before,
  input[type="radio"] + .wpcf7-list-item-label:before,
  input[type="checkbox"] + .wpcf7-list-item-label:before,
  .wpcf7-list-item-label.wpcf7-list-item-right:before,
  .edd_price_options ul > li > label > input[type="radio"] + span:before,
  .edd_price_options ul > li > label > input[type="checkbox"] + span:before,
  .gdpr-terms-container input[type="checkbox"]:before,
  #gdpr_woo_consent_field label input[type="checkbox"]:before {
    top: 0; }
  .sc_socials_icons_names .socials_wrap .social_item .social_icon {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
    font-size: 15px;
    text-align: left; }
  .slider_container:not(.slider_multi):not(.slider_type_images), .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
    min-height: 150px; }
  .sc_slider_controls .slider_controls_wrap .slider_pagination_wrap {
    height: 1.8em; }
  .sc_widget_slider .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
    max-width: 100%; }
  .book-form-2 h4 {
    margin: 0 0 .5em; }
  .select_container:after {
    right: 2.5em; }
  .book-form-2 .wpcf7-submit {
    font-size: 15px;
    line-height: 18px;
    padding: 0.9em 1.6em; }
  div.wpcf7 .book-form-3 h4 {
    margin: 0 0 1em; }
  div.wpcf7 .book-form-3 .wpcf7-submit {
    font-size: 15px;
    line-height: 18px;
    padding: 0.9em 1.6em; }
  div.wpcf7 .book-form-3 .datefield-wrap .wpcf7-form-control-wrap:before {
    right: 24px; }
  footer .sc_layouts_row_type_compact .sc_layouts_item_details, .sc_layouts_row_type_normal .sc_layouts_item_details {
    display: inline-block; }
  footer .sc_layouts_row_type_compact .extra-icon .sc_layouts_item_icon + .sc_layouts_item_details {
    margin-left: 0.4em;
    font-weight: 700;
    font-size: 20px; }
  header .sc_layouts_row .sc_button {
    font-size: 15px;
    padding: 1.2em 2em; }
  div.wpcf7 .book-form .wpcf7-submit {
    margin: 20px auto 0; }
  .post_meta .post_meta_item:after, .post_meta .post_meta_item.post_edit:after, .post_meta .vc_inline-link:after {
    margin: 0 0.5em; }
  div.esg-filters, .woocommerce nav.woocommerce-pagination ul, .comments_pagination, .nav-links, .page_links {
    margin-top: 30px; }
  .wp-block-columns > .wp-block-column + .wp-block-column {
    margin-top: 15px; }
  .section_title {
    font-size: 25px;
    margin: 0 0 0.7em; }
  .related_wrap {
    margin-top: 40px;
    padding-top: 35px; }
  .comments_wrap .comments_field {
    margin-bottom: 17px; }
  .show_comments_single .show_comments_button {
    padding: 15px;
    font-size: 15px; }
  .show_comments_single {
    margin-top: 35px; }
  .comments_list_wrap {
    margin-top: 40px; }
  .comments_form_wrap {
    margin-top: 40px;
    padding-top: 35px; }
  .comments_wrap .comments_field textarea {
    min-height: 10em; }
  .comments_wrap .form-submit {
    margin-top: 1.2em; }
  .comments_wrap .comments_field textarea {
    margin-bottom: 0; }
  .comments_list_wrap .comment_body {
    padding: 20px 20px 20px 100px; }
  .comments_list_wrap .comment_author_avatar {
    top: 20px;
    left: 20px; }
  .comments_list_wrap .comment_info {
    margin-bottom: 0.5em; }
  .comments_list_wrap .comment_author {
    margin: 0 10px 0 0;
    font-size: 15px; }
  .comments_list_wrap .bypostauthor .comment_bypostauthor {
    margin: 0 7px 0 0; }
  .comments_list_wrap .comment_reply {
    font-size: 14px; }
  .comments_list_wrap .comment_reply a:after {
    margin-left: 6px;
    font-size: 8px; }
  div.esg-filter-wrapper .esg-filterbutton, .mptt-navigation-tabs li, div.yokoo_tabs .yokoo_tabs_titles li {
    margin: 0 0 5px;
    font-size: 15px; }
  div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton, .mptt-navigation-tabs li + li, div.yokoo_tabs .yokoo_tabs_titles li + li {
    margin-left: 5px; }
  div.esg-filter-wrapper .esg-filterbutton > span, .mptt-navigation-tabs li a, div.yokoo_tabs .yokoo_tabs_titles li a, div.yokoo_tabs .yokoo_tabs_titles li a.ui-tabs-anchor {
    padding: 0.7em 1.2em; }
  .esg-filters.esg-singlefilters .esg-pagination {
    margin-top: 30px; }
  .trx_addons_video_player.with_cover .video_hover,
  .post_featured.with_thumb .post_video_hover,
  .sc_layouts_blog_item_featured .post_featured.with_thumb .post_video_hover {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    line-height: 48px;
    margin: -25px 0 0 -25px;
    font-size: 22px; }
  .trx_addons_video_player.with_cover:hover .video_hover,
  .post_featured.with_thumb:hover .post_video_hover,
  .sc_layouts_blog_item_featured .post_featured.with_thumb:hover .post_video_hover {
    margin-top: -25px; }
  .post_header_wrap .post_featured.with_thumb .post_video_hover {
    margin-top: -25px; }
  .trx_addons_video_player.with_cover .video_hover,
  .post_header_wrap .post_featured.with_thumb .post_video_hover,
  .body_style_fullwide .post_featured.with_thumb .post_video_hover,
  .post_layout_excerpt .post_featured.with_thumb .post_video_hover {
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    line-height: 48px; }
  .widget_video .trx_addons_video_player.with_cover .video_hover {
    font-size: 22px; }
  .sidebar .trx_addons_video_player.with_cover .video_hover,
  .footer_wrap .trx_addons_video_player.with_cover .video_hover {
    font-size: 22px; }
  .post_item_single .post_content > h1:first-child, .post_item_single .post_content > h2:first-child, .post_item_single .post_content > h3:first-child, .post_item_single .post_content > h4:first-child, .post_item_single .post_content > h5:first-child, .post_item_single .post_content > h6:first-child, .post_item_single .post_content > .vc_row:first-child h1:first-child, .post_item_single .post_content > .vc_row:first-child h2:first-child, .post_item_single .post_content > .vc_row:first-child h3:first-child, .post_item_single .post_content > .vc_row:first-child h4:first-child, .post_item_single .post_content > .vc_row:first-child h5:first-child, .post_item_single .post_content > .vc_row:first-child h6:first-child, .post_item_single .post_content .elementor-text-editor > h1:first-child, .post_item_single .post_content .elementor-text-editor > h2:first-child, .post_item_single .post_content .elementor-text-editor > h3:first-child, .post_item_single .post_content .elementor-text-editor > h4:first-child, .post_item_single .post_content .elementor-text-editor > h5:first-child, .post_item_single .post_content .elementor-text-editor > h6:first-child, .post_item_single .post_title {
    margin-top: -0.1em; }
  .post_featured.with_thumb .post_audio .audio_wrap, .trx_addons_audio_player .audio_frame {
    padding: 5px; }
  .trx_addons_video_list_subtitle > a, .post_categories > a {
    padding: 6px 10px; }
  .post_item_single .post_tags_single {
    margin-top: 20px; }
  a[class*="generator_form_field_tags_item"],
  .post_item_single .post_tags_single {
    font-size: 15px; }
  .post_item_single .post_meta_single {
    margin-top: 35px;
    padding-top: 22px; }
  .post_meta_single + .nav-links-single {
    margin-top: 22px; }
  .post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item .social_icon {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .post_item_single .post_meta_single .post_meta_likes:before {
    width: 40px;
    height: 40px;
    line-height: 40px !important; }
  .related_wrap.related_style_classic .related_item > .post_meta_top:first-child, .related_wrap.related_style_classic .post_format_audio .post_featured + .post_meta_top {
    margin-top: 30px !important; }
  .related_wrap.related_style_classic .post_header {
    padding: 10px 20px 30px; }
  .related_wrap.related_style_classic .post_title + .post_meta {
    margin-top: 10px; }
  .related_wrap.related_style_classic .post_meta_top .post_date {
    font-size: 13px;
    padding: 0 9px;
    height: 26px;
    line-height: 25px; }
  .related_wrap.related_style_classic .sc_button_simple {
    margin-top: 10px;
    font-size: 15px; }
  blockquote, blockquote[class*="wp-block-quote"][class*="is-style-"], blockquote[class*="wp-block-quote"][class*="is-"], .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-freeform.block-library-rich-text__tinymce blockquote {
    padding: 2em 2em 2.2em 4em; }
  blockquote:before {
    top: 0.46em;
    left: 0.3em; }
  .post_featured.hover_dots .post_info .post_title {
    font-size: 22px; }
  .portfolio_wrap.portfolio_3 .post_featured.hover_dots .post_info .post_title {
    font-size: 22px; }
  .comments_wrap .comments_field input, .comments_wrap .comments_field textarea {
    padding: 0.9em 1.5em; }
  .comments_wrap .comments_field input, .comments_wrap .comments_field textarea {
    padding: 0.9em 1.5em; }
  .post_header_wrap .post_featured.with_thumb > img + .slider_outer {
    margin-top: 2em; }
  /* Demo */
  .extra-soc .sc_socials_icons_names .socials_wrap {
    text-align: center; }
  .extra-soc .sc_socials_icons_names .socials_wrap .social_item {
    width: auto;
    float: none; }
  .book-form .choose div span.wpcf7-list-item {
    margin: 0 0 0 0.6em; }
  .book-form .choose div .label {
    margin-top: -2px;
    margin-right: 5px; }
  .book-form .choose div {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px; }
  input[type="radio"] + .wpcf7-list-item-label {
    padding-left: 25px; }
  .book-form input[type="radio"] + .wpcf7-list-item-label:before {
    top: 2px; }
  .sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 35px 18px; }
  .top_panel_default .top_panel_title.sc_layouts_row_type_normal {
    padding: 2em 0; }
  form button:not(.components-button), input[type="button"], input[type="reset"], input[type="submit"], .theme_button, .post_item .more-link, .wp-block-button__link, .wp-block-file__button, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore {
    white-space: normal; }
  .sc_button.button-inline {
    padding: 0.8em 1.53em 0.9em; }
  .select2-container.select2-container--default span.select2-choice, .select2-container.select2-container--default span.select2-selection {
    padding: 0.22em 0 0.22em 1em; } }

@media (max-width: 600px) {
  /* Theme vars */
  :root {
    --theme-var-sm_wp_grid_gap: 20px;
    --theme-var-sm_wp_grid_max_columns: 1; }
  /* Theme Common styles */
  /* Max column's width in the row */
  .row:not(.columns_fluid) > [class*="column-"],
  .columns_wrap:not(.columns_fluid) > [class*="column-"],
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"] {
    width: calc( 100% / var(--theme-var-sm_wp_grid_max_columns)); }
  .row:not(.columns_fluid) > .column-1-mobile, .columns_wrap:not(.columns_fluid) > .column-1-mobile,
  .row:not(.columns_fluid) > .column-1_1-mobile, .columns_wrap:not(.columns_fluid) > .column-1_1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-1_2-mobile, .columns_wrap:not(.columns_fluid) > .column-1_2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_2-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-1_3-mobile, .columns_wrap:not(.columns_fluid) > .column-1_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-1_4-mobile, .columns_wrap:not(.columns_fluid) > .column-1_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-1_5-mobile, .columns_wrap:not(.columns_fluid) > .column-1_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_5-mobile {
    width: 20%; }
  .row:not(.columns_fluid) > .column-1_6-mobile, .columns_wrap:not(.columns_fluid) > .column-1_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_6-mobile {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-1_7-mobile, .columns_wrap:not(.columns_fluid) > .column-1_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_7-mobile {
    width: 14.28571%; }
  .row:not(.columns_fluid) > .column-1_8-mobile, .columns_wrap:not(.columns_fluid) > .column-1_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_8-mobile {
    width: 12.5%; }
  .row:not(.columns_fluid) > .column-1_9-mobile, .columns_wrap:not(.columns_fluid) > .column-1_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_9-mobile {
    width: 11.11111%; }
  .row:not(.columns_fluid) > .column-1_10-mobile, .columns_wrap:not(.columns_fluid) > .column-1_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_10-mobile {
    width: 10%; }
  .row:not(.columns_fluid) > .column-1_11-mobile, .columns_wrap:not(.columns_fluid) > .column-1_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_11-mobile {
    width: 9.09091%; }
  .row:not(.columns_fluid) > .column-1_12-mobile, .columns_wrap:not(.columns_fluid) > .column-1_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_12-mobile {
    width: 8.33333%; }
  .row:not(.columns_fluid) > .column-2_2-mobile, .columns_wrap:not(.columns_fluid) > .column-2_2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-2_3-mobile, .columns_wrap:not(.columns_fluid) > .column-2_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-2_4-mobile, .columns_wrap:not(.columns_fluid) > .column-2_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_4-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-2_5-mobile, .columns_wrap:not(.columns_fluid) > .column-2_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5-mobile {
    width: 40%; }
  .row:not(.columns_fluid) > .column-2_6-mobile, .columns_wrap:not(.columns_fluid) > .column-2_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-2_7-mobile, .columns_wrap:not(.columns_fluid) > .column-2_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_7-mobile {
    width: 28.57143%; }
  .row:not(.columns_fluid) > .column-2_8-mobile, .columns_wrap:not(.columns_fluid) > .column-2_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_8-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-2_9-mobile, .columns_wrap:not(.columns_fluid) > .column-2_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_9-mobile {
    width: 22.22222%; }
  .row:not(.columns_fluid) > .column-2_10-mobile, .columns_wrap:not(.columns_fluid) > .column-2_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_10-mobile {
    width: 20%; }
  .row:not(.columns_fluid) > .column-2_11-mobile, .columns_wrap:not(.columns_fluid) > .column-2_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_11-mobile {
    width: 18.18182%; }
  .row:not(.columns_fluid) > .column-2_12-mobile, .columns_wrap:not(.columns_fluid) > .column-2_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_12-mobile {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-3_3-mobile, .columns_wrap:not(.columns_fluid) > .column-3_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-3_4-mobile, .columns_wrap:not(.columns_fluid) > .column-3_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-3_5-mobile, .columns_wrap:not(.columns_fluid) > .column-3_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5-mobile {
    width: 60%; }
  .row:not(.columns_fluid) > .column-3_6-mobile, .columns_wrap:not(.columns_fluid) > .column-3_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-3_7-mobile, .columns_wrap:not(.columns_fluid) > .column-3_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_7-mobile {
    width: 42.85714%; }
  .row:not(.columns_fluid) > .column-3_8-mobile, .columns_wrap:not(.columns_fluid) > .column-3_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_8-mobile {
    width: 37.5%; }
  .row:not(.columns_fluid) > .column-3_9-mobile, .columns_wrap:not(.columns_fluid) > .column-3_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_9-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-3_10-mobile, .columns_wrap:not(.columns_fluid) > .column-3_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_10-mobile {
    width: 30%; }
  .row:not(.columns_fluid) > .column-3_11-mobile, .columns_wrap:not(.columns_fluid) > .column-3_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_11-mobile {
    width: 27.27273%; }
  .row:not(.columns_fluid) > .column-3_12-mobile, .columns_wrap:not(.columns_fluid) > .column-3_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_12-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-4_4-mobile, .columns_wrap:not(.columns_fluid) > .column-4_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-4_5-mobile, .columns_wrap:not(.columns_fluid) > .column-4_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5-mobile {
    width: 80%; }
  .row:not(.columns_fluid) > .column-4_6-mobile, .columns_wrap:not(.columns_fluid) > .column-4_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-4_7-mobile, .columns_wrap:not(.columns_fluid) > .column-4_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_7-mobile {
    width: 57.14286%; }
  .row:not(.columns_fluid) > .column-4_8-mobile, .columns_wrap:not(.columns_fluid) > .column-4_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_8-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-4_9-mobile, .columns_wrap:not(.columns_fluid) > .column-4_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_9-mobile {
    width: 44.44444%; }
  .row:not(.columns_fluid) > .column-4_10-mobile, .columns_wrap:not(.columns_fluid) > .column-4_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_10-mobile {
    width: 40%; }
  .row:not(.columns_fluid) > .column-4_11-mobile, .columns_wrap:not(.columns_fluid) > .column-4_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_11-mobile {
    width: 36.36364%; }
  .row:not(.columns_fluid) > .column-4_12-mobile, .columns_wrap:not(.columns_fluid) > .column-4_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_12-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-5_5-mobile, .columns_wrap:not(.columns_fluid) > .column-5_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-5_6-mobile, .columns_wrap:not(.columns_fluid) > .column-5_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6-mobile {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-5_7-mobile, .columns_wrap:not(.columns_fluid) > .column-5_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_7-mobile {
    width: 71.42857%; }
  .row:not(.columns_fluid) > .column-5_8-mobile, .columns_wrap:not(.columns_fluid) > .column-5_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_8-mobile {
    width: 62.5%; }
  .row:not(.columns_fluid) > .column-5_9-mobile, .columns_wrap:not(.columns_fluid) > .column-5_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_9-mobile {
    width: 55.55556%; }
  .row:not(.columns_fluid) > .column-5_10-mobile, .columns_wrap:not(.columns_fluid) > .column-5_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_10-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-5_11-mobile, .columns_wrap:not(.columns_fluid) > .column-5_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_11-mobile {
    width: 45.45455%; }
  .row:not(.columns_fluid) > .column-5_12-mobile, .columns_wrap:not(.columns_fluid) > .column-5_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_12-mobile {
    width: 41.66667%; }
  .row:not(.columns_fluid) > .column-6_6-mobile, .columns_wrap:not(.columns_fluid) > .column-6_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-6_7-mobile, .columns_wrap:not(.columns_fluid) > .column-6_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_7-mobile {
    width: 85.71429%; }
  .row:not(.columns_fluid) > .column-6_8-mobile, .columns_wrap:not(.columns_fluid) > .column-6_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_8-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-6_9-mobile, .columns_wrap:not(.columns_fluid) > .column-6_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_9-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-6_10-mobile, .columns_wrap:not(.columns_fluid) > .column-6_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_10-mobile {
    width: 60%; }
  .row:not(.columns_fluid) > .column-6_11-mobile, .columns_wrap:not(.columns_fluid) > .column-6_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_11-mobile {
    width: 54.54545%; }
  .row:not(.columns_fluid) > .column-6_12-mobile, .columns_wrap:not(.columns_fluid) > .column-6_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_12-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-7_7-mobile, .columns_wrap:not(.columns_fluid) > .column-7_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-7_8-mobile, .columns_wrap:not(.columns_fluid) > .column-7_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_8-mobile {
    width: 87.5%; }
  .row:not(.columns_fluid) > .column-7_9-mobile, .columns_wrap:not(.columns_fluid) > .column-7_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_9-mobile {
    width: 77.77778%; }
  .row:not(.columns_fluid) > .column-7_10-mobile, .columns_wrap:not(.columns_fluid) > .column-7_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_10-mobile {
    width: 70%; }
  .row:not(.columns_fluid) > .column-7_11-mobile, .columns_wrap:not(.columns_fluid) > .column-7_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_11-mobile {
    width: 63.63636%; }
  .row:not(.columns_fluid) > .column-7_12-mobile, .columns_wrap:not(.columns_fluid) > .column-7_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_12-mobile {
    width: 58.33333%; }
  .row:not(.columns_fluid) > .column-8_8-mobile, .columns_wrap:not(.columns_fluid) > .column-8_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-8_9-mobile, .columns_wrap:not(.columns_fluid) > .column-8_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_9-mobile {
    width: 88.88889%; }
  .row:not(.columns_fluid) > .column-8_10-mobile, .columns_wrap:not(.columns_fluid) > .column-8_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_10-mobile {
    width: 80%; }
  .row:not(.columns_fluid) > .column-8_11-mobile, .columns_wrap:not(.columns_fluid) > .column-8_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_11-mobile {
    width: 72.72727%; }
  .row:not(.columns_fluid) > .column-8_12-mobile, .columns_wrap:not(.columns_fluid) > .column-8_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_12-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-9_9-mobile, .columns_wrap:not(.columns_fluid) > .column-9_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-9_10-mobile, .columns_wrap:not(.columns_fluid) > .column-9_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_10-mobile {
    width: 90%; }
  .row:not(.columns_fluid) > .column-9_11-mobile, .columns_wrap:not(.columns_fluid) > .column-9_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_11-mobile {
    width: 81.81818%; }
  .row:not(.columns_fluid) > .column-9_12-mobile, .columns_wrap:not(.columns_fluid) > .column-9_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_12-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-10_10-mobile, .columns_wrap:not(.columns_fluid) > .column-10_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-10_11-mobile, .columns_wrap:not(.columns_fluid) > .column-10_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_11-mobile {
    width: 90.90909%; }
  .row:not(.columns_fluid) > .column-10_12-mobile, .columns_wrap:not(.columns_fluid) > .column-10_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_12-mobile {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-11_11-mobile, .columns_wrap:not(.columns_fluid) > .column-11_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-11_12-mobile, .columns_wrap:not(.columns_fluid) > .column-11_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_12-mobile {
    width: 91.66667%; }
  .row:not(.columns_fluid) > .column-12_12-mobile, .columns_wrap:not(.columns_fluid) > .column-12_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12-mobile {
    width: 100%; }
  /* WP Gallery Grid */
  .gallery.gallery-columns-9 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 50% !important; }
  /* Widgets */
  .before_sidebar_banner_wrap {
    margin-bottom: var(--theme-var-sm_grid_gap); }
  .after_sidebar_banner_wrap {
    margin-top: var(--theme-var-sm_grid_gap); }
  .sidebar_default .sidebar_inner {
    padding: var(--theme-var-sm_grid_gap) 0; }
  .sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 25px 18px; }
  .sidebar_default.sidebar_float[class*="scheme_"] .sidebar_inner {
    padding: var(--theme-var-sm_grid_gap); }
  .sidebar:not(.sidebar_float) .widget,
  .sidebar_default:not(.sidebar_float)[class*="scheme_"] .widget {
    width: 100%;
    padding: 0 calc( var(--theme-var-sm_grid_gap) / 2); }
  .footer_wrap .widget + .widget,
  .footer_wrap .widget + .widget + .widget,
  .sidebar:not(.sidebar_float) .widget + .widget, .sidebar:not(.sidebar_float)[class*="scheme_"] .widget + .widget,
  .sidebar:not(.sidebar_float) .widget + .widget + .widget, .sidebar:not(.sidebar_float)[class*="scheme_"] .widget + .widget + .widget {
    margin-top: 25px !important; }
  .widget.column-1_3, .widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
    width: 100%; }
  .footer_wrap .sc_content .wpb_column + .wpb_column,
  .footer_wrap .sc_content .wpb_column + .wpb_column + .wpb_column {
    margin-top: 25px !important; }
  .widget.widget_block h2,
  .widget .widget_title, .widget .widgettitle {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 15px; } }

@media (max-width: 479px) {
  .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button, .sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button, .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button {
    padding-left: 1em;
    padding-right: 1em; }
  /* Theme vars */
  :root {
    --theme-var-xs_paddings: 20px;
    --theme-var-xs_page: calc( 100vw - var(--theme-var-xs_paddings) * 2 );
    --theme-var-xs_content: var(--theme-var-xs_page);
    --theme-var-xs_content_narrow: var(--theme-var-xs_content);
    --theme-var-xs_padding_narrow: 0px;
    --theme-var-xs_paddings_fullwide: 10px;
    --theme-var-xs_page_fullwide: calc( 100vw - var(--theme-var-xs_paddings_fullwide) * 2 );
    --theme-var-xs_menu_side: 60px;
    --theme-var-xs_grid_gap: 20px;
    --theme-var-xs_grid_max_columns: 1; }
  /* Theme Common styles */
  h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  h1, .front_page_section_caption {
    font-size: 29px;
    margin-top: 30px;
    margin-bottom: 16px; }
  h2 {
    font-size: 26px;
    margin-top: 28px;
    margin-bottom: 14px; }
  h3 {
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 14px; }
  h4 {
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 12px; }
  h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 9px; }
  h6 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 7px; }
  .sc_title_accent h2.sc_item_title {
    font-size: 29px; }
  /* Tags layouts */
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  select,
  textarea,
  textarea.wp-editor-area,
  .tourmaster-form-field input[type="text"],
  .tourmaster-form-field input[type="email"],
  .tourmaster-form-field input[type="password"],
  .tourmaster-form-field textarea,
  .tourmaster-form-field select,
  .tourmaster-form-field.tourmaster-with-border input[type="text"],
  .tourmaster-form-field.tourmaster-with-border input[type="email"],
  .tourmaster-form-field.tourmaster-with-border input[type="password"],
  .tourmaster-form-field.tourmaster-with-border textarea,
  .tourmaster-form-field.tourmaster-with-border select,
  #buddypress .dir-search input[type="search"],
  #buddypress .dir-search input[type="text"],
  #buddypress .groups-members-search input[type="search"],
  #buddypress .groups-members-search input[type="text"],
  #buddypress .standard-form input[type="color"],
  #buddypress .standard-form input[type="date"],
  #buddypress .standard-form input[type="datetime-local"],
  #buddypress .standard-form input[type="datetime"],
  #buddypress .standard-form input[type="email"],
  #buddypress .standard-form input[type="month"],
  #buddypress .standard-form input[type="number"],
  #buddypress .standard-form input[type="password"],
  #buddypress .standard-form input[type="range"],
  #buddypress .standard-form input[type="search"],
  #buddypress .standard-form input[type="tel"],
  #buddypress .standard-form input[type="text"],
  #buddypress .standard-form input[type="time"],
  #buddypress .standard-form input[type="url"],
  #buddypress .standard-form input[type="week"],
  #buddypress .standard-form select,
  #buddypress .standard-form textarea {
    width: 100%; }
  /* Body sizes */
  .content_wrap, .content_container {
    width: var(--theme-var-xs_content) !important; }
  /* Content and Sidebar */
  [class*="content_wrap"] > .sidebar {
    margin-top: 50px; }
  .sidebar_small_screen_above .content_wrap > .sidebar {
    margin-bottom: 50px; }
  .sidebar_small_screen_float.sidebar_show .sidebar {
    width: 270px !important; }
  .widgets_above_page_wrap, .widgets_above_content_wrap {
    margin-bottom: 3.5em; }
  .widgets_below_page_wrap, .widgets_below_content_wrap {
    margin-top: 3.5em; }
  .menu_side_present .content_wrap,
  .menu_side_present .content_container {
    width: var(--theme-var-xs_content) !important; }
  .menu_side_present .menu_side_wrap {
    width: var(--theme-var-xs_menu_side) !important; }
  body.mobile_layout.menu_side_left .menu_side_wrap {
    left: calc( -1 * var(--theme-var-xs_menu_side)); }
  body.mobile_layout.menu_side_right .menu_side_wrap {
    right: calc( -1 * var(--theme-var-xs_menu_side)); }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: var(--theme-var-xs_paddings_fullwide);
    padding-right: var(--theme-var-xs_paddings_fullwide); }
  /* Grid */
  .container, .container-fluid,
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: calc( var(--theme-var-xs_grid_gap) / 2);
    padding-right: calc( var(--theme-var-xs_grid_gap) / 2); }
  .row,
  .columns_wrap,
  .trx_addons_columns_wrap {
    margin-right: calc( -1 * var(--theme-var-xs_grid_gap)); }
  .row > [class*="column-"],
  .columns_wrap > [class*="column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"] {
    padding-right: var(--theme-var-xs_grid_gap); }
  .vc_row.columns_padding_left,
  .trx_addons_columns_wrap.columns_padding_left,
  .row.columns_padding_left,
  .columns_wrap.columns_padding_left {
    margin-left: calc( -1 * var(--theme-var-xs_grid_gap)); }
  .vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left,
  .row.columns_padding_left > [class*="column-"], .columns_wrap.columns_padding_left > [class*="column-"],
  .row > [class*="column-"].columns_padding_left, .columns_wrap > [class*="column-"].columns_padding_left {
    padding-left: var(--theme-var-xs_grid_gap); }
  .vc_row.columns_padding_right,
  .trx_addons_columns_wrap.columns_padding_right,
  .row.columns_padding_right,
  .columns_wrap.columns_padding_right {
    margin-right: calc( -1 * var(--theme-var-xs_grid_gap)); }
  .vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right,
  .row.columns_padding_right > [class*="column-"], .columns_wrap.columns_padding_right > [class*="column-"],
  .row > [class*="column-"].columns_padding_right, .columns_wrap > [class*="column-"].columns_padding_right {
    padding-right: var(--theme-var-xs_grid_gap); }
  .vc_row,
  .trx_addons_columns_wrap.columns_padding_center,
  .row.columns_padding_center,
  .columns_wrap.columns_padding_center {
    margin-left: calc( -1 * var(--theme-var-xs_grid_gap) / 2);
    margin-right: calc( -1 * var(--theme-var-xs_grid_gap) / 2); }
  .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center,
  .row.columns_padding_center > [class*="column-"], .columns_wrap.columns_padding_center > [class*="column-"],
  .row > [class*="column-"].columns_padding_center, .columns_wrap > [class*="column-"].columns_padding_center {
    padding-left: calc( var(--theme-var-xs_grid_gap) / 2);
    padding-right: calc( var(--theme-var-xs_grid_gap) / 2); }
  .row.columns_padding_bottom > [class*="column-"], .columns_wrap.columns_padding_bottom > [class*="column-"],
  .row > [class*="column-"].columns_padding_bottom, .columns_wrap > [class*="column-"].columns_padding_bottom,
  .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
  .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
    padding-bottom: var(--theme-var-xs_grid_gap); }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"], .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"],
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"] {
    padding-bottom: var(--theme-var-xs_grid_gap); }
  /* Max column's width in the not-fluid rows */
  .row:not(.columns_fluid) > [class*="column-"],
  .columns_wrap:not(.columns_fluid) > [class*="column-"],
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"] {
    width: calc( 100% / var(--theme-var-xs_grid_max_columns)); }
  /* Max column's width in the fluid rows */
  .row.columns_fluid > [class*="column-"],
  .columns_wrap.columns_fluid > [class*="column-"],
  .trx_addons_columns_wrap.columns_fluid > [class*="trx_addons_column-"] {
    width: 50%; }
  .row.columns_fluid > .column-1_1, .columns_wrap.columns_fluid > .column-1_1,
  .row.columns_fluid > .column-2_2, .columns_wrap.columns_fluid > .column-2_2,
  .row.columns_fluid > .column-3_3, .columns_wrap.columns_fluid > .column-3_3,
  .row.columns_fluid > .column-4_4, .columns_wrap.columns_fluid > .column-4_4,
  .row.columns_fluid > .column-5_5, .columns_wrap.columns_fluid > .column-5_5,
  .row.columns_fluid > .column-6_6, .columns_wrap.columns_fluid > .column-6_6,
  .row.columns_fluid > .column-7_7, .columns_wrap.columns_fluid > .column-7_7,
  .row.columns_fluid > .column-8_8, .columns_wrap.columns_fluid > .column-8_8,
  .row.columns_fluid > .column-9_9, .columns_wrap.columns_fluid > .column-9_9,
  .row.columns_fluid > .column-10_10, .columns_wrap.columns_fluid > .column-10_10,
  .row.columns_fluid > .column-11_11, .columns_wrap.columns_fluid > .column-11_11,
  .row.columns_fluid > .column-12_12, .columns_wrap.columns_fluid > .column-12_12 {
    width: 100%; }
  /* Columns, push, pull and offset sizes */
  .row:not(.columns_fluid) > .column-1-mobile, .columns_wrap:not(.columns_fluid) > .column-1-mobile,
  .row:not(.columns_fluid) > .column-1_1-mobile, .columns_wrap:not(.columns_fluid) > .column-1_1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-1_2-mobile, .columns_wrap:not(.columns_fluid) > .column-1_2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_2-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-1_3-mobile, .columns_wrap:not(.columns_fluid) > .column-1_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-1_4-mobile, .columns_wrap:not(.columns_fluid) > .column-1_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-1_5-mobile, .columns_wrap:not(.columns_fluid) > .column-1_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_5-mobile {
    width: 20%; }
  .row:not(.columns_fluid) > .column-1_6-mobile, .columns_wrap:not(.columns_fluid) > .column-1_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_6-mobile {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-1_7-mobile, .columns_wrap:not(.columns_fluid) > .column-1_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_7-mobile {
    width: 14.28571%; }
  .row:not(.columns_fluid) > .column-1_8-mobile, .columns_wrap:not(.columns_fluid) > .column-1_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_8-mobile {
    width: 12.5%; }
  .row:not(.columns_fluid) > .column-1_9-mobile, .columns_wrap:not(.columns_fluid) > .column-1_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_9-mobile {
    width: 11.11111%; }
  .row:not(.columns_fluid) > .column-1_10-mobile, .columns_wrap:not(.columns_fluid) > .column-1_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_10-mobile {
    width: 10%; }
  .row:not(.columns_fluid) > .column-1_11-mobile, .columns_wrap:not(.columns_fluid) > .column-1_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_11-mobile {
    width: 9.09091%; }
  .row:not(.columns_fluid) > .column-1_12-mobile, .columns_wrap:not(.columns_fluid) > .column-1_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_12-mobile {
    width: 8.33333%; }
  .row:not(.columns_fluid) > .column-2_2-mobile, .columns_wrap:not(.columns_fluid) > .column-2_2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-2_3-mobile, .columns_wrap:not(.columns_fluid) > .column-2_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-2_4-mobile, .columns_wrap:not(.columns_fluid) > .column-2_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_4-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-2_5-mobile, .columns_wrap:not(.columns_fluid) > .column-2_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5-mobile {
    width: 40%; }
  .row:not(.columns_fluid) > .column-2_6-mobile, .columns_wrap:not(.columns_fluid) > .column-2_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-2_7-mobile, .columns_wrap:not(.columns_fluid) > .column-2_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_7-mobile {
    width: 28.57143%; }
  .row:not(.columns_fluid) > .column-2_8-mobile, .columns_wrap:not(.columns_fluid) > .column-2_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_8-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-2_9-mobile, .columns_wrap:not(.columns_fluid) > .column-2_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_9-mobile {
    width: 22.22222%; }
  .row:not(.columns_fluid) > .column-2_10-mobile, .columns_wrap:not(.columns_fluid) > .column-2_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_10-mobile {
    width: 20%; }
  .row:not(.columns_fluid) > .column-2_11-mobile, .columns_wrap:not(.columns_fluid) > .column-2_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_11-mobile {
    width: 18.18182%; }
  .row:not(.columns_fluid) > .column-2_12-mobile, .columns_wrap:not(.columns_fluid) > .column-2_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_12-mobile {
    width: 16.66667%; }
  .row:not(.columns_fluid) > .column-3_3-mobile, .columns_wrap:not(.columns_fluid) > .column-3_3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-3_4-mobile, .columns_wrap:not(.columns_fluid) > .column-3_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-3_5-mobile, .columns_wrap:not(.columns_fluid) > .column-3_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5-mobile {
    width: 60%; }
  .row:not(.columns_fluid) > .column-3_6-mobile, .columns_wrap:not(.columns_fluid) > .column-3_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-3_7-mobile, .columns_wrap:not(.columns_fluid) > .column-3_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_7-mobile {
    width: 42.85714%; }
  .row:not(.columns_fluid) > .column-3_8-mobile, .columns_wrap:not(.columns_fluid) > .column-3_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_8-mobile {
    width: 37.5%; }
  .row:not(.columns_fluid) > .column-3_9-mobile, .columns_wrap:not(.columns_fluid) > .column-3_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_9-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-3_10-mobile, .columns_wrap:not(.columns_fluid) > .column-3_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_10-mobile {
    width: 30%; }
  .row:not(.columns_fluid) > .column-3_11-mobile, .columns_wrap:not(.columns_fluid) > .column-3_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_11-mobile {
    width: 27.27273%; }
  .row:not(.columns_fluid) > .column-3_12-mobile, .columns_wrap:not(.columns_fluid) > .column-3_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_12-mobile {
    width: 25%; }
  .row:not(.columns_fluid) > .column-4_4-mobile, .columns_wrap:not(.columns_fluid) > .column-4_4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-4_5-mobile, .columns_wrap:not(.columns_fluid) > .column-4_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5-mobile {
    width: 80%; }
  .row:not(.columns_fluid) > .column-4_6-mobile, .columns_wrap:not(.columns_fluid) > .column-4_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-4_7-mobile, .columns_wrap:not(.columns_fluid) > .column-4_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_7-mobile {
    width: 57.14286%; }
  .row:not(.columns_fluid) > .column-4_8-mobile, .columns_wrap:not(.columns_fluid) > .column-4_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_8-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-4_9-mobile, .columns_wrap:not(.columns_fluid) > .column-4_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_9-mobile {
    width: 44.44444%; }
  .row:not(.columns_fluid) > .column-4_10-mobile, .columns_wrap:not(.columns_fluid) > .column-4_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_10-mobile {
    width: 40%; }
  .row:not(.columns_fluid) > .column-4_11-mobile, .columns_wrap:not(.columns_fluid) > .column-4_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_11-mobile {
    width: 36.36364%; }
  .row:not(.columns_fluid) > .column-4_12-mobile, .columns_wrap:not(.columns_fluid) > .column-4_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_12-mobile {
    width: 33.33333%; }
  .row:not(.columns_fluid) > .column-5_5-mobile, .columns_wrap:not(.columns_fluid) > .column-5_5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-5_6-mobile, .columns_wrap:not(.columns_fluid) > .column-5_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6-mobile {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-5_7-mobile, .columns_wrap:not(.columns_fluid) > .column-5_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_7-mobile {
    width: 71.42857%; }
  .row:not(.columns_fluid) > .column-5_8-mobile, .columns_wrap:not(.columns_fluid) > .column-5_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_8-mobile {
    width: 62.5%; }
  .row:not(.columns_fluid) > .column-5_9-mobile, .columns_wrap:not(.columns_fluid) > .column-5_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_9-mobile {
    width: 55.55556%; }
  .row:not(.columns_fluid) > .column-5_10-mobile, .columns_wrap:not(.columns_fluid) > .column-5_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_10-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-5_11-mobile, .columns_wrap:not(.columns_fluid) > .column-5_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_11-mobile {
    width: 45.45455%; }
  .row:not(.columns_fluid) > .column-5_12-mobile, .columns_wrap:not(.columns_fluid) > .column-5_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_12-mobile {
    width: 41.66667%; }
  .row:not(.columns_fluid) > .column-6_6-mobile, .columns_wrap:not(.columns_fluid) > .column-6_6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-6_7-mobile, .columns_wrap:not(.columns_fluid) > .column-6_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_7-mobile {
    width: 85.71429%; }
  .row:not(.columns_fluid) > .column-6_8-mobile, .columns_wrap:not(.columns_fluid) > .column-6_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_8-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-6_9-mobile, .columns_wrap:not(.columns_fluid) > .column-6_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_9-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-6_10-mobile, .columns_wrap:not(.columns_fluid) > .column-6_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_10-mobile {
    width: 60%; }
  .row:not(.columns_fluid) > .column-6_11-mobile, .columns_wrap:not(.columns_fluid) > .column-6_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_11-mobile {
    width: 54.54545%; }
  .row:not(.columns_fluid) > .column-6_12-mobile, .columns_wrap:not(.columns_fluid) > .column-6_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_12-mobile {
    width: 50%; }
  .row:not(.columns_fluid) > .column-7_7-mobile, .columns_wrap:not(.columns_fluid) > .column-7_7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-7_8-mobile, .columns_wrap:not(.columns_fluid) > .column-7_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_8-mobile {
    width: 87.5%; }
  .row:not(.columns_fluid) > .column-7_9-mobile, .columns_wrap:not(.columns_fluid) > .column-7_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_9-mobile {
    width: 77.77778%; }
  .row:not(.columns_fluid) > .column-7_10-mobile, .columns_wrap:not(.columns_fluid) > .column-7_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_10-mobile {
    width: 70%; }
  .row:not(.columns_fluid) > .column-7_11-mobile, .columns_wrap:not(.columns_fluid) > .column-7_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_11-mobile {
    width: 63.63636%; }
  .row:not(.columns_fluid) > .column-7_12-mobile, .columns_wrap:not(.columns_fluid) > .column-7_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_12-mobile {
    width: 58.33333%; }
  .row:not(.columns_fluid) > .column-8_8-mobile, .columns_wrap:not(.columns_fluid) > .column-8_8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-8_9-mobile, .columns_wrap:not(.columns_fluid) > .column-8_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_9-mobile {
    width: 88.88889%; }
  .row:not(.columns_fluid) > .column-8_10-mobile, .columns_wrap:not(.columns_fluid) > .column-8_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_10-mobile {
    width: 80%; }
  .row:not(.columns_fluid) > .column-8_11-mobile, .columns_wrap:not(.columns_fluid) > .column-8_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_11-mobile {
    width: 72.72727%; }
  .row:not(.columns_fluid) > .column-8_12-mobile, .columns_wrap:not(.columns_fluid) > .column-8_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_12-mobile {
    width: 66.66667%; }
  .row:not(.columns_fluid) > .column-9_9-mobile, .columns_wrap:not(.columns_fluid) > .column-9_9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-9_10-mobile, .columns_wrap:not(.columns_fluid) > .column-9_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_10-mobile {
    width: 90%; }
  .row:not(.columns_fluid) > .column-9_11-mobile, .columns_wrap:not(.columns_fluid) > .column-9_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_11-mobile {
    width: 81.81818%; }
  .row:not(.columns_fluid) > .column-9_12-mobile, .columns_wrap:not(.columns_fluid) > .column-9_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_12-mobile {
    width: 75%; }
  .row:not(.columns_fluid) > .column-10_10-mobile, .columns_wrap:not(.columns_fluid) > .column-10_10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-10_11-mobile, .columns_wrap:not(.columns_fluid) > .column-10_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_11-mobile {
    width: 90.90909%; }
  .row:not(.columns_fluid) > .column-10_12-mobile, .columns_wrap:not(.columns_fluid) > .column-10_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_12-mobile {
    width: 83.33333%; }
  .row:not(.columns_fluid) > .column-11_11-mobile, .columns_wrap:not(.columns_fluid) > .column-11_11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11-mobile {
    width: 100%; }
  .row:not(.columns_fluid) > .column-11_12-mobile, .columns_wrap:not(.columns_fluid) > .column-11_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_12-mobile {
    width: 91.66667%; }
  .row:not(.columns_fluid) > .column-12_12-mobile, .columns_wrap:not(.columns_fluid) > .column-12_12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12-mobile,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12-mobile {
    width: 100%; }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-tablet"], .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-tablet"],
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"][class*="-tablet"] {
    padding-bottom: var(--theme-var-xs_grid_gap); }
  .row.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-mobile"], .columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="column-"][class*="-mobile"],
  .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"][class*="-mobile"] {
    padding-bottom: var(--theme-var-xs_grid_gap); }
  /* WP Gallery Grid */
  .gallery.gallery-columns-9 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 50% !important; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 50% !important; }
  /* Header */
  .top_panel_mobile {
    display: block; }
  body.header_mobile_enabled .top_panel {
    display: none; }
  .top_panel.with_bg_image {
    min-height: 18em; }
  .menu_side_wrap .sc_layouts_logo {
    padding: 40% 8%; }
  .menu_side_icons .toc_menu_item .toc_menu_icon,
  .menu_side_icons .toc_menu_item .toc_menu_description:before {
    height: 5.5rem; }
  .menu_side_icons .toc_menu_item .toc_menu_description span {
    letter-spacing: 0; }
  .mobile_device .menu_mobile .sc_layouts_logo img,
  .mobile_layout .menu_mobile .sc_layouts_logo img {
    max-height: 40px; }
  .mobile_device .menu_mobile .menu_mobile_nav_area,
  .mobile_layout .menu_mobile .menu_mobile_nav_area {
    margin-top: 2em; }
  .mobile_device .menu_mobile .search_mobile,
  .mobile_layout .menu_mobile .search_mobile {
    margin-top: 2em;
    width: 280px; }
  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 18px;
    line-height: 1.5em; }
  .menu_mobile .menu_mobile_nav_area > ul > li[class*="icon-"]:before {
    -webkit-transform: translateX(-140px);
    -ms-transform: translateX(-140px);
    transform: translateX(-140px); }
  .menu_mobile .menu_mobile_nav_area li > a {
    font-size: 14px;
    line-height: 1.5em;
    width: 280px; }
  .menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
    width: 250px; }
  .menu_mobile .menu_mobile_nav_area li li .open_child_menu {
    padding: 0.3em 0.5em; }
  /* Slider */
  .top_panel .slider_engine_revo .slide_subtitle {
    font-size: 13px !important; }
  .top_panel .slider_engine_revo .slide_button {
    font-size: 9px !important; }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: var(--theme-var-xs_grid_gap); }
  /* Post layouts */
  .post_item_404:not([class*="post_item_none_"]) .page_title {
    font-size: 8em; }
  .post_item_404 .page_info {
    padding-top: 1em; }
  .post_item_404 .page_description {
    margin-bottom: 1.1em; }
  .post_item_none_search .page_title, .post_item_none_archive .page_title {
    font-size: 5em; }
  .mejs-controls a.mejs-horizontal-volume-slider,
  .mejs-controls .mejs-horizontal-volume-total {
    width: 40px; }
  .body_style_fullwide .post_featured.with_thumb .post_video_hover,
  .post_layout_excerpt .post_featured.with_thumb .post_video_hover,
  .trx_addons_video_player.with_cover .video_hover {
    font-size: 2em; }
  /* Single post */
  .author_info .author_avatar {
    position: static;
    margin-bottom: 1.5em; }
  .author_info .author_description {
    padding-left: 0; }
  .nav-links-single .nav-links .nav-previous {
    padding-right: 8px; }
  .nav-links-single .nav-links .nav-next {
    padding-left: 8px; }
  .nav-links-single .nav-links .post-title {
    letter-spacing: 0; }
  .nav-links-single .nav-links .meta-nav,
  .nav-links-single .nav-links .post_date {
    font-size: 1em; }
  /* Comments */
  .comments_list_wrap .comment_posted {
    font-size: 1em;
    display: block;
    margin-left: 0; }
  .comments_list_wrap li + li, .comments_list_wrap li ul {
    margin-top: 1em; }
  .comments_list_wrap ul ul {
    margin-left: 0;
    padding-left: 1.2em; }
  .comments_list_wrap ul ul ul ul {
    margin-left: 0; }
  .comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
  .comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
    top: 0; }
  .comments_list_wrap .comment_author_avatar {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 1.2em; }
  .comments_list_wrap .comment_content {
    padding-left: 0; }
  .comments_list_wrap .comment_author {
    margin: 0;
    font-size: 14px;
    display: block; }
  .comments_list_wrap .bypostauthor .comment_bypostauthor {
    margin: 0 0 4px 0; }
  .comments_list_wrap .comment_info {
    margin-bottom: 0.3em; }
  .post_content .related_wrap.related_position_inside_left,
  .post_content .related_wrap.related_position_inside_right {
    float: none;
    margin: 2em 0;
    max-width: none; }
  .related_wrap .post_meta {
    font-size: 11px;
    line-height: 15px; }
  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: var(--theme-var-xs_menu_side); }
  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: var(--theme-var-xs_menu_side); }
  /* Widgets */
  .before_sidebar_banner_wrap {
    margin-bottom: var(--theme-var-xs_grid_gap); }
  .after_sidebar_banner_wrap {
    margin-top: var(--theme-var-xs_grid_gap); }
  .sidebar .widget,
  .sidebar_default[class*="scheme_"] .widget {
    width: 100% !important; }
  .widget.column-1_2, .widget.column-1_3, .widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
    width: 100%; }
  .footer_wrap .sc_content .wpb_column,
  .footer_wrap .sc_content .wpb_column:not(.vc_col-sm-12) {
    display: block;
    float: none;
    vertical-align: top;
    width: 100% !important; }
  .sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 25px 15px; }
  .widget_area .post_item .post_title, aside .post_item .post_title {
    line-height: 1.4em;
    font-size: 15px; }
  .widget_area .post_item .post_info, aside .post_item .post_info {
    font-size: 13px;
    line-height: 16px; }
  /* Other minor plugins */
  .mfp-title {
    line-height: 13px; }
  .sc_table table th, .sc_table table td {
    padding: 0.5em; }
  blockquote > cite, blockquote > p > cite, blockquote > .wp-block-pullquote__citation, .wp-block-quote .wp-block-quote__citation {
    font-size: 14px; }
  figure figcaption, .wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-caption .wp-caption-text, .wp-caption .wp-caption-dd, .wp-caption-overlay .wp-caption .wp-caption-text, .wp-caption-overlay .wp-caption .wp-caption-dd {
    font-size: 14px;
    padding: 8px 5px !important; }
  .wpcf7 textarea {
    height: 10em; }
  .wpgdprc-checkbox label input[type="checkbox"]:before,
  .woocommerce-form__label-for-checkbox input[type="checkbox"].woocommerce-form__input:before,
  .sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type="radio"] + label:before,
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before,
  input[type="radio"] + .wpcf7-list-item-label:before,
  input[type="checkbox"] + .wpcf7-list-item-label:before,
  .wpcf7-list-item-label.wpcf7-list-item-right:before,
  .edd_price_options ul > li > label > input[type="radio"] + span:before,
  .edd_price_options ul > li > label > input[type="checkbox"] + span:before,
  .gdpr-terms-container input[type="checkbox"]:before,
  #gdpr_woo_consent_field label input[type="checkbox"]:before {
    top: 1px; }
  .sc_layouts_row_type_compact .sc_layouts_item_icon {
    width: 32px;
    height: 32px;
    line-height: 32px; }
  .menu_mobile .sc_layouts_logo {
    margin-top: 2.5em; }
  .menu_mobile .menu_mobile_nav_area .menu-item > a {
    width: 280px; }
  .menu_mobile .search_mobile .search_field {
    padding: 0.8em 3.5em 0.8em 1.5em !important; }
  .menu_mobile .menu_mobile_nav_area > ul > .menu-item > a {
    font-size: 1.7em; }
  .menu_mobile .menu_mobile_nav_area .menu-item .menu-item .open_child_menu {
    padding: 0.4em 0.4em; }
  .menu_mobile .menu_mobile_nav_area .menu-item > a {
    padding: 1px 2em 1px 0; }
  .sc_layouts_cart_widget .widget_shopping_cart {
    max-height: 85%; }
  .woocommerce.widget_shopping_cart ul.cart_list li {
    padding: 0 1.5em 1em 70px; }
  form.mc4wp-form .mc4wp-form-fields button, form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    padding: 0 0.8em;
    font-size: 15px !important; }
  form.mc4wp-form .mc4wp-form-fields input[type="email"] {
    padding: 0.8em 9.5em 0.8em 1.2em; }
  .sc_button.sc_button_simple.sc_button_size_small {
    font-size: 14px;
    line-height: 18px; }
  .sc_events_classic .sc_events_content > .sc_events_item .sc_events_item_info .sc_events_item_third {
    line-height: 1; }
  h4.sc_item_title_tag + .sc_item_button_simple .sc_button_simple {
    font-size: 15px; }
  .sc_item_title + .sc_item_button_simple, .sc_item_subtitle + .sc_item_button_simple, .sc_item_descr + .sc_item_button_simple, .sc_item_content + .sc_item_button_simple, .sc_item_slider + .sc_item_button_simple, .sc_item_columns + .sc_item_button_simple, .sc_item_pagination + .sc_item_button_simple {
    margin-top: 0.4em; }
  header .sc_layouts_row .sc_button {
    font-size: 14px;
    padding: 1em 1.4em; }
  .section_title {
    font-size: 22px; }
  .services_page_related.sc_services_default .sc_services_item_info {
    padding: 25px 20px; }
  .post_featured.with_thumb .post_audio .audio_wrap, .trx_addons_audio_player .audio_frame {
    padding: 3px; }
  .author_info .author_avatar {
    width: 100px;
    height: 100px;
    line-height: 100px; }
  .comments_list_wrap ul > li > .comment_body {
    min-height: 100px; }
  .comments_list_wrap .comment_body {
    padding: 20px; }
  .comments_wrap .comments_author, .comments_wrap .comments_email {
    width: 100%; }
  .related_wrap .format-audio .post_featured .post_audio_title, .related_wrap .single-format-audio .post_featured .post_audio_title {
    font-size: 22px;
    margin-top: 5px; }
  .related_wrap .format-audio .post_featured .post_audio_author, .related_wrap .single-format-audio .post_featured .post_audio_author, .related_wrap .trx_addons_audio_player .audio_author, .related_wrap .sc_layouts_blog_item_featured .post_featured .post_audio_author {
    font-size: 16px; }
  .related_wrap .post_featured.with_thumb .post_audio .audio_wrap, .related_wrap .trx_addons_audio_player .audio_frame {
    padding: 5px; }
  .related_wrap .post_featured.with_thumb .post_audio .post_info_audio {
    padding: 0 24px; }
  .related_wrap.related_style_classic .post_title {
    font-size: 20px; }
  .related_wrap.related_style_classic .post_header {
    padding: 10px 20px 25px; }
  .post_item_single .post_meta_single .post_meta_likes::before {
    margin-right: 10px; }
  .post_featured.with_thumb .post_audio .post_info_audio {
    padding: 0 1.8em; }
  .format-audio .post_featured .post_audio_title, .single-format-audio .post_featured .post_audio_title, .trx_addons_audio_player .audio_caption, .sc_layouts_blog_item_featured .post_featured .post_audio_title {
    font-size: 20px; }
  .format-audio .post_featured .post_audio_title, .single-format-audio .post_featured .post_audio_title {
    margin-bottom: 0.8em;
    margin-top: 10px; }
  .portfolio_wrap.portfolio_4 .post_featured.hover_dots .post_info .post_title,
  .portfolio_wrap.portfolio_3 .post_featured.hover_dots .post_info .post_title,
  .post_featured.hover_dots .post_info .post_title {
    font-size: 16px; }
  .sc_icons.sc_icons_modern .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"] {
    width: 100% !important; }
  /* Demo */
  .extra-soc .sc_socials_icons_names .socials_wrap .social_item {
    margin-right: 15px; }
  .extra-soc .sc_socials_icons_names .socials_wrap .social_item + .social_item {
    margin-left: 0; }
  .sc_item_descr + .sc_button_wrap .sc_button:last-child {
    display: inline-block; }
  div.wpcf7 .book-form .wpcf7-form-control-wrap.acceptance {
    text-align: left; }
  .hide-icon-on-mobile .sc_button_icon {
    display: none; } }
