/*
Theme Name: Pelicula
Theme URI: https://pelicula.qodeinteractive.com/
Description: A Contemporary Theme for Creative Business
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: pelicula
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
.qodef-header--standard #qodef-page-header {
  height: 70px!important;
}
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform .5s ease,top .5s ease;
  z-index: 100;
}

.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner {
    display: -webkit-box!important;    
display: -moz-box!important;       
display: -ms-flexbox!important;   
display: -webkit-flex!important;   
display:flex!important;
    align-items: center;
    margin: 0 -49px;
}