/**
Theme Name: impossible SEO
Author: impossible SEO
Author URI: https://impossibleseo.com
Description: A digital agency helping businesses get results through links, content and artificial intelligence. 100% remote.
Version: 2021.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: impossible-seo
Template: astra
*/


#primary {
    margin: 1.5em 0;
}
.ast-single-post h1.entry-title {
	text-align:center;
	font-weight:800;
	font-size:60px;
}
.site-footer .footer-primary-navigation a, .entry-content a:hover {
	text-decoration:underline;
}
.lwptoc_items {
	padding-left:2em;
}
.we-speak-marketing {
	padding:0 2em 0 2em;
}
@media (max-width: 600px) {
	.we-speak-marketing {
		padding:0 0.5em 0 0.5em;
	}
	.we-speak-marketing ul {
		margin-left:2em;
	}
}

/* Cambio del icono de las enumeraciones de la home por el imagotipo de impossibleSEO */
.home ul, .we-speak-marketing ul {
	list-style: none;
}
.home ul li::before, .footer-primary-navigation ul li::before, .we-speak-marketing ul li::before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 24px;
  margin-left: -1.5em;
  background-image: url(/wp-content/uploads/brain-marketing.png); /* Fallback PNG */
  background-image: url(/wp-content/uploads/brain-marketing.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right:0.5em;   
}

/* Arreglo cerebros del menú del footer */
.footer-primary-navigation ul li:before { margin-left:1.5em; margin-right:0em; }
@media (min-width: 769px) {
	.site-footer .footer-primary-navigation ul li:first-child a {
		padding-left:0.5em;
	}
}