/*
Theme Name: WhistleBlower Lite
Description: Free Theme
Template: bicycle-repair
Version: 100.1.0.1
Requires at least: 5.6
Requires PHP: 7.4
Text Domain: blower
*/
:root {
    --blue-main-color: #3f83d9;
    --orange-main-color: #FFB439;
    --light-grey-main-color: #ebeef3;
}

body {
    font-family: 'Montserrat Alternates', sans-serif;
}
body:not(.bicycle-repair-front-page) .entry-header {
    padding: 0;
}
p {
    font-size: 18px;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

a:hover {
    color: #144888;
}

.custom-logo-link img {
    max-height: 50px;
}

.page-template-default #header,
.single #header {
    background: linear-gradient(180deg, rgba(38, 81, 135, 1) 3%, rgba(63, 131, 217, 1) 92%);
    position: inherit;
}

.content-area {
    margin-top: 0;
    margin-bottom: 1em;
}

.contact-form-area input[type="text"], .contact-form-area input[type="email"],
.contact-form-area input[type="url"], .contact-form-area input[type="password"],
.contact-form-area input[type="search"], .contact-form-area input[type="number"],
.contact-form-area input[type="tel"], .contact-form-area input[type="range"],
.contact-form-area input[type="date"], .contact-form-area input[type="month"],
.contact-form-area input[type="week"], .contact-form-area input[type="time"],
.contact-form-area input[type="datetime"], .contact-form-area input[type="datetime-local"],
.contact-form-area input[type="color"], .contact-form-area textarea {
    color: #666;
    background: #fff;
    background-image: none;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.2em;
    width: 100%;
}

.contact-form-area label {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.contact-form-area button,
.contact-form-area input[type="button"],
.contact-form-area input[type="submit"] {
    background: linear-gradient(0deg, rgb(38, 81, 135) 3%, rgb(63, 131, 217) 92%);
    font-size: 16px;
    /*outline: thick double #32a1ce;*/
}

.contact-form-area .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: black;
    transition: color .5s ease;
}

.contact-form-area p {
    margin-bottom: unset;
}

.contact-form-area label {
    width: 100%;
}

.contact-form-column {
    padding: 20px;
    box-shadow: 0 0 5px var(--blue-main-color);
    border-radius: 4px;
}

.contact-form-column textarea {
    max-height: 100px;
}

.nav-menu ul li a::after {
    content: unset;
}

.nav-menu ul li a {
    font-size: 18px;
    padding: 1px 5px 9px 7px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

#colophon {
    background: linear-gradient(0deg, rgba(38, 81, 135, 1) 3%, rgba(63, 131, 217, 1) 92%);
    font-size: 17px;
}

.site-footer a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
    border-bottom: 1px solid;
}

.wp-block-columns {
    margin-bottom: .5em;
}

.providers-group {
    gap: 1.5em !important;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}

.providers-group > div {
    height: 135px;
    padding: 10px;
    border: 1px solid #A66E13;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(208, 146, 44, 1) 34%, rgba(255, 191, 87, 1) 100%);
}

.providers-group > div p {
    letter-spacing: .08em;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.alignfull {
    margin: 1.5em calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    padding: 0 15px;
}

.full-back-area-color-grey {
    background-color: var(--light-grey-main-color);
}
.full-back-area-color-orange-gradient {
    /*background: linear-gradient(180deg, rgba(208, 146, 44, 1) 34%, rgba(255, 191, 87, 1) 100%);*/
    background: linear-gradient(90deg, rgb(248, 184, 80) 40%, rgb(63, 131, 217) 60%);
}
.full-back-area-color-blue-gradient {
    background: linear-gradient(90deg, rgb(235, 238, 243) 40%, rgb(103, 166, 244) 60%);
}
.full-back-area-color-orange-blue-gradient{
    background: linear-gradient(90deg, rgba(248,184,80,1) 40%, rgba(103,166,244,1) 60%);
}
.start-section{
    margin-top: 0;
}
.alignfull-inner-container {
    padding: 0 5px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: unset;
}
.choose-the-access .alignfull-inner-container {
    margin-top: 2em;
    margin-bottom: 2em;
}
.special-rules-container .alignfull-inner-container > div {
    padding: 10px;
    border-bottom: 1px solid lightgray;
}

.special-rules-container .alignfull-inner-container {
    gap: 0 !important;
}

.highest-payout-casino-section > div {
    padding: 10px;
    border: 5px solid #f7f9fd;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(208, 146, 44, 1) 34%, rgba(255, 191, 87, 1) 100%);
    clip-path: url(#clipMask);
}

.highest-payout-casino-section {
    gap: 0 !important;
    margin-bottom: 0;
}

.highest-payout-casino-section > div > p:last-child {
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.subscribe-news .wpcf7-form-control.wpcf7-text.wpcf7-email {
    border-radius: 4px;
    padding: 0.2em;
    margin-bottom: .7em;
}

.subscribe-news input::placeholder {
    color: #d5d5d5;
}

.subscribe-news .wpcf7-form-control.wpcf7-submit {
    background: #144888;
}

ul li::marker,
ol li::marker {
    color: var(--blue-main-color);
}

ul, ol {
    padding-left: 1.5em;
}

.text-row-container {
    background: var(--light-grey-main-color);
    padding: 5px 15px;
}

.text-row-container {
    margin-bottom: 0;
}
.pros-cons-list{
    gap: 0 !important;
}
.text-row-container .wp-block-image{
    margin-bottom: 0;
}
.text-blue-strong strong{
    color: var(--blue-main-color);
}
.row-gap-0{
    gap: 0 !important;
}
.start-section p{
    color: black;
}
.start-section .wp-block-image{
    margin-bottom: 1em;
    margin-top: 1em;
}

@media (min-width: 576px) {
    .alignfull-inner-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .alignfull-inner-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .alignfull-inner-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .alignfull-inner-container {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1000px) {
    .nav-menu ul li a, .sf-arrows .sf-with-ul {
        font-size: 18px;
        line-height: 1.6;
        border-bottom: 1px solid;
    }
    .toggle-menu {
        padding: 5px 0;
    }
    .toggle-menu i {
        background: #f8b850;
    }
    .sidenav.show {
        height: 50%;
    }
}

@media screen and (max-width: 991px) {
    .resp-ipad,
    .special-rules-container .alignfull-inner-container {
        flex-wrap: wrap !important;
    }

    .resp-ipad > div {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }

    .special-rules-container .alignfull-inner-container > div {
        flex-basis: 50% !important;
    }
    .casino-list-row figure img{
        max-width: 100px;
    }
    .contact-form-area > div {
        flex-basis: 50% !important;
    }
}
@media screen and (max-width: 781px) {
    .choose-the-access{
        background: #67a6f4;
    }
    .full-back-area-color-orange-gradient {
        background: linear-gradient(0deg, rgb(248, 184, 80) 40%, rgb(63, 131, 217) 60%);
    }
}
@media screen and (max-width: 767px) {
    .start-section p{
        color: white;
    }
    .start-section a{
        color: #f8b850;
    }
    .menu-section > .container > .row {
        flex-wrap: nowrap !important;
    }
    .toggle-menu{
        text-align: right !important;
    }
}
@media screen and (max-width: 550px){
    .menu-section > .container > .row > div:last-child{
        flex-basis: 20%;
    }
}
@media screen and (max-width: 520px) {
    .resp-ipad {
        flex-wrap: wrap !important;
    }

    .resp-ipad > div {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 400px) {
    .providers-group > div {
        width: 100%;
    }
}
