/*
Theme Name: fribuffet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
	font-family: 'geogrotesque-regular';
	font-style: normal;
	src: url('fonts/180808104102Geogrotesque-regular.eot');
	src: local('geogrotesque-regular'), url('fonts/180808104102Geogrotesque-regular.eot') format('embedded-opentype'), url('fonts/180808104102Geogrotesque-regular.woff') format('woff');
}
@font-face {
    font-family: 'Geogrotesque-Md';
    src: url('fonts/Geogrotesque-Md.woff2') format('woff2'),
        url('fonts/Geogrotesque-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque Bd';
    src: url('fonts/Geogrotesque-Bold.woff2') format('woff2'),
        url('fonts/Geogrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque Lg';
    src: url('fonts/Geogrotesque-Light.woff2') format('woff2'),
        url('fonts/Geogrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
face {
    font-family: 'Abril Fatface';
    src: url('fonts/AbrilFatface-Regular.woff2') format('woff2'),
        url('fonts/AbrilFatface-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.geogrotesque-regular{font-family: 'geogrotesque-regular' !important;}
h1, h2, h3{
	font-family: 'geogrotesque-regular' !important;
}
p{
	font-family: 'geogrotesque-regular';
}
h3.green{
	color: #789067;
	font-size: 36px;
	font-family: 'Geogrotesque Lg'!important;
}
h3.green span{
	font-family: 'Geogrotesque Md'!important;
}

body, p {
	
	font-size: 14px;
}
.text-white{
	color: #fff;
}


.mb0{
	margin-bottom: 0;
}
.pb1 {
  padding-bottom: 1em;
}
.pb-2 {
  padding-bottom: 1.2em;
}
.mt-2 {
  margin-top: 2em;
}

/*HEADER*/
.header i[class^="icon-"]{
	color: #fff;
}
.ubermenu  li a:after{
content: ' ';
position: absolute;
bottom: 5px;
left: 5%;
width: 0%;
border-bottom: 1px solid #ffffff;
transition: 0.4s;
}
.ubermenu  li a:hover:after {
width: 95%;
}
.logos-derecha{
	width: 85%!important;
	margin: auto!important;
	margin-right: 0!important;
}
.logos-derecha.row-small > .col{
	padding: 0 4.8px 19.6px;
}
/**
 * 	SELECTOR IDIOMA
 */

/** LANG SELECTOR **/
.mfp-auto-cursor .mfp-content{
	top: -10px!important;
}
.mfp-bg{
	background: unset;
}
#lang_selector, .grupo_selector{
	padding: 10px;
	background: rgba(120,139,103,0.65);
	color: #fff;
	font-family: 'Segoe UI';
}
.grupo_selector > .row {
	border: 1px solid #ccc;
	/* margin: 10px; */
	padding: 10px 20px;
}
.grupo_selector h3, .grupo_selector a{
	color: #fff;	
}
.grupo_selector h3 {
	font-family: 'Segoe UI';
  text-transform: uppercase;
  font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.grupo_selector .col {
	padding: 10px 20px;
}
	.language_list .row-small > .col{
		padding: 0 8px 10px;
	}
	.language_list ul{
		list-style:none;
	}
	.language_list ul li{
		font-weight: normal;		
	}
	.language_list li span,.language_list li a{
		color:#fff;
	}
	.language_list ul img{
		margin-right: 10px;
		max-width:20px;
	}
	.language_list_menu ul li {
		display: inline-block !important;
		margin-right: 6px;
		margin-bottom: 0;
	}

	.header-nav-main li a::after {
		content: "";
		background: rgba(255,255,255,.5);
		position: absolute;
		bottom: 10px;
		right: -10px;
		height: 45%;
		width: 1px;
	}
/**FIX HOVER MENU*/
.nav-line-bottom > li > a::before{
	background-color:transparent!important;	
}

.nav > li > a{
	font-size: 14px;
}
.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
	text-transform: uppercase;
}
.header-account-title{
	text-transform: uppercase;
	font-family: 'Geogrotesque Md'!important;	
}
input[type="search"]{
	background-color: #fff !important;
	font-family: 'Geogrotesque Md';
	color: #2e3540 !important;
	height: 2.557em!important;;
	border: 1px solid #fff!important;;
	box-shadow: unset!important;
}
input[type="search"].search-field3{
	border: 1px solid #2e3540 !important;
}
#wide-nav .flex-row{
	align-items: flex-start;
}
.header-social-icons{
	padding-top: 10px;
}
.header-cart-title span.amount{
	color: #fff;
}
.header-cart-title{
	display: block;
	position: absolute;
	bottom: -10px;
	font-family: 'Geogrotesque Md'!important;
}
.header-cart-link{
	padding-top: 0;
}
.ux-search-submit{
	/* border: 1px solid #fff; */
	border: unset;
}
.search-field2{
	box-shadow: 0 0 6px #ccc!important;;
	opacity: 1 !important;
	outline: 0;
	color: #333!important;;
	background-color: #fff!important;
}

.header-search-form .search-field{
	border: unset!important;
}

/** FIXED HEADER**/
.header-bottom{
	background-color: transparent!important;
}
.header-bg-color{
	background-color: #658056;
}

.logo-left #logo{
	display:none;
}
#logo{	
	width: auto!important;
  margin: 0 30px;
  order: 2;
  text-align: center;
}
.searchform-custom .ux-search-submit{
	border: 1.25px solid #2e3540 !important;
}

/** INDEX **/
.box-texto{
	padding: 80px 150px 80px 100px;
}
.box-text-izq {
	padding: 80px 50px 80px 150px;
}
@media only screen and (max-width: 1331px) {
.box-texto{
	padding: 30px 50px;
}
}
.box-texto h2{
	font-family: 'Abril Fatface'!important;
	font-size: 64px;
	line-height: 64px;
	padding: 0 12px;
	color: #788B67;
	display:inline-block;
	width: auto;
	border-bottom: 1.5px solid #788B67;
	margin-bottom: 15px;
}	
.box-text p{
	padding: 0 12px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.direccion p {
  display: inline-block;
  margin-bottom: 0;
}
.direccion img {
  margin-top: -40px;
}
 /** DELEGACIONES */
.delegaciones-wrapper {
	color: #000000;
}
.delegaciones-wrapper h1{
	color: #000000;
	font-size: 16px;
	display: flex;
  align-items: center;
	border-bottom: 1px solid #8F8F8F;
  padding-bottom: 10px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.delegaciones-wrapper h1 span{
	color: #444343;
	font-size: 46px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: none;
}
.delegaciones-wrapper img{
	margin-right: 20px;
}
.delegaciones-wrapper .info{
	margin-bottom: 20px;
	position: relative;
	display: flex;
  align-items: center;
	padding-bottom: 20px;
}
.delegaciones-wrapper .info p{
	display: inline-block;
	margin-bottom: 0;
}
.delegaciones-wrapper a {
	color: #000000;
}
.delegaciones-wrapper .button{
	color: #fff;
}
.delegaciones-wrapper .info::after {
  content: " ";
  display: block;
  position: absolute; 
  height: 1px;
  background: #8F8F8F;
  width: 80%;
  /* left: 100%; */
  bottom: 0;
}
.listado-delegaciones{
	list-style: none;
	font-family: 'Segoe UI';
}
.listado-delegaciones span{
	background: #444343;
	color: #fff;
	
	font-size: 20px;
	padding-left: 10px;
	display: block;	
}
.listado-delegaciones li {
	background: #fff;
	font-size: 14px;
	margin: 5px 0;
}
.listado-delegaciones li a{
	color: #1D1D1B;	
}
.listado-delegaciones li a:hover{
	text-decoration: underline;
}

/** FOOTER **/
/**FOOTER **/
/**LOGOS PRE FOOTER **/
.views-field-logo-image img:first-child {
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.views-field-logo-image img:last-child {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.2s;
    transition: opacity 0.5s ease-in-out 0.2s;
}

 .views-field-logo-image:hover img:last-child {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
 }
 .footer-titulo{
 	font-family: 'geogrotesque-regular';
 	color: #2e3540;
 	font-size: 16px;
 }
 .footer-titulo a{
 	color: #2e3540;
 }
 .footer-titulo span{
 	font-family: 'Geogrotesque Bd'!important;
 	color: #799067;
 }
 .nav-footer a{
 	font-family: 'geogrotesque-regular'!important;
 	/*font-family: 'Geogrotesque Md'!important;*/
 	color: #799067;
 	text-transform: uppercase;
 	border-bottom: 1px solid #799067;
 	line-height: 30px;
 }
 .footer-logos{
 	color: #333;
 }
 .copy{
 	font-size: 11px;
 }
 .absolute-footer {
 	display: none;
 }



.pb0{padding-bottom:0}

.header-bottom{
	background-color: transparent!important;
}
.header, .header-wrapper{
	/*top: 0;*/ 
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/** FIXED MENU TRANSPARENCIA **/
.header.header-prod, .header.header-prod .header-wrapper{
	position: relative;
}
.header.header-prod .header-wrapper.stuck{
	position: fixed;	
}
.sticky-jump .stuck{
	animation: none;
	-webkit-animation: none;
}

.header-top {
  background-color: transparent !important;
}
.header.transparent .header-bg-color, .header.transparent .header-bg-image, .header.transparent .header-bottom, .header.transparent .header-wrapper {
/*background-color: unset!important;*/
}

/** CATEGORY **/
#main.cate-prod, .cate-prod{
	background-color: #a0ad94;
}
.woocommerce-result-count, .woocommerce-ordering{
	display:none;
}
.cate-prod .breadcrumbs, .cate-prod .breadcrumbs a, #main.cate-prod .widget_product_categories a, #main.cate-prod span{
	color: #fff;
}

.product-small.box {
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.box-text-products.grid-style-2{
	background-color: rgb(93, 104, 66);
	max-width: 85%;
	position: absolute;
	color: #fff;
	margin: 0 auto;
	  margin-bottom: 0px;
	left: 7.5%;
	margin-bottom: -20px;
	bottom: -5px;
}
.grid-style-2 a {
	color: #fff;
}



/** FIXED MENU **/
.sfm-floating-menu{
	top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  display: flex;
  position: fixed;
  right: 10px;
	z-index: 9;
}
.sfm-floating-menu .button.facebook {
	background-color: #3a589d !important;
	border-color: #3a589d !important;
}
.sfm-floating-menu .button.instagram {
	background-color: #3b6994 !important;
	border-color: #3b6994 !important;
}
.sfm-floating-menu .button.linkedin {
	background-color: #0072b7 !important;
	border-color: #0072b7 !important;
}
.sfm-floating-menu .button.youtube {
	
	background-color: #c33223 !important;
  border-color: #c33223 !important;
}
.sfm-floating-menu .button.icon i{
	color: #fff!important;
}
.sfm-floating-menu .button{
	margin-bottom: .6em;
}

/** FICHA **/
.product-info .social-icons.share-icons{
	display: none;
}
@media screen and (min-width: 850px) {
    .row-7 .large-2 {
		flex-basis: 14.28%;
        max-width: 14.28%; 
	} 
	.row-8 .large-2 {
		flex-basis: 12.5%;
        max-width: 12.5%; 
	} 
}
.stuck #logo {margin-top: 15px;}
@media only screen and (max-width: 849px) {
	/*OCULTAR REDES FIXED */
	.sfm-floating-menu{
		display: none;		
	}
	.box-texto {
		padding: 0 50px;
	}
	
	.box-texto h2{
		font-size: 40px;
		line-height: 50px;
	}
	
}