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

/*
    Add your custom styles here
*/
/***********/
/* General */
/***********/
.no-margin-bot div p {
    margin-bottom: 0;
}

a {
	transition: color .3s ease;
}

/* list */
.space-after-list li {
	margin-bottom: 0.9rem!important;
}

/* center list */
.center-list div ul {
	list-style-position: inside;
	padding-left: 0;
}

.center-list div ul li {
	margin-bottom: 1rem;
}

.center-list div ul li span {
	margin-left: -10px;
}

a svg {
	transition: opacity .3s ease!important;
	transition: fill .3s ease!important;
}

/* Icon fix */
.elementor-icon-wrapper {
	line-height: 0!important;
}

.icon-image .elementor-icon svg {
    width: 100%!important;
	height: auto!important;
}

.elementor-icon svg,
.elementor-icon i {
	transition: color .3s ease;
}

/* Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-item .elementor-icon-list-icon svg {
	transition: fill 0.3s ease;
}

.elementor-icon-list-item .elementor-icon-list-text {
	transition: color 0.3s ease;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Elementor Icon normalize */
.icon-normal div div .elementor-icon svg {
	height: auto!important;
}

/* Webkit shear x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/* remove button outline */
[type=submit], 
[type=submit]:focus,
button,
button:focus {
    outline: none;
	border: none;
}

/* Remove field focus-visible */
:focus-visible {
    outline: none;
}

/* remove safari form styling */
input[type=text], input[type=email], input[type=tel], textarea, input[type=button] {   
    -webkit-appearance: none;
    -moz-appearance: none;
	-webkit-border-radius: 0;
    appearance: none;
}

/* Visually Hidden */
.visually-hidden {
	font-size: 0!important;
	width: 1px!important;
	height: 1px!important;
	display: inline-block!important;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px,1px,1px,1px);
}

.elementor-editor-active .visually-hidden {
font-size: inherit!important;
	width: inherit!important;
	height: inherit!important;
	display: inherit!important;
	overflow: inherit!important;
	position: inherit!important;
	border: inherit!important;
	padding: inherit!important;
	margin: inherit!important;
}

/************/
/* Specific */
/************/

/* 
 * Header 
*/
.sticky-header.elementor-sticky--effects {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* Off-Canvas Menu */
a.dialog-close-button i {
	transition: color 0.3s ease;
}

/*
 * Footer
*/
footer .footer-1 input {
    text-align: center;
}

footer .footer-2 a {
	color: var( --e-global-color-1f0175e )
}

footer .footer-2 a:hover {
	color: var( --e-global-color-primary )
}

/* 
 * Contact Form and Top button
 */
.elementor-field-type-submit .elementor-button[type="submit"] {
	transition: all 0.3s ease;
}

/*
 * About
 */
/* About Grid */
.about-grid {
	display: grid;
	grid-template-rows: repeat(6, min-content);
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas: 
		"photo1 text1"
		"photo1 photo2"
		"text2 photo2"
		"photo3 text3"
		"photo3 photo4"
		"text4 photo4";
	gap: 60px 40px;
	align-items: center;
}

.photo1 {grid-area: photo1;}
.photo2 {grid-area: photo2; text-align: right;}
.photo3 {grid-area: photo3;}
.photo4 {grid-area: photo4; text-align: right;}
.text1 {grid-area: text1; text-align: right;}
.text2 {grid-area: text2;}
.text3 {grid-area: text3; text-align: right;}
.text4 {grid-area: text4;}

.about-grid img {
	border: 1px solid var( --e-global-color-text);
	padding: 10px;
}

.text1, .text3 {
	padding-bottom: 60px;
	border-bottom: 1px solid var( --e-global-color-text);
}

.text2, .text4 {
	padding-top: 60px;
	border-top: 1px solid var( --e-global-color-text);
}

@media (max-width: 767px) {
	.about-grid {
		grid-template-rows: repeat(8, min-content);
		grid-template-columns: 1fr;
		grid-template-areas: 
		"photo1" 
		"text1"
		"photo2"
		"text2"
		"photo3"
		"text3"
		"photo4"
		"text4";
		gap: 40px;
	}
	.photo1 {grid-area: photo1;}
	.photo2 {grid-area: photo2; text-align: left;}
	.photo3 {grid-area: photo3;}
	.photo4 {grid-area: photo4; text-align: left;}
	.text1 {grid-area: text1; text-align: left;}
	.text2 {grid-area: text2;}
	.text3 {grid-area: text3; text-align: left;}
	.text4 {grid-area: text4;}
	.text1, .text3 {
		padding-bottom: 0;
		border-bottom: none;
	}

	.text2, .text4 {
		padding-top: 0;
		border-top: none;
	}
}

/*
 * Blog
 */
.jet-smart-filters-search .jet-search-filter__submit {
    margin-top: 0!important;
}

h3.jet-listing-dynamic-field__content {
	margin: 0;
}

/*
 * Single Post
 */
.split-line {
	display: flex;
	align-items: center;
	max-width: 1000px;
}

.split-line .elementor-widget-container {
	padding: 0 20px;
}

.split-line:before, .split-line:after  {
	display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 1px solid var( --e-global-color-text );
}

/* Clickable Columns */

.heading-link:hover h3 a {
	color: var( --e-global-color-accent )!important;
}

.col-link {
position: relative;
}
.col-link a:after {
content: "";
display: block !IMPORTANT;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}