@charset "UTF-8";
/*
   Theme Name: Made With Lof
   Theme URI: http://www.blog.madewithlof.com/
   Description: Template diseñado y desarrollado por Melon Blanc® en exclusiva para Made With Lof.
   Author: Melon Blanc (Isabel Macías)
   Author URI: www.melonblanc.com
   Version: 1.0
   License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: melon-blanc
	Tags: custom-menu, rtl-language-support
*/

/* FONTS -------------------------------------------------------------- */

@import url('//fonts.googleapis.com/css?family=Dosis&display=swap');
@font-face {
  font-family: 'Miso';
  src: url('fonts/Miso.eot') format('embedded-opentype'),  url('fonts/Miso.otf')  format('opentype'),
	     url('fonts/Miso.woff') format('woff'), url('fonts/Miso.ttf')  format('truetype'), url('fonts/Miso.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url('fonts/Avenir-Medium.eot') format('embedded-opentype'),  url('fonts/Avenir-Medium.woff') format('woff'), url('fonts/Avenir-Medium.ttf')  format('truetype'), url('fonts/Avenir-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Roman';
  src: url('fonts/Avenir-Roman.eot') format('embedded-opentype'),  url('fonts/Avenir-Roman.woff') format('woff'), url('fonts/Avenir-Roman.ttf')  format('truetype'), url('fonts/Avenir-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextCondensed-Regular';
  src: url('fonts/AvenirNextCondensed-Regular.eot') format('embedded-opentype'),  url('fonts/AvenirNextCondensed-Regular.woff') format('woff'), url('fonts/AvenirNextCondensed-Regular.ttf')  format('truetype'), url('fonts/AvenirNextCondensed-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* GENERAL -------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'AvenirNextCondensed-Regular';
    font-size: 17px;
    color: #000000;
	background: #f8f8f8;
}
.clear {
	clear: both;
}
a, a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
a:hover {
	text-decoration: none;
	color: #C3DECF;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
strong, b {font-weight: 600;}
img {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-bottom: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 25px;
}
input[type="text"], input[type="submit"], input[type="email"], button, textarea, form, select {
	outline: none;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	background: none;
}
input[type="text"], input[type="submit"], input[type="email"], button, textarea, select {
	font-family: 'AvenirNextCondensed-Regular';
	font-size: 14px;
	border: 1px solid #000;
	padding: 5px;
	line-height: 30px;
}
input[type="submit"] {
	cursor: pointer;
}
select {
	width: 100%;
	line-height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: -webkit-calc(100% - 2px) !important;
	font-size: -calc(100% - 2px) !important;
	background: url('https://www.blog.madewithlof.com/wp-content/themes/lof/images/arrow-down.svg') right center no-repeat;
	background-size: 20px;
	cursor: pointer;
}
label{
	line-height: 30px;
	font-size: 18px;
    letter-spacing: 0px;
	font-weight: normal !important;
	font-family: 'Miso, ''Dosis', sans-serif;
    text-transform: uppercase;
}
input[type="submit"] {
	font-size: 18px;
    letter-spacing: 0px;
	font-weight: normal !important;
    font-family: 'Miso, ''Dosis', sans-serif;
    text-transform: uppercase;
	padding: 5px;
	border: 1px solid #000;
	width: auto;
	line-height: 30px;
	text-align: center;
	background: #000;
	color: #fff;
	
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
input[type="submit"]:hover {
	background: #DAE8E3;
	border-color: #DAE8E3;

	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
textarea {max-height: 150px;}
ul li, ol li {list-style: none;}

/* CONTENT -------------------------------------------------------------- */

.wrapper {
	margin: 0 auto;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 1080px;
}
.masonry {margin-left: 1.7%;}
.masonry .grid-sizer {width: 30%;}
.masonry .gutter-sizer {width: 3.33333%;}
.masonry .item {
	width: 30%;
	margin-bottom: 3.33333%;
}
.masonry .item img {width: 100%;}
.vertical-center-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.vertical-center {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-center-inner {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
ul.cat-list {
	font-size: 0px;
}
ul.cat-list li {
	float: left;
	position: relative;
	
	width: -webkit-calc(33.333333% - 13.3333px);
	width: -calc(33.333333% - 13.3333px);
	width: -moz-calc(33.333333% - 13.3333px);
}
ul.cat-list li:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
}
ul.cat-list li h2 {
	width: 117px;
	display: none;
}

/* Headers */

#main h1:before {
	content: " ";
	display: inline-block;
	background: url(../../../../themes/perfectum/img/icon-rombo.svg) no-repeat;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
#main h1:after {
	content: " ";
	display: inline-block;
	background: url(../../../../themes/perfectum/img/icon-rombo.svg) no-repeat;
	width: 12px;
	height: 12px;
	margin-left: 10px;
}
#main h1 {
	text-align: center;
	font-family: 'Miso', 'Dosis', sans-serif !important;
	letter-spacing: 2px;
	font-size: 30px;
	text-transform: uppercase !important;
	margin-bottom:20px;
	margin-top: 20px;
}
#main .post-content h2 {
	background: #000;
    line-height: 30px;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'AvenirNextCondensed-Regular';
	margin-bottom:20px;
	margin-top: 20px;
}
h2.mini {
	padding-left: 20px;
	padding-right: 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
	background: #000;
    line-height: 30px;
    color: #ffffff;
    display: table;
    margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
    text-transform: uppercase;
    font-family: 'AvenirNextCondensed-Regular';
}
#main h3,
h3.widget-title {
	width: 100%;
	margin-bottom:20px;
	margin-top: 20px;
	overflow: hidden;
}
h3.widget-title {margin-bottom: 35px;}
#main h3 span,
h3.widget-title span {
	background: #000;
    line-height: 35px;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 17px;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    font-family: 'AvenirNextCondensed-Regular';
}
h3.widget-title span {
	font-size: 15px !important;
    letter-spacing: 0.5px !important;
}
#main h3:after,
h3.widget-title:after {
	background: #000;
    height: 1px;
    width: 100%;
    content: " ";
    display: block;
    margin-top: -15px;
    margin-bottom: 25px;
}
#main h4 {
	font-family: 'Miso', 'Dosis', sans-serif !important;
	letter-spacing: 1px;
	font-size: 25px;
	text-transform: uppercase !important;
	margin-bottom:20px;
	padding-top: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
#main h5 {
	font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Avenir-Medium';
	font-weight: bold;
	margin-bottom:20px;
	margin-top: 20px;
}
#main h6 {
	font-family: 'AvenirNextCondensed-Regular';
	text-transform: lowercase;
	font-weight: bold;
	font-size: 17px;
    letter-spacing: 2px !important;
	margin-bottom:20px;
	margin-top: 20px;
	border-bottom: 1px solid #000;
	display: table;
	padding-bottom: 5px;
}

/* Blocquote */

blockquote {
	background: #DAE8E3;
    color: #000;
    padding: 30px;
	font-family: 'Avenir-Medium';
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
blockquote p:last-child {margin-bottom: 0px;}

/* hr */

hr {
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	background: #000;
}

/* Lists */

#main .post-content ul,
#main .page-content ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
#main .post-content ul li,
#main .page-content ul li {
	line-height: 35px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
#main .post-content ul li:before,
#main .page-content ul li:before {
	background: url(../../../../themes/perfectum/img/icon-rombo.svg) no-repeat;
	width: 9px;
	height: 9px;
	content: " ";
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
}

/* Lists - Number */

#main .post-content ol,
#main .page-content ol {
   list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
 }
#main .post-content ol li,
#main .page-content ol li{
   counter-increment: item;
	    line-height: 35px;
    margin-bottom: 25px;
    padding-left: 50px;
	position: relative;
 }
#main .post-content ol li:before,
#main .page-content ol li:before  {
   content: counter(item);
   background: #000;
   color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

   text-align: center;
   display: inline-block;
   font-family: 'Miso', 'Dosis', sans-serif;
   font-size: 20px;
   letter-spacing: 1px;
   width: 35px;
    height: 35px;
	line-height: 40px;
   
   -moz-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
 }

/* p */

p, .post-content, .page-content {line-height: 35px;}
p {margin-bottom: 30px;}


/* Carousel */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls  {
	top: 30%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {cursor: pointer;}

.owl-buttons {font-size: 0px;}
.owl-prev,
.owl-next {
	width: 50px;
	height: 50px;
	background-color: #000 !important;
}
.owl-prev {
	background: transparent url(img/arrow-left.svg) no-repeat center center;
	background-size: 12px;
	position: absolute;
	z-index: 999;
	
	left: 0px;
	top: -webkit-calc(50% - 8px);
    top: -calc(50% - 8px);
    top: -moz-calc(50% - 8px);
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}

.owl-next {
	background: transparent url(img/arrow-right.svg) no-repeat center center;
	background-size: 12px;
	position: absolute;
	z-index: 999;
	
	right: 0px;
    left: auto;
	top: -webkit-calc(50% - 8px);
    top: -calc(50% - 8px);
    top: -moz-calc(50% - 8px);
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.owl-prev:hover {
	background-color: #fff !important;
	background: transparent url(img/arrow-left-hover.svg) no-repeat center center;
	background-size: 12px;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.owl-next:hover {
	background-color: #fff !important;
	background: transparent url(img/arrow-right-hover.svg) no-repeat center center;
	background-size: 12px;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}

/* FOOTER -------------------------------------------------------------- */

.site-footer {
	width: 100%;
	background: #fff;
	margin-top: 80px;
	clear: both;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.footer-inner {
	background: #000;
	color: #fff;
	padding: 60px;
}
.footer-inner a {color: #fff;}
.footer-inner .wrapper {
	max-width: 700px;
}
.footer-social {
	width: 150px;
	float: left;
	text-align: center;
}
.footer-social ul li {
	display: inline-block;
	margin-left: 7.5px;
	margin-right: 7.5px;
	font-size: 14px;
}
.footer-social ul li a {color: #fff;}
#copyright {
	font-size: 11px;
	clear: both;
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}
.footer-newsletter {
	float: right;
	
	width: -webkit-calc(100% - 200px);
	width: -calc(100% - 200px);
	width: -moz-calc(100% - 200px);
}
.footer-newsletter h1 {
	font-family: 'Miso', 'Dosis', sans-serif !important;
	letter-spacing: 2px;
	font-size: 30px;
	text-transform: uppercase !important;
	margin-bottom:10px;
	margin-top: 0px;
	}
.footer-newsletter input[type="email"],
.footer-newsletter input[type="text"]  {
	float: left;
	border: 1px solid #fff !important;
	padding: 5px !important;
	color: #fff !important;
	font-family: 'AvenirNextCondensed-Regular';
	font-size: 14px;
	margin-right: 10px;
	
	width: -webkit-calc(50% - 35px);
	width: -calc(50% - 35px);
	width: -moz-calc(50% - 35px);
}
.footer-newsletter input::-webkit-input-placeholder {
	font-family: 'AvenirNextCondensed-Regular';
	font-size: 14px;
	color: #fff;
}
.footer-newsletter input:-moz-placeholder {
	font-family: 'AvenirNextCondensed-Regular';
	font-size: 14px;
	color: #fff;
}
.footer-newsletter input::-moz-placeholder {
	font-family: 'AvenirNextCondensed-Regular';
	font-size: 14px;
	color: #fff;
}
.footer-newsletter input:-ms-input-placeholder {
	font-family: 'AvenirNextCondensed-Regular';
	font-size: 14px;
	color: #fff;
}
.footer-newsletter button {
	border: none !important;
	padding: 5px !important;
	font-family: 'Miso', 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 5px;
	width: 50px;
    color: #fff !important;
    cursor: pointer !important;
    float: right;
    margin-top: -65px;
}
.footer-newsletter ._checkbox-radio {
    clear: both;
    margin-top: 5px;
}
.footer-newsletter ._checkbox-radio label {
    color: #fff;
    font-family: 'Avenir-Medium' !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    position: relative;
    line-height: 18px !important;
}
.footer-newsletter ._checkbox-radio label a {text-decoration: underline;}
.footer-newsletter ._checkbox-radio label a:hover {
    text-decoration: none;
    color: #c3decf;
}


.footer-newsletter button:hover,
.footer-social ul li a:hover {
	background: transparent !important;
	color: #C3DECF !important;
}
.footer-newsletter .menu-redes-sociales-container {display: none !important;}
#simple-instagram-wrap .simple-instagram-list {font-size: 0px!important;}
#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
    margin: 0 !important;
    width: 12.5% !important;
}
#copyright ul li {
	display: inline-block;
	text-align: center;
	width: 150px;
}
/*#copyright ul li:first-child:after {
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
}*/
#copyright a:hover {text-decoration: underline;}

/* HEADER -------------------------------------------------------------- */

#main-navigation {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	height: 35px;
    line-height: 35px;
	width: 100%;
	background: #000;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main-navigation a {
	color: #fff;
}
#main-navigation a:hover {
	color: #DAE8E3;
}

/* RRSS */

#main-navigation .menu-redes-sociales-container {
	width: 150px;
	float: left;
	font-size: 14px;
}
#main-navigation .menu-redes-sociales-container li {
	display: inline-block !important;
	margin-right: 15px;
}
.main-menu-wrapper .menu-redes-sociales-container {display: none;}

/* Buscador */

#main-navigation #searchform {
	width: 150px;
	float: right;
	margin-top: 6.5px;
	margin-bottom: 6.5px;
	line-height: 22px;
	height: 22px;
	border: 1px solid #fff;
}
#searchform input[type="text"] {
	border: none;
	padding: 0px;
	padding-left: 5px;
	float: left;
	line-height: 20px;
	color: #fff;
	font-family: 'Avenir-Medium';
    font-size: 10px;
    letter-spacing: 1px;
	text-transform: uppercase;
	
	width: -webkit-calc(100% - 36px) !important;
    width: -calc(100% - 36px) !important;
    width: -moz-calc(100% - 36px) !important;
}
#searchform input[type="submit"] {
	border: none;
	float: right;
	padding-right: 5px !important;
	border-left: 1px solid #fff;
	padding: 0px;
	line-height: 20px;
	width: 35px;
	
	background: url(img/button-search.svg);
    background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
}


/* Menú */

.toggleMenu {display: none;}
.main-menu {
	margin: 0 auto;
	text-align: center;
	font-family: 'Avenir-Medium';
	font-size: 12px;
    letter-spacing: 1.5px !important;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
	float: left;
	
	width: -webkit-calc(100% - 300px) !important;
    width: -calc(100% - 300px) !important;
    width: -moz-calc(100% - 300px) !important;
}
.main-menu li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}
.main-menu ul {
	background: #fff;
	list-style: none;
	min-width: 200px;
	padding: 20px 20px;
	text-align: left;
}
.main-menu li ul {
	position: absolute;
	text-align: left;
	top: 60px;
	left: 0;
	margin-left: -20px;
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.main-menu li.hover ul {
	opacity: 1;
	filter: alpha(opacity=100);
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.main-menu li ul li {
	line-height: 0px;
	margin-bottom: 40px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}
.main-menu li ul li:last-child {
	margin-bottom: 20px;
}
.main-menu li ul li a {
	font-size: -webkit-calc(100% - 2px) !important;
	font-size: -calc(100% - 2px) !important;
}

/* Logo */

#logo {
	margin-top: 80px !important;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
.home #logo {margin-bottom: -30px;}
#logo img {
	max-width: 150px;
}

/* HOMEPAGE -------------------------------------------------------------- */

#home_feat {
	float: left;
	clear: left;
	margin-bottom: 70px;
	margin-top: 70px !important;
	
	width: -webkit-calc(66.6666% - 10px);
	width: -calc(66.6666%  - 10px);
	width: -moz-calc(66.6666%  - 10px);
}
#home_feat ul {font-size: 0px;}
#home_feat li {position: relative;}
#home_feat img {
	width: 100%;
	height: auto;
}
#home_feat .post-info-slider h2.mini a {color: #fff;}
#home_feat .post-info-slider .post-cat {
	font-family: 'Miso', 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	line-height: 20px;
}
#home_feat .post-info-slider .post-cat a {color: #000;}
#home_feat .post-info-slider .post-cat:before {
	content: "//";
	display: inline-block;
	margin-right: 5px;
}
#home_about {
	float: right;
	margin-bottom: 60px;
	
	width: -webkit-calc(33.3333% - 10px);
	width: -calc(33.3333%  - 10px);
	width: -moz-calc(33.3333%  - 10px);
}
.about-widget {text-align: center;}
.about-widget h5 {
	font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Avenir-Medium';
	font-weight: bold;
	margin-bottom:20px;
	margin-top: 20px;
}
.about-widget img {
	max-width: 200px;
}
.about-info-container {
	background: #fff;
	padding: 25px;
    margin-top: -135px;
    padding-top: 120px;
    padding-bottom: 48px;
}
.about-widget .more {
	margin: 0 auto !important;
	margin-top: -20px !important;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 17px;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    font-family: 'AvenirNextCondensed-Regular';
	cursor: pointer;
	padding-left: 4px;
	
	-moz-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
}
.about-widget .more:hover {
	background: #C3DECF;
	color: #000;
}
#home_cat {
	clear: both;
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
}
#home_posts {
	overflow: hidden;
	clear: both;
}
#home_posts ul {margin-top: 60px;}
#home_posts ul li:nth-child(odd) {
	float: left;
	
	width: -webkit-calc(33.333% - 13.333px);
	width: -calc(33.333% - 13.333px);
	width: -moz-calc(33.333% - 13.333px);
}
#home_posts ul li:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	
	width: -webkit-calc(33.333% - 13.333px);
	width: -calc(33.333% - 13.333px);
	width: -moz-calc(33.333% - 13.333px);
}
#home_products {
	margin-top: 80px;
	margin-bottom: 80px;
	clear: both;
}
#home_products .feat_products li {
	padding-left: 10px;
	padding-right: 10px;
}
.feat_products li h5 {
	color: #000;
	letter-spacing: 1px !important;
	font-size: 13px !important;
	text-align: center;
	font-weight: normal !important;
	/*min-height: 36px;*/
	text-transform: uppercase;
    font-family: 'Avenir-Medium';
	margin-bottom:20px;
	margin-top: 20px;
	line-height: 20px;
}
.feat_products li .product-price {
	width: 80px;
	margin: 0 auto !important;
	display: block;
}
#home_products .owl-prev,
#featured_products_sidebar .owl-prev,
#post-related .owl-prev {
	left: 0px;
	
	top: -webkit-calc(35% - 8px);
    top: -calc(35% - 8px);
    top: -moz-calc(35% - 8px);
}
#home_products .owl-next,
#featured_products_sidebar .owl-next,
#post-related .owl-next {
	right: 0px;
    left: auto;
	
	top: -webkit-calc(35% - 8px);
    top: -calc(35% - 8px);
    top: -moz-calc(35% - 8px);
}
.product-info {
	padding: 20px;
    background: #fff;
	margin-top: -10px;
    min-height: 150px;
}
#home_banners {
	margin-top: 60px;
    margin-bottom: 60px;
    clear: both;
	overflow: hidden;
}
.banner-ver {
	float: left;
	
	width: -webkit-calc(33.3333% - 10px);
	width: -calc(33.3333%  - 10px);
	width: -moz-calc(33.3333%  - 10px);
}
.banner-hor {
	float: right;
	
	width: -webkit-calc(66.6666% - 10px);
	width: -calc(66.6666%  - 10px);
	width: -moz-calc(66.6666%  - 10px);
}
.banner-ver img,
.banner-hor img {
	width: 100%;
	height: auto;
}

/* POSTS -------------------------------------------------------------- */

.archive #home_cat {
	margin-bottom: 30px;
}
.archive-header {
	text-align: center;
	width: 96.666666%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.archive-header h3 {margin-bottom: 0px !important;}
.archive-header p {
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin: 0px !important;
    font-family: 'Miso', 'Dosis', sans-serif;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

#index article,
#archive article {
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
#index article:hover h1.post-title a,
#archive article:hover h1.post-title a {
	color: #C3DECF;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
#index article:hover .post-more,
#archive article:hover .post-more {
	color: #fff;
	background: #000;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
h1.post-title:before,
h1.post-title:after {
	display: none !important;
}
h1.post-title {
	font-size: 18px !important;
	letter-spacing: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
	line-height: 25px;
}
#home_posts h1.post-title {
	font-size: 20px !important;
	letter-spacing: 1px !important;
}
h1.post-title a {
	color: #000;
}
.post-excerpt {
	text-align: center;
}
.post-info {
	overflow: hidden;
	padding: 30px;
	background: #fff;
	margin-top: -5px;
}
#home_posts .post-info {
	padding: 40px;
}
.post-info .post-more {
	float: left;
	margin-top: 15px;
}
.post-info .post-date {
	font-family: 'Miso', 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
	color: #ccc;
	width: 49%;
	float: right;
	line-height: 32px;
	margin-top: 15px;
}
.post-content .post-excerpt {padding: 25px;}
.post-content .post-excerpt p {margin-bottom: 0px;}
.post-content img {
	width: 100%;
	margin-top: 20px;
}
.post-content a {
	margin: 0px !important;
	float: none !important;
}
.post-more,
.comment-reply-link {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    white-space: nowrap;
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
    font-family: 'Miso', 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    display: inline-block;
	
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.post-more:hover,
.comment-reply-link:hover {
	color: #fff;
	background: #000;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}

/* Single */

.post-content a,
.page-content a {
	color: #c3decf;
}
.post-content a:hover,
.page-content a:hover {
	color: #F4A28B;
}
.single article {
	background: #fff;
    padding: 35px;
}
.single #main {
	float: left;
	clear: left;
	width: 68%;
}
.single #sidebar {
	float: right;
	margin-top: 0px;
	width: 27%;
}
.post-header {
	height: 60px;
	overflow: hidden;
    clear: both;
    margin-bottom: 25px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.post-single-cat,
.comment-date {
	width: 60px;
	height: 60px;
	line-height: 15px;
	background: #000;
	color: #fff;
	font-family: 'Miso', 'Dosis', sans-serif !important;
	text-align: center;
	float: left;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.post-single-cat:hover,
.comment-date:hover {
	background: #DAE8E3;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;

}
.post-single-cat {
	line-height: 60px;
    font-size: 20px;
    letter-spacing: 1px;
}
.post-single-cat#Emprende {
	font-size: 0px;
	background-image: url(img/tag-emp.svg);
	background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
}
.post-single-cat a {display: block; cursor: pointer;}
.post-single-cat a,
.comment-date a {color: #fff;}
.date-day {
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 13px;
	letter-spacing: 0.5px;
	display: block;
}
.date-year {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
}
.post-header-inner,
.comment-author {
	float: right;
	text-align: left;
	margin-left: 15px;
	
	width: -webkit-calc(100% - 75px);
	width: -calc(100% - 75px);
	width: -moz-calc(100% - 75px);
}
.post-header-inner .post-title {
	margin-bottom: 0px !important;
	text-align: left !important;
	font-size: 22px !important;
    line-height: 25px;
    letter-spacing: 0.5px !important;
    margin-top: 7px !important;
}
.single .post-footer {
	margin-top: 100px;
	position: relative;
	overflow: hidden;
	clear: both;
}
.single .post-footer .post-single-date,
.single .post-footer .post-share,
.single .post-footer .post-tags {
	clear: both;
	border-top: 1px solid #000;
	color: #000000;
    font-family: 'AvenirNextCondensed-Regular';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
	line-height: 50px;
	position: relative;
	overflow: hidden;
}
.single .post-footer .post-tags .post-footer-content {
	line-height: 20px;
	margin-top: 20px;
}
.single .post-footer .post-footer-title {
	width: 150px;
	float: left;
	clear: left;
	font-weight: 600;
}
.single .post-footer .post-footer-content {
	float: right;
	text-align: right;
	
	width: -webkit-calc(100% - 150px);
	width: -calc(100% - 150px);
	width: -moz-calc(100% - 150px);
}
.single .post-footer .post-share li {
	display: inline-block;
	margin-left: 5px !important;
	font-size: 16px;
}
#post-related h3 {
	margin-top: -20px !important;
}
#post-related h3 span {
    padding-left: 4px !important;
    padding-right: 0px !important;
	width: 40px !important;
    height: 40px !important;
	line-height: 40px !important;
	text-align: center;
   
   -moz-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
}
#post-related h3:after {
    margin-top: -20px !important;
}
#post-related {clear: both;}
#post-related li {padding: 10px;}
#post-related li img {
	width: 100%;
	height: auto;
}
#post-related h1 {
	max-width: 90%;
	margin: 0 auto;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
#post-related .post-more {
	display: block;
	margin: 0 auto;
	width: 100px;
}
.single .post-content .post-img img {
	width: 100%;
	height: auto;
}
#post_products {
	margin-left: 0px !important;
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
#post_products li {
	padding-left: 10px;
	padding-right: 10px;
}
#post_products li:before {
	display: none !important;
}
#post_products .owl-prev {
	top: -webkit-calc(38% - 8px);
	top: -calc(38% - 8px);
	top: -moz-calc(38% - 8px);
}
#post_products .owl-next {
	top: -webkit-calc(38% - 8px);
	top: -calc(38% - 8px);
	top: -moz-calc(38% - 8px);
}

/* COMMENTS -------------------------------------------------------------- */


.comments-wrapper h3 {margin-top: 60px !important;}
h3#reply-title,
.comment-notes,
.comment-form-cookies-consent {display: none !important;}
ul.commentlist {margin-top: 40px;}
ul.commentlist li article.comment {
	margin-bottom: 30px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.comment-header {
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.comment-author {
	font-size: 18px;
    letter-spacing: 0px;
	font-family: 'Miso', 'Dosis', sans-serif;
	text-transform: uppercase;
	margin-left: 15px;
	line-height: 55px;
}
.comment-author a:hover {color: #000 !important}
.comment-content {
	line-height: 35px;
}
.comment-content p:last-child {margin-bottom: 0px;}
.reply {
	margin-bottom: 30px !important;
    overflow: hidden;
    margin-right: 30px;
}
.comment-reply-link {
	float: right;
	margin-top: 15px;
}
ul.children li article {
	width: -webkit-calc(90% - 30px);
	width: -calc(90% - 30px);
	width: -moz-calc(90% - 30px);
}
.comment-awaiting-moderation {
	clear: both;
	margin-bottom: 0px;
	font-size: 11px;
	color: #ccc;
}
form#commentform {
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.form-group,
.comment-form-author,
.comment-form-email {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.form-group label,
.comment-form-author label,
.comment-form-email label {
	width: 150px;
	background: #000;
	color: #fff;
	float: left;
	clear: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
}
.comment-form-email label {font-size: 0px !important;}
.comment-form-email label:before {
	content: "Email *" !important;
	font-size: 18px;
    line-height: 20px;
    top: 7px;
    position: relative;
}
.form-group input,
.comment-form-author input,
.comment-form-email input {
	float: right;
	
	width: -webkit-calc(100% - 150px);
	width: -calc(100% - 150px);
	width: -moz-calc(100% - 150px);
}
.comment-form-comment {
	position: relative;
	margin-bottom: 0px;
}
.form-group textarea,
.comment-form-comment textarea {
	width: -webkit-calc(100% - 48px);
	width: -calc(100% - 48px);
	width: -moz-calc(100% - 48px);
}
.form-group input[type="submit"] {
	width: 150px;
	margin-top: -102px;
	margin-right: -55px;
	
	-ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.form-submit input {padding: 5px 20px !important;}
.comment-form-comment label {
	width: 150px;
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    border: 1px solid #000;
	position: absolute;
	right: -55px;
    bottom: 65px;
	
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wpgdprc-checkbox label {
	color: #000;
    font-family: 'Avenir-Medium' !important;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpgdprc-checkbox label a {text-decoration: underline;}
.wpgdprc-checkbox label a:hover {
	text-decoration: none;
	color: #F4A38C;
}
.wpgdprc-checkbox {margin-bottom: 10px !important;}


/* SIDEBAR -------------------------------------------------------------- */

#sidebar .widget {
	margin-bottom: 80px;
}
#sidebar .widget img {
	margin-bottom: 0px;
}
#widget_sp_image-3,
#widget_sp_image-4 {margin-bottom: 25px !important;}
#sidebar .textwidget {
	background: #fff;
	padding: 20px;
	position: relative;
	margin-top: -15px;
}
#text-2 .textwidget{
	background: transparent;
	padding: 0px;
	margin-top: 40px;
}
#wp-calendar caption {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
	font-size: -webkit-calc(100% - 1px) !important;
	font-size: -calc(100% - 1px) !important;
	border: none;
	padding: 0px;
	line-height: inherit;
}
.textwidget {line-height: 35px;}
.textwidget p {margin-bottom: 20px;}
.textwidget p:last-child {margin-bottom: 0px;}
#sidebar ul.cat-list li {
	float: none !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;
}



.widget_archive label, .widget_categories label {display: none;}
#wp-calendar {width: 100%;}
#wp-calendar tbody td {
	text-align: center;
	padding-top: 10px;
}
#wp-calendar tfoot {
	line-height: 30px;
	text-transform: uppercase;
	font-size: -webkit-calc(100% - 2px) !important;
	font-size: -calc(100% - 2px) !important;
}
.widget_nav_menu ul li {
	letter-spacing: 1px;
}
.widget_nav_menu ul li ul.sub-menu li {
	margin-top: 12px;
	margin-bottom: 12px !important;
	font-size: -webkit-calc(100% - 2px) !important;
	font-size: -calc(100% - 2px) !important;
	text-transform: none;
	letter-spacing: 3px;
}
.widget_nav_menu ul li ul.sub-menu li:before {display: none;}


/* OTHERS -------------------------------------------------------------- */

/* Pagination */

.posts-navigation {
	margin-top: 40px;
	margin-bottom: 20px;
}
.posts-navigation ul {text-align: center;}
.posts-navigation ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.posts-navigation ul li a {
	height: 35px;
    width: 35px;
    line-height: 38px;
    background-color: #000;
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Miso', 'Dosis', sans-serif;
    text-align: center;
	display: block;
	
    -moz-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.posts-navigation ul li a:hover,
.posts-navigation ul li.active a {
    background-color: #DAE8E3;
    color: #000;
	
	transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.single-navigation {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	color: #000;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: normal !important;
    font-family: 'Miso', 'Dosis', sans-serif;
}
.single-navigation a {color: #000;}
.single-navigation a:hover {color: #C3DECF;}
.single-navigation .next-posts {float: left;}
.single-navigation .next-posts a:before {
	content: " ";
	display: inline-block;
	background: transparent url(img/arrow-left-black.svg) no-repeat center center;
	width: 8px;
    height: 16px;
	margin-right: 10px;
}
.single-navigation .prev-posts {float: right;}
.single-navigation .prev-posts a:after {
	content: " ";
	display: inline-block;
	background: transparent url(img/arrow-right-black.svg) no-repeat center center;
	width: 8px;
    height: 16px;
	margin-left: 10px;
}

/* 404 */

.not-found {
	padding: 40px;
}

/* Cookies */

#cookie-law-info-bar {
	box-shadow: none !important;
	color: #000 !important;
	font-family: 'AvenirNextCondensed-Regular' !important;
    font-size: 14px !important;
	letter-spacing: 0.5px;
	border: 1px solid #000;
    max-width: 300px;
    bottom: 30px !important;
    left: 30px !important;
	text-align: left !important;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cookie-law-info-bar p {
	line-height: 20px !important;
	text-align: left !important;
	margin-bottom: 0px !important;
	float: left; 
	
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
}
#cookie-law-info-bar a#CONSTANT_OPEN_URL {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#cookie-law-info-bar a#CONSTANT_OPEN_URL:hover {
	color: #F4A38C !important;
	text-decoration: none;
}
#cookie-law-info-bar a#cookie_action_close_header {
	font-size: 0px !important;
	width: 80px;
    vertical-align: top;
    padding-right: 20px;
    text-align: right;
    float: right;
}
#cookie-law-info-bar a#cookie_action_close_header:before {
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 12px !important;
	cursor: pointer;
}
#cookie-law-info-bar a#cookie_action_close_header:hover:before {color: #F4A38C !important;}

/* RESPONSIVE -------------------------------------------------------------- */

@media screen and (max-width: 1080px) {
.post-info-slider {display: none !important;}
#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
    width: 25% !important;
}
.wrapper {width: 95%;}
.about-info {padding: 0px;}
.about-widget .more {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
#home_feat {
	margin-bottom: 40px;
}
#home_cat,
#home_products,
#home_banners {
	margin-top: 40px;
    margin-bottom: 40px;
}
#home_posts .post-info {
    padding: 20px !important;
}
h2.mini {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.masonry {margin-left: 3%;}
.masonry .grid-sizer {width: 46%;}
.masonry .gutter-sizer {width: 4%;}
.masonry .item {
	width: 46%;
	margin-bottom: 4%;
}
}
@media screen and (max-width: 860px) {
	#home_feat {width: 100% !important}
	#home_about {display: none;}
.toggleMenu {
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.main-menu-wrapper {
	position: fixed;
	left: 0px;
	top: 35px;
	padding: 30px;
    width: 320px;
    background: rgba(0,0,0,0.85) !important;
    overflow-y: scroll;
    height: 100vh !important;
	display: none;
}
.main-menu {
	width: 100% !important;
	float: none !important;
	clear: both !important;
	margin: 0px !important;
}
ul.main-menu > li {
	display: list-item !important;
	font-size: 12px !important;
	line-height: 40px !important;
	text-align: left;
}
.main-menu-wrapper .menu-menu-principal-container 	{
	height: 190px;
}
.menu-redes-sociales-container {display: none;}
.main-menu-wrapper .menu-redes-sociales-container {
	text-align: center;
	border-top: 1px solid #fff;
	width: 100% !important;
	float: none !important;
	display: block !important;
	padding-top: 30px;
}
.main-menu-wrapper .menu-redes-sociales-container li {
    line-height: 35px !important;
    margin-right: 10px !important;
	font-size: 18px !important;
	 margin-left: 10px !important;
}
#main, #sidebar {
	width: 100% !important;
	float: none !important;
	clear: both;
	margin-bottom: 35px;
}
}
@media screen and (max-width: 767px) {
	.single #main,
	.single #sidebar {
		width: 100%;
		float: none;
		clear: both;
	}
	.single #sidebar {text-align: center;}
	.comments-wrapper h3 {margin-bottom: 30px !important;}
}
@media screen and (max-width: 700px) {
	#copyright {text-align: center !important;}
	.footer-inner .wrapper {
		width: 85%;
	}
	.footer-social {display: none;}
	.footer-newsletter {
		width: 100% !important;
		margin: 0px !important;
		clear: both !important;
		float: none !important;
		text-align: center;
	}
	.footer-newsletter input[type="email"],
	.footer-newsletter input[type="text"] {
		float: none;
		width: 100% !important;
		clear: both !important;
		margin-bottom: 10px !important;
		margin-right: 0px !important;
	}
	.footer-newsletter button {
		width: 100%;
		float: none;
		clear: both;
        margin-top: 0px !important;
	}
	.footer-newsletter h1:before {
	content: " ";
	display: inline-block;
	background: url(img/icon-rombo.svg) no-repeat;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	}
	.footer-newsletter h1:after {
	content: " ";
	display: inline-block;
	background: url(img/icon-rombo.svg) no-repeat;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	}
	.footer-newsletter .menu-redes-sociales-container {display: block !important;}
	.footer-newsletter .menu-redes-sociales-container li {
		display: inline-block !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.footer-newsletter .menu-redes-sociales-container li a:hover {
		color: #C3DECF;
	}
	#simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
    width: 50% !important;
}
}

@media screen and (max-width: 640px) {
	ul.cat-list li,
	.banner-ver,
	.banner-hor {
		width: 100% !important;
		clear: both !important;
		float: none !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 20px !important;
	}
	#home_feat,
	#home_cat {
    	margin-bottom: 20px;
	}
	#home_posts ul {margin-top: 45px;}
	.masonry {margin-left: 0%;}
	.masonry .grid-sizer {width: 100%;}
	.masonry .gutter-sizer {width: 0%;}
	.masonry .item {
		width: 100%;
		margin-bottom: 40px;
	}
	.archive-header {width: 100%;}
	#home_posts ul li {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 40px !important;
	}
	.archive #home_cat {
		margin-top: 60px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 480px) {	
#home_products .feat_products li {padding: 0px !important}
}
@media screen and (max-width: 460px) {
	#cookie-law-info-bar {
		left: 20px !important;
		right: 20px !important;
		bottom: 20px !important;
		
		max-width: -webkit-calc(100% - 40px);
		max-width: calc(100% - 40px);
		max-width: -moz-calc(100% - 40px);
	}
}