/* ESTILOS PERSONALES */
.sticky-header {
	padding-top: 5px;
	height: 70px;
}

/* FOOTER */
footer .custom-logo-wrap a::after {
	content: "";
	position: absolute;
	margin-left: -130px;
	background-color: #ffffff;
	width: 300px;
	height: 120px;
	background-color: #1A1A1A;
	background-image: url('https://edomexahora.com/wp-content/uploads/2021/05/logo-edomex-ahora-blanco-780x360-1.jpg');
	background-size: cover;
}

/* MENÚ FIJO MÓVIL*/
@media all and (max-width:1920px) and (min-width:1060px) {
	.sticky-header .custom-logo-wrap .custom-logo-link img {
		margin-top: -12px;
		max-width: 175px;
		max-height: 79px;
	}
	
	#site-branding {
		padding: 10px 0 0;
	}
}

@media all and (max-width:1059px) and (min-width:781px) {
	body  div.featured-content {
		margin-top: 75px;
	}
	
	#site-branding {
		width: 100%;
		position: fixed;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.custom-logo-wrap a.custom-logo-link img {
		max-width: 155px;
		max-height: 100%;
	}
	
	.custom-logo-wrap {
		text-align: center;
	}
	
	footer .custom-logo-wrap a::after {
		width: 250px;
		height: 110px;
		margin-left: -160px;
	}
	
	.featured-slider .entry-header h2.entry-title a {
		color: #fff;
		font-size: 2.2em !important;
	}
	
	.has-thumb.big-thumb .entry-header h1.entry-title {
		font-size: 2.5rem !important;
	}/*
			.custom-logo-link::after {
				content: "";
				position: absolute;
				top: 3px;
				margin-left: -150px;
				background-color: #ffffff;
				width: 170px;
				height: 60px;
				background-image: url('https://edomexahora.com/wp-content/uploads/2021/05/logo-edomex-ahora-noticias1-780x360-1.png');
				background-size: cover;
			}*/
	
}

@media all and (max-width:780px) and (min-width:320px) {
	body  div.featured-content {
		margin-top: 75px;
	}
	
	#site-branding {
		width: 100%;
		position: fixed;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.custom-logo-wrap a.custom-logo-link img {
		max-width: 155px;
		max-height: 100%;
	}
	
	.custom-logo-wrap {
		text-align: center;
	}
	
	.singlepost-wrap {
		margin-top: 75px;
	}
	
	footer .custom-logo-wrap a::after {
		width: 250px;
		height: 110px;
		margin-left: -160px;
	}
	
	#front-section-fourcolumn .all-posts-link {
		margin-top: 20px;
	}
	
	.featured-slider .entry-header h2.entry-title a {
		color: #fff;
		font-size: 1.5rem;
	}
	
	.has-thumb.big-thumb .entry-header h1.entry-title {
		font-size: 1.55rem;
	}
}

/* COLORES */
.entry-content a, .comment-text a, #desktop-navigation ul li a:hover, .featured-slider button.slick-arrow:hover:after, .front-section a.all-posts-link:hover, #overlay-close:hover, .widget-area .widget ul li a:hover, #sidebar-offcanvas .widget a:hover, .textwidget a:hover, #overlay-nav a:hover, .author-links a:hover, .single-post .post-navigation a:hover, .single-attachment .post-navigation a:hover, .author-bio a, .single-post .hentry .entry-meta a:hover, .entry-header a:hover, .entry-header h2.entry-title a:hover, .blog .entry-meta a:hover, a.more-link:hover, .pagination .nav-links a:hover {
	color: #003399;
}

.slick-slider .entry-header h2.entry-title a:hover {
	color: #ffffff;
}

.featured-slider .entry-cats a, .section-one-column-one .entry-cats a, .section-three-column-one .entry-cats a, #front-section-four .entry-cats a, .single-post .entry-cats a, .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, #desktop-navigation .sub-menu li a:hover, #desktop-navigation .children li a:hover, #secondary .widget_blog_subscription input[type=submit], .footer-widgetarea .widget_blog_subscription input[type=submit], #sidebar-offcanvas .widget_blog_subscription input[type=submit] {
	background: #003399;
}

.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, .featured-slider .entry-cats a:hover, .section-one-column-one .entry-cats a:hover, .section-three-column-one .entry-cats a:hover, #front-section-four .entry-cats a:hover, .single-post .entry-cats a:hover, .footer-feature-btn:hover, #secondary .widget_blog_subscription input[type=submit]:hover, .footer-widgetarea .widget_blog_subscription input[type=submit]:hover, #sidebar-offcanvas .widget_blog_subscription input[type=submit]:hover, .footer-widgetarea .widget_search input[type=submit]:hover, input[type=submit]:hover, input#submit:hover, #primary #infinite-handle span:hover, #front-section-three a.all-posts-link:hover, .desktop-search input[type=submit]:hover, .wp-block-search .wp-block-search__button:hover, #offcanvas-widgets-open:hover, .offcanvas-widgets-show #offcanvas-widgets-open, .contact-submit button:hover, button:hover {
	background: #2B55AA;
	color: #fff;
}