/*
Theme Name: CheerUp Child
Theme URI: http://theme-sphere.com/
Description: A child theme of CheerUp
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: cheerup
Version: 1.1
*/
.main{
    margin-bottom:0px;
}
.archive-head{
	display:none;
}
.blocks>.widget-cta .boxes{
	flex-wrap: inherit!important;
}
.blocks>.widget-cta img {
    transition: transform 0.5s ease-in;
    will-change: transform;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.cta-box:first-child img{
	object-position: 0px -35px;
}



@media only screen and (max-width: 600px) {
	#bunyad-posts-widget-2{
		display:none;
	}
	#categories-2{
		display:none;
	}
	.blocks>.widget-cta .boxes{
	flex-wrap: wrap!important;
}
.blocks>.widget-cta img {
    transition: transform 0.5s ease-in;
    will-change: transform;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.cta-box:first-child img{
	object-position: top;
}
}