/*!
Theme Name: Astrologer Child Theme
Author: Shreshth
Description: Child theme for The Astrologer WordPress theme
Version: 2.0
Template: astrologer
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.al-overview-inner{
	background-color: #00283c;
}
.default-footer{
	padding-top: 0;
}
.al-newsletter-wrapper{
	background-color: #00283c;
}
.al-newsletter-box .al-btn{
	min-width: 190px;
	padding: 15px 20px;
}
.al-header-wrapper{
	box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.5);
}

@media screen and (min-width: 1201px){
	.al-main-navigation .head_appoint_btn{
		display: none;
	}
}

@media screen and (max-width: 1200px){
	.al-top-header{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.al-newsletter-box input.form-control{
		width: calc(100% - 190px);
	}
}
@media screen and (max-width: 767.98px){
	
}
@media screen and (max-width: 579px){
	
}