/*
Theme Name: Blogfi Child Theme
Description: Free WP Theme
Template:blogfi
Version: 88.1.1
Requires at least: 5.6
Tested up to: 6
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/license-list.html#GNUGPLv3
Text Domain: blogfli-child
*/
:root {
    --color-main-blue: #0078bf;
    --color-main-violet: #7170d3;
    --color-main-green: #36cd47;
    --color-main-orange: #f66a24;
}

.custom-logo {
    width: auto;
    max-height: 80px;
    padding: 4px;
}

.menu ul li a span {
    color: black;
    font-weight: bold;
}

.menu ul li a {
    font-size: 15px;
}

.menu ul li {
    padding: 8px 5px;
}

body {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Bowlby One SC', cursive;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.8em;
    color: #4f4f4f;
}

h4 {
    font-size: 1.5em;
}

.footer-widgets-column-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.4em;
}

.footer-widget-2 .footer-widgets-column-group ul {
    display: flex;
    list-style: none;
    margin: unset;
    padding: unset;
}

.footer-widget-2 .footer-widgets-column-group ul li {
    padding: 2px 4px;
    margin-left: 4px;
}

.footer-area .widget,
.footer-widgets-column-group > .widget {
    background: unset;
    box-shadow: unset;
    padding: unset;
    border-radius: unset;
    margin-bottom: 15px;
    color: white;
}

.footer-area {
    background: linear-gradient(180deg, rgba(70, 139, 2, 1) 0%, rgba(14, 66, 3, 1) 20%);
}

.footer-area ul a {
    text-transform: uppercase;
}

.footer-area a {
    color: white;
    text-decoration: unset;
    font-weight: bold;
}

.footer-area ul a:hover {
    color: var(--color-main-orange) !important;
    border-bottom: 1px solid white;
}

.footer-area a:hover {
    color: var(--color-main-orange);
}

.contact-form-column {
    padding: 15px;
    border: 1px solid var(--color-main-blue);
    border-radius: 8px;
}

.contact-form-column .forminator-ui#forminator-module-31.forminator-design--default .forminator-button-submit {
    background-color: var(--color-main-blue);
}

.entry-content ul {
    margin-left: unset;
    margin-bottom: 1em;
}

.entry-content ul li::marker {
    color: var(--color-main-green);
    content: '\2618';
}

.entry-content ul li {
    padding-left: 15px;
    padding-bottom: 5px;
}

.responsive-cells > table td {
    vertical-align: baseline;
}

.responsive-cells > table td:hover {
    background: #dfddf7;
}

.schema-faq .schema-faq-section,
.hot-to-get-column,
.high-roller-cas-column,
.vip-exclusive-column,
.real-money-column,
.how-to-take-bonus-column,
.how-do-we-rank-column {
    padding: 15px;
    border: 1px solid #dfddf7;
    margin-bottom: 5px;
    border-radius: 15px;
}
.schema-faq-section > p > br{
    display: block;
    margin-top: 10px;
}
.how-do-we-rank-column {
    border: 1px solid #abc700;
}

.hot-to-get-column:hover {
    box-shadow: 0 0 5px var(--color-main-violet);
}

.high-roller-cas-column:hover,
.vip-exclusive-column:hover {
    box-shadow: 0 0 5px darkgoldenrod;
}

.schema-faq .schema-faq-section:hover {
    background: #dfddf7;
}

.hot-to-get-column h3 {
    font-size: 1.5em;
    color: black;
}

.how-to-take-bonus-column-group h3 {
    color: var(--color-main-orange);
}

.real-money-column h3 {
    color: var(--color-main-orange);
}

.real-money-column:hover {
    background: #ff6;
    box-shadow: 0 0 8px 4px #ff6;
}

.how-to-take-bonus-column:hover {
    background: #efefff;
    box-shadow: 0 0 8px 4px var(--color-main-violet);
}

.hot-to-get-column figure {
    position: relative;
    top: -30px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
    background: white;
}

.high-roller-cas-column,
.vip-exclusive-column {
    border: 1px solid goldenrod;
}

.high-roller-cas-column-group,
.how-to-take-bonus-column-group {
    height: 100%;
    justify-content: space-between;
}

.high-roller-cas-column-group h3,
.vip-exclusive-column h3 {
    color: #d7a244;
}

.gap1 {
    gap: 1em !important;
}
.gap01 {
    gap: 0.1em !important;
}
.m-bottom-1 {
    margin-bottom: 1em !important;
}

.brdr15 > figure {
    border-radius: 15px;
}

.how-do-we-rank-column h3 {
    background: linear-gradient(180deg, rgb(171, 199, 0) 14%, rgb(70, 139, 2) 54%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-do-we-rank-column:hover {
    box-shadow: 0 0 10px 5px #b8d765;
}
.green-badge-img {
    margin-bottom: unset;
}
.footer-area p,
.footer-area .footer-widget-2 ul li a,
footer.text-center {
    color: #b5b5b5;
}
span.numbered {
    position: absolute;
    left: 30px;
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
}
@media screen and (max-width: 1199px) {
    .footer-widgets-column-group {
        justify-content: center !important;
    }

    .ipad-columns-4 {
        flex-wrap: wrap !important;
    }

    .ipad-columns-4 > div {
        flex-basis: 30% !important;
    }
}

@media screen and (max-width: 991px) {
    .ipad-columns-4 {
        flex-wrap: wrap !important;
    }

    .ipad-columns-4 > div {
        flex-basis: 35% !important;
    }

    .hot-to-get-row,
    .ipad-columns {
        flex-wrap: wrap !important;
    }

    .hot-to-get-row > div,
    .ipad-columns > div {
        flex-basis: 35% !important;
    }

    .body-content {
        padding: 10px 0;
    }
    .hot-to-get-row {
        gap: 2em !important;
    }
    .footer-widget-2 .widget_nav_menu ul {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 781px) {
    .contact-form-row {
        flex-direction: column-reverse;
    }
    .green-badge-img > figure{
        float: unset !important;
        margin: auto !important;
    }
    .entry-content ul {
        padding-left: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-widgets-column-group {
        flex-direction: column;
    }

    .footer-area .widget.widget_nav_menu {
        align-self: start;
    }

    .responsive-cells > table > tbody {
        display: block;
    }

    .responsive-cells > table > tbody tr {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 550px) {
    .footer-widget-2 .footer-widgets-column-group ul {
        flex-direction: column;
    }
}

