/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
/** Quitamos el título de la página de inicio */
.post-132 .entry-header h1 {
	display: none !important;}
/** Arreglamos el select de las comunas */
.select2-container {
	width: 100% !important;}
/** Le damos un aspecto moderno al tema */
@media (min-width: 768px) {
	.site-header {
    padding-top: 1.236em;}
	.col-full {
    	max-width: 100em;}
	.site-branding,
  	.site-search,
  	.site-header-cart,
  	.site-logo-anchor,
  	.custom-logo-link {
    	margin-bottom: 1.236em;}
	/** Acomodamos el metaslide*/
	#metaslider-id-68 {
		padding-top: .5em;
  		padding-left: .5em;
  		padding-right: .5em;}
}

