/*
Theme Name: Un mes en Japón 
Theme URI: https://pelicula.qodeinteractive.com/
Description: A child theme of Pelicula
Author: qwerzo.com
Author URI: https://www.qwerzo.com/
Version: 1.0.1
Text Domain: pelicula
Template: pelicula
*/

/*GENERAL*/
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #ffffff !important;
}

/*ICONS*/
.ion-logo-android:before {
    content: url('assets/img/tiktok.svg');
    width: 18px;
    height: 18px;
}
.qodef-mobile-header-opener path {
    fill: #fff;
}

@media screen and (max-width: 991px) { 
    .qodef-video-button .qodef-m-play {
        font-size: 40px;
    }
}

/*MENU*/
.qodef-mobile-header-navigation {
    background-color: #000;
}

/*FORM*/
input[type=email], 
input[type=number], 
input[type=password], 
input[type=tel], 
input[type=text], 
input[type=url], 
textarea {
    color: #ffffff;
    background-color: #393939;
    border: 2px solid #393939;
}
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
input[type=url]:focus, 
textarea:focus {
    color: #ffffff !important;
    background-color: #39393950;
    border-left-color: #393939;
}
.qodef-theme-button, 
button[type=submit], 
input[type=submit] {
    color: #111;
    background-color: #ffffff !important;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.qodef-theme-button:hover, 
button[type=submit]:hover, 
input[type=submit]:hover {
    color: #111;
    background-color: #c1c1c1 !important;
    border: 2px solid #c1c1c1 !important;
}
.qodef-button.qodef-layout--with-bg-holder.qodef-type--filled.wpcf7-submit .qodef-btn-bg-holder {
    background-color: #ffffff !important;
}

/*HOME*/
.home.qodef-header--standard #qodef-page-header {
    background-color: transparent !important;
}

/*PORTFOLIO LIST*/
.page-id-1884 #qodef-page-outer {
    margin-top: 0px;
}
.qodef-portfolio-list .qodef-e-image img,
.qodef-parallax-img-holder img{
    width: 100%;
}

/*PORTFOLIO ITEM*/
.single-portfolio-item #qodef-page-header-inner {
    width: 100% !important;
}
.single-portfolio-item #qodef-page-header-inner.qodef-content-grid {
    padding: 0 25px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link:hover, 
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link:hover,
.qodef-portfolio-single .qodef-e-category,
.qodef-portfolio-single .qodef-e-category:hover,
.qodef-portfolio-single .qodef-portfolio-info a, 
.qodef-portfolio-single .qodef-portfolio-info p,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item,
.qodef-portfolio-single .qodef-portfolio-info .qodef-social-title {
    color: #fff !important;
}

/*ABOUT US*/
@media screen and (max-width: 1023px) { 
    .qodef-section-title.qodef-alignment--right {
        text-align: center;
    }
}

/*FOOTER*/
#qodef-page-footer .qodef-social-icons-group {
    text-align: right;
}
@media screen and (max-width: 1023px) { 
    #qodef-page-footer .widget.widget_text {
        text-align: center;
    }
    #qodef-page-footer .qodef-social-icons-group {
        text-align: center;
        margin-top: 10px;
    }
}