/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.flex {
	display: flex;
	display: -webkit-flex;
}
.flexwrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.wrapper {
	margin: auto;
	max-width: 1170px;
	width: 100%;
}
html.flexbox .woocommerce .social-share,
.avada-availability {
	display: none !important;
}
.woocommerce .woo-content {
	padding-top: 60px;
}
section#evenements .title {
	margin-bottom: 60px;
}
section#evenements article {
	background-color: #f7f7f7;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 40px;
	padding: 30px;
}
section#evenements article p.date {
	font-size: 20px;
}
section#evenements article .excerpt p:last-of-type {
	margin-bottom: 0;
}
section#evenements article .image {
	width: calc(35% - 20px);
}
section#evenements article .texte {
	width: calc(65% - 20px);
}
.single-product div.product form.cart {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.woocommerce input[type=number] {
	border: 0;
	color: #000;
	font: 400 16px "Roboto Slab";
	height: 40px;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.ph-addon-description {
	display: none;
}
.ph-addon-container p {
	margin: 5px 0 !important;
}
.ph-addon-container p.form-row {
	width: 100% !important;
}
.ph-addon-container {
	margin-bottom: 10px;
	margin-right: 0;
	padding: 0;
	width: calc(50% - 20px);
}
.phive-addons {
	padding-left: 0;
}
.ph-addon-container:nth-child(2) {
	margin-top: 30px;
	width: 100%;
}
.ph-addon-container:nth-child(2) label {
	width: 100%;
}
.ph-addon-container:nth-child(3) {
	width: 100%;
}
.ph-addon-container:nth-child(3) label {
	display: none;
}
.ph-addon-container label {
	width: 25%;
}
.ph-addon-container p.form-row {
	width: 75%;
}
#ph-product-addons-total-cost {
	width: 100%;
}
@media screen and (max-width: 768px) {
	section#evenements article {
		padding: 20px;
	}
	section#evenements article .image {
		margin-bottom: 20px;
		width: 100%;
	}
	section#evenements article .texte {
		width: 100%;
	}
}