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

.elementor-widget-post-info ul {
	justify-content: space-between!important;
}

time {
	font-size: 1.25rem;
	color: #333333;
}

.loop-item .elementor-post-info__terms-list {
	border-radius: 30px;
    border: 1px solid #333333;
    color: #333333;
    padding: 11px 19px;
    font-size: 1.25rem!important;
}

.post-content a:NOT(.elementor-post-navigation__link a) {
	text-decoration: underline!important;
	color: #467de5!important;
}

.sub-title-tab {
	padding-left: 20px;
	font-weight: 600!important;
}

.sub-title-tab:before {
	display: block;
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	background: #0D5CEF;
}

.sub-title-tab span {
	display: block;
	font-size: 1.45rem;
	line-height: normal;
	margin-top: 4px;
	color: #333333;
	font-weight: 400!important;
}

.elementor-widget-n-accordion ul {
	padding: 0 20px!important;
}

.image-flipbox .elementor-flip-box__image, .image-flipbox .elementor-flip-box__front .elementor-flip-box__layer__inner {
	height: 100%;
	width: 100%;
}

.image-flipbox img {
	border-radius: unset!important;
	height: 100%;
    width: auto!important;
}

.post p {
	margin-block-end: 20px!important;
}

.custom-drop .e-n-accordion-item[open]>.e-n-accordion-item-title {
	border-radius: 30px 30px 0 0!important;
}

.box-shad {
    box-shadow: 0 0 30px rgba(0,0,0,0.08);
    border-radius: 20px;
	padding: 15px 18px 13px;
	cursor: pointer;
}

.box-shad svg g {
	clip-path: fill-box!important;
}

.tab-styling .e-n-tabs-content {
	box-shadow:
    5px 0 40px rgba(0,0,0,0.08),   /* right */
   -5px 0 40px rgba(0,0,0,0.08),   /* left */
    0 5px 40px rgba(0,0,0,0.08);   /* bottom */
	border-radius: 30px;
}

.paged .paged-hero-set{
	max-height: 1200px;
    height: unset;
    min-height: unset;
    padding-top: 100px;
}

.logo-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.logo-carousel .swiper-slide-inner {
    position: relative;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center; 
    padding: 10px;
}

.logo-carousel .swiper-slide-inner:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 50px 0px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
	background: #fff;
}

.logo-carousel .swiper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo-carousel img {
    width: 72%;
    padding-bottom: 4px;
	border-radius: 0;
}

.footer-subscribe .elementor-field-type-submit {
	justify-content: left;
}

.footer-subscribe button {
	min-width: unset;
	width: 59px;
}

.elementor-item-active {
	color: #000!important;
	border-radius: 30px!important;
	background: #fff!important;
}

.elementor-button {
	min-width: 165px;
}

.unset-width a {
	min-width: unset!important;
}

.menu-blur svg {
	padding: 8px;
}

.footer-list li:first-child span {
	color: #fff!important;
	font-weight: 500!important;
}

.post-button .elementor-post-navigation__link__prev {
	padding: 8px 20px;
    border-radius: 30px;
    border: 2px solid #a2a2a2;
}

.post-button .elementor-post-navigation__link__next {
	padding: 8px 20px;
    border-radius: 30px;
	color: #fff;
	background: #467DE5;
    border: 2px solid #467DE5;
}

.post-button .post-navigation__next--label {
	color: #fff!important;
}

.terms-fix ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.terms-fix li, .terms-fix p, .terms-fix h2 {
	margin-bottom: 20px;
}

@media (max-width: 1275px) {
	.hide-small {
		display: none;
		content: '';
	}
}

@media (min-width: 768px) {
	.menu-blur {
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		padding: 8px;
	}
}
@media (max-width: 767px) {
	br {
		content: '';
		display: none!important;
	}
	.form-position {
		position: initial!important;	
	}
}