/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

p a {
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
}

.nm-shop-widget-col .active, .nm-price-filter .current {
	font-weight: 700;
}

.nm-social-profiles li {
	margin: 0;
}

.nm-social-profiles.icon-size-medium li a {
	font-size: 18px;
}

.about h1 {
	font-size: 20px !important;
}

/* Rend les images invisibles avant et pendant le chargement */
.lazyload,
.lazyloading {
	opacity: 0 !important;
}

/* Applique l'effet de fondu une fois l'image complètement chargée */
.lazyloaded {
	opacity: 1 !important;
	transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* On crée une animation de fondu pour le chargement de la page */
@keyframes fadeInOnLoad {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* On l'applique uniquement aux images qui NE SONT PAS en lazyload (donc la 1ère) */
img:not(.lazyload):not(.lazyloading):not(.lazyloaded) {
	animation: fadeInOnLoad 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards
}

/* Annuler l'effet de fondu et l'animation spécifiquement pour le logo */
img.nm-logo {
	opacity: 1 !important;
	transition: none !important;
	animation: none !important;
}

.current_page_item a {
	color: #000000 !important;
}

.current_page_parent a {
	color: #000000 !important;
}

.product_meta {
	display: none;
}

.nm-shop-categories li a, .nm-widget-title {
	color: #707070 !important;
}

.nm-shop-categories li.current-cat a {
	color: #000000 !important;
}



h4 {
	font-weight: 700 !important;
	font-size: inherit;
}



.information h2 {
	font-size: 14px !important;
	font-weight: 700;
}

.wpb_single_image, .wpb_raw_html {
	margin-bottom: 15px;
}


/* 2 columns */

.item-xxxx-small {
	padding: 0 35% !important;
}

.item-xxx-small {
	padding: 0 30% !important;
}

.item-xx-small {
	padding: 0 25% !important;
}

.item-x-small {
	padding: 0 15% !important;
}

.item-small {
	padding: 0 10% !important;
}

.item-medium{
	padding: 0 5% !important;
}

.item-large {
	padding: 0 2.5% !important;
}

.item-x-large {
	padding: 0 0.5% !important;
}

.funky-top {
	padding-top: 0 !important;
	align-self: flex-start;
}

.funky-bottom {
	padding-bottom: 0 !important;
	align-self: flex-end;
}

.funky-right {
	padding-right: 0 !important;
}

.funky-left {
	padding-left: 0 !important;
}

.space-xx-small {
	height: 10px !important;
}

.space-x-small {
	height: 20px !important;
}

.space-small {
	height: 40px !important;
}

.space-medium {
	height: 90px !important;
}

.space-large {
	height: 150px !important;
}

.space-x-large {
	height: 250px !important;
}

.space-small,
.space-medium,
.space-large,
.space-x-large {
	clear: both;
}

.text-x-large {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
}

.fix-vertical-align {
	margin-bottom: 80px !important;
}
.center-vertical .inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
}

.current_page_item a, .current-menu-item a {
	color: #000000 !important;
}

.products .price, .product .summary .price {
	font-weight: 700;
}

.nm-top-bar .col-xs-6 {
	width: 100%;
	text-align: center;
}


@media (max-width: 768px) {

	.portfolio .information {
	margin: 0 15px 0 15px !important;
}

	.layout-centered .nm-footer-bar-text, .layout-centered .nm-footer-bar-right .nm-footer-bar-col-inner {
		align-items: center;
	}

.portfolio .space-small,
.portfolio .space-medium,
.portfolio .space-large,
.portfolio .space-x-large {
	display: none;
}

.item-xxxx-small, .item-xxx-small, .item-xx-small, .item-x-small, .item-small, .item-medium, .item-large, .item-x-large {
	padding:0 !important;
	margin-bottom: 30px;
}

}

@media (max-width: 1023px) { 
	
	.nm-right-menu {
		display: inline-block !important;
	}
	
	.header-mobile-default .nm-menu li a, .nm-header.stacked-centered .nm-right-menu {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	
		.nm-right-menu ul li {
		 display: inline-block;
		 margin: 0;
	}
	
	.nm-right-menu li a {
		padding: 0;
		color: #000 !important;
	}
}