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


/* write custom css after this line */

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('fonts/BahijTheSansArabic-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('fonts/BahijTheSansArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('fonts/BahijTheSansArabic-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('fonts/BahijTheSansArabic-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('fonts/BahijTheSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic Plain';
    src: url('fonts/BahijTheSansArabic-Plain.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('fonts/BahijTheSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

body, button, input, textarea {
	font-family: "Bahij TheSansArabic", 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: #00CDFB;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #00CDFB;
}

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;
	color: #000000
}

select.wpcf7-form-control.wpcf7-select.form-select {
    border: none;
    font-size: 14px;
    border-radius: 5px;
    height: 48px !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;
}

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

.ast-related-post-featured-section.post-has-thumb img {
    height: 80px;
    width: auto;
}

span.ast-blog-single-element {
    display: none !important;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

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