@charset "UTF-8";
/*
   Theme Name: Vintage & Chic
   Theme URI: //www.vintageandchicblog.com/
   Description: Plantilla personalizada para Wordpress.org diseñada y desarrollada por Isabel Macías para Vintage & Chic. Todos los derechos reservados.
   Author: Isabel Macías (Melon Blanc®)
   Author URI: www.melonblanc.com
   Version: 2.0
*/

/* FUENTES -------------------------------------------------------------- */

@font-face {
  font-family: 'fontello';
  src: url('//www.vintageandchicblog.com/wp-content/themes/vintagechic/fonts/fontello.eot?37179076');
  src: url('//www.vintageandchicblog.com/wp-content/themes/vintagechic/fonts/fontello.eot?37179076#iefix') format('embedded-opentype'),
       url('//www.vintageandchicblog.com/wp-content/themes/vintagechic/fonts/fontello.woff?37179076') format('woff'),
       url('//www.vintageandchicblog.com/wp-content/themes/vintagechic/fonts/fontello.ttf?37179076') format('truetype'),
       url('//www.vintageandchicblog.com/wp-content/themes/vintagechic/fonts/fontello.svg?37179076#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13.7px;
	color: #000000;
	background: #f7f7f7;
}
a {
	color: #57bfcf;
	text-decoration: none;
}
a:visted {color: #57bfcf;}
a:hover {color: #b3b3b3;}
ul li {list-style: none;}
a, input, button, textarea, form {outline: none;}

/* Imágenes */

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;
}

/* Subencabezados */

h1, h2, h3, h4, h5, h6 {font-weight: normal;}


/* ESTRUCTURA -------------------------------------------------------------- */

#wrapper {
	width: 1100px;
	margin: 0 auto;
}
#main {
	width: 727px;
	float: right;
	margin-top: 50px;
}
#sidebar {
	width: 300px;
	float: left;
	margin-top: 50px;
}

@media screen and (max-width: 1100px) {
#wrapper {width: 90%;}
#main {width: 70%;}
#sidebar {width: 25%}
}
@media screen and (max-width: 760px) {
#main, #sidebar {
	width: 100%;
	float: none;
}
#sidebar {}
}


/* TOP BAR -------------------------------------------------------------- */

.top-menu-container {
	background: #ffffff;
	height: 53px;
	line-height: 53px;
	width: 100%;
	clear: both;
}
.top-menu {
	width: 1100px;
	margin: 0 auto;
	position: relative;
  	height: 100%;
}
.top-menu .menu-menu-principal-container {display: none;}
.menu-top-menu-container {
	float: left;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}
.menu-top-menu-container ul li {margin-right: 10px;}
.menu-top-menu-container ul li a {color: #000000;}
.menu-top-menu-container ul li a:hover {color: #e33037;}

.menu-top-menu-container ul li, .menu-redes-sociales-container ul li {display: inline-block;}

.menu-redes-sociales-container {
	float: right;
	width: auto;
	margin-right: 30px;
	font-family: "fontello" !important;
  	font-style: normal;
  	font-weight: normal;
	speak: none;
}
.menu-redes-sociales-container li {margin-right: 13px;}
.menu-redes-sociales-container li:last-child {margin-right: 5px;}
.menu-redes-sociales-container li a {
	font-size: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.menu-redes-sociales-container li a:hover {
	color: #000000 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.menu-redes-sociales-container li a {color: #000;}
.menu-redes-sociales-container li a:hover {color: #57bfcf !important;}
.icon-instagram a:before { content: '\e800'; font-size: 15px; }
.icon-twitter a:before { content: '\e801'; font-size: 15px; }
.icon-youtube a:before { content: '\e802'; font-size: 15px; }
.icon-gplus a:before { content: '\e803'; font-size: 15px;}
.icon-pinterest a:before { content: '\e804'; font-size: 15px;}
.icon-facebook a:before { content: '\e805'; font-size: 15px;}
.icon-flickr a:before { content: '\e806'; font-size: 15px;}
.icon-heart a:before { content: '\e807'; font-size: 15px;}

/* Buscador */

.sb-search {
	position: absolute;
	right: 0;
	margin-top: 10px;
	width: 0%;
	min-width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 300px;
	height: 30px;
	margin: 0;
	z-index: 100000000003;
	font-family: inherit;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 1%;
}

.sb-search-input::-webkit-input-placeholder {color: #000000;}
.sb-search-input:-moz-placeholder {color: #000000;}
.sb-search-input::-moz-placeholder {color: #000000;}
.sb-search-input:-ms-input-placeholder {color: #000000;}
.sb-icon-search, .sb-search-submit  {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #000;
	background: transparent;
	font-size: 19px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	z-index: 100000000004;
}
.sb-icon-search:before {content: "\e000";}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {width: 100%;}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #59bece;
	color: #fff;
	z-index: 100000000005;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media screen and (max-width: 1100px) {
	
	.top-menu {width: 100%;}
	.top-menu .menu-menu-principal-container {display: block;}
	.sb-search {right: 5%;}
	.menu-redes-sociales-container {margin-right: 85px;}
}
@media screen and (max-width: 600px) {
	.menu-redes-sociales-container li {margin-right: 5px;}
	.menu-redes-sociales-container {margin-right: 60px;}
	#logo img {width: 300px;}
}
@media screen and (max-width: 480px) {#logo img {width: 280px;}}

/* CABECERA -------------------------------------------------------------- */

.site-header {
	clear: both;
    top: 50px;
    position: relative;
	border-bottom: 1px solid #d8dddd;
}
.single .site-header,
.archive .site-header {margin-bottom: 50px;}
.archive #main {margin-top: 0px;}
#logo {
		float: none !important;
		text-align: center;
		width: 100% !important;
}

/* Menú */

.main-navigation {
	margin-top: 50px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.menu-menu-principal-container {
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	font-size: 13px;
	letter-spacing: 1px;
}
.toggleMenu {display:  none;}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav ul {
    list-style: none;
    width: 9em;
	text-align: right;
}
.nav li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}
.nav a {
    color:#000000;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav a:hover {
    color:#b3b3b3;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu-name-item {}
.menu-des-item {display: none;}


/* Submenú */

.nav > li > a {display: block;}
.nav li ul {
    position: absolute;
    left: -9999px;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 1px 1px 28px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 28px -6px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 28px -6px rgba(0,0,0,0.15);
	width: 150px;
	padding: 15px;
	z-index: 100000000001;
	text-transform: none;
}
.nav > li.hover > ul {left: 0;}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li {
	margin-left: 0px;
	border-bottom: 1px solid #d8dddd;
	line-height: 40px;
	width: 100%;
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
	padding: 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	font-size: 10px;
	letter-spacing: 1px;
}
.nav li li a:hover {
	color: #57bfcf;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/* .nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
*/

@media screen and (max-width: 1100px) {

.site-header .main-navigation {display: none;}

.toggleMenu {
	width: 40px;
	margin-left: 5%;
	float: left;
	height: 53px;
	line-height: 59px;
	text-align: center;
	color:#b3b3b3;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.toggleMenu:hover {
	color:#6b6b6b;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu-menu-principal-container {
	width: 80% !important;
  margin: 0 auto;
  clear: both;
  margin-bottom: -6px;
  top: -6px;
}
.menu-top-menu-container {
	width: 80% !important;
	margin: 0 auto;
	float: none !important;
}
.menu-menu-principal-container, .menu-top-menu-container {
	z-index: 100000000001;
	position: relative;
}
.active {display: block !important;}
.top-menu .nav {
	background: #f7f7f7;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
}
.top-menu .nav li {
	width: 100%;
	margin-left: 0px;
	display: list-item !important;
	border-bottom: 1px solid #d8dddd;
	line-height: 40px;
}
.menu-top-menu-container li:last-child {border-bottom: none;}
.nav > li a {
	color: #000000 !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
	

}
.nav > li a:hover {
	background-color: rgba(87, 191, 207, 1) !important;
	color: #fff !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav > li > .parent {background-position: 95% 50% !important;}
.nav > li > .parent {
	background-image: url("//marucca.es/wp-content/themes/marucca/img/downArrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 95% 50% !important;
}
.nav li ul {
	-webkit-box-shadow: 1px 1px 28px -6px rgba(0,0,0,0);
	-moz-box-shadow: 1px 1px 28px -6px rgba(0,0,0,0);
	box-shadow: 1px 1px 28px -6px rgba(0,0,0,0);
	padding: 0px;
	text-align: center;
	background: none;
}
.nav li li a {text-transform: none !important;}
.nav li li:last-child {border-bottom: 0px;}
.nav ul {
	display: block !important;
	width: 100% !important;
}
.nav > li.hover > ul , .nav li li.hover ul {position: static !important;}
}

/* HOME -------------------------------------------------------------- */

.home article:nth-child(1) {display: none;}
.home.paged article:nth-child(1) {display: block !important;}

.carrusel {
	display: none;
	margin-top: 50px;
}
.home .carrusel {display: block;}
.carrusel .txt-center {color: #fff !important; font-size: 1px !important;}
.carrusel .txt-center a {display: none; font-size: 10px !important;}
.carrusel .txt-center a:first-child {display: block;}
.sb-navigation-left  {
	position: absolute;
	left: 0px;
	top: 38%;
	z-index: 100000;
	opacity: 1;
    filter: alpha(opacity=100);
	width: 39px !important;
	height: 39px !important;
	background: url(//vintageandchicblog.com/wp-content/themes/vintagechic/img/arrow-left.png) no-repeat !important;
	border: none !important;
	border-radius: 0px !important;
}
.sb-navigation-right  {
	position: absolute;
	right: 0px;
	top: 38%;
	z-index: 100000;
	opacity: 1;
    filter: alpha(opacity=100);
	width: 39px !important;
	height: 39px !important;
	background: url(//vintageandchicblog.com/wp-content/themes/vintagechic/img/arrow-right.png) no-repeat !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 0px !important;
}
.sb-navigation-left.notclickable, .sb-navigation-right.notclickable {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.sb-icon-right-open:before, .sb-icon-left-open:before {content: none !important;}
#showbiz_carruselhome_1 ul li {
	background: #fff !important;
	margin-bottom: 15px;
}
#showbiz_carruselhome_1 .mediaholder img {padding: 0px !important;}
.detailholder {
	padding: 15px !important;
	padding-bottom: 0px!important;
}
h4.showbiz-title {
	text-align: center;
	min-height: 45px;
}
h4.showbiz-title a {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
	color: #000000 !important;
	font-size: 12px !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h4.showbiz-title a:hover {
	color: #b3b3b3 !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txt-center a {
	color: #57bfcf;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txt-center a:hover {
	color: #e43138;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.divide5 {display: none;}
.mediaholder_innerwrap img {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mediaholder_innerwrap img:hover {
	opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


/* POST -------------------------------------------------------------- */

article.post {
	margin-bottom: 50px;
	background: #fff;
	padding: 40px;
}
.post-header {
	height: 60px;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 20px;
	padding-bottom: 10px;
}
h1.post-title {
	clear: both;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    letter-spacing: 1px;
}
h1.post-title a {
	color: #000000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1.post-title a:hover {
	color: #b3b3b3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-meta {
	text-align: center;
	margin-top: 10px;
}
.post-meta li {display: inline-block;}
.post-category {
	font-size: 10px;
	color: #e43138;
}
.post-date {
	font-size: 11px;
	color: #57bfcf;
}
.post-category, .post-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.post-category a {
	color: #e43138;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-category a:hover {
	color: #b3b3b3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-content img {width: 100%;}
.post-content, .post-content p, .post-content div {line-height: 28px;}
.post-content p, .post-content div {margin-bottom: 25px;}
.post-content a, .page-content a {
	margin-left: 0px !important;
	margin-right: 0px !important;
	float: none !important;
	clear: none !important;
}
.leermas {
	width: 200px;
	height: 35px;
	line-height: 35px !important;
	margin: 0 auto;
	clear: both;
	background: #000;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.leermas a {color: #fff;}
.leermas:hover {
	background: #57bfcf;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-footer {
	margin-top: 60px;
	clear: both;
}
.post-share {
	text-align: center;
	border-bottom: 1px solid #d8dddd;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.post-share h3, .post-related h3 {
	background: url(//vintageandchicblog.com/wp-content/themes/vintagechic/img/line-gray.png) repeat-x center;
	text-align: center;
	color: #000000 !important;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
.post-share h3 span, .post-related h3 span {
	background: #fff;
	padding-left: 20px;
	text-align: center;
}
.post-share li {
	display: inline-block;
	margin-left: 3%;
	margin-right: 3%;
}
.post-share li a,
.post-related li h2 {
	color: #b3b3b3;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
.post-share li a:before {
	font-family: "fontello";
  	font-style: normal;
  	font-weight: normal;
	color: #000000;
	margin-right: 5px;
}
.post-share li.twitter a:before { content: '\e801'; font-size: 15px; }
.post-share li.gplus a:before { content: '\e803'; font-size: 15px;}
.post-share li.pinterest a:before { content: '\e804'; font-size: 15px;}
.post-share li.facebook a:before { content: '\e805'; font-size: 15px;}
.post-share li a:hover {
	color: #000000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-share li a:hover:before {
	color: #b3b3b3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-related {
	margin-bottom: 35px;
	height: 100%;
 	position: relative;
  	overflow: hidden;
}
.post-related h3 {margin-bottom: 25px;}
.post-related li {
	width: 32%;
	float: left;
}
.post-related li:nth-child(3) {
	margin-left: 2%;
	margin-right: 2%;
}
.post-related li img {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-related li img:hover {
	opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-related li h2 {
	text-align: center;
	margin-top: 15px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-left: 1px;
}
.post-related li h2:hover {
	color: #000000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.post-tags {
	border-top: 1px solid #d8dddd;
	padding-top: 5px;
	text-align: right;
	color: #b3b3b3;
	
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
.post-tags a {color: #e33037;}

/* Encabezados, citas, recuadros, carrusel, galerías... */

.post-content blockquote, .page-content blockquote {
	padding: 3%;
	border: 1px solid #e33037;
	margin-bottom: 25px;
	
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.post-content blockquote p, .page-content blockquote p {margin-bottom: 0px;}

.post-content h1, .page-content h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
	letter-spacing: 1px;
    color: #000;
	margin-bottom: 15px;
}
.post-content h2, .page-content h2 {
		font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
	letter-spacing: 1px;

	margin-bottom: 15px;
	border-bottom: 1px solid #d8dddd;
}
.post-content h3, .page-content h3 {
		font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
	letter-spacing: 1px;
	
  color: #57bfcf;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8dddd;
}
.post-content h4, .page-content h4 {
	
		font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
	letter-spacing: 1px;
	
	
  color: #b3b3b3;
  margin-bottom: 15px;
}
.post-content h4:before, .page-content h4:before {
	content: "►";
	margin-right: 5px;
	font-family: 'Raleway', sans-serif;
	color: #000000;
	font-size: 10px;
}
.post-content h5, .page-content h5 {
  color: #b3b3b3;
  margin-bottom: 15px;
	
		font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
	letter-spacing: 1px;
}
.post-content h5:before, .page-content h5:before {
	content: "►";
	margin-right: 5px;
	font-family: 'Raleway', sans-serif;
	color: #e33037;
	font-size: 9px;
}
.post-content h6, page-content h6 {
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
}
.post-content ul,
.post-content ol,
.page-content ul,
.page-content ol {margin-bottom: 25px;}
.post-content ul li, .page-content ul li {
	list-style: disc;
	margin-left: 30px;
}
.post-content ol, .page-content ol {
	counter-reset:li; 
	margin-left:0; 
	padding-left:0
}
.post-content ol li, .page-content ol li {
	position:relative;     
	margin:0 0 13px 2em !important; 
	padding:4px 8px !important; 
	list-style:none; 
	*list-style:decimal; 
	font-size: 14px;
}
.post-content ol li:before,
.page-content ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -3em;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	padding: 0 4px 4px 3px !important;
	color: #fff;
	font-size: 10px;
	background: #57bfcf;
	text-align: center;
	margin-left: 15px;
	font-family: 'Montserrat', sans-serif;

}
@media screen and (max-width: 600px) {.post-related h3 {background: none;}}
@media screen and (max-width: 500px) {
	h1.post-title {
		font-size: 15px;
		letter-spacing: 0px;
	}
	.post-header {
		  padding-top: 15px;
  padding-bottom: 15px;
	}
}
@media screen and (max-width: 435px) {
	.post-related li {
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 2%;
	}
}

/* COMENTARIOS -------------------------------------------------------------- */

h3#comments {
	text-align: center;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    letter-spacing: 1px;
}
ol.commentlist {list-style: none;}
article.comment {
	background: #f7f7f7;
	padding: 3%;
	margin-bottom: 25px;
	clear: both;
}
.comment-header {margin-bottom: 30px;}
.autor-comentario {
	float: left;
	color: #e33037;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
}
.autor-comentario a {color: #e33037;}
.fecha-comentario {
	float: left;
	color: #acacac;
	margin-left: 10px;
	margin-top: 2px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.comment-content {
	color: #000000;
	line-height: 28px;
	font-weight: 300;
	text-align: justify;
	font-size: 13px;
}
.comment-content p {margin-bottom: 25px;}
.reply {
	margin-top: 15px;
	text-align: right;
	color: #acacac;
	text-transform: uppercase;
	font-size: 10px;
}
.reply a {color: #acacac;}
.children {
	width: 80%;
	float: right;
	clear: both;
}
.login {
	margin-bottom: 15px;
	color: #c8c8c8;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.login a {color: #color: #000000;}
.login a:hover {text-decoration: underline;}
#respond {
	padding-top: 35px;
	clear: both;
}

/* Formularios */

#respond input, #respond textarea, .page input, .page textarea {
	border: 1px solid #d8dddd;
	padding: 1%;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}
#respond textarea, .page textarea {
	width: 98%;
	height: 120px;
	margin-top: 10px;
}
#respond input#submit, .page input[type=submit] {
	background: #000000;
	border: 1px solid #000000;
	width: 100%;
	color: #fff;
	cursor: pointer;
	padding: 1.5% 2%;
	margin-top: 15px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
#respond input#submit:hover, .page input[type=submit]:hover {
	background: #57bfcf;
	border: 1px solid #57bfcf;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#commentform label, .page label {
	margin-bottom: 5px;
	margin-top: 10px;
	color: #000000;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
#commentform input, .page input {
	margin-bottom: 30px;
	margin-top: 10px;
	width: 98%;
	border: 1px solid #d8dddd;
}
.page form p {margin-bottom: 0px;}

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

.widget, #widget_sp_image-14, #widget_sp_image-23 {margin-bottom: 35px; clear: both;}
#list-2 {padding-top: 35px !important;}
#widget_sp_image-23 {margin-top: 35px;}
.widget_sp_image {margin-bottom: 10px;}
h3.widget-title {
	background: url(//vintageandchicblog.com/wp-content/themes/vintagechic/img/line-gray.png) repeat-x center;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
	color: #000000 !important;
	margin-bottom: 15px;
}
h3.widget-title span {
	background: #f7f7f7;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#text-7 {
	border: 1px solid #e33037;
	padding: 10%;
	text-align: center;
}
#text-7 h3 {
	background: none;
	color: #000000;
	font-size: 20px !important;
}
#text-7 h3 span {padding: 0px;}
#text-7 input {
	border: 1px solid #000000;
	padding: 2%;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13.7px;
	color: #b3b3b3;
}
#text-7 input[type="submit"] {
	border: none;
	background: #57bfcf;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 4%;
	margin-top: 15px !important;
	width: 60%;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#text-7 input[type="submit"]:hover {
	background: #d8dddd;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#text-8 {text-align: center;}
#text-8 h3 {
	background: none;
	margin-bottom: -30px;
	position: relative;
	z-index: 1001;
	font-size: 16px !important;
}
#text-8 h3 span {padding: 5% 8%;}
#text-8 iframe, #text-3 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.ui-accordion-header {
	background: #57bfcf url(//vintageandchicblog.com/wp-content/themes/vintagechic/img/line-white.png) repeat-x center !important;
	color: #fff;
	text-align: center;
	border: none !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	padding: 7% !important;
	outline: none !important;
	
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.ui-accordion-header a {
	color: #fff !important;
	background: #57bfcf ;
	padding-left: 10px;
	padding-right: 10px;
}
.ui-accordion-header-icon {display: none !important;}
.collapsible-item, .widget_link_list {
	border: none !important;
	padding: 0px !important;
	text-align: center;
}
.collapsible-item li, .widget_link_list li {
	border-bottom: 1px solid #d8dddd;
	line-height: 40px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
}
.widget_link_list li {line-height: 35px;}
.collapsible-item li a, .widget_link_list li a {
	color: #000000;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.collapsible-item li a:hover, .widget_link_list li a:hover {
	color: #e33037;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.widget_link_list li:last-child {
	border-bottom: none;
	margin-top: 5px;
}
.widget_link_list li:last-child a {
	background: #e33037;
	color: #fff;
	padding: 8px 12px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.widget_link_list li:last-child a:hover {
	background: #000000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.popularitypostswidget li {
	width: 47% !important;
	float: left;
	margin-bottom: 10px !important;
}
.popularitypostswidget li:nth-child(even) {float: right;}
.popularitypostswidget li img {
	margin-top:-10px !important;
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.popularitypostswidget li img:hover {
	opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.popularitypostswidget li a {
	color: #b3b3b3;
	
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
#text-8 {padding-top: 30px !important;}

@media screen and (max-width: 1100px) {
	.site-header {
		padding-bottom: 50px;
		border: none;
	}
	h3.widget-title {
		background: none;
		border-bottom: 1px solid #d8dddd;
		padding-bottom: 10px;
	}
	#text-8 h3 {border-bottom: 0px !important; padding-bottom: 0px !important;}
	#sidebar {margin-top: 63px;}
	article.post {padding: 25px;}
	#dpe_fp_widget-2 {
	padding: 20px !important;
	padding-top: 15px !important;
}
#dpe_fp_widget-3 {
	padding: 20px !important;
	padding-top: 15px !important;
}
	
}


/* CATEGORÍAS -------------------------------------------------------------- */

.category-title {
	border-bottom: 1px solid #d8dddd;
	line-height: 55px;
  	color: #000000;
  	margin-bottom: 35px;
	text-align: center;
	
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
.archive-category {overflow: hidden;}
.archive-category li:nth-child(odd) {
	width: 48%;
	float: left;
	clear: left;
	margin-bottom: 25px;
}
.archive-category li:nth-child(even) {
	width: 48%;
	float: right;
	margin-bottom: 25px;
}
.archive-category li article {
	padding: 30px;
	text-align: center;
}
.archive-category li img {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.archive-category li img:hover {
	opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.category-post-date {
	color: #e33037;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 3px;
}
h1.category-post-title {
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
	color: #000;

	margin-bottom: 8px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1.category-post-title:hover {
	color: #b3b3b3 !important;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.category-post-summary {line-height: 24px; text-align: justify;}


@media screen and (max-width: 1100px) {.archive-category li {margin-left: 1.9%;}}
@media screen and (max-width: 860px) {
	.archive-category li {
	margin-left: 1.5%;
	width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.archive-category li {
	margin-left: 0%;
	width: 100%;
	}
}


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

footer#site-footer {
	clear: both;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 100px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#dpe_fp_widget-2 {
	padding: 40px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: #fff;
}
#dpe_fp_widget-3 {
	padding: 40px;
	padding-top: 15px;
	background: #fff;
}
#dpe_fp_widget-2 h3.widget-title,
#dpe_fp_widget-3 h3.widget-title {
	background: none !important;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #000000 !important;
    font-size: 12px !important;
}
#dpe_fp_widget-2 h3.widget-title span,
#dpe_fp_widget-3 h3.widget-title span {
	background: #fff;
}
#widget-footer-container, .carrusel-shop, .prensa {display: none;}
.home #widget-footer-container,
.single-post #widget-footer-container,
.home .carrusel-shop,
.single-post .carrusel-shop {display: block;}
.home #widget-footer-container, .single-post #widget-footer-container, .search #widget-footer-container,
.home .carrusel-shop, .single-post .carrusel-shop, .search .carrusel-shop,
.home .prensa, .single-post .prensa, .search .prensa {display: block;}
.widget_dpe_fp_widget ul li {
	width: 31%;
	display: inline-block;
	position: relative;
	height: 100%;
  	overflow: hidden;
}
.widget_dpe_fp_widget ul li:first-child {float: left}
.widget_dpe_fp_widget ul li:last-child {float: right}
.widget_dpe_fp_widget ul li:nth-child(even) {
	margin-left: 2%;
	margin-right: 2%;
}
.widget_dpe_fp_widget ul li .title {
	position: absolute;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 0 10px 0;
	margin: 16% 10% 0% 10%;
	width: 80%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-align: center;
	
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}
.widget_dpe_fp_widget ul li:hover .title {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.widget_dpe_fp_widget ul li img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.widget_dpe_fp_widget ul li:hover img {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#text-10 {
	border-top: 1px solid #d8dddd;
	border-bottom: 1px solid #d8dddd;
	height: 60px;
	line-height: 60px;
	position: relative;
	overflow: hidden;
}
.widget-footer .menu-menu-principal-container {float: left;}
.widget-footer .menu-redes-sociales-container {margin-right: 15px;}
.widget-footer .menu-menu-principal-container a {
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
.widget-footer .menu-menu-principal-container ul li ul {display: none;}
.widget-footer .menu-redes-sociales-container a {color: #000000 !important;}
.prensa {
	width: 1100px;
	margin: 0 auto;
	margin-top: 35px !important;
	text-align: center;
}
.carrusel-shop {
	width: 100%;
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -30px;
}
.copyright {
	color: #b3b3b3;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}
.copyright a {color: #000000;}
.copyright a:hover {text-decoration: underline;}

@media screen and (max-width: 1100px) {
	#text-10 .menu-menu-principal-container {display: none;}
	#text-10 .menu-redes-sociales-container {
		float: none;
		margin: 0px;
	}
	#text-10 .menu-redes-sociales-container ul {text-align: center !important;}
	.prensa {width: 90%;}
	.widget_dpe_fp_widget ul li .title {font-size: 14px; letter-spacing: 0px;}
}
@media screen and (max-width: 868px) {.widget_dpe_fp_widget ul li .title {margin: 10% 10% 0% 10% !important;}}
@media screen and (max-width: 760px) {.widget_dpe_fp_widget ul li .title {font-size: 12px;}}
@media screen and (max-width: 520px) {.widget_dpe_fp_widget ul li .title {font-size: 10px;}}
@media screen and (max-width: 435px) {
	.widget_dpe_fp_widget ul li {
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 2%;
	}
	.widget_dpe_fp_widget ul li .title {
		font-size: 18px;
		margin: 20% 10% 0% 10% !important;
	}
	
}


/* PÁGINAS ESTÁTICAS -------------------------------------------------------------- */

.page #main {
	float: none;
	width: 100%;
}
.page-title {
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-bottom: 1px solid #d8dddd;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-size: 10px;
    letter-spacing: 1px;
}
.page-content {
	background: #fff;
    padding: 40px;
}
.page-content, .page-content p, .page-content div {line-height: 28px;}
.page-content p, .page-content div {margin-bottom: 25px;}


/* PAGINACIÓN -------------------------------------------------------------- */

.pagination {text-align: center;}
.pagination li {
	display: inline !important;
	border: 1px solid #d8dddd;
	padding: 4px 9px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pagination li:hover {border: 1px solid #000000;}
.pagination li a {
	color: #000000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pagination li a:hover {
	color: #57bfcf;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pagination li.active {background: #000000 !important; border: 1px solid #000000 !important;}
.pagination li.active a {color: #fff !important;}


/* OTROS -------------------------------------------------------------- */

#cookie-law-info-bar {
	width: 230px !important;
	left: 10%;
	padding: 10px !important;
  font-weight: normal !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
    background-color: rgba(61, 83, 87, 0.9) !important;
	line-height: 16px !important;
}
.cookie-info {text-align: center; margin-bottom: -10px !important;}
.cookie-info a {color: #fff !important;}
#cookie_action_close_header {
	background: #f7f4f2 !important;
  font-weight: normal !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  border-radius: 0px !important;
  border: none !important;
  width: 70% !important;
  box-shadow: none !important;
    text-shadow: none !important;
  margin: 0 auto !important;
}
.block-left {
	width: 47%;
	float: left;
}
.block-right {
	width: 47%;
	float: right;
}
.gallery ul {text-align: center;}
.gallery img {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: none !important;
}
.gallery img:hover {
	opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear; 
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {background: rgba(256, 256, 256, 0.8) !important;}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {background: none !important;}
.nivo-lightbox-theme-default .nivo-lightbox-prev, .nivo-lightbox-theme-default .nivo-lightbox-prev:hover {
	background: url(//vintageandchicblog.com/wp-content/themes/vintagechic/img/arrow-left.png) no-repeat left !important;
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	border-radius: 0px !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-next, .nivo-lightbox-theme-default .nivo-lightbox-next:hover  {
	background: url(//vintageandchicblog.com/wp-content/themes/vintagechic/img/arrow-right.png) no-repeat right !important;
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	border-radius: 0px !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {display: none !important;}
.anti-spam {
	color: #b3b3b3;
    text-align: justify;
    font-size: 10px;
    line-height: 20px;
}
iframe {
  width: 100%    !important;
}

@media screen and (max-width: 768px) {
	.block-left, .block-right {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
}

#contentCookies, #cookie-law-info-bar {display: none !important;}
#publiTop > div {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #d8dddd;
	border-bottom: 1px solid #d8dddd;
	margin-top: 20px;
	margin-bottom: 20px;
}
#publiTop {max-width:980px}
#logoMiCasa {margin-top: 20px;}
.traductor {
	text-align: right;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.traductor li {
	display: inline-block;
	height: 8px;
	width: auto;
}
.traductor li img {
	width: auto;
    height: 100%;
}
.traductor li:before {
	content: "/";
	margin-left: 5px;
	margin-right: 5px;
}
.traductor li:first-child:before {display: none !important;}
.last-post {
	margin-top: 100px;
	background: #fff;
	padding: 40px;
	position: relative;
	overflow: hidden;
	display: none;
}
.home .last-post {
	display: block;
}
.last-post-left {
	float: left;
	width: 60%;
	clear: left;
}
.last-post-left img {width: 100%; height: auto;}
.last-post-right {
	text-align: center;
	float: right;
	width: 40%;
	padding-top: 30px;
	padding-left: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
	.traductor {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
		    margin-top: 20px;
	}
	.last-post {padding: 30px;}
	.last-post-left,
	.last-post-right {float: none; clear:both; width: 100%; padding-left: 0px;}
	.last-post-right {padding-top: 30px;}
}