/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

.res_area .wpdmap-starter .col-md-4 {
	display: none;
}
.res_area .wpdmap-starter .col-md-8 {
	width: 100%;
	max-width: 100%;
	flex: 0 1 100%;
}
.slider_home > div > div.vc_column-inner {
	margin-bottom: 0;
}
.w3eden .h3, .w3eden h3 {
	visibility: hidden;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-right: 0;
} 
.wpcf7-acceptance .wpcf7-list-item input {
	position: relative;
    top: 1px;
}
.pea_cook_wrapper {
	z-index: 999999991 !important;
}
.home_row-btns,
.home_row-section {
	padding-top: 50px;
}
@media screen and (min-width: 767px) {
	.home_row-btns {
		padding-top: 100px;
	}
	.home_row-section {
		padding-top: 80px;
	}
	.reverse-dsk .wpb_column.vc_column_container.vc_col-sm-8 {
		float: right;
	}
	.reverse-dsk .wpb_column.vc_column_container.vc_col-sm-4 {
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.home_row-btns .vc_column-inner,
	.home_row-btns .vc_col-sm-6:last-child .vc_btn3-container {
		margin-bottom: 0;
	}
}