/* 2klik Estiloak */

/* General*/

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;	
}

body ul{
	padding: 0!important;
	/*margin: 0!important;*/
}

a{
	color: #c27846;
	text-decoration: none;
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
  	transition:.3s;

}
a:hover{
	color: #754c2d;
	text-decoration: none;
}

p{
	text-align: justify;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 10px 0!important;
	/*font-family: 'Caveat Brush', cursive;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
h2{
  line-height: 28px;
}
h2.tituloa {
  position: relative;
  text-align: center;
  font-size: 36px;
}

h2.tituloa span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h2.tituloa:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
h2.tituloa:before {
  left: 0;
}

.lista{
	list-style: none!important;
	margin: 0!important;
}

.lista li{
	float: left;
	margin-bottom: 20px;
}

/* Brand */
.biklik{
	color: #222222;
	font-size: 12px;
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
  	transition:.3s;
}

.biklik:hover{
	color: #ef8408;
	text-decoration: none;
}

.main{
	margin-bottom: 30px;
}
.main a{
	color: #c27846;
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
  	transition:.3s;	
}
.main a:hover{
	color: #ef8408;
	text-decoration: none;
}

/* Pagination */
ul.pagination li a{
	color: #222222;
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
  	transition:.3s;
}

ul.pagination li a:hover{
	color: #ef8408;
	text-decoration: none;
}

ul.pagination .current{
	background: #f5f5f5;
	color: #222222;
}

/* Contact form */
#ajaxcontactform #ajaxcontact-text{
	margin-bottom: 30px;
}

#ajaxcontactform .error{
	border: 1px solid red;
}

/* Text alignment*/
.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

/* Social buttons */
  
.social-buttons .icon-twitter:before {
    font-family: FontAwesome;
    content: "\f099";
    padding: 12px 2px;
}
.social-buttons .icon-fb:before {
    font-family: FontAwesome;
    content: "\f09a";
    padding: 12px 2px;
}
.social-buttons .icon-gplus:before {
    font-family: FontAwesome;
    content: "\f0d5";
    padding: 12px 2px;
}

.metaslider .caption {
    padding: 10px 10px!important;
	text-align: center!important;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 260px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	background-color: #f4f4f4;
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top: 60px;
	font-size: 14px;
	padding-bottom: 10px;
	height: 260px;
}

.footer-margin{
	margin-bottom: 30px;
}

.sarl{
	font-size: 14px;
	font-weight: bold;
}
.patrimoine{
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #a81832;	
	padding-bottom: 5px;
	border-bottom: solid 1px #a81832;
}
.patrimoine a{
	color: #a81832;
	font-weight: bold;
}
.patrimoine a:hover{
	text-decoration: underline;
}
.infoa{
	font-size: 14px;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.infoa{
		font-size: 11px;
	}
	.footer {
	padding-top: 20px;
}

}
.trademark{
	text-align: center;
	margin: 40px 0;
}
.navbar-nav {
    float: none;
}


/* Sticky footer with fixed navbar
body > .container {
  padding: 60px 15px 0;
}
*/

/* Customize container
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}
 */
 
.navbar{
	border-radius: 0;
}

/*Agenda */

.agenda h1, 
.agenda h2, 
.agenda h3{
	margin: 0!important;
}

.agenda{
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

.dataZenbakia{
	text-align: center;
}

/* Contact form 7 */

.wpcf7-form textarea{
	height: 100px!important;
}

.wpcf7-form .btn-success {
    background-color: #c37946!important;
    color: #fff;
    width: 250px;
}

.wpcf7-form .btn-success:hover {
    background-color: #000!important;
}

div.wpcf7-response-output {
    border: 1px solid transparent!important;
    border-radius: 4px!important;
    /*margin: 10px 0 20px 0!important;*/
    padding: 35px!important;
}

.wpcf7-form .aviso-legal{
	margin: 0 0 0 10px;
}

.wpcf7-form .form-group{
	margin: 0 0 15px 0!important;
}

div.wpcf7-validation-errors {
    background-color: #fcf8e3!important;
    border-color: #faebcc!important;
    color: #8a6d3b!important;
    margin-bottom: 20px!important;
}

div.wpcf7-mail-sent-ok {
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important;
    color: #3c763d!important;
}

span.wpcf7-not-valid-tip {
    color: #c37946;
}

.wpcf7-form invalid{
	padding-top: 20px;
}


.goiburua{
margin: auto;
}
.goiburuadenda{
margin: auto;
margin-bottom: 20px;
}

.oina{
margin: auto;
padding: 52px;
}


.menua{
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px!important;
}
.menua2{
	text-transform: uppercase;
	/*border-top: solid 2px #ccc;*/
	border-bottom: solid 2px #ccc;
	margin-bottom: 20px;
	display: block;
	min-height: 45px;	
}


.menu-footer-container ul li{
	float: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu-footer-container ul li a:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  /*margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.menu-footer-container ul li a{
	display: inline;
	padding: 0;
}

.ikonoa{
	color: #000!important;
}

.visible-xs {
    display: initial!important;
}

.navbar-default .navbar-nav>li>a {
	border-bottom: solid 5px #fff;
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
  	transition:.3s;
  	text-align: center;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #c37946;
	border-bottom: solid 5px #c37946;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar {
    margin-bottom: 0px;
}
.nav li a:hover, .nav li a:focus{
	background-color: transparent;
}

.menu-heritage-container{
	text-transform: uppercase;
	display: block;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	min-height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu-heritage-container ul{
    list-style-type: none;
}

.menu-heritage-container ul li{
    display: inline;
}
.menu-heritage-container ul li a {
	border-bottom: solid 3px #fff;
	text-decoration: none;
	color: #777;
	padding: 10px 15px;
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
  	transition:.3s;
  	text-align: center;
}
.menu-heritage-container ul li a:hover {
	color: #c37946;
	border-bottom: solid 3px #c37946;
}

.cart-customlocation{
cursor: pointer;
}




.social i{
	margin-top: 10px;
	padding: 0 10px;
}

.info{
	margin-top: 15px;
}
.info a{
	color: #333;
	text-decoration: none;
}

.info a:hover{
	color: #c37946;
}


.formularioa p{
	margin-top: 20px;
}

.formularioa input, .formularioa textarea{
    width: 100%;
    border-radius: 0;
    color: #222;
    border: 1px solid #ccc;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
    outline: 0;
}
.formularioa input:focus, .formularioa textarea:focus {
	box-shadow: none;
	background: #f2f2f2;
    border: 1px solid #c37946;
}

.wpcf7-form-control wpcf7-submit{
	width: 25%!important;
}
.wpcf7-form-control wpcf7-submit:hover{
background-color: #c37946;
}

input[type=radio] {
    width: inherit!important;
}
.boton{
	width: 200px;
}

/* OWL *******************************************/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c37946!important;
}

.owl-carousel {
    margin-bottom: 20px;
}
.owl-carousel .owl-item img {
    opacity: 1;
}
.owl-carousel .owl-item img:hover {
    opacity: 0.8;
}

.izena{
	text-align: center;
}




/* WOOCOMMERCE *******************************************/


/* OPORRAK ***************************/
.oporrak{
	font-size: 24px;
	line-height: 44px;
	text-align: center;
	padding: 40px 0;
}
.cart-customlocation {
    display: none!important;
    /*display: inline-block;*/
}
/* OPORRAK END ************************/




.select_option {
    margin-right: 3px;
    margin-bottom: 3px;
}

.select_option span {
    width: 20px;
    height: 20px;
}

.select_option img {
    width: 50px;
    height: 50px;
}

.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    line-height: 15px;
}

/*
.woocommerce .woocommerce-message {
    background: #c27846 none repeat scroll 0 0!important;
    border: 1px solid #754c2d!important;
    color: #fff!important;
}
*/

.product_meta{
	display: none;
}

#payment img {
    display: inline!important;
}

.woocommerce form .form-row .input-checkbox {
    margin-top: 5px!important;
}

.checkbox span{
	margin-left: 20px;
}

.required{
	margin-left: 0!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    line-height: 1em;
}


/* Custom CSS Styles */
.woocommerce-MyAccount-navigation {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  width: 200px;
}
.woocommerce-MyAccount-navigation ul a,
.woocommerce-MyAccount-navigation ul a:link,
.woocommerce-MyAccount-navigation ul a:visited {
  display: block;
  color: #848889;
  text-decoration: none;
  font-weight: 300;
}
.woocommerce-MyAccount-navigation > ul {
  float: none;
  list-style: none;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul {
  background: #fff;
}
.woocommerce-MyAccount-navigation > ul > li {
  border-left: 3px solid #d7d8da;
}
.woocommerce-MyAccount-navigation > ul > li > a {
  padding: 10px 20px;
}
.woocommerce-MyAccount-navigation > ul > li:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
  border-left: 3px solid #c27846!important;
}
.woocommerce-MyAccount-navigation ul li:hover > a,
.woocommerce-MyAccount-navigation ul li.is-active {
  color: #0c4e6d;
}
.woocommerce-MyAccount-navigation > ul > li:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #f6f6f6;
}


#ship-to-different-address .checkbox input[type=checkbox], 
#ship-to-different-address .checkbox-inline input[type=checkbox], 
#ship-to-different-address .radio input[type=radio], 
#ship-to-different-address .radio-inline input[type=radio] 
{
    margin-left: 0px!important;
}


/*********************************************************/

/* WPML **************************************************/
.wpml-ls-legacy-list-horizontal {
    display: inline-table;
    padding: 0!important;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0 5px!important;
}


/*********************************************************/


.barra{
	margin: 0 10px 0 0;
}

.mapa{
	margin-bottom: 40px;
}
.mapa2{
	margin-top: 40px;
}

.map-container {
	width: 100%;
	margin-bottom: 30px;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
    margin: 5px 5px!important;
}

.current_page_item a, .current-menu-item a{
	color: #fff!important;
	font-weight: bold;
}



.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 40px 0;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sozialak{
	margin-bottom: 10px;
}

.facebook a{
	color: #c27846;
}
.facebook a:hover{
	color: #3b5998;
}

.twitter a{
	color: #777;
}
.twitter a:hover{
	color: #1da0f2;
}
.pinterest a{
	color: #777;
}
.pinterest a:hover{
	color: #bd081c;
}
.instagram a{
	color: #c27846;
}
.instagram a:hover{
	color: #375987;
}





.alignleft, img.alignleft {
	float: left;
	margin: 0 15px 15px 0;

}
.alignright, img.alignright {
	float: right;
	margin: 0 0 15px 15px;

}
.wp-caption {
    background-color: #c27846;
    color: #fff;
    font-style: italic;
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
}
.wp-caption .wp-caption-text {
    margin: 0.3em 0!important;
}





/* SIDEBAR *******************************************/
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  height: 260px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .irudia img,
.hover .irudia img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .irudia {
  background: #c27846;
  height: 200px;
  overflow: hidden;
}

.post-module .irudia img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 15px 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -32px;
  left: 0;
  background: #c27846;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  color: #c27846;
  font-size: 14px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 13px;
  line-height: 1.8em;
}
.post-module .post-content .description i{
	text-align: center;
	min-width: 12px;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
/* SIDEBAR END *****************************************/

/*
.atelier{
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}
*/


.ateliertituloa{
	background-color: #c27846;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.irudia{
	border-bottom: solid 4px #c37946;
}
.informazioa{
	font-size: 15px;
	padding: 15px;
	border: solid 1px #c37946;
	margin-bottom: 20px;
}
.lerroa{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #c37946;
	width: 100%;
}

.erdiratu{
	text-align: center;
}

.banerrak{
	padding: 30px 0 120px 0;
}

.banner{
	margin-bottom: 30px;
}
.banner a {
	display: block;
	outline: none;
}
.banner a:hover {
	height: auto;
    box-shadow: 0 0 5px #000;
}