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


/* write custom css after this line */

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

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

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

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

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

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

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

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

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

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.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: "Poppins", 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: #428DCC;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #428DCC;
}

.site-content a {
	color: #428DCC;
}

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

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

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

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

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

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

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