* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: 'Segoe UI'; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #E3D7C1;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Segoe UI';
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 10px 15px;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #F2EADB;
    color:#000;
    text-shadow: none;
}
::selection {
    background: #F2EADB;
    color:#000;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.page-content {
    padding: 40px 30px 100px;
}
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 960px;
    max-width: 100%;

}
html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Segoe UI';
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 600;
    font-family: 'Segoe UI';
}
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 15px;
    padding: 0;
}
h1{
    font-size: 25px;
    line-height: 35px;
}
h2 {
    font-size: 24px;
    line-height:34px;
}
h3 {
    font-size: 23px;
    line-height: 33px;
}
h4 {
    font-size: 22px;
    line-height: 32px;
}
h5 {
    font-size: 21px;
    line-height:31px;
}
h6 {
    font-size: 20px;
    line-height: 30px;
}
/* Common Styles */


code, dl, dt, dd, form,
fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"],
address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 16px;
    color: #000;
    font-size: 16px;
}
address {
    color: #000;
    font-size: 16px;
}
p {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 25px;
    color: #000;
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI';
}
a, a:link {
    text-decoration: none;
    color: #BBA884;
}
a:hover, a:active, a:visited {
    color: #000;
    text-decoration: underline;
}
input[type=file], input[type=hidden] {
    color: #000;
    font-size: 16px;
}
input[type=image], blockquote {
    color: #000;
    font-size: 16px;
}
input[type=text], input[type=password] {
    font-family: 'Segoe UI';
    height: 40px;
    padding: 7px 12px 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
}
input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}
select {
    border-color: #fff;
    height: 40px;
    border-width: 1px;
    font-family: 'Segoe UI';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 5px;
    background: #fff;
    font-size: 15px;
    line-height: 25px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: calc(100% - 14px);
    background-size: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
textarea {
    box-sizing: border-box;
    padding: 3px 14px;
    height: 100px;
    border-radius: 5px;
    width: 100%;
    font-family: 'Segoe UI';
    border: 1px solid #fff;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    text-align: left;
    color: #000;
    font-size: 15px;
    font-family: 'Segoe UI';
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #e1ded9;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
ul li::before {
    content: '';
    background: #000;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100px;
    top: 11px;
    left: 0;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Segoe UI';
}
ul li {
    margin: 0;
    padding: 0 0 10px 20px;
}
.widget ul li a, .widget ol li a {
    color: #bea787;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #000;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}
ol{
    padding-left: 18px;
}
ul{
    padding-left: 0;
}

.form-row {
    position: relative;
}
.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* webocommander Form css */

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 12px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 12px;
}
.errorlist.after {
    font-size: 13px;
    line-height: 20px;
    padding: 0;

}
.errorlist.after .message-block {
    color: #e64343;
}

.widget-form .single-input-row .form-row {
    margin-top:0;
}
.widget-form  .form-row {
    margin: 0 0 18px;
    padding-bottom:0;
}
.widget-form .double-input-row .form-row {
    padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
    font-family: 'Segoe UI';
    height: 40px;
    padding: 12px 12px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
}
.widget-form textarea{
    height:100px;
}
.widget.widget-form .single-input-row .form-row p {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
}
.form-row label {
    width: auto;
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}

textarea::placeholder {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}
::placeholder {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    color: #505050;
}
/* Common Button CSS */
input.validation-error,
select.validation-error,
textarea.validation-error,
input[type="text"].validation-error,
input[type="password"].validation-error{
    border: 1px solid #e64343 !important;
    background-color: #fff;
}

input:focus, textarea:focus, select:focus {
    border-color: #e3d7c1 !important;
}

input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    background-color: #303036;
    border: 1px solid #303036;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}
button, .button, a.button {
    max-width: 160px;
    margin: 0;
    display: block;
    padding: 5px 10px;
    color: #000;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    height: 35px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #e3d7c1;
    width: 100%;
    border-radius: 15px;
    font-family: 'Segoe UI';
}
.widget-form .form-row label {
    width: 100%;
    padding: 0;
}
.form-row label {
    color: #000;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-family: 'Segoe UI';
    font-weight: 500;
    padding: 0;
}
.widget-form .single-input-row .form-row.textArea {
    margin-top:20px;
}
.widget.widget-form .form-row.btn-row button {
    margin: 25px 0 0;
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #000;
    background-color: #e3d7c1;
}
button:hover, .button:hover, a.button:hover {
    color: #fff;
    background-color: #000;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #fff;
    color: #303036;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    text-shadow: none;
    /*! opacity: 0.7; */
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
}

/*========= main menu ========= */
.header > .widget-container,
.footer > .widget-container {
    max-width: 960px;
    width: 100%;
}
/*========= main menu ========= */
.widget-navigation.main-menu .widget-title {
    background-color: #e3d7c1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px 20px 7px;
    font-size: 15px;
    line-height: 25px;
    color: #3e3d3d;
    font-weight: 700;
    font-family: 'Segoe UI';
}
.widget-navigation.main-menu{
    margin-top:40px;
}
.widget-navigation.main-menu .nav-wrapper.vertical {
    padding:0;
    position: relative;
}
.widget-navigation.main-menu .vertical .navigation-item:first-child {
    padding-top: 10px;
}
.widget-navigation.main-menu .vertical .navigation-item:last-child {
    padding-bottom: 28px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.widget-navigation.main-menu .vertical .navigation-item.active > a,
.widget-navigation.main-menu .vertical .navigation-item:hover a  {
    color: #bea787;
}
.widget-navigation.main-menu .vertical .navigation-item{
    background:#fff;
    padding: 0 20px;

}
.widget-navigation.main-menu .vertical .navigation-item a {
    border-bottom: 0;
    display: block;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-family: 'Segoe UI';
    text-decoration: none;
    line-height: 25px;
    padding: 0 0 3px;
    text-decoration: none;
    position: relative;
}
.widget-navigation.main-menu .nav-wrapper.vertical > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-family: "FontAwesome";
    margin-left: 7px;
    font-weight: 400;
}
.widget-navigation.main-menu .vertical .navigation-item .navigation-item-child-container .navigation-item a {
    font-size: 14px;
    line-height: 24px;
}
.widget-navigation.main-menu .nav-wrapper.vertical > .navigation-item.has-child:hover > a span::after {
    color: #bea787;
}
.widget-navigation.main-menu .nav-wrapper.vertical > .navigation-item.active.has-child > a span::after{
    content: '\f106';
    color: #bea787;
}
.widget-navigation.main-menu .vertical .navigation-item > .navigation-item-child-container {
    padding: 0 0 0 15px;
}
.widget-navigation.main-menu .vertical .navigation-item .navigation-item-child-container .navigation-item:last-child {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.widget-navigation.main-menu .nav-wrapper.vertical::after {
    background: #e3d7c1;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    border-bottom: 18px solid #e3d7c1;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/*Start Footer*/

/* Footer Navigation Start */

body > .footer {
    position: relative;
    padding: 0 0 100px;
}
.footer > .widget-container {
    background-color:#e9e9e9;
    position:relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.footer > .widget-container:after{
    content:'';
    background-color:#5f5f5f;
    width:100%;
    bottom:0;
    height:50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
}
.footer .widget-title {
    margin: 0 0 5px;
    padding: 0;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #000;
}
.footer .footer-social-media .widget-title {
    margin: 0 0 10px;
}
.footer .widget-navigation.footer-menu {
    text-align: left;
}
.footer .widget-navigation.footer-menu .navigation-item {
    padding: 0;
}
.footer .widget-navigation.footer-menu .navigation-item a {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    border: 0;
    display: inline-block;
    text-transform: capitalize;
    padding: 0px 0 3px 0;
    transition: all 300ms ease-out 0s;
}

.footer .widget-navigation .navigation-item a:hover {
    color: #bea787;
}
/* Footer Navigation End */


.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}
body {
    background-image: url('/template/e3a82c93/images/body-bg.jpg');
    background-repeat: repeat;
    background-position: left top;
    height:auto;

}
body.widget-snippet {
    background-image: none;

}
.body > .widget-container {
    background: #f3f0ea;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 800px;
    max-width: 960px;
    margin-top: 5px;
}
.header .widget.widget-search .search-form form {
    text-align: right;
    max-width: 193px;
    float: right;
    width: 100%;
}
.widget-search.search-box input {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    margin: 0;
    margin-right: 0px;
    background: url('/template/e3a82c93/images/input_search.jpg');
    background-repeat: no-repeat;
    width: 170px;
    border: 0px none rgb(255, 255, 255);
    height: 29px;
    margin-right: -3px;
    font-family: 'Segoe UI';
    line-height: 30px;
}
.widget-search.search-box button {
    width: 35px;
    height: 29px;
    border: 0;
    font-size: 0px;
    padding: 0;
    min-width: auto;
    background: transparent;
    margin-left: 0;
}
.widget-search.search-box button:before {
    content: "";
    content: "";
    background: url("/template/e3a82c93/images/search_btn.jpg") no-repeat;
    width: 35px;
    height: 29px;
    display: inline-block;
}
.widget-search.search-box button:hover::before {
    opacity: 0.8;
}
.widget-search.search-box {
    margin-top: 40px;
}
#spltr-5226F247-FB2C-400B-86C0-4310C84DBF31,
#spltr-CAFFDBBE-E471-4CB4-97FF-46F2543DA511 {
    padding: 0 25px;
}
#spltr-E14B33D4-CD7E-4FD5-8AF5-10278D7553CF,
#spltr-27BA02E7-FDE2-4467-86FD-219DA5FC5897 {
    border-left: 2px dotted #cecece;
    min-height:800px;
}

.popup-mask {
    background-color: transparent;
}
.image-popup-container-for-zoom-preview {
    display: none;
}
.widget-newsletter input {
    background: url('/template/e3a82c93/images/newsletter_input.jpg') no-repeat;
    height: 29px;
    border-radius: 0;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 3px 8px;
    font-family: 'Segoe UI';
    color: #000;
    font-size: 14px;
}
.widget-newsletter input:focus{
    border: 0 !important;
}
.widget-newsletter .form-row.button-container {
    margin: 0;
    height: 28px;
    width: 48px;
}
.widget-newsletter .form-row.button-container label {
    display: none;
}
.widget-newsletter .newsletter-subscription.submit-button {
    max-width: 48px;
    border: 0px none rgb(255, 255, 255);
    height: 27px;
    background: #4e4e4c;
    width: 100%;
    border-radius: 0;
    padding: 3px 12px 5px;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
}
.widget-newsletter label {
    display: none;
}
.widget-newsletter .newsletter.inplace.valid-verify-form {
    display: flex;
    align-items: center;
    margin:12px 0 0;
}
.widget-newsletter .form-row.mandatory {
    width: 172px;
    margin: 0;
}
.widget-newsletter .newsletter-subscription.submit-button:hover{
    opacity: 0.85;
    border: 0;
    background: #4e4e4c;
}
.widget-newsletter .errorlist.after .message-block {
    background: red;
    color: #fff;
    font-family: 'Segoe UI';
    font-size: 12px;
    padding: 0 5px;
}
.widget-newsletter input.validation-error,.widget-newsletter input[type="text"].validation-error{
    border: 0 !important;
    background-color: #fff;
}
.widget-newsletter .message-block {
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.widget-newsletter .errorlist.after .message-block {
    bottom: -20px;
}
.widget-newsletter .message-block.info-message, .widget-newsletter .message-block.success {
    background-color: #d5f4d5;
    border: 0;
    margin: 0;
    font-size: 12px;
    color: #008000;
    font-family: 'Segoe UI';
    font-size: 12px;
    padding: 0 5px;
    text-align:left;
}
.widget-newsletter .message-block.error-message, .widget-newsletter .message-block.error {
    background-color: #fee;
    border:0;
    color: #f00;
    margin: 0;
    font-size: 12px;
    font-family: 'Segoe UI';
    font-size: 12px;
    padding: 0 5px;
    text-align:left;
}

.newsletter.unsubscribe.valid-verify-form h3 {
    font-size: 25px;
    margin: 0 0 10px;
    line-height: 25px;
}
.newsletter.unsubscribe.valid-verify-form .message {
    font-size: 15px;
    font-family: 'Segoe UI';
    line-height: 20px;
    display: block;
    margin: 0 0 10px;
}
.newsletter.unsubscribe.valid-verify-form {
    max-width: 400px;
    margin: 0;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label {
    display: none;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container {
    margin: 15px 0 0;
}
.subscription-list-success .title {
    background-color: #e3d7c1;
    color: #000;
    font-size: 25px;
    padding: 12px 15px;
    margin: 0;
}
.page-newsletter-subscription .subscription-list-success {
    border: 1px solid #e3d7c1;
    margin: 0 auto;
    width: 500px;
}
.subscription-list-success .help .link {
    color: #b7a98f;
}
.subscription-list-success .help .link:hover {
    color: #000;
}
.widget-form .widget-title {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
}
.widget-form.contact-form {
    max-width: 500px;
    margin: 0;
    padding: 35px 30px;
    border: 1px solid #dfdddd;
    border-radius: 10px;
}
.widget-form.contact-form .form-row label {
    font-weight: 500;
}
.entire-search .search-result .title.page {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
    padding: 8px 0 12px;
    border-top: 1px #dbd7d7 solid;
    border-bottom: 1px #dbd7d7 solid;
    line-height: 26px;
}
.entire-search h2 {
    margin: 0 0 5px;
    font-size: 25px;
    line-height: 35px;
}
.entire-search .total-result {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
}
.entire-search span.title {
    font-size: 16px;
    display: block;
    margin: 0;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}
.search-results .page {
    margin-bottom: 20px;
}
.search-results .page a.page-read-more {
    color: #bea787;
    font-weight: 600;
}
.search-results .page a.page-read-more:hover {
    color: #000;
}
.widget-navigation.user-nav{
    margin:35px 0 0;
}
.widget-navigation.user-nav .widget-title {
    padding: 0;
    margin:0 0 15px;
    font-size: 17px;
    line-height: 25px;
    color: #3e3d3d;
    font-weight: 700;
    font-family: 'Segoe UI';
}
.widget-navigation.user-nav .nav-wrapper.vertical {
    display: flex;
    align-items: center;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item a{
    border: 0;
    padding: 0;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item.user-login{
    max-width: 85px;
    width: 100%;
    margin: 0 12px 0 0;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item a{
    margin: 0;
    padding: 3px 5px 8px;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    font-family: 'Segoe UI';
    background: #4e4e4c;
    border-radius: 20px;
    text-align: center;
}

.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item.user-login a:hover{
    background:#e3d7c1;
    color:#000;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item.user-register a{
    padding: 0;
    background: transparent;
    border-radius:0;
    color: #000;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item a:hover{
    color: #BBA884;
}
.widget-article.member-content h1{
    margin-top:0;
}
.widget-article.member-content a {
    text-decoration: none;
    color: #BBA884;
}
.widget-article.member-content a:hover {
    text-decoration: none;
    color: #000;
}
.page-profile .bmui-tab.left-side-header .bmui-tab-header-container,
.page-profile .bmui-tab.left-side-header .bmui-tab-body-container{
    border: 0;
}
#customer-profile-tabs .button.profileLogout {
    float: right;
    display: none;
}
#customer-profile-tabs .welcome-profile {
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

/** Login Page Start **/
.page-login .login-form,
.password-reset-form.valid-verify-form,
.registration-form.valid-verify-form,
.customer-new-password.valid-verify-form{
    margin: 0;
    border: 0;
    padding: 30px 30px 40px;
    width: 100%;
    max-width: 500px;
    background: transparent;
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid #dfdddd;
}
.password-reset-form.valid-verify-form,
.customer-new-password.valid-verify-form{
    max-width: 450px;
}
.customer-new-password .form-row label {
    width: 100%;
}
.customer-new-password .form-row {
    margin: 0 0 18px;
}
.registration-form.valid-verify-form {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 24px 40px;
}
.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px 0;
}
.login-form span.title,
.password-reset-form.valid-verify-form span.title,
.registration-form.valid-verify-form span.title,
.customer-new-password span.title{
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    padding: 0;
    color: #000;
    margin: 0 0 20px;
    font-family: 'Segoe UI';
    width: 100%;
}
.registration-form.valid-verify-form span.title {
    padding: 0 8px;
}
.password-reset-form.valid-verify-form span.title{
    margin: 0 0 5px;
}
.password-reset-form .form-row label {
    display: block;
    width: auto;
}
.customer-new-password span.title{
    margin: 0 0 15px;
}
.password-reset-form .lost-password-text {
    color: #000;
    padding: 0;
    font-size: 15px;
    font-family: 'Segoe UI';
    line-height: 20px;
    margin: 0 0 15px;
}
.password-reset-form .form-row.submit-row button {
    margin: 20px 0 0;
}
.password-reset-form .form-row input {
    width: 100%;
}
.password-reset-form .errorlist.after {
    left: 0;
    position: relative;
    top: unset;
    width: 100%;
}
.password-reset-form .form-row {
    display: block;
    width: 100%;
    margin: 0;
}
.login-form .submit-row {
    margin: 0px 0 0;
    float: none;
    display: block;
}
.login-button {
    max-width: 100%;
    margin: 0;
    display: block;
    padding: 5px 10px;
    color: #000;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    height: 35px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #e3d7c1;
    width: 100%;
    border-radius: 15px;
    font-family: 'Segoe UI';
}
.login-button:hover {
    background: #000;
    color: #fff;
}
.login-form .remember {
    margin: 20px 0 15px;
    width: 230px;
}
.page-login .login-form label {
    display: none;
}
.form-row.remember input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.page-login .login-form .form-row.mandatory {
    margin: 0 0 20px;
    position: relative;
}
.page-login .login-form .form-row.submit-row {
    margin-top: 25px;
}
.page-login span.lost-password {
    float: right;
    margin-top: -40px;
}
.login-form .lost-password a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-decoration-line: underline;
    color: #000;
    font-family: 'Segoe UI';
}
.login-form .form-row.remember {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.login-form .lost-password a:hover {
    color: #bea787;
}
.login-form .no-account-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.login-form .account-register a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
}
.login-form .account-register a:hover {
    color: #bea787;
}
.registration-form select {
    width: 100%;
}
.registration-form .form-row.submit-row {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}
.registration-form .form-row.submit-row label,
.customer-new-password .form-row.submit-row label{
    display: none;
}
.customer-new-password .form-row.submit-row {
    margin: 25px 0 0;
}
/** Login Page End **/

.server-message.server-info.info-message.message-block,
.server-message.server-error.error-message.message-block{
    max-width: 960px;
    margin: 5px auto 0;
    border-radius: 15px;
}

#customer-profile-tabs .welcome-profile > .welcome-message p a {
  color: #BBA884;
}
#customer-profile-tabs .welcome-profile > .welcome-message p a:hover {
  color: #000;
  text-decoration: none;
}
#customer-profile-tabs .welcome-profile > .welcome-message h1 {
  margin: 0 0 12px;
}
#customer-profile-tabs .welcome-profile > .welcome-message h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
}
#customer-profile-tabs .welcome-profile > .welcome-message p.customer-sub-title {
  line-height: 27px;
  font-size: 17px;
  margin: 0 0 8px;
}
#customer-profile-tabs .welcome-profile > .welcome-message p{
  margin: 0 0 5px
}
