@font-face {
    font-family: "OpenSans-Regular";
    src: url("/fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Lato-Light";
    src: url("/fonts/Lato-Light.ttf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #d8d8d8;
    background-color: #2b2d30;
}

img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

.rightimg {
    float: right;
    margin: 9px 0 9px 9px;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 14px;
}

.main-header {
    margin-bottom: 34px;
    background: #232426;
}

.main-header .betandyou-header-block {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #232426;
    font-size: 15px;
    font-weight: 500;
}

.main-header .betandyou-header-block .primary-btn {
    margin-left: 14px;
}

.main-header .betandyou-header-block .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.primary-btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    padding: 7px 26px 9px;
    color: #000;
    cursor: pointer;
}

.primary-btn.btn-blue {
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0px;
    height: 36px;
    box-shadow: 0px -1px 16px 1px #ede9f0;
    background: #232325;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    color: #FFFFFF;
}

.primary-btn.btn-blue:hover {
    color: #FFFFFF;
}

.primary-btn.btn-gold {
    height: 56px;
    background-color: #fede3e !important;
    color: #3e4046 !important;
    padding: 0 18px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    white-space: nowrap;
}

.primary-btn.btn-gold i {
    font-size: 23px;
    margin-left: 16px;
    font-weight: 400;
    position: relative;
    z-index: 5;
}

.primary-btn:hover {
    background: #ccaf14;
}

.betandyou-main-content p,
.betandyou-main-content ul {
    padding-bottom: 12px;
    padding-top: 10px;
    line-height: 25px;
    color: #d8d8d8;
}

.betandyou-main-content ul {
    list-style-position: inside;
    padding-left: 18px;
}

h1 {
    font-size: 34px;
    padding: 0 0 18px;
}

h2 {
    font-size: 28px;
}

h2 {
    padding: 18px 0 12px;
}

h1 {
    font-family: "Lato-Light", Arial, sans-serif;
    color: #fff;
    font-weight: 100;
}

h2 {
    font-family: "Lato-Light", Arial, sans-serif;
    color: #fede3e;
    font-weight: 100;
}

.betandyou-main-content a {
    color: #fede3e;
    text-decoration: none;
}

.betandyou-main-content a:visited {
    color: #ff6916;
}

.site-logo {
    margin-right: auto;
}

.site-logo img {
    width: 84%;
}

.l-logo {
    margin: -6px;
    font-size: 26px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 1.7;
    font-style: italic;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.r-logo {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    line-height: 1.7;
    font-style: italic;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.offer-table-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.offer-table {
    border-collapse: collapse;
    width: 100%;
}

.offer-table td {
    border: 3px solid #e0e0e0;
    padding: 10px;
    text-align: center;
    margin-right: 44px;
}

.offer-icon {
    max-width: 130px;
}

.offer-text {
    text-align: center;
}

.offer-button {
    background-color: #232325;
    color: white;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 7px;
    transition: background-color 0.3s;
    box-shadow: 0px -1px 16px 1px #ede9f0;
}

@media only screen and (max-width: 850px) {
    .main-header .betandyou-header-block .primary-btn {
        margin: 0 7px;
    }
    .main-header .betandyou-header-block .container {
        justify-content: center;
    }
    .site-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .main-header .betandyou-header-block .primary-btn {
        margin-top: 12px;
    }
    img[class*="wp-image"] {
        display: block;
        float: none;
        margin: 0 auto;
    }
}

table {
    border: 2px;
    border-radius: 6px;
    margin: auto;
    margin-top: 12px;
    width: 94%;
    box-shadow: 0px -1px 16px 2px #fede3e;
    background: #787b84;
}

th {
    text-align: center;
    width: 44%;
    border: 3px solid #fede3e;
    border-radius: 7px;
    color: #ffffff;
    height: 26px;
}

td {
    padding: 10px;
    text-align: center;
    border-radius: 6px;
}

@media all and (min-width:1520px) {
    .wp-site-blocks .content-container .alignwide {
        margin-left: -122px;
        margin-right: -122px;
        width: unset;
        max-width: unset;
    }
}

.content-style-boxed .wp-site-blocks .entry-content .alignwide {
    margin-left: -2.3rem;
    margin-right: -2.3rem;
}

@media all and (max-width:1024px) {
    .content-style-boxed .wp-site-blocks .entry-content .alignwide {
        margin-left: -2.3rem;
        margin-right: -2.3rem;
    }
}

@media all and (max-width:767px) {
    .content-style-boxed .wp-site-blocks .entry-content .alignwide {
        margin-left: -1.7rem;
        margin-right: -1.7rem;
    }
}

body.footer-on-bottom #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto;
}

.site-footer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-1 {
    display: flex;
    justify-content: center;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.site-footer-section {
    display: flex;
    max-height: inherit;
}

.footer-widget-area {
    flex: 1;
    min-width: 0;
    display: flex;
}

.footer-widget-area > * {
    flex: 1;
    min-width: 0;
}

.site-footer-section {
    position: relative;
}

.site-footer-section:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: 0;
    right: -18px;
    transform: translateX(50%);
}

.footer-html {
    margin: 1.2em 0;
}

.footer-html p:last-child {
    margin-bottom: 0;
}

.footer-html p:first-child {
    margin-top: 0;
}

.site-bottom-footer-inner-wrap {
    padding-top: 0;
    padding-bottom: 34px;
    grid-column-gap: 34px;
}

.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after {
    right: calc(-34px / 2);
}

footer small {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 28px;
}

footer small p {
    font: 15px;
    color: #d0d0d0;
    justify-content: center;
}