/*
Theme Name: Newsup Boxeo
Template: newsup
Author: Jorge
Description: Tema hijo de Newsup para el sitio de boxeo
Version: 1.0
*/

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

.site-branding-text {
    display: none;
}

.top-content-single-widgets {
    margin-bottom: 20px;
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.link-youtube {
	display: flex;
    height: 49px;
    justify-content: center;
    align-items: center;
	background: #d72924;
	font-weight: bolder;
}

.link-youtube a {
	color: #fff;
	padding: 0 10px;
}

.link-youtube a:hover {
	text-decoration: none;
}

.link-youtube i {
	margin-right: 5px;
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    white-space: normal !important;
    min-width: 350px;
}

#block-4 {
	background: #000;
}

.mg-sidebar .wp-block-social-links .wp-social-link:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px){
	.mg-nav-widget-area-back {
		background-image: none !important;
		background: #222 !important;
	}
}