/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Child theme for Astra
Version: 1.0.11
*/

/* Cookie notice */
.cookie-notice-container {
	padding:28px 20px;
	font-size:16px;
	font-weight:bold;
}
#cookie-notice .cn-button {
	font-size:16px;
	font-family:inherit;
}
.cn-button.bootstrap {
	background-image:none;
	background-color:#006f9e;
}
.cn-button.bootstrap:hover {
	background-color:#005072;
}
@media (max-width:900px) {
	#cookie-notice .cn-button {
		margin-bottom:10px;
	}
	.cookie-notice-container #cn-notice-text {
		margin-bottom:10px;
	}
}

/* Fix for Astra incompatibility with Site Origin. See functions.php for more info. */
.siteorigin-panels .panel-row-style {
	z-index:0;
	position:relative;
}

/* Fullwidth featured images in pages. See functions.php for more info */
.astrachild-featured-image img {
	width:100%;
}

/* Call to action (custom widget area) */
.astrachild-calltoaction {
	padding:60px 0px;
	background-color:#000000;
	color:#e6e6e6;
	text-align:center;
}
.astrachild-calltoaction a {
	padding:10px 15px;
	border-radius:6px;
	background-color:#006f9e;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}
.astrachild-calltoaction a:hover {
	background-color:#00a0e4;
}
.astrachild-calltoaction h1 {
	color:#e6e6e6;
	margin-bottom:10px;
}

/* Custom widget area in home page, before the footer */
.astrachild-after-calltoaction {
	padding:60px 0px;
}
