/* CSS personalizados para FELIZSINGLUTEN.COM */

/* Títulos GRID */
.archive .teaser h2,
.archive .teaser h2 a,
.search .teaser h2,
.search .teaser h2 a,
.tag .teaser h2,
.tag .teaser h2 a {
	font-size: 23px;
	text-align: center;
	padding-bottom: 0px;
	font-weight: 300;
}

/* Formato GRID */
a.alignleft, img.alignleft, .wp-caption.alignleft .teaser {
	margin-top: 10px;
  	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: px solid #f8f8f8;
}
  
/* Títulos Blog Inicio */
.entry-title a, .sidebar .widget-title a {
	color: #2b1b1e;
	font-weight: 300;
  	font-size:30px;
 	position: relative;
}
/* Títulos Blog */
.entry-title {
  	padding-top:10px;
	font-size: 30px;
	line-height: 1;
	font-weight:300;
	color: #2b1b1e;
	text-transform: uppercase;
	Text-align:left;
}
/* Títulos Widgets sidebar */
.sidebar .widget-title a {
	color: #222;
	font-weight: 300;
  
/* Títulos Post */
  .entry-comments-link {
    display:inline;
}
.entry-author-name {
	display: none;
}

/* Alinear imágenes */

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*Imágenes miniatura*/
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0px 24px 24px 0;
}

.site-header .wrap {
border-bottom: 0px solid #222;
padding: 30px 0;
}

.widget-buscar {
color: red;
font-family: times New Roman;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}

/* Pinterest "Pin It" Button Public CSS */

/* Styles for the Pin It Button wrapper DIV */
div.pin-it-btn-wrapper,
div.pin-it-btn-wrapper-shortcode,
div.pin-it-btn-wrapper-widget {
}

div.pin-it-btn-wrapper {
    padding-bottom: 1px;
	position: relative;
	clear: both;
}

div.pin-it-btn-wrapper a,
div.pin-it-btn-wrapper a:hover,
div.pin-it-btn-wrapper-shortcode a,
div.pin-it-btn-wrapper-shortcode a:hover,
div.pin-it-btn-wrapper-widget a,
div.pin-it-btn-wrapper-widget a:hover {
	background: none;
	border: 0;
	text-decoration: none;
	width: auto;
	margin: 0;
	max-width: none;
	padding: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Latest "clearfix" utility class from Bootstrap 3 */
.pib-clearfix:before,
.pib-clearfix:after {
	display: table;
	content: " ";
}

.pib-clearfix:after {
	clear: both;
}

/* Align left/right/center options */
.pib-align-left {
	text-align: left;
}

.pib-align-right {
	text-align: right;
}

.pib-align-center {
	text-align: center;
}

