/*------------------------------------------------------------------
[Table of contents]
This file include your custom style for some components of theme
1. general
2. header - @header
3. header top -  @headertop
4. header main - @header main
5. footer - @footer
-------------------------------------------------------------------*/
html * {
    outline: 0 !important
}
html, body {
    min-height: 100%;
    overflow-x: hidden
}
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #5e6d77;
    background-color: #fff
}
/**************************/
/*   BEGIN BOXED LAYOUT   */
/**************************/
#page .vc_column-inner {
    padding-top: 0;
}
@media screen and (min-width: 990px) {
    /* Style for layout boxed */
}
p, a, label, span {
    font-size: 1em
}
a {
    transition: all 0.2s ease
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #2aacff
}
h1, h2, h3, h4 {
    font-weight: bold
}
h5 {
    font-weight: normal
}
.layout-left {
    float: left
}
.layout-right {
    float: right
}
.section {
    background-color: #fff;
    z-index: 10;
    position: relative
}
.sunhouse-item {
    display: block;
    float: left;
    position: relative;
    transition: all 0.5s ease;
	width: 100%;
}
.sunhouse-item .wrapper-image {
    position: relative;
    display: block
}
.sunhouse-item .wrapper-image img {
    width: 100%;
    height: 100%
}
.sunhouse-item .note {
    width: 56px;
    height: 56px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: -15px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    display: table;
    z-index: 2
}
.sunhouse-item .note .text {
    line-height: 1.145em;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.sunhouse-item .note {
    background-color: #2aacff
}
.sunhouse-item .note.for-sale {
    background-color: #2aacff
}
.sunhouse-item .note.for-day {
    width: 90px
}
.sunhouse-item .wrapper-content {
    border: 1px solid #efefef;
    float: left;
    text-align: left;
    width: 100%
}
.sunhouse-item .about-house {
    padding: 15px
}
.sunhouse-item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1)
}
.padding-top {
    padding-top: 100px
}
#page-content {
    padding-top: 100px;
    padding-bottom: 100px
}
#page-sidebar .sidebar-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
}
.padding-top-2 {
    padding-top: 160px
}
.padding-bottom {
    padding-bottom: 100px
}
/* @header */
header .bg-white {
    background-color: #fff;
    transition: all 0.6s ease
}
header .bg-white .header-main {
    background-color: #fff
}
header .bg-white .header-main .main-menu {
    color: #5e6d77
}
/* headertop */
/* @headermain */
.header-main {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    transition: all 0.3s ease
}
.header-main .logo {
    line-height: 90px
}
.header-main .logo .header-logo img {
    max-width: 220px;
    width: 100%;
    transition: all 0.3s ease
}
.header-main .navigation .nav-links {
    position: relative
}
.header-main .navigation .nav-links li.active .main-menu,
.header-main .navigation .nav-links li:hover .main-menu {
    color: #2aacff
}
.header-main .navigation .nav-links .main-menu {
    line-height: 100px;
    padding: 0;
    margin: 0 20px;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease
}
.header-main .navigation .nav-links .main-menu .icons-dropdown {
    padding-left: 5px
}
.header-main .dropdown-menu-1,
 {
    top: 100%;
    min-width: 240px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    padding: 0;
    border-bottom: 2px solid #2aacff;
    transition: all 0.6s ease
}
.header-main .dropdown-menu-1 li,
 {
    transition: all 0.3s ease
}
.header-main .dropdown-menu-1 li .link-page,
 {
    text-transform: capitalize;
    border-bottom: 1px solid #efefef;
    font-weight: normal;
    line-height: 40px
}
.header-main .dropdown-menu-1 li.active .link-page, 
 {
    background-color: #f5f5f5;
    color: #333;
}
.header-main .dropdown-menu-1 li:last-child > .link-page,
 {
    border-bottom: none
}
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu-1 {
        display: block
    }
}
/* @footer */
footer .bg-dark .footer-main {
    background-color: #292f32;
    color: #e5ecf1
}
footer .bg-dark .title-widget {
    color: #fff;
    border-color: #373f43
}
footer .bg-dark a, footer .bg-dark span {
    color: #e5ecf1
}
footer .bg-dark a:hover {
    color: #2aacff
}
.footer-main .title-widget {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 1.286em;
    text-align: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid;
    text-transform: uppercase
}
/* Custom component in post type */
/* Adminbar on */