/*!
Theme Name: VIVI Digital Matched Betting
Theme URI: #
Author: #
Author URI: https://matchedbetting.vividigital.it/
Description: The official VIVI Digital Matched Betting WordPress theme
Version: 0.1.0
License: Private License
License URI: #
Text Domain: vdmbwb

This theme is based on Underscores https://underscores.me/, (C) 2012-2025 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
:root {
    --vd-mb-wb-red: #e20000;
    --vd-mb-wb-red-dark: #c50808;
    --vd-mb-wb-green: #00ab3f;
    --vd-mb-wb-orange: #feb922;
    --vd-mb-wb-orange-dark: #efa400;
    --vd-mb-wb-pink: #f694aa;
    --vd-mb-wb-bf-orange: #f7b233;
    --vd-mb-wb-black: #434343;
    --vd-mb-wb-yellow-postit: #ffeb3b;
    font-size: 16px;
}

body,
html {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato'
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
tr,
ul {
    font-family: 'Lato', sans-serif
}

ol {
    margin: 0;
    padding: 0 0 0 40px
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    padding: 0
}

button,
input,
select {
    font-family: inherit;
    outline: 0
}

a,
button,
input,
select,
span,
textarea {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

:is(a, a:hover, a:link, a:visited, a:-webkit-any-link) {
    color: var(--vd-mb-wb-orange-dark);
    font-weight: 600;
    text-decoration: none
}

::selection {
    background-color: #ffe8c0
}

b {
    font-weight: 700
}

i {
    font-style: normal
}

#primary {
    padding-bottom: 40px
}

.page,
.post {
    margin: 0
}

table {
    width: auto;
    overflow-x: auto
}

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

.bolder {
    font-weight: 700
}

.bold {
    font-weight: 600
}

.color-vd-mb-wb-orange {
    color: var(--vd-mb-wb-orange) !important
}

.color-vd-mb-wb-orange-dark {
    color: var(--vd-mb-wb-orange-dark) !important
}

.color-vd-mb-wb-red {
    color: var(--vd-mb-wb-red) !important
}

.color-vd-mb-wb-green {
    color: var(--vd-mb-wb-green) !important
}

.color-vd-mb-wb-pink {
    color: var(--vd-mb-wb-pink) !important
}

.color-black {
    color: #000 !important
}

.hidden {
    display: none !important
}

.opacity-zero {
    opacity: 0 !important
}

.pointer-events-none {
    pointer-events: none
}

#primary {
    min-height: 57vh;
}

.vd-mb-wb-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 34px 0;

    font-size: 14px;
    text-align: center;

    background-color: var(--vd-mb-wb-orange);
}

.vd-mb-wb-footer__logo-image {
    max-width: 150px;

    margin: 0 0 25px 0;
}

.vd-mb-wb-footer__social-logos-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;

    margin: 0 0 34px 0;
}

.vd-mb-wb-footer__social-logos-links__link__logo-image {
    width: 20px;
}

.vd-mb-wb-footer__legal-info-text {
    margin: 0;
    line-height: 1.6em;
    font-weight: 400 !important;
}

a.vd-mb-wb-footer__legal-info-text:hover {
    text-decoration: underline;
}

.vd-mb-wb-footer__legal-info-text--primary {
    color: #383838 !important;
}

.vd-mb-wb-footer__legal-info-text--secondary {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width:1400px) {
    #page-header {
        font-size: 14px
    }
}

.vd-mb-wb-goto-memberships-button {
    display: inline-flex !important;
    margin: 1em 0;
    font-size: 14px;
    padding: 10px 25px;
    background-color: var(--vd-mb-wb-orange) !important;
    border-radius: 36px;
    color: #000 !important;
    transition: background-color .2s
}

.vd-mb-wb-goto-memberships-button:hover {
    background-color: var(--vd-mb-wb-orange-dark) !important
}

.page-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center
}

.page-404 img {
    margin-top: 4em;
}

.page-404 h1 {
    font-size: 2.25em
}

.page-404 p {
    display: block;
    font-size: 1em;
    margin: .5em 0
}

.page-404 p a {
    display: inline-block !important;
    text-decoration: none
}

@media only screen and (max-width:600px) {
    .page-404 {
        font-size: 14px
    }

    .page-404 h1 {
        font-size: 1.5em
    }
}

.vd-mb-wb-entry-title-centered {
    text-align: center;
    margin: 2em 1em 1em 1em
}

@media only screen and (max-width:600px) {
    .vd-mb-wb-entry-title-centered {
        margin: 1em
    }
}

.padding-on-sides {
    padding: 0 30px
}

ol.vd-mb-wb-ol {
    list-style-type: none;
    text-align: left;
    padding: 10px 0 0 40px;
    margin: 0;
    counter-reset: listItem
}

ol.vd-mb-wb-ol li::before {
    width: 1em;
    display: inline-block;
    content: counter(listItem) ". ";
    counter-increment: listItem;
    color: #feb922;
    font-weight: 700;
    margin-left: -1.8em;
    margin-right: 11px
}

.vd-mb-wb-ol-container {
    display: flex;
    justify-content: center
}

.vd-mb-wb-button-blue {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    background-color: #feb922;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    padding: 12px 25px;
    cursor: pointer
}

.wp-block-image .alignleft {
    float: none;
    margin-right: auto
}

.wp-block-image .alignright {
    float: none;
    margin-left: auto
}

.has-background {
    border-radius: 5px;
    padding: 10px 20px !important
}

p img {
    margin: 0 .4em 0 0;
    vertical-align: text-bottom
}

.wp-block-image img {
    height: auto
}

.vd-mb-wb-cta-wrapper {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 5px 0 rgba(18, 63, 82, .035), 0 0 0 1px rgba(176, 181, 193, .2)
}

ul {
    line-height: 35px
}

.vd-mb-wb-ordered-list-number-dash-bold {
    padding: 0 0 0 5px !important
}

.intro-offer-block,
.vd-mb-wb-instruction-block {
    font-size: 16px
}

.vd-mb-wb-notice-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-backdrop-filter: blur(4px) brightness(.4);
    backdrop-filter: blur(4px) brightness(.4);

    opacity: 0;

    z-index: 999;
}

.vd-mb-wb-notice-wrapper--displayed {
    animation-name: entrance-animation;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes entrance-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.vd-mb-wb-notice-wrapper--hidden {
    animation-name: exit-animation;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes exit-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

.vd-mb-wb-notice {
    display: flex;
    flex-direction: column;
    gap: 0.2em 0;

    border-radius: 8px;
    background-color: #FFF;
    padding: 1.5em;
    margin: 1em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 29px 0px;

    font-size: 14px;
}

.vd-mb-wb-notice__header {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
}

.vd-mb-wb-notice__header__icon {
    width: 32px;
    height: 32px;
}

.vd-mb-wb-notice__header__text {
    font-weight: 600;
    font-size: 1.5em;
}

.vd-mb-wb-notice__body {
    display: flex;
}

.vd-mb-wb-notice__body__text {
    font-size: 1em;
    color: #161616;
    line-height: 1.5;
}

.vd-mb-wb-notice__footer {
    display: flex;
    justify-content: center;

    border-top: 1px solid #E2E8F0;
}

.vd-mb-wb-notice__footer__button {
    font-size: 1em;
    font-weight: 700;

    border: none;
    border-radius: 4px;
    background-color: var(--vd-mb-wb-orange);
    color: #000;
    box-shadow: 0 3px 10px -3px rgba(0, 0, 0, .15);

    padding: 0.5em 1em;
    margin: 1em 0 0 0;

    cursor: pointer;
    transition: background-color 0.2s;
}

.vd-mb-wb-notice__footer__button:hover {
    background-color: #efa400;
}

#vd-mb-wb-whatsapp-chat-icon {
    position: fixed;
    background-image: url(https://matchedbetting.vividigital.it/wp-content/themes/vd-mb-wb-theme/assets/whatsapp-green-square-cropped-transparent.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99999;

    width: 48px;
    height: 48px;
    right: 4vw;
    bottom: 4vw;
    border-radius: 15px;
}

@media only screen and (min-width: 960px) {
    #vd-mb-wb-whatsapp-chat-icon {
        width: 64px;
        height: 64px;
        right: 2vw;
        bottom: 2vw;
        border-radius: 20px;
    }
}
