/**
 * Theme Name:     news room post
 * Author:         ketan bansal
 * Template:       twentytwentyfive
 * Text Domain:	   news-room-post
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 * Version:        1.1
 */
 
.nav-y a:hover{
	 color:#ed3237;
}
.advt-728-90{
	min-width: 728px; min-height: 90px;
	 /* width: 728px; height: 90px; */
}
.advt-300-250{
	min-width: 300px; min-height: 250px;
	 /* width: 300px;height: 250px; */
}
.advt-block {
  background: #ccc;
  margin:15px auto;
}
.advt-block-home{
   margin:15px auto;
}
.hide-desktop {
  display: block !important;
}

.hide-mobile {
  display: none !important;
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }

  .hide-mobile {
    display: block !important;
  }
}

/* Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Styles for small devices */
}

/* Medium devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for tablets */
}

/* Large devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for small desktops/laptops */
}

/* Extra large devices (992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  	.uc-navbar-center {
	  top: 50%;
	  left: 15%;
	}
	.uc-center-navbar.panel.hstack.z-2.min-h-48px.d-none.lg\:d-flex.uc-navbar {
	  background: #ed3237;
	  color: #fff;
	  font-weight: bold;
	  text-transform: uppercase;
	}
}

/* Extra extra large devices (1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  	.uc-navbar-center {
	  top: 50%;
	  left: 40%;
	}
	.header-advt{
		margin-left: 20px;
	}
	.uc-center-navbar.panel.hstack.z-2.min-h-48px.d-none.lg\:d-flex.uc-navbar {
	  background: #ed3237;
	  color: #fff;
	  font-weight: bold;
	  text-transform: uppercase;
	}
}

/* Super wide screens (1400px and up) */
@media (min-width: 1400px) {
  	.uc-navbar-center {
	  top: 50%;
	  left: 15%;
	}
	.uc-center-navbar.panel.hstack.z-2.min-h-48px.d-none.lg\:d-flex.uc-navbar {
	  background: #ed3237;
	  color: #fff;
	  font-weight: bold;
	  text-transform: uppercase;
	}
}

.uc-pageloader {
	display:none !important;
}


