/*
Theme Name: Yvette Child
Theme URI: http://yvette.elated-themes.com
Description: A child theme of Yvette Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: yvette
Template: yvette
*/
h1 {
	transition: color 300ms;
	color: #000000;
}
h1:hover {
	/*color: #217152;*/
}
body .eltdf-main-menu > ul > li > a {
	text-transform: none;
}
body .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image::after {
	border-color: #217152;
}
body.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a {
	color: #217152;
}
body.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a {
	color: #217152;
}
body.eltdf-woo-single-page .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
	width: 20%;
}
body #submit_comment, .post-password-form input[type="submit"],
body input.wpcf7-form-control.wpcf7-submit {
	position: relative;
	display: inline-block;
	width: auto;
	font-family: inherit;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: .05em;
	outline: 0;
	box-sizing: border-box;
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	padding: 3px 18px 5px;
	color: #0c2b23;
	background-color: transparent;
	border: 2px solid #0c2b23;
	vertical-align: bottom;
	margin: 0 10px;
	text-transform: lowercase;
	white-space: nowrap;
	cursor: pointer;
	z-index: 3;
	margin: 15px 0 0;
}
body #submit_comment, .post-password-form input[type="submit"]:hover,
body input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background-color: #0c2b23;
	border-color: #0c2b23;
}
body nav.eltdf-fullscreen-menu > ul > li > a {
	font-size: 45px;
}
.eltdf-logo-wrapper {
	margin-right: 59px;
}
body.error404 .eltdf-page-not-found .eltdf-404-subtitle {
	color: #FFFFFF;
}

body.error404 .eltdf-page-not-found .eltdf-btn,
body.error404 .eltdf-page-not-found .eltdf-404-text {
	font-weight: bold;
	color: #FFFFFF;
}

body.eltdf-woo-single-page .eltdf-single-product-summary .woocommerce-product-rating,
body.eltdf-woo-single-page .eltdf-single-product-summary .product_meta {
	display: none;
}