/*
Theme Name: Yvette
Theme URI: http://yvette.elated-themes.com
Description: A Modern, Lively Portfolio Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: yvette
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.btn-primary {
	padding: 10px 20px;
	text-transform: uppercase;
	color: #217152;
	background: none;
	border-color: #217152;
	margin-top: 20px;
	transition: all 300ms;
}
.btn-primary:hover {
	color: #FFFFFF;
	background: #217152;
}
body.woocommerce-page .eltdf-content a.added_to_cart:hover,
body.woocommerce-page .eltdf-content a.button:hover,
body div.woocommerce a.added_to_cart:hover,
body div.woocommerce a.button:hover {
	color: #217152;
}
body .eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-subtotal-holder .eltdf-total-amount {
	color: #217152;
}
body .pp_pic_holder .pp_content_container a.pp_next,
body .pp_pic_holder .pp_content_container a.pp_previous
{
	background: rgba(255,255,255,0.5) !important;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
}

body.woocommerce .eltdf-out-of-stock {
	font-size: 18px;
	line-height: 38px;
    font-weight: bold
}

body h3 {
	color:#000000;
}
@media screen and (max-width: 640px)
{
body h1 {
	font-size: 35px;
	line-height: 1.153846153846154em;
}
body h3 {
	font-size: 28px;
	line-height: 1.071428571428571em;
	letter-spacing: 0;
}
body nav.eltdf-fullscreen-menu > ul > li > a {
	font-size: 20px;
	padding: 5px 0;
}
}