/* 
Theme Name:   Divi Child Theme
Template:     Divi
Version: 	  1.311
*/

/*===========================================
		ICE CREAM SOCIAL DISTANCING FORM
===========================================*/

.custom-form .input-wrapper {
	display:inline-block;
	width:350px;
	vertical-align:top;
}
.custom-form label {
	display:block;
}
.custom-form input[type="text"],
.custom-form input[type="email"] {
    width: 300px;
	max-width:100%;
    margin-bottom: 20px;
    padding: 8px 10px;
    border: 1px solid #999;
    background: #ffffff;
    font-family: 'Source Sans Pro', Arial;
    font-size: 16px;
    box-sizing: border-box;
}
.custom-form select {
	padding: 7px 10px;
    margin-bottom: 20px;
    border: 1px solid #999;
}
.custom-form textarea {
	width:350px;
	height:100px;
	font-family: 'Source Sans Pro', Arial;
    font-size: 16px;
}
.custom-form .checkbox-wrapper {
	padding:8px 0 8px 30px;
	position:relative;
}
.custom-form .checkbox-wrapper input {
	position: absolute;
    left: 0;
    top: 12px;
}
.custom-form .button {
    background-color: #1e73be;
	width: 300px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
	padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin-top:15px;
}

/*===========================================
			QPLE COUPONS
===========================================*/

#coupon_div {
	display:flex;
    flex-wrap: wrap;
	font-size:0;
	margin-top:40px;
}
#coupon_div .coupon-block {
	width:49%;
	padding:15px;
	display:inline-block;
	box-sizing:border-box;
	font-size:14px;
	border:1px solid #ddd;
	margin:0 auto 15px auto;
}
#coupon_div .coupon-block:nth-child(even) {
	margin-left:2%;
}
#coupon_div .coupon-block .img-responsive {
	display:inline-block;
	vertical-align:middle;
	width:30%;
	margin-right:5%;
}
#coupon_div .coupon-block .text-wrapper {
	display:inline-block;
	vertical-align:middle;
	width:65%;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
#coupon_div .coupon-block .text-wrapper .display-name {
    font-size: 24px;
}
#coupon_div .coupon-block .text-wrapper .savings-value-statement {
	font-size: 20px;
    font-weight: bold;
    color: #1e73be;
    margin-top: 10px;
}
#coupon_div .coupon-block .text-wrapper .purchase-description {
	font-size: 14px;
    line-height: 20px;
}
#coupon_div .coupon-block .add-to-queue a,
#coupon_div .coupon-block .added-to-queue a {
	display: block;
    background: #0a56a3;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
}
#coupon_div .coupon-block .added-to-queue a {
	background: #494949;
}
#print_button {
	border: none;
    background: #53b3ff;
    padding: 12px 50px;
    font-size: 14px;
    color: #fff;
    margin: 25px auto 0;
    display: block;
	cursor:pointer;
}
#print_button #DOLLAR_SYMBOL,
#print_button #total_coupons,
#print_button #total_savings {
	display:none;
}
@media screen and (max-width:900px) {
#coupon_div .coupon-block,
	#coupon_div .coupon-block:nth-child(even) {
		width:90%;
		margin:15px 5%;
	}
}

/*===========================================
			BLOG IMAGE SIZE
===========================================*/

.et_pb_blog_grid .et_pb_image_container img {
    min-width: auto;
    max-width: 100%;
    max-height: 400px;
    width: auto;
	display:block;
	margin:0 auto;
}

/*===========================================
			RECIPE HEIGHT FIX
===========================================*/

.et_pb_blog_grid .et_pb_post.category-recipes {
    min-height: 380px;
}

/*===========================================
			COOKIE POPUP
===========================================*/

.et-l--footer .et_builder_inner_content {
	z-index:2;
}
.cookie-policy {
	position: fixed;
	bottom: 0;
	padding: 25px 0;
	background: #00376f;
	width: 100%;
	box-shadow:0 0 10px rgba(0,0,0,.7);
	display:none;
	z-index:9999999;
}
.cookie-policy .frame {
	width: 1024px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0px 25px;
	margin: 0 auto;
	position: relative;
}
.cookie-policy .frame p {
	font-family: "Poppins";
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 150px;
	box-sizing: border-box;
}
.cookie-policy .frame a {
	color:#fff;
}
.cookie-policy .frame .accept-cookies {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
	color: #00376f;
	font-family: "Poppins";
	font-size: 14px;
	vertical-align: middle;
	position: absolute;
	right: 75px;
	top: 50%;
	margin-top: -25px;
	cursor:pointer;
}
.cookie-policy .frame .close-cookies {
	display:inline-block;
	height:32px;
	width:32px;
	background:url(/wp-content/themes/Divi-child/img/icon-close-white.png);
	background-size:100%;
	position:absolute;
	right: 25px;
	top: 50%;
	margin-top: -16px;
	cursor:pointer;
	font-size:0;
}

/*===========================================
			SOCIAL ICONS PLUGIN
===========================================*/

.sfsiaftrpstwpr {
	display:none;
}
.category-recipes .sfsiaftrpstwpr {
	display:flex;
}
.sfsi_icons_container a {
	margin-top:25px;
	display:inline-block !important;
	float:none !important;
}

/*===========================================
				PRINT
===========================================*/

@media print {
	header,
	footer {
		display:none;
	}
	body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .category-recipes .et-l .et_pb_row_0.et_pb_row {
		width:80%;
		margin-top:25px;
	}
	.category-recipes .et_pb_section_0 .et_pb_row_0 .et_pb_column_0 {
		display:none;
	}
	.category-recipes .et_pb_section {
		padding: 0;
	}
	.category-recipes .et_pb_row_0.et_pb_row {
		padding: 0 !important;
	}
}
