/*
Theme Name:   Astra Child
Template:     astra
*/


/* write custom css after this line */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


// <weight>: Use a value from 200 to 800
// <uniquifier>: Use a unique and descriptive class name

.plus-jakarta-sans-<uniquifier> {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.tajawal-extralight {
	font-family: "Tajawal", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.tajawal-light {
	font-family: "Tajawal", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.tajawal-regular {
	font-family: "Tajawal", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.tajawal-medium {
	font-family: "Tajawal", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.tajawal-bold {
	font-family: "Tajawal", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.tajawal-extrabold {
	font-family: "Tajawal", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.tajawal-black {
	font-family: "Tajawal", sans-serif;
	font-weight: 900;
	font-style: normal;
}


body, button, input, textarea {
	font-family: "Plus Jakarta Sans", sans-serif !important;
}

body.rtl, .rtl button, .rtl input, .rtl textarea {
	font-family: "Tajawal", sans-serif !important;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #752157;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #752157;
}

.site-content a {
	color: #752157;
}

a:focus,input:focus,textarea:focus,button:focus{outline:none}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control, .wpcf7 select.wpcf7-form-control {
    padding: 10px !important;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    background-color: #F3F3F5;
    color: #000000;
}

.wpcf7 textarea.wpcf7-form-control {
	height: 150px;
}

.wpcf7 form p {
	margin-bottom: 13px;
}

.wpcf7 form input[type="submit"] {
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    padding: 12px 30px;
    background-color: #752157;
}

.wpcf7 form input[type="submit"]:hover {
	background-color: #2F2D52;
}

span.wpcf7-spinner {
	display: none;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: rtl;
}

.rtl .wpcf7 input[type="url"], .rtl .wpcf7 input[type="email"], .rtl .wpcf7 input[type="tel"] {
	direction: rtl;
}

input#submit {
	color: #FFFFFF !important;
}

article .entry-meta {
	display: none;
}

img.brand-image {
	height: 20px !important;
	width: auto;
	box-shadow: none !important;
}

img.car-image {
	height: 350px;
	width: auto;
	object-fit: cover;
}

h1.page-title.ast-archive-title {
	text-align: center;
}

img.cars-image {
	height: 100px !important;
	object-fit: cover;
	margin-bottom: 15px;
}

a.more {
	display: block;
	border: 1px solid #543884;
	border-radius: 5px;
	padding: 7px;
	text-align: center;
	font-size: 14px;
}

a.more:hover {
	background: #543884;
	color: #FFFFFF;
}


#listPosts .box {
	min-height: 325px;
}

.single-cars nav.navigation.post-navigation {
	display: none;
}


.nav-links {
	display: none !important;
}

.ast-site-title-wrap {
	display: none;
}

.rtl .hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
	right: auto;
	left: 0;
	box-shadow: none !important;
}

.rtl .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input {
	right: auto;
	left: 0;
}

.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before, .elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after {
	height: 1px;
	width: 70% !important;
	margin: 0 15%;
}

span.wpml-ls-native {
	font-family: "Tajawal", sans-serif;
}

.rtl .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
	text-align: left;
}

.rtl .ast-footer-copyright {
	text-align: right;
}

@media (max-width: 40em) {
	footer#colophon .wp-block-spacer {
		display: none;
	}
}

a.hfe-menu-item {
	border-radius: 7px;
}

.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
	display: flex;
}