/*
Theme Name: ChestRad
Author: The Freeform Foundry
Author URI: https://www.thefreeform.com.au/
Description:
Version: 1.0


*/

/* Home Page Popup custom Styling - Start */
#popmake-477 .wp-block-columns{
	margin-bottom: 0;
}

#popmake-477 .wp-block-columns .wp-block-column:first-child{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.75rem 0.75rem 0;
}

#popmake-477 .wp-block-columns .wp-block-column:first-child > *{
	text-align center;
}

#popmake-477 .wp-block-columns .wp-block-column:not(:first-child){
	margin-bottom: 0;
}

#popmake-477 .wp-block-columns .wp-block-column h2{
	margin-bottom: 1rem;
}

#popmake-477 .wp-block-columns .wp-block-column:first-child .btn{
	background: #231F20;
	color: #FFF;
	padding: 11px 35px;
	border: none;
}

#popmake-477 .wp-block-columns .wp-block-column:last-child figure{
	height: 100%;
}

#popmake-477 .wp-block-columns .wp-block-column:last-child figure img{
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 782px){
	#popmake-477 .wp-block-columns .wp-block-column:first-child{
		padding: 0.75rem 0 0.75rem 1.25rem;
	}
}
/* Home Page Popup custom Styling - End */