@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');

* {
    font-family: 'Poppins', sans-serif !important;
}

#header_w {
    background-color: #232323;

    nav {
        ul {
            li {
                a {
                    color: #fcfcfc;
                }

                a:hover {
                    color: #232323;
                    background: #fcfcfc;

                }
            }

            li.get-started {
                a {
                    background: #0097B2;
                    border: 1px solid #0097B2;
                }

                a:hover {
                    background: #007a94;
                    border: 1px solid #007a94;                
                }
            }
        }
    }
}

#hamburger-menu {
    img {
        filter: invert(1);
    }
}

a:before {
    background: #0097B2;
}

.primary-button {
    background: #0097B2;
    border: 1px solid #0097B2;
}

.primary-button:hover {
     background: #007a94;
     border: 1px solid #007a94;
 }

 .primary-button:disabled {
    background: #aaa;
    border: 1px solid #aaa;
 }

.plan-01-rh-action-box {
    .primary-button,
    .secondary-button {
        border: 1px solid #0097B2;
        color: #0097B2;
    }

    .primary-button:hover,
    .secondary-button:hover {
        background: #0097B2;
        color: #fff;
    }
}

.image-placeholder-box:before {
    background: none;
}

.checkout-left-inner {
    .logo-img {
        width: 164px;
    }

    .frame-img {
        border-radius: 10px;
    }
}

.page-template-checkout-palestra-tpl, .page-template-checkout-palestra-test-tpl, .page-template-thank-you-palestra-checkout-tpl {
    height: 100vh;

    #header_w, #footer {
        display: none !important;
    }
}

.page-template-thank-you-palestra-checkout-tpl {
    background: #131317;
}
