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


/* write custom css after this line */
@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Arabic';
	src: url('fonts/Montserrat-Arabic-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}


body, button, input, textarea {
	font-family: "Montserrat-Arabic", 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: #ECD377;
	border-radius: 10px;
}

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

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

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
	padding: 21px !important;
	border: 1px solid #DDDDDD;
	font-size: 13px;
	border-radius: 0;
	color: #000000;
}

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

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

.wpcf7 form input[type="submit"] {
	border-radius: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding: 12px 50px 12px 50px;
	background-image: linear-gradient(90deg, var( --e-global-color-primary ) 0%, var( --e-global-color-accent ) 100%);
}

.wpcf7 form input[type="submit"]:hover {
	background-image: linear-gradient(90deg, var( --e-global-color-accent ) 0%, var( --e-global-color-primary ) 100%);
}

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


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

}