#content {
	margin-top: 0px;
}

/*
Remove padding on mobile
*/

@media screen and (max-width:768px)
{	
	.container .row .content-area {
		padding:0px;
	}
	
	.site-branding {
		min-width:80vw !important;
		max-width:auto !important;
	}
	
	.site-branding-wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.menu-toggle {
		top: 0px !important;
	}
}

.skip-container {
display: None;
padding: 0.5em 0.5em 0.5em 0;
position: relative;
}

#wrapper {
     margin: 0px;
     padding: 0px;
     border: 0px;
}

#widgets {
	margin-top: 0px;
}

ul.ol1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

.ol1 li.offer_container .bpc_offer_list_content{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.ol1 li.offer_container a.bpc_brand {
	  max-width: 30%;
    min-height: 40px;
    line-height: 40px;
    display: block;
    background: transparent;
	  align-self: flex-start;
	  }

.ol1 li.offer_container div.bpc_short_terms {
    color: #38383a;
    opacity: .6;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}

.entry .entry-content .ol1 a {
    text-decoration: none;
}

.entry .entry-content .ol1 a:visited {
    text-decoration: none;
}

.ol1 li.offer_container a:visited {
    color: #000000;
}

.ol1 li.offer_container a img {
    height: auto;
    flex-shrink: 0;
}

.ol1 li.offer_container
span.desc {
	margin-left: 15px;
	margin-bottom: 10px;
}

.ol1 li.offer_container span.desc .bpc_head {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    display: block;
		color: #888;
	  text-transform: uppercase;
	  font-family: Calibri, sans-serif
}

.ol1 li.offer_container span.desc .bpc_title {
    font-size: 20px;
    font-weight:  700;
    line-height: 28px;
    display: block;
}

.ol1 li.offer_container span.desc .bpc_sub {
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    display: block;
}

.ol1 li.offer_container a.bpc_btn {
    color: #fff;
    background: #E11A23!important;
    font-weight: 700!important;
    padding: 10px 15px;
    transition: all 0.15s ease;
}

@media (max-width: 768px) {
	.ol1 li.offer_container span.action {
		flex: 1 0 100%;
    order: 3;
	}
	.ol1 li.offer_container a.bpc_btn {
		width: 100%;
	}
}

.ol1 li.offer_container a.bpc_btn:visited {
    color: #fff;
}

.ol1 li.offer_container .action .bpc_btn {
    min-width: 180px;
    height: 42px;
    line-height: 35px;
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    white-space: nowrap;
	  margin-bottom: 10px;
}

.ol1 li:hover {
    border: 1px solid #000000;
}

.ol1 li.paddy-power {
    border: 1px solid #13523D;
}

/*
This sets sig terms to always display for brands that request it
*/

.ol1 li.bet365 div.terms_roll {
    max-height: none;
}

.ol1 li.william-hill div.terms_roll {
    max-height: none;
}

.ol1 li.leovegas div.terms_roll {
    max-height: none;
}


/* Code to handle display of expired offers */
.ol1 li.expired{
 background-color: #eeeeee !important;
}

.ol1 li.expired a.bpc_btn{
 background-color: grey !important;
}

.ol1 li.expired a.bpc_btn {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.ol1 li.expired a.bpc_btn::after {
  content: "Expired";
  text-indent: 0;
  display: block;
  line-height: initial; 
}

/* code to hide next post / previous post nav - decided to use this rather than messy PHP fix
   if google can still see the links its fine  */
 
	.navigation {
	display: none;
	}

