/*
Theme Name: Pelicula Child
Theme URI: https://pelicula.qodeinteractive.com/
Description: A child theme of Pelicula
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: pelicula
Template: pelicula
*/

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
padding: 1em;
}

#qodef-page-header .qodef-header-logo-link img {
    padding: 0.5em;
}

div#qodef-page-mobile-header-inner {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* CF7 OGÓLNE */


.wpcf7 .lz-pyq-heading-cf7 {
    font-size: 4.5em;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 5px;
    margin-bottom: 0.15em;
    color: #b99e22;
    line-height: 1;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 .lz-pyq-subheading-cf7,
.wpcf7 .wpcf7-list-item-label 
{
    font-size: 1em;
    letter-spacing: 0;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.wpcf7 {
    color: white;
    padding: 4em 3em 4em 3em;
    background-color: #b99e222b;
    border: 4px dashed #b99e22;
    margin-top: 3em !important;
    margin: auto;
    max-width: 55em;
}

.wpcf7 label:first-of-type {
    margin-top: 2em;
}

.wpcf7 label {
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 2em;
}

.wpcf7 input {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    padding: 1em;
    border: 2px solid #b99e22;
    background-color: #00000040;
    max-height: 3.5em;
    transition: all 0.2s;
}

.wpcf7 input:active,
.wpcf7 input:hover,
.wpcf7 input:focus 
{
    border: 3px solid #b99e22;
    background-color: #00000040;
    transition: all 0.2s;
}

/* CF7 OGÓLNE END */

/* CF7 - mobile */

@media (max-width: 500px) {
    
    .wpcf7 .lz-pyq-heading-cf7 {
        font-size: 3em;
        text-align: center;
    }
    
    .wpcf7 .lz-pyq-subheading-cf7,
    .wpcf7 .wpcf7-list-item-label 
    {
        font-size: 0.9em;

    }
    
    .wpcf7 {
        text-align: center;
    }

    .wpcf7 label {
        margin-bottom: 1.5em;
    }
    
}

/* CF7 - mobile - END */