/*new theme chages css*/

.top_notify{
 background: url('../img/backgrounds/headertop.jpeg');
 width: 100%;
 height: 100px;
 margin-top: -26px;
 background-repeat: no-repeat;
 background-position: center top;
 background-color: #CF4520;
 margin-bottom: 10px;
}
.fixed .top_notify{
background: url('../img/backgrounds/headerfixed.jpeg');
width: 100%;
height: 50px;
margin-top: -14px;
background-repeat: no-repeat !important;
background-position: center top;
background-color: #CF4520;
margin-bottom: 10px;
}
#cookie-bar
{
    position: fixed;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    line-height: 1.2em;
    text-align: center;
    z-index: 9999;
}
#cookie-bar a{
color: #1779ba
}
.cb-enable,.cb-disable,.cb-policy
{
	background: #fff;
	color: #000!important;
	border: none;
	border-radius: 5px;
	padding: 2px 10px;
	margin: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
   font-weight: bold;
   line-height: 2em;
   text-decoration: none;
   white-space: nowrap;
}
#gdpr-cookie-message ul li{
list-style: none;
}
@media screen and (max-width: 600px) and (min-width: 320px){
.top_notify{
	margin-top: -12px!important;
	background-size: 100% auto;
	height: 20px;
	}
.fixed .top_notify{
	margin-top: -2px!important;
	background: url('../img/backgrounds/headertop.jpeg');
	background-size: 100% auto;
	}
.vday
{
padding-top: 40px;
background: #F07691;
}
.vday-menu img
{
width: 100%;
}		
.tailgate
{
padding-top: 90px;
background: orangered;
}
.tailgate-content
{
padding: 0px 10px 90px 10px!important;
margin: 0px;
font-size: 14px;
}	
}
