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


/* BLOCK QUOTE */

.wp-block-quote {
text-align: left;
margin: 40px;
padding: 0 0 0 30px;
	font-family: "Boston Angel", sans-serif;
font-size: 35px;
	line-height: 1.4em;
color: #E59886;
	border-left:2px solid #E59886;
}

/* Mobile */
@media (max-width: 767px) {
	.wp-block-quote {
text-align: left;
margin: 30px;
padding: 0 0 0 20px;
	font-family: "Boston Angel", sans-serif;
font-size: 30px;
	line-height: 1.4em;
color: #E59886;
	border-left:2px solid #E59886;
}
}
/*
.wp-block-quote::before {
	position: relative;
	text-align: left;
	line-height: 0;
	top: 90px;
	left: -50px;
	content: "\201C";
	font-size: 300px;
	font-style: normal;
	font-family: "Boston Angel", serif !important;
	color: #FAC7B7;
	opacity: 0.2;
	display: block;
}*/

/* PULLQUOTE */
.wp-block-pullquote blockquote{
		font-family: "Boston Angel", sans-serif;
	    font-size: 50px;
    line-height: 1.6
	padding: 20px;
	margin: 0;
color: #C5932C;
	border: none;
}

.wp-block-pullquote
{
	padding: 1em 0.5em;
}


/* TESTIMONIALS */

.ck-testimonial::before {
	position: relative;
	text-align: left;
	line-height: 0;
	top: 70px;
	left: -40px;
	content: "\201C";
	font-size: 300px;
	font-style: normal;
	font-family: "Boston Angel", serif !important;
	color: #FAC7B7;
	opacity: 0.2;
	display: block;
}

.ck-testimonial{
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5%;
	margin-bottom: 5% !important;
	line-height: 1.8em;
}

.ck-testimonial .elementor-testimonial-name{
	color: #FAC7B7 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
	font-style: normal;
}

/* Tablet*/
@media (max-width: 1024px) and (min-width: 768px){
	.ck-testimonial::before {
	position: relative;
	text-align: left;
	line-height: 0;
	top: 110px;
	left: -70px;
	content: "\201C";
	font-size: 250px;
	font-style: normal;
	font-family: "Boston Angel", serif !important;
	color: #FAC7B7;
	opacity: 0.4;
	display: block;
}
}
/* Mobile */
@media (max-width: 767px) {
	.ck-testimonial::before {
	position: relative;
	text-align: left;
	line-height: 0;
	top: 100px;
	left: -80px;
	content: "\201C";
	font-size: 250px;
	font-style: normal;
	font-family: "Boston Angel", serif !important;
	color: #FAC7B7;
	opacity: 0.4;
	display: block;
}
}

@media (max-width: 767px) {
.ck-testimonial{
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5%;
	margin-bottom: 5% !important;
	line-height: 1.8em;
}
}

.elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6 {
	margin-top: 1em !important;
}

.elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4 {
		margin-top: 1.5em !important;
}

.elementor-widget-theme-post-content ul {
	margin-bottom: 1.5em !important;
}

/* Blog CTA Content Block*/

.wp-block-cover {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 10px;
	padding-bottom: 25px;
}

/* Tablet*/
@media (max-width: 1024px) and (min-width: 768px){
.wp-block-cover {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 25px;
}
}

/* Mobile */
@media (max-width: 767px) {
	.wp-block-cover {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 25px;
}
}
	
.wp-block-button.custom-button .wp-block-button__link:hover,
.wp-block-button.custom-button .wp-block-button__link:active,
.wp-block-button.custom-button .wp-block-button__link:focus {
	background: #285947 !important;
	color: white !important;
	border-color: transparent !important;
}
/* End Blog CTA Content Block*/

/* Solves any horizontal scroll issue */
html,
body{
width:100%;
overflow-x:hidden;
}