/**
 * Theme Name:     Astra Child
 * Author:         Sakina Telkoware
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/astra-child/fonts/avenir_regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/astra-child/fonts/avenir_regular-webfont.woff') format('woff');
}

body {font-family: 'Avenir', sans-serif;letter-spacing: 0.3px;}

@font-face {
    font-family: 'DinCondensed';
    src: url('/wp-content/themes/astra-child/fonts/d-dincondensed-webfont.woff2') format('woff2'),
         url('/wp-content/themes/astra-child/fonts/d-dincondensed-webfont.woff') format('woff');
}

h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6){
	font-family: "DinCondensed" , sans-serif;
}

.disclosure-btn{
display:flex;
align-items:center;
gap:10px;
width:100%;
min-height:44px;
padding:0px;
background:none;
border:none;
font-size:25px !important;
font-weight:600;
cursor:pointer;
text-align:left;
color: var(--ast-gallery-block-color);
font-family: 'DinCondensed';
    border-bottom: 2px solid #ebebeb;
    position: relative;
	margin-bottom: 20px;
}

.widget-title:after, .disclosure-btn:after {
    content: "";
    width: 90px;
    height: 2px;
    background: var(--ast-global-color-0);
    position: absolute;
    left: 0;
    bottom: -2px;
}

.widget-title{
	border-bottom: 2px solid #ebebeb;
    position: relative;
	font-weight: 600 !important
}


.disclosure-btn:focus, .disclosure-btn:hover{
    color: var(--ast-global-color-2) !important;
    background-color: #fff !important;
    border-color: #ebebeb !important;
}


.disclosure-btn .chevron{
transition:transform .3s ease;
display:flex;
align-items:center;
}

.disclosure-btn[aria-expanded="true"] .chevron{
transform:rotate(90deg);
}

#secondary .widget ul,
.sidebar-main .widget ul{
overflow:hidden;
transition:max-height .35s ease;
margin-top:8px;
}

.ast-blog-layout-4-grid .ast-article-post{
	width: 100%;
}

.archive .entry-title, .blog .entry-title, .search .entry-title, .entry-header{
	text-align: center;
}

.blog-layout-4 .post-thumb {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.post-content>.cat-links, .post-content>.tags-links{
	    font-weight: 400;
    word-spacing: 3px;
}

.read-more a {
    background: var(--ast-global-color-0);
    color: #fff;
    padding: 8px 20px;
}

header .entry-meta, .entry-meta .published{
	color: var(--ast-global-color-2);
	    font-weight: 400;
}

#secondary li {
    margin-bottom: 0.3em;
}

.ast-pagination a,
.ast-pagination .page-numbers{
	color: var(--ast-global-color-0);
}


.ast-pagination .page-numbers.current {
	color: #fff;
}

.ast-footer-copyright p {
    color: #fff;
}

.single .post-navigation a {
    color: var(--ast-global-color-0);
}

/* AUTHOR PAGE */

.ast-separate-container .ast-author-box {
    display: block;
    background-color: #fff;
	text-align: center;
    margin-bottom: 30px;
	padding: 2em;
}

.ast-author-box-title{
	color: var(--ast-global-color-0);
}

.ast-author-box .meta-info {
  color: #959595;
	margin: 7px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.ast-author-box .meta-info span {
  margin: 0 10px;
	    display: flex;
    align-items: center;
    justify-content: center;
}

.ast-author-box .meta-info span svg{
	margin-right: 5px;
}
.ast-author-box .meta-info span p{
	margin-bottom: 0;
}

.entry-meta span{
	margin-left:3px;
	margin-right: 3px
}

a.ast-button.ast-badge-tax {
    color: var(--ast-global-color-0);
	font-size: 17px;
    background: #fff;
    border: none;
    box-shadow: none;
}

@media all and (min-width: 768px){
.ast-blog-single-element .addtoany_content{
	position: absolute;
    right: 0;
    margin-bottom: 0;
	}
}


@media all and (max-width: 992px) {
    .ast-separate-container #content .ast-container
	{
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
	
    .ast-right-sidebar #primary {
        padding-top: 20px;
		padding-bottom: 0;
    }
	
	.ast-separate-container .ast-blog-layout-4-grid .ast-article-post{
		padding: 0;
	}
}

.mc4wp-form-fields p{
	margin-bottom: 1em;
}

.mc4wp-form-fields input[type="submit"]{
	width: 100%;
}

.mc4wp-form-fields input[type="email"]{
	border-radius: 0;
}

.widget_search .search-form .search-field{
	border-color: #505f692b;
	background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, rgb(244 145 26) 80%);
}

.ast-icon.icon-search svg {
    height: 1em;
    width: 20px;
    margin-top: 0px;
	margin-right: 2px;
}

.ast-icon svg:not([fill]){
	fill: #fff;
}

.widget_search .search-form button,
{
	box-shadow: none;
}
.widget_search .search-form .search-field{
	border: 0;
	box-shadow: 0px 0px 1px #000000;}