/*
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
*/

/* reduces padding top and bottom of activity icon boxes */
.fusion-content-boxes .content-wrapper-background {

    padding: 17px 35px 3px 35px !important;
	border-top: solid 1px #999999;
}
.fusion-content-boxes .fusion-column {
    margin-bottom: 11px;
}

/*change text to white colour p h1 h2 */
.white {
	color: #ffffff;
}
.white h1 {
	color: #ffffff;
}
.white h2 {
	color: #ffffff;
}

/*makes width of Woo order form 100%, adult and child fields side by side*/
.wc-bookings-booking-form {
	width: 100%;
}
.wc-bookings-booking-form .form-field {
    float: left;
    width:50%;
}
.wc-bookings-booking-form .form-field input[type=number] {
    width: 50%;
}

/* .price {
    margin-top: -30px !important;
    float: right;
} */

.less-pad .fusion-read-more {
	font-size: 12px;
	margin-bottom: -31px;
}
.woocommerce-notices-wrapper {
	padding: 31px 0px 20px 0px;
}
/* removes the grey under product images */
.product-images .crossfade-images {
    height: 100% !important;
}
.product-images .crossfade-images img {
height: 100% !important;
}
.product_meta {
    padding-top: 3px !important;
}
.product_meta::before {
content: "We require a minimum of two guests to run this tour.";
	font-weight: 700;
line-height: 52px;
}
form.cart {
    margin-bottom: 3px !important;
}