/* 
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 span {
	margin-left: -10px;
}


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

/*a svg:hover {
	opacity: 0.7;
}*/

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

/* Typography */
.break a,
a.elementor-button-link span .elementor-button-text {
	overflow-wrap: break-word;
	word-break: break-all;
}

.link-light a {
	color: var( --e-global-color-secondary );
}

.link-light a:hover {
	color: #fff;
}

/* links */
a.jet-listing-dynamic-link__link {
	text-decoration: none;
}

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

/* offcanvas menu */
.elementor-popup-modal a.dialog-close-button {
	text-decoration: none;
}

/* facebook icon fix */
.elementor-element-9bb72f7 .fa-facebook-f:before,
.elementor-element-52fbd47 .fa-facebook-f:before {
	content: "\f39e";
} 

/* Instagram Feed */
.sbi_load_btn,
.sbi_follow_btn a {
	border-radius: 0!important;
}

/* Arts Page */
.arts-row .elementor-column:nth-child(-n + 2) .elementor-widget-wrap {
    border-right: 2px solid var( --e-global-color-primary );
}

@media (max-width: 767px) {
	.arts-row .elementor-column:nth-child(-n + 2) .elementor-widget-wrap {
		border-right: none;
	}
}

.arts-row .elementor-column .elementor-widget-wrap {
	margin: 8% 0;
	padding: 0 16%;
}

@media (max-width: 1024px) {
	.arts-row .elementor-column .elementor-widget-wrap {
		margin: 2% 0;
		padding: 0 4%;
	}
}

@media (max-width: 767px) {
	.arts-row .elementor-column .elementor-widget-wrap {
		margin: 0;
		padding: 10px;
	}
}

/* business directory */
.business-listing a.jet-listing-dynamic-link__link {
	transition: all 0.3s ease;
}

.business-grid .jet-listing-grid__items {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
}

.business-grid .jet-listing-grid__item {
    max-width: 100%;
    padding: 0;
}

@media (max-width: 1024px) {
    .business-grid .jet-listing-grid__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .business-grid .jet-listing-grid__items {
        grid-template-columns: repeat(1, 1fr);
    }
}