/* CSS to fix the Most requested look - START */

.gc-most-requested {
	background-color: #f5f5f5 !important;
}

@media screen and (min-width:992px) {

  .gc-most-requested h2 {
    float: left !important;
  }

  .gc-most-requested ul li {
    display: inline-block !important;
  }

  .gc-most-requested ul {
    column-count: 2 !important;
  }

}

/* CSS to fix the Most requested look - End */
  
  
  
/* Archive Notive Start */
 
#archived-bnr {
	background-color: #fd0;

	p {
		margin: 0;
		text-align: center;
	}

	a {
		color: #000;
		display: block;
		font-weight: 700;
		padding: .75em 44px;
		text-decoration: underline;
	}

	.overlay-close {
		color: #000;
	}
}

/* Archive Notive End */