Viewing File: /home/rtsgrob/ww5/wp-content/themes/hoverex/plugins/elementor/_elementor.scss

/* Elementor styles
----------------------------------------------------------------- */

/* Default Elementor's grid
----------------------------------------------------------- */

:root {
	--theme-var-elm_gap_nogap: 0px;
	--theme-var-elm_gap_narrow: 10px;
	--theme-var-elm_gap_default: 20px;
	--theme-var-elm_gap_extended: 30px;
	--theme-var-elm_gap_wide: 40px;
	--theme-var-elm_gap_wider: 60px;
  
	--theme-var-elm_add_page_margins: var( --theme-var-elm_gap_extended );
  }
  
  .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated, /* Elm 2.9- */
  .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {                 /* Elm 3.0+ */
	padding:  calc( var(--theme-var-elm_gap_narrow) / 2 );
  }
  .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,  /* Elm 2.9- */
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {          /* Elm 3.0+ */
	padding:  calc( var(--theme-var-elm_gap_default) / 2 );
  }
  .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated, /* Elm 2.9- */
  .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {         /* Elm 3.0+ */
	padding:  calc( var(--theme-var-elm_gap_extended) / 2 );
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated,   /* Elm 2.9- */
  .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {           /* Elm 3.0+ */
	padding:  calc( var(--theme-var-elm_gap_wide) / 2 );
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated,  /* Elm 2.9- */
  .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {          /* Elm 3.0+ */
	padding:  calc( var(--theme-var-elm_gap_wider) / 2 );
  }
  
  .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,     /* Elm 2.9- */
  .elementor-container > .elementor-column > .elementor-element-populated {             /* Elm 3.0+ */
	padding-top: 0;
	padding-bottom: 0;
  }

/* Stretch columns container to remove white spaces from sides of the rows with gaps between columns */

.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container:not(.elementor-column-gap-no) {
	max-width: none;
	position: relative;
}

/* Narrow: 5px */
.elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
	max-width: $page + 10px; 
}
.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-column-gap-narrow,
.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-narrow {
	width: $page + 10px; 
}
.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-narrow,
.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-narrow {
	left: -5px;
}
.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-column-gap-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

/* Default: 10px */
.elementor-section.elementor-section-boxed > .elementor-column-gap-default {
	max-width: $page + 20px; 
}
.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-column-gap-default,
.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-default {
	width: $page + 20px;
}
.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-default,
.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-default {
	left: -10px;
}
.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-column-gap-default {
	margin-left: -10px;
	margin-right: -10px;
}

/* Extended: 15px */
.elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
	max-width: $page + 30px;
}
.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-column-gap-extended,
.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-extended {
	width: $page + 30px; 
}
.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-extended,
.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-extended {
	left: -15px; 
}
.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-column-gap-extended {	
	margin-left: -15px; 
	margin-right: -15px; 
}

/* Wide: 20px */
.elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
	max-width: $page + 40px;
}
.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-column-gap-wide,
.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-wide {
	width: $page + 40px; 
}
.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-wide,
.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-wide {
	left: -20px; 
}
.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-column-gap-wide {
	margin-left: -20px; 
	margin-right: -20px; 
}

/* Wider: 30px */
.elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
	max-width: $page + 60px; 
}
.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-column-gap-wider,
.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-wider {
	width: $page + 60px; 
}
.content_wrap .elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-wider,
.content_wrap .elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-column-gap-wider {		
	left: -30px; 
}
.content_wrap .elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-column-gap-wider {	
	margin-left: -30px; 
	margin-right: -30px; 
}
/* Fix for Elementor 3.5.0+: paddings are moved from .elementor-column-wrap to the .elementor-widget-wrap
----------------------------------------------------------- */
.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}
Back to Directory File Manager