
/*!BLU-HANDLE:trx_addons-elementor*/
/* Elementor's Grid */
.elementor-editor-active #elementor .hide_on_wide,
.elementor-editor-active #elementor .sc_layouts_hide_on_wide,
.elementor-editor-active #elementor .hide_on_desktop,
.elementor-editor-active #elementor .sc_layouts_hide_on_desktop,
.elementor-editor-active #elementor .hide_on_notebook,
.elementor-editor-active #elementor .sc_layouts_hide_on_notebook,
.elementor-editor-active #elementor .hide_on_tablet,
.elementor-editor-active #elementor .sc_layouts_hide_on_tablet,
.elementor-editor-active #elementor .hide_on_mobile,
.elementor-editor-active #elementor .sc_layouts_hide_on_mobile {
  display: block !important;
}

.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.hide_on_wide,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.hide_on_desktop,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.hide_on_notebook,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.hide_on_tablet,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.hide_on_mobile,
.elementor-editor-active #elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
  display: inline-block !important;
}

.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-desktop,
.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-tablet,
.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-phone {
  display: inline-block !important;
}

.elementor-editor-active .elementor-inner {
  margin-top: 0 !important;
}

.elementor-container:not(.elementor-column-gap-no) > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

/* Controls */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-element > .elementor-element-overlay {
  z-index: 100000 !important; /* To bring up over all absolute elements */
}

.elementor-editor-active.single-cpt_layouts .elementor.elementor-edit-mode .elementor-element.elementor-widget-empty.sc_layouts_item .elementor-widget-empty-icon {
  padding: 10px;
}

/* Shortcode is not available */
.trx_addons_sc_not_exists {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
  border: 3px solid #b7084e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff);
}

.trx_addons_sc_not_exists_title {
  margin-top: 0;
}

.trx_addons_sc_not_exists_description p:last-child {
  margin-bottom: 0;
}

.sc_layouts_featured_title_preview {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Display Parallax in the editor */
.elementor-editor-active .sc_parallax {
  overflow: visible !important;
}

/* Fly elements */
[class*=sc_fly_]:not(.sc_fly_static) {
  position: absolute !important;
}

.sc_fly_tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_fly_tc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_fly_tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.sc_fly_ml {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_fly_mc {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc_fly_mr {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_fly_bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.sc_fly_bc {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_fly_br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

/* Row type: Narrow */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-top-section.sc_layouts_row_type_narrow > .elementor-container > .elementor-row {
  min-height: 40px;
}

.elementor-editor-active .sc_layouts_row_type_narrow .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap,
.elementor-editor-active .sc_layouts_row_type_narrow .elementor-widget-wrap.elementor-element-empty {
  min-height: 30px;
}

/* Make rows relative to enable using absolute position in columns */
.elementor-section {
  position: relative;
}

.elementor-column.sc_column_fixed {
  -webkit-align-self: flex-start;
  -ms-align-self: start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.sc_column_fixed_placeholder {
  min-height: 1px;
}

/* Widget Text Editor */
.elementor-widget-text-editor :last-child,
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/* Remove bottom margins from all widgets (added in Elementor 2.5.0) */
.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute):not(.sc_layouts_item) {
  margin-bottom: 0;
}

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

.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
  height: 2rem !important;
}

.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
  height: 3.3333rem !important;
}

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

.elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
  height: 8.6667rem !important;
}

/* Widget Divider: Alternative gap variants */
.elementor-widget-divider.sc_height_tiny .elementor-divider {
  padding: 1rem 0 !important;
}

.elementor-widget-divider.sc_height_small .elementor-divider {
  padding: 2rem 0 !important;
}

.elementor-widget-divider.sc_height_medium .elementor-divider {
  padding: 3.3333rem 0 !important;
}

.elementor-widget-divider.sc_height_large .elementor-divider,
.elementor-widget-divider.sc_height_big .elementor-divider {
  padding: 6.6667rem 0 !important;
}

.elementor-widget-divider.sc_height_huge .elementor-divider {
  padding: 8.6667rem 0 !important;
}

/* Extra bg for rows, columns and widgets "Text Editor" */
.elementor-section[class*=sc_extra_bg_],
.elementor-section[class*=sc_bg_mask_],
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap,
.elementor-column[class*=sc_extra_bg_] > .elementor-widget-wrap,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap,
.elementor-column[class*=sc_bg_mask_] > .elementor-widget-wrap,
.elementor-widget-text-editor[class*=sc_extra_bg_],
.elementor-widget-text-editor[class*=sc_bg_mask_] {
  position: relative;
  z-index: 0;
}

.elementor-widget-text-editor[class*=sc_bg_mask_] > .wpb_wrapper {
  position: relative;
  z-index: 2;
}

.elementor-section[class*=sc_extra_bg_]:after,
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap:after,
.elementor-column[class*=sc_extra_bg_] > .elementor-widget-wrap:after,
.elementor-widget-text-editor[class*=sc_extra_bg_]:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  background: inherit;
}

.elementor-section[class*=sc_bg_mask_]:before,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-widget-text-editor[class*=sc_bg_mask_]:before {
  content: " ";
  display: block !important;
  background-color: inherit;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.elementor-section.vc_parallax[class*=sc_bg_mask_]:before {
  z-index: 1;
}

.elementor-section.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_tiny:after,
.elementor-column.sc_extra_bg_tiny[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_tiny[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_tiny:after {
  position: absolute;
  top: -2em;
  right: -2em;
  bottom: -2em;
  left: -2em;
}

.elementor-section.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_small:after,
.elementor-column.sc_extra_bg_small[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_small[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_small:after {
  position: absolute;
  top: -4em;
  right: -4em;
  bottom: -4em;
  left: -4em;
}

.elementor-section.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_medium:after,
.elementor-column.sc_extra_bg_medium[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_medium[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_medium:after {
  position: absolute;
  top: -6em;
  right: -6em;
  bottom: -6em;
  left: -6em;
}

.elementor-section.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_large:after,
.elementor-column.sc_extra_bg_large[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_large[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_large:after {
  position: absolute;
  top: -8em;
  right: -8em;
  bottom: -8em;
  left: -8em;
}

.elementor-section.sc_bg_mask_bg_color:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_bg_color:before {
  background-color: inherit;
}

.elementor-section.sc_bg_mask_1:before,
.elementor-column.sc_bg_mask_1 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_1 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_1:before {
  opacity: 0.1;
}

.elementor-section.sc_bg_mask_2:before,
.elementor-column.sc_bg_mask_2 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_2 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_2:before {
  opacity: 0.2;
}

.elementor-section.sc_bg_mask_3:before,
.elementor-column.sc_bg_mask_3 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_3 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_3:before {
  opacity: 0.3;
}

.elementor-section.sc_bg_mask_4:before,
.elementor-column.sc_bg_mask_4 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_4 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_4:before {
  opacity: 0.4;
}

.elementor-section.sc_bg_mask_5:before,
.elementor-column.sc_bg_mask_5 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_5 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_5:before {
  opacity: 0.5;
}

.elementor-section.sc_bg_mask_6:before,
.elementor-column.sc_bg_mask_6 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_6 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_6:before {
  opacity: 0.6;
}

.elementor-section.sc_bg_mask_7:before,
.elementor-column.sc_bg_mask_7 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_7 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_7:before {
  opacity: 0.7;
}

.elementor-section.sc_bg_mask_8:before,
.elementor-column.sc_bg_mask_8 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_8 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_8:before {
  opacity: 0.8;
}

.elementor-section.sc_bg_mask_9:before,
.elementor-column.sc_bg_mask_9 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_9 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_9:before {
  opacity: 0.9;
}

/* Google map */
.elementor-widget-trx_sc_googlemap .sc_googlemap_marker[data-icon]:before {
  display: none;
}

/* Revslider in the stretch section */
body.body_style_boxed .elementor-element-edit-mode.elementor-section-stretched.elementor-section-full_width .rev_slider > ul,
body.body_style_boxed .elementor-element-edit-mode.elementor-section-stretched.elementor-section-full_width .tp-simpleresponsive > ul {
  width: 100% !important;
}

/* Disable hover and click inside Layouts in Edit mode
------------------------------------------------------- */
.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger {
  position: relative;
}

.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts:after,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger:after {
  content: " ";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.elementor-widget-divider .elementor-divider {
  font-size: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

/* Fix for Elementor 3.5.0+: paddings are moved from the .elementor-column-wrap to the .elementor-widget-wrap
----------------------------------------------------------- */
.elementor-container[class*=elementor-column-gap-] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}

/*!BLU-HANDLE:trx_addons-gutenberg*/
/* Gutenberg */
/* Inner blocks in the containers (Content area, Actions, Slider, etc.)
------------------------------------------------------------------------ */
/* Inner blocks - all (common rules) */
.trx_addons_gb_inner_blocks {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.trx_addons_gb_inner_blocks.is-opened {
  padding-left: 0;
  padding-right: 0;
}

.trx_addons_gb_inner_blocks.is-opened > .editor-inner-blocks,
.trx_addons_gb_inner_blocks.is-opened > .components-panel__body-title {
  margin-left: 0;
  margin-right: 0;
}

.trx_addons_gb_inner_blocks .components-panel__body {
  border: none;
}

.trx_addons_gb_inner_blocks .components-panel__body-toggle:focus,
.trx_addons_gb_inner_blocks .components-panel__body-toggle:hover {
  color: #fff !important;
  background-color: #007cba !important;
}

.trx_addons_gb_inner_blocks .components-panel__body-toggle:before {
  content: "\e8d7";
  font-family: trx_addons_icons;
  margin-right: 0.55em;
}

.trx_addons_gb_inner_blocks .editor-block-list__block .editor-block-contextual-toolbar {
  margin-left: 0;
  margin-right: 0;
}

/* Inner blocks - all, except "Content area" and "Layouts: Container" and "Layouts: Featured" and "Layouts: Title" */
/* Hide to the button, display on hover, select or typing */
.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks,
.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks > .editor-inner-blocks {
  display: none;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks.is-opened,
.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks.is-opened > .editor-inner-blocks,
.editor-block-list__block.is-hovered:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks,
.editor-block-list__block.is-typing:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks,
.editor-block-list__block.is-selected:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks,
.editor-block-list__block.is-selected-parent:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks {
  display: block;
}

/* Put to the top right corner (near the "Reload" button) */
.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks {
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 10;
  min-width: 33%;
  border: none !important;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks.components-panel__body.is-opened {
  padding: 0;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .components-panel__body-title {
  margin: 0 0 1em !important;
  background: none !important;
  text-align: right;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .components-panel__body-toggle .components-panel__arrow {
  display: none;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .components-panel__body-toggle {
  width: 32px;
  height: 32px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 8px !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #cccccc;
          box-shadow: 0 1px 0 #cccccc;
  color: #333;
  background-color: #f7f7f7;
  overflow: hidden;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks.components-panel__body.is-opened .components-panel__body-toggle {
  width: auto;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .editor-block-list__layout {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks > .editor-inner-blocks > .editor-block-list__layout > .editor-block-list__block {
  margin: 14px 0;
  padding: 14px;
}

.editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks > .editor-inner-blocks > .editor-block-list__layout > .editor-block-list__block > .editor-block-list__block-edit {
  margin: 0;
}

.trx_addons_gb_inner_blocks .editor-block-list__block .editor-block-list__layout {
  margin: 0;
}

.trx_addons_gb_inner_blocks .wp-block-columns .editor-block-list__layout:first-child {
  margin-left: 0;
}

.editor-block-list__block-edit.reload_mask > div:nth-child(2) {
  position: relative;
}

.editor-block-list__block-edit.reload_mask > div:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-color: #edeff0;
}

.editor-block-list__block-edit.reload_mask > div:nth-child(2):after {
  content: "\e801";
  font-family: trx_addons_icons;
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  z-index: 12;
  font-size: 26px;
  line-height: 26px;
  margin: -13px 0 0 -13px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Button 'Reload' */
.editor-block-list__block .trx_addons_gb_reload {
  display: none;
}

.editor-block-list__block.is-hovered .trx_addons_gb_reload,
.editor-block-list__block.is-selected .trx_addons_gb_reload,
.editor-block-list__block.is-selected-parent .trx_addons_gb_reload {
  display: block;
}

.components-button.components-button.trx_addons_gb_reload {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 32px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  color: #333;
  background-color: #f7f7f7;
}

.components-button.components-button.trx_addons_gb_reload:focus,
.components-button.components-button.trx_addons_gb_reload:hover {
  color: #fff !important;
  background-color: #007cba !important;
}

.components-button.components-button.trx_addons_gb_reload:before {
  content: "\e800";
  font-family: trx_addons_icons;
}

/* Our blocks
------------------------------------------------- */
/* Hide placeholders on the empty containers */
.editor-block-list__block[data-type="trx-addons/content"] > .editor-block-list__block-edit > div > .components-placeholder,
.editor-block-list__block[data-type="trx-addons/layouts-container"] > .editor-block-list__block-edit > div > .components-placeholder,
.editor-block-list__block[data-type="trx-addons/layouts-featured"] > .editor-block-list__block-edit > div > .components-placeholder {
  display: none;
}

/* Anchor */
[data-type="trx-addons/anchor"] .editor-block-list__block-edit {
  height: 25px;
  position: relative;
  background-color: #e7eaed;
}

[data-type="trx-addons/anchor"] .editor-block-list__block-edit:after {
  content: "\e868";
  font-family: trx_addons_icons;
  color: #9aa1a9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Blogger */
[data-type="trx-addons/blogger"] a {
  pointer-events: none;
}

/* Content Area */
[data-type="trx-addons/content"] .sc_content_container {
  display: none;
}

/* Layouts */
[data-type="trx-addons/layouts-login"] .sc_layouts_menu,
[data-type="trx-addons/layouts-menu"] .sc_layouts_menu {
  visibility: visible;
  max-height: 4em;
}

/* Slider in shortcodes */
[data-type^="trx-addons/"] .slider_container {
  display: block;
}

/*!BLU-HANDLE:trx_addons-contact-form-7*/
/* Contact Form 7
----------------------------------------------------- */
input[type=submit].wpcf7-submit,
div.wpcf7 .ajax-loader {
  vertical-align: middle;
}

.wpcf7 form .wpcf7-response-output.trx_addons_message_box {
  margin: 0;
  padding: 2em;
}

.wpcf7-not-valid {
  border-color: #CC0000 !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
}

.wpcf7-not-valid.wpcf7-radio {
  padding: 6px;
}

span.wpcf7-not-valid-tip {
  display: none;
  font-size: 0.75em;
}

.wpcf7-not-valid + span.wpcf7-not-valid-tip {
  display: block;
}

textarea.wpcf7-form-control,
.wpcf7-form-control[type=text],
.wpcf7-form-control[type=number],
.wpcf7-form-control[type=tel],
.wpcf7-form-control[type=url],
.wpcf7-form-control[type=email],
.wpcf7-form-control[type=password],
.wpcf7-form-control[type=search] {
  width: 100%;
}

.wpcf7 div.wpcf7-response-output {
  margin: 2em 0 0;
}

.wpcf7 p + p,
.wpcf7 table + p {
  margin: 1em 0 0;
}

.wpcf7-wpgdprc {
  display: inline-block;
}
