/*
    Theme Name: Film Campaign Child Theme
    Theme URI: http://wordpress.templaza.net/filmcampaign/
    Author: Templaza
    Author URI: http://templaza.com
    Version: 1.0
    Description: WP! This is my dream.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, theme-options
    Template: film-campaign
*/
@import url("../film-campaign/style.css");
.tz-header-logo img{max-width:380px}
.body-box-left, .body-box-right{width: 0 !important;}
.body-box-top, .body-box-bottom{height: 0 !important}
.tz-gallery .tz-gallery-slider{bottom:30px !important}
.tz-trailer-upload iframe, .tz-trailer-gallery-upload iframe{
	width:90%;
	height:90%;
}

.tz-header.tz-header-type-3 .tz-menu-content{
    width: 50%;
    text-align: right;
    display: block;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-share{
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-share .social-btn{
    font-size: 26px;
    color: #fff;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-social{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background: #808080;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-social.shake{
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: -webkit-transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
    transition: transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-social li{
    position: relative;
    display: block;
    width: 100%;
    padding: 4px 0;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-social a {
    font-size: 14px;
    color: #000;
    line-height: 1em;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-social a span {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-social a:hover {
    color: #fff;
  }
  .tz-header.tz-header-type-3 .tz-menu-content .menu-social a:hover span {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    opacity: 0;
  }
  .tz-header.tz-header-type-3 .audio-controls{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    display: inline-block;
    margin: 0 15px;
  }