/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/*Lets Start Reviewing Page Content*/
.box_campaign{
	display:none;
	margin-right:0px!important;
}
.campaign {
	background: #ae5050;
	color: white;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 4px 0px #222;
	padding-bottom: 20px;
}
.campaign_title {
	padding: 10px 5px;
}
.close_campaign{
	display:none;
}
.active .close_campaign{
	display:block;
}
.active .view_campaign{
	display:none;
}
button.close_campaign:hover {
	background: white;
	cursor: pointer;
}

button.close_campaign {
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 30px;
	border: none;
	text-transform: capitalize;
	line-height: 2.5em;
	font-weight: bold;
}
button.campaign_inner_btn.no_in {
	background: black;
	color: white;
}
button.campaign_inner_btn {
	border-radius: 100px;
	background-color: #df8a88;
	padding: 10px 25px;
	border: none;
	font-size: 18px;
	margin-right: 20px;
}
.box_campaign {
	text-align: center;
	padding-top: 45px;
}
.success_notice{
	display:none;
}
button.campaign_inner_btn.yes_in.loading{
	opacity:0.6;
}
.campaign_content h2 {
	color: #ae5050;
	font-weight: bold;
}
.campaign_content h3 {
	font-size: 29px;
}
.campaign_content p {
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 10px;
	display: block;
}
button.view_campaign {
	cursor: pointer;
}
button.campaign_inner_btn.yes_in.loading:after {
	content: '';
	height: 23px;
	width: 23px;
	display: inline-block;
	background: url(https://campaign.contagiousagency.com.au/wp-content/uploads/2022/04/775730_interface_512x512.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.campaign_inner_btn{
	cursor:pointer;	
}
.campaign_img img {
	height: 320px;
	object-fit: cover;
	width: 100%;
}
@media screen and (min-width:981px){
	.et_pb_gutters3 .et_pb_column_1_4{
		width: 23.4%;
		margin-bottom: 1.5%;
	}

	.et_pb_gutters3 .et_pb_column{
		margin-right: 1.5%;
	}

}