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


/* write custom css after this line */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.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;
}

@font-face {
    font-family: "JF Flat", sans-serif;
    src: url('fonts/JFFlat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.jfFlat {
	font-family: "JF Flat", sans-serif !important;
}

body, button, input, 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: #2980B9;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #2980B9;
}

.site-content a {
	color: #2980B9;
}

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

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

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

.wpcf7 form input[type="submit"] {
    border-radius: 7px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 60px;
}

.wpcf7 form input[type="submit"]:hover {

}

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

.wpcf7 select.wpcf7-form-control {
    padding: 6px 10px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    background-color: #F8F8F8;
    min-height: 48px;
    height: max-content;
}

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

footer#colophon a.wp-block-social-link-anchor svg {
	height: 18px;
}

footer#colophon h4 {
    color: #CBA86A;
    font-weight: 500;
    margin-bottom: -15px;
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element ul {
    text-align: right;
    line-height: 2.5em;
    margin: 20px 0 0 0;
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element ul li img {
    margin-left: 15px;
}

footer#colophon .widget ul {
    line-height: 2.5em;
}

.ast-footer-copyright span {
    font-weight: 300;
}

.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;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 1px !important;
    width: 40% !important;
    left: 30% !important;
}

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