/*
 Theme Name: Elegi Planeta
 Theme URI:    
 Description:  
 Author: Matias Yacante
 Author URI: http://paradigma.com.ar/
 Template:     dazzling
 Version:      1.0.0
 Tags:         
 Text Domain:  
*/
@import url("../dazzling/style.css");

/* -------------------------------------------------------------- */
.ocultar { display: none; }

body { -webkit-background-size: cover; background-size: cover; }
p { text-shadow: 1px 1px #fff; }
.page-content, .entry-content, .entry-summary { margin: 1em 0 0; }
.thumbnail { margin-bottom: 10px; }
.entry-content h4.title { margin-top: 1rem; }
.entry-title a { color: #1FA67A !important; text-shadow: 1px 1px #fff; }
form.form-search { margin-top: 2rem; }
/* Slider */
.flexslider { background: #adcc65 !important; }
.flex-caption { display: none; }
.flex-control-nav { bottom: 4px; }
/* Slider Sucursales */
.bx-controls-direction { display: none; }
.bx-wrapper { margin: 0 auto 35px; } 


body.category-novedades .ocultar { display: block; }

@media min-width(767px) {
	section#primary article.format-aside.hentry.category-novedades {
	  width: 49% !important;
	  float: left;
	}
	section#primary article.format-aside.hentry.category-novedades:nth-child(odd) {
	  margin-left: 2%;
	}

	section#primary article.format-aside.hentry.category-novedades a img {
	  width: 40%;
	  margin-top: 2%;
	}
	section#primary article.format-aside.hentry.category-novedades .entry-content > .col-sm-9 {
	  width: 60%;
	}

	body.category-novedades #content-novedades > .col-sm-9 {
		width: 60%;
	}
}