/*
Theme Name: Canal Hollywood
Theme URI: https://github.com/elementor/hello-theme/
Template: hello-elementor
Version: 1.0.6
Text Domain: appx-hello-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*
 * Menu
 */

.hollywood-side-menu {
    width: 85px !important;
}


/*
 * Programação Dropdown
 */

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding-left: 10px;
    background-color: transparent;
    color: white;
    border-radius: 0px !important;
}

.select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1E97C3 !important;
    color: black !important;
    border-radius: 0;
    padding-left: 20px;
    margin: 0;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    font-family: "Druk", Sans-serif;
    font-size: 43px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E97C3 !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-selection {
    border: 0 !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    padding-left: 20px;
    border-radius: 0;
    margin: 0;
}

.select2-dropdown {
    margin-top: 5px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.27);
    box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.27);
}

.select2-results__options {
    background-color: #f2f2f2 !important;
    line-height: 40px;
    font-family: "Druk", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: initial !important;
    overflow-y: initial !important;
}

.select2-results__option[aria-selected] {
    border-radius: 10px;
    padding-left: 20px;
    margin: 0;
    color: #000216;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
}

.select2-selection__arrow {
    height: 43px !important;
    margin-right: 5px;
}

input.inlife-submit {
    background-color: #1D9AFA;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    height: 45px;
    margin-left: 10px;
}

input.inlife-submit:focus {
    background-color: #1D9AFA !important;
}

@media only screen and (max-width: 767px) {
    input.inlife-submit {
        margin-left: 0px;
        margin-top: 5px
    }

    .select2-dropdown {
        margin-top: 5px !important;
    }
}

.elementor-swiper-button-prev {
    left: 13px !important;
}

.elementor-swiper-button-next {
    right: 13px !important;
}

.elementor-swiper-button {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #07A7E1 transparent transparent transparent !important;
    border-width: 12px 9px 0 9px !important;
    margin-top: -10px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #07A7E1 transparent !important;
    border-width: 12px 9px 0 9px !important;
    margin-top: -10px !important;
}


/*
 * Favorites
 */

.hollywood_add_favorite {
    background-image: url(elementor-widgets/assets/star-open.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background 0.5s;
    position: relative;
    display: inline-block;
    margin: 18px;
}


.hollywood_add_favorite.check {
    background-image: url(elementor-widgets/assets/star-full.svg);
}

.hollywood_add_favorite:after {
    background-image: url(elementor-widgets/assets/loader.svg);
    background-size: 40% auto;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    border-radius: 50%;
}

.hollywood_add_favorite.disabled {
    pointer-events: none;
}

.hollywood_add_favorite.disabled:after {
    opacity: 1;
}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
 * Destaques
 */

.destaques_hollywood {
    font-family: "Druk", Sans-serif;
}

.destaques_hollywood h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.destaques_hollywood h3 {
    color: #1E97C3;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.play-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
Afastar as letras - Global

body {
    letter-spacing: 1px;
}

 */

.holly-button-slider {
    border-radius: 0px;
    border: 2px solid white;
    font-family: "Druk", Sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    margin-right: 10px;
    padding: 8px 30px 6px 30px;
    font-size: 1rem;
    cursor: pointer;
}

a.holly-button-slider:hover {
    color: white;
    background-color: #1E97C3;
}


@media (min-width: 769px) {
    .hide-desktop {
        display: none;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}