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

/* Colors
----------------------------------*/
:root {
	--red: #C13633;
	--yellow: #EEA941;
	--red-dark: #772217;
	--tan: #F5ECE0;
}

/*===============================================================
 * 
 * TYPOGRAPHY
 * 
 * ==============================================================*/

h1 b {
	color: var(--yellow) !important;
	font-weight: 700;
}
h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
	font-weight: 700;
}


/*===============================================================
 * 
 * GLOBAL ELEMENTS
 * 
 * ==============================================================*/
/* BUTTONS
 * --------------------------------------------------------------*/
.elementor-kit-7 a.elementor-button:hover {
	text-decoration: none;
}
.elementor-element.elementor-button-info .elementor-button {
    fill: #625E5A;
    color: #625E5A;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
.elementor-element.elementor-button-info .elementor-button:hover {
	border-color: var(--yellow);
}

/* TABS
 * --------------------------------------------------------------*/
.ipa-tabs .elementor-tab-title {
    background-color: var(--yellow);
    border-radius: 20px 20px 0 0;
    margin: 0 5px;
    transition: all .3s ease-in-out;
}
.ipa-tabs .elementor-tab-title:hover {
    background-color: var(--tan);
}
.ipa-tabs .elementor-tab-title.elementor-active {
    background-color: var(--tan);
    z-index: 5;
}
.ipa-tabs .elementor-tab-content {
    background-color: var(--tan);
    border-radius: 20px;
	padding: 30px
}
.ipa-tabs .elementor-tab-content p {
	margin: 0;
}
.ipa-tabs .elementor-tab-mobile-title {
    border-radius: 15px;
    margin: 20px 0 0;
    padding: 12px 20px;
    font-weight: 600;
    transition: none;
}
.ipa-tabs .elementor-tab-mobile-title.elementor-active {
    border-radius: 15px 15px 0 0;
}

@media screen and (max-width:767px) {
    .ipa-tabs .elementor-tab-content {
        border-radius: 0 0 15px 15px;
        padding: 0 20px 20px;
    }
    .ipa-tabs .elementor-tab-content p:first-of-type {
        border-top: 1px solid var(--red-dark);
        padding-top: 10px
    }
}

/* Box BG - apply to a column containing a header
 * -------------------------------------------------*/
.box-bg::before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: #00000088;
    border-radius: 20px;
    left:-30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:767px) {
	.box-bg::before {
		left: -10px;
	}
}
/* Squarespace Image import fix
 * ---------------------------------------------------*/
.sqs-block-image-figure > div {
	padding-bottom: 0 !important;
}