/* ===[ Layouts ]=== */
/* Right Sidebar */
.right-sidebar #content,
.page-right-sidebar #main #content {
    float: left;
    width: 68%;
}

.right-sidebar #sidebar,
.page-right-sidebar #main #sidebar {
    display: block;
    margin-left: 3%;
    margin-right: 0;
}

/* Left Sidebar */
.left-sidebar #content,
.page-left-sidebar #main #content {
    float: right;
    width: 68%;
}
.left-sidebar #sidebar,
body.page-left-sidebar #sidebar {
    display: block;
    margin-left: 0;
    margin-right: 3%;
}

/* FullWidth */
.fullwidth #content,
.page-fullwidth #main #content {
    width: 100%;
}

.fullwidth #sidebar,
.page-fullwidth #main #sidebar {
    display: none;
}

/* ===[ Header Layouts ]=== */
/* heaader layout 2 */
.header_layout_2 .logo-wrap {
    display: block;
    float: left;
    margin: 10px 0;
    text-align: left;
}

.latte-bearthemes-mobile.header_layout_2 .logo-wrap {
    display: block;
    float: none;
    margin: 40px auto 10px;
    text-align: center;
}

.header_layout_2 .logo-text {
    float: left;
}

.header_layout_2 .menu-wrap {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    float: right;
}

/* heaader layout 3*/
.header_layout_3 .header-inner {
    display: inline-block;
    vertical-align: top;
}

.header_layout_3 .logo-wrap {
    display: inline-block;
    margin: 5px 0;
}

.header_layout_3 .logo-wrap span {
    display: none;
}

.header_layout_3 .logo-text {
    float: left;
    padding: 0;
}

.header_layout_3 .menu-wrap {
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
}
