/*
Theme Name: Moskitos
Theme URI: https://i2.com.tr
Description: Moskitos Films Movie and Film Production Theme
Author: I2 Network & Technologies
Author URI: https://i2.com.tr
Text Domain: coppola
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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.uc-side-menu-items {
    background: white!important;
}
.side-menu-holder {
   opacity: 1;
    transition: opacity 0.1s ease-in-out;

  }
  
  .side-menu-holder.show {

    opacity: 1;
    transition: opacity 0.5s ease-in-out;

  }
/* For screens wider than or equal to 600px */
@media (min-width: 600px) {
  body {
    position: fixed!important;
  }
  body.menu-opened {
 /*   overflow: hidden!important; */
  }
}

/* For screens narrower than 600px (mobile) */
@media (max-width: 599px) {
  body {
    position: static!important;
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    padding-left: 0px!important;
  }
  body.menu-opened {
    /* use -webkit-overflow-scrolling for smooth scrolling on iOS */
    -webkit-overflow-scrolling: touch!important;
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    padding-left: 0px!important;
  }
}

.recents-container {
    overflow: scroll;
}
.qodef-e-media-image.qodef--background {
    background-position: center center!important;
}
.side-menu-buttons {
    width: 280px!important;
}
header#qodef-page-mobile-header {
   display: none; 
}
#pofo_custom_text_widget-32 > div > a:nth-child(2) > img {
    display: none; 
}
header#qodef-page-header {
	  display: none; 
}
.qodef-header--vertical #qodef-page-header-inner {

    background: var(--wpr-bg-34247f84-566d-4496-be84-dead8986f181) top center/cover no-repeat!important;
}
div#qodef-page-outer {
 /*   margin-right: -250px!important; */
}
a > span {
    /* display: inline-block;
    margin: 0;
    line-height: 1em;
    font-family: Helvetica, Arial, sans-serif; 
    font-weight: bold; 
	text-transform: uppercase;
    font-size: 20px;
    background: linear-gradient(to right, #050505 50%, #929292 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
:root {
    --qode-main-color: #000!important;
    --qode-header-light-color: #0a0a0a!important;
    --qode-header-light-hover-color: #595959!important;
    --qode-header-dark-color: #000!important;
    --qode-header-dark-hover-color: #000!important;
}
a.qodef-header-logo-link.qodef-height--set.qodef-source--textual {
    font-family: anton!important;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #fff!important;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    background-color: #fff!important;
}