/*
Theme Name: Regina
Theme URI: http://www.machothemes.com/themes/regina/
Author: Macho Themes
Author URI: http://www.machothemes.com/
Description: 
Version: 1.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-#.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: regina
*/

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.homepage-section {
	position: relative;
}
.image img {
	height: auto;
}
.header-v2 #navigation {
	float: none;
	padding-bottom: 30px;
}
#header.header-v2 {
	height: auto;
	line-height: normal;
}
.header-v2 #navigation ul {
	line-height: 24px;
}
#header.header-v2 #logo {
	float: none;
	padding: 30px 0;
}
.header-v3 #navigation ul li:not(.hover-item) {
	display: none;
}
.header-v3 #navigation ul li.hover-item {
	cursor: pointer;
}
.header-v3 #navigation:hover ul li {
	display: inline-block;
}

/* Page Preloader */
#page-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10000;
    top: 0;
    background-color: #EEE;
}
.logged-in #page-loader {
    top: 32px;
}
#page-loader .loader {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 32px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    text-align: center;
    width: 100%;
}
.pace {
    z-index: 10001;
}
.pace-inactive {
    display: none;
}

/* Sub-menus */
#navigation ul ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    width: 200px;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 10px;
}
#navigation ul li.menu-item-has-children {
    position: relative;
}
#navigation ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
#navigation ul.sub-menu li {
    display: block;
    margin: 0;
    line-height: 40px;
    padding-left: 10px;
}