/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 .2s 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 svg g {
	transition: fill .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.2s ease;
}

.elementor-icon-list-item .elementor-icon-list-text {
	transition: color 0.2s ease;
}*/

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

.elementor-widget .elementor-icon-list-item, 
.elementor-widget .elementor-icon-list-item a {
	display: flex;
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
}

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

/* Icon hover transition */
a.elementor-icon i {
	transition: color 0.3s ease;
}

/* Button Icon Center Fix */
.elementor-button-icon {
	display: flex;
	align-items: center;
}

/* 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!important;
	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 */

.color-gold {
	color: var( --e-global-color-primary )
}

ul li {
	margin-bottom: 1em;
}

/* fancy Links */
a.fancy-link {
	transition: color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	position: relative;
	color: var( --e-global-color-primary );
}

a.fancy-link:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	background-color: var( --e-global-color-primary );
}

a.fancy-link:hover:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

/* header */
.sticky-header.elementor-sticky--effects {
	background-color: #fff!important;
	transition: background-color 0.3s ease;
}

.sticky-header.elementor-sticky--effects .off-canvas-btn .elementor-icon svg {
	fill: var( --e-global-color-116a8d4 )!important;
}

.sticky-header.elementor-sticky--effects .header-logo .elementor-icon svg g.logo-effects {
	fill: var( --e-global-color-116a8d4 )!important;
}

/* icons */
.hover-icon svg {
    width: 100%;
    height: auto;
}

.hover-icon svg path.icon-fill {
	fill: #00000000;
	transition: fill 0.3s ease;
}

.hover-icon svg:hover .icon-fill {
	fill: var( --e-global-color-accent );
}

/* portfolio listing */
.portfolio-item {
    aspect-ratio: 4 / 3;
}

.portfolio-overlay-1 {
    height: 100%;
}

.portfolio-overlay-2 {
    background-color: #C58D3AA1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.portfolio-overlay-2:hover {
    opacity: 1;
}

h2.portfolio-text {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}

@media (max-width: 767px) {
    .portfolio-text {
        font-size: 1.4rem;
    }
}

/* Footer */
footer .main-footer a {
	text-transform: none!important;
	color: var( --e-global-color-secondary )!important;
}

footer .main-footer a.fancy-link:after {
	background-color: var( --e-global-color-secondary );

}

footer .sub-footer a {
	color: var( --e-global-color-e6edf07 )!important;
}

footer .sub-footer a:hover {
	color: var( --e-global-color-primary )!important;
}