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

#cwa_3d {
	width: 100% !important;
	height: 100% !important;
}

.asban_footer {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	color: #393939;
	font-family: "Outfit", Sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.65;
	transition: all 0.75s ease;
	padding: 5px;
	line-height: 13px;
}

.asban_footer:hover {
	color: #393939;
	padding-right: 83px;
	opacity: 1;
}

.asban_footer:hover .asban_img {
	opacity: 1;
	right: 0px;
}

.asban_footer:hover .the_coon {
	transform: rotate(360deg);
}

.the_coon {
	display: flex;
	transition: all 0.5s ease;
}

.asban_img {
	display: flex;
	position: absolute;
	right: 83px;
	opacity: 0;
	transition: all 0.75s ease;
}

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-15px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-15px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(15px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

.sticky-header {
	width: 100% !important;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease;
}

.sticky-header.elementor-sticky--effects {
	background-color: #EAEAE4 !important;
	border-bottom: 1px solid #cdcdc0 !important;
}

.sticky-header.elementor-sticky--effects .elementor-item {
	color: #393939 !important;
	fill: #393939 !important;
}

.sticky-header.elementor-sticky--effects .elementor-item:before {
	border-color: #393939de !important;
}

.sticky-header.elementor-sticky--effects .logo h2 {
	color: #393939 !important;
}

.sticky-header.elementor-sticky--effects:before {
	opacity: 0.075;
}

.sticky-header.elementor-sticky--effects .nav-btn a {
	color: #393939 !important;
	fill: #393939 !important;
	border-color: #393939 !important;
}

.archive-list .elementor-post__title a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.5s ease;
}

.archive-list .elementor-post__title a:hover {
	color: #920000 !important;
}

.archive-list .elementor-post__read-more {
	position: relative;
	padding: 10px 30px;
	border: 3px solid #393939;
	transition: all 0.5s ease;
	z-index: 1;
}

.archive-list .elementor-post__read-more:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(http://seize03.asban.dev/wp-content/uploads/2023/03/pat_new.webp);
	background-position: center center;
	background-size: contain;
	z-index: -1;
	opacity: 0.1;
}

.archive-list .elementor-post__read-more:hover {
	color: #920000 !important;
	border-color: #920000;
}

.archive-list .elementor-post__meta-data {
	position: relative;
	padding: 15px 20px !important;
	border-top: 1px solid #cdcdc0 !important;
	z-index: 1;
}

.archive-list .elementor-post__meta-data:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(http://seize03.asban.dev/wp-content/uploads/2023/03/pat_new.webp);
	background-position: center center;
	background-size: contain;
	z-index: -1;
	opacity: 0.1;
}


.category_widget h5 {
	color: #393939;
	font-family: "Outfit", Sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 1px;
	padding: 3px 0px 3px 5px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #920000;
	margin-top: 0;
	margin-bottom: 15px;
}

.category_widget ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0;
	list-style: none;
}

.category_widget ul li {
	display: flex;
}

.category_widget ul li a {
	text-transform: uppercase;
}