/*
 Theme Name:   Brindilles Nomades
 Theme URI:    https://brindillesnomades.com
 Description:  Theme de Brindilles Nomades
 Author:       Arnaud Mondit
 Author URI:   https://brindillesnomades.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/

/*@font-face {
	font-family: 'Letter Gothic Std Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Letter Gothic Std Medium'), url('./Fonts/LetterGothicStd.woff') format('woff');
}*/

html {
	background-color: rgb(255,255,255);
}


@font-face {
    font-family: 'Raisa';
    src: url('./Fonts/RaisaScript.eot');
    src: url('./Fonts/RaisaScript.eot?#iefix') format('embedded-opentype'),
         url('./Fonts/RaisaScript.ttf') format('truetype'),
         url('./Fonts/RaisaScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiffany';
    src: url('./Fonts/TiffanyScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.site {
	background-color: rgb(255,255,255);
}

#logoBlock {
    width: 250px;
/*    margin-left: 30px;
    display: inline-block;*/
    margin: auto;
    position: relative;
}

.site-search {
	display: none
}

.site-branding {
   display: none !important;
}

* {
    outline: none !important;
    font-size: 13px;
}

img {
	border-radius: 0px !important;
}

table tbody td {
    background-color: rgb(255,255,255);
}

@media screen and (max-width:768px) {
	.site-content {
	}
	
	.full-site-content, .woocommerce-cart-form, .cart-collaterals, .checkout, .woocommerce-order {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.site-header {
		/*padding-bottom: 70px !important;*/
	}
	
	#logoBlock {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	
	#site-navigation {
		margin-right: 0px !important;
		padding-top: 0px;
		width: 100%;
		margin-top: -100px !important;
		float: right;
	}
	
	.main-navigation .menu {
		font-family: 'Lato', sans-serif;
	    font-size: 13px;
	    letter-spacing: 3px;
	    font-weight: bolder;
	    text-transform: uppercase;
	    margin-top: 80px;
	}
	
	.main-navigation ul li.menu-item, .secondary-navigation ul li {
		text-align: center !important;
		width: 100% !important;
		display: block !important;
	}
	
	.main-navigation ul li a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	button.menu-toggle {
		border: none;
		background-color: rgb(255,255,255) !important;
		float: left;
	}
	#site-header-cart {
/* 		display: none; */
		padding-top: 15px !important;
		top: 0;
	}
	.site-header-cart .cart-contents {
		display: block;
	}
	.widget_shopping_cart {
		display: none !important;
	}
	
	#metasliderContainer {
		height: auto !important;
	}
	

	.metaslider img {
		top: 0px !important;
	}
	
	#homeTitle, .homeTitle {
		float: none !important;
		width: 100% !important;
		padding-top: 25px !important;
		text-align: center !important;
	}
	
	#homeText {
		float: none !important;
		width: 100% !important;
		padding-top: 60px !important;
		text-align: center !important;
	}
	
	
	
	#contact {
		margin: 0;
	}
	
	#contact #homeTitle, #contact .homeTitle {
		padding-top: 40px !important;
	}

	#contactContent {
		width: 100% !important;
		background-size: cover !important;
	}
	
	#sayHello a::before {
		content: "\a";
		white-space: pre;
	}
	
	.storefront-handheld-footer-bar {
		display: none !important;
	}
	
}

@media screen and (min-width: 768px) {	
	#site-navigation {
		margin-right: 75px !important;
		padding-top: 30px;
		font-weight: bolder !important;
	}
	
	.storefront-primary-navigation {
	    width: 100%;
		/*margin-top: -135px;*/
		margin-top: -50px;
		float: left;
    }
    
    ul.sub-menu {
	    background-color: white !important;
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
    }
    
    ul.products.columns-3 li.product {
    	width: 30%;
	    float: left;
    	margin-right: 3%;
	}
    
    .woocommerce-tabs .panel {
	   width: 50% !important;
	}
	
	.woocommerce-product-gallery {
		width: 45% !important;
	}
	
/*
	.products .product img:hover {
		opacity: 0.3 !important;
	}
*/
	
	.summary {
		width: 50% !important;
	}
}

.site-header {
   border-bottom-width: 0;
   padding-top: 10px;
   padding-bottom: 10px;
   /*box-shadow: 0px 0px 8px 0px #c0c0c0;*/
   margin-bottom: 0px !important;
   background-color: rgb(255,255,255);
}



#site-header-cart {
/* 	display: none !important; */
    position: absolute;
    padding-top: 48px;
    right: 30px;
    width: 30px;
    z-index: 0;
}

.cart-contents span {
	display: none !important;
}

.cart-contents::after {
	content: "\f290" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	float: right;
}


#site-navigation {
	width: 100% !important;
	display: inline-block;
	margin: auto;
	padding-bottom: 10px;
	/*float: right;*/
}

.primary-navigation {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 6px;
    margin-top: 20px;
    /*margin-right: 75px;*/
    text-transform: uppercase;
    text-align: center;
}

.storefront-primary-navigation div:first-child {
	max-width: 100%;
}

.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    left: -250px;
    display: block;
    width: 280px;
    max-width: 280px;
}

.main-navigation ul {
	/*margin-right: 70px !important;*/
	z-index: 100;
}

.main-navigation ul li, .secondary-navigation ul li {
    position: relative;
    display: inline-block !important;
    text-align: center !important;
    min-width: 160px !important;
}


button.menu-toggle::before {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-6px);
}

button.menu-toggle span::before, button.menu-toggle::after, button.menu-toggle::before {
    width: 20px;
    top: 50%;
    left: 12px;
    margin-top: -1px;
    opacity: 0.8;
}

button.menu-toggle::after {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(6px);
}

.col-full {
    max-width: 996px;
    padding: 0;
}

ul.products, .product, .woocommerce-cart-form, .cart-collaterals, .checkout, .woocommerce-order {
	max-width: 996px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

ul.products {
	max-width: 1079px;
/* 	margin-top: 30px; */
}

.entry-header {
	display: none;
}

/* Home */

#metasliderContainer {
	height: 600px;
	/*margin-top: 25px;*/
}

#metasliderContainer div {
	overflow: hidden;
	height: 100%;
}

.metaslider .slides {
	/*transform: translateY(-25%);*/
}

body .metaslider .coin-slider, body .metaslider .nivoSlider, body .metaslider .nivoSlider img, body .metaslider .rslides, body .metaslider .rslides li, body .metaslider .flexslider ul.slides, body .metaslider .flexslider .slides li, body .metaslider .flexslider .slides ul, body .metaslider .flexslider .slides ol, body .metaslider .flexslider .slides img, body .metaslider .flexslider .flex-direction-nav, body .metaslider .flexslider .flex-direction-nav li {
	height: 100%;
}

.metaslider img {
	object-fit: cover;
 	object-position: center center;
    width: 100% !important;
    height: 100% !important;
}

.metaslider .flex-control-nav {
    bottom: 15px !important;
}

.flex-control-paging li a.flex-active {
	opacity: 1 !important;
}

.flex-control-paging li a {
	background: white !important;
	opacity: 0.5 !important;
}

.flex-prev, .flex-next {
	background-image: url(/wp-content/themes/storefront-child/Images/home/bg_direction_nav.png) !important;
}

.metaslider .flexslider:hover .flex-prev {
    left: 15px !important;
}

.metaslider .flexslider:hover .flex-next {
    right: 15px !important;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #6d6d6d;
	line-height: 1.6;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
} 

h1 {
	font-size: 20px;
	letter-spacing: 6px;
}

h2 {
	font-size: 15px !important;
    letter-spacing: 9px;
    line-height: 2.0;
    color: #333333;
}

h3:first-child {
	margin-top: 0 !important;
}

h3 {
	font-size: 15px !important;
	margin-top: 1.41575em !important;
	margin-bottom: 1.41575em;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h4 {
	font-size: 13px !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 1.41575em !important;
	margin-bottom: 1.41575em;
}

h5 {
	font-weight: bold;
	color: #444444;
	line-height: 1.6;
    font-family: 'Lato', sans-serif;
	font-size: 13px !important;
	margin-top: 1.41575em !important;
}

h4 a {
	font-weight: normal;
}

p, span, li {
	color: #6d6d6d;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

a {
	text-decoration: none !important;
}

.tabs a {
	text-transform: uppercase;
	letter-spacing: 3px;
}


#homeTitle, .homeTitle {
	float: left;
	width: 44%;
	padding-top: 100px;
    text-align: right;
}

.textBlock:nth-child(1n+2) #homeTitle, .textBlock:nth-child(1n+2) .homeTitle {
	padding-top: 50px !important;
}

#homeText {
	float: right;
	width: 50.5%;
	padding-top: 140px;
}

.textBlock:nth-child(1n+2) #homeText {
	padding-top: 90px !important;
}

.instafeed {
    text-align: center;
    font-size: 12px;
    margin-top: 80px;
}


.woocommerce-message {
	background-color: #dff0d8 !important;
	color: #3c763d;
}
.woocommerce-message a {
	font-weight: bold !important;
	color: #3c763d !important;
}
.woocommerce-info {
	background-color: #d9edf7 !important;
	color: #31708f !important;
}
.woocommerce-info {
	font-weight: bold !important;
	color: #31708f !important;
}
.woocommerce-error {
	background-color: #f2dede !important;
    color: #a94442 !important;
}
.woocommerce-error a {
	font-weight: bold !important;
	color: #a94442 !important;
}



/* PRODUCT PAGE */

/*
#main .storefront-sorting:first-of-type {
	display: none !important;
}
*/

.pswp__bg, .pswp__caption, .pswp__top-bar {
	background-color: white !important;
}

.pswp__caption__center {
	color: #6d6d6d;
}

.woocommerce-products-header h1 {
	font-size: 17px;
    letter-spacing: 6px;
    color: #313131;
}

.woocommerce-ordering, .woocommerce-result-count {
	display: none !important;
}

.woocommerce-pagination {
	float: none !important;
}

.page-numbers .current {
	background-color: #eae3db !important;
}

.single-product div.product .product_meta {
	padding-top: 0;
	border-top: none;
}

.single-product .product_title {
	font-size: 13px !important;
	letter-spacing: 6px !important;
}

.quantity {
	font-size: 13px;
}

.single-product .price {
	font-weight: bold;
    color: #444444;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.single-product .price span {
    color: #444444;
}

.product_cat-naissance .price {
	display: none !important;
}
li.product-type-variable a.product_type_variable {
	display: none !important;
}


.ppom-wrapper {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

#ppom-price-container .table {
	width: auto !important;
}
.ppom-wrapper .table th {
	border-top: none !important;
}

.ppom-option-total-price {
    display: none;
}

.button {
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
}

.term-description {
	max-width: 100%;
    width: 490px;
    padding-top: 20px;
    margin: auto;
}

.products_loop_img_container {
	overflow: hidden;
}

.products .product img {
	opacity: 1 !important;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	margin-bottom: 0 !important;
	width: 100%;
}

.products .product img:hover {
	transform: scale(1.1);
}

.products .product h2 {
	font-size: 10px !important;
	color: #6d6d6d;
	letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 1.41575em !important;
    margin-bottom: 1.41575em;
}

.storefront-breadcrumb, .add_to_cart_button {
	display: none;
}

.woocommerce-products-header {
	padding-top: 20px !important;
	padding-bottom: 40px !important;
	text-align: center;
}


.waitPicture {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.errorPicture {
    height: 300px;
    width: 100%;
    object-fit: cover;
}




#pleaseWait {
	text-align: center;
	font-size: 13px;
	margin-top: 60px;
}

/*.woocommerce-product-gallery__image:nth-child(n+2) img {*/
.woocommerce-product-gallery__image img {
	border: 0px solid #00000010 !important;
}

/*.gallery_suppl_imgs {
	margin-top: -326px !important;
	opacity: 0 !important;
	transition-property: opacity;
	transition-duration: 1s;
}

.gallery_suppl_imgs:hover {
	opacity: 1 !important;
}*/




.site-main div.storefront-sorting:first-of-type {
	clear: both;
	padding-top: 40px;
	margin-bottom: 30px;
}

.term-description {
	width: 100% !important;
    max-width: 1079px !important;
    padding: 0;
}
.term-description .text {
	max-width: 490px;
	margin: auto;
	display: inline-block;
}
.term-description .images {
	width: 100%;
	padding-top: 22px;
}
.term-description .images a:first-of-type {
	width: 48%;
	float: left;
}
.term-description .images a:last-of-type {
	width: 48%;
	float: right;
}




.products .button.product_type_simple {
	display: none !important;
}

.single-product div.product {
	margin-top: 40px;
}

.single-product div.product .woocommerce-product-gallery img {
	margin: auto !important;
}

.single-product div.product .woocommerce-product-gallery img:hover {
	cursor: zoom-in;
}

	
.flex-control-thumbs {
	text-align: center;
    margin-top: 50px !important;
}



.flex-control-thumbs li {
	width: auto !important;
	margin-right: 20px !important;
	margin-left: 20px !important;
	float: none !important;
	display: inline-block;
}

/*.flex-control-thumbs li:nth-child(n+2) img {*/
.flex-control-thumbs li img {
	border: 0px solid #00000010 !important;
}

.flex-control-thumbs li img {
	opacity: 0.8 !important;	
    max-width: 100px;
    max-height: 100px;

}

.flexthum-title {
	font-size: 11px;
    color: #999;
}

.pswp__caption__center {
	text-align: center !important;
}

/* CART */

.cart-empty, .return-to-shop {
	text-align: center;
	margin-top: 50px;
}


table.cart thead th {
	background-color: rgb(255,255,255);
}

table.cart .product-thumbnail img {
	max-width: 400px !important;
}

table.cart td.actions {
    border-top: none;
}





.imageFull {
	padding-top: 22px;
	padding-bottom: 34px;
}



/* CONTACT */

/*#contact {
	min-height: 800px;
}*/

#contact, #social {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    
    background-color: rgb(255,255,255);
}

#contact a:link, #social a:link{
	text-decoration:none;
	color:#6d6d6d;
	font-weight: 300;
}	

#contact a:visited, #contact a:active, #contact a:hover, #social a:visited, #social a:active, #social a:hover {
	color:rgb(159,165,151) !important;
	font-weight: 300;
}

#contactContent {
	/*width: 950px;*/
	width: 562px;
    position: relative;
    left: auto;
    margin-right: auto;
    margin-left: auto;
/*     margin-top: 80px; */
	height: 600px;
	background-image: url("./Images/contact/image_contact_2.jpg");
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
}

#contactBackgroundImage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}


#contactAbout {
	text-align: center;
/* 	letter-spacing: 1px; */
	width: 185px;
	position: absolute;
	top: 410px;
	right: 182px;
}

#contactAbout h1:before {
	content: "Suivez - nous";
}
#contactAbout h1 {
	font-family: 'Tiffany';
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 40px;
	letter-spacing: normal;
	line-height: normal;
	text-transform: none;
	content: "Suivez - nous";
}

#contactAbout a {
	width: 100%;
	text-align: center;
    font-family: 'Lato', sans-serif;
	font-size: 10px;
    display: inline-block;
    line-height: 13px;
	letter-spacing: 6px;
	color: #6d6d6d;
	font-weight: normal;
}

#contact #homeTitle a, #contact .homeTitle a {
	font-size: 15px !important;
}


/*#sayHello {
	width: 100%;
	text-align: center;
    font-family: 'Lato', sans-serif;
	font-size: 9px;
    line-height: 25px;
	letter-spacing: 5px;
	color: #6d6d6d;
	font-weight: bold;
	margin-top: 80px;
}*/




/* FOOTER */

.footer-widgets {
	text-align: center;
	border-bottom: 0;
	padding-top: 0px;
}

.widget {
	margin: 0;
}

.widget i {
	color: #333333;
    font-size: 20px;
}

.fa-facebook-square.socialpicto {
	font-size: 19px !important;
    vertical-align: bottom;
    padding-bottom: 5px
}

.site-footer {
    background-color: rgb(255,255,255) !important;
    padding: 0 !important;
}

.site-info {
	text-align: center;
    font-size: 11px;
    line-height: 15px;
    font-family: 'Cantarell', sans-serif;
    font-weight: 300;
}

.site-info a {
	display: none;
}
