/* CSS Document */



.ccm-image-block-wrap {

	position: relative; display: inline-block; margin-bottom:15px; 
	
}
.ccm-image-block-wrap img {

	position: relative; z-index: 2;border-radius: 25px 0 0 25px;
}
.ccm-image-block-wrap:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    background: #f4e358;
    border-radius: 0 0 0 25px;
    z-index: 1;
    aspect-ratio: 1 / 1;
    width: 50%;
    height: 50%;
} 

#logo .ccm-image-block-wrap,
#header .ccm-image-block-wrap,
#footer .ccm-image-block-wrap
{
	margin: 0!important;
}
#logo .ccm-image-block-wrap:after,
#header .ccm-image-block-wrap:after,
#footer .ccm-image-block-wrap:after 
{
	display: none !important;
}

/*
.padditbx .ccm-image-block-wrap {

	position: absolute;

    bottom: 0;

    left: 2.5%;

    width: 95%;

    height: 75px;

    content: '';

    box-shadow: 0px 30px 35px -20px black;

    border-radius: 100%;

    z-index: -1;

}*/