/*
 Theme Name:   UNA Pizzeria
 Theme URI:    https://www.unapizzeria.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Paintedrobot
 Author URI:   https://paintedrobot.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*@import url("../twentytwenty/style.css");*/

.header-main-menu ul li a{ color: #ffffff !important; }
.header-main-menu ul li.active a,
.header-main-menu ul li.current-menu-item a,
.header-main-menu ul li a:hover{ color: #d80000 !important; }
.wp-block-cover.home-banner-section{ min-height: 800px; }
.mc4wp-form-fields{position: relative;}
.mc4wp-form input[type="submit"].btn.white {
    color: #ffffff;
    border-color: #ffffff;
}
.header-main-menu ul li.menu-item-has-children{
    position: relative;
}

.header-main-menu ul li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
}

.header-main-menu ul li.menu-item-has-children > a{ display: flex; }
.header-main-menu ul li ul.sub-menu li:first-child{ padding-top: 15px; }
.header-main-menu ul li ul.sub-menu li:last-child{ padding-bottom: 15px; }
.header-main-menu ul li ul.sub-menu:before{
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;  /* left arrow slant */
    border-right: 5px solid transparent; /* right arrow slant */
    border-bottom: 5px solid rgba(0,0,0,0.6); /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    content: '';
    position: relative;
    top: -3px;
    color: rgba(0,0,0,0.6);
}
.header-main-menu ul li ul.sub-menu{
    display: none;
    position: absolute;
    width: 220px;
    padding: 0px;
    
}
.header-main-menu ul li ul li{
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
}
.header-main-menu ul li ul li a{
    padding: 3px 20px;
    display: block;
    font-size: 13px;
}

@media only screen and (max-width: 767px){
    .header-main-menu ul li ul.sub-menu{
        width: 100%;
        padding-top: 10px;
        position: static;
        display: block;
    }
    .header-main-menu ul li ul.sub-menu li:first-child{ padding: 0; }
    .header-main-menu ul li ul.sub-menu li:last-child{ padding: 0; }
    .header-main-menu ul li ul li a{
        padding: 5px 20px 5px 10px;
        display: block;
        font-size: 13px;
        position: relative;
    }
    .header-main-menu ul li ul li{
        padding: 0;
        border-bottom: none;
    }
    .header-main-menu ul li ul.sub-menu::before{
        display: none;
    }
    .header-main-menu ul li ul.sub-menu li a:before{
        width: 0; 
        height: 0; 
        border-bottom: 5px solid transparent;  /* left arrow slant */
        border-top: 5px solid transparent; /* right arrow slant */
        border-left: 5px solid #fff; /* bottom, add background color here */
        font-size: 0;
        line-height: 0;
        content: '';
        margin-right: 10px;
        top: -4px;
        position: relative;
    }
}

.mc4wp-form input[type="submit"].btn {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: 'RobotoCondensed-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    display: inline-block;
    padding: 16px 30px;
    text-align: center;
    line-height: 1;
    border: 2px solid #000000;
    position: relative;
    box-shadow: none;
    outline: none;
    background: transparent;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mc4wp-form input[type="submit"].btn.white::before {
    background: #ffffff;
}
.mc4wp-form input[type="submit"].btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px;
    background: #000000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.mc4wp-response .mc4wp-alert.mc4wp-error{ color: #ffffff; font-size: 16px; top: 11px; position: relative; }
.mc4wp-response .mc4wp-alert.mc4wp-error a{color: #ffffff;}
.mc4wp-response .mc4wp-alert.mc4wp-error a:hover{ color: #ffffff; text-decoration: underline; }
.video_container{
    position: relative;
}
.video_container .after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
    cursor: pointer;
}
.video_container:hover .after {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
}

.video_container .after span{
    font-size: 60px;
    color: #ffffff;
    
}