@charset "UTF-8";
/***************************************
	Theme Name: Blog de SEO SEM PPC MARKETING
	Theme URI: http://themes.tielabs.com/sahifa/
	Description: A Premium Wordpress News Theme
	Author: TieLabs
	Author URI: http://tielabs.com/
	Version: 5.5.1
	License: license purchased
	License URI: http://themeforest.net/licenses/regular_extended
    Template: sahifa
	Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
    Text Domain: seo-sem-ppc-marketing-internet-blog
***************************************/

@import url("../sahifa/style.css");

/* =Theme customization starts here */

/* Images without borders */
img.centered,
img.aligncenter {
	border-style:none;
}
img.alignright {
	border-style:none;
}
img.alignleft {
	border-style:none;
}

/* Footer styling */
.footer-bottom{padding-top:10px;}
.footer-centered {
	text-align: center ; 
	display: block;
	margin: 0px auto;
	line-height: 11px;
	font-size: 11px;
	color: #666666;
	padding-top:25px;
	padding-bottom:10px;
}
.footer-blog-apasionados {
	line-height: 17px;
	font-size: 14px;
}

.comentario_pie
{
  margin: 5px 0px 5px 0px;
  padding:5px 35px 5px 35px;
  color:#999999;
  font-size:14px;
  letter-spacing: 0px;
  line-height: 100%;
  text-align: justify;
}

/* Portada blog - publicaciones recientes */
.recent-box .item-list {
	padding-top: 15px;
	min-height: 230px;
}

/* Entradas de blog */
.commentlist .bypostauthor {
	background-color:#f4f4f4;
}
.entry h2 {
	font-size: 24px;
	color: #0095EB;
}
.entry h3 {
	font-size: 20px;
	color: #37b8eb;
}
.entry a {
	text-decoration:underline;
}
.entry a:hover {
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

/* Columnas para página de error 404 */
.sitemap-col-2x {float: left;margin: 0 2% 10px 0;	width: 46%;}
.sitemap-col-2x h2 {font-family: Georgia, serif;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;margin-bottom: -3px;}
.sitemap-col-2x ul {padding-left: 0px;margin-left: 0;}
.sitemap-col-2x ul li a {padding: 4px 0px 4px ;display:inline-block;	}

/* Resaltar título del widget para darse de alta en rojo */
.widget-feedburner h4 {
	color:#FF0000;
}

/* Quitar el espacio entre el texto de apasionados y la suscripción */
#text-html-widget-4, #text-html-widget-6 {
	margin-bottom: 0px;
}

/* Personalizar el aspecto de Better Click To Tweet */
.bctt-ctt-text a {
    padding: 15px 0px;
}
.bctt-click-to-tweet {
    border: 1px solid #FF0000;
}
#comments .comment .comment-content .comment-awaiting-moderation {
    color: red;
    font-weight: bold;
}
#commentform label {
    display: inline;
}
.arqam-lite-widget-counter .arq-lite-rss span {
    font-size: 15px;
}
#featured-posts .featured-post-inner .featured-title, #featured-posts .featured-post-inner:hover .featured-title {bottom: -20px;}
@media only screen and (max-width: 730px){
	#featured-posts .featured-post-inner .featured-title, #featured-posts .featured-post-inner:hover .featured-title {bottom: 0px;}
}
@media only screen and (max-width: 500px){
	#featured-posts .featured-post-inner .featured-title h2 {font-size: 15px;}
}

/* Añadido para personalizar aspecto plugin SHARED COUNTS (https://wordpress.org/plugins/shared-counts/) 16/abril/2018 */
.shared_counts_sahifa { float: left; }
.shared-counts-wrap { margin-bottom: 0px !important; }

/* Añadido para personalizar BLOCKQUOTE y problemas con listas con UL / LI 15/octubre/2018 */
.entry blockquote { /* ANTERIOR */
	padding: 0 10px 0 60px;
	background-color:#EEE;
	text-align:justify;
}
.entry blockquote { /* ANTERIOR */
	background-color: inherit;
}
.entry blockquote p { /* ANTERIOR */
	font-size:inherit;
	line-height: inherit;
}

.entry blockquote p {
	padding: 0 0;
    border: none;
    border-width: unset;
}
.entry blockquote {
    padding: 0 20px 0 20px;
    text-align: justify;
    color: #999;
    margin-left: 40px;
    padding: 0 18px;
    font-family: "Georgia";
    font-style: italic;
    border: 4px solid #FF0000;
    border-width: 0 0 0 4px;	
}

/* Añadido para mostrar el código inline como código */
code {
    display: inline;
}
