/*
Theme Name: Astra Child Theme Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.site-content .ast-plain-container.ast-single-post #primary{
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.sidebar-form input[type="text"], .sidebar-form input[type="email"]{
  border-radius: 5px;
  border: 1px solid #1C7F18;
  background: #fff;
  color: #000000;
}
.sidebar-form input[type="text"]::placeholder, .sidebar-form input[type="email"]::placeholder{
  color: #000000 !important;
}
.sidebar-form input[type="submit"]:focus, .sidebar-form input[type="submit"]{
  background: #ffffff;
  color: #1C7F18;
  display: block !important;
	border:0px !important;
	width:100% !important;
	
}
.sidebar-form input[type="submit"]:hover{
  background: #FE7312;
	color: #ffffff !important;
}
.mixed-heading span{
  font-family: "Satisfy variant0", Tofu;
}
.single-post .content-area ol, .single-post .content-area ul{
	margin-left:20px !important;
}
.single-post .content-area header{
	margin-bottom:0px;
}
.single-post .content-area header .entry-meta, .single-post .content-area .comments-area{
	display: none;
}
.single-post .content-area .post-navigation, .single-post .content-area .ast-single-related-posts-container{
	padding: 20px 0px !important;
	margin-top:0px !important
}
.single-post .content-area ol, .single-post .content-area ul, .category .content-area p, .tag .content-area p{
  font-family: "Raleway" !important;"Cormorant"

}
.category .content-area h1, .category .content-area h2, .category .content-area h3, .tag .content-area h1, .tag .content-area h2, .tag .content-area h3{
	font-family:"Cormorant";
}
.tag .content-area .ast-archive-description{
  padding: 20px 0px;
}

.category .content-area .ast-archive-description, .tag .content-area .ast-archive-description{
	 padding: 50px 0px 20px 0px;
}

.tag .archive .ast-archive-description {
    padding-top: 0px !important;
    padding-right: 0px;
    padding-bottom: 30px !important;
    padding-left: 0px;
}

.category .content-area a, .tag .content-area a{
	color: #1C7F18 !important;
}
.category .content-area a:hover, .tag .content-area a:hover{
	color: #FE7312 !important;
}
.category .content-area header .entry-meta, .tag .content-area header .entry-meta{
	display: none;
}
.category .content-area, .tag .content-area{
	margin: 0px 0px 70px 0px !important;
}
 header.site-header:not(.home header.site-header ){
  border-bottom: 1px solid #eaeaea;
}
.single-post .site-content{
	margin-top:20px !important;
}

.sidebar-main #block-7, .sidebar-main #block-8, .sidebar-main #block-9{
	padding-bottom:0px !important
}
.single-post .sidebar-main #block-7 .wp-block-heading{
	text-align: center !important;
	border-bottom:0px !important;
	padding:0px;
	margin-bottom:0px !important
}
.sidebar-main #block-9 p{
	margin-bottom:0px !important;
}
.category .content-area article, .tag .content-area article{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.category .post-content .entry-title, .category .post-content  .entry-content, .tag .post-content .entry-title, .tag .post-content  .entry-content{
  padding: 0 20px;
}
 .category .post-content  .entry-content, .tag .post-content  .entry-content{
  padding-bottom: 20px;
}
.tag .content-area h1{
	text-transform: capitalize;
}
.single-post .content-area  h1, 
.single-post .content-area  h2, 
.single-post .content-area  h3, 
.category .content-area h1,
.category .content-area h2,
.category .content-area h3, 
.tag .content-area h1,
.tag .content-area h2,
.tag .content-area h3{
  color: #1C7F18 !important;
}

@media only screen and (max-width:991px){
	.single-post .content-area h1, .category .content-area h1, .tag .content-area h1{
		font-size:35px !important;
		line-height:40px;
		font-weight: 400 !important;
		
	}
	.single-post .content-area h2, .single-post .content-area h3, .category .content-area h2, .category .content-area h3, .tag .content-area h2, .tag .content-area h3{
		font-size:30px !important;
		line-height:35px;
		font-weight: 400 !important;
		
	}
	.single-post #secondary .wp-block-search__button {
  		margin-left: 10px;
	}
	.category .content-area, .tag .content-area{
		padding: 0 10px !important;
	}
	.category .content-area article, .tag .content-area article{
		margin-bottom:20px !important 
	}
}

@media only screen and (max-width:767px){	
}

@media only screen and (min-width:992px){
	.single-post #secondary .wp-block-search__input {
   		width: 100%;
	}
	.single-post .site-content{
		margin-top:40px !important;
	}
	.single-post .content-area h1, .category .content-area h1, .tag .content-area h1{
		font-size:50px !important;
		line-height:55px;
		font-weight: 400 !important;
	}
	.single-post .content-area h2, .single-post .content-area h3, .category .content-area h2, .category .content-area h3, .tag .content-area h2, .tag .content-area h3{
		font-size:35px !important;
		line-height:40px;
		font-weight: 400 !important;
		
	}
	.category .content-area .ast-row, .tag .content-area .ast-row{
    	display: grid;
    	grid-template-columns: repeat(3, auto) !important;
    	column-gap: 25px;
    	row-gap: 30px;
	}
}

