/**
Theme Name: astra_child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra_child
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
.main-header-menu{
	direction: rtl;
	font-family: 'Cairo', Tahoma;
}
.main-header-menu a:link, .main-header-menu a:hover, .main-header-menu
 a:visited, .main-header-menu a:active{ font-family: 'Cairo',
 Tahoma !important; font-size: 14px !important; font-weight:
 400 !important; }
.ara-section, .ara-slider, .ara-lang, .site-footer{
	font-family: 'Cairo', Tahoma, Arial !important;
}
.site-footer a:link, .site-footer a:hover, .site-footer a:visited, .site-footer a:active,
.ara-section a:link, .ara-section a:hover, .ara-section a:visited, .ara-section a:active,
.ara-slider a:link, .ara-slider a:hover, .ara-slider a:visited, .ara-slider a:active,
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer p,
.ara-section h1, .ara-section h2, .ara-section h3, .ara-section h4, .ara-section h5, .ara-section p,
.ara-slider h1, .ara-slider h2, .ara-slider h3, .ara-slider h4, .ara-slider h5, .ara-slider p,
.ara-lang  h1, .ara-lang h2, .ara-lang h3, .ara-lang h4, .ara-lang h5, .ara-lang p,
.post h1
{
	font-family: 'Cairo', Tahoma, Arial !important;
}
.ara-title, .ara-title h2, .ara-title h3, .ara-title h4, .ara-title h5
{
	direction: rtl;
	text-align: right !important;
}
.ara-section, .ara-section p, .ara-section h2, .ara-section h3, .ara-section h4, .ara-section h6, .ara-section label, .ara-section td, .ara-section th {
	direction: rtl;
	text-align: right !important;
}
.ara-section p{
	font-size: 18px;
}
.ara-center h2, .ara-center h3, .ara-center h4{
	text-align: center !important;
}
.ara-section .elementskit-border-divider{
	float: left;
}
.ara-section .elementor-tab-title{
	direction: rtl;
	text-align: right !important;
} 
.dir-ltr{
	direction: ltr !important;
}
.dir-ltr a:link, .dir-ltr a:active.dir-ltr a:hover.dir-ltr a:visited{
	display: block;
	direction: ltr !important;
}
.ara-lang .section-title, .ara-lang p{
	text-align: right;
}
.social-head{
	font-size: 20px;
    display: flex;
    flex-direction: row;
}
.social-head svg{
	box-shadow: 1px 1px 5px #ccc;
    padding-left: 3px;
}
.social-head .small{
	font-size: 14px;
	margin-right: 10px;
}
.site-below-footer-wrap{
	background-color: #d8d6d6 !important;
	padding: 10px !important;
}
.site-below-footer-wrap p, .site-below-footer-wrap span{
	color: #000;
}
.site-below-footer-wrap a:link, .site-below-footer-wrap a:hover, .site-below-footer-wrap a:visited, .site-below-footer-wrap a:active{
	color: #000 !important;
}
.wpforms-field-textarea{
	width: 100%;
}
.footer-widget-area .textwidget p{
	display: flex;
}
.footer-widget-area .mob_number{
	direction: ltr;
}
.blog-items li{
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px; 
}
.post .cat-links{
	display: none;
}
article .entry-content li{
	font-size: 16px;
	margin: 10px 10px 10px 10px;
}
.category article{
	background-color: #faebd7;
	padding: 20px;
}
.category .ast-archive-description{
	background: rgb(245,245,245);
	background: radial-gradient(circle, rgba(245,245,245,1) 68%, rgba(251,123,41,1) 100%);
}
.ur-form-row{
	display: block;
}
.woocommerce-MyAccount-content{
	display: none;
}
.post-template-default .post-thumb-img-content.post-thumb, .comments-link {
	display: none;
}
/* ===== Media Queries */
/*large*/
@media screen and (min-width: 1201px) {
	.waiverform{
	  padding-top: 175px !important;
	}
  }
  
  /*ipad*/
  @media screen and (max-width: 1200px) and (min-width: 668px) {
	
  }
  
  /* md */
  @media screen and (max-width: 992px) and (min-width: 768px) {
	
  }
  
  /* iPad pro */
  @media screen and (max-width: 1200px) and (min-width: 992px) {
	.elementor-widget-wrap{
		/*padding: 0 !important;*/
	}
  }
  
  /* very small mobile screen */
  @media only screen and (max-width: 480px) {	
	.elementor-widget-wrap{
		/*padding: 0 !important;*/
	}
	  
  }