/*
Theme Name: PulpoVirgen
Theme URI: http://www.pulpovirgen.es;
Description: 
Author: 
Author URI: 
Template: legenda
Version: 
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: legenda-child
*/

@import url("../legenda/style.css");

/* =Theme customization starts here
————————————————————– */

/*Module Store Locator */
#wpsl-search-wrap .wpsl-input label {
    margin-right:0;
    width: 150px;
}

#wpsl-search-wrap div label {
  float: left;
  margin-right: 10px;
  line-height: 32px;
  width: 150px;
}

/*Template*/

/*Main Menu*/
.main-nav .double-border {
  border-top: none; 
  border-bottom: none; 
}

.main-nav {
  border-top: none;
  border-bottom: none;
  padding: 2px 0;
  position: relative;
}

.main-nav .menu > li > a:hover{

text-decoration: none;

}

.header5, .header6, .header1, .header7 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: none;
}

.back-to{
  display: none;
}

.fixed-header .menu > li, .main-nav .menu > li {
  display: inline-block;
  padding: 0px 17px;
}

.fixed-header .menu > li > a{
  font-size: 12px;
}

.blog-post .post-description {
  line-height: 1.8;
  text-align: justify;
}

.jbar {
  font-family: inherit;
  background: #4f7cb3;
  border-bottom: 3px solid #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 100%;
}

.jbar-button {
  background: #83273C;
  text-decoration: none;
  margin: 0 20px;
  padding: 4px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 1px 1px 0 rgba(0,0,0,.2);
  font-size: 14px;
  font-weight: 700;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
  width: 100%;
}

.portfolio-item h3 {
  font-size: 15px;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* Imágenes personalizadas */

.custom-img img{
	border: 1px solid white;
	border-radius: 12px;
	box-shadow: 0 0 2px 2px #cacaca;
	}
.np-custom-img {
	border: 1px solid white;
	border-radius: 12px;
	box-shadow: 0 0 2px 2px #cacaca;
	margin: 0 25%;
	}
.np-custom-img img { 
	width: 100%;
	border-radius:12px;}