/* 
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 {
	transition: fill .2s 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 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 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;
}

/* forms */
textarea {
    padding: 8px 16px!important;
}

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


/* colors */
.color-primary {
	color: var( --e-global-color-primary )!important;
}

.color-secondary {
	color: var( --e-global-color-secondary )!important;
}

.color-accent {
	color: var( --e-global-color-accent )!important;
}

/* eyebrows */
.eyebrow {
    font-size: 3.25rem;
    line-height: 1.2em;
    display: block;
}

@media(max-width: 1440px) {
    .eyebrow {
        font-size: 2.5rem;
    }
}

@media(max-width: 1024px) {
    .eyebrow {
        font-size: 2rem;
    }
}

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

/* Typed Heading */
.typed-heading {
	font-family: "Barlow Condensed";
	font-weight: 700;
	font-size: 8rem;
	line-height: 1em;
}

@media (max-width:1440px) {.typed-heading { font-size: 7rem; } }
@media (max-width:1024px) {.typed-heading { font-size: 5rem; } }
@media (max-width:767px)  {.typed-heading { font-size: 3rem; } }

/* Post Feed */
.elementor-post__read-more {
    display: inline-block;
    border: 3px solid var( --e-global-color-secondary );
    color: var( --e-global-color-secondary );
    background-color: #fff;
    padding: 0.6em 1.8em;
    transition: all 0.3s ease;
}

.elementor-post__read-more:hover {
    background-color: var( --e-global-color-accent );
    color: var( --e-global-color-secondary );
}

.page-numbers.next,
.page-numbers.prev {
    font-weight: 700;
}

/* lists & custom bullets */
.elementor-widget-text-editor div ul {
	list-style-image: url('/wp-content/uploads/2023/05/Atomic-PR-bullet-16-p.svg');
	padding-inline-start: 60px;
}

.elementor-widget-text-editor div ul li {
	margin-bottom: 1em;
    padding-left: 0.5em;
}

@media (max-width:767px) {
    .elementor-widget-text-editor div ul {
        list-style-image: url('/wp-content/uploads/2023/05/Atomic-PR-bullet-12-p.svg');
		padding-inline-start: 44px;
    }
}

.pink-section .elementor-widget-text-editor div ul,
.elementor-widget-theme-post-content .elementor-widget-text-editor div ul {
	list-style-image: url('/wp-content/uploads/2023/05/Atomic-PR-bullet-16-g.svg');
}

@media (max-width:767px) {
	.pink-section .elementor-widget-text-editor div ul,
    .elementor-widget-theme-post-content .elementor-widget-text-editor div ul {
        list-style-image: url('/wp-content/uploads/2023/05/Atomic-PR-bullet-12-g.svg');
    }
}

.elementor-widget-text-editor div ol li {
	margin-bottom: 1em;
}

/* Blog Posts */
.elementor-widget-theme-post-content .elementor-widget-text-editor a {
	font-weight: 500;
	text-decoration: underline;
}

.elementor-widget-theme-post-content.elementor-widget-text-editor a:hover {
	color: var( --e-global-color-accent )!important;
}

/* Next and Prev Post */
.elementor-post-navigation__prev a .post-navigation__arrow-wrapper,
.elementor-post-navigation__prev a .post-navigation__prev--label,
.elementor-post-navigation__prev a .post-navigation__prev--title,
.elementor-post-navigation__next a .post-navigation__arrow-wrapper,
.elementor-post-navigation__next a .post-navigation__next--label,
.elementor-post-navigation__next a .post-navigation__next--title {
	transition: color .3s ease;
}

.elementor-post-navigation__prev:hover a .post-navigation__arrow-wrapper,
.elementor-post-navigation__prev:hover a .post-navigation__prev--label,
.elementor-post-navigation__prev:hover a .post-navigation__prev--title,
.elementor-post-navigation__next:hover a .post-navigation__arrow-wrapper,
.elementor-post-navigation__next:hover a .post-navigation__next--label,
.elementor-post-navigation__next:hover a .post-navigation__next--title {
	color: var(--e-global-color-primary )!important;
}

/* footer */
footer .elementor-widget-text-editor a {
	color: var( --e-global-color-primary );
}