/*
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", serif;
  font-weight: 200;
  font-style: normal;
}

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

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

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

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

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

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

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: #28AAE1;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #28AAE1;
}

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: 1px solid #dddddd;
    font-size: 13px;
    border-radius: 15px;
    color: #FFFFFF;
    background-color: transparent;
}

select.wpcf7-form-control.wpcf7-select.form-select {
	border: none;
	font-size: 13px;
	border-radius: 15px;
	height: 48px !important;
}

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

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

.wpcf7 form input[type="submit"]:hover {
	color: #FFFFFF;
	background-color: #1C1B23;
}

span.wpcf7-spinner {
	display: none;
}

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

.wpcf7 ::placeholder {
    color: #FFFFFF;
}

.wpcf7 textarea {
	height: 160px;
}

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

.book-now input.wpcf7-form-control:not([type=submit]), .book-now textarea.wpcf7-form-control, .book-now select.wpcf7-form-control {
    /* padding: 22px !important; */
    border-radius: 5px !important;
    color: #000000 !important;
    height: 50px;
    font-size: 13px;
}

.book-now ::placeholder {
    color: #000000 !important;
}

.book-now textarea {
	height: 100px !important;
}

.book-now label {
    font-size: 13px;
    font-weight: 400;
}

.book-now input[type="submit"] {
	color: #FFFFFF !important;
	background-color: #28AAE1 !important;
	width: 100%;
	margin-top:20px
}

.book-now input[type="submit"]:hover {
	color: #FFFFFF !important;
	background-color: #222C48 !important;
}


article .entry-meta {
	display: none;
}

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

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

.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) {

}