/*
 Theme Name:   blankslate-child
 Theme URI:    http://example.com/blankslate-child/
 Description:  Blankslate Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  blankslate-child
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{padding:0;border:0;margin:0;vertical-align:baseline;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #fbfcfe;
	color: #08141d;
	font-family: "Roboto", sans-serif;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
a {
	text-decoration: none;
	color:inherit;
	font-family: inherit;
	font-size: inherit;
}
li {
	list-style: none;
}
.clear {
	clear:both;
}
.container {
	width: 1280px;
	margin: 0 auto;
	padding: 0 64px;
	position: relative;
}
.container a {
	text-decoration: underline;
}	
section.entry-content a:hover{
	text-decoration: none;
}
section.entry-content img {
	height: auto;
}
h1, h2, h3, h4, .orange-button a, .blue-button a, header#header section.top-header, nav.main-menu ul li, nav.footer-menu ul li {
	font-family: "Poppins", sans-serif;
}
h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}
h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	
}
.subheading {
	font-size: 20px;
	line-height: 26px;
	opacity: 0.8;
}
p {
	font-size: 16px;
	line-height: 28px;
}
img, iframe {
	max-width: 100%;
}
div.wp-caption {
	opacity: 1 !important;
	max-width: 100%;
}
.clear-after:after {
	clear: both;
	display: block;
	content: "";
}
.orange-button {
	text-align: center;
	border-radius: 4px;
}
.orange-button a{
	border-radius: 4px;
	display: inline-block;
	color: #000;
	text-transform: uppercase;	
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 13px 25px;
	text-decoration: none;
	background-color: #ffe500;
	box-shadow: 0 4px 0 0 #b49500;
}
.orange-button a:hover {
	background-color: #fbee35;
}
.blue-button {
	text-align: center;
	border-radius: 4px;
}
.blue-button a{
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;	
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 13px 25px;
	text-decoration: none;
	background-color: #00abcd;
	box-shadow: 0 4px 0 0 #006579;
}
.blue-button a:hover {
	background-color: #006579;
}
.wp-caption-text {
	font-size: 14px;
  line-height: 1.71;
  color: #60686d;
  opacity: 1;
}
.wp-caption-text a {
	color: #091117;
	text-decoration: underline;
}
.wp-caption-text a:hover {
	text-decoration: none;
}
img.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; margin:1em 0 1em 1em}
.alignleft {float:left; margin:1em 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*Generic content styles*/
section.entry-content {
	font-size: 16px;
	color: #08141d;
	line-height: 28px;
}
body.single-news section.entry-content {
	padding-bottom: 40px;
}
section.entry-content > * {
	margin-bottom: 22px;
	opacity: 0.8;
}
section.entry-content h1 {
	margin-bottom: 16px;
	opacity: 1;
}
section.entry-content h2 {
	opacity: 1;
	margin-bottom: 16px;
	margin-top: 0px;
}
section.entry-content h3 {
	margin-bottom: 20px;
	opacity: 1;
}
section.entry-content .subheading {
	margin-bottom: 27px;
}
section.two-columns-content:after {
	display: block;
	content: "";
	clear: both;
}
section.two-columns-content section.entry-content {
	float: left;
	width: 68.334%;
	padding-right: 64px;
	padding-top: 30px;
	padding-bottom: 60px;
}
section.two-columns-content section.entry-content .orange-button {
	margin-top: 60px;
	margin-bottom: 0;
}
body.home section.two-columns-content section.entry-content  {
	padding-top: 67px;
}
body.single section.two-columns-content section.entry-content {
	padding-bottom: 0;
    padding-top: 27px;
}
body.single-bookmakers section.two-columns-content section.entry-content {
	padding-bottom: 60px;
}
body.single section.two-columns-content section.entry-content div.border-holder {
border-bottom: 1px solid #d0dae2;;
    margin: 0;
    padding-top: 40px;
}
section.two-columns-content section.sidebar {
	float: left;
	width: 31.666%;
	padding-top: 64px;
}
body.single section.two-columns-content section.sidebar {
	padding-top: 24px;
}
section.two-columns-content section.entry-content ul {
	padding-left: 22px;
}
section.two-columns-content section.entry-content ol {
	padding-left: 22px;
}
ol li {
	list-style: decimal;
	padding-left: 5px;
	margin-bottom: 10px;
}
section.two-columns-content section.entry-content ul li {
	list-style: disc;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------  
HEADER
-------------------------------------------------------------------------*/
header#header img.header-star {
    width: 12px;
}
header#header section.top-header {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 0 5px 0;
	text-align: center;
	line-height: 20px;
}
header#header section.top-header img {
	margin: 0 13px;
	position: relative;
	top: 3px;
}
header#header section.main-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#940026+0,890023+100 */
background: #940026; /* Old browsers */
background: -moz-linear-gradient(top,  #940026 0%, #890023 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #940026 0%,#890023 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #940026 0%,#890023 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940026', endColorstr='#890023',GradientType=0 ); /* IE6-9 */
}
body.single-bookmakers header#header section.main-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#940026+0,890023+100 */
background: #940026; /* Old browsers */
background: -moz-linear-gradient(top,  #940026 0%, #8F0025 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #940026 0%,#8F0025 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #940026 0%,#8F0025 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940026', endColorstr='#8F0025',GradientType=0 ); /* IE6-9 */
}
header#header section.main-header .border-wrapper {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.16);
}
header#header section.main-header div.logo {
    float: left;
}
header#header section.main-header nav.main-menu {
    float: right;
    margin-top: 17px;
}
header#header section.main-header div.logo img.logo {
    width: 246px;
    height: 48px;

}
.breadcrumbs {
    color: #fff;
    opacity: 0.64;
    font-size: 14px;
    padding: 27px 0;
    position: relative;
    z-index: 1;
}
.breadcrumbs a{
	text-decoration: none;
}
body.single-news .breadcrumbs {
	color: #000;
}
body.single-news .breadcrumbs-wrapper {
	margin-bottom: 0;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
/*Main Menu*/

nav.main-menu ul.menu > li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 25px;
	position: relative;
}
nav.main-menu ul.menu > li a {
	padding-bottom: 20px;
}
nav.main-menu ul.menu > li.menu-item-has-children > a:after {
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 4px;
	border-style: solid;
	border-width: 4px 4px 6px;
	border-color: #fff transparent transparent;
	content: "";
}
nav.main-menu ul li a {
	text-decoration: none;
}
nav.main-menu ul.menu > li a:hover {
	opacity: 0.8;
}
nav.menu ul.sub-menu {
	opacity: 0; 
    position: absolute;
    width: 300px;
    text-align: left;
    left: -40px;
    padding: 12px 0;
    background-color: #fff;
    z-index: 2;
    border-radius: 2px;
  	box-shadow: 0 4px 16px 1px rgba(8, 18, 43, 0.08);
  	visibility: hidden;
}
header#header div.responsive-menu-toggle {
	display: none;
}
nav.main-menu ul.sub-menu {
    border-radius: 3px;
    background-color: #2b374b;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    min-width: 128px;
    width: 100%;
    top: 32px;
  	box-shadow: 1px 1px 8px -2px rgba(10, 9, 55, .24);
}

nav.main-menu ul.sub-menu li a {
    padding: 8px 16px;
    background-color: #fff;
    color: #0a0937;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    line-height: 20px;
}
nav.main-menu ul.sub-menu li a:hover {
   background-color: #f3f6fc;
}
/*End Main Menu*/

/*-------------------------------------------------------------------------  
END HEADER
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------  
HOMEPAGE TOP SECTION 
-------------------------------------------------------------------------*/
.homepage-category-top-section {
	background: #890023; /* Old browsers */
	background: -moz-linear-gradient(top,  #890023 0%, #36000e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #890023 0%,#36000e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #890023 0%,#36000e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890023', endColorstr='#36000e',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding-bottom: 220px;
}
.homepage-category-top-section div.description p {
	opacity: 0.8;	
}
.homepage-category-top-section div.description > * {
	margin-bottom: 25px;
}
.homepage-category-top-section h1 {
	margin-bottom: 24px;
}
.homepage-category-top-section .homepage-category-top-section-border-wraper {
	padding-top: 16px;
}
body.home .homepage-category-top-section .homepage-category-top-section-border-wraper {
	padding-top: 58px;
}
.homepage-category-top-section div.description ul {
	padding-left: 25px;
}
.homepage-category-top-section div.description ul li {
	font-weight: 700;
	text-indent: -1.3em;
	margin-bottom: 13px;
}
.homepage-category-top-section div.description ul li::before {
    color: #ffe500;
    content: "• ";
    margin-right: 13px;
}
h2.homepage-headline {
	font-size: 20px;
	margin-bottom: 10px;
}
/*-------------------------------------------------------------------------  
END HOMEPAGE TOP SECTION 
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------  
ALL BOOKMAKERS TABLE
--------------------------------------------------------------------------*/

section.all-bookmakers-table{
	margin-bottom: 30px;
}
section.all-bookmakers-table:after {
	clear: both;
	content: "";
	display: block;
}
section.all-bookmakers-table div.row {
	display: table;
	padding: 0 24px;
	width: 100%;
	background-color: #fff;
}
section.all-bookmakers-table div.column {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	padding: 18px 10px 20px 0;
	border-bottom: 1px solid rgba(2,41,51,0.12);
}
section.all-bookmakers-table div.row:last-of-type div.column {
	border-bottom: none;
}
section.all-bookmakers-table div.column-1 div.logo {
    border-radius: 4px;
    max-height: 48px;
    max-width: 150px;
    text-align: center;	
}
section.all-bookmakers-table div.column-1 div.logo img {
	border-radius: 4px;
	max-height: 48px;
}
section.all-bookmakers-table div.column-1 {
	width: 15%;
}
section.all-bookmakers-table div.column-2 {
	width: 17%;
	text-align: center;
}
section.all-bookmakers-table div.column-4 {
	width: 18%;
}
section.all-bookmakers-table div.column-3 {
	width: 18%;
}
section.all-bookmakers-table div.column-5 {
	width: 32%;
}
section.all-bookmakers-table div.column-2 a{
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	line-height: 16px;
}
section.all-bookmakers-table div.column-2 div.title {
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}
section.all-bookmakers-table div.column-2 div.rating {
	margin-top: 5px;
}
section.all-bookmakers-table div.column-2 .rating-text {
	font-size: 14px;
	line-height: 16px;
	opacity: 0.64;
	display: block;
}
section.all-bookmakers-table div.column-2 div.rating-stars {
	margin-bottom: 5px;
}
section.all-bookmakers-table div.currencies img {
	padding: 5px;
}
section.all-bookmakers-table div.bookmaker-highlights ul li {
    background: rgba(0, 0, 0, 0) url("images/done-icon.svg") no-repeat scroll left top;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    opacity: 0.8;
    padding-left: 25px;
}
section.all-bookmakers-table div.column-4 {
	text-align: center;
}
section.all-bookmakers-table div.column-4 div.tagline {
	font-family: "Poppins", sans-serif;
	  font-size: 20px;
	  font-weight: 600;
	  color: #000000;
	  line-height: 26px;
}
section.all-bookmakers-table div.column-4 div.tagline p {
	font-size: 20px;
	line-height: 26px;
}
h2.all-bookmakers-table-header {
	background: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: -170px;
}
h2.all-bookmakers-table-header p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 14px 24px;
	letter-spacing: 0.8px;
	font-family: "Poppins", sans-serif;
}
h2.all-bookmakers-table-header p:before {
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 6px;
	position: relative;
	top: 2px;
	width: 16px;
	background: url('images/done-icon-white.svg') no-repeat left center;
	opacity: 1;
}
section.all-bookmakers-table div.table-border-wrapper {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}
span.stars, span.stars span {
    display: inline-block;
   	height: 15px;
    width: 80px;
    background-image: url('images/star-primary.svg');
    background-position: 0px -15px;
    background-repeat: repeat-x;
    text-align: left;
}
span.stars span {
    background-position: 0 0;
    text-indent: -9999px;
}
div.exclusive {
	font-family: "Poppins", sans-serif;
	  font-size: 12px;
	  font-weight: 600;
	  color: #ef1818;
	  text-transform: uppercase;
}
section.all-bookmakers-table div.column-2 span.stars {
	margin-bottom: 7px;
}
section.all-bookmakers-table div.column-4 div.exclusive {
	margin-bottom: 5px;
}
/*-------------------------------------------------------------------------  
END ALL BOOKMAKERS TABLE
-------------------------------------------------------------------------*/
/*Daily deals*/
.daily-deals {
    margin-bottom: 48px;
}
div.daily-deals:after {
    clear: both;
    content: "";
    display: block;
}
div.daily-deals div.one-row {
	margin-bottom: 32px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;  
display: -ms-flexbox; 
display: flex;
	overflow: hidden;
}
div.daily-deals div.one-post {
    float: left;
    margin-right: 2.5%;
    max-width: 31.666%;
    min-width: 31.666%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
    position: relative;
    flex: 1;
}
div.daily-deals div.one-post:nth-child(3), div.daily-deals div.one-post:nth-child(6) {
	margin-right: 0;
}
div.daily-deals div.one-post:nth-child(4) {
	clear: both;
}
div.daily-deals div.one-post div.featured-image{
	background-size: cover;
	height: 142px;
	width: 100%;
	background-repeat: no-repeat;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-position: center center;
}
div.daily-deals div.one-post div.featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}
div.daily-deals div.one-post div.content {
	padding: 24px;
}
div.one-post div.content h2 {
	color: #1f293f;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: 400;
}
div.one-post div.content h2 a {
	text-decoration: none;
}
div.one-post div.content h2 a:hover {
	text-decoration: underline;
}
div.one-post div.content div.excerpt {
	color: #7d838f;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
div.one-post div.content div.date {
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
/*End daily deals*/
/*-------------------------------------------------------------------------  
ONE FEATURED BOOKMAKER
-------------------------------------------------------------------------*/

div.one-featured-bookmaker {
	border: solid 1px #e0e5e6;
	border-radius: 4px;
}
div.one-featured-bookmaker  div.logo {
	text-align: center;
}
div.one-featured-bookmaker  div.title a {
	text-align: center;
	font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
div.one-featured-bookmaker  div.title {
	margin-bottom: 7px;
}
div.one-featured-bookmaker div.content {
	padding: 15px 32px 32px 32px;
	background-color: #fff;
}
div.one-featured-bookmaker span.rating-text {
	opacity: 0.64;
  font-size: 14px;
  line-height: 16px;
  color: #08141d;
}
div.one-featured-bookmaker div.rating {
	margin-bottom: 17px;
}
div.one-featured-bookmaker div.tagline {
	font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
div.one-featured-bookmaker div.bookmaker-highlights ul li {
    background: url('images/done-icon.svg') no-repeat left center;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    opacity: 0.8;
    padding-left: 25px;
}
div.one-featured-bookmaker div.bookmaker-highlights {
	margin-bottom:30px;
}
/*-------------------------------------------------------------------------  
END ONE FEATURED BOOKMAKER
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------  
FOOTER
-------------------------------------------------------------------------*/
footer#footer {
    background: #08141d;
    text-align: center;
    padding: 32px;
}
footer#footer div.logo {
	margin-bottom: 32px;
}
footer#footer div.logo img {
	height: 44px;
	width: auto;
}
footer#footer div.container {
	max-width: 660px;
	padding: 0;
}
footer#footer div.text {
	margin-bottom: 8px;
	font-size: 14px;
	color: hsla(0, 0%, 100%, .8);
	font-weight: 400;
	line-height: 20px;
}
footer#footer div.trust-links {
	margin: 24px 0;
}
footer#footer div.trust-links img {
	height: auto;
}
footer#footer div.footer-bottom {
	padding-top: 24px;
	color: rgba(237, 241, 250, .64);
	font-size: 14px;
	cursor: default;
	margin-bottom: 8px;
	border-top: 1px solid hsla(0, 0%, 100%, .16);
}
footer#footer div.footer-bottom a:hover {
	color: hsla(0, 0%, 100%, .8);
}
/*Bottom Float*/ 

div.bottom-float {
	font-size: 16px;
	font-weight: 500;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	display: block;
	padding-right: 56px;
	padding-left: 56px;
	background-color: #fff;
	box-shadow: 8px 0 32px -4px rgba(0, 10, 33, .16);
	z-index: 10;
}
div.bottom-float > div.container {
	padding-bottom: 16px;
	padding-top: 16px;
	border-bottom: 1px solid #ebecf1;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-style: none;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
div.bottom-float div.tagline {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
div.bottom-float div.orange-button a {
	padding-left: 24px;
	padding-right: 24px;
}
div.bottom-float {
	display: none;
}
div.bottom-float img.close-button {
	max-width: 24px;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
div.bottom-float div.logo img {
	border-radius: 4px;
}
/*End bottom float*/
/*-------------------------------------------------------------------------  
END FOOTER
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------  
SINGLE BOOKMAKER
-------------------------------------------------------------------------*/
section.single-bookmaker section.first-row {
	padding: 0;
	background-color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
section.single-bookmaker section.first-row div.first-column, section.single-bookmaker section.second-row div.first-column {
	float: left;
    padding-right: 64px;
    width: 68.334%;
}
section.single-bookmaker section.first-row div.second-column, section.single-bookmaker section.second-row div.second-column {
	float: left;
    width: 31.666%;
	padding-left: 24px;
}
section.single-bookmaker section.first-row div.first-column, section.single-bookmaker section.first-row div.second-column {
	float: none;
}
section.single-bookmaker section.first-row div.first-column {
	padding: 32px 64px 32px 32px;
}
section.single-bookmaker section.first-row div.second-column {
	padding: 32px 32px 32px 0;
	background-color: #fff;
	border-top-right-radius: 4px;
}
section.single-bookmaker section.first-row div.second-column div.border-holder {
	padding-left: 24px;
	border-left: 1px solid rgba(1, 20, 8, 0.08);
}
section.single-bookmaker section.first-row div.first-column .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	font-family: "Poppins", sans-serif;
	color: #000;
	margin-top: 0px;
}
section.single-bookmaker section.first-row div.first-column div.rating-text{
	display: inline;
	opacity: 0.64;
  font-size: 14px;
  line-height: 1.14;
  position: relative;
  bottom: 2px;
}
section.single-bookmaker section.first-row div.first-column div.logo {
	display: inline-block;
	border-radius: 4px;
	max-width: 199px;
}
section.single-bookmaker section.first-row div.first-column div.logo img {
	display: block;
	border-radius: 4px;
}
div.click-counter {
	color: #000;
	font-size: 14px;
	position: relative;
	top: 10px;
}
div.click-counter > img {
	position: relative;
	top: -5px;
	margin-right: 8px;
	float: left;
}
section.single-bookmaker div.label {
	opacity: 0.48;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.6px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}
section.single-bookmaker section.second-row div.field {
	margin-bottom: 20px;
}
section.single-bookmaker div.title-area div.left-side {
	float: left;
	margin-right: 16px;
}
section.single-bookmaker div.title-area div.right-side {
	float: left;
}
section.single-bookmaker div.title-area {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(2, 41, 51, 0.12);
	margin-bottom: 20px;
}
section.single-bookmaker section.top-bookmaker-content > .container {
	position: relative;
	margin-top: -90px;
}
section.single-bookmaker section.top-bookmaker-content > .container > .first-row, section.single-bookmaker section.top-bookmaker-content > .container > .second-row {
	position: relative;
	top: 90px;
	display: flex;
	width: 100%;
}
section.single-bookmaker section.second-row {
  	background-color: #eef2f6;
  	 padding: 42px 0;
  	 border: solid 1px #e7ecef;
  	 border-bottom-right-radius: 4px;
  	 border-bottom-left-radius: 4px;
}
section.single-bookmaker section.first-row div.main-offer p {
	display: inline;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #000;
	opacity: 1;
} 
section.single-bookmaker section.first-row div.main-offer {
	margin-bottom: 32px;
}
section.single-bookmaker div.description-area .orange-button a {
	padding: 13px 35px;
}
section.single-bookmaker div.main-offer div.first-column {
    background: inherit;
    border-right: none !important;
    padding: 0;
    width: auto;
  font-size: 88px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
  margin-right: 7px;
}
section.single-bookmaker div.main-offer div.second-column {
	opacity: 0.8;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 11px;
}
section.single-bookmaker div.main-offer div.tagline {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
}

section.single-bookmaker div.main-offer div.second-column {
    background-color: inherit;
    padding: 0;
    width: auto;
    font-family: "Poppins", sans-serif;
}
 
div.currencies span.currency-name {
    font-size: 14px;
    opacity: 0.8;
    line-height: 16px;
    margin-left: 10px;
    position: relative;
    bottom: 7px;
}
div.currencies div.one-row {
	margin-bottom: 3px;
} 
section.single-bookmaker section.first-row div.second-column div.bookmaker-highlights {
	margin-bottom: 40px;
}
section.single-bookmaker section.first-row div.second-column div.bookmaker-highlights ul li{
	background: url("images/done-icon.svg") no-repeat left top;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    opacity: 0.8;
    padding-left: 25px;
}
section.single-bookmaker section.first-row div.first-column {
	border-top-left-radius: 4px;
}
body.single .orange-button {
	text-align: left;
}
section.single-bookmaker section.first-row .orange-button {
	margin-bottom: 27px;
}
section.single-bookmaker section.second-row div.first-column ol {
	margin-left: 17px;
	opacity: 0.8;
} 
section.single-bookmaker section.second-row div.second-column div.label {
	margin-bottom: 11px;
}
section.single-bookmaker section.second-row div.second-column div.rating {
	margin-bottom: 20px; 
}
section.single-bookmaker section.second-row div.first-column {
	padding: 0 64px 0 32px;
}
section.single-bookmaker section.second-row div.second-column {
	padding: 0 32px;
	border-left: 1px solid rgba(1, 20, 8, 0.08);
}
section.single-bookmaker section.top-bookmaker-content {
	background: #8F0025; /* Old browsers */
	background: -moz-linear-gradient(top,  #8F0025 0%, #36000e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8F0025 0%,#36000e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8F0025 0%,#36000e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F0025', endColorstr='#36000e',GradientType=0 ); /* IE6-9 */
	margin-bottom: 130px;
}
/*SNIPPET BOX*/
#snippet-box {
	max-width: 100%;
	display: block;
	background: transparent !important;
	border: none !important;
	border-top: 1px solid #d0dae2 !important;
	padding-top: 27px !important;
	width: 750px !important;
	margin-bottom: 20px !important;
	margin-top: 75px;
}
#snippet-box .snippet-title {
	width: 100% !important;
	background: transparent !important;
	border: none !important;
	padding-left: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.6px;
	opacity: 0.48;
	text-transform: uppercase;
	margin-bottom: 13px;
	font-family: "Poppins", sans-serif;
}
#snippet-box .snippet-label {
	text-align: left;
	width: 15%;
	padding-left: 0;
	color: #08151e;
	font-weight: 400;
	font-size: 14px; 
	opacity: 0.8;
	margin-right: 0;
	float: left;
	clear: both;
	margin-bottom: 13px;
}
#snippet-box .snippet-data {
	font-weight: 600;
	font-size: 14px;
	width: 75%;
	padding-left: 0;
	float: left;
	font-family: "Poppins", sans-serif;
}
#snippet-box .star-img {
    position: relative;
    right: 3px;
    top: 2px;
}
div.main-offer #snippet-box {
	display: none;
}
section.two-columns-content section.entry-content.with-box {
	position: relative;
	padding-bottom: 365px !important;
}
#snippet-box .star-img img {
    width: 16px;
}
#snippet-box .rating-value {
    display: none;
}

/*END SNIPEPT BOX*/

/*-------------------------------------------------------------------------  
END SINGLE BOOKMAKER
-------------------------------------------------------------------------*/
/*Pagination*/ 

.pagination {
	clear:both;
	padding:20px 0 60px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.pagination span, .pagination a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
.pagination a:hover{
	color:#fff;
	background: #890023;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #890023;
	color:#fff;
}

/*End pagination*/
body.page-template-pagetemplate-promotions section#content {
	padding-top: 20px;
}

div.wpcf7-response-output {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  color: #ffffff !important;
  padding: 11px 0 !important;
  border: none !important;
  margin: 0 !important;
  text-align: center !important;
}
div.wpcf7-validation-errors {
  	background-color: #ff8800;
}
div.wpcf7-mail-sent-ok {
	background-color: #00abcd;
}
body.error404 section.two-columns-content {
    padding-bottom: 100px;
}
    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }
    section.entry-content table {
    width: 100%;
}
section.entry-content table {
    border-left: 2px solid #0098ff;
    background-color: rgba(0, 152, 255, .04);
}
section.entry-content table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
section.entry-content table td, section.entry-content table th {
    display: inline-block;
    color: #05051f;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}
section.entry-content table tr td:first-of-type {
    max-width: 256px;
    min-width: 256px;
    margin-right: 24px;
    font-weight: 600;
}
section.entry-content table tr th:first-of-type {
    max-width: 256px;
    min-width: 256px;
    margin-right: 24px;
    font-weight: 700;
}
section.entry-content table tr th, section.entry-content table tr th:first-of-type {
    font-weight: 700;
}
section.entry-content table tr:nth-child(odd) {
    background-color: rgba(0, 152, 255, .06);
}
section.entry-content table td {
    padding: 0 10px 5px 0;
}
/*-------------------------------------------------------------------------  
MEDIA QUERIES
-------------------------------------------------------------------------*/

@media only screen and (min-width:960px){
	div.bottom-float {
		display: none !important;
	}
}
@media only screen and (min-width:768px){
	div.more-info {
		display: none;
	}
	nav.main-menu ul.menu > li.menu-item-has-children:hover ul.sub-menu {
	    visibility: visible;
	} 
	nav.main-menu ul.sub-menu {
	    transition-duration: 200ms;
	    transition-property: opacity, margin-top, visibility;
	    transition-timing-function: ease-in;
	}
	nav.menu ul.sub-menu li.hidden {
		display: none;
	}
	.hidden {
		display: none;
	}
	section.featured-bookmakers-small {
		display: none;
	}
} /*End min 768px*/
@media only screen and (max-width:1330px){
	.container {
		width: 100%;
		padding: 0 16px;
	}
	footer#footer {
		padding-left: 16px;
		padding-right: 16px;
	}
	.featured-bookmakers-small .container {
		padding: 0 8px;
	}
} /*End 1330px*/

@media only screen and (max-width:1023px){
	section.all-bookmakers-table div.column-2 {
    width: 15%;
}
section.all-bookmakers-table div.column-3 {
    width: 20%;
}


} /*End 1023px*/





@media only screen and (max-width:959px){
	section.two-columns-content section.entry-content {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	section.two-columns-content section.sidebar {
		display: none;
	}
	div.bottom-float {
		padding-left: 32px;
		padding-right: 32px;
	} 
	div.bottom-float > div.container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div.bottom-float div.tagline {
		padding: 0 16px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	div.bottom-float div.logo img {
		width: 125px;
	}
	div.daily-deals div.one-post div.featured-image {
	background-size: cover;
	background-position: center center;
}
} /*End 959px*/

@media only screen and (max-width:767px){
	h1 {
		font-size: 32px;
		line-height: 40px;
		font-weight: 600;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 600;
	}
	h3 {
		font-size: 20px;
		line-height: 26px;
		font-weight: 600;
	}
	h4 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
		
	}
	header#header section.top-header {
		display: none;
	}
	.homepage-category-top-section div.description ul li {
		line-height: 20px;
	}
	header#header section.main-header div.logo img.logo {
		width: 209px;
	}
	img.logo.big-screen {
		display: none;
	}
	section.all-bookmakers-table {
		display: none;
	}
	h2.all-bookmakers-table-header {
		visibility: hidden;
		height: 0;
	}
	div.one-featured-bookmaker {
		padding: 16px 16px 32px 16px;
		background-color: #fff;
		border: solid 1px #d0d7d9;
		margin-bottom: 8px;
	}
	div.one-featured-bookmaker div.logo {
	    border-radius: 4px;
	    float: left;
	    margin-right: 15px;
	    text-align: center;
	    width: 149px;
	    max-height: 48px;
	}
	div.one-featured-bookmaker .orange-button {
		text-align: left;
	}
	div.one-featured-bookmaker div.logo img {
		border-radius: 4px;
	}
	div.one-featured-bookmaker div.rating span.rating-text {
	    display: block;
	    margin-left: 0;
	}
	div.one-featured-bookmaker div.tagline {
		font-family: "Poppins", sans-serif;
	  font-size: 24px;
	  font-weight: 600;
	  line-height: 28px;
	  color: #000000;	
	}
	div.one-featured-bookmaker div.rating span.stars   {
		margin-bottom: 5px;
	}
	div.one-featured-bookmaker div.rating img.usr {
		display: block;
		margin-bottom: 5px !important;
	}
	div.one-featured-bookmaker div.content {
		padding: 0;
	}
	div.one-featured-bookmaker div.rating {
		margin-bottom: 0;
	}
	div.one-featured-bookmaker .logo-and-rating {
	    border-bottom: none;
	    padding-bottom: 16px;
	    margin-bottom: 0;
	}
	div.one-featured-bookmaker div.bookmaker-highlights {
	    margin-bottom: 20px;
	    display: none;
	}
	div.one-featured-bookmaker div.currencies {
	    text-align: left;
	    margin-bottom: 30px;
	}
	div.one-featured-bookmaker div.button {
	    margin-bottom: 0;
	    float: left;
	    width: 60%;
	}
	div.more-info {
		font-size: 14px;
		opacity: 0.48;
		font-weight: 600;
		color: #08141d;
		letter-spacing: 0.6px;
		text-transform: uppercase;
		text-align: center;
		float: right;
		padding-top: 17px;
		font-family: "Poppins", sans-serif;
	}
	.homepage-category-top-section div.more-info {
		color: #fff;
	}

	div.one-featured-bookmaker .hidden {
		display: none;
	}
	.hidden-on-small {
		display: block;
	}
	.hidden-element-on-small {
		display: none;
	}
	.homepage-category-top-section div.more-info {
		text-align: left;
		float: none;
	}
	section.featured-bookmakers-small div.one-featured-bookmaker div.logo > a {
		position: relative;
		z-index: 5;
	}
	div.one-featured-bookmaker div.more-info span.arrows {
	    background-image: url("images/drop-down-dark.svg");
	}
	div.one-featured-bookmaker.detailed div.more-info span.arrows, div.homepage-category-top-section-border-wraper div.more-info.detailed span.arrows {
		background-position: right center;
	}
	div.homepage-category-top-section-border-wraper div.more-info span.arrows {
	    background-image: url("images/drop-down-light.svg");
	}
	div.more-info span.arrows {
		background-position: left center;
	    background-repeat: no-repeat;
	    top: 1px;
	    display: inline-block;
	    height: 12px;
	    position: relative;
	    width: 20px;
	}
	div.one-featured-bookmaker.detailed div.more-info span.arrows, div.homepage-category-top-section-border-wraper div.more-info.detailed span.arrows {
		background-position: right center;
	}
	div.more-info.not-visible {
	display: none;
}
/*Main menu*/
	header#header section.main-header nav.main-menu {
	    text-align: left;
	    background-color: #000;
	    display: none;
	    float: none;
	    padding: 25px 0;
	    margin-top: 0;
	}
	nav.main-menu ul.menu > li {
		display: block;
	}
	header#header div.responsive-menu-toggle {
		display: block;
		position: absolute;
		top: 23px;
		right: 16px;
		height: 40px;
		width: 40px;
		background-image: url(images/menu-toggle.png);
		background-repeat: no-repeat; 
		cursor: pointer;
	}
	header#header div.responsive-menu-toggle.active {
		background-position: right center;
	}
	header#header div.first-row div.first-column img {
	    height: auto;
	    max-width: 246px;
	} 
	nav.main-menu ul.menu > li > a {
		display: block;
	}
	nav.main-menu ul.menu > li {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 8px;
		background-color: transparent;
		font-size: 20px;
		font-weight: 600;
	}
	nav.main-menu ul.menu > li > a {
	    line-height: 27px;
	    padding: 8px 25px;
	}
	nav.main-menu ul.sub-menu {
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}
	nav.main-menu ul.sub-menu.active {
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1; 
	}
	nav.main-menu li.menu-item-has-children.active > a::after {
		background-position: right center;
	}
	header#header section.main-header .border-wrapper {
		position: relative;
		padding: 20px 0;
	}
	header#header section.main-header div.logo {
		float: none;
		padding:  0 16px 16px 16px;
	}
	header#header section.main-header > div.container {
		padding: 0;
	}
	/*End main menu*/
	.homepage-category-top-section .homepage-category-top-section-border-wraper {
		padding-top: 0;
	}
	body.home .homepage-category-top-section .homepage-category-top-section-border-wraper {
		padding-top: 20px;
	}
	div.one-featured-bookmaker .orange-button a {
		width: 100%;
		text-align: center;
		max-width: 300px;
	}
	section.single-bookmaker section.top-bookmaker-content > .container > .first-row, section.single-bookmaker section.top-bookmaker-content > .container > .second-row {
		top: 0;
		display: block;
	}
	section.single-bookmaker section.top-bookmaker-content > .container {
		margin-top: 0;
		padding: 0 8px;

	}
	section.single-bookmaker section.top-bookmaker-content {
		background: #fbfcfe !important;
		padding-top: 8px;
		margin-bottom: 40px;
	}
	section.single-bookmaker section.top-bookmaker-content div.breadcrumbs {
		color: #000;
	}
	section.single-bookmaker section.first-row div.first-column, section.single-bookmaker section.second-row div.first-column {
		float: none;
		width: 100%;
	}
	section.single-bookmaker section.first-row div.first-column {
		padding: 16px;
	}
	section.single-bookmaker section.first-row div.second-column {
		padding: 16px;
	}
	section.single-bookmaker section.first-row {
		border: 1px solid #d0d7d9;
	}
	section.single-bookmaker section.first-row div.first-column div.logo {
		max-width: 150px;
	}
	section.single-bookmaker div.title-area div.right-side div.rating {
		display: none;
	}
	section.single-bookmaker section.first-row div.first-column div.left-side {
		margin-bottom: 15px;
	}
	section.single-bookmaker section.first-row .rating {
		clear: both;
	}
	section.single-bookmaker section.first-row .description-area .orange-button {
		display: inline-block;
	}
	section.single-bookmaker section.first-row .description-area .orange-button a {
		width: 100%;
	}
	section.single-bookmaker section.first-row div.second-column, section.single-bookmaker section.second-row div.second-column {
		float: none;
		width: 100%;
	}
	section.single-bookmaker section.first-row div.second-column div.border-holder {
	    padding-left: 0;
	    border-left: none;
	}
	section.single-bookmaker section.second-row div.first-column {
		padding: 16px;
	}
	section.single-bookmaker section.second-row div.second-column {
		padding: 0 16px;
	}
	section.single-bookmaker div.main-offer div.tagline p {
		font-size: 32px;
		line-height: 40px;
	}
	section.single-bookmaker section.first-row div.main-offer {
		margin-bottom: 20px;
	}
	section.single-bookmaker section.first-row .description-area {
	    border-bottom: 1px solid rgba(2, 41, 51, 0.12);
	    padding-bottom: 40px;
	}
	section.single-bookmaker section.second-row {
		padding: 0 0 10px 0;
	}
	 header#header section.main-header .border-wrapper {
		padding-bottom: 0;
	}
	#snippet-box .snippet-label {
		width: 115px;
	}
	#snippet-box .snippet-data {
		width: auto; 
	}
	#snippet-box {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	div.bottom-float div.tagline {
	font-size: 16px;
}
div.bottom-float div.orange-button {
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
div.bottom-float div.orange-button a {
	font-size: 14px;
	display: block;
}
div.bottom-float img.close-button {
    position: absolute;
    right: -30px;
    top: 4px;
}
div.bottom-float div.logo-and-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	background-color: transparent;
}
div.bottom-float div.right-column {
    padding-right: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}
div.bottom-float .orange-button {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
	div.daily-deals div.one-row {
		display: block;
		margin-bottom: 0;
	}
	div.daily-deals div.one-post {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	    flex: 0;
	    margin-bottom: 16px;
	    max-width: 100%;
	}
	div.daily-deals div.one-post div.featured-image {
		 border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
	
	div.daily-deals div.one-post div.content {
	    padding: 16px;
	     border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	}
	.daily-deals {
    margin-bottom: 15px;
}
section.entry-content table tr td:first-of-type, section.entry-content table tr th:first-of-type {
    max-width: 180px;
    min-width: 180px;
}
}/*End 767px*/
@media only screen and (max-width:599px){
div.bottom-float > div.container {
	padding-top: 12px;
	padding-bottom: 12px;
} 
div.bottom-float div.logo img {
    max-width: 100px;
}
div.bottom-float div.tagline {
	padding-right: 0;
	padding-left: 8px;
	font-size: 16px;
}
div.bottom-float div.orange-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
div.bottom-float div.orange-button a {
    min-width: auto;
    margin: 12px 32px 4px;
    padding: 12px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
}
div.bottom-float {
	padding-left: 16px;
	padding-right: 16px;
}
div.bottom-float img.close-button {
	right: -14px;
}
}/*End 599px*/


@media only screen and (max-width:479px){
section.entry-content table tr {
    padding: 10px 12px;
}
section.entry-content table tr td:first-of-type, section.entry-content table tr th:first-of-type {
    max-width: 128px;
    min-width: 128px;
}
}/*End 479px*/
@media only screen and (max-width:374px){
div.one-featured-bookmaker div.button {
		width: 55%;
	}
div.one-featured-bookmaker .orange-button a {
	padding: 13px 10px;
}
body {
	overflow-x: hidden;
}
section.single-bookmaker div.description-area .orange-button a {
	padding: 13px 10px;
}
}/*End 374px*/
/*-------------------------------------------------------------------------  
END MEDIA QUERIES
-------------------------------------------------------------------------*/

/*Bonus summary*/
div.bonus-summary .breadcrumbs {
    padding-bottom: 16px;
}
div.bonus-summary h1.entry-title {
    margin-bottom: 12px;
}
div.bonus-summary p.meta-data {
    margin-top: 16px;
    margin-bottom: 24px;
    color: rgba(5, 5, 31, .64);
    font-size: 14px;
}
div.bonus-summary {
    padding: 24px;
    background-color: #242424;
    margin-top: -22px;
}
div.bonus-summary div.headline {
    margin-bottom: 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
}
div.bonus-summary div.casino-bonus-facts ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
}
div.bonus-summary div.casino-bonus-facts ul li:before {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid none solid solid;
    border-width: 4px 2px 4px 8px;
    border-color: transparent transparent transparent #eb2124;
    border-radius: 0px;
    content: "";
}
div.bonus-summary div.casino-bonus-facts {
    margin-bottom: 24px;
}
div.bonus-summary .orange-button a {
    display: inline-block;
    min-width: 260px;
    text-align: center;
}
div.featured-image img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 767px){
div.bonus-summary div.bonus-summary .orange-button a span.text-wrapper {
    display: block;
}
div.bonus-summary .orange-button a {
    min-width: 320px;
}
} /*End 767px*/
@media only screen and (max-width:479px){
div.bonus-summary {
    padding: 24px 16px;
}
div.bonus-summary ul li {
    margin-bottom: 8px;
}
div.bonus-summary .orange-button a {
    display: block;
    max-width: 100%;
    min-width: auto;
}
} /*End 479px */
/* End Bonus summary*/
