/*
Theme Name: Astra Child
Theme URI: https:#
Description: A child theme of astra
Author: Sumit Umak
Author URI: https://example.com/
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


.color-title{
	color:#dcac7f;
}
.ast-theme-transparent-header .main-header-menu .menu-link:hover {
    color:#dcac7f !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
	line-height:45px;
}
.main-header-bar{
	padding:10px 0px
}

.ast-footer-copyright a:hover{
	color:#ddd;
}

/* footer menu icons */
/* li#menu-item-1853{
	position:relative;
}
li#menu-item-1853::before{
	content: "\f230";
	position:absolute;
	top:0%;
	left:-25px;
	color:#fff;
} */

@media (max-width:768px){
	.widget-title, .widget .wp-block-heading,
	.widget{
		margin-bottom:10px;
	}
	
	.widget-title,.widget .wp-block-heading{
		font-size:1.8rem;
	}
	
}