@charset "UTF-8";
/*
   Theme Name: Cosetes de Marta
   Theme URI: http://photonica.es
   Description: Photonica
   Author: Photonica
   Author URI: www.photonica.es
   Version: 1.0
*/

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

@import url(http://cosetesdemarta.com/wp-content/themes/cosetes/css/responsive.css);

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

@font-face {
	font-family: 'ShowcaseSansMini';
	src: url('http://cosetesdemarta.com/wp-content/themes/cosetes/fonts/ShowcaseSansMini.eot?') format('eot'), 
	     url('http://cosetesdemarta.com/wp-content/themes/cosetes/fonts/ShowcaseSansMini.otf')  format('opentype'),
	     url('http://cosetesdemarta.com/wp-content/themes/cosetes/fonts/ShowcaseSansMini.woff') format('woff'), 
	     url('http://cosetesdemarta.com/wp-content/themes/cosetes/fonts/ShowcaseSansMini.ttf')  format('truetype'),
	     url('http://cosetesdemarta.com/wp-content/themes/cosetes/fonts/ShowcaseSansMini.svg#ShowcaseSansMini') format('svg');
}

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

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #717171;
	font-size: 14px;
}
a {
	color: #80CEC8;
	text-decoration: none;
}
a:visted {color: #80CEC8;}
a:hover {color: #b8dad9;}
ul, li {list-style: none;}
a, input, button, textarea, form {outline: none;}

/* Imágenes */

img {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Subencabezados */

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


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

#wrapper {
	width: 1024px;
	margin: 0 auto;
	margin-top: 50px;
}
#main {
	width: 68%;
	float: left;
}
#sidebar {
	width: 25%;
	float: right;
}

/* Footer */

footer#copyright {
	clear: both;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 100px;
	color: #b3b3b3;
	text-transform: uppercase;
	font-size: 10px;
}
footer#copyright a {color: #b3b3b3;}
footer#copyright a:hover {text-decoration: underline;}


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

.site-header {margin-bottom: 60px;}
#logo {text-align: center;}
#logo img {
	z-index: 1000000000000;
	position: relative;
}

/* Menú */

.menu-menu-principal-container {
	width: 100%;
	margin-top: -140px;
	font-family: 'ShowcaseSansMini';
	font-size: 26px;
}
#menu-item-6:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-inicio.png) no-repeat top;}
#menu-item-3709:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-corona.png) no-repeat top;}
#menu-item-5875:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-fiestas.png) no-repeat top;}
#menu-item-3710:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-canastillas.png) no-repeat top;}
#menu-item-3711 {margin-left: 360px;}
#menu-item-3711:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-harrods.png) no-repeat top;}
#menu-item-3712:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-capazos.png) no-repeat top;}
#menu-item-3713:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-ratoncito.png) no-repeat top;}
#menu-item-18:hover {background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/hover-comprar.png) no-repeat top;}

.toggleMenu {display:  none;}
.nav {
    list-style: none;
     *zoom: 1;
	 line-height: 30px;
	 text-align: left;
}
.nav ul {
    list-style: none;
    width: 9em;
	text-align: center;
}
.nav a {
    padding: 30px 8px;
    /* color:#b3b3b3; */
	color: #F175A6;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#menu-item-3711 a, #menu-item-3712 a, #menu-item-3713 a, #menu-item-18 a {padding: 30px 3.8px;}
.nav li:last-child a {padding-right: 0px;}
.nav a:hover {
    color:#757575;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav li {position: relative;}
.nav > li {display: inline-block; /* float: left */}
/*.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}*/
.nav > li > a {display: block;}
.nav li  ul {
    position: absolute;
    left: -9999px;
	text-align: center;
}
.nav > li.hover > ul {left: 0;}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
	background-color: rgba(254, 211, 166, 0.4);
    position: relative;
    z-index:100;
	padding: 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav li li a:hover {
    background-color: rgba(175, 237, 226, 0.4);
	color: #b3b3b3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav li li a:after {
	content: "" !important;
	padding-left: 0px !important;
}
/* .nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
*/


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

.post {
	height: 100%;
  	clear: both;
 	overflow: hidden;
  	position: relative;
	margin-bottom: 100px;
}
.entry-header {
	clear: both;
	margin-bottom: 35px;
	overflow: hidden;
	font-family: 'ShowcaseSansMini';
	height: 67px;
}
.fecha {
	width: 10%;
	height: 67px;
	float: left;
	text-align: center;
	line-height: 16px !important;
	background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/bg-date.png) no-repeat bottom center;
}
.fecha-day {color: #F175A6; font-size: 40px; letter-spacing: 5px; margin-bottom: 3px;}
.fecha-month {color: #FFCF5D; font-size: 28px; letter-spacing: 1px;}
.fecha-year {color: #80CEC8; font-size: 28px;}

.entry-content {line-height: 1.714285714;}
.entry-title {
	width: 88%;
	float: right;
	text-align: left;
	padding-top: 30px;
	font-size: 40px;
	letter-spacing: 1px;
	color: #757575;
}
.entry-title a {
	color: #80CEC8;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.entry-title a:hover {
	color: #757575;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.entry-content p {
	margin: 0 0 14px;
	line-height: 1.5;
}
.leer-mas {text-align: right;}

.entry-footer {padding-top: 35px;}
.single-post .entry-footer {padding-top: 100px;}
.compartir {
	clear: both;
	overflow: hidden;
	text-align: center;
	min-height: 60px;
}
.compartir li {
	width: 20%;
 	margin-right: 0.1%;
  	margin-left: 0.1%;
	padding: 0.3% 2%;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.compartir a {
	color: #ccc;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.compartir img {vertical-align: middle;}
.compartir span {}


.footer-left {
	float: left;
	width: 34%;
	text-align: center;
	border-right: 1px solid #FFCF5D;
	margin-right: 1%;
	line-height: 22px;
	margin-bottom: 35px;
}
.footer-right {
	float: right;
	width: 57%;
	padding: 3%;
	background: #e2f3f2;
	margin-left: 1%;
	text-align: center;
	color: #F175A6;
	text-transform: uppercase;
	font-family: 'ShowcaseSansMini';
	font-size: 22px;
	letter-spacing: 2px;
}

.footer-left a, .footer-right a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.comments-link a {color: #F175A6;}
.comments-link a:hover {color: #ee93bb;}
.etiquetas a {color: #FFCF5D;}
.etiquetas a:hover {color: #edd78a;}

.footer-right input {
	padding: 2%;
	background: #fff;
	border: 1px solid #e2c562;
	color: #ccc;
	font-family: 'Muli', sans-serif;
}

.relacionadas {
	clear: both !important;
	overflow: hidden;
	text-align: center;
	display: none;
}
.single-post .relacionadas {display: block !important;}
.miniaturarelacionada {
	width: 18%;
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	margin-right: 1%;
}
.relacionadas a {
	color: #b3b3b3;
 	text-transform: uppercase;
 	font-size: 10px;
}
.relacionadas img {
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	max-width: 100%;
	height: auto;
}
.relacionadas img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.entry-content blockquote {background: #e2f3f2; padding: 3%;}
.entry-content blockquote p {margin-bottom: 0px !important}


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

.comments-container textarea, .comments-container input {border: 1px dotted #000 !important;}
img.avatar {border-radius: 1000px;}
h3#comments {display: none;}

.commentlist {
	background: #fbf1f4;
	padding: 40px;
}
.commentlist li {
	list-style: none;
	background: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
} 
.comment-author {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFCF5D;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	vertical-align: top !important;
	font-family: 'ShowcaseSansMini';
	font-style: normal !important;
}
.comment-author a {
	color: #FFCF5D;
	font-style: normal !important;
}
.comment-meta {display: none;}
.reply {
	margin-top: 15px;
	margin-bottom: 15px;
  text-align: right;
}
.says {display: none;}
#commentform {margin-top: 40px;}
.reply a {
	font-size: 18px;
	letter-spacing: 1px;
	color: #717171;
	text-decoration: none;
	font-family: 'ShowcaseSansMini';
}
.reply a:hover {text-decoration: underline;}
.children li .comment-body {
	border: 1px dotted #ccc;
	padding: 20px;
}
.children .comment-author, .children .comment-author a {color: #80CEC8 !important; font-style: normal !important;}
.children li {border: none !important; padding: 0px !important;}

#respond h3 {display: none;}
#respond input, #respond textarea {
	width: 98%;
  border: 1px dotted #ccc;
  margin-top: 15px;
  padding: 1%;
}
#respond input[type="submit"] {
	padding: 12px;
	text-align: center;
	background: #FFCF5D;
	botder: none !important;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
	outline: none !important;
	cursor: pointer;
	font-family: 'ShowcaseSansMini';
	font-size: 22px;
	letter-spacxing: 1px;
}


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

.widget {
	margin-bottom: 35px;
	line-height: 1.714285714;
	font-size: 13px;
	clear: both;
}

h3.widget-title {
	position: relative;
	background: #FFCF5D;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'ShowcaseSansMini';
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}
h3.widget-title:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224, 193, 81, 0);
	border-right-color: #FFCF5D;
	border-width: 19px;
	margin-top: -18px;
}

#text-2 {
	text-align: center;
	background: #e2f3f2;
	padding: 8%;
}
#text-2 h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #F175A6;
	font-size: 30px;
	font-family: 'ShowcaseSansMini';
	line-height: 18px;
	margin-bottom: 0px !important;
}
#text-2 a {color: #717171; font-size: 13px;}

#menu-redes-sociales {
	text-align: center;
	background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/bg-social.png) no-repeat center top;
	padding-top: 50px;
}
#menu-redes-sociales li {
	display: inline-block;
	margin-right: 1.2%;
	margin-left: 1.2%;
}

#text-3 {
	text-align: center;
	background: #F175A6;
	padding: 8%;
	color: #FFCF5D;
}
#text-3 h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 30px;
	font-family: 'ShowcaseSansMini';
	line-height: 18px;
}
#text-3 input {
	border: none !important;
	padding: 2%;
	background: #fff;
	color: #ccc;
	font-family: 'Muli', sans-serif;
	margin-top: 10px;
}

#text-4 {padding-bottom: 30px;}
#text-4 label {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #F175A6;
	font-size: 30px;
	font-family: 'ShowcaseSansMini';
	line-height: 18px;
	margin-right: 3%;
	width: 30%;
	float: left;
}
#text-4 input {
	padding: 1%;
	border: 1px solid #FFCF5D;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #717171;
	font-size: 14px;
	width: 63%;
  	float: left;
}
#text-5 {text-align: center;}
#text-5 li {
	width: 49%;
	float: left;
	margin-top: 2%;
	height: 180px;
}
#text-5 a {text-transform: uppercase; color: #b3b3b3;}
#text-5 .textwidget h3 {font-size: 11px; text-align: center;}
#text-5 li:first-child {margin-right: 2%;}
#text-5 li:nth-child(3) {margin-right: 2%;}
#text-5 li:last-child {margin-left: 2%;}
#text-5 img {
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
} 
#text-5 img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#text-6 {
	text-align: center;
	padding-top: 30px;
}
#text-6 h3.widget-title {
	position: relative;
	background: #bee7e5;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'ShowcaseSansMini';
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}
#text-6 h3.widget-title:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(190, 231, 229, 0);
	border-right-color: #bee7e5;
	border-width: 19px;
	margin-top: -18px;
}
#text-7 {
	text-align: center;
	padding-top: 30px;
}
#text-7 h3.widget-title {
	position: relative;
	background: #F175A6;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'ShowcaseSansMini';
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}
#text-7 h3.widget-title:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(233, 102, 159, 0);
	border-right-color: #F175A6;
	border-width: 19px;
	margin-top: -18px;
}

.csl-tag-cloud h3 {
	background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/bg-tags.png) center no-repeat !important;
	width: 100%;
  	height: 80px;
}
.csl-tag-cloud h3:after {display: none !important;}
#collapsiblelist-2 {margin-bottom: 25px !important;}
.csl-tag-cloud a {
	font-size: 14px !important;
	display: list-item !important;
	text-transform: uppercase;
}

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

.pagination {text-align: center;}
.pagination li {
  display: inline;
  border: 1px solid #FFCF5D;
  padding: 3px 8px;
  border-radius: 180px;
}
.pagination li a {color: #F175A6;}
.pagination li.active {background: #e2f3f2 !important; border: 1px solid #e2f3f2 !important;}
.pagination li.active a {color: 80CEC8 !important;}

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

#IrArriba {
position: fixed;
bottom: 30px;
right: 20px;
}
#IrArriba span {
width: 44px;
height: 44px;
display: block;
background: url(http://cosetesdemarta.com/wp-content/themes/cosetes/img/up.png) no-repeat center center;
}

.page .fecha, .page .entry-footer, page .nocomments {display: none;}
.page .entry-title {width: 100% !important; text-align: center !important;}
.page .nocomments {display: none;}

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


