/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/* ----------------------------------------
	BEGIN BASE Styles
------------------------------------------*/

/* font styles moved to Customizer */

.elementor .boxShadow img,
.elementor .boxShadow .elementor-column-wrap {
	box-shadow: 0px 7px 16px 0 rgba(15, 15, 16, 0.1);
}


/* for extra wide sections:add class 'extrawide' to a boxed section */
@media (min-width: 1025px) {
.elementor-section-wrap .elementor-section.elementor-section-boxed.extrawide > .elementor-container {
    max-width: 81.25%;
    margin: 0 auto!important;
}
}

/* ----------------------------------------
	END BASE Styles
------------------------------------------*/



/* 1920 * 81.25% = 1560, 1441 * 81.25% = 1170 */

/* 1920 * 69.58% = 1336, 1440 * 69.58% = 1002 */
@media (min-width: 768px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1336px;
		margin: 0 auto!important;
	}
}


@media (min-width: 768px) and (max-width: 1440px) {
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1002px;
	}
	.elementor-column.stepBoxes {
		width: calc(250px * 0.75);
	}
}


/*  BEGIN Blush Button Styles */
.blush-btn a.elementor-button {
	background-color: transparent;
	background-image: linear-gradient(90deg, #2c2c2c calc(100% - 4em), #FA7268 calc(100% - 4em));
	border-radius: 0px;
	padding: 1.0em 1.6em .8em;
}

.blush-btn.elementor-widget-button .elementor-button {
	font-family: "SofiaProMedium", Sans-serif;
}

.blush-btn .elementor-button.elementor-size-md,
.blush-btn .elementor-button.elementor-size-lg {
	font-size: calc(12px + 10 * ((100vw - 320px ) / 1600));
}

.blush-btn .elementor-button .elementor-align-icon-right {
	margin-left: 3em;
}

.blush-btn .elementor-button .elementor-align-icon-right i {
	color: #2c2c2c;
}

.blush-btn a.elementor-button:hover {
	background-image: linear-gradient(90deg, #505050 calc(100% - 4em), #e59da0 calc(100% - 4em));
	transform: translateY(8px);	
}

@media (max-width: 767px) {
	.blush-btn a.elementor-button {
		font-size: 14px;
	}
}
/*  END Blush Button Styles */

/* BEGIN accent elements */
.accentText:after {
	display: none;
	visibility: hidden;
}

@media (min-width: 768px) {
.accentText:after {
	display: block;
	visibility: visible;
	position: absolute;
    z-index: -1;
	color: rgba(44, 44, 44, 0.1);
    font-family: "Kaushan Script", Sans-serif;
    font-size: 200px; 
}
}
@media (max-width: 1440px){
    .accentText::after {
        font-size: calc(200px * .75);
    }
}
/* END accent elements */


/* ul > li styling */
.blushList ul li:before {
  content: '';
  position: absolute;
  margin-left: -4em;
  top: 45%;
  width: 2em;
  border: solid 0.5px #333;
}

.single-post .wp-block-quote {
	margin-bottom: 3em;
}


/* to correct for bug introduced in Elementor 3.0 */
/* create new stacking order when section divider is used */
#hero .elementor-container {
    transform: scale3d(1.0, 1.0, 1.0);
}