/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
    margin: 0!important;
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: 'Droid Serif', sans-serif;
    color: #555;
}

button,
input,
select,
textarea {
    color: #7e7e7e;
    font-family: 'Droid Serif', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
    font-family: 'Droid Serif', sans-serif;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

h6 {
    font-size: 16px;
    margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

p {
    margin-bottom: 0.8em;
    font-family: 'Open Sans', sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    margin-bottom: 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
img,
.img,
.btn,
input,
select,
textarea,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

a:hover,
a:focus {
    color: #8d6e63;
    text-decoration: none;
    outline: none !important;
}

li {
    line-height: 2.14286em;
}

ol,
ul {
    padding-left: 1.7em;
    margin-top: 0;
    margin-bottom: 0px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    border: 1px solid #dedede;
    margin: 0 0 1.5em;
    width: 100%;
}

table a {
    text-decoration: underline;
}

.entry-content ul {
    list-style: outside none disc;
}

.page__title__inner h2.page-title {
    margin: 0;
    color: #fff;
    font-weight: 500;
}

table tr {
    border-bottom: 1px solid #dedede;
}

table th,
table td {
    padding: 10px 20px;
}

table tbody th,
table tbody td,
table thead th {
    border-right: 1px solid #dedede;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
    cursor: pointer;
    background: #8d6e63;
    color: #fff;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 30px;
    border: none;
    height: 40px;
}

.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {
    opacity: 1;
    background: #002e5b;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 1;
    outline: none;
}

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.entry-content input[type="search"],
.entry-content input[type="number"],
.entry-content input[type="tel"],
.entry-content input[type="range"],
.entry-content input[type="date"],
.entry-content input[type="month"],
.entry-content input[type="week"],
.entry-content input[type="time"],
.entry-content input[type="datetime"],
.entry-content input[type="datetime-local"],
.entry-content input[type="color"] {
    height: 40px;
    line-height: 40px;
}

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.entry-content input[type="search"],
.entry-content input[type="number"],
.entry-content input[type="tel"],
.entry-content input[type="range"],
.entry-content input[type="date"],
.entry-content input[type="month"],
.entry-content input[type="week"],
.entry-content input[type="time"],
.entry-content input[type="datetime"],
.entry-content input[type="datetime-local"],
.entry-content input[type="color"],
.entry-content textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 3px 10px;
    outline: none;
}

select {
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
}

.entry-content input[type="text"]:focus,
.entry-content input[type="email"]:focus,
.entry-content input[type="url"]:focus,
.entry-content input[type="password"]:focus,
.entry-content input[type="search"]:focus,
.entry-content input[type="number"]:focus,
.entry-content input[type="tel"]:focus,
.entry-content input[type="range"]:focus,
.entry-content input[type="date"]:focus,
.entry-content input[type="month"]:focus,
.entry-content input[type="week"]:focus,
.entry-content input[type="time"]:focus,
.entry-content input[type="datetime"]:focus,
.entry-content input[type="datetime-local"]:focus,
.entry-content input[type="color"]:focus,
.entry-content textarea:focus {
    color: #444;
}

.entry-content input[type="checkbox"] {
    height: auto;
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

textarea {
    padding: 10px;
    width: 100%;
}


/*-- 
    - Input Placeholder
-----------------------------------------*/

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::-moz-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
}

::placeholder {
    color: inherit;
}


/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/

*::-moz-selection {
    background: #8d6e63;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #8d6e63;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8d6e63;
    color: #fff;
    text-shadow: none;
}


/**
* Scroll to top button
*/

#back-to-top {
    background: #8d6e63 none repeat scroll 0 0;
    border: 1px solid #8d6e63;
    bottom: 28px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: -50px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 40px;
    z-index: 99;
}


/**
* Maintenance Mode Scroll to top button hide
*/

.ruthem-maintenance-mode a#scrollUp,
.blank-page a#scrollUp {
    display: none !important;
}


/**
* Maintenance Mode
*/

.maintenance__wrapper {
    width: 100%;
    height: 100vh;
    background: #ddd;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.maintenance-default-content {
    width: 100%;
    height: 100vh;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
}

.maintenance-default-content h2 {
    margin-top: 0;
}


/**
* Theme Layout
*/

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}

.boxed-layout .is-sticky {
    right: auto;
    left: auto!important;
    margin: auto;
    max-width: 1240px;
    width: 100%;
}

.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}


/* KC CSS Overwrite */

html body .kc_single_image img {
    display: initial;
}


/**
* Page Preloading Effects
*/

#loading-default {
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-default-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-default-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pre_object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #8d6e63;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #8d6e63;
    border-right: 5px solid transparent;
    -webkit-animation: preanimate 2s infinite;
    animation: preanimate 2s infinite;
}

#pre_object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#pre_object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#pre_object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#pre_object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes preanimate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes preanimate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}


/**
* Preloader Style 2
*/

#loading2 {
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading2-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading2-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;
}

.object2 {
    width: 20px;
    height: 20px;
    background-color: #8d6e63;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}

#object2_one {
    -webkit-animation: object2 2s linear infinite;
    animation: object2 2s linear infinite;
}

#object2_two {
    -webkit-animation: object2 2s linear infinite -.4s;
    animation: object2 2s linear infinite -.4s;
}

#object2_three {
    -webkit-animation: object2 2s linear infinite -.8s;
    animation: object2 2s linear infinite -.8s;
}

#object2_four {
    -webkit-animation: object2 2s linear infinite -1.2s;
    animation: object2 2s linear infinite -1.2s;
}

#object2_five {
    -webkit-animation: object2 2s linear infinite -1.6s;
    animation: object2 2s linear infinite -1.6s;
}

@-webkit-keyframes object2 {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

@keyframes object2 {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}


/*-------------------------------- 
# Top bar menu
----------------------------------*/

.header-top-area {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 10px 0;
}

.top-bar-left-content a,
.header-info a {
    color: #555;
    font-size: 12px;
}

.header-info span {
    position: relative;
}

.header-info span+span {
    margin-left: 8px;
    padding-left: 8px;
}

.header-info span+span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}


/*-------------------------------- 
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-left-menu ul li {
    display: inline-block;
}

.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}

.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #8d6e63;
}

.top-bar-left-content {
    color: #fff;
}

.top-bar-left-content p {
    margin-bottom: 0;
}


/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social ul li {
    display: inline-block;
}

.header-social ul li a {
    color: #fff;
    font-size: 16px;
    min-width: 30px;
    text-align: center;
}

.header-social ul li a i {
    font-family: FontAwesome!important;
    font-weight: 400;
}

.header-social.text-white>a {
    color: #fff;
}

.menu-middle-area {
    border-top: 1px solid #ddd;
}

.header-social ul li+li {
    margin-left: 10px;
}


/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}

.header-search form {
    display: block;
    position: relative;
}

.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}

.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.header-search form button i {
    display: block;
    line-height: 38px;
}

.header-search form button:hover {
    color: #26c7cc;
}


/**
* Header Transparent Enable
*/

header.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}


/**
* Header Sticky 
*/

header.is-sticky {
    position: fixed;
    left: 0;
    top: 0!important;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.is-sticky .header-menu-wrap .site-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.is-sticky .primary-nav-wrap nav>ul>li>a {
    padding: 20px 0;
}

.logged-in .is-sticky {
    top: 32px!important;
}


/*Sticky & Mobile Logo*/

.is-sticky img.ruthem_dft_logo {
    display: none;
}

img.ruthem_stc_logo {
    display: none;
}

.is-sticky img.ruthem_stc_logo {
    display: block;
}

.is-sticky .header-logo.text-center img.ruthem_stc_logo {
    margin: auto;
}

img.ruthem_mbl_logo {
    display: none;
}

@media (max-width: 991px) {
    img.ruthem_dft_logo {
        display: none;
    }
    img.ruthem_mbl_logo {
        display: block;
    }
    .is-sticky img.ruthem_mbl_logo {
        display: none;
    }
}


/**
* Default Menu Style
*/

.primary-nav-wrap nav>ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.primary-nav-wrap nav>ul>li {
    position: relative;
    margin-right: 30px;
}

.primary-nav-wrap nav>ul>li:last-child {
    margin-right: 0;
}

.primary-nav-wrap nav>ul>li>a {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 35px 0px;
    transition: all 0.3s ease 0s;
    color: #444;
    font-family: 'Droid Serif', sans-serif;
    text-transform: uppercase;
}
.dropdown-toggle::after{    margin-top: 11px;}
.primary-nav-wrap .menu-item-has-children>a::after,
.primary-nav-wrap .sub-menu li a:before {
    *content: "\f107";
    *font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
	margin-left: 8px;
    text-decoration: inherit;
    vertical-align: middle;
}

.primary-nav-wrap .menu-item-has-children li.menu-item-has-children>a::after {
    position: absolute;
    right: 20px;
    content: "\f105";
}

.primary-nav-wrap .sub-menu li a:before {
    *content: "\f105";
    *margin-right: 10px;
    margin-left: 0;
}

.primary-nav-wrap nav>ul>li:hover>a {
    color: #8d6e63;
}

.primary-nav-wrap .sub-menu {
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 130%;
    width: 275px;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    padding: 0px 20px;
    transition: all 0.3s ease 0s;
}

.primary-nav-wrap nav>ul>li:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.primary-nav-wrap .sub-menu li {
    position: relative;
    border-bottom: 1px dotted #dddd;
}

.primary-nav-wrap .sub-menu li a {
    display: flex;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    color: #767676;
    font-family: 'Droid Serif', sans-serif;
}

.primary-nav-wrap .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
}

.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}

.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.primary-nav-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}

.primary-nav-wrap .sub-menu li:hover>a {
    color: #8d6e63;
    padding-left: 5px;
}


/* Last 2 Element drop-down position */

.last-elements .sub-menu {
    left: auto;
    right: 0;
}

.last-elements .sub-menu li .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}

.primary-nav-wrap nav ul>li.current-menu-item>a,
.is-sticky .primary-nav-wrap nav ul>li.current-menu-item>a,
.primary-nav-wrap nav>ul>li.active>a,
.is-sticky .primary-nav-wrap nav>ul>li.active>a {
    color: #8d6e63;
}


/**
* Hover Animation 
*/

.sub-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}


/**
* Mobile Menu 
*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}


/**
* Menu Open/Close Button
*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -32.5px;
    width: auto;
    transform: translateY(-50%);
}

a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #8d6e63;
    outline: medium none;
}

a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}


/**
* Mobile Menu Nav
*/

.mobile-area {
    background: #fff;
}

.mean-nav {
    background-color: transparent;
    margin: 0;
}

.mean-nav a.mean-expand {
    border: medium none !important;
    color: #464646 !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}

.mean-nav a.mean-expand:hover {
    color: #8d6e63 !important;
}

.mean-nav a.mean-clicked {
    font-size: 22px !important;
}

.mean-nav>ul {
    float: left;
    padding: 15px 0;
}

.mean-nav>ul>li>a {
    border-color: #eee;
    color: #464646;
    display: block;
    font-family: "Droid Serif", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}

.mean-nav>ul>li>a:hover,
.mean-nav>ul>li.current_page_item>a {
    color: #8d6e63;
}


/**
* Mobile Sub 
*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}

.mean-nav ul li li {
    margin: 0;
    padding: 0;
}

.mean-nav ul li li a {
    border-color: #eee;
    color: #464646;
    font-family: "Droid Serif", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
    border-bottom: none;
}

.mean-nav .sub-menu li:hover>a {
    color: #464646;
}

.mean-nav .sub-menu li.current_page_item:hover>a {
    color: #8d6e63;
}

.mean-nav ul li li.current_page_item>a,
.mean-nav ul li li>a:hover,
.mean-nav .sub-menu li>a:hover {
    color: #8d6e63;
}

.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}

.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}

.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}

.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}


/**
* Text Logo Style 
*/

.site-title h3,
.site-title p {
    margin: 0;
}

.site-title a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
}


/**
* Logo Position
*/

.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header-menu-wrap .site-title {
    min-width: 150px;
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-center>div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}


/**
* Search Option
*/

.page-title-search-box input {
    background: transparent;
    border-radius: 0;
    padding: 10px 20px;
}

.page-title-search-box input:focus {
    outline: none;
}

.page-title-search-box button {
    display: none;
}

.page__title__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap column;
}

.page__title__inner.breadcrumbs-title-left {
    justify-content: flex-start;
    align-items: flex-start;
}

.page__title__inner.breadcrumbs-title-center {
    justify-content: center;
    align-items: center;
}

.page__title__inner.breadcrumbs-title-right {
    justify-content: flex-end;
    align-items: flex-end;
}


/**
* Page Title and Breadcrumbs
*/

.page__title__wrapper {
    background: #444 none repeat scroll 0 0;
}

.page__title__inner {
    padding: 115px 0;
}

h1.page-title {
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
    color: #fff;
}

.page__title__inner>p {
    margin-bottom: 0.80em;
}

.page__title__inner .page-subtitle {
    margin-bottom: 0;
}

.breadcrumbs_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs_wrap ul li {
    display: inline-block;
}

.breadcrumbs_wrap ul li {
    padding: 0 8px 0 0;
    font-size: 16px;
}

section.page__title__wrapper {
    position: relative;
}

section.page__title__wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}

section.page__title__wrapper.text-center {
    justify-content: center;
    align-items: center;
}

section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    height: 100vh;
}

section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    height: 50vh;
}

section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper .page__title__inner {
    width: 100%;
}

.breadcrumbs_wrap ul,
.breadcrumbs_wrap ul li,
.breadcrumbs_wrap ul li a {
    transition: 0.3s !important;
    word-break: break-word;
    line-height: 1.3;
    color: #fff;
}


/**
* Page Wrapper
*/

.page-wrapper {
    padding: 100px 0;
}

.page-sub-title p {
    margin-bottom: 10px;
}


/**
* Default Footer
*/

footer .default-footer,
.footer-bottom-section {
    background: #f2f2f2;
    padding: 30px 0;
    text-align: center;
    color: #000;
    position: relative;
}

footer .default-footer:before,
.footer-bottom-section:before,
.footer-top-section:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/**
* Footer fixed enable effect
*/

footer.fixed-footer-enable {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}


/**
* Not found / 404 page 
*/

.page-not-found-wrap {
    min-height: 700px;
    width: 100%;
    background: #f6f6f6;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}

.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}

.pnf-inner>h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pnf-inner>h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.pnf-inner>p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

.pnf-inner a.btn {
    background-color: #8d6e63;
    border: 1px solid #8d6e63;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.pnf-inner a.btn:hover {
    background-color: #8d6e63;
}

.align-center {
    align-items: center;
    display: flex;
}


/* Breadcrumb */

.breadcrumb-wrapper .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-wrapper .breadcrumb.black-text li a {
    color: #444
}

.breadcrumb-wrapper .breadcrumb.black-text li.active {
    color: #888
}

.breadcrumb-wrapper .breadcrumb li.active {
    color: #ccc;
}

.elementor-icon-box-content h4 {
    margin-top: 0;
}

.footer-widget.widget.widget_text ul li {
    float: left;
}