/*
Theme Name: Astra Child
Theme URI: https://thesudantimes.com/
Description: Child theme for Astra
Author: radar Developer
Author URI: https://thesudantimes.com/
Template: astra
Version: 1.0.0
*/
.carousel-control-prev-icon,
.carousel-control-next-icon
{
	background-color: black;
    color: white;
    padding: 24px;
    border-radius: 20px;
}
a{
	text-decoration:none!important;

}
.wp-block-cover__inner-container a {
	display:none!important;
}
.modal-content{
	background-color:#00000085!important;
}
.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before{
	color:#fff !important;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 80%;
}
textarea#wpforms-402-field_2 {
    width: 80%;
}
@media (max-width: 768px) {
	img.custom-logo{
		max-width:unset;
		width:100%;
		height:auto;
	}
	.wp-block-cover {
    min-height: auto!important;
    height: 160px!important; /* This is typically the default, but is included for clarity */
		max-height:160px;
}
	.wp-block-column{
		margin-bottom:0!important;
	}
	.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background{
		object-fit:cover!important;
		width:100%;
		height:100%;
		max-height:100%
	}
	.slick-slide{
		height:90vh!important;
		align-items:center;
	}
}
