:root {
--dark-bg: #284617;
--light-bg: #ffffff;
--text-light: #f3d483;
--text-dark: #0E0E0E; --list-icon-color: #a70909;
--color-blue: #013369;
--color-green: #115107;
--color-red: #bf0a30;
--box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
--green-linear-gradient: linear-gradient(to bottom, #284617, #2a5015, #2b5a12, #2c640e, #2d6f08);
}
body { 
background-color: #fff;
font-size: 1.0625rem;
color: var(--text-dark);
line-height: 1.5;
font-family: Helvetica, Arial, sans-serif;
font-size: 17px;
}
.site-header { background-color: var(--dark-bg);
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
} .site-logo {
margin-left: 20px;
}
.main-navigation {
border-bottom: 2px solid #ccc;
}
.main-navigation li a{
color: #666 !important;
}
.main-navigation .sub-menu {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
background-color: #fff;
}
.site-info {
background-color: #f6f6f6;
border-top: 1px solid #ccc;
margin-top: 10px;
} #right-sidebar, .custom-sidebar {
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
padding-bottom:10px;
margin-left: 10px;
}
#right-sidebar aside h2.widget-title{
background-color: var(--dark-bg);
color: var(--text-light);
text-align: center;
padding: 3px 5px;
margin-bottom: 15px;
border-radius: 3px;
}
#right-sidebar ul.menu li:not(:last-of-type){ padding: 0px !important;
margin: 0px !important;
border-bottom: 1px solid #ccc;
}
#right-sidebar ul.menu li a{
text-decoration: none;
display: block;
padding-top: 5px;
padding-bottom: 5px;
color: var(--text-dark);
}
#right-sidebar ul.menu li a:hover{
background-color: #f1f1f1;
}
#right-sidebar ul.menu li a::before {
font-family: FontAwesome;
content: "\f450 ";
padding-left: 9px;
padding-right: 9px;
position: relative;
top: 1px;
}
#right-sidebar {
position: -webkit-sticky;
position: sticky;
top: 50px;
height: 100%;
; }  button.menu-toggle {
color: #fff !important;
} h1 {
font-size: 2.0em;
font-weight: bold;
color: #284617;
}
h2 {
color: #333;
font-size: 1.50em;
font-weight: bold;
}
h3 {
font-size: 1.25em;
font-weight: bold;
}
h4 {
font-size: 1.1em;
font-weight: bold;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.background-color-dark {
background-color: var(--dark-bg);
color: var(--text-light);
}
.background-color-light {
background-color: var(--light-bg);
color: var(--text-dark);
}
.background-color-dark h2{
color: var(--text-light);
} .review-tble.table-centered table tr{
text-align: center;
}
.review-tble.table-centered.table-first-column-left table tr td:first-of-type,.review-tble.table-centered.table-first-column-left tr th:first-of-type {
text-align: left;
} a.btn{
border-radius: 4px;
box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 16px;
font-weight: 400;
padding: 10px 25px;
text-align: center;
-webkit-user-select: none;
touch-action: manipulation;
text-decoration: none;
display: inline-block;
float: left;
width: 180px;
}
a.btn.btn-red{
border: 1px solid #a40808;
background-image: linear-gradient(to bottom, #a40808, #b40f0e, #c41514, #d41b1a, #e52020);
}
a.btn.btn-blue{
border: 1px solid #1383b3;
background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
}
a.btn.btn-yellow{
border: 1px solid #c4ca34;
background-image: linear-gradient(to bottom, #ccd239, #c4ca34, #bdc22e, #b5bb29, #aeb323);
}
a.btn.btn-light{
border: 1px solid #e3b53e;
background-image: linear-gradient(to bottom, #f3d483, #efcc72, #ebc562, #e7bd50, #e3b53e);
color: #183d76;
} button.menu-toggle {
color: #000000 !important;
} .responsive-tbl {
overflow-x:auto;
}
table {
font-size: 16px;
}
table th {
background-color: var(--dark-bg);
color: var(--text-light);
text-align: left;
}
table tbody tr:nth-of-type(even) {
background-color: #f1f1f1 !important;
} img.img-border {
border: 1px solid #000;
padding: 2px;
}
img.intext-responsive-img {
max-width: 400px;
margin-bottom: 20px;
} h3.tblheading {
color: var(--color-red);
padding-bottom: 10px;
border-bottom: 2px solid #767676;
margin-bottom: 20px;
}
h3.tblheading::before {
font-family: FontAwesome;
content: "\f005 ";
padding-right: 9px;
position: relative;
top: 2px;
font-size: 1.25em;
}
.table-grey-background {
background-color: #f1f1f1;
border: 1px solid #ccc;
margin-bottom: 20px;
padding: 10px;
}
.divtablewrapper {
margin: 0px;
}
.divtable {
margin: 0px;
width: 100%;
display: table;
text-align: center;
}
.sportsbook-bonus span{
transform: rotate(-4deg);
vertical-align: middle;
display: inline-block;
font-weight: bold;
}
.sportsbook-bonus span.tbl-bonus-1{
font-family: 'Teko', sans-serif; color: #2f5d6b;
padding-right: 5px;
}
.sportsbook-bonus span.tbl-bonus-3 {
font-family: 'Teko', sans-serif;
color: #c10000;
padding-left: 5px;
}
@media screen and (max-width: 690px) {
.table-grey-background {
background-color: #fff;
border: none;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
h3.tblheading {
text-align: center;
}
}
@media screen and (max-width: 580px) {
.divtable {
display: block;
}
}
@media screen and (max-width: 768px) {
img.intext-responsive-img {
max-width: 100%;
}
}
.row {
display: table-row;
}
.row.header .cell{
padding: 15px 10px 5px;
color: #666;
border-top: none;
font-weight: bold;
text-transform: uppercase;
}
.divtablewrapper .rank{
text-align: center;
width: 75px;
font-family: 'Anton', sans-serif;
color: var(--text-dark);
line-height: 25px;
font-size: 151%;
font-size: 24px;
font-weight: normal;
}
.divtablewrapper .rank:before {
content: '#';
position: relative;
top: -2px;
left: 2px;
font-size: 100%;
padding-right: 5px;
color: var(--text-dark);
font-family: arial;
font-weight: normal;
}
.divtablewrapper .sportsbook-logo{
min-width: 150px;
}
.divtablewrapper .sportsbook-logo img, .divtablewrapper .sportsbook-rating img{
margin-top: 7px;
}
.divtablewrapper .visit a{
border: 1px solid #3b6f1d;
background-image: linear-gradient(to bottom, #284617, #2d5019, #315a1a, #36641c, #3b6f1d);
border-radius:6px;
display:inline-block;
cursor:pointer;
color:#fff;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 14px;
text-decoration:none;
width: 180px;
margin-top: 1px;
}  @media screen and (max-width: 1100px) {
.hide-med {
display: none !important;
}
}
@media screen and (max-width: 580px) {
.row:not(.header) {
padding: 14px 0 7px;
display: block;
-moz-box-shadow: 0 0 2px 2px #f1f1f1;
-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
box-shadow: 0 0 2px 2px #f1f1f1;
margin-bottom: 20px;
}
.cell.text-center  {
text-align: center;
}
.hide-med, .hide-small {
display: block !important;
}
.row.header .cell {
display: none !important;
}
.row .cell {
margin-bottom: 10px;
text-align: center;
border-top: none;
}
.row .cell:last-of-type { padding-bottom: 20px;
}
.divtablewrapper .rank{
width: 100%;
}
}
.cell {
padding: 2px;
display: table-cell;
vertical-align: middle;
border-top: 1px solid #ccc;
}
.table .row:not(:first-of-type):hover {
background-color: #f1f1f1 !important;
}
.table-grey-background .row:not(:first-of-type):hover {
background-color: #fff !important;
}
@media screen and (max-width: 580px) {
.cell {
padding: 2px 16px;
display: block;
}
}  .row-review-box {
margin: 20px 20px 40px 20px;
background-color: #f1f1f1;
border: 1px solid #e2e2e2;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
border-radius: 3px;
}
.row-review-box *{
margin: 0px;
}
.row-review-box .review-content{
background-color: #fff;
padding: 10px 10px 10px 20px;
border-bottom: 1px solid #e2e2e2;
}
.row-review-box .header p.review-logo{
width: 132px;
float: right
}
.row-review-box .header p.review-logo img{
height: 35px;
margin-top: 8px;
}
.row-review-box .review-content p.rating{
width: 50px;
line-height: 30px;
background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
float: left;
border: 1px solid #e2e2e2;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
margin-top:-40px;
margin-left:-40px;
border-radius: 50px;
text-align: center;
color: #fff;
font-weight: bold;
padding: 9px 10px;
}
.row-review-box .header h2{
padding: 10px 10px 15px 0px;
color: #397db9;
}
.row-review-box .header h2 img{
width: 100px;
}
.row-review-box .review-content p.slogan{
margin-bottom: 15px;
font-weight: bold;
}
.row-review-box .review-action {
width: 100%;
float: left;
padding-top: 3px;
}
.row-review-box .review-action p a.btn{
margin: 13px 2px 0px 2px;
width: calc(50% - 4px);
}
.row-review-box .review-banking {
width: 40%;
float: left;
padding-left: 10px;
padding-top: 7px;
padding-bottom: 0px;
text-align: center;
}
p.deposit-methods-icons img{
width: 25px;
margin-left:2px;
margin-right:2px;
}
@media (max-width: 1190px) {
.row-review-box .review-action {
width: 100%;
}
.row-review-box .review-banking {
width: 100%;
border-top: 1px solid #ccc;
margin-top: 15px;
}
}
@media (max-width: 992px) {
ul.list-grid.three-cols li,ul.list-grid.four-cols li{
width: calc(50% - 2px);
}
.row-review-box .header h2 img{
display: block;
width: 100px;
}
.row-review-box .header p.review-logo{
width: 100%;
float: left
}
}
@media (max-width: 767px) {
.row-review-box .review-action p a.btn{
margin: 10px;
width: calc(100% - 20px);
}
}
@media (max-width: 550px) {
ul.list-grid li {
width: 100% !important;
}
.row-review-box .header p.review-logo{
text-align: center
}
} .banking-blocks {
padding: 10px 15px;
}
.review-banking-methods {
background-color: #253341;
color: #fff; margin-right: 1px !important;
margin-bottom: 1px !important;
width: calc(25% - 1px);
float: left;
}
.review-banking-methods:nth-child(even) {
background-color: #3a4754;
}
.review-banking-methods p{
width: 100%;
border-bottom: 1px solid #999;
padding-top: 10px;
padding-bottom: 7px;
}
.review-banking-methods p img{
width: 24px;
float: left;
margin-left: 6px;
margin-right: 7px;
margin-top: 0px;
}
.review-banking-methods ul{
list-style: none;
margin: 5px 5px 5px 10px;
}
.review-banking-methods ul li{
}
@media (min-width: 1190px) {
.review-banking-methods {
width: calc(20% - 1px);
}
}
@media (max-width: 885px) {
.review-banking-methods {
width: calc(33.3% - 1px);
} 
}
@media (max-width: 660px) {
.review-banking-methods {
margin-right: none !important;
width: 100%;
}
}  ul.list-icons {
list-style: none;
margin-left: 25px;
}
ul.list-icons li::before {
font-family: FontAwesome;
padding-right: 9px;
color: var(--list-icon-color);
position: relative;
top: 2px;
font-size: 1.25em;
}
ul.list-icons.checkmark li::before {
content: "\f00c ";
}
ul.list-icons.square-checkmark li::before {
content: "\f14a ";
}
ul.list-icons.circle-arrow li::before {
content: "\f0a9 ";
}
ul.list-icons.circle-exclamation li::before {
content: "\f06a ";
}
.background-color-dark ul.list-icons li::before {
color: var(--light-bg);
}
.background-color-light ul.list-icons li::before {
color: var(--dark-bg);
}
ul.list-icons.color-green li::before {
color: var(--color-green);
}
ul.list-icons.color-blue li::before {
color: var(--color-blue);
}
ul.list-icons.color-red li::before {
color: var(--color-red);
} ul.fancy {
list-style: none;
margin-left: 0px;
text-indent: 10px;
}
.fancy li {
list-style: none;
list-style-position: outside;
font-weight: normal;
margin-bottom: 5px;
padding: 3px 9px;
}
.fancy li::before {
font-family: FontAwesome;
content: "\f04b ";
padding-right: 9px;
position: relative;
top: 1px;
color: var(--color-red);
}
.fancy li:nth-child(odd) {
background: #f1f1f1;
}
.fancy li:nth-child(even) {
background: #f4f5f5;
}  ol.numbered {
counter-reset: counter;
list-style: none;
margin-left: 0px;
}
ol.numbered li {
margin: 0 0 0.5rem 0;
counter-increment: counter;
position: relative;
padding-left: 45px;
padding-top: 3px;
padding-bottom: 3px;
}
ol.numbered li::before {
content: counter(counter);
color: #fff;
font-size: 20px;
font-weight: bold;
position: absolute;
left: 7px;
width: 29px;
height: 29px;
top: 0;
background: #a70000;
border-radius: 50%;
text-align: center;
}
ol.numbered li:nth-child(odd) {
background: #f1f1f1;
}
ol.numbered li:nth-child(even) {
background: #f4f5f5;
}  ul.list-grid {
padding-left: 0px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 0px;
list-style: none;
width: 100%;
float: left;
}
ul.list-grid li {
width: 100%;
min-width: 180px;
float: left; border: 1px solid #ccc;
margin: 1px;
font-size: 90%;
background-color: #fafafa;
}
ul.list-grid li:hover {
background-color:#E9E1E1;
}
ul.list-grid:not(.links) li{
padding: 7px 10px;
}
ul.list-grid.icons li{
padding: 3px 10px;
}
ul.list-grid li a{
display: block;
text-decoration: none;	
}
ul.list-grid.links li, ul.list-grid.icons li {
line-height: 36px;
}
ul.list-grid.links li img, ul.list-grid.icons li img{
width: 24px;
float: left;
margin-left: 6px;
margin-right: 10px;
margin-top: 6px;
max-height: 24px;
}
ul.list-grid li a:hover {
background-color:#E9E1E1;
}
ul.list-grid.two-cols li{
width: calc(50% - 2px);
}
ul.list-grid.three-cols li {
width: calc(33.3% - 2px);
}
ul.list-grid.four-cols li{
width: calc(25% - 2px);
}
ul.list-grid.odds-btn li {
position: relative; }
ul.list-grid.odds-btn li a{
display: block;
width: 85px;
text-align: right;
position: absolute;
right: 0px;
top: 0px;
height: 36px;
padding-right: 10px;
padding-top: 7px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
color: #fff;
background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
}
ul.list-grid.odds-btn li a:hover > li{
background-color: #ccc;
}
ul.cols-icons li i{
margin-right: 10px;
color: var(--list-icon-color);
}  .property-callout {
padding: 0px;
background-color: #172838;
background-image:url(//www.mastersbettingodds.com/images/property-callout-bg.png);
background-position:center left;
background-repeat: no-repeat;
background-size: auto;
height: 90px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
.property-callout * {
margin: 0px !important;
}
.property-callout p:first-of-type{
width:160px;
float: left;
padding: 20px 10px 15px 10px;
margin-right: 35px;
}
.property-callout h2{
font-size:18px !important;
width: calc(100% - 335px);
text-align: center;
color: #fff;
padding-top: 25px;
border: none !important;
float: left;
}
.property-callout p a.property-callout-action{
width:120px;
float: right;
display:block;
height: 100%;
background-image: linear-gradient(to bottom, #e5b85e, #dcb056, #d3a84e, #cba047, #c2983f);
padding: 21px 18px;
color: var(--dark-bg);
font-size:17px;
text-align: center;
border-radius:6px;
font-weight: bold;
text-shadow:0px 1px 0px #2f6627;
text-decoration:none;
}
.property-callout.red{
background-color: red;
}
.property-callout.red p .property-callout-action {
background-image: linear-gradient(to bottom, #051937, #001a4a, #00195d, #00146e, #0c077c);
border:1px solid #0c077c;
}
@media (max-width: 740px){
.property-callout h2{
padding-top: 15px;
}
}
@media (max-width: 600px){
.property-callout h2{
display: none;
}
.property-callout p a.property-callout-action{
margin-right: 20px;
}
} @media (max-width: 992px) {
ul.list-grid.three-cols li,ul.list-grid.four-cols li{
width: calc(50% - 2px);
}
.row-review-box .content p a.btn{
margin: 10px none;
width: 100%;
}
.row-review-box .header h2 img{
display: block;
width: 100px;
}
.row-review-box .header p.review-logo{
width: 100%;
float: left
}
}
@media (max-width: 550px) {
ul.list-grid li {
width: 100% !important;
}
.row-review-box .header p.review-logo{
text-align: center
}
} @media (min-width: 980px) {
#right-sidebar {
width: 320px;
}
body:not(.no-sidebar) #primary {
width: calc(100% - 320px);
}
} @media(max-width:979px) {
.site-content {
flex-direction: column;
}
.site-content .content-area,
.is-right-sidebar {
width: 100%;
}
.one-container.right-sidebar .site-main {
margin-right: 0;
}
.slideout-toggle {
display: none;
}
}
.section-divider {
margin: 0px;
margin-top: -50px;
margin-bottom: -50px;
}
.astrodivider {
margin:64px auto;
width:100%; 
max-width: 100%;
position:relative;
}
.astrodividermask { 
overflow:hidden; height:20px; 
}
.astrodividermask:after { 
content:''; 
display:block; margin:-25px auto 0;
width:100%; height:25px;  
border-radius:125px / 12px;
box-shadow:0 0 8px #9e0f0f;
}
.astrodivider span {
width:50px; height:50px; 
position:absolute; 
bottom:100%; margin-bottom:-25px;
left:50%; margin-left:-25px;
border-radius:100%;
box-shadow:0 2px 4px #9e0f0f;
background:#fff;
}
.astrodivider i {
position:absolute;
top:4px; bottom:4px;
left:4px; right:4px;
border-radius:100%;
border:1px dashed #9e0f0f;
text-align:center;
line-height:40px;
font-style:normal;
color:#9e0f0f;
} .dropdown-hover .main-navigation:not(.toggled) ul .open-left ul {
left: auto;
right: 0;
}
.dropdown-hover .main-navigation:not(.toggled) ul .open-left li:hover>ul {
left: auto;
right: 100%;
}
.main-navigation .main-nav ul .open-left ul li.menu-item-has-children > a {
padding-left: 0;
padding-right: 20px;
}
.main-navigation ul .open-left ul .menu-item-has-children .dropdown-menu-toggle {
float: left;
padding-left: 20px;
padding-right: 15px;
}   .row-review-box .review-content p.rating-2{
width: 100px;
line-height: 70px;
background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
float: left;
border: 1px solid #e2e2e2;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
margin-top:-10px;
margin-left:-20px;
margin-bottom:-10px;
text-align: center;
color: #fff;
font-weight: bold;
padding: 9px 10px;
}
.row-review-box .header p.review-logo-2{
width: 200px;
float: left;
text-align: center;
border-right: 1px solid #ccc;
}
.row-review-box .header p.review-logo-2 img{
height: 35px;
margin-top: 18px;
margin-bottom: 13px;
}
.row-review-box .header div.review-promo{
width: 200px;
float: left;
text-align: center;
}
.row-review-box .header div.review-promo p:first-of-type{
width: 100%;
text-align: center;
font-weight: bold;
color: red;
display: inline-block;
}
.highlight-property {
margin: 20px 0px 40px 0px;
background-color: #f1f1f1;
border: 1px solid #e2e2e2;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
border-radius: 3px;
padding: 15px 15px 0px 15px;
}
.highlight-property-highlight {
display: grid;
grid-template-columns: 100px 1fr 1fr 1fr; gap: 16px;
width: 100%; align-items: center;
border: 1px solid #ddd;
margin-bottom: 20px;
background: #fff;
text-align: center;
}
.highlight-property-highlight .highlight-item {
display: flex; align-items: center; justify-content: center;
min-height: 100px;
}
.highlight-property-highlight .highlight-item.image-stack {
display: flex;
flex-direction: column; 
gap: 8px; }
.highlight-property-highlight .highlight-item.image-stack img {
width: 100%; }
.highlight-property *{
margin: none;
padding: none;
}
.highlight-property .highlight-rating{ background-image: linear-gradient(to bottom, #284617, #2d5019, #315a1a, #36641c, #3b6f1d);
text-align: center;
height: 100%;
}
.highlight-property .highlight-rating p{
color: #fff;
font-size: 24px;
padding-top: 45px;
}
.highlight-property .highlight-logo{
text-align: center;
border-right: 1px solid #f1f1f1;
background-color: #fff;
}
.highlight-property .highlight-logo img.stars{
width: 100px;
}
.highlight-property .highlight-promo{
text-align: center;
background-color: #fff;
border-right: 1px solid #f1f1f1;
}
.highlight-property .highlight-promo p{
margin-top: 35px;
}
.highlight-property .highlight-action{
background-color: #fff;
}
.highlight-property .highlight-action a.btn{
width: 90%;
}
.highlight-property .highlight-promo span{
font-weight: bold;
font-size: larger;
}
.highlight-property h3{
font-size: 1.15em;
margin-top: 20px;
}
.highlight-property .highlight-banking{
background-color: #fff;
}
.highlight-property .highlight-banking img{
width: 32px;
margin-right: 8px;
}
@media (max-width: 768px) {
.highlight-property-highlight {
grid-template-columns: 1fr 1fr; grid-template-areas:
"col1 col2"
"col3 col4";
}
}
.highlight-property .highlight-rating p{
color: #fff;
padding-top: 25px;
}
.highlight-property .highlight-logo{
text-align: center;
border-right: none;
border-bottom: 1px solid #f1f1f1;
}
.highlight-property .highlight-promo p{
padding-top: 5px;
padding-bottom: 5px;
margin: 0px;
border-bottom: 1px solid #f1f1f1;
}
.highlight-property .highlight-action a.btn{
width: 90%;
}
}
h3 i{
color: #F6AE2D;
}
table.include-team-logos tr td img {
height: 20px;
vertical-align: middle;
margin-right: 10px;
}
.global_team-schedules h2{
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
table.table-standings tbody tr td:not(:first-child), table.table-standings thead tr th:not(:first-child){
max-width: 50px;
text-align: center;
}
@media (max-width: 768px) {
table.table-standings thead tr th span {
display: none;
}
}
ul.list-grid.txt-btn li strong{
display: inline-block;
float: right;
width: 65px;
color: #fff;
text-align: center;
background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
}
table.with-payment-icons td img {
width: 20px;
position: relative;
top: 3px;
margin-right: 10px;
}
table.center-second-col tr td:nth-of-type(2), table.center-second-col tr th:nth-of-type(2) {
text-align: center;
}
table.center-third-col tr td:nth-of-type(3), table.center-third-col tr th:nth-of-type(3) {
text-align: center;
}
table.center-last-col tr td:last-of-type, table.center-last-col tr th:last-of-type {
text-align: center;
}
p.sb-callouts {
width: 50%;
float: left;
text-align: center;
}
@media (max-width: 768px) {
p.sb-callouts {
width: 100% !important;
float: none;
}
}
.blog-article {
box-shadow: var(--box-shadow) !important;
border-color: #f1f1f1 !important;
position: relative;
padding-bottom: 30px;
}
.blog-article .gbp-card__title {
font-size: 1.1rem;
}
.blog-article .article_content {
padding: 15px;
}
.blog-article .article_content .readmore {
display: block;
position: absolute;
bottom: 10px;
background: #e10507;
background-image: var(--green-linear-gradient);
color: white;
text-decoration: none;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.full-width-row .wp-block-post-featured-image {
width: 100%;
height: 350px;
background-size: cover
}