@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

.affmo_au.loading {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #999;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 0.8s infinite ease-in-out;
    animation: sk-scaleout 0.8s infinite ease-in-out
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"] {
    direction: ltr
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, main {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

strong {
    font-weight: inherit
}

strong {
    font-weight: bolder
}

video {
    display: inline-block
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

menu {
    display: block
}

[hidden] {
    display: none
}

@media print {
    *, ::after, ::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-top: 0;
    margin-bottom: 1rem
}*/

table, th, td {
    border: 1px solid;
}

ul {
    margin-top: 0;
}

ul ul {
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button], a, area, button, input, label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input {
    line-height: inherit
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=time], input[type=month] {
    -webkit-appearance: listbox
}

input[type=search] {
    -webkit-appearance: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.figure-caption {
    font-size: 90%;
    color: #636c72
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col-12, .col-2, .col-4, .col-6, .col-lg-6, .col-md-3, .col-md-5, .col-md-7, .col-sm-4, .col-xl-3, .col-xl-4, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col-12, .col-2, .col-4, .col-6, .col-lg-6, .col-md-3, .col-md-5, .col-md-7, .col-sm-4, .col-xl-3, .col-xl-4, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col-12, .col-2, .col-4, .col-6, .col-lg-6, .col-md-3, .col-md-5, .col-md-7, .col-sm-4, .col-xl-3, .col-xl-4, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col-12, .col-2, .col-4, .col-6, .col-lg-6, .col-md-3, .col-md-5, .col-md-7, .col-sm-4, .col-xl-3, .col-xl-4, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col-12, .col-2, .col-4, .col-6, .col-lg-6, .col-md-3, .col-md-5, .col-md-7, .col-sm-4, .col-xl-3, .col-xl-4, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .pull-md-7 {
        right: 58.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .pull-xl-3 {
        right: 25%
    }

    .push-xl-9 {
        left: 75%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody + tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered td, .table-bordered th {
    border: 1px solid #eceeef
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-success, .table-success > td, .table-success > th {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6
}

.table-info, .table-info > td, .table-info > th {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control:disabled {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:active {
    background-image: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:active {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0275d8;
    background-color: transparent
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-link:disabled {
    background-color: transparent
}

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed
}

.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-inverse .card-blockquote {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, .65)
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem
}

.breadcrumb::after {
    display: block;
    content: "";
    clear: both
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #636c72
}

.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.popover-content {
    padding: 9px 14px
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

@media (min-width: 576px) {
    .d-sm-table {
        display: table !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 768px) {
    .d-md-table {
        display: table !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 992px) {
    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.mb-3 {
    margin-bottom: 1rem !important
}

.text-justify {
    text-align: justify !important
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(/wp-content/themes/bonusinsider/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('/wp-content/themes/bonusinsider/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(/wp-content/themes/bonusinsider/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/wp-content/themes/bonusinsider/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/wp-content/themes/bonusinsider/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('/wp-content/themes/bonusinsider/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-file-video-o:before {
    content: "\f1c8"
}

/*!
Theme Name: Bonus Insider New Theme
Theme URI: http://www.bonusinsider.com
Author: Plamena Kokalova
Author URI: http://www.bonusinsider.com
Description: Custom theme designed for Bonus Insider
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bonusinsider
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bonusinsider is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, figcaption, footer, header, main, menu, nav, section {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0
}

caption {
    caption-side: top
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button, html input[type="button"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 5px;
}

body, button, input {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1, h2, h3 {
    text-align: center;
    color: #e69b19;
    clear: both;
}

h2, h3 {
    margin-bottom: 1em
}

h2 {
    color: #263c78;
    font-weight: 700
}

h3 {
    color: #E69D06
}

p {
    margin-bottom: 1em
}

blockquote {
    margin: 0 1.5em
}

var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    background: #fff;
    overflow-x: hidden
}

ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

li > ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    height: auto;
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height)
}*/

table {
    margin: 0 0 1.5em;
    width: 100%
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

button, input[type="button"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline: none
}

input[type="text"], input[type="url"], input[type="search"], input[type="number"], input[type="month"], input[type="week"], input[type="time"], input[type="color"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type="text"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="color"]:focus {
    color: #111
}

a {
    color: #052334
}

a:visited {
    color: #052334
}

a:hover, a:focus, a:active {
    color: #e69d06;
    text-decoration: none
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

.main-navigation {
    clear: both;
    display: block;
    float: left
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto
}

.main-navigation li {
    float: left;
    position: relative;
    padding-right: 25px
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #052334
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #e69d06
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #e69d06
}

.main-navigation li ul.sub-menu {
    background: #F4F4F4
}

.main-navigation li ul.sub-menu li {
    padding: 10px 0 10px 15px
}

.menu-toggle, .main-navigation.toggled ul {
    display: block
}

.menu-toggle {
    border: none;
    background: none
}

@media screen and (min-width: 1200px) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.site-main .posts-navigation {
    max-width: 320px;
    margin: 1em auto
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
    margin-bottom: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.wh-widget {
    padding: 30px 0
}

.wh-widget.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%
}

.wh-widget:not(.full-width) {
    padding: 20px
}

.wh-widget.white {
    background: #fff;
    color: #4d4d4d
}

.wh-widget.light-blue {
    background: #ebf9ff;
    color: #4d4d4d
}

.wh-widget.orange {
    background: #e69d06;
    color: #fff
}

.wh-widget.blue ul li:before, .wh-widget.orange ul li:before {
    color: #fff
}

.wh-widget.blue {
    background: #276079;
    color: #fff
}

.wh-widget h2 a, .wh-widget h3 a {
    text-decoration: none !important
}

.wh-widget.blue h2, .wh-widget.blue h3, .wh-widget.orange h2, .wh-widget.orange h3 {
    color: #fff
}

.wh-widget.white h2, .wh-widget.white h3, .wh-widget.faq-section-items h2, .wh-widget.faq-section-items h3 {
    color: #4d4d4d
}

.wh-widget.blue a, .wh-widget.orange a {
    color: #fff;
    text-decoration: underline
}

.wh-widget ul.guide-list a {
    display: inline-block;
    padding: 4px 12px;
    background: #FFF;
    color: #276079 !important;
    text-decoration: none !important;
    border-radius: 6px;
    list-style: none !important;
    border: 2px solid #276079
}

.wh-widget ul.guide-list a:hover {
    background: #e69d06;
    color: #fff !important;
    border: 2px solid #FFF
}

.wh-widget.cards-content-section .section-items .item {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer
}

.wh-widget.cards-content-section .intro {
    margin-bottom: 1em
}

.wh-widget.cards-content-section .intro p:last-child {
    margin-bottom: 0
}

.wh-widget.cards-content-section .section-items .item img {
    display: block;
    margin: 0 auto 5px auto
}

.wh-widget.cards-content-section .section-items .item span:before {
    content: '▼'
}

.wh-widget.cards-content-section .section-items .item.active span:before {
    content: '▲'
}

.wh-widget.cards-content-section .section-items--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.wh-widget.cards-content-section .section-items--flex.fixed {
    left: 0;
    top: 0;
    right: 0;
    z-index: 999
}

.wh-widget.cards-content-section .section-items--flex .item {
    width: calc(16.66% - 10px);
    margin: 5px;
    transition: opacity .3s ease-in-out
}

.wh-widget.cards-content-section .section-items--flex .item:hover {
    opacity: .85
}

.wh-widget.cards-content-section .section-items--flex .item img {
    height: 120px;
    height: .3s linear
}

.wh-widget.cards-content-section .section-items--flex.fixed .item img {
    height: 50px
}

.wh-widget .item-description ul {
    text-align: justify
}

@media (max-width: 992px) {
    .wh-widget.cards-content-section .section-items--flex .item {
        width: calc(33.33% - 10px)
    }

    .wh-widget.cards-content-section .section-items--flex .item img {
        height: 100px
    }
}

@media (max-width: 768px) {
    .wh-widget .item-description ul {
        padding-inline-start: 24px;
        margin-left: 0
    }
}

@media (max-width: 480px) {
    .wh-widget.cards-content-section .section-items--flex .item {
        width: calc(50% - 10px)
    }
}

.wh-widget.cards-section .section-items .item {
    margin-bottom: 15px;
    text-decoration: none
}

.wh-widget.cards-section .section-items a.item {
    color: #fff
}

.wh-widget.cards-section .section-items .item .item-content {
    border: 3px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: #fafafa
}

.wh-widget.cards-section .section-items .item .item-content .title {
    font-size: 16px;
    padding: 7px 5px;
    background: #e69d06;
    text-shadow: 1px 1px solid #666;
    line-height: 20px
}

@media (max-width: 992px) {
    .wh-widget.cards-section .section-items .item .item-content {
        height: auto
    }
}

.wh-widget.cards-section.orange .section-items .item .item-content .title {
    background: #276079
}

.wh-widget.faq-section-items .faq-box {
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.wh-widget.faq-section-items .faq-box .faq-item {
    padding: 25px;
    border-bottom: 1px solid #e6e6e6
}

.wh-widget.faq-section-items .faq-box .faq-item:last-child {
    border: none
}

.wh-widget.faq-section-items .faq-box .showMore {
    cursor: pointer
}

.wh-widget.faq-section-items .faq-box .faqMore {
    background: transparent !important;
    padding: 0
}

.wh-widget.faq-section-items .faq-box .faqMore:after {
    content: none
}

.wh-widget.faq-section-items .faq-box .faqMore h3 {
    font-size: 20px;
    font-weight: 400
}

.wh-widget.faq-section-items .faq-box .faqMore h3:before {
    content: '';
    background: url(/wp-content/themes/bonusinsider/images/faq-icon.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    position: relative;
    bottom: -5px;
    margin-right: 5px
}

.wh-widget.faq-section-items .faq-box .showMore.active h3:before {
    background: url(/wp-content/themes/bonusinsider/images/faq-icon-active.svg);
    background-size: contain
}

.wh-widget.faq-section-items .faq-box .showMoreText {
    color: #4d4d4d;
    background: transparent
}

.wh-widget.timeline-section-items .timeline, .wh-widget.tabs-section-items .tabs, .wh-widget.compare-section-items .compare-section-content {
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #4d4d4d
}

.wh-widget.blue.timeline-section-items .timeline h2, .wh-widget.blue.timeline-section-items .timeline h3, .wh-widget.orange.timeline-section-items .timeline h2, .wh-widget.orange.timeline-section-items .timeline h3, .wh-widget.blue.tabs-section-items .tabs h2, .wh-widget.blue.tabs-section-items .tabs h3, .wh-widget.orange.tabs-section-items .tabs h2, .wh-widget.orange.tabs-section-items .tabs h3, .wh-widget.blue.compare-section-items .compare-section-content h2, .wh-widget.blue.compare-section-items .compare-section-content h3, .wh-widget.orange.compare-section-items .compare-section-content h2 .wh-widget.orange.compare-section-items .compare-section-content h3 {
    color: #4d4d4d
}

.wh-widget.timeline-section-items .timeline a, .wh-widget.tabs-section-items .tabs a, .wh-widget.compare-section-items .compare-section-content a {
    color: #276079
}

.wh-widget.timeline-section-items .timeline .wh-widget-title, .wh-widget.tabs-section-items .tabs .wh-widget-title, .wh-widget.compare-section-items .compare-section-content .wh-widget-title {
    background: #e69d06;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
    line-height: 1.3;
    margin: 0 0 25px 0
}

.wh-widget.blue.timeline-section-items .timeline .wh-widget-title, .wh-widget.blue.tabs-section-items .tabs .wh-widget-title, .wh-widget.blue.compare-section-items .compare-section-content .wh-widget-title {
    color: #fff;
    background: #e69d06
}

.wh-widget.orange.timeline-section-items .timeline .wh-widget-title, .wh-widget.orange.tabs-section-items .tabs .wh-widget-title, .wh-widget.orange.compare-section-items .compare-section-content .wh-widget-title {
    color: #fff;
    background: #276079
}

.wh-widget.timeline-section-items .timeline .timeline-item {
    border-left: 5px solid #276079;
    margin-left: 30px;
    padding-right: 50px;
    padding-left: 20px
}

.wh-widget.timeline-section-items .timeline .timeline-item:last-child {
    background: #276079;
    border: none;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 55px;
    padding-top: 15px;
    color: #fff
}

.wh-widget.timeline-section-items .timeline .timeline-item:last-child a {
    color: #fff;
    text-decoration: underline
}

.wh-widget.timeline-section-items .timeline .timeline-item h3 {
    position: relative
}

.wh-widget.timeline-section-items .timeline .timeline-item h3 .item-idx {
    left: -38px;
    top: -3px;
    line-height: 1.2;
    position: absolute;
    background: #fff;
    border: 3px solid #276079;
    color: #e69d06;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 700
}

.wh-widget.timeline-section-items .timeline .timeline-item:last-child h3 {
    color: #fff
}

.wh-widget.timeline-section-items .timeline .timeline-item:last-child h3 .item-idx {
    top: 0;
    border-color: #e69d06
}

.wh-widget.tabs-section-items .tabs .wh-widget-title {
    margin-bottom: 0
}

.wh-widget.tabs-section-items .tabs .tabs-container {
    border-right: 2px solid #e69d06;
    padding-top: 2px
}

.wh-widget.tabs-section-items .tabs h3.tab-title {
    color: #fff;
    margin: 0 -15px;
    padding: 15px;
    border: 2px solid #fff;
    background: #276079;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer
}

.wh-widget.tabs-section-items .tabs .tab-title.active {
    background: #fff;
    color: #e69d06;
    border: 2px solid #e69d06;
    margin-right: -17px;
    border-right: 2px solid #fff
}

.wh-widget.tabs-section-items .tabs .tab-content {
    overflow: hidden;
    position: relative;
    background: transparent;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    max-height: 400px
}

.wh-widget.tabs-section-items .tabs .tab-content.hidden {
    max-height: 0 !important
}

.wh-widget.tabs-section-items .tabs .tab-content .viewMore {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 15px;
    height: 80px;
    line-height: 120px;
    background: rgba(255, 255, 255, .3);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 65%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, .3)), color-stop(65%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 65%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 65%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 65%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.wh-widget.compare-section-items .intro {
    margin-bottom: 1em
}

.wh-widget.compare-section-items .intro p:last-child {
    margin-bottom: 0
}

.wh-widget.compare-section-items .compare-section-content .comparison-table {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    max-width: calc(100% - 30px);
    border: 1px solid #e6e6e6;
    margin-bottom: 15px
}

.wh-widget.compare-section-items .compare-section-content .col-left, .wh-widget.compare-section-items .compare-section-content .col-right {
    position: relative
}

.wh-widget.compare-section-items .compare-section-content .col-left:after {
    content: '';
    border-left: 1px solid #e6e6e6;
    position: absolute;
    top: -15px;
    bottom: -15px;
    right: 0
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-header .col-left, .wh-widget.compare-section-items .compare-section-content .comparison-table-header .col-right {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-header .col-left {
    background: #276079
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-header .col-right {
    background: #e69d06
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-row {
    text-align: justify;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-row.last {
    border: none
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-row .col-left .check-icon, .wh-widget.compare-section-items .compare-section-content .comparison-table-row .col-right .check-icon {
    width: 40px;
    float: left;
    margin-right: 5px
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-row .col-left .col-content, .wh-widget.compare-section-items .compare-section-content .comparison-table-row .col-right .col-content {
    display: inline-block;
    width: calc(100% - 45px)
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-row .col-left p:last-child, .wh-widget.compare-section-items .compare-section-content .comparison-table-row .col-right p:last-child {
    margin: 0
}

.wh-widget.compare-section-items .compare-section-content .comparison-table-footer {
    text-align: justify;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e6e6e6
}

.wh-widget.hp-guides-section a {
    text-decoration: none;
    text-align: center
}

.wh-widget.hp-guides-section h2 {
    font-size: 16px;
    margin-bottom: 10px
}

.wh-widget.hp-guides-section.hp-guides-overlay a {
    display: block;
    overflow: hidden;
    margin-bottom: 13px;
    color: #fff
}

.wh-widget.hp-guides-section.hp-guides-overlay a h2 {
    color: #fff
}

.wh-widget.hp-guides-section.hp-guides-overlay a img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #fff
}

.wh-widget.hp-guides-section.hp-guides-overlay a .inner-content {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px
}

.wh-widget.hp-guides-section.hp-guides-overlay a.col-sec {
    margin-bottom: 15px
}

.wh-widget.list-best-casinos {
    margin-bottom: 15px;
    padding-top: 15px
}

.wh-widget.list-best-casinos .brand-list {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: cnt
}

.wh-widget.list-best-casinos .brand-list li.brand-item {
    padding: 15px 25px 0 25px
}

.wh-widget.list-best-casinos .brand-list li.brand-item:nth-child(2n) {
    background-color: #fcf0db
}

.wh-widget.list-best-casinos .brand-list li.brand-item h3 {
    margin: 0 0 15px 0;
    color: #333
}

.wh-widget.list-best-casinos .brand-list li.brand-item h3:before {
    counter-increment: cnt;
    content: counter(cnt) ".";
    margin-right: 5px;
    color: #333
}

.wh-widget.list-best-casinos .brand-list .row {
    border: 1px solid #ccc;
    border-top: 4px solid #1EB2D6;
    padding-top: 10px;
    margin: 0
}

.wh-widget.list-best-casinos .brand-list li.brand-item:nth-child(2n) .row {
    border-color: #e69d06
}

.wh-widget.list-best-casinos .brand-list .row.lbc-summary {
    border: none;
    margin: auto;
    padding-top: 0
}

.wh-widget.list-best-casinos .brand-list .lbc-row-normal {
    margin: 0 -15px;
    height: 100%
}

.wh-widget.list-best-casinos .brand-list .row .brand-logo-wrapper img {
    width: 100%
}

.wh-widget.list-best-casinos .brand-list .playNow, .wh-widget.list-best-casinos .brand-list .readMore {
    display: block;
    text-align: center;
    padding: 5px 10px
}

.wh-widget.list-best-casinos .brand-list .playNow {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 10px
}

.wh-widget.list-best-casinos .brand-list .readMore:before {
    padding-top: 2px;
    border-radius: 50%;
    background-color: #00a1db;
    color: #fff;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    content: "\f129";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-align: center
}

.wh-widget.list-best-casinos .brand-list .readMore span {
    border-bottom: 1px solid
}

.wh-widget.list-best-casinos .brand-list .lbc-summary, .wh-widget.list-best-casinos .brand-list .lbc-summary ul li {
    font-size: 12px
}

.wh-widget.list-best-casinos .brand-list .lbc-summary .item {
    margin-bottom: 15px
}

.wh-widget.list-best-casinos .brand-list .lbc-summary .item .title {
    font-weight: 700;
    text-transform: uppercase
}

.wh-widget.list-best-casinos .brand-list .lbc-summary .item ul {
    margin: 0;
    padding-left: 15px
}

.wh-widget.list-best-casinos .brand-list .lbc-summary .item img {
    max-width: 50px
}

.wh-widget.list-best-casinos .brand-list ul.lbc-features {
    list-style: none;
    margin: 15px 0;
    column-count: 2;
    padding-left: 0
}

.wh-widget.list-best-casinos .brand-list ul.lbc-features li {
    text-align: left;
    line-height: 1.2;
    font-size: 14px
}

.wh-widget.list-best-casinos .brand-list ul.lbc-features li:before {
    content: "\2611";
    display: inline-block;
    margin-right: 10px;
    color: #097d24;
    font-weight: 700
}

.wh-widget.list-best-casinos .brand-list .lbc-text {
    margin-top: 15px;
    font-size: 15px;
    position: relative;
    padding-bottom: 5px
}

@media screen and (max-width: 640px) {
    .wh-widget.list-best-casinos .brand-list .lbc-summary .item .title {
        font-size: 12px
    }

    .wh-widget.list-best-casinos .brand-list .lbc-summary, .wh-widget.list-best-casinos .brand-list .lbc-summary ul li {
        font-size: 10px;
        line-height: 1.4
    }

    .wh-widget.list-best-casinos .brand-list .lbc-summary .item img {
        max-width: 30px;
        display: inline
    }

    .wh-widget.list-best-casinos .brand-list ul.lbc-features li {
        font-size: 12px
    }
}

.wh-widget.latest-news .item {
    padding: 10px;
    border: 2px solid #D6E3E8;
    height: 100%;
    border-radius: 8px
}

.wh-widget.latest-news .item img {
    border-radius: 8px
}

.wh-widget.latest-news .item h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700
}

.wh-widget.latest-news .item .info {
    font-size: 14px
}

.wh-widget.hp-mobile-apps-list h2 {
    font-size: 20px
}

.wh-widget.hp-mobile-apps-list a:hover {
    opacity: .8
}

.wh-widget.hp-mobile-apps-list a .item {
    background: #fff;
    color: #292b2c;
    border-radius: 8px;
    text-align: left;
    font-size: 14px
}

.wh-widget.hp-mobile-apps-list a .item img {
    max-width: 60px;
    border-radius: 8px
}

.insights-table {
    font-size: 16px
}

.insights-table .head {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700
}

.insights-table .head .col-item-wrapper, .insights-table .content .col-item-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center
}

.insights-table .head .col-item-wrapper {
    background: #263c78;
    padding-top: 10px;
    padding-bottom: 10px
}

.insights-table .head .col-item-wrapper:first-child, .insights-table .content .col-item-wrapper:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.insights-table .head .col-item-wrapper:last-child, .insights-table .content .col-item-wrapper:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.insights-table .content {
    counter-increment: pos
}

.insights-table .content .col-item-wrapper {
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 8px;
    margin: 5px 0
}

.insights-table .content .col-item-wrapper:nth-child(1):before, .insights-table .content .col-item-wrapper:nth-child(2):before {
    content: none
}

.insights-table .content:nth-child(2n) .col-item-wrapper {
    background: #fcf0db
}

.insights-table .content .col-item.col-item-img .cnt {
    text-align: center;
    position: relative
}

.insights-table .content .col-item.col-item-img .cnt:after {
    content: counter(pos);
    position: absolute;
    bottom: -8px;
    left: calc(50% - 11px);
    right: 0;
    line-height: 1;
    padding: 4px;
    border-radius: 50%;
    background: #07a870;
    color: #fff;
    width: 24px;
    height: 24px
}

.insights-table .content .col-item.col-item-img img {
    max-width: 110px;
    border-radius: 50%;
    border: 5px solid #07a870
}

.section-key-takeways {
    background: #ffe8e2;
    border-radius: 12px
}

.section-key-takeways h2 {
    text-align: center;
    font-weight: 400;
    border-bottom: 0;
    padding: 10px 0;
    margin-bottom: 0 !important;
    color: #333;
    background: #ffd4ca;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.section-key-takeways h2:before {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzLjU2NiAzLjU2NiIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIGltYWdlLXJlbmRlcmluZz0ib3B0aW1pemVRdWFsaXR5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI2ZmNDIyMSIgc3Ryb2tlLXdpZHRoPSIuMTciIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZD0iTTEuNzgzIDIuNDE1di4wNjdtMC0xLjM5N3YuOTcxTS45MzQuMzEzYTEuNjkgMS42OSAwIDAgMSAuODQ5LS4yMjggMS42OSAxLjY5IDAgMCAxIC44NDkuMjI4bS42MjIuNjIxYTEuNyAxLjcgMCAwIDEgLjIyOC44NDkgMS43IDEuNyAwIDAgMS0uMjI4Ljg0OW0tLjYyMi42MjJhMS43IDEuNyAwIDAgMS0uODQ5LjIyOCAxLjcgMS43IDAgMCAxLS44NDktLjIyOG0tLjYyMS0uNjIyYTEuNjkgMS42OSAwIDAgMS0uMjI4LS44NDlBMS42OSAxLjY5IDAgMCAxIC4zMTMuOTM0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyLjYxMzEzIiBmaWxsPSJub25lIi8+PGNpcmNsZSBjeD0iMS43ODMiIGN5PSIxLjc4MyIgcj0iMS4yOTUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    margin-right: 5px;
    position: relative;
    bottom: -5px
}

.section-key-takeways ul {
    border: none !important;
    background: none !important
}

.section-key-takeways ul li:before {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAwLjIwMSAwLjIwMSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIGltYWdlLXJlbmRlcmluZz0ib3B0aW1pemVRdWFsaXR5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PGNpcmNsZSBjeD0iLjEiIGN5PSIuMSIgcj0iLjEiIGZpbGw9IiNmZjQyMjEiLz48ZyBmaWxsPSIjZmY4NzY2Ij48cGF0aCBkPSJNLjE1MS4wNDJjLjAxNi4wMTQuMDI2LjAzNS4wMjYuMDU5Qy4xNzcuMTQzLjE0My4xNzcuMS4xNzcuMDY1LjE3Ny4wMzYuMTU0LjAyNy4xMjIuMDQuMTM0LjA1OC4xNDEuMDc3LjE0MS4xMTkuMTQxLjE1NC4xMDYuMTU0LjA2NC4xNTQuMDU2LjE1My4wNDkuMTUxLjA0MnoiLz48cGF0aCBkPSJNLjExLjAyNGwuMDM2LjEzMS0uMDE0LjAwNEwuMDk2LjAyNHpNLjA4Mi4wMjZsLjAzNy4xMzctLjAzMS4wMDhMLjA1My4wNEMuMDYyLjAzMy4wNzEuMDI4LjA4Mi4wMjZ6Ii8+PC9nPjwvc3ZnPg==) !important;
    position: relative;
    bottom: -2px
}

@media screen and (min-width: 1200px) {
    .site-content {
        min-height: 725px
    }
}

.hidden {
    display: none
}

body.single {
    font-size: 17px
}

.single #content .entry-meta {
    margin-bottom: 15px
}

.single #content .entry-meta .byline {
    margin-right: 10px
}

.single #content .entry-meta .byline img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 5px
}

.single #content .entry-meta .posted-on {
    border-bottom: 1px dotted #ccc
}

.single #content a {
    color: #E69E11
}

.single #content h2, .single #content h3, .single #content h4 {
    margin-bottom: 15px;
    color: #263c78;
    font-weight: 700
}

.single #content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    background: #ebf9ff;
    border-radius: 8px;
    border: 1px solid #263c78;
    padding: 15px
}

.single #content ul li:before {
    content: '✔';
    margin-right: 5px;
    color: #e69d06;
    line-height: 1.7
}

.single #content table {
    width: 100%;
    border: 1px solid #f6f6f6
}

.single #content table th, .single #content table td {
    padding: 5px
}

.single #content table th {
    background: #052334;
    color: #fff
}

.single #content table tr:nth-child(2n) td {
    background: #fcf0db
}

blockquote {
    margin: 0 0 15px 0;
    padding: 15px;
    font-style: italic;
    background: #F0F4F6;
    border-radius: 12px
}

blockquote p:last-child {
    margin: 0
}

blockquote .comment {
    display: block;
    color: #266178;
    font-weight: 700;
    font-size: 15px
}

.site-header {
    border-top: 45px solid #00111c;
    padding: 0;
    background: #f4f4f4
}

.header-content {
    min-height: 90px
}

.site-branding {
    margin-right: 50px
}

.search {
    justify-content: flex-end
}

.search input[type="search"] {
    width: 100%;
    height: 42px;
    padding: 7px 10px;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    border: none;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
    margin: 0;
    font-size: 16px;
    width: 216px
}

.search input[type="submit"] {
    background-color: #e69d06;
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 10px 14px 24px;
    border-radius: 0 3px 3px 0;
    background-image: url(/wp-content/themes/bonusinsider/images/search.webp);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 4px center;
    margin-left: -3px
}

.search input[type="submit"]:hover {
    background-color: #db9505
}

.hentry {
    margin: 0 0 1.5em
}

.page-content {
    margin: 1.5em 0 0
}

.entry-content p {
    text-align: justify
}

body.search .page-content {
    padding: 0 50px
}

body.page-template-default:not(.home) .site-content {
    padding-left: 50px;
    padding-right: 50px
}

.flex-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

body.page-template-review-page .box-table .title-bonus, .box-table .title-bonus {
    color: #052334
}

.table-stats {
    background: #fff
}

.img-poster {
    background: #052334;
    border-radius: 15px;
    -webkit-box-shadow: 3px 5px 20px 1px rgba(151, 159, 176, 1);
    -moz-box-shadow: 3px 5px 20px 1px rgba(151, 159, 176, 1);
    box-shadow: 3px 5px 20px 1px rgba(151, 159, 176, 1)
}

.img-poster img {
    transition: 0.6s ease-in-out;
    margin-bottom: 0
}

.img-poster img:hover {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.mar-50 {
    margin-left: -50px;
    margin-right: -50px
}

.pad-50, .box-table.pad-50 {
    padding-left: 50px;
    padding-right: 50px
}

.box-bonus-title {
    padding-left: 50px;
    padding-right: 50px;
    background: #052334
}

.box-bonus-title h1 {
    display: inline-block;
    margin: 0;
    padding: 20px 0 0;
    color: #fff
}

.box-bonus {
    background: #052334;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px 50px;
    min-height: 460px
}

@media (max-width: 1200px) {
    .box-bonus {
        min-height: 682px
    }
}

@media (max-width: 992px) {
    .box-bonus {
        min-height: 942px
    }
}

.box-bonus h1 {
    padding-left: 20px;
    font-weight: 700
}

.bonus-exp-text {
    display: inline-block;
    color: #fb2525;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 24px
}

.box-bonus-heading {
    display: block;
    color: #e69d05;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px
}

.box-bonus-img {
    justify-content: center
}

.expired-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.box-bonus ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 700
}

.box-bonus ul li span {
    color: #e69d06
}

a.visit-btn {
    color: #fff;
    background: #e60606;
    padding: 15px 20px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.visit-btn:hover {
    background: #db0505
}

.box-bonus-table {
    background: #f4f4f4;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.box-bonus-table .row {
    margin-left: 0;
    margin-right: 0;
    padding: 5px
}

.box-bonus-table [class*="col-"] {
    padding-left: 2px;
    padding-right: 2px
}

.box-bonus-table .row:nth-child(2n) {
    background: #e2e3e3
}

.box-bonus-table a.row:hover {
    opacity: .75
}

.box-bonus-table .bonus-info {
    font-size: 8px;
    line-height: 1.2;
    text-align: justify;
    color: #111
}

.img-border {
    width: 140px;
    height: 40px;
    display: block;
    line-height: 40px
}

.box-casino-title {
    color: #052334;
    font-weight: 700
}

.box-casino-bonus {
    color: #e60b06;
    font-weight: 700
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.bonus-btn span.visit, .bonus-btn a {
    color: #fff;
    background: #5bb95c;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    width: 100%;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.bonus-btn span.visit, .bonus-btn a:hover {
    background-color: #449d44
}

.box-table {
    padding: 25px 0;
    background: rgba(5, 35, 52, .5);
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    color: #fff;
    clear: both
}

.overflow-scroll {
    overflow-x: auto
}

.banking-method {
    color: #276079;
    text-align: center;
    margin-bottom: 0
}

.banking-method td.tablecell-color-lightblue {
    color: #276079 !important;
    font-weight: normal !important
}

.banking-method caption {
    caption-side: top;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #276079;
    border-bottom: 1px solid #758692
}

.banking-method th {
    background: #276079;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px
}

.wh-widget.blue .banking-method th {
    background: #e69d06
}

.banking-method td {
    border-bottom: 1px solid #dedede;
    padding: 5px;
    background: #fff;
    font-size: 14px
}

.banking-method td:first-of-type {
    color: #e69d06;
    font-weight: 700
}

.banking-method td:nth-child(2n) {
    background: #EBF9FF
}

.free-bets-table {
    text-align: center;
    margin-bottom: 0;
    color: #276079;
    table-layout: fixed
}

.free-bets-table caption {
    caption-side: top;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #e69d06;
    border-bottom: 1px solid #758692
}

.free-bets-table td {
    border-bottom: 1px solid #dedede;
    padding: 5px;
    background: #fff;
    font-size: 14px
}

.free-bets-table td:nth-child(2n) {
    background: #EBF9FF
}

.bonuses-list .row.title {
    background: #e69d06;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.bonuses-list .row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede
}

.bonuses-list .row:nth-child(2n) {
    background: #EBF9FF
}

.bonuses-list .row .item-title a {
    font-weight: 700;
    color: #276079
}

.bonuses-list .row .item-title img {
    width: 100%
}

.bonuses-list .row .item-terms {
    font-size: 14px
}

.blackjack-table th, .blackjack-table td {
    text-align: center;
    padding: 5px 0
}

.blackjack-table th, .blackjack-table tr td:first-child {
    font-weight: 700
}

.blackjack-table th {
    background: #D2E0E4;
    color: #276079
}

.blackjack-table tr:nth-child(2n) {
    background: #276079;
    color: #fff
}

.blackjack-table tr:nth-child(2n+1) {
    background: #fff;
    color: #276079
}

.blackjack-table td.hit {
    color: #276079;
    background: #81F7E5
}

.blackjack-table td.double-hit {
    color: #276079;
    background: #A9F8FB
}

.blackjack-table td.double-stand {
    color: #fff;
    background: #6699F0
}

.blackjack-table td.stand {
    color: #276079;
    background: #E8ADC5
}

.blackjack-table td.suh {
    color: #276079;
    background: #FFF7BF
}

.blackjack-table td.sus {
    color: #276079;
    background: #F7EB94
}

.blackjack-table td.spd {
    background: #C1FEB4
}

.blackjack-table td.sps {
    color: #276079;
    background: #FFE4B5
}

.blackjack-table td.susp {
    background: #76F85B
}

.blackjack-table td.split {
    color: #fff;
    background: #9863A3
}

.blackjack-table td.sph {
    color: #fff;
    background: #BE96C7
}

ul.anchor-navigation {
    text-align: left;
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px
}

ul.anchor-navigation li.navigation-item {
    color: #5CB85C
}

ul.anchor-navigation li.navigation-item a {
    color: #00A1DA
}

ul.anchor-navigation.destinations {
    border: none;
    margin: 0 -15px
}

ul.anchor-navigation.destinations li.navigation-item a {
    display: block;
    border-radius: 5px;
    color: #fff;
    background: #286078;
    margin-bottom: 15px;
    padding: 10px;
    font-weight: 600
}

ul.anchor-navigation.destinations li.navigation-item a i {
    margin-right: 8px
}

ul.anchor-navigation.destinations.alt li.navigation-item a {
    background: #E79C0A
}

ul.anchor-navigation.destinations li.navigation-item a:hover {
    opacity: .85
}

.site-footer {
    background: #052334;
    border-top: 10px solid #e69d06;
    padding: 50px 50px 0 50px
}

.site-footer .widget {
    color: #fff
}

.site-footer .widget .menu {
    margin: 0;
    padding: 0
}

.site-footer .widget .menu li {
    display: inline-block;
    list-style: none;
    margin: 5px
}

.site-footer .widget .menu li a, .posts-navigation .nav-links a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #e69d06;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.site-footer .widget .menu li a:hover, .posts-navigation .nav-links a:hover {
    opacity: .85
}

.site-info {
    color: #fff;
    border-top: 1px solid #094565;
    padding: 10px 0
}

.site-info a {
    color: inherit
}

.comment-content a {
    word-wrap: break-word
}

.infinite-scroll .posts-navigation {
    display: none
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery-caption {
    display: block
}

@media screen and (min-width: 576px) {
    .free-bets-box {
        width: 540px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 768px) {
    .free-bets-box {
        width: 269px;
        position: absolute;
        left: 15px
    }

    .fixed {
        position: fixed;
        top: 15px
    }
}

@media screen and (min-width: 992px) {
    .free-bets-box {
        width: 313px;
        position: absolute;
        left: 25px
    }

    .fixed {
        position: fixed;
        top: 15px
    }
}

@media screen and (max-width: 1500px) {
    .search input[type="search"] {
        min-width: auto;
        width: 174px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
    .site-branding {
        margin-right: 18px
    }

    .main-navigation li {
        padding-right: 18px
    }

    .search input[type="submit"] {
        padding-right: 4px
    }

    .search input[type="search"] {
        max-width: 147px
    }
}

@media screen and (max-width: 1199px) {
    .menu-mobile {
        width: 30px;
        height: 30px;
        margin: 24px 0 24px 0;
        cursor: pointer
    }

    .menu-mobile span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .menu-mobile span:before, .menu-mobile span:after {
        position: absolute;
        content: ''
    }

    .menu-mobile span, .menu-mobile span:before, .menu-mobile span:after {
        width: 30px;
        height: 4px;
        background-color: #052334;
        display: block;
        border-radius: 5px
    }

    .menu-mobile span:before {
        margin-top: -10px;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s
    }

    .menu-mobile span:after {
        margin-top: 10px;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s
    }

    .toggled .menu-mobile span {
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .toggled .menu-mobile span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s
    }

    .toggled .menu-mobile span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s
    }

    .main-navigation ul {
        position: absolute;
        z-index: 999;
        left: 0;
        right: 0;
        width: 200px;
        padding-left: 15px;
        padding-top: 15px
    }

    .main-navigation ul:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 200px 300px 0 0;
        border-color: rgba(230, 157, 6, .75) transparent transparent transparent
    }

    .page-template-main-page .main-navigation ul:before, .home .main-navigation ul:before {
        content: none
    }

    .main-navigation li {
        float: none;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 767px) {
    .site-header {
        padding: 0;
        border-top: none
    }

    .site-branding {
        width: 75%
    }

    .search input[type="search"] {
        min-width: auto;
        height: auto;
        padding: 5px 10px
    }

    .search input[type="submit"] {
        padding: 10px 10px 10px 24px
    }

    .search {
        background: #00111c;
        justify-content: center;
        padding-top: 7px
    }

    .main-navigation ul {
        width: 100%;
        background: #fff
    }

    .main-navigation ul:before {
        content: none
    }

    .mar-50 {
        margin-left: -15px;
        margin-right: -15px
    }

    .pad-50, .box-table.pad-50 {
        padding-left: 15px;
        padding-right: 15px
    }

    body.page-template-default:not(.home) .site-content {
        padding-right: 15px;
        padding-left: 15px
    }

    body.search .page-content {
        padding: 0 15px;
        background: #fff
    }

    .box-bonus-title {
        padding-left: 15px;
        padding-right: 15px
    }

    .box-bonus {
        padding: 10px 15px;
        text-align: center
    }

    .box-bonus ul {
        text-align: left
    }

    .box-casino-title {
        font-size: 14px
    }

    .free-bets-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .alignleft, .alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.bonus-item {
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    height: 100%;
    width: 100%;
    color: #fff;
    background: #112438
}

.bonus-item p {
    text-align: center
}

.bonus-item .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #e69d06;
    display: block
}

.bonus-item .description {
    margin: 10px 0
}

.bonus-item a.read-more, .bonus-item a.read-more:visited {
    color: #fff;
    background: #e69d06;
    border: 1px solid #db9505
}

.section-brands {
    color: #333;
    margin: 15px 0
}

.section-brands .brand {
    padding: 0 5px 5px;
    background-color: #fff
}

.section-brands .brand:nth-child(2n) {
    background-color: #fcf0db
}

.section-brands .brand:hover {
    background-color: #f1f1f1
}

.section-brands .brand .field {
    min-height: 70px
}

.field-content {
    margin-top: 14px;
    font-size: .9em
}

.field-content .depbonus, .field-content .regbonus {
    position: relative
}

.field-content .depbonus-colored, .field-content .regbonus-colored {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.5em
}

.field-content .regbonus-colored {
    color: #5CB85C
}

.field-content .depbonus-colored {
    color: #00A1DA
}

.field-content .depbonus:before, .field-content .regbonus:before {
    display: inline-block;
    color: #5CB85C;
    background-size: cover;
    width: 16px;
    height: 16px;
    left: -27px;
    top: -5px;
    content: ""
}

.field-content .regbonus:before {
    background-image: url(/wp-content/themes/bonusinsider/images/free-spins-list.webp)
}

.field-content .depbonus:before {
    background-image: url(/wp-content/themes/bonusinsider/images/deposit-bonus-list.webp)
}

.field-content .depbonus-label, .field-content .regbonus-label {
    font-family: sans-serif;
    font-size: .9em;
    font-weight: 600;
    margin-left: 2px;
    display: block
}

.field-content .fa-minus {
    color: #d3d3d3 !important
}

.field-content-button {
    margin-top: 15px
}

.field-content-button button {
    white-space: nowrap;
    padding: 9px 12px
}

.field-content-button .readmore {
    color: #fff;
    background-color: #31b0d5;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.field-content-button .readmore:hover {
    background-color: #1785a5
}

.field-content a.readmore:before {
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    left: -20px;
    padding-top: 2px;
    border-radius: 200px
}

.in-content-box-table .field-info .brand-info-row:before {
    top: 0
}

.field-content a.readmore {
    position: relative;
    margin-left: 20px
}

.field-content a.readmore span {
    text-decoration: underline
}

.field-content a.readmore:before {
    background-color: #00a1db;
    color: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    content: "\f129";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-align: center
}

.in-content-box-table .field-info {
    margin-top: 12px
}

.in-content-box-table .field-info .brand-info-row {
    white-space: initial
}

.field-content-mobile-container {
    padding-right: 15px;
    text-align: center
}

.field-content-mobile-container .field-content {
    padding: 0;
    white-space: nowrap;
    display: inline-block
}

.field-content-mobile-bonus {
    font-size: 1.2em
}

.field-content-mobile-label {
    font-size: .7em;
    font-family: sans-serif;
    font-weight: 600;
    display: block;
    margin-left: 22px
}

.section-brands .force-xs .field-content .depbonus-colored, .section-brands .force-xs .field-content .regbonus-colored {
    font-size: 1.2em
}

.section-brands .brand .bonusInfo {
    font-size: 10px;
    line-height: 1.3;
    text-align: justify
}

@media (max-width: 768px) {
    .section-brands .brand {
        margin-bottom: 5px;
        border-top: none;
        border-bottom: solid 1px #f1f1f1 none
    }

    .section-brands .brand .row {
        margin: 0 auto
    }

    .section-brands .brand .field {
        height: auto
    }

    .field-content {
        line-height: inherit;
        text-align: center;
        margin-top: 0
    }

    .field-content .depbonus:before, .field-content .regbonus:before {
        left: 0;
        display: none;
        content: ""
    }

    .field-content .depbonus-colored, .field-content .regbonus-colored {
        font-size: 1.2em
    }
}