/*
Theme Name: HotLuxe Theme
Theme URI: https://cursor.net.ua/
Description: HotLuxe Theme
Author: OsterX
Author URI: https://cursor.net.ua/
Template:
Version: 1.0
.

.
*/

/*#wpadminbar{*/
/*    width: 34px;*/
/*    min-width: 34px !important;*/
/*    overflow: hidden;*/
/*}*/
/*#wpadminbar:hover {*/
/*    width: 100%;*/
/*    min-width: 600px;*/
/*    overflow: auto;*/
/*}*/

/*@media screen {*/
/*    html {*/
/*        margin-top: 0px !important;*/
/*    }*/
/*}*/

/*@media screen and ( max-width: 782px ) {*/
/*    html {*/
/*        margin-top: 0px !important;*/
/*    }*/
/*}*/

main.content a.button {
    outline: none;
    display: inline-block;
    border-radius: 61px;
    background: #2b2b2b;
    padding: 11px 28px 11px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
main.content a.button:hover {
    background: #595959;
}

.cky-consent-container button.cky-show-desc-btn:not(:hover):not(:active){ color: #000000;}


main.content form.styled_form input[type="submit"] {
    border: none;
}

.player_wr {
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}
.player_wr iframe,.player_wr object,.player_wr embed,.player_wr .youtube-lazy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
