//CSS de recetas
[data-quickedit-field-id="node/34/field_producto/es/full"] {
  font-weight: 800;
}
[data-drupal-form-fields="edit-field-producto-value"] {
   display: flex;
   flex-direction: row;
}
#views-exposed-form-recetas-page-1{
   display: flex;
   flex-direction: row;
}
#edit-submit-recetas{
    margin-top: 7em;
}
.page-node-type-recetas #block-sales-zymphonies-theme-page-title h1{
    color: #f26836;
    font-weight: 800;
}

.page-node-type-recetas .node--type-recetas .node__content>:first-child{
    font-style: italic;
    font-weight: 800;
    color: #415893
}
.page-node-type-recetas .node--type-recetas .node__content div div div{
    display:list-item;
    margin-left: 20px
}
.node--type-recetas {
    font-weight: 800;
}

.page-node-type-recetas .node--type-recetas .node__content:nth-of-type(2){
    color: #f26836;
    font-weight: 800;
}
.page-node-type-recetas .node--type-recetas .node__content div:nth-of-type(2){
    color:black;
    font-weight: 400
}
.page-node-type-recetas .node__content img{
float: right;
  border-radius: 25px;
}
.js-form-item-field-producto-value{
   width: 200px;
}

[data-drupal-selector="edit-submit-recetas"] {
   vertical-align: bottom;
   margin-left: 1em;
}
[data-quickedit-field-id*=field_producto] {
   font-style: italic;
   font-weight: 600;
}
.js-form-item-field-producto-value{
    display: flex;
    flex-direction: column;
}

#views-exposed-form-recetas-page-1 label{
vertical-align: top;
    font-weight: 600;
}
.receta-col{
   width: 40%!important
  }
.receta-col img {
  height:auto;
  border-radius: 25px;
}
.receta-col .views-field-title{
  font-weight: 800;
  font-size: 15pt;
}
.receta-col{
margin-right: 20px;
}
.receta-col .views-field-body{
color: #797979;
}
.receta-col .views-field-field-producto{
font-weight: 600;
color: #364f8d;
}

//CSS generales
.spb_top_center {
  left: 5%;
  right: 5%;
}
.boton{
background-color: #ff6600;
border-radius: 10px;
color: #fff;
}

.boton:hover{
background-color: #ff9900;
}

.spb-popup-main-wrapper{
border:none;
border-radius: 20px;
}

.block-views-blockcalendary2-block-1 .title{
font-weight: bold;
color: #3A87AD;
}

.footerwidget .title{
font-weight: bold;
color: #006633;
}
.more-link{font-weight: 800; 
  font-size: 20pt!IMPORTANT}

.region-primary-menu ul {
    border: 2px solid #ff6600;
}
.menu-base-theme {
  background-color: #ff66000a;
  border-width: 0px 0px 2px 0px!IMPORTANT;
  border-radius: 10px;
}
.navbar-default .container{
	width: 100%;
}
.slider-caption h2{
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.region-testimonials {
    max-width: none;
}
.testimonials-wrap .container{
    width: 100%;
}

.region-contact-email ol li, ul li {
    list-style: none;
    display: inline-block;
   padding: 2px 5px;
}


#search-block-form input.form-submit {
    background: url(/web/themes/sales_zymphonies_theme/images/search.png?1452238642=) no-repeat center #FF6600;
}
.brand img{
    max-width: 60%;
}
a {
    color: #FF6600;
}
.address-wrap {
    background: url(/web/themes/sales_zymphonies_theme/images/world-map.png?1475749338=) #006633 center no-repeat;
}
@media (min-width: 768px){
	.top-menu .col-sm-6 {
    height: 35px;
	}
}


@media (min-width: 767px){
.testimonials-wrap {
    padding: 0px;
	}
  .region-primary-menu {
    float: left;
    margin-left: 0px;
	}
  .region-homepagemessage {
    padding: 0;
	}
  .address-wrap, .topwidget, .path-frontpage .content_layout, .footerwidget, .path-frontpage .bottom-widgets {
    padding: 30px 0;
	}
  .receta-col{
   width: 30%!important;
  }
  
}
@media (min-width: 1300px){
.region-primary-menu {
    display: inline-block !important;
    float: left;
    width: auto;
  }
  .spb_top_center {
  left: 20%;
  right: 20%;
}
}