/*
Theme Name: Tribune Child
Theme URI: https://www.wpzoom.com/themes/tribune
Template: tribune
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

@media screen and (max-width: 640px) {
    #header-inner .navbar-brand .w-20 {
        display: none;
    }
}

.widget:has(.textwidget:empty) {
    display: none !important;
}


@media screen and (max-width: 1000px) {
	#uw-header-custom-login-box {
		width: 75%;
    	margin-left: auto;
	}
}
@media screen and (min-width: 1000px) {
	#uw-header-custom-login-box {
		width: 50%;
	}
}