@charset "UTF-8";
@media (max-width: 1679px) {
  /* Theme Common styles */
  /* Tags layouts */
  table th, table td,
.sc_table table th, .sc_table table td {
    padding: 1rem;
  }

  /* Page Content */
  .page_content_wrap {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  /* Widgets below  */
  body:not(.remove_margins) .widgets_below_content_wrap,
body:not(.remove_margins) .widgets_below_page_wrap {
    margin-bottom: -7.5em;
    margin-top: 7.5em;
  }

  /* Post layouts */
  .post_item_404 .post_content {
    padding: 9em 0 5em;
  }

  .post_item_none_search .post_content {
    padding: 2em 0;
  }

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

  /* Fullwidth Padding */
  .fullwidth_padding.elementor-section-full_width {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }

  /* Menu */
  .sc_layouts_menu_nav > li.menu-item-has-children > a {
    padding-right: 1.5em;
  }

  .sc_layouts_menu_nav > li > a {
    padding: 1em 1.5em;
  }

  .sc_layouts_menu_nav > li > ul {
    left: -1em;
  }

  .menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
    padding: 0.5em 1.5em;
  }
}
@media (max-width: 1439px) {
  /* Theme Common styles */
  html {
    font-size: 16px;
    line-height: 164.2857%;
  }

  h1, .front_page_section_caption {
    font-size: 5em;
  }

  h2 {
    font-size: 3.6em;
  }

  h3 {
    font-size: 3.3em;
  }

  h4 {
    font-size: 2.4em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1em;
  }

  .section_title {
    font-size: 2.4em;
  }

  .post_content .section_title {
    font-size: 1.3em;
  }

  /* Body sizes */
  .content_wrap, .content_container {
    width: 1100px;
  }

  .body_style_boxed .page_wrap {
    width: 1100px;
  }

  .body_style_boxed .content_wrap,
.body_style_boxed .content_container {
    width: 1020px;
  }

  .menu_side_present .menu_side_wrap {
    width: 70px;
  }

  body.menu_side_left {
    margin-left: 70px;
  }

  body.menu_side_right {
    margin-right: 70px;
  }

  .menu_side_left .sc_layouts_row_fixed_on {
    margin-left: 70px !important;
  }

  .menu_side_right .sc_layouts_row_fixed_on {
    margin-right: 70px !important;
  }

  /* Content and Sidebar */
  body.body_style_wide:not(.expand_content) [class*=content_wrap] > .content {
    width: 712.2047244094px;
  }

  body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
    width: 660.4080171797px;
  }

  [class*=content_wrap] > .sidebar {
    width: 337.7952755906px;
  }

  body.body_style_boxed [class*=content_wrap] > .sidebar {
    width: 313.2283464567px;
  }

  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 90px;
    padding-right: 90px;
  }

  .body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
    padding-right: 387.7952755906px;
  }

  .body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
    margin-left: -337.7952755906px;
  }

  .body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
    padding-left: 387.7952755906px;
  }

  .body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
    margin-right: -337.7952755906px;
  }

  /* Header */
  .menu_side_icons .toc_menu_item .toc_menu_icon:before {
    font-size: 1.8rem;
  }

  /* Mobile menu */
  .menu_mobile .menu_mobile_nav_area li > a {
    font-size: 1.2857em;
    line-height: 1.5em;
  }

  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 2em;
    line-height: 1.5em;
  }

  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
.page_banner_wrap ~ .content_wrap > .content {
    padding: 3em;
  }

  /* Post layouts */
  .post_item_404 .post_content {
    padding: 0;
  }

  .post_item_none_search .post_content {
    padding: 2em 0;
  }

  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: 70px;
  }

  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: 70px;
  }

  /* Widgets */
  .before_sidebar_banner_wrap {
    margin-bottom: 3em;
  }

  .after_sidebar_banner_wrap {
    margin-top: 3em;
  }

  .sidebar .widget + .widget {
    padding-top: 3em;
    margin-top: 3em;
  }

  .sidebar_default[class*=scheme_] .sidebar_inner {
    padding: 3em 0;
  }

  .sidebar_default[class*=scheme_] .widget {
    padding: 0 3em;
  }

  .sidebar_default[class*=scheme_] .widget + .widget {
    padding-top: 0;
    margin-top: 3em;
  }

  .sidebar .widget + .widget.widget_bg_image,
.sidebar_default[class*=scheme_] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar_default[class*=scheme_] .widget + .widget.widget_fullwidth {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  /* Related post */
  .related_wrap.related_style_classic .post_header {
    padding: 2.8em;
  }

  .related_wrap.related_style_classic .post_title {
    font-size: 1.3em;
  }

  .related_wrap.related_style_classic .post_featured + .post_header .post_meta_top {
    margin-top: -4.05em;
  }

  .related_wrap.related_style_classic .post_featured + .post_header .post_meta_top + .post_title {
    margin-top: 1.4em;
  }

  .related_wrap.related_style_classic .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 2.4em 2.4em 3em 2.4em;
  }

  .related_wrap.related_style_wide .post_featured {
    margin: 0 1.5em 0 0;
  }

  .post_content .related_wrap.related_style_wide .columns_wrap.columns_padding_bottom > [class*=column-],
.post_content .related_wrap.related_style_wide .columns_wrap > [class*=column-].columns_padding_bottom {
    padding-bottom: 1.2em;
  }

  /* Post Format */
  .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: 1.3em;
  }

  .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 2.8em;
  }

  /* Audio Controls */
  .mejs-controls .mejs-time {
    font-size: 15px;
    padding-top: 17px;
  }

  /* Custom Padding */
  .fullwidth_padding.elementor-section-full_width {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }

  .body_style_boxed .fullwidth_padding.elementor-section-full_width {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }

  /* Slider Revolution */
  .rs_main_row {
    padding: 0 90px !important;
  }

  .rs_huge_title {
    font-size: 80px !important;
    line-height: 88px !important;
  }
}
@media (max-width: 1279px) {
  /* Theme Common styles */
  h1, .front_page_section_caption {
    font-size: 60px;
    line-height: 68px;
    margin-top: 40px;
    margin-bottom: 28px;
    letter-spacing: 0;
  }

  h2 {
    font-size: 44px;
    line-height: 50px;
    margin-top: 38px;
    margin-bottom: 26px;
    letter-spacing: 0;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 36px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }

  h4 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 34px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  h5 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 32px;
    margin-bottom: 18px;
    letter-spacing: 0;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 16px;
    letter-spacing: 0;
  }

  .section_title {
    font-size: 30px;
    line-height: 38px;
  }

  .post_content .section_title {
    font-size: 22px;
    line-height: 30px;
  }

  hr, .vc_separator {
    margin: 4em 0 !important;
  }

  p, ul, ol, dl, blockquote, address,
.wp-block-button,
.wp-block-cover,
.wp-block-image,
.wp-block-video {
    margin-bottom: 1em;
  }

  .blog_mode_post blockquote, .blog_mode_page blockquote {
    margin: 1em 0;
  }

  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: 6em 3em 2.6em 3em;
  }

  blockquote:before {
    top: 2em;
    left: 2.2em;
  }

  .post_item_404 .page_title {
    font-size: 6em;
  }

  /* Body sizes */
  .body_style_boxed .page_wrap {
    width: 100%;
  }

  .content_wrap,
.content_container {
    width: 964px !important;
  }

  .menu_side_present .content_wrap,
.menu_side_present .content_container {
    width: 904px !important;
  }

  .menu_side_present .menu_side_wrap {
    width: 60px;
  }

  body.menu_side_left {
    margin-left: 60px !important;
  }

  body.menu_side_right {
    margin-right: 60px;
  }

  .menu_side_left .sc_layouts_row_fixed_on {
    margin-left: 60px !important;
  }

  .menu_side_right .sc_layouts_row_fixed_on {
    margin-right: 60px !important;
  }

  /* Content and Sidebar */
  body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*=content_wrap] > .content {
    width: 624.1503221188px;
  }

  body.menu_side_present:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*=content_wrap] > .content {
    width: 564.1503221188px;
  }

  [class*=content_wrap] > .sidebar,
body.body_style_boxed [class*=content_wrap] > .sidebar {
    width: 296.031496063px;
  }

  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
    padding-right: 339.8496778812px;
  }

  .body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
    margin-left: -296.031496063px;
  }

  .body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
    padding-left: 339.8496778812px;
  }

  .body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
    margin-right: -296.031496063px;
  }

  .page_content_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  body:not(.remove_margins) .widgets_below_content_wrap,
body:not(.remove_margins) .widgets_below_page_wrap {
    margin-bottom: -5em;
    margin-top: 5em;
  }

  /* Grid */
  .container, .container-fluid,
.trx_addons_container, .trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row, .columns_wrap, .trx_addons_columns_wrap {
    margin-right: -30px;
  }

  .row > [class*=column-],
.columns_wrap > [class*=column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 30px;
  }

  .vc_row.columns_padding_left,
.row.columns_padding_left,
.columns_wrap.columns_padding_left,
.trx_addons_columns_wrap.columns_padding_left {
    margin-left: -30px;
  }

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

  .vc_row.columns_padding_right,
.row.columns_padding_right,
.trx_addons_columns_wrap.columns_padding_right,
.columns_wrap.columns_padding_right {
    margin-right: -30px;
  }

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

  .vc_row,
.trx_addons_columns_wrap.columns_padding_center,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px;
  }

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

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

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

  .menu_mobile .menu_mobile_nav_area li > a {
    font-size: 1.2308em;
    line-height: 1.5em;
  }

  .top_panel_default .sc_layouts_row_type_normal {
    padding: 3em 0 3.5em;
  }

  /* Nav links */
  div.esg-filters, .woocommerce nav.woocommerce-pagination ul,
.comments_pagination, .nav-links, .page_links {
    margin-top: 3em;
  }

  .esg-filters div.esg-navigationbutton,
.page_links > span:not(.page_links_title), .page_links > a,
.comments_pagination .page-numbers, .nav-links .page-numbers {
    margin: 0.4em 0.4em 0 0;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    margin: 0;
  }

  .woocommerce nav.woocommerce-pagination ul li {
    margin: 0 0.4em 0 0;
  }

  /* Text fields */
  textarea, textarea.wp-editor-area {
    min-height: 10em;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }

  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,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.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,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.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,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    padding: 18px 30px;
  }

  .comments_wrap .comments_field input, .comments_wrap .comments_field textarea {
    padding: 18px 30px;
  }

  .select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
    padding: 17px 65px 17px 28px;
  }

  .select_container select {
    padding-right: 4em !important;
  }

  .select_container:after {
    right: 3em;
  }

  /* Text fields in widgets */
  .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: 18px 30px;
  }

  .widget_search input.search-submit,
.woocommerce.widget_product_search .search_button,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
    right: 0;
  }

  .widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
    right: 2.2em;
  }

  .widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
    padding: 18px 30px;
    padding-right: 4em !important;
  }

  /* Post Meta */
  .post_meta {
    font-size: 14px;
    letter-spacing: 0;
  }

  .post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
    margin: 0 0.6em;
  }

  /* Tags */
  .sc_edd_details .downloads_page_tags .downloads_page_data > a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
    padding: 8px 18px;
    font-size: 14px !important;
  }

  /* Buttons */
  form button:not(.components-button),
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.winger_tabs .winger_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,
.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,
#btn-buy {
    padding: 18px 30px;
  }

  .sc_button_simple {
    padding: 0 1.8em 0 0;
  }

  .sc_button.sc_button_size_small, .theme_button.theme_button_small {
    padding: 10px 24px;
  }

  /* Tab buttons */
  div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.winger_tabs .winger_tabs_titles li a,
div.winger_tabs .winger_tabs_titles li a.ui-tabs-anchor {
    padding: 18px 30px;
  }

  div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li, div.winger_tabs .winger_tabs_titles li + li {
    margin-left: 10px;
  }

  /* Post layouts */
  .post_item .more-link {
    margin-top: 2em;
  }

  /* Single post  */
  .comments_form_wrap {
    margin-top: 3em;
  }

  .comments_list_wrap .comment_author {
    font-size: 16px;
    line-height: 20px;
  }

  .comments_list_wrap .comment_posted {
    font-size: 14px;
    line-height: 18px;
  }

  .comments_list_wrap .comment_reply {
    font-size: 14px;
    line-height: 18px;
  }

  .comments_list_wrap .comment_content {
    padding-left: 5.3em;
  }

  .comments_list_wrap .comment_info {
    margin-top: 0.2em;
    margin-bottom: 0.7em;
  }

  .comments_list_wrap li ul .comment_info {
    margin-top: 0.2em;
  }

  .comments_list_wrap li ul .comment_content {
    padding-left: 4.6em;
  }

  .comments_list_wrap li + li,
.comments_list_wrap li ul {
    margin-top: 2em;
  }

  .comments_list_wrap ul ul {
    padding-left: 3em;
  }

  .comments_wrap .form-submit {
    margin-top: 2em;
  }

  .show_comments_single .show_comments_button {
    padding: 1.2em;
  }

  .nav-links-single {
    margin-top: 2.6em;
    padding-top: 3em;
  }

  .post_item_single .post_meta_single {
    margin-top: 3em;
    padding-top: 2.6em;
  }

  .post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item .social_icon {
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    text-align: center;
  }

  .post_item_single .post_meta_single .post_meta_likes:before {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.7em !important;
  }

  .author_wrapper {
    margin-top: 4em;
  }

  .author_info {
    padding: 2.8em 3em;
  }

  .related_wrap {
    margin-top: 4em;
    padding-top: 3.6em;
  }

  /* Audio */
  .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: 15px;
    line-height: 21px;
  }

  .trx_addons_audio_player .audio_author, .trx_addons_audio_player .audio_caption {
    margin-bottom: 0.5em;
  }

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

  /* Video */
  .trx_addons_video_player.with_cover .video_hover,
.widget_video .trx_addons_video_player.with_cover .video_hover,
.body_style_fullwide .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt .post_featured.with_thumb .post_video_hover {
    font-size: 15px;
  }

  .trx_addons_video_player.with_cover .video_hover:before,
.post_featured.with_thumb .post_video_hover:before,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video_hover:before {
    letter-spacing: -4px;
  }

  /* Pagination */
  .esg-filters div.esg-navigationbutton,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page_links > span:not(.page_links_title),
.page_links > a, .comments_pagination .page-numbers,
.nav-links .page-numbers {
    font-size: 14px;
  }

  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: 60px;
  }

  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: 60px;
  }

  /* Widgets */
  .widget ul {
    padding-left: 1em;
  }

  .widget li {
    font-size: 14px;
    line-height: 22px;
  }

  .widget ul > li:before {
    left: -0.9em;
  }

  .widget ul ul ul ul ul ul > li {
    font-size: 13px;
    letter-spacing: 0.2px;
  }

  .widget .widgettitle {
    font-size: 16px;
    line-height: 20px;
  }

  .sidebar .widget + .widget {
    margin-top: 2.4em;
    padding-top: 2.4em;
  }

  .sidebar_default[class*=scheme_] .widget {
    padding: 0 2.4em;
  }

  .sidebar_default[class*=scheme_] .sidebar_inner {
    padding: 2.4em 0;
  }

  .sidebar_default[class*=scheme_] .widget + .widget {
    margin-top: 2.4em;
  }

  /* Tags */
  .post_item_single .post_tags_single a {
    padding: 8px 18px;
    font-size: 14px;
  }

  /* Related posts */
  .related_wrap.related_style_wide .post_featured {
    margin: 0 1.2em 0 0;
  }

  .related_wrap.related_style_classic .post_header {
    padding: 2.2em;
  }

  .related_wrap.related_style_classic .post_title {
    font-size: 20px;
    line-height: 28px;
  }

  .related_wrap.related_style_classic .post_featured + .post_header .post_meta_top + .post_title {
    margin-top: 1.2em;
  }

  .related_wrap.related_style_classic .post_featured + .post_header .post_meta_top {
    margin-top: -3.75em;
  }

  .related_wrap.related_style_classic .format-audio .mejs-controls .mejs-button > button {
    font-size: 1.5em;
  }

  .related_wrap.related_style_classic .format-audio .mejs-controls .mejs-button.mejs-playpause-button {
    width: 32px !important;
    height: 42px !important;
    line-height: 42px !important;
  }

  .related_wrap.related_style_classic .format-audio .mejs-controls .mejs-button.mejs-playpause-button > button {
    width: 32px !important;
    height: 32px !important;
    line-height: 33px !important;
    margin: 10px 0;
    font-size: 1.2em;
  }

  .related_wrap.related_style_classic .format-audio .mejs-time.mejs-currenttime-container {
    margin-left: 5px;
  }

  .related_wrap.related_style_classic .format-audio .mejs-controls .mejs-time {
    font-size: 14px;
  }

  .related_wrap.related_style_classic .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 2em 2em 2.4em 2em;
  }

  .related_wrap.related_style_classic .format-audio .post_featured .post_audio_title {
    margin-bottom: 0.7em;
  }

  /* MailChimp */
  form.mc4wp-form .mc4wp-form-fields input[type=email],
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  form.mc4wp-form .mc4wp-form-fields input[type=email] {
    padding-right: 10.5em;
  }

  /* Contact Form 7 */
  .wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) + .wpcf7-not-valid-tip {
    margin-top: -1.3em;
    margin-bottom: 0.8em;
  }

  .wpcf7 input[type=submit] + .ajax-loader {
    right: -1.2em;
  }

  .wpcf7 textarea {
    height: 10em;
  }

  .wpcf7 .wpcf7-label {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
  }

  .wpcf7 .date_decor input[type=text] {
    padding-right: 4em !important;
  }

  .wpcf7 .decor_button input[type=submit] {
    padding-right: 4em;
  }

  .wpcf7 .asterisk_decor input[type=text],
.wpcf7 .asterisk_decor input[type=email],
.wpcf7 .asterisk_decor input[type=tel] {
    padding-right: 4em !important;
  }

  .wpcf7 .marker_decor input[type=text] {
    padding-right: 4em !important;
  }

  .wpcf7 .date_decor .wpcf7-form-control-wrap:before {
    top: 16px;
    right: 2.2em;
  }

  .wpcf7 .marker_decor .wpcf7-form-control-wrap:before {
    top: 17px;
    right: 2em;
  }

  .wpcf7 .asterisk_decor .wpcf7-form-control-wrap:before {
    top: 17px;
    right: 4em;
  }

  .wpcf7 .decor_button:after {
    right: 2em;
  }

  .ua_safari .ui-timepicker-div dl dd {
    margin: 0 10px 5px 40%;
  }

  .ua_safari .ui-datepicker.ui-datepicker .ui_tpicker_hour_label,
.ua_safari .ui-datepicker.ui-datepicker .ui_tpicker_minute_label {
    margin-top: 5px;
  }

  /* Checkbox */
  input[type=radio] + label,
input[type=checkbox] + label,
input[type=radio] + .wpcf7-list-item-label,
input[type=checkbox] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span,
label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span {
    font-size: 14px;
    line-height: 23px;
  }

  .wpgdprc-checkbox label {
    font-size: 14px;
    line-height: 23px;
  }

  /* Essential Grid */
  #esg-cobbles-grid .esg-filters[style*=margin-bottom],
#esg-default-grid .esg-filters[style*=margin-bottom] {
    margin-bottom: 40px !important;
  }

  #esg-cobbles-grid .esg-filters[style*=margin-top],
#esg-default-grid .esg-filters[style*=margin-top] {
    margin-top: 40px !important;
  }

  /* Custom Padding */
  .fullwidth_padding.elementor-section-full_width {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .body_style_boxed .fullwidth_padding.elementor-section-full_width {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* Revolution Slider */
  .rs_main_row {
    padding: 0 30px !important;
  }

  .rs_huge_title {
    font-size: 66px !important;
    line-height: 72px !important;
  }

  .rs_main_button {
    padding: 18px 30px !important;
  }

  .rs_main_title {
    font-size: 55px !important;
    line-height: 65px !important;
  }

  /* Controls */
  .warden.tparrows {
    width: 60px;
  }

  .warden.tparrows:before {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  /* Theme Common styles */
  .sidebar_small_screen_above .sidebar_inner {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  /* Theme Common styles */
  h1, .front_page_section_caption {
    font-size: 48px;
    line-height: 54px;
    margin-top: 32px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 30px;
    margin-bottom: 18px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 28px;
    margin-bottom: 16px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 26px;
    margin-bottom: 14px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  h6 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 22px;
    margin-bottom: 10px;
  }

  .section_title {
    font-size: 26px;
    line-height: 32px;
  }

  .post_content .section_title {
    font-size: 20px;
    line-height: 26px;
  }

  /* Tags layouts */
  hr, .vc_separator {
    margin: 3em 0 !important;
  }

  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: 5.4em 2.4em 2.4em 2.4em;
  }

  blockquote > cite, blockquote > p > cite, blockquote > .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
    margin-top: 1.5em;
    font-size: 14px;
  }

  blockquote:before {
    top: 1.8em;
    left: 1.8em;
  }

  figure figcaption, .wp-block-image 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;
    line-height: 18px;
    padding: 10px 0 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.3333333333%;
  }

  .column-1_4-tablet {
    width: 25%;
  }

  .column-1_5-tablet {
    width: 20%;
  }

  .column-1_6-tablet {
    width: 16.6666666667%;
  }

  .column-1_7-tablet {
    width: 14.2857142857%;
  }

  .column-1_8-tablet {
    width: 12.5%;
  }

  .column-1_9-tablet {
    width: 11.1111111111%;
  }

  .column-1_10-tablet {
    width: 10%;
  }

  .column-1_11-tablet {
    width: 9.0909090909%;
  }

  .column-1_12-tablet {
    width: 8.3333333333%;
  }

  .column-2_2-tablet {
    width: 100%;
  }

  .column-2_3-tablet {
    width: 66.6666666667%;
  }

  .column-2_4-tablet {
    width: 50%;
  }

  .column-2_5-tablet {
    width: 40%;
  }

  .column-2_6-tablet {
    width: 33.3333333333%;
  }

  .column-2_7-tablet {
    width: 28.5714285714%;
  }

  .column-2_8-tablet {
    width: 25%;
  }

  .column-2_9-tablet {
    width: 22.2222222222%;
  }

  .column-2_10-tablet {
    width: 20%;
  }

  .column-2_11-tablet {
    width: 18.1818181818%;
  }

  .column-2_12-tablet {
    width: 16.6666666667%;
  }

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

  .column-3_8-tablet {
    width: 37.5%;
  }

  .column-3_9-tablet {
    width: 33.3333333333%;
  }

  .column-3_10-tablet {
    width: 30%;
  }

  .column-3_11-tablet {
    width: 27.2727272727%;
  }

  .column-3_12-tablet {
    width: 25%;
  }

  .column-4_4-tablet {
    width: 100%;
  }

  .column-4_5-tablet {
    width: 80%;
  }

  .column-4_6-tablet {
    width: 66.6666666667%;
  }

  .column-4_7-tablet {
    width: 57.1428571429%;
  }

  .column-4_8-tablet {
    width: 50%;
  }

  .column-4_9-tablet {
    width: 44.4444444444%;
  }

  .column-4_10-tablet {
    width: 40%;
  }

  .column-4_11-tablet {
    width: 36.3636363636%;
  }

  .column-4_12-tablet {
    width: 33.3333333333%;
  }

  .column-5_5-tablet {
    width: 100%;
  }

  .column-5_6-tablet {
    width: 83.3333333333%;
  }

  .column-5_7-tablet {
    width: 71.4285714286%;
  }

  .column-5_8-tablet {
    width: 62.5%;
  }

  .column-5_9-tablet {
    width: 55.5555555556%;
  }

  .column-5_10-tablet {
    width: 50%;
  }

  .column-5_11-tablet {
    width: 45.4545454545%;
  }

  .column-5_12-tablet {
    width: 41.6666666667%;
  }

  .column-6_6-tablet {
    width: 100%;
  }

  .column-6_7-tablet {
    width: 85.7142857143%;
  }

  .column-6_8-tablet {
    width: 75%;
  }

  .column-6_9-tablet {
    width: 66.6666666667%;
  }

  .column-6_10-tablet {
    width: 60%;
  }

  .column-6_11-tablet {
    width: 54.5454545455%;
  }

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

  .column-7_10-tablet {
    width: 70%;
  }

  .column-7_11-tablet {
    width: 63.6363636364%;
  }

  .column-7_12-tablet {
    width: 58.3333333333%;
  }

  .column-8_8-tablet {
    width: 100%;
  }

  .column-8_9-tablet {
    width: 88.8888888889%;
  }

  .column-8_10-tablet {
    width: 80%;
  }

  .column-8_11-tablet {
    width: 72.7272727273%;
  }

  .column-8_12-tablet {
    width: 66.6666666667%;
  }

  .column-9_9-tablet {
    width: 100%;
  }

  .column-9_10-tablet {
    width: 90%;
  }

  .column-9_11-tablet {
    width: 81.8181818182%;
  }

  .column-9_12-tablet {
    width: 75%;
  }

  .column-10_10-tablet {
    width: 100%;
  }

  .column-10_11-tablet {
    width: 90.9090909091%;
  }

  .column-10_12-tablet {
    width: 83.3333333333%;
  }

  .column-11_11-tablet {
    width: 100%;
  }

  .column-11_12-tablet {
    width: 91.6666666667%;
  }

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

  /* Body sizes */
  .content_wrap,
.content_container {
    width: 708px !important;
  }

  .menu_side_present .content_wrap,
.menu_side_present .content_container {
    width: 648px !important;
  }

  .menu_side_present .menu_side_wrap {
    width: 60px;
  }

  body.menu_side_left {
    margin-left: 60px;
  }

  body.menu_side_right {
    margin-right: 60px;
  }

  .menu_side_left .sc_layouts_row_fixed_on {
    margin-left: 60px !important;
  }

  .menu_side_right .sc_layouts_row_fixed_on {
    margin-right: 60px !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: 4em;
  }

  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .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: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar_small_screen_above .content_wrap > .widgets_above_page {
    order: 10;
  }

  .sidebar_small_screen_above .content_wrap > .sidebar {
    order: 20;
    margin-top: 0;
    margin-bottom: 4em;
  }

  .sidebar_small_screen_above .content_wrap > .content {
    order: 30;
  }

  .sidebar_small_screen_above .content_wrap > .widgets_below_page {
    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: 1px solid #ddd;
    padding: 1em 2em;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.5em;
  }

  .sidebar_small_screen_above .sidebar_control:after {
    content: "";
    font-family: "fontello";
    display: inline-block;
    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;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    position: absolute;
    z-index: 1;
    top: 0.75em;
    right: 1em;
  }

  .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: 390px !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: 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-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -ms-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: "";
    font-family: "fontello";
    display: inline-block;
    vertical-align: top;
  }

  .sidebar_small_screen_float.sidebar_right .sidebar_control:after {
    content: "";
  }

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

  body:not(.remove_margins) .widgets_below_content_wrap,
body:not(.remove_margins) .widgets_below_page_wrap {
    margin-bottom: -5em;
    margin-top: 5em;
  }

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

  .top_panel.with_bg_image {
    min-height: 20em;
  }

  /* Menu */
  .menu_main_nav_area > ul, .sc_layouts_menu_nav,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
    font-size: 14px;
  }

  .menu_main_nav > li > ul, .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_popup .sc_layouts_menu_nav {
    font-size: 14px;
  }

  .sc_layouts_menu_nav > li > a {
    padding: 0.6em 1.1em;
  }

  .sc_layouts_menu_nav > li.menu-item-has-children > a {
    padding-right: 1.1em;
  }

  .sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
    padding: 0.5em 2.2em;
  }

  .sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
    font-size: 9px;
    top: 0.8em;
    right: 2em;
  }

  .menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
    padding: 0.5em 1.1em;
  }

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

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

  /* Inputs */
  input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
.select_container select,
textarea,
textarea.wp-editor-area,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.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,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.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,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    font-size: 14px;
  }

  .select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
    font-size: 14px;
  }

  /* Buttons */
  form button:not(.components-button),
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.winger_tabs .winger_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,
.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,
#btn-buy {
    font-size: 14px;
  }

  form button:not(.components-button), input[type=button],
input[type=reset], input[type=submit], .theme_button,
.sc_layouts_row .sc_button, .sc_portfolio_preview_show .post_readmore,
.wp-block-button__link, .post_item .more-link,
div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a, .winger_tabs .winger_tabs_titles li a {
    font-size: 14px;
  }

  div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li, div.winger_tabs .winger_tabs_titles li {
    font-size: 14px;
  }

  /* Slider */
  .top_panel .slider_engine_revo .slide_subtitle {
    margin-bottom: 1em !important;
  }

  .top_panel .slider_engine_revo .slide_button {
    font-size: 12px !important;
  }

  /* Post Meta */
  .post_meta .post_meta_item.post_date > a {
    margin: -8px -16px;
  }

  .post_meta .post_meta_item.post_date,
.post_meta .post_meta_item.post_date > a {
    padding: 6px 14px;
  }

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

  .post_item_404:not([class*=post_item_none_]) .page_title {
    font-size: 12em;
    line-height: 1em;
  }

  .format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }

  /* Controls */
  .mejs-controls .mejs-button > button {
    font-size: 1.5em;
  }

  .mejs-button.mejs-playpause-button > button {
    font-size: 1.25em;
  }

  .mejs-button.mejs-playpause-button {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  .mejs-button.mejs-playpause-button > button {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 6px 0;
  }

  .mejs-time.mejs-currenttime-container {
    margin-left: 8px;
  }

  .mejs-time.mejs-duration-container {
    margin-right: 4px;
  }

  .mejs-controls .mejs-time {
    padding-top: 18px;
    font-size: 14px;
    line-height: 16px;
  }

  .mejs-horizontal-volume-slider,
.mejs-horizontal-volume-total {
    width: 40px !important;
  }

  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
.page_banner_wrap ~ .content_wrap > .content {
    padding: 30px;
  }

  /* Single */
  .post_item_single .post_tags_single {
    margin-top: 1.5em;
  }

  .post_item_single .post_meta_single {
    margin-top: 2.5em;
    padding-top: 2em;
  }

  .show_comments_single .show_comments_button {
    font-size: 14px;
    line-height: 20px;
  }

  /* Author */
  .author_wrapper {
    margin-top: 3em;
  }

  .author_info .author_bio .author_links {
    margin-top: 1.2em;
  }

  .author_info .author_bio .author_links .author_link {
    font-size: 14px;
    line-height: 18px;
  }

  /* Comment */
  .comments_list_wrap {
    margin-top: 3em;
  }

  /* Related */
  .related_wrap {
    margin-top: 3.4em;
    padding-top: 2.8em;
  }

  .related_wrap.related_style_classic .post_header {
    padding: 1.8em;
  }

  .related_wrap.related_style_classic .post_title {
    font-size: 18px;
    line-height: 24px;
  }

  .related_wrap.related_style_classic .post_featured + .post_header .post_meta_top {
    margin-top: -3.05em;
  }

  .related_wrap.related_style_classic .post_meta {
    margin-top: 1.4em;
  }

  .related_wrap.related_style_wide .post_title {
    margin: 0;
  }

  .related_wrap.related_style_wide .post_meta {
    font-size: 13px;
  }

  /* Nav links */
  .nav-links-single {
    margin-top: 2em;
    padding-top: 2.5em;
  }

  .nav-links-single .nav-links .nav-arrow-label {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-links-single .nav-links .post-title {
    font-size: 16px;
    line-height: 21px;
  }

  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: 60px;
  }

  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: 60px;
  }

  /* Single post share icons */
  .sidebar_hide.narrow_content .post_info_vertical {
    display: none;
    position: static;
    top: auto;
    left: auto;
  }

  .sidebar_hide.narrow_content .post_info_vertical .socials_wrap.socials_dir_vertical {
    white-space: nowrap;
  }

  .sidebar_hide.narrow_content .post_info_vertical .socials_wrap.socials_dir_vertical .social_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 2em 0 !important;
  }

  .sidebar_show .post_info_vertical,
.sidebar_hide:not(.narrow_content) .post_info_vertical {
    display: none;
  }

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

  /* Close comment reply */
  #cancel-comment-reply-link {
    top: -0.25em;
  }

  /* Widgets */
  .before_sidebar_banner_wrap {
    margin-bottom: 30px;
  }

  .after_sidebar_banner_wrap {
    margin-top: 30px;
  }

  .sidebar_default .sidebar_inner {
    padding: 30px 0;
  }

  .sidebar_default[class*=scheme_] .sidebar_inner {
    padding: 30px;
  }

  .sidebar_default.sidebar_float[class*=scheme_] .sidebar_inner {
    padding: 30px;
  }

  .sidebar.sidebar_float .widget,
.sidebar_default.sidebar_float[class*=scheme_] .widget {
    padding: 0;
  }

  .sidebar:not(.sidebar_float) .widget, .sidebar:not(.sidebar_float)[class*=scheme_] .widget {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: calc(50% - 15px);
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sidebar:not(.sidebar_float) .widget:nth-child(2n+1),
.sidebar:not(.sidebar_float)[class*=scheme_] .widget:nth-child(2n+1) {
    margin-right: 30px;
  }

  .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: 30px !important;
    padding-top: 30px !important;
    border-top-width: 1px;
    border-top-style: solid;
  }

  .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: 30px !important;
    padding-top: 30px !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;
  }

  /* Mailchimp */
  form.mc4wp-form .mc4wp-form-fields input[type=email],
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    height: 59px;
  }

  /* Contact Form 7 */
  .wpcf7 .wpcf7-label {
    font-size: 14px;
  }

  .wpcf7 .column-1_1 .wpcf7-submit-wrap-fullwidth,
.wpcf7 .column-1_1 .wpcf7-submit-wrap {
    margin-top: 1.5em;
  }

  .wpcf7 .date_decor .wpcf7-form-control-wrap:before {
    top: 15px;
    right: 2em;
  }

  .wpcf7 .asterisk_decor .wpcf7-form-control-wrap:before {
    top: 15px;
  }

  .wpcf7 .marker_decor .wpcf7-form-control-wrap:before {
    top: 15px;
  }

  /* extra */
  .wpcf7 .extra_form .columns_wrap {
    white-space: normal;
  }

  .wpcf7 .extra_form .columns_wrap .column-1_4 {
    width: 50%;
  }

  .wpcf7 div.wpcf7-response-output {
    font-size: 14px;
    line-height: 21px;
  }

  /* Revolution Slider */
  .rs_huge_title {
    font-size: 52px !important;
    line-height: 58px !important;
  }

  .rs_main_button {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .rs_main_title {
    font-size: 48px !important;
    line-height: 56px !important;
  }

  /* Datepicker */
  .ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 13px;
    line-height: 18px;
  }

  .ui-timepicker-div dl dd, .ui-timepicker-div dl dt {
    font-size: 15px;
    line-height: 23px;
  }

  .ui-timepicker-div dl dd, .ui-timepicker-div dl dt {
    font-size: 14px;
    line-height: 22px;
  }

  .ui-datepicker .ui-datepicker-title {
    font-size: 15px;
  }

  .ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  /* Theme Common styles */
  html {
    font-size: 15px;
  }

  h1, .front_page_section_caption {
    font-size: 36px;
    line-height: 44px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 28px;
    margin-bottom: 18px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 26px;
    margin-bottom: 16px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 14px;
  }

  h5 {
    font-size: 17px;
    line-height: 22px;
    margin-top: 22px;
    margin-bottom: 12px;
  }

  h6 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  table th, table td,
.sc_table table th, .sc_table table td {
    font-size: 14px;
    line-height: 22px;
    padding: 0.6rem;
    letter-spacing: 0;
  }

  .section_title {
    font-size: 24px;
    line-height: 30px;
  }

  .post_content .section_title {
    font-size: 19px;
    line-height: 26px;
  }

  .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 1em;
  }

  .wp-block-columns .wp-block-column:first-child {
    margin-left: 0;
  }

  /* Body sizes */
  .content_wrap,
.content_container {
    width: 440px !important;
  }

  .menu_side_present .content_wrap,
.menu_side_present .content_container {
    width: 440px !important;
  }

  .menu_side_present .menu_side_wrap {
    width: 60px !important;
  }

  body.mobile_layout.menu_side_left .menu_side_wrap {
    left: -60px;
  }

  body.mobile_layout.menu_side_right .menu_side_wrap {
    right: -60px;
  }

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

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

  body:not(.remove_margins) .widgets_below_content_wrap,
body:not(.remove_margins) .widgets_below_page_wrap {
    margin-bottom: -4em;
    margin-top: 4em;
  }

  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* 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: 10px;
    padding-right: 10px;
  }

  .row,
.columns_wrap,
.trx_addons_columns_wrap {
    margin-right: -20px;
  }

  .row > [class*=column-],
.columns_wrap > [class*=column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 20px;
  }

  .vc_row.columns_padding_left,
.trx_addons_columns_wrap.columns_padding_left,
.row.columns_padding_left,
.columns_wrap.columns_padding_left {
    margin-left: -20px;
  }

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

  .vc_row.columns_padding_right,
.trx_addons_columns_wrap.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
    margin-right: -20px;
  }

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

  .vc_row,
.trx_addons_columns_wrap.columns_padding_center,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
    margin-left: -10px;
    margin-right: -10px;
  }

  .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: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* 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: 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: 4rem;
    padding-bottom: 4rem;
  }

  .thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
    height: 25rem;
  }

  .top_panel_default .top_panel_navi .columns_wrap > [class*=column-] {
    width: 50%;
  }

  /* Post Meta */
  .post_meta {
    font-size: 13px;
  }

  .post_meta .post_meta_item.post_date {
    margin-right: 1.6em;
  }

  .post_meta .post_meta_item.post_date,
.post_meta .post_meta_item.post_date > a {
    font-size: 10px;
    line-height: 12px;
  }

  /* Audio */
  .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 2em;
  }

  /* Buttons */
  form button:not(.components-button),
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.winger_tabs .winger_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,
.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,
#btn-buy {
    padding: 15px 25px;
  }

  .sc_button.sc_button_size_small, .theme_button.theme_button_small {
    padding: 8px 22px;
  }

  .sc_button_simple {
    padding: 0 1.5em 0 0;
  }

  .sc_button.sc_button_simple:before, .sc_button.sc_button_simple:after {
    font-size: 9px;
  }

  /* Text fields */
  textarea, textarea.wp-editor-area {
    min-height: 8em;
  }

  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,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.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,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.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,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    padding: 15px 25px;
  }

  .comments_wrap .comments_field input, .comments_wrap .comments_field textarea {
    padding: 15px 25px;
  }

  .select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
    padding: 15px 50px 15px 25px;
  }

  .select2-container.select2-container--default .select2-selection .select2-selection__arrow {
    right: 20px;
    font-size: 9px;
  }

  /* Text fields in widgets */
  .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: 15px 25px;
  }

  .widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
    padding: 15px 25px;
  }

  .widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
    right: 1.8em;
  }

  div.esg-filter-wrapper .esg-filterbutton > span, .mptt-navigation-tabs li a,
div.winger_tabs .winger_tabs_titles li a, div.winger_tabs .winger_tabs_titles li a.ui-tabs-anchor {
    padding: 12px 20px;
  }

  /* 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.3em;
    height: 2.3em;
    line-height: 2.3em;
  }

  .search_style_fullscreen.search_opened .search_close {
    font-size: 1em;
  }

  .search_style_fullscreen.search_opened .search_field {
    padding-right: 1.25em !important;
  }

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

  /* Widgets */
  .widget li {
    font-size: 13px;
    line-height: 21px;
  }

  .widget ul > li:before {
    font-size: 15px;
  }

  .widget ul ul ul ul ul ul {
    padding-left: 1.02em;
  }

  .widget ul ul ul ul ul ul > li {
    font-size: 12px;
    letter-spacing: 0;
  }

  .widget ul ul ul ul ul ul > li:before {
    font-size: 14px;
  }

  .widget ul ul ul ul ul ul ul ul ul {
    padding-left: 1em;
  }

  .widget ul ul ul ul ul ul ul ul ul > li {
    font-size: 11px;
    letter-spacing: 0;
  }

  .widget ul ul ul ul ul ul ul ul ul > li:before {
    font-size: 13px;
    left: -0.85em;
  }

  .before_sidebar_banner_wrap {
    margin-bottom: 20px;
  }

  .after_sidebar_banner_wrap {
    margin-top: 20px;
  }

  .sidebar_default .sidebar_inner {
    padding: 20px 0;
  }

  .sidebar_default[class*=scheme_] .sidebar_inner {
    padding: 30px;
  }

  .sidebar_default.sidebar_float[class*=scheme_] .sidebar_inner {
    padding: 20px;
  }

  .sidebar:not(.sidebar_float) .widget,
.sidebar_default:not(.sidebar_float)[class*=scheme_] .widget {
    width: calc(50% - 10px);
    padding: 0;
  }

  .sidebar:not(.sidebar_float) .widget:nth-child(2n+1),
.sidebar_default:not(.sidebar_float)[class*=scheme_] .widget:nth-child(2n+1) {
    margin-right: 20px;
  }

  .footer_wrap .widget + .widget + .widget,
.sidebar:not(.sidebar_float) .widget + .widget + .widget, .sidebar:not(.sidebar_float)[class*=scheme_] .widget + .widget + .widget {
    margin-top: 20px !important;
    padding-top: 20px !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 + .wpb_column + .wpb_column {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }

  /* Tabs */
  .winger_tabs .winger_tabs_titles {
    margin: 0 0 2em;
  }

  /* Menu Mobile */
  .menu_mobile .search_mobile .search_field {
    padding: 1.32em 5em 1.32em 2em !important;
  }

  .menu_mobile .search_mobile .search_submit {
    padding: 1em 2em;
  }

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

  .post_item_404 .page_info {
    padding-left: 0;
    padding-top: 2em;
    width: 100%;
    text-align: center;
  }

  .post_item_404 .page_description {
    line-height: 1.7em;
  }

  .post_item_404 .go_home {
    padding: 1em 2em;
  }

  blockquote > a, blockquote > p > a, blockquote > cite, blockquote > p > cite {
    margin-top: 1.5em;
  }

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

  .post_item_single .post_tags_single a {
    font-size: 13px;
  }

  .post_item_single .post_meta_single .post_meta_likes {
    font-size: 15px;
    line-height: 19px;
  }

  .comments_wrap .form-submit {
    margin-top: 2em;
  }

  .comments_wrap .comments_author, .comments_wrap .comments_email {
    width: 100%;
    float: none;
  }

  .comments_list_wrap .comment_author_avatar {
    width: 3.2em;
    height: 3.2em;
    line-height: 3.2em;
  }

  .comments_list_wrap li ul .comment_author_avatar {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
  }

  .comments_list_wrap .comment_author {
    font-size: 15px;
    line-height: 19px;
  }

  .comments_list_wrap .comment_posted {
    font-size: 13px;
    line-height: 17px;
  }

  .comments_list_wrap .comment_reply {
    font-size: 13px;
    line-height: 17px;
  }

  .comments_list_wrap .comment_reply a:after {
    font-size: 9px;
  }

  .comments_list_wrap .comment_content {
    padding-left: 4.2em;
  }

  .comments_list_wrap li ul .comment_content {
    padding-left: 3.8em;
  }

  .comments_list_wrap li + li, .comments_list_wrap li ul {
    margin-top: 1.5em;
  }

  .comments_list_wrap ul ul {
    padding-left: 2em;
  }

  .comments_list_wrap .comment_info {
    margin-bottom: 0.5em;
  }

  .related_wrap .related_item_style_1 .post_title {
    letter-spacing: 0;
    margin: 0;
  }

  .related_wrap.related_style_wide .post_featured {
    width: 5.5em;
  }

  .related_wrap.related_style_classic .post_title {
    font-size: 20px;
    line-height: 26px;
  }

  /* Single post author */
  .author_info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .author_info .author_description {
    margin: 1.5em 0 0 0;
    text-align: center;
  }

  .author_info .author_avatar {
    width: 7em;
    height: 7em;
    line-height: 7em;
    text-align: center;
  }

  /* 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 .nav-next a,
.nav-links-single .nav-links .nav-previous a {
    padding: 0;
  }

  .nav-links-single .nav-links a .nav-arrow {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    display: inline-block;
    margin-bottom: 1em;
  }

  .nav-links-single .nav-links .post-title {
    font-size: 15px;
    line-height: 20px;
  }

  .nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
    font-size: 12px;
    line-height: 17px;
  }

  .nav-links-single .nav-links .nav-arrow-label {
    font-size: 13px;
    line-height: 17px;
  }

  .nav-links-single .nav-links .nav-arrow-label:before,
.nav-links-single .nav-links .nav-arrow-label:after {
    font-size: 9px;
  }

  /* Tags */
  .sc_edd_details .downloads_page_tags .downloads_page_data > a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
    font-size: 13px !important;
  }

  /* Calendar */
  .widget_calendar td#today:before {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
  }

  /* Pagination */
  div.esg-filters, .woocommerce nav.woocommerce-pagination ul,
.comments_pagination, .nav-links, .page_links {
    margin-top: 2em;
  }

  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: 60px;
  }

  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: 60px;
  }

  /* Comments */
  .show_comments_single,
.comments_list_wrap,
.comments_form_wrap {
    margin-top: 3em;
  }

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

  /* Contact Form 7 */
  .wpcf7 textarea {
    height: 8em;
  }

  .wpcf7 .columns_wrap {
    white-space: normal;
    letter-spacing: 0;
    margin-right: -20px;
  }

  .wpcf7 .columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*=column-] {
    padding-top: 0;
  }

  .wpcf7 .column-1_1 .wpcf7-submit-wrap-fullwidth,
.wpcf7 .column-1_1 .wpcf7-submit-wrap {
    margin-top: 1.5em;
  }

  .wpcf7 .select_container, .wpcf7 textarea,
.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
    margin-bottom: 15px;
  }

  .wpcf7 .date_decor .wpcf7-form-control-wrap:before {
    top: 14px;
  }

  .wpcf7 .asterisk_decor .wpcf7-form-control-wrap:before {
    top: 14px;
  }

  .wpcf7 .marker_decor .wpcf7-form-control-wrap:before {
    top: 14px;
  }

  .wpcf7 .extra_form .wpcf7-submit-wrap-fullwidth {
    margin-bottom: 15px;
  }

  .wpcf7 .extra_form .columns_wrap .column-1_4 {
    width: 100%;
  }

  /* MailChimp */
  form.mc4wp-form .mc4wp-form-fields input[type=email],
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    height: 53px;
  }

  form.mc4wp-form .mc4wp-form-fields input[type=email] {
    padding-right: 9.5em;
  }

  form.mc4wp-form .mc4wp-form-fields input[type=email],
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Essential Grid */
  #esg-cobbles-grid .esg-filters[style*=margin-bottom],
#esg-default-grid .esg-filters[style*=margin-bottom] {
    margin-bottom: 20px !important;
  }

  #esg-cobbles-grid .esg-filters[style*=margin-top],
#esg-default-grid .esg-filters[style*=margin-top] {
    margin-top: 20px !important;
  }

  .esgbox-button--close:before {
    font-size: 13px;
  }

  /* Revolution Slider */
  .rs_main_row {
    padding: 0 20px !important;
  }

  .rs_huge_title {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .rs_main_button {
    padding: 10px 22px !important;
  }

  .rs_main_title {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .rs_spacer_top {
    height: 40px !important;
  }

  .rs_spacer_bottom {
    height: 18px !important;
  }

  /* Custom Paddins */
  .body_style_boxed .fullwidth_padding.elementor-section-full_width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .fullwidth_padding.elementor-section-full_width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 479px) {
  /* Theme Common styles */
  h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
  }

  h1, .front_page_section_caption {
    font-size: 32px;
    line-height: 38px;
    margin-top: 28px;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 26px;
    margin-bottom: 16px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 14px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 22px;
    margin-bottom: 12px;
  }

  h5 {
    font-size: 17px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  h6 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .section_title {
    font-size: 22px;
    line-height: 28px;
  }

  .post_content .section_title {
    font-size: 18px;
    line-height: 24px;
  }

  .widget .widgettitle {
    font-size: 15px;
    line-height: 18px;
  }

  /* Tags layouts */
  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: 5em 2em 2em 2em;
  }

  blockquote:before {
    top: 1.5em;
    left: 1.5em;
  }

  blockquote p {
    font-size: 15px;
  }

  blockquote > a, blockquote > p > a,
blockquote > cite, blockquote > p > cite {
    font-size: 14px;
  }

  table th, table td,
.sc_table table th,
.sc_table table td {
    padding: 0.4rem;
  }

  figure figcaption, .wp-block-image 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: 13px;
    line-height: 17px;
    letter-spacing: 0;
  }

  /* Buttons */
  form button:not(.components-button),
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.winger_tabs .winger_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,
.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,
#btn-buy {
    padding: 12px 22px;
  }

  .sc_button_simple {
    padding: 0 1.3em 0 0;
  }

  /* Inputs */
  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,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.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,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.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,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    padding: 12px 22px;
    width: 100%;
  }

  .comments_wrap .comments_field input, .comments_wrap .comments_field textarea {
    padding: 12px 22px;
  }

  .select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
    padding: 12px 47px 12px 22px;
  }

  /* Text fields in widgets */
  .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: 12px 22px;
  }

  .widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
    padding: 12px 22px;
  }

  figure figcaption {
    font-size: 12px;
  }

  /* Body sizes */
  .content_wrap, .content_container {
    width: 280px !important;
  }

  /* Content and Sidebar */
  [class*=content_wrap] > .sidebar {
    margin-top: 3.5em;
  }

  .sidebar_small_screen_above .content_wrap > .sidebar {
    margin-bottom: 3.5em;
  }

  .sidebar_small_screen_float.sidebar_show .sidebar {
    width: 270px !important;
  }

  .widgets_above_page_wrap, .widgets_above_content_wrap {
    margin-bottom: 3.5em;
  }

  body:not(.remove_margins) .widgets_below_content_wrap,
body:not(.remove_margins) .widgets_below_page_wrap {
    margin-bottom: -4em;
    margin-top: 4em;
  }

  .menu_side_present .content_wrap,
.menu_side_present .content_container {
    width: 280px !important;
  }

  .menu_side_present .menu_side_wrap {
    width: 60px !important;
  }

  body.mobile_layout.menu_side_left .menu_side_wrap {
    left: -60px;
  }

  body.mobile_layout.menu_side_right .menu_side_wrap {
    right: -60px;
  }

  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Grid */
  .container, .container-fluid,
.trx_addons_container, .trx_addons_container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row,
.columns_wrap,
.trx_addons_columns_wrap {
    margin-right: -20px;
  }

  .row > [class*=column-],
.columns_wrap > [class*=column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 20px;
  }

  .vc_row.columns_padding_left,
.trx_addons_columns_wrap.columns_padding_left,
.row.columns_padding_left,
.columns_wrap.columns_padding_left {
    margin-left: -20px;
  }

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

  .vc_row.columns_padding_right,
.trx_addons_columns_wrap.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
    margin-right: -20px;
  }

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

  .vc_row,
.trx_addons_columns_wrap.columns_padding_center,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
    margin-left: -10px;
    margin-right: -10px;
  }

  .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: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* 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.menu-item > a {
    font-size: 18px;
    line-height: 1.5em;
  }

  .menu_mobile .menu_mobile_nav_area > ul > li.menu-item[class*=icon-]:before {
    -webkit-transform: translateX(-140px);
    -ms-transform: translateX(-140px);
    transform: translateX(-140px);
  }

  .menu_mobile .menu_mobile_nav_area li.menu-item > a {
    font-size: 16px;
    line-height: 1.5em;
    width: 280px;
  }

  .menu_mobile .menu_mobile_nav_area ul ul ul li.menu-item > a {
    font-size: 16px;
    line-height: 1.5em;
  }

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

  .menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item > a {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }

  .menu_mobile .search_mobile .search_field {
    padding: 1.1em 4.2em 1.1em 1.8em !important;
  }

  .menu_mobile .search_mobile .search_submit {
    padding: 0.9em 2em;
    font-size: 13px;
  }

  .menu_mobile_close {
    width: 3em;
    height: 3em;
    line-height: 3em;
  }

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

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

  .post_item_none_search .page_title, .post_item_none_archive .page_title {
    font-size: 3em;
  }

  .trx_addons_video_player.with_cover .video_hover,
.widget_video .trx_addons_video_player.with_cover .video_hover,
.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: 13px;
  }

  .format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }

  .format-audio .post_featured.with_thumb .post_audio.with_iframe {
    bottom: -3px;
    left: 0;
    right: 0;
  }

  .mejs-horizontal-volume-slider,
.mejs-horizontal-volume-total {
    width: 32px !important;
  }

  .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 1.6em;
  }

  .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: 14px;
    line-height: 20px;
  }

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

  .format-audio .post_featured .post_audio_title {
    margin-bottom: 1em;
  }

  .mejs-controls .mejs-button > button {
    font-size: 1.3em;
  }

  .mejs-button.mejs-playpause-button > button {
    font-size: 1em;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    margin: 10px 0;
  }

  .mejs-controls .mejs-time {
    font-size: 13px;
  }

  .mejs-time.mejs-currenttime-container {
    margin-left: 5px;
  }

  .mejs-time.mejs-duration-container {
    margin-right: 2px;
  }

  /* Tags */
  .sc_edd_details .downloads_page_tags .downloads_page_data > a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
    padding: 6px 16px;
  }

  /* Post Meta */
  .post_meta .post_meta_item.post_date {
    margin-right: 1.3em;
  }

  .post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
    margin: 0 0.5em;
  }

  /* Single post */
  .post_item_single > .post_featured {
    margin-bottom: 2em;
  }

  .post_item_single .post_tags_single a {
    padding: 6px 16px;
  }

  .post_item_single .post_meta_single {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post_item_single .post_meta_single .post_meta_likes:before {
    font-size: 16px;
  }

  .author_info {
    padding: 2.2em 2.6em;
  }

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

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

  .comments_list_wrap ul li + li, .comments_list_wrap li > ul > li {
    padding-top: 2em;
  }

  .comments_list_wrap ul ul {
    margin-left: 0;
    padding-left: 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.5em;
  }

  .comments_list_wrap .comment_content {
    padding-left: 0;
  }

  .show_comments_single .show_comments_button {
    padding: 1em;
  }

  .comment-form-comment + label,
.comments_field + label {
    display: inline-block;
    line-height: 21px;
  }

  /* Close comment reply */
  #cancel-comment-reply-link {
    top: -0.4em;
  }

  .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.related_style_classic .post_title {
    font-size: 18px;
    line-height: 24px;
  }

  /* Single post navigation fixed with side menu active */
  .menu_side_left .nav-links-single.nav-links-fixed {
    margin-left: 60px;
  }

  .menu_side_right .nav-links-single.nav-links-fixed {
    margin-right: 60px;
  }

  /* Widgets */
  .before_sidebar_banner_wrap {
    margin-bottom: 20px;
  }

  .after_sidebar_banner_wrap {
    margin-top: 20px;
  }

  .sidebar_default[class*=scheme_] .sidebar_inner {
    padding: 30px;
  }

  .sidebar .widget,
.sidebar_default[class*=scheme_] .widget {
    width: 100% !important;
  }

  .sidebar:not(.sidebar_float) .widget:nth-child(2n+1),
.sidebar_default:not(.sidebar_float)[class*=scheme_] .widget:nth-child(2n+1) {
    margin-right: 0;
  }

  .sidebar:not(.sidebar_float) .widget + .widget,
.sidebar:not(.sidebar_float)[class*=scheme_] .widget + .widget {
    border-top-width: 1px;
  }

  .footer_wrap .widget + .widget,
.sidebar .widget + .widget,
.sidebar_default[class*=scheme_] .widget + .widget {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top-width: 1px;
    border-top-style: solid;
  }

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

  .footer_wrap .sc_content .wpb_column + .wpb_column {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top-width: 1px;
    border-top-style: solid;
  }

  /* Checkbox */
  input[type=radio] + label, input[type=checkbox] + label,
input[type=radio] + .wpcf7-list-item-label,
input[type=checkbox] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span,
label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span {
    font-size: 13px;
    line-height: 22px;
  }

  /* Other minor plugins */
  .mfp-title {
    line-height: 13px;
  }

  /* Checkbox */
  .ua_safari input[type=radio] + label:before,
.ua_safari input[type=checkbox] + label:before,
.ua_safari input[type=radio] + .wpcf7-list-item-label:before,
.ua_safari input[type=checkbox] + .wpcf7-list-item-label:before,
.ua_safari .wpcf7-list-item-label.wpcf7-list-item-right:before,
.ua_safari .edd_price_options ul > li > label > input[type=radio] + span:before,
.ua_safari .edd_price_options ul > li > label > input[type=checkbox] + span:before,
.ua_safari label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span:before {
    top: 0.3em;
  }

  .ua_safari .wpgdprc-checkbox label input[type=checkbox]:before {
    top: 0.3em;
  }

  /* MailChimp */
  form.mc4wp-form .mc4wp-form-fields input[type=email],
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    height: 47px;
    padding-top: 0;
    padding-bottom: 0;
  }

  form.mc4wp-form .mc4wp-form-fields input[type=email] {
    padding-right: 9.2em;
  }

  /* Contact Form 7 */
  .wpcf7 div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
  }

  .wpcf7 .asterisk_decor .wpcf7-form-control-wrap:before {
    top: 11px;
  }

  .wpcf7 .marker_decor .wpcf7-form-control-wrap:before {
    top: 11px;
  }

  .wpcf7 .date_decor .wpcf7-form-control-wrap:before {
    top: 11px;
  }

  .ui-datepicker.ui-datepicker {
    max-width: 206px;
  }

  .ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    font-size: 13px;
    line-height: 21px;
  }

  .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
  }

  .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 2px;
  }

  .ui-datepicker.ui-datepicker .ui_tpicker_hour_label,
.ui-datepicker.ui-datepicker .ui_tpicker_minute_label {
    margin-top: -7px;
  }

  .ui-timepicker-div dl dd, .ui-timepicker-div dl dt {
    font-size: 13px;
    line-height: 20px;
  }

  .ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 12px;
    line-height: 18px;
  }

  .ua_safari .ui-datepicker.ui-datepicker {
    max-width: 206px;
  }

  .ua_safari .ui-timepicker-div dl dd {
    margin: 0 10px 5px 28%;
  }

  /* Filter */
  div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a, div.winger_tabs .winger_tabs_titles li a,
div.winger_tabs .winger_tabs_titles li a.ui-tabs-anchor {
    padding: 8px 20px;
    letter-spacing: 0;
  }

  div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.winger_tabs .winger_tabs_titles li + li {
    margin-left: 5px;
  }

  /* Slider Revolution */
  .rs_main_title {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  .rs_huge_title {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}

/*# sourceMappingURL=responsive.css.map */
