 /*
   Theme Name: Nuevo Mundo 2022
   Theme URI: https://www.nuevo-mundo.mx/
   Description: This is a custom child theme I have created.
   Author: Jl Simon
   URI: https://themegrill.com/themes/colormag/
   Template: colormag
   Version: 0.1 
   */

.comments, 
.widget_featured_slider .slide-content .below-entry-meta .byline{display:none !important;}
.widget_featured_slider .slide-content {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.1)),to(rgba(0,0,0,1))) !important;
    background: linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,1)) !important;
}
.widget_highlighted_posts .article-content{
	background: -webkit-gradient(linear,left bottom,left bottom,from(rgba(0,0,0,0.1)),to(rgba(0,0,0,0.8))) !important;
    background: linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.90)) !important;
}

   .news-bar,
#header-text-nav-container {
  background: rgb(0,102,236);
background: radial-gradient(circle, rgba(0,102,236,1) 50%, rgba(0,28,187,1) 100%);
}
#site-navigation{background-color: #002393;}
.date-in-header,
#site-title a, #site-description,
.social-links .fa{color:#fff !important; text-shadow:2px 2px 2px #003170;}
#site-title {padding-top:2px;}
#site-title a {font-size: 32px; }
#site-description{font-style: italic; margin-bottom:0px !important; margin-top:2px;font-size: 17px;}

#header-text-nav-wrap {
    padding: 5px 0 12px;
}
.main-small-navigation li a {
    color: #fff;
}
.main-small-navigation li {
    background-color: #002393;
       color: #fff;
}

.footer-widgets-wrapper,
.footer-socket-wrapper{
	background: rgb(0,31,175);
background: linear-gradient(90deg, rgba(0,31,175,0.8239670868347339) 15%, rgba(0,56,196,1) 70%, rgba(0,104,237,1) 90%);
}

@media screen and (max-width: 800px){
	#header-text{ margin-left:10px; text-align:left;}

}
@media screen and (max-width: 480px){
	#site-title a {font-size: 28px !important; }
	#header-text{text-align:center;}
}
@media screen and (max-width: 440px){
	#header-text h1{font-size: 24px !important; }
	#site-title a {font-size: 24px !important; }
	#site-description,
	#google_language_translator{display:none;}
}