/*
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.3.2
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
*/

* {
	word-break: keep-all !important;
}

#sections-container{
	position: relative;
	z-index: 999;
	background-color: #fff;
}

.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.png') 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-off{
	opacity: 0;
}
.landx-multipage .header-on {
  padding-top: 95px;
}
.landx-multipage .header-on .sticky-navigation{
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 10001;
}

.landx-page {
	margin: 30px 0 0 !important;
}

.admin-bar.landx-multipage .header-on .sticky-navigation{
  margin-top: 32px;
  }
.post-contents {
	padding: 0;
}
.landx-page {
	padding-top: 0;
	margin-top: -100px;
}
#yikes-mailchimp-container {
	padding:0;
}

.sticky {
  opacity: 1 !important;
}

.sticky-navigation {
  background: #000 !important;
  box-shadow: none !important;
}

.sticky-navigation .navbar-nav > li > a:hover,
.sticky-navigation .navbar-nav > li > a:focus,
.sticky-navigation .navbar-nav > li > a:active,
.sticky-navigation .navbar-nav > li.current-menu-item > a {
  color: #e41f49 !important;
}

.wpcf7-submit {
  font-size: 1em;
  padding: 1em 2em;
  background: transparent;
  border: 2px solid #dd3333;
  color: #dd3333 !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.wpcf7-submit:hover {
  color: #fff !important;
  background: #dd3333;
}

.featherlight {
  z-index: 9999999;
}


@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse {
    margin-top: 10px;
    border-color: #333333 !important;
  }

  .navbar-inverse .navbar-collapse .main-navigation {
    padding-top: 0;
  }

  .sticky-navigation .navbar-nav > li > a {
    padding: 10px 22px
  }

  .sticky-navigation .navbar-header {
    padding-top: 12px;
  }
}

@media (max-width: 480px) {
  .home .post-contents {
    padding: 0 15px 15px;
  }

  .home .panel-grid-cell .panel-widget-style {
    padding: 0 !important;
  }
}