/*
Theme Name: LandX
Theme URI: http://www.themeperch.com/landx/
Author: themeperch
Author URI: http://themeforest.net/user/themeperch
Description: Landx is fully responsive theme that looks great on any device. Features include 
a front page template with its own widgets, an optional display font, styling for post formats on both index and single views,
and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4.0
Tags: custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, theme-options 
Text Domain: landx
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

#sections-container{
	position: relative;
	z-index: 999;
}

.landx-onepage header.video{
	background-image: none !important;
	background-color: transparent !important;
}

.landx-onepage header.video video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 	background: url('images/bg-image-2.html') no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
  	margin: 0;
  	max-width: inherit;
  	padding: 0;
}

.landx-onepage .sticky-navigation{
	z-index: 9999;
	opacity: 0;
}

.landx-onepage .sticky-navigation.header-on{
	opacity: 1;
}
.landx-multipage .header-on {
  padding-top: 75px;
}
.landx-multipage .header-on .sticky-navigation{
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.admin-bar.landx-multipage .header-on .sticky-navigation{
  margin-top: 32px;
  }
.image_slider .vegas-wrapper{
    background-color:rgba(0,0,0,.7);
}
.vegas-container .color-overlay{
    background-color: transparent;
}
.vegas-timer{
    display:none !important;
}
.image_slider .color-overlay:before{
  background-color: transparent;
}
.blog-intro{
  position: relative;
}
.bgcolor-2 .blog_info{
  padding: 0 15px 30px;
}
.blog_title a:focus{
  color: #323232;
}
.cta-section .blog_info p{
  color: #323232;
}
.tp-posts-default-loop.twelvecol{
  margin-top: 68px;
}
.perch-screenshots{
  margin-top: 68px;
}
section{
  background-color: #fff;
}
.parallax-mirror{
  z-index: 1 !important
}
.color-overlay .btn:hover, 
.color-overlay .btn:focus{
  color: #fff;
}