:root {
    --yellow-bitcoinfy: #f9cd48;
    --yellow-bnt-bnitcoinfy: #f9cd33;
    --red-bitcointfy: #ad2622;
    --hover-red-bitcointfy: #e83e33;
    --black-bitcoinfy: #333;
    --withe-bitcoinfy: #fff;
    --link-hover-bitcoinfy: #34495e;
    --gray-background: #eaeaea;
    -webkit-font-smoothing: antialiased;
}
textarea:focus,select:focus,input:focus {outline:0;}
a {
    text-decoration: none;
    /* color: var(--black-bitcoinfy); */
    color: var(--red-bitcointfy);
}
a:hover {
    color: var(--link-hover-bitcoinfy);
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
}
h1 {
    font-size: 45px;
}
h2 {
    /*font-size: 40px;*/
    font-size: 35px;
}
h3 {
    /*font-size: 35px;*/
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
}
h4 {
    margin: 0px 0px 10px;
    /*font-size: 25px;*/
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
li {
    font-size: 18px;
}
p {
    color: #444;
    line-height: 1.63;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 30px;
}
hr {
    border-top: 2px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: transparent;
}
img {
    max-width: 100%;
    height: auto;
}
nav {
    position: relative;
}
.frontend-body {
    font-family: 'Nunito';
    font-size: 16px;
    margin: 0px;
    color: #333;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.text-center {
    text-align: center;
}
.position-fixed {
    position: fixed;
}
.overflow-hidden {
    overflow-y: hidden;
}

/* Menu */
header {
    height: 60px;
}
.menu-transform-up {
    position: fixed;
    transform: translateY(-120px);
}
.menu-transform-down {
    position: fixed;
    transition: transform 0.3s;
    transform: translateY(0px);
}
.header-main {
    box-shadow: 1px 2px 15px rgba(0, 0, 0, .1);
    background-color: #f7f7f7;
    z-index: 999;
}
.site-branding {
    display: inline-block;
    top: 0;
    left: 0;
    height: 66px;
}
.site-branding img {
    width: 180px;
    height: 55px;
}
.top-menu {
    height: 60px;
}
.top-menu a {
    text-decoration: none;
    display: block;
    font-weight: 700;
    color: var(--black-bitcoinfy);
    line-height: 20px;
    font-size: 16px;
}
.top-menu nav {
    width: auto;
    float: right;
}
.top-menu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: static;
}
.top-menu nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.top-menu nav ul li:hover a {
    background-color: var(--yellow-bitcoinfy);
    color: var(--red-bitcointfy);
}
.top-menu nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.top-menu nav ul .current-menu-item a {
    background-color: var(--yellow-bitcoinfy);
    color: var(--red-bitcointfy);
}
.top-menu nav ul li a {
    padding: 20px 10px;
}
.top-menu ul ul {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 999;
}
.top-menu .sub-menu {
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.top-menu .sub-menu li {
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: var(--withe-bitcoinfy);
}
.top-menu .sub-menu a {
    color: var(--black-bitcoinfy) !important;
    background-color: transparent !important;
    width: 250px;
    text-align: left;
    font-size: 14px;
    line-height: 1;
}
.top-menu .sub-menu li:hover {
    background: var(--hover-red-bitcointfy);
}
.top-menu .sub-menu li:hover a {
    color: var(--withe-bitcoinfy) !important;
}
.top-menu .menu-item-has-children>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
    margin: 1px 0 0 5px;
}
.top-menu .menu-item-has-children {
    cursor: pointer;
}
.menu-search {
    padding: 19px 15px 19px 15px;
    cursor: pointer;
    font-size: 16px;
    width: 45px;
}
.menu-search:hover {
    background-color: var(--yellow-bitcoinfy);
    color: var(--red-bitcointfy);
}
.menu-search>a {
    display: none;
}
.menu-search-active {
    background-color: var(--yellow-bitcoinfy);
    color: var(--red-bitcointfy);
}
.menu-search-active:before {
    content: "\f00d" !important;
}
.menu-search:before {
    content: "\f002";
    font-family: "FontAwesome";
}
.search-bar {
    float: right;
    display: inline-block;
    background-color: var(--yellow-bitcoinfy);
    height: 0px;
    overflow: hidden;
    transition: all 0.3s;
    width: 230px;
    position: absolute;
    right: 0;
    z-index: 998;
}
/* Hero banner */
.hero-banner {
    background: url('../assets/hero-banner-header.png') center center;
    background-size: cover;
    padding: 100px 0px;
}
.hero-banner h1, .hero-banner p {
    color: var(--withe-bitcoinfy);
    margin-top: 0px;
    margin-bottom: 15px;
}
.mobile-logo {
    display: block;
    margin: auto;
}
/* Search form */
.search-bar form {
    padding: 10px;
    border-top: 2px solid var(--red-bitcointfy);
}
.search-bar label {
    position: absolute;
    z-index: -1;
}
.search-bar input {
    width: 100%;
    border: none;
    height: 36px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: #666;
    border-radius: 4px;
}
/* Footer */
footer {
    padding-top: 50px;
    background: #151e27;
    color: var(--withe-bitcoinfy);
}
footer h4 {
    font-size: 18px;
    margin-bottom: 30px;
}
footer .menu {
    padding-left: 0px;
    list-style: none;
}
footer .menu a {
    color: var(--withe-bitcoinfy);
    font-size: 16px;
    transition: all 0.3s;
}
footer .menu a:hover {
    color: var(--link-hover-bitcoinfy);
}
footer .footer-disclaimer p {
    font-size: 14px;
    line-height: 22px;
    color: var(--withe-bitcoinfy);
    margin-right: 15px;
}
footer .footer-disclaimer img {
    margin-right: 15px;
    margin-bottom: 20px;
}
footer .footer-post-link {
    color: var(--withe-bitcoinfy);
}
footer .footer-post-link:hover {
    color: #bfbfbf;
}
footer li {
    list-style: none;
    margin-bottom: 8px;
}
.footer-bottom {
    background-color: #000000;
}
.footer-bottom p {
    color: #edf7fcb3;
    margin-bottom: 0;
    font-size: 13px;
    padding: 15px 0px;
}
.menu-footer-container {
    margin-bottom: 30px;
}

/* Scroll to top */
.scroll-to-top {
    border-radius: 2px;
    font-size: 32px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    padding: 0px 10px !important;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 0px;
    cursor: pointer;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    color: white;
    background-color: #323232;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
}
.scroll-to-top:hover {
    background-color: #323232;
}
.bck-on {
    opacity: 1;
    visibility: visible;
}

/* HOME TABLE */
.affiliate-disclosure-link {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    color: var(--black-bitcoinfy);
}
.affiliate-disclosure-link p {
    margin-bottom: 0px;
    font-size: 16px;
}
.affiliate-disclosure-link:hover .affiliate-disclosure-block {
    display: block;
}
.affiliate-disclosure-block {
    max-width: 700px;
    display: none;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    z-index: 999;
    background-color: white;
    top: 28px;
}
.affiliate-disclosure-block a {
    text-decoration: underline;
    color: var(--black-bitcoinfy);
}

.sort-hover-link {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    color: var(--black-bitcoinfy);
}
.sort-hover-link p {
    margin-bottom: 0px;
    font-size: 16px;
}
.sort-hover-link i {
    font-size: 11px;
    padding-left: 5px;
    color: var(--black-bitcoinfy);
}
.sort-hover-link:hover .sort-link-block{
    display: block;
}
.sort-link-block {
    max-width: 700px;
    display: none;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 15px 15px 10px 15px;
    position: absolute;
    z-index: 999;
    background-color: white;
    top: 25px;
    right: 10px;
}
.sort-link-block a {
    text-decoration: underline;
    color: var(--black-bitcoinfy);
}
.sort-table {
    display: none;
}

/* Banner Section */
.banner-section {
    background: rgb(202,12,27);
    /* background: linear-gradient(90deg, rgba(202,12,27,1) 0%, rgba(195,11,26,1) 16%, rgba(178,10,23,1) 32%, rgba(149,8,20,1) 49%, rgba(109,6,15,1) 66%, rgba(100,6,14,1) 84%, rgba(100,6,14,1) 100%); */
    background: linear-gradient(90deg, rgba(202,12,27,1) 30%, rgba(100,6,14,1) 100%);
}
.banner-text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
}

.banner-title {
    color: #fff;
    font-size: 48px;
    margin: 0;
}
.banner-description {
    width: 100%;
}
.banner-description p {
    color: #fff;
    font-size: 21px;
    margin: 0;
}
.banner-description strong {
    font-size: 28px;
}

.banner-button {
    background: #f9cd33;
    color: #34495e;
    border: none;
    position: relative;
    padding: 14px 30px;
    text-align: center;
    width: 258px;
    cursor: pointer;
    transition: 600ms ease all;
    outline: none;
    font-weight: bold;
    font-size: 16px !important;
    border-radius: 0;
    display: inline-block;
}
.banner-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #f9cd33;
    transition: 300ms ease all;
}
.banner-button:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #f9cd33;
    transition: 300ms ease all;
    right: initial;
    top: initial;
    left: 0;
    bottom: 0;
}

.banner-button:hover:before {
    width: 100%;
    transition: 600ms ease all;
}
.banner-button:hover:after {
    width: 100%;
    transition: 600ms ease all;
}
.banner-button:hover {
    background: transparent;
    color: #f9cd33;
}

/* MD to LG */
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
    .top-menu a {
        font-size: 12px;
    }
    .banner-section .banner-title {
        font-size: 32px !important;
    }
    .banner-section .banner-description p {
        font-size: 18px;
    }
    .banner-section .banner-description strong {
        font-size: 23px;
    }
}
/* 0 to MD */
@media only screen and (max-width: 992px)  {
    h1 {
        font-size: 26px !important;
    }
    h2 {
        font-size: 23px !important;
    }
    h3 {
        /* font-size: 20px !important; */
        margin-top: 0px;
        margin-bottom: 10px;
    }
    h4 {
        margin: 0px 0px 10px;
    }
    h5 {
        font-size: 20px;
    }
    .mb-5, .my-5 {
        margin-bottom: 1.5rem!important;
    }
    .mt-5, .my-5 {
        margin-top: 1.5rem!important;
    }
    mb-4, .my-4 {
        margin-bottom: 0.5rem!important;
    }
    mt-4, .my-4 {
        margin-top: 0.5rem!important;
    }
    /* Mobile menu */
    .header-mobile {
        background-color: var(--withe-bitcoinfy);
        z-index: 997;
        box-shadow: 1px 2px 15px rgba(0, 0, 0, .1);
    }
    .header-mobile i {
        font-size: 25px;
    }
    .mobile-logo {
        max-height: 60px;
    }
    .menu-close-overlay {
        position: fixed;
        height: 100vh;
        width: 100vw;
        z-index: 998;
        transition: all 0.5s;
        background-color: rgba(0,0,0,.4);
    }
    .mobile-menu {
        position: fixed;
        background-color: white;
        left: -100vw;
        height: 100vh;
        width: 70vw;
        z-index: 999;
        transition: all 0.5s;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
    }
    .mobile-menu-open {
        left: 0;
    }
    .mobile-menu a {
        text-decoration: none;
        display: block;
        font-weight: 700;
        color: var(--black-bitcoinfy);
        line-height: 20px;
        font-size: 15px;
        padding: 15px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .mobile-menu ul {
       list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-menu .current_page_item a{
        background-color: var(--hover-red-bitcointfy);
        color: var(--withe-bitcoinfy);
    }
    .menu-search>a {
        display: none;
    }
    .mobile-menu .menu-item-has-children>a:after {
        content: "\f107";
        font-family: "FontAwesome";
        float: right;
        margin: 1px 0 0 5px;
    }
    .mobile-menu .menu-item-has-children .sub-menu {
        height: 0px;
        overflow-y: hidden;
        transition: all 0.5s;
    }
    .mobile-menu .menu-item-has-children .sub-menu a {
        padding-left: 30px;
    }
    .menu-search {
        display: none;
    }
    .mobile-menu .search-bar {
        height: 60px;
        display: block;
        width: 100%;
    }

    /* Hero banner */
    .hero-banner {
        padding: 45px 0px;
    }
    .hero-banner h1 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .hero-banner p {
        font-size: 16px;
        line-height: 1.33;
    }

    /* Casino yellow btn*/
    .casino-btn {
        /* margin-top: 20px;
        margin-bottom: 20px; */
    }
    .casino-btn:after {
        display: none !important;
    }

    /* Bonus */
    .bonus-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bonus-top {
        margin-top: 0 !important;
    }
    .bonus-row-right {
        border: none !important;
    }
    .bonus-btn {
        display: block !important;
    }

    /* Archive */
    .archive-post img {
        height: auto !important;
        width: 100% !important;
    }

    /* Banner */
    .m-order-1 {
        order: 1;
    }
    .m-order-2 {
        order: 2;
    }
    .banner-section {
        padding: 30px 0;
    }
    .banner-section .banner-title {
        margin-bottom: 15px;
        font-size: 32px !important;
    }
    .banner-section .banner-description {
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 768px)  {
    .hero-banner {
        background: #ad2622;
    }
    .half-image {
        display: block;
        max-width: 50%;
        width: 100%;
        margin: 0 auto;
    }
    h3.vc_custom_heading {
        font-size: 30px;
    }
    .home-reviews-btn div {
        max-width: 50%;
    }
    .home-reviews-btn a {
        font-size: 12px !important;
    }
    .banner-section .banner-button {
        width: 100%;
    }
}

@media only screen and (max-width: 660px)  {
    html, body {
        overflow-x: hidden;
    }
}