/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0
Updated: 2021-12-13 00:02:55

*/

.entry-content ul,
.single .elementor-widget-theme-post-content ul {
  	list-style: none; /* Remove default bullets */
	margin-left: 25px;
}
.entry-content ul li,
.single .elementor-widget-theme-post-content ul li {
	margin-bottom: 25px;
}
.entry-content ul.slick-dots li::before {
	display: none;
}
.entry-content ul:not(.slick-dots):not(.elementor-editor-element-settings) li:not(.elementor-editor-element-edit)::before,
.single .elementor-widget-theme-post-content ul li::before {
  	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  	color: #EDBB5F; /* Change the color */
  	font-weight: bold; /* If you want it to be bold */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1em; /* Also needed for space (tweak if needed) */
  	margin-left: -1em; /* Also needed for space (tweak if needed) */
	font-size: 25px;
}

.entry-content .checkmark ul li::before {
  	content: "\f00c";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	font-family: 'Font Awesome 5 Free';
  	color: #EDBB5F; /* Change the color */
  	font-weight: bold; /* If you want it to be bold */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1em; /* Also needed for space (tweak if needed) */
  	margin-left: -1em; /* Also needed for space (tweak if needed) */
	font-size: 25px;
	margin-right: 12px; 
	position: relative; 
	top: 4px;
}

.widget {
	margin-bottom: 1.5em;
	text-align: right;
}
footer .widget {
	text-align: left;
}

.interact-promotion-announcement-bar-p,
#interact-promotion-announcement-bar-close>span {
	color: #2f2f2f !important;
	font-weight: 500;
}
.main-header-menu > .menu-item > a .menu-text:after {
    content: "";
    position: absolute;
    left: 1px;
    width: 89%;
    bottom: 1px;
    z-index: -1;
    box-shadow: 0px -6px 10px 1px #000000;
}
[CLASS*="-sticky-header-active"] .main-header-menu > .menu-item > a .menu-text:after {
	display: none;
}
.submenu-with-border .sub-menu .sub-menu {
	top: -2px
}
.ast-header-sticked .ast-primary-header-bar .site-primary-header-wrap {
	min-height: 56px;
}
.ast-mobile-popup-content {
	background-color: #FFF;
	padding: 10px 0;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header {
    padding-right: 20px;
    padding-top: 5px;
}
.ast-mobile-popup-inner .ast-close-svg {
	width: 25px; 
	height: 25px;
}
.site-header {
	z-index: 150;
}
@media (max-width: 768px) {
	.site-header {
		z-index: 1200;
	}
	footer .widget {
		text-align: center;
	}
	.menu-item button.ast-menu-toggle {
		background-color: transparent;
	}
}