/* Works regardless of which position the module is in */
.contact-info .address,
.contact-info .telephone,
.contact-info .fax,
.contact-info .email {
    margin-bottom: 10px;
}

.contact-info .address:first-letter,
.contact-info .telephone:first-letter,
.contact-info .fax:first-letter,
.contact-info .email:first-letter {
    margin-right: 10px;
}

.contact-info .address:first-letter {
    color: #f7941d;
    float: left;
    padding-bottom: 30px;
}

.contact-info .telephone:first-letter    { color: #8dc63f; }
.contact-info .email:first-letter  { color: #00aeef; }
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #f5f5f5;
    vertical-align: top;
    border-color: #dee2e6;
}
#sp-bottom1 .contact-info {
    text-align: left;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #00aacc;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
    color: #ebebeb;
}
i.fas.fa-exclamation-triangle {
    color: red;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #00aacc;
    background-color: #212529;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #00aaccad;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #212529;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #00aacc!important;
}
.jea-category-filter-tag.jea-category-filter-tag--issue {
    color: #00aacc;
    font-size: 1.25rem;
}
.jea-filter-group ul li, .jea-filter-list-wrap ul li {
    list-style: none !important;
    padding: 3px 0 !important;
    color: #000000;
}
.jea-filter-cat {
    background: #000000;
    border: 1px solid #00aacc;
    border-radius: 6px;
    overflow: hidden;
}
.jea-filter-cat-toggle {
    width: 100%;
    text-align: left;
    padding: 0.45rem 0.65rem;
    background: #00aacc;
    border: none;
    border-bottom: 1px solid #dee2e6;
    font-size: 1.15rem;
    font-weight: bold;
    color: #ebebeb;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.jea-section-toggle {
    width: 100%;
    text-align: left;
    padding: 0.4rem 0.5rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    font-weight: 700;
    color: #00aacc;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.jea-filter-cat-toggle:hover {
    background: #005566;
}
.jea-filter-cat-body {
    white-space: normal;
    font-size: 1rem;
}
.jea-filter-label {
    display: block;
    font-size: .85rem;
    font-weight: 700;
    color: #00aacc;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 7px;
}
.jea-slider-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.35rem;
    color: #00aacc;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.jea-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #000000;
    border: 1px solid #00aacc;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 1.12rem;
    font-weight: 700;
    color: #00aacc;
    letter-spacing: .03em;
    cursor: pointer;
    box-shadow: 0 3px 16px rgba(0,0,0,.09);
    margin-bottom: 0;
    transition: border-radius .3s ease, box-shadow .2s ease;
}
.jea-sortbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    background: #000000;
    border: 1px solid #00aacc;
    border-radius: 10px;
    padding: 10px 16px;
    margin-bottom: 20px;
}
.jea-sort-label {
    white-space: nowrap;
    font-size: 1rem;
    color: #00aacc;
    font-weight: 700;
    margin: 0;
}
#jFormCards .jea-sortbar-count {
    font-size: 1rem;
    color: #00aacc;
    white-space: nowrap;
    font-weight: 700;
}
#jFormCards button.jea-btn-apply {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: #00aacc;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: .91rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.45;
    letter-spacing: .01em;
    box-shadow: 0 1px 6px rgba(37,99,235,.25);
    transition: background .18s, box-shadow .18s, transform .12s;
    text-decoration: none !important;
}
#jFormCards button.jea-btn-apply:hover {
    background: #005566;
    color: #fff !important;
    box-shadow: 0 3px 12px rgba(37,99,235,.32);
    transform: translateY(-1px);
}
.jea-map-filter-label {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
    white-space: nowrap;
}
.jea-card-body {
    padding: 13px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
    background-color: #000000;
}
.jea-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #d5e7f6;
}
.jea-card-title a {
    color: #d5e7f6;
    text-decoration: none;
}
.jea-prop-card {
    border-radius: 8px;
    overflow: hidden;
    background: #000000;
    box-shadow: 0 1px 4px #c1cccf;
    transition: box-shadow .18s, transform .18s;
    display: flex;
    flex-direction: column;
}
.jea-prop-issue-card {
    border: 1px solid #00aacc;
    border-radius: .5rem;
    background: #000000;
    overflow: hidden;
}
.jea-prop-issue-card--current {
    border-left: 4px solid #cc0000;
}
.jea-prop-issue-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .5rem 1rem;
    background: #000;
    border-top: 1px solid #f3f4f6;
}
.jea-prop-issue-severity-label {
    color: #ebebeb;
}
.jea-sidebar-inner {
    background: #000000;
    border: 1px solid #00aacc;
    border-top: none;
    border-radius: 0 0 14px 14px;
    padding: 18px 18px 20px;
    position: sticky;
    top: 20px;
    box-shadow: 0 3px 16px rgba(0,0,0,.09);
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
}
.jea-issue-status-badge--current {
    background: #991b1b;
    color: #fee2e2;
}
.jea-issues-snapshot-bar {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: .5rem .75rem;
    background: #000000;
    border-radius: .375rem;
}
.jea-badge--resolved-count {
    background-color: #009600 !important;
}
#jeaPropertyTabContent {
    background-color: #000;
}
.jea-pill-amenity {
    background-color: #006400;
    color: #fff;
    border: 1px solid #5cb87a;
}
.jea-ts-widget {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 18px;
    border: 1px solid #00aacc;
    border-radius: 10px;
    background: #000000;
    max-width: 360px;
}
.jea-ts-label {
    font-size: .72em;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #00aacc;
}
.jea-ts-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00aacc;
    background: transparent;
    color: #00aacc;
    font-size: .65em;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}
.jea-ts-number {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    color: #00aacc;
}
.jea-ts-denom {
    font-size: .85rem;
    color: #ebebeb;
}
.jea-grade-f {
    background: #960000;
    color: #ebebeb;
}
.jea-ts-bar-fill--poor {
    background: #af0000;
}
td.py-1 {
    color: #ebebeb;
}
.jea-deed-info.small.jea-small {
    font-size: 1em;
}
#es.popbox-reaction {
    box-shadow: none;
    width: 530px;
    min-height: 96px;
}
#jea-owner-card {
    background-color: #000;
    color: #ebebeb;
    border: 2px solid #00aacc;
}
.jea-deed-info.small.jea-small {
    font-size: 1.2rem;
}
#es .es-icon-reaction {
    font-size: 64px;
    width: 64px;
    height: 64px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#es .es-icon-reaction--sm {
    font-size: 16px;
    width: 16px;
    height: 16px;
}
#es .es-icon-reaction--md {
    font-size: 48px;
    width: 48px;
    height: 48px;
}
#es .es-icon-reaction--xl {
    font-size: 128px;
    width: 128px;
    height: 128px;
}
#es .es-icon-reaction:before {
    content: ' ';
    display: inline-block;
    background-image: url("../html/com_easysocial/images/reactions/icon-reactions.svg");
    background-repeat: no-repeat;
    background-size: 1em 10em !important;
    vertical-align: top;
}
#es .es-icon-reaction.es-icon-reaction--angry:before {
    background-position: 0 -0.05em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--happy:before {
    background-position: 0 -1.05em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--like:before {
    background-position: 0 -2.05em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--love:before {
    background-position: 0 -5.05em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--sad:before {
    background-position: 0 -3.06em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--wow:before {
    background-position: 0 -4.06em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--dislike:before {
    background-position: 0 -6.05em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--care:before {
    background-position: 0 -7.05em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--hearts:before {
    background-position: 0 -8.05em !important;
    width: 1em;
    height: 1em;
}
#es .es-icon-reaction.es-icon-reaction--loveusa:before {
    background-position: 0 -9.04em !important;
    width: 1em;
    height: 1em;
}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn, #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus, #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active, #es .es-story-privacy .es-privacy .es-privacy-toggle, #es .btn-es-primary {
    background: #d5e7f6 !important;
    color: #FFFFFF !important;
    border-color: rgba(78,114,226, 0) !important;
}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:hover, #es .es-story-privacy .es-privacy .es-privacy-toggle:hover, #es .es-story-privacy .es-privacy .es-privacy-toggle:focus, #es .es-story-privacy .es-privacy .es-privacy-toggle:active, #es .btn-es-primary:hover, #es .btn-es-primary:active, #es .btn-es-primary:focus {
    background-color: #d5e7f6 !important;
}
#es .es-comments-form .es-form-attach>label {
    color: #d5e7f6 !important;
}
#es .es-reaction-icon-stat__counter {
    font-size: 14px;
    padding-left: 0px;
    color: #d5e7f6;
}
#es .mentions-menu .mentions-menuItem+.mentions-menuItem {
    border-top: none !important;
}
#es .mentions-menu .mentions-menuItem {
    cursor: pointer;
    padding: 10px 0 10px 10px !important;
    text-align: left;
    font-size: 10px !important;
}
#es .emoji {
  min-width: 3em !important;
  min-height: 3em !important;
}
/* Emoji inside the emoji picker popup stay at the picker-grid size */
#es .es-input-smiley__popup .emoji {
  min-width: unset !important;
  min-height: unset !important;
  width: 24px !important;
  height: 24px !important;
}
/* Emoji inserted into the mentions overlay — viewport-relative, adjust to taste */
#es [data-mentions-overlay] .emoji,
#es .es-hints .emoji {
  min-width: unset !important;
  min-height: unset !important;
  width: clamp(28px, 4vw, 48px) !important;
  height: clamp(28px, 4vw, 48px) !important;
}
/* Make the story textarea text transparent so the mentions overlay is the
   only visible layer — prevents the raw shortcode from showing through */
#es .es-story-textbox textarea,
#es .es-story-textbox [data-mentions-textarea] {
  color: #000 !important;
  -webkit-text-fill-color: transparent !important;
  caret-color: #444 !important;
}
/* Restore placeholder text — transparent color hides it otherwise */
#es .es-story-textbox textarea::placeholder,
#es .es-story-textbox [data-mentions-textarea]::placeholder {
  color: #9ca3af !important;
  -webkit-text-fill-color: #9ca3af !important;
  opacity: 1 !important;
}
#es .es-stream-apps {
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    background-color: #000000;
    border-radius: 6px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
#es .es-stream-embed {
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    background-color: #000000;
    border-radius: 6px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
#es .t-text--default {
  color: #d5e7f6 !important;
}
#es .o-form-group .text-note {
  color: #d5e7f6 !important;
}
#es .es-login-box {
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 6px;
    padding: 16px;
    background-size: cover;
}
#es .o-alert {
    padding: 8px 16px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 6px;
    text-shadow: none;
    position: relative;
    overflow: hidden;
    font-size: 12px;
}
.es-profile-info {
    background: #212529 !important;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
    margin-top: 3rem !important;
    position: relative;
}
#es .es-profile-data-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e1e1e1;
    table-layout: auto;
    background-color: #000000;
    margin-bottom: 80px;
}
#es .es-profile-data-table thead {
    background-color: #23282f;
}
#es .es-profile-header {
    border: 1px solid #e1e1e1;
    position: relative;
    background-color: #000000;
    border-radius: 6px;
}
#es .es-profile-header__cover {
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
    min-height: 30vh;
    max-height: 50vh;
    position: relative;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#es .es-profile-header-nav .is-active .es-profile-header-nav__link {
    color: #d5e7f6;
    border-bottom-color: #d5e7f6;
    background: #00aacc;
}
#es .es-profile-header-nav__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #d5e7f6;
    padding: 12px 16px 6px;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    outline: 0 !important;
}
.es-profile-header-nav__link:hover, .es-tab-nav__link:hover {
    background: #005566 !important;
    color: #111827;
}
#es .es-profile-header-nav {
    border-top: 1px solid #e1e1e1;
    padding-left: 16px;
    position: relative;
    background-color: #000000;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#es .es-profile-header__title>a {
    color: #00aacc;
}
#es .es-side-widget .o-tabs__link {
    color: #00aacc;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small img, #es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width img, #es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height img, #es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 550px;
}
#es .es-story.is-expanded .es-story-body {
    min-height: 80px;
}
#es .es-story.is-expanded .es-story-textbox .mentions>div {
    min-height: 70px;
}
#es .es-story.is-expanded .es-story-text {
    padding: 4px;
}
#es .mentions div {
    padding: 4px !important;
    margin: 2px !important;
}
#es {
    font-family: 'Crimson Text', sans-serif !important;
    font-size: 16px !important;
}
#es input, #es button, #es select, #es textarea {
    font-family: 'Crimson Text', sans-serif !important;
}
#es .o-btn-group>.dropdown-menu {
    font-size: 16px;
}
#es .btn-sm {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
}
#es .btn-primary {
    background-color: #d5e7f6 !important;
    border-color: #d5e7f6 !important;
}
#es .btn-primary:hover {
    background-color: #d5e7f6 !important;
    border-color: #d5e7f6 !important;
}
#es img {
    vertical-align: middle;
    border: 0;
    display: inline-block;
}
#es .es-comment {
    color: #d5e7f6 !important;
}
#es .es-comments-form .es-form .mentions textarea {
    font-size: 1.5em !important;
}
#es .es-stream-content {
    margin-bottom: 5px !important;
    font-size: 1.5em !important;
    font-weight: 600 !important;
}
#es .es-stream .es-story--bg-0:not(.es-story-bg-menu-preview) {
    padding: 0;
    color: #d5e7f6 !important;
}
#es .es-stream-embed.is-link .es-stream-embed__desc {
    margin-bottom: 8px;
    color: #d5e7f6 !important;
}
#es .es-stream-meta .es-stream-title {
    font-size: 16px;
    padding-right: 60px;
}
#es .es-story-textfield {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    line-height: 18px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    resize: none;
    top: 0;
    color: #d5e7f6;
    -webkit-transition: font-size .5s ease;
    -o-transition: font-size .5s ease;
    transition: font-size .5s ease;
}
#es .mentions textarea {
    padding: 2px !important;
    margin: 3px !important;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
    outline: 0;
    overflow: hidden;
    color: #d5e7f6;
}
#es a:link {
    text-decoration: none;
    color: #d5e7f6;
    font-weight: bold;
}
#es .es-cards--3 .embed-responsive, #es .es-cards--3 .es-card__hd, #es .es-cards--3 .es-card__cover {
    max-height: -webkit-fill-available;
}
#es .es-story--bg-1 .es-story-textfield {
    font-weight: 500 !important;
}
#es .es-create-category-select .es-title {
    color: #d5e7f6;
}
#es .es-stream-mini .es-stream time {
    color: #d5e7f6;
}
#es .es-comment-attachments__item {
    padding: 2px !important;
}
#es .t-lg-mb--lg {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
#es .t-bg--200 {
    background-color: #000000 !important;
}
#es .t-text--muted {
    color: #00aacc !important;
}
#es .es-stream-filter-bar {
    padding: 2px 0px !important;
    color: #d5e7f6 !important;
    background: #000;
}
#es .es-stream-embed__cover {
    text-align: center;
    border-radius: 6px 6px 0 0;
    background-color: #000000;
    position: relative;
    padding-top: 35.25%;
    overflow: hidden;
}
#es .es-stream-embed__cover-img {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#es .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1em;
    text-align: left;
    background-color: #000 !important;
    border: 1px solid #ccc;
    /* border: 1px solid rgba(0,0,0,0.15); */
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
#es .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.666666667;
    color: #d5e7f6 !important;
    white-space: nowrap;
    background-image: none;
}
#es .dropdown-menu>li>a:hover, #es .dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: #00aaccab !important;
}
#es .dropdown-menu>.active>a, #es .dropdown-menu>.active>a:hover, #es .dropdown-menu>.active>a:focus {
    text-decoration: none;
    outline: 0;
    background-color: #00aaccab;
}
#es .es-container__sidebar {
    width: 360px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    margin-right: 5px;
    min-width: 0;
}
#es .es-stream .es-stream-content.es-story--bg-1 {
    min-height: 100px !important;
}
#es .es-stream [class*=" es-story--bg-"]:not(.es-story-bg-menu-preview) {
    padding: .5em .5em !important;
}
#es .es-reaction-option__link.is-active .es-reaction-option__text {
    color: #004400;
}
#es .o-avatar-v2.is-online {
    border: 4px solid #004400 !important;
}
#es .o-avatar-v2.is-offline .o-avatar-v2__content {
    border: 2px solid #d5e7f6 !important;
}
#es .o-empty {
    width: 100%;
    min-height: 200px;
    text-align: center;
    background-color: #005566;
    position: relative;
    display: none;
}
#es .es-snackbar2 {
    width: 100%;
    color: #333;
    background-color: #00aacc;
    border-radius: 6px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 16px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
#es .es-icon-reaction--sm {
    font-size: 25px;
    width: 30px;
    height: 30px;
}
#es .g-list-inline>li {
    display: ruby;
    font-size: 12px;
}
#es .es-side-widget__title {
    color: #005566;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
}
#es .o-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
}
#es .g-list-inline {
    flex-direction: row;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 3px;
}
#es .es-cards--2 .es-cards__item {
    flex: 0 0 25%;
    padding: 0 8px 16px;
}
#es .es-cards--3 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
#es .es-modules-es-dashboard-aside-left {
    flex-direction: column;
    font-size: 1.5em;
}
#es.popbox-navbar-friends, #es.popbox-navbar-conversations, #es.popbox-navbar-notifications {
    left: 25px !important;
}
#es .es-input-smiley__popup {
    height: 300px;
    width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
#es .es-input-smiley__close, #es .es-input-smiley__close:hover {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
}
#es .es-reaction-stats-pop {
    width: auto;
}
.sp-page-builder .page-content #section-id-1692249516259 {
    margin-right: 5px !important;
}
.fa-thumb-tack:before, .fa-thumbtack:before {
    content: "\f1ea" !important;
}
#fd .o-btn--primary {
    background-color: #d5e7f6 !important;
    border-color: #d5e7f6 !important;
    color: var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) );
}
#fd .o-btn--primary:hover {
    --tw-bg-opacity: 1;
    background-color: #d5e7f6 !important;
}
#fd a.fd-link {
    --tw-text-opacity: 1;
    color: #d5e7f6 !important;
}
#fd .fd-toolbar-divider {
    margin-top: var(--fd-spacing-sm);
    --tw-border-opacity: 1;
    border-color: #d5e7f6 !important;
    border-top: 1px #d5e7f6 !important;
    border-style: none;
}
#fd .hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: #d5e7f6 !important;
}
#fd .o-dropdown-nav__media {
    color: #fff !important;
    display: inline-flex;
    height: 1rem;
    justify-content: center;
    margin-right: var(--fd-spacing-md);
    text-align: center;
    vertical-align: middle;
    width: 1rem;
}
#fd .o-avatar.is-online {
    --tw-ring-color: #004400 !important;
}
#fd .o-empty__content>*+* {
    font-family: 'IM Fell English' !important;
}
#fd .fd-toolbar .is-active .fd-toolbar__link:not(.no-active-state), #fd .fd-toolbar .is-active .fd-toolbar__submenu-link {
    color: #d5e7f6 !important;
    float: left;
    font-family: inherit;
}
#fd .fd-toolbar__search-input {
    display: flex;
    flex: 1;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: var(--fd-font-size--02);
    line-height: 1.25rem;
    color: var(--fd-toolbar-text);
    background-color: #d5e7f6;
    border: 0 solid transparent;
    border-top: 0;
    box-shadow: none;
}
#fd .fd-toolbar-btn {
    -webkit-appearance: none;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    border-radius: var(--fd-border-radius-md);
    background-color: transparent;
    padding: var(--fd-spacing-xs) var(--fd-spacing-md);
    vertical-align: middle;
    font-size: var(--fd-font-size-sm);
    font-weight: 700;
    line-height: var(--fd-line-height-sm);
    text-decoration: none;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-duration: .15s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    --tw-border-opacity: 1;
    border: 1px solid var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: inherit;
    --tw-text-opacity: 1;
    color: var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)));
}
#fd .o-dropdown, #fd .o-popover {
    /* background-color: var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) ); */
    /* border-radius: var(--fd-border-radius-md); */
    font-family: inherit !important;
}
#fd .font-bold a {
    color: #fff !important; 
}
#sp-si-toolbar {
    top: 10px !important;
    float: left !important;
}
#sp-legal-notices {
    background-color: #000;
    font-size: small;
}
/* ── Legal Notices horizontal menu ─────────────────────────────────────── */
#sp-legal-notices .sp-module ul {
    display: flex;
    flex-direction: row;       /* override template.css column */
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0 1.5rem;             /* horizontal gap between items */
    justify-content: center;
}
#sp-legal-notices .sp-module ul > li {
    display: inline-block;     /* override template.css block */
    border-bottom: none;       /* remove the vertical list separator */
}
#sp-legal-notices .sp-module ul > li > a::before {
    content: none;             /* remove the › arrow icon Revibe adds */
}
#fd .fd-toolbar__link {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--fd-border-radius-md);
    border: 1px solid transparent;
    background-color: transparent;
    padding: var(--fd-spacing-xs) var(--fd-spacing-sm);
    vertical-align: middle;
    font-size: 1.2em !important;
    line-height: var(--fd-line-height-sm);
    text-decoration: none;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-duration: .15s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    color: #d5e7f6 !important;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
#fd .fd-toolbar__link:hover {
    color: #d5e7f6 !important;
    background-color: #00aacc !important;
}
#fd .fd-toolbar {
    font-family: 'Crimson Text', sans-serif !important;
}
#fd-canvas {
    max-width: fit-content;
    font-family: inherit;
}
#sp-menubar a:hover {
    color: #d5e7f6 !important;
}
.dark-text h3.mnwall-title a, .dark-text h3.mnwall-title span {
    color: #d5e7f6 !important;
}

.sp-module {
  margin-top: 25px;
}
.sp-module:first-child {
  margin-top: 25px;
}
.sp-module .sp-module-title {
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: none;
    line-height: 1;
    font-weight: bold !important;
    color: #d5e7f6;
}
.sp-module ul >li {
  display: block;
  border-bottom: none !important;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 2px 5px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
  color: #d5e7f6;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: none !important;
  margin-right: 5px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: left;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 75px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #00aacc !important;
  position: relative;
}
.sp-megamenu-parent >li >a:before {
  content: "";
  position: absolute;
  bottom: 25px;
  width: 0;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #d5e7f6;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent >li.active>a:before,
.sp-megamenu-parent >li:hover>a:before {
  width: 25%;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background-color: #000000;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  padding: 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner >.row [class*="col-sm-"] {
  border-right: 1px solid rgba(0,0,0,0.07);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner >.row [class*="col-sm-"]:last-child {
  border-right: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 95%;
  z-index: 500;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px 20px;
  color: #d5e7f6;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  color: #ffffff;
  background: #00aacc75;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInDown 400ms;
  animation: spMenuFadeInDown 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 75px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  background: transparent;
  color: #00aacc;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #d5e7f6;
}
.offcanvas-overlay {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
body.offcanvas .offcanvas-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  opacity: 1;
  z-index: 9999;
}
body.offcanvas .body-innerwrapper {
  right: unset;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000000;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  background: #d5e7f6;
}
.close-offcanvas:hover {
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 99999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 5px 10px;
  font-size: 1.15em;
  text-transform: uppercase;
  color: #d5e7f6;
  font-weight: bold;
  line-height: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover >a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active >a {
  background: #d5e7f6;
  color: #000000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  cursor: pointer;
  color: #00aacc;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .fa-plus {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .fa-minus {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .fa-plus {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .fa-minus {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 5px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #999;
}
.ltr .offcanvas-menu {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -340px;
}
.ltr.offcanvas .offcanvas-menu {
/*  right: unset;
  left: 0; */
  background-color: #000000;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
/* ── SP PageBuilder hero logo fix ───────────────────────────────────────────
 * SP PageBuilder generates "width: 0px; max-width: 0px" for this image addon
 * when image_width.xl is unset or 0 in the editor. Override permanently so
 * the logo always renders at its natural responsive width.
 * ────────────────────────────────────────────────────────────────────────── */
#sppb-addon-9865be76-6930-4218-a77e-aac35c8efa8d img {
  width: auto !important;
  max-width: 100% !important;
}

/* ── END SP PageBuilder hero logo fix ───────────────────────────────────── */

#sppb-addon-1683796442013 #btn-1683796442013.sppb-btn-custom:hover {
    background-color: #000;
    color: #FFFFFF;
    border: none;
    background-image: linear-gradient(45deg, #005566 0%, #00aacc 100%) !important;
}
#sppb-addon-1683796442013 #btn-1683796442013.sppb-btn-custom {
    border: none;
    background-image: linear-gradient(45deg, #00aacc 0%, #005566 100%) !important;
    color: #FFFFFF;
}
.sppb-row-container {
    width: 1350px;
    max-width: 100%;
}
#sp-page-builder .sppb-section-title h1.sppb-title-heading {
  font-size: 156px;
}
#sp-page-builder .sppb-section-title h2.sppb-title-heading {
  font-size: 48px;
}
#sp-page-builder .sppb-section-title h3.sppb-title-heading {
  font-size: 34px;
}
#sp-page-builder .sppb-section-title h4.sppb-title-heading {
  font-size: 28px;
}
#sp-page-builder .sppb-section-title h5.sppb-title-heading {
  font-size: 24px;
}
#sp-page-builder .sppb-section-title h6.sppb-title-heading {
  font-size: 18px;
}
.heading-style .sppb-section-title {
  margin-bottom: 80px !important;
}
.heading-style .sppb-title-heading {
  position: relative;
  color: #005566;
  letter-spacing: -3px;
}
.heading-style .sppb-title-heading:before {
  content: "";
  background: url(../images/header-border.png);
  background-position: center center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 50px;
  height: 12px;
}
.heading-style .sppb-title-subheading {
  color: #525252;
  margin-top: 50px !important;
}
.about-info .sppb-addon-title {
  letter-spacing: -4px;
}
.about-info .sppb-addon-content {
  color: #525252;
}
.sppb-progress-bar {
  border-radius: 20px;
}
.sppb-progress {
  margin-bottom: 10px;
  height: 9px;
  box-shadow: none;
  background: #e9eaed;
}
.sppb-progress-wrap {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.progress-bar-color-one .sppb-progress-bar {
  background-color: #0071bc;
}
.progress-bar-color-two .sppb-progress-bar {
  background-color: #f55d36;
}
.progress-bar-color-three .sppb-progress-bar {
  background-color: #a0c82e;
}
.progress-bar-color-four .sppb-progress-bar {
  background-color: #733789;
}
.finder .inputbox {
  height: 43px;
  margin-right: -5px;
}
.finder a {
  background-color: #90c940;
  border-color: #75a72f;
}
.search .btn-group {
  margin-left: 0;
}
.search .btn-group input {
  height: 40px;
}

.btn, .sppb-btn {
    border: none;
    border-bottom: 1px solid;
    border-radius: 25px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #d5e7f6;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn:hover,
.btn:focus,
.btn:active,
.sppb-btn:hover,
.sppb-btn:focus,
.sppb-btn:active {
    color: #000000;
    background-color: #d5e7f6;
    border-color: #fff;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 35px;
  padding: 0 15px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 25px;
  padding: 0 10px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px !important;
}
.btn-default,
.sppb-btn-default {
  background-color: #edeff0;
  border-color: #c3cacd;
  color: #171313;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.sppb-btn-default:hover,
.sppb-btn-default:focus,
.sppb-btn-default:active {
  background-color: #d1d6d9;
  border-color: #b5bec2;
  color: #171313;
}
.btn-success,
.sppb-btn-success {
  background-color: #8dc63f;
  border-color: #648e2a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.sppb-btn-success:hover,
.sppb-btn-success:focus,
.sppb-btn-success:active {
  background-color: #72a230;
  border-color: #567b24;
}
.btn-warning,
.sppb-btn-warning {
  background-color: #ffcc00;
  border-color: #b38f00;
  color: #000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.sppb-btn-warning:hover,
.sppb-btn-warning:focus,
.sppb-btn-warning:active {
  background-color: #cca300;
  color: #000;
  border-color: #997a00;
}
.btn-danger,
.sppb-btn-danger {
  background-color: #e90d0d;
  border-color: #a10909;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.sppb-btn-danger:hover,
.sppb-btn-danger:focus,
.sppb-btn-danger:active {
  background-color: #b90a0a;
  border-color: #880808;
}
.btn-info,
.sppb-btn-info {
  border-color: #1f7e9a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.sppb-btn-info:hover,
.sppb-btn-info:focus,
.sppb-btn-info:active {
  background-color: #2490af;
  border-color: #1b6d85;
}
.btn-link,
.sppb-btn-link {
  background-color: transparent;
  padding: 0;
  border-width: 0;
  color: #005566;
  font-weight: 700;
  letter-spacing: 5px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.sppb-btn-link:hover,
.sppb-btn-link:focus,
.sppb-btn-link:active {
  background-color: transparent;
  text-decoration: none;
}
#sp-top-bar .sp-module {
  display: inline-block;
  height: 1.25em !important;
  font-size: x-small !important;
  margin: 0 0 0 25px;
}
#sp-top-bar #sp-top1 ul.social-icons li a {
  color: #d5e7f6;
  font-size: 12px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 0 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li a {
  color: #d5e7f6;
  font-size: 14px;
  font-weight: 100;
}
.sp-contact-info li i {
  margin: 0 3px;
  vertical-align: middle;
}
#sp-header {
    color:#ffffff !important;
}

#sp-header,
.sticky-wrapper.is-sticky #sp-header {
  height: 75px !important;
  box-shadow: 0 0px 0px transparent !important;
}
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header .logo {
  display: table !important;
  height: 75px !important;
}
#sp-header .logo h1,
.sticky-wrapper.is-sticky #sp-header .logo h1 {
  margin: 0;
  padding: 0;
  display: table-cell !important;
  vertical-align: middle !important;
  height: 75px !important;
}
#sp-header #sp-logo img {
  height: 65px !important;
  width: auto !important;
  max-width: 100% !important;
}

#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}

#sp-maxm-toolbar {
  padding: 20px 5px 0px 0px;
  width: 100% !important;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #005566;
  letter-spacing: normal;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #005566;
  font-weight: 700;
  letter-spacing: -1px;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 10px 0 10px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-thumb-gallery #slider .slides>li {
  overflow: hidden;
}
.sppb-addon-thumb-gallery #slider .slides>li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
}
.sppb-addon-thumb-gallery #slider .slides>li .thumb-slider-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 700px;
}
.sppb-addon-thumb-gallery #slider .flex-direction-nav {
  display: none;
}
.sppb-addon-thumb-gallery #slider .flex-direction-nav li.flex-nav-next a {
  right: 15px;
}
.sppb-addon-thumb-gallery #slider .flex-direction-nav li.flex-nav-prev a {
  right: 65px;
}
.sppb-addon-thumb-gallery #slider .flex-direction-nav li.flex-nav-next a,
.sppb-addon-thumb-gallery #slider .flex-direction-nav li.flex-nav-prev a {
  top: inherit;
  bottom: 0;
}
.sppb-addon-thumb-gallery .flexslider {
  background: transparent;
  border: 0;
  margin: 0 0 -40px;
  z-index: 10;
  position: relative;
}
.sppb-addon-thumb-gallery .flexslider .slides>li .slider-title-wrap .sppb-animated {
  display: none;
}
.sppb-addon-thumb-gallery .flexslider .slides>li.flex-active-slide .slider-title-wrap .sppb-animated {
  display: block;
}
.sppb-addon-thumb-gallery .flexslider .slider-title-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}
.sppb-addon-thumb-gallery .flexslider .slider-title-wrap .slider-title {
  letter-spacing: -10px;
  margin-top: -30px;
}
.sppb-addon-thumb-gallery .flexslider .slider-title-wrap .slider-sub-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 20px;
}
.sppb-addon-thumb-gallery .slide_thumb_wrap {
  margin: 0 200px;
}
.sppb-addon-thumb-gallery .flex-direction-nav .flex-prev {
  left: auto !important;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.sppb-addon-thumb-gallery .flex-direction-nav .flex-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a {
  left: 0;
  text-shadow: none;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:before {
  content: "";
  font-family: Fontawesome;
  display: block;
  content: '\f104';
  color: #fff;
  font-size: 28px;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:hover {
  color: transparent;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a {
  right: 0;
  text-shadow: none;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:before {
  content: "";
  font-family: FontAwesome;
  display: block;
  content: '\f105';
  font-size: 28px;
  color: #fff;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:hover {
  color: transparent;
  text-shadow: none;
}
.sppb-addon-thumb-gallery #carousel .flex-viewport {
  z-index: 10;
}
.sppb-addon-thumb-gallery #carousel ul.slides>li {
  margin-right: 30px;
  position: relative;
}
.sppb-addon-thumb-gallery #carousel ul.slides>li img {
  border: 5px solid #fff;
}
.sppb-addon-thumb-gallery #carousel ul li.flex-active-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-thumb-gallery #carousel ul li:last-child {
  margin-right: 0;
}
.sppb-addon-thumb-gallery #carousel ul li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-thumb-gallery #carousel ul li:hover {
  cursor: pointer;
}
.sppb-addon-thumb-gallery #carousel ul li:hover:after {
  opacity: 1;
}
.sppb-addon-thumb-gallery #carousel li.flex-active-slide {
  position: relative;
}
.sppb-addon-thumb-gallery #carousel li.flex-active-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev .flex-prev {
  left: 25px !important;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a {
  top: inherit;
  bottom: 10px;
  left: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 100;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next .flex-next {
  right: 30px !important;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
  top: inherit;
  bottom: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 100;
}
.sp-revibe-slider {
  text-align: center;
  color: #fff;
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper {
  margin: 0;
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-fullwidth-item-text {
  width: 40%;
  padding: 30px 40px;
  opacity: 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 50%;
  background: #998675;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
  height: 700px;
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container {
  position: relative;
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-item-text.sppb-slideshow-fullwidth-item-text {
  opacity: 1;
  left: 0;
  -webkit-transform: translate(15px,50%);
  -moz-transform: translate(15px,50%);
  -ms-transform: translate(15px,50%);
  -o-transform: translate(15px,50%);
  transform: translate(15px,50%);
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
  color: #e4e4e4;
  font-size: 45px;
  font-weight: bold;
  cursor: pointer;
  width: 35px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  padding: 0;
}
.sp-revibe-slider .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlideNext {
  right: 20px;
}
.sp-revibe-slider .sppb-fullwidth-title {
  letter-spacing: -15px;
  line-height: 90px;
}
.sp-revibe-slider .details {
  letter-spacing: 20px;
  font-size: 22px;
}
.sppb-addon-tweet {
  height: 480px;
  padding: 160px 90px 100px 90px;
  background-color: #005566;
  color: #fff;
  margin-right: -15px;
}
.sppb-addon-tweet .sppb-addon-title {
  position: relative;
  padding-top: 0;
  margin-bottom: 50px;
}
.sppb-addon-tweet .sppb-addon-title:before {
  content: "";
  background-image: url(../images/header-border.png);
  background-position: center center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 50px;
  height: 12px;
}
.sppb-addon-tweet .sppb-addon-title:after {
  content: "\f099";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 48px;
  font-family: fontawesome;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control {
  border: none;
  border-radius: 0;
  color: #fff;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control:hover {
  background: transparent;
}
.sppb-revibe-testimonial {
  height: 480px;
  padding: 100px 90px;
  color: #fff;
  margin-left: -15px;
}
.sppb-revibe-testimonial .sppb-carousel-icon {
  font-size: 48px;
  margin-bottom: 20px;
}
.sppb-revibe-testimonial .sppb-testimonial-client {
  position: relative;
  font-size: 18px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.sppb-revibe-testimonial .sppb-testimonial-client:before {
  content: "";
  background: url(../images/header-border.png);
  background-position: center center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 50px;
  height: 12px;
}
.sppb-revibe-testimonial .sppb-carousel-control {
  border: none;
  border-radius: 0;
  color: #fff;
}
.sppb-revibe-testimonial .sppb-carousel-control:hover {
  background: transparent;
  color: #005566;
}
.testimonial-full-width.sppb-revibe-testimonial {
  padding: 0 0 90px;
  height: auto;
}
.testimonial-full-width .sppb-carousel-icon {
  display: none;
}
.testimonial-full-width .sppb-carousel-inner {
  margin-top: -70px;
}
.testimonial-full-width .sppb-carousel-inner .sppb-item {
  display: none;
  animation: fadeInUp .5s;
}
.testimonial-full-width .sppb-carousel-inner .sppb-item img.sppb-avatar {
  border: 10px solid #fff;
  opacity: 0;
  display: none;
}
.testimonial-full-width .sppb-carousel-inner .sppb-item .sppb-testimonial-client {
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: -1px;
  font-size: 24px;
  margin-bottom: 100px;
}
.testimonial-full-width .sppb-carousel-inner .sppb-item .sppb-testimonial-client:after {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 36px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.testimonial-full-width .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
  font-size: 16px;
  line-height: 22px;
  padding: 0 50px;
}
.testimonial-full-width .sppb-carousel-inner .sppb-item.active {
  display: block;
}
.testimonial-full-width .sppb-carousel-inner .sppb-item.active img.sppb-avatar {
  opacity: 1;
  display: inline-block;
  animation: zoomIn .5s;
}
.testimonial-full-width .sppb-carousel-control {
  border: none;
  color: #fff;
}
.testimonial-full-width .sppb-carousel-control:hover {
  background-color: transparent;
}
.sppb-addon-clients .sppb-row>div {
  padding: 0 3px 3px 0;
}
.sppb-addon-clients .sppb-row>div img {
  display: inline-block;
  width: 100%;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-img {
  position: relative;
  overflow: hidden;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-img .overlay {
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  height: inherit;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-img .overlay .sp-vertical-middle {
  width: 100%;
  height: 100%;
  display: table;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-img .overlay .sp-vertical-middle:before {
  content: "";
  position: absolute;
  border-left: 0 solid transparent;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-img .overlay .sp-vertical-middle >div {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  transform: scale(0,0);
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-img .overlay .sp-vertical-middle >div i {
  font-size: 48px;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-inner {
  background-color: #fff;
  padding: 45px 30px;
  border: solid 5px #f5f5f5;
  border-top: 0;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-inner .sppb-feature-box-title {
  margin: 0 0 60px 0;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content .sppb-addon-content-inner .sppb-feature-box-title:after {
  position: absolute;
  content: url(../images/header-border.png);
  top: 45px;
  left: 50%;
  margin-left: -25px;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content:hover .sppb-addon-content-img .overlay {
  opacity: 1;
  height: auto;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content:hover .sppb-addon-content-img .overlay .sp-vertical-middle >div {
  opacity: 1;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
.revibe-core-service .sppb-addon-feature .sppb-addon-content:hover .sppb-addon-content-img .overlay .sp-vertical-middle:before {
  border-left: 800px solid transparent;
}
.revibe-article .sppb-addon-article {
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0 2px #f5f5f5;
  box-shadow: inset 0px 0px 0 2px #f5f5f5;
  border-top: 0;
  text-align: center;
  overflow: hidden;
}
.revibe-article .sppb-addon-article .sppb-article-img {
  position: relative;
  opacity: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.revibe-article .sppb-addon-article .sppb-article-img img {
  width: 100%;
}
.revibe-article .sppb-addon-article .sppb-article-img:after {
  position: absolute;
  content: "";
  background-color: rgba(78,40,63,0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.revibe-article .sppb-addon-article .sppb-article-info {
  position: absolute;
  padding: 20px;
  top: 0;
  width: 100%;
  height: 100%;
}
.revibe-article .sppb-addon-article .sppb-article-info .sppb-meta-date {
  margin-top: 40px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.revibe-article .sppb-addon-article .sppb-article-info h3 {
  margin: 30px 0 0;
  width: 100%;
}
.revibe-article .sppb-addon-article .sppb-article-info h3 a {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.revibe-article .sppb-addon-article .sppb-article-info .sppb-article-meta {
  margin: 0;
  position: relative;
  bottom: -95px;
}
.revibe-article .sppb-addon-article .sppb-article-info .sppb-article-meta >span {
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #818181;
  position: relative;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.revibe-article .sppb-addon-article .sppb-article-info .sppb-article-meta >span:after {
  position: absolute;
  content: "";
  top: 10px;
  right: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.revibe-article .sppb-addon-article .sppb-article-info .sppb-article-meta >span:last-child {
  margin: 0;
}
.revibe-article .sppb-addon-article .sppb-article-info .sppb-article-meta >span:last-child:after {
  display: none;
}
.revibe-article .sppb-addon-article .sppb-article-info .sppb-article-meta >span a {
  font-weight: 700;
}
.revibe-article .sppb-addon-article .sppb-article-info:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.revibe-article .sppb-addon-article .sppb-article-info:hover:before {
  background-color: transparent;
}
.revibe-article .sppb-addon-article:hover .sppb-meta-date,
.revibe-article .sppb-addon-article:hover .sppb-article-meta {
  color: #fff;
}
.revibe-article .sppb-addon-article:hover .sppb-meta-date span,
.revibe-article .sppb-addon-article:hover .sppb-article-meta span {
  color: #fff;
}
.revibe-article .sppb-addon-article:hover h3 a {
  color: #fff;
}
.revibe-article .sppb-addon-article:hover .sppb-article-img {
  opacity: 1;
}
.sp-revibe-team .sppb-addon-person {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.sp-revibe-team .sppb-addon-person:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 10%,#000000 100%);
}
.sp-revibe-team .sppb-addon-person .sppb-person-image {
  margin-bottom: 0px;
}
.sp-revibe-team .sppb-addon-person .sppb-person-information {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  z-index: 5;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.sp-revibe-team .sppb-addon-person .sppb-person-information .sppb-person-designation {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate(0,30px);
  -ms-transform: translate(0,30px);
  -o-transform: translate(0,30px);
  transform: translate(0,30px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons .sppb-person-social {
  margin: 0;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons .sppb-person-social >li {
  display: block;
  float: left;
  width: 25%;
  height: 50px;
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons .sppb-person-social >li >a {
  width: 100%;
  height: 100%;
  line-height: 50px;
  display: block;
  background-color: red;
  color: #fff;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons .sppb-person-social >li:nth-child(1)>a {
  background-color: #3B5997;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons .sppb-person-social >li:nth-child(2)>a {
  background-color: #29C5F5;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons .sppb-person-social >li:nth-child(3)>a {
  background-color: #D13D2F;
}
.sp-revibe-team .sppb-addon-person .sppb-person-social-icons .sppb-person-social >li:nth-child(4)>a {
  background-color: #006DC0;
}
.sp-revibe-team .sppb-addon-person:hover:before {
  opacity: 1;
}
.sp-revibe-team .sppb-addon-person:hover .sppb-person-information {
  -webkit-transform: translate(0,-45px);
  -ms-transform: translate(0,-45px);
  -o-transform: translate(0,-45px);
  transform: translate(0,-45px);
}
.sp-revibe-team .sppb-addon-person:hover .sppb-person-social-icons {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.service-page-services .sppb-addon-feature .sppb-addon-content .sppb-addon-content-img .sppb-icon i {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.service-page-services .sppb-addon-feature .sppb-addon-content .sppb-addon-content-inner h6.sppb-feature-box-title {
  margin: 0 0 35px 0;
}
ul.sppb-nav-tabs {
  border: solid 1px #e9eaed;
  margin-bottom: 30px;
  overflow: hidden;
}
ul.sppb-nav-tabs li.active a {
  border: solid 1px transparent;
  background-color: transparent;
  border-radius: 0;
}
ul.sppb-nav-tabs li.active a:hover,
ul.sppb-nav-tabs li.active a:focus {
  border: none !important;
}
ul.sppb-nav-tabs li a {
  color: #38434a;
  font-weight: 500;
  border: none !important;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
ul.sppb-nav-tabs li a:hover {
  background-color: transparent;
  border: solid 1px transparent;
}
.sppb-tab-content>.sppb-tab-pane {
  font-weight: 500;
}
.sppb-nav-tabs-content {
  border: none;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  padding: 0;
  border: solid 4px #e4e5e7;
  border-radius: 4px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  padding: 45px 0;
  position: relative;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 26px;
  color: #005566;
  margin-bottom: 45px;
  text-transform: capitalize;
  letter-spacing: -3px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  font-size: 68px;
  font-weight: 700;
  color: #005566;
  letter-spacing: -6px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header:after {
  position: absolute;
  content: "";
  background-image: url(../images/pricing-border.png);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  padding: 45px 0;
  position: relative;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li {
  color: #000;
  font-size: 18px;
  border-bottom: solid 1px #dedfe0;
  padding: 20px 0;
  margin: 0 65px;
  position: relative;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/pricing-feature.png);
  width: 24px;
  height: 24px;
  left: 20px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  border-bottom: 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features:after {
  position: absolute;
  content: "";
  background-image: url(../images/pricing-border.png);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer {
  padding: 15px 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
  font-size: 16px;
  color: #005566;
  font-weight: 700;
  letter-spacing: 5px;
}
.sppb-addon-pricing-table .sppb-pricing-featured {
  background-color: transparent;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-features ul li {
  color: #000;
}
.rebive-cta .sppb-addon-cta p.sppb-cta-subtitle {
  font-weight: 700;
  letter-spacing: -3px;
  margin-bottom: 40px;
}
.rebive-cta .sppb-addon-cta p.sppb-cta-text {
  color: #005566;
  margin-bottom: 50px;
}
.rebive-cta .sppb-addon-cta a.sppb-btn {
  border: 3px solid #e4e5e7;
  border-radius: 4px;
}
.contact-address .overlay {
  display: none;
}
.contact-address .sppb-feature-box-title {
  margin: 30px 0;
}
.contact-address .content {
  color: #005566;
  font-size: 18px;
}
.sp-revibe-contact-form {
  margin: 0 !important;
}
.sp-revibe-contact-form .sppb-addon-text-block {
  margin-bottom: 40px;
}
.sp-revibe-contact-form .sppb-addon-text-block .sppb-addon-title {
  border-bottom: 1px solid #e9eaed !important;
  padding-bottom: 15px;
}
.sp-revibe-contact-form .sppb-input-group,
.sp-revibe-contact-form .sppb-textarea {
  overflow: hidden;
  float: left;
  width: 50%;
}
.sp-revibe-contact-form .sppb-input-group {
  padding-right: 30px;
}
.sp-revibe-contact-form .sppb-input-group .sppb-form-group:not(:last-child) {
  padding-bottom: 30px;
}
.sp-revibe-contact-form .sppb-input-group .sppb-form-group {
  margin: 0;
}
.sppb-addon-ajax-contact .sppb-form-group .sppb-form-control,
.sppb-addon-ajax-contact input {
  height: 50px !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cbcccd;
  background-color: transparent;
}
.sppb-addon-ajax-contact .sppb-form-group .sppb-form-control:focus,
.sppb-addon-ajax-contact .sppb-form-group .sppb-form-control:hover,
.sppb-addon-ajax-contact input:focus,
.sppb-addon-ajax-contact input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sppb-addon-ajax-contact textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 210px;
  border-color: #cbcccd;
  background-color: transparent;
}
.sppb-addon-ajax-contact textarea:focus,
.sppb-addon-ajax-contact textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sppb-addon-ajax-contact button[type="submit"] {
  float: right;
}
.sppb-addon-ajax-contact button[type="submit"]:focus {
  outline: none;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 700px;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 750px;
  color: #fff;
  position: relative;
  display: table;
  background-image: url(../images/coming-soon.png);
  background-size: cover;
}
.sp-comingsoon body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}
.sp-comingsoon .sp-comingsoon-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sp-comingsoon .sp-comingsoon-logo {
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 60px;
}
.sp-comingsoon .sp-comingsoon-countdown {
  margin-bottom: 0px;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 0;
}
.sp-comingsoon .sp-comingsoon-countdown .seconds {
  margin-right: 0;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  line-height: 100px;
  border: none;
  font-size: 130px;
  display: block;
  font-weight: 700;
  -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.sp-comingsoon .days .number:after,
.sp-comingsoon .hours .number:after,
.sp-comingsoon .seconds .number:after,
.sp-comingsoon .minutes .number:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  margin: 0 40px 30px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.sp-comingsoon .seconds .number:after {
  display: none;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
  text-transform: lowercase;
  text-align: left;
  margin-left: 50px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.sp-comingsoon .social-icons li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-image: url('../images/404-bg.jpg');
  background-size: cover;
  background-position: center center;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  display: table;
  text-align: center;
  color: #fff;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner img {
  width: 370px;
  display: inline-block;
  margin-bottom: 50px;
}
.error-page .error-page-inner .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-page-inner .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 35px;
  text-transform: capitalize;
  font-weight: 500;
}
.error-page .error-page-inner .btn-primary {
  border-color: transparent;
  border-radius: 0;
  background-color: #e9eaed;
  color: #000;
  border: none;
  border-bottom: 3px solid #cfd0d4;
  line-height: 50px;
  padding: 0 40px;
}
.error-page .error-page-inner .btn-primary i {
  display: none;
}
.sppb-flickr-gallery {
  margin: -10px;
}
.sppb-flickr-gallery >li {
  width: 25%;
  padding: 10px;
  margin: 0;
}
.sppb-flickr-gallery >li a {
  overflow: hidden;
}
.sppb-flickr-gallery >li a >img {
  width: 100%;
  height: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-flickr-gallery >li:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: .5;
}
.sppb-addon-feature .sppb-addon-content-img .overlay {
  height: 0;
  opacity: 0;
}
.sppb-gallery li {
  width: 25%;
}
.sppb-gallery li >a {
  overflow: hidden;
}
.sppb-gallery li >a img {
  width: 100%;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.sppb-gallery li >a:hover {
  cursor: crosshair;
}
.sppb-gallery li >a:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.sppb-panel {
  border: none;
  box-shadow: none;
}
.sppb-panel .sppb-panel-heading {
  position: relative;
  border-radius: 0 !important;
  border: none;
}
.sppb-panel .sppb-panel-heading:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f067";
  right: 11px;
  top: 11px;
}
.sppb-panel .sppb-panel-heading.active:before {
  content: "\f068";
}
.sppb-panel.sppb-panel-default>.sppb-panel-heading {
  color: #fff;
}
.sppb-panel .sppb-panel-body {
  border-top: none;
  border-bottom: 2px solid #e8eaeb;
  background: #f7f9fa;
  color: #404b52;
  padding: 20px;
}
span.sppb-toggle-direction i {
  display: none;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.custom-style-ul ul,
.custom-style-ul ol {
  margin-left: -20px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}

.sp-module .sp-module-title {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    font-weight: bold !important;
    color: #d5e7f6;
}
.sp-module ul >li {
  display: block;
  border-bottom: none !important;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 2px 5px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
  color: #d5e7f6;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: none !important;
  margin-right: 5px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -1px;
  color: #818181;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  text-decoration: none;
}
article.item {
  margin: 0;
}
article:focus,
article:-moz-focus-inner {
  outline: 0;
}
.item a span.icon-cog {
  color: #818181;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating+form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover~span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  display: inline-block;
  margin-bottom: 15px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 40px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 20px 0 25px;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #d5e7f6;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.view-category #sp-main-body {
  padding: 0;
}
.view-category .blog {
  margin-bottom: 70px;
}
.view-category .blog .entry-header h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -2px;
}
.view-category .blog .item .entry-info-wrap .published-date {
  text-align: center;
  font-size: 18px;
  color: #000;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-category .blog .item .entry-info-wrap dl.article-info .tags span {
  color: #000 !important;
}
.view-category .blog .item .entry-info-wrap dl.article-info >dd {
  color: #00aacc !important;
  font-weight: 500;
  position: relative;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-category .blog .item .entry-info-wrap dl.article-info >dd:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
}
.view-category .blog .item .entry-info-wrap dl.article-info >dd:last-child:after {
  display: none;
}
.view-category .blog .items-leading .item .entry-image {
  margin-bottom: 0;
}
.view-category .blog .items-leading .item .entry-info-wrap {
  border: solid 2px #f5f5f5;
  padding: 35px 65px;
}
.view-category .blog .items-leading .item .entry-info-wrap .entry-header {
  margin-left: 0;
  margin-bottom: 0;
  border-top: none;
}
.view-category .blog .items-leading .item .entry-info-wrap .entry-header h2 a {
  font-size: 36px;
  text-transform: capitalize;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-category .blog .items-leading .item .entry-info-wrap .entry-header dl.article-info {
  margin-top: 50px;
  margin-bottom: 0;
}
.view-category .blog .items-leading .item .entry-info-wrap .entry-intro-text {
  padding-top: 35px;
}
.view-category .blog .items-leading .item .entry-info-wrap p.readmore a.btn-default {
  color: #fff;
}
.view-category .blog .items-row .pf-standard,
.view-category .blog .items-row .pf-audio,
.view-category .blog .items-row .pf-video,
.view-category .blog .items-row .pf-link,
.view-category .blog .items-row .pf-audio,
.view-category .blog .items-row .pf-status {
  position: relative;
}
.view-category .blog .items-row .item {
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0 2px #f5f5f5;
  box-shadow: inset 0px 0px 0 2px #f5f5f5;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-category .blog .items-row .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.view-category .blog .items-row .item.pf-gallery:before {
  width: inherit;
  left: 15px;
  right: 15px;
  z-index: 999;
}
.view-category .blog .items-row .item.hide-intro .entry-header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
}
.view-category .blog .items-row .item.show-intro .entry-image {
  opacity: 1;
}
.view-category .blog .items-row .item.show-intro .entry-info-wrap {
  padding: 20px;
}
.view-category .blog .items-row .item .entry-image {
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-category .blog .items-row .item .entry-image:after {
  position: absolute;
  content: "";
  background-color: rgba(78,40,63,0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.view-category .blog .items-row .item .entry-info-wrap {
  padding: 0;
}
.view-category .blog .items-row .item .entry-info-wrap .entry-header {
  margin-left: 0;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.view-category .blog .items-row .item .entry-info-wrap .entry-header dl.article-info {
  margin-top: 70px;
  margin-bottom: 0;
  display: inline-block;
}
.view-category .blog .items-row .item .entry-info-wrap .entry-header dl.article-info dd {
  color: #000;
}
.view-category .blog .items-row .item .entry-info-wrap p.readmore a.btn-default {
  color: #fff;
}
.view-category .blog .items-row .item.hide-intro:hover .entry-image {
  opacity: 1;
}
.view-category .blog .items-row .item.hide-intro:hover .entry-header dl.article-info>dd,
.view-category .blog .items-row .item.hide-intro:hover .entry-header h2>a {
  color: #fff;
}
.view-category .blog .items-row .item.hide-intro:hover .entry-header .published-date {
  color: #fff;
}
.view-category .blog .article-list .row .item .entry-image:after {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.view-category .blog .article-list .row .item .entry-info-wrap .entry-header dl.article-info {
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}
.view-category .blog .article-list .row .item .entry-info-wrap .entry-header {
    margin-left: 0;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
.pagination {
  text-align: center;
  overflow: hidden;
  display: block;
}
ul.pagination >li {
  display: inline-block;
  padding-bottom: 30px;
  overflow: hidden;
}
ul.pagination >li >a {
  border: none;
  position: relative;
  margin-right: 10px;
  font-weight: 700;
}
ul.pagination >li.active>a:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  border-bottom: 30px solid transparent;
  z-index: -10;
}
ul.pagination >li:first-child>a,
ul.pagination >li:last-child>a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.blog-featured h1 {
  font-size: 48px;
}
.view-category .entry-image,
.view-category .entry-gallery,
.view-category .entry-video,
.view-category .entry-audio,
.view-category .entry-link {
  margin-bottom: 0;
}
.entry-gallery a.carousel-left,
.entry-gallery a.carousel-right {
  z-index: 1;
}
article.pf-status .entry-header {
  background-color: rgba(0,0,0,0.8);
  height: 100%;
  padding: 30px !important;
  margin-top: 4px;
}
article.pf-status .entry-header .published-date,
article.pf-status .entry-header dl.article-info dd {
  color: #fff !important;
}
article.pf-status .entry-header h2 a {
  color: #fff !important;
}
article.pf-status:hover .entry-header .published-date,
article.pf-status:hover .entry-header dl.article-info dd {
  color: rgba(255,255,255,0.7) !important;
}
article.pf-status:hover .entry-header h2 a {
  color: rgba(255,255,255,0.7) !important;
}
.pf-gallery .carousel-inner {
  position: relative;
}
.pf-gallery .carousel-inner:after {
  position: absolute;
  content: "";
  background-color: rgba(78,40,63,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pf-gallery .entry-header .published-date,
.pf-gallery .entry-header dl.article-info dd {
  color: #fff !important;
}
.pf-gallery .entry-header h2 a {
  color: #fff !important;
}
.pf-gallery:hover .entry-header .published-date,
.pf-gallery:hover .entry-header dl.article-info dd {
  color: rgba(255,255,255,0.7) !important;
}
.pf-gallery:hover .entry-header h2 a {
  color: rgba(255,255,255,0.7) !important;
}
.entry-link {
  min-height: 312px;
}
.pf-audio {
  min-height: 340px;
}
.pf-audio .embed-responsive iframe {
  height: 60%;
}
.pf-audio .entry-header {
  top: 80% !important;
}
.pf-audio .entry-header dl.article-info {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}
.item .entry-header .tags,
.item-page .entry-header .tags {
  display: inline-block;
  margin-bottom: 20px;
}
.item .entry-header .tags span,
.item-page .entry-header .tags span {
  font-size: 16px;
  color: #818181;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.item .entry-header .tags .label,
.item-page .entry-header .tags .label {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.item .entry-header .tags .label-info,
.item-page .entry-header .tags .label-info {
  background-color: transparent;
}
.item .revibe-social-share,
.item-page .revibe-social-share {
  margin-bottom: 60px;
  margin-top: 60px;
}
.item .revibe-social-share .revibe-social-share-icon ul,
.item-page .revibe-social-share .revibe-social-share-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.item .revibe-social-share .revibe-social-share-icon ul li,
.item-page .revibe-social-share .revibe-social-share-icon ul li {
  display: inline-block;
}
.item .revibe-social-share .revibe-social-share-icon ul li a,
.item-page .revibe-social-share .revibe-social-share-icon ul li a {
  color: #fff;
}
.item .revibe-social-share .revibe-social-share-icon ul li a i,
.item-page .revibe-social-share .revibe-social-share-icon ul li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
}
.item .revibe-social-share .revibe-social-share-icon ul li a i.fa-facebook,
.item-page .revibe-social-share .revibe-social-share-icon ul li a i.fa-facebook {
  background-color: #2a3592;
}
.item .revibe-social-share .revibe-social-share-icon ul li a i.fa-twitter,
.item-page .revibe-social-share .revibe-social-share-icon ul li a i.fa-twitter {
  background-color: #18a9e4;
}
.item .revibe-social-share .revibe-social-share-icon ul li a i.fa-google-plus,
.item-page .revibe-social-share .revibe-social-share-icon ul li a i.fa-google-plus {
  background-color: #221e20;
}
.item .revibe-social-share .revibe-social-share-icon ul li a i.fa-linkedin,
.item-page .revibe-social-share .revibe-social-share-icon ul li a i.fa-linkedin {
  background-color: #0177B5;
}
.item .revibe-social-share .revibe-social-share-icon ul li a i.fa-pinterest,
.item-page .revibe-social-share .revibe-social-share-icon ul li a i.fa-pinterest {
  background-color: #B51D22;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
.sp-bottom-footer {
  padding: 5px 0;
  background-color: #d5e7f6;
  color: #a7a7a7;
  position: relative;
  font-size: 14px;
}
.sp-bottom-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(0,0,0,0.2) 36%,rgba(0,0,0,0.05) 35%);
}
.sp-bottom-footer .sp-module ul>li {
  border: none;
}
.sp-bottom-footer .sp-module ul>li >a {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
}
.sp-bottom-footer .sp-module ul>li >a:before {
  display: none;
}
.sp-bottom-footer .sp-module-title {
  color: #fff;
}
#sp-bottom1 {
  text-align: center;
  padding: 0 50px;
}
#sp-bottom1 .custom {
  font-size: 16px;
}
#sp-bottom1 .custom img {
  display: inline-block;
  margin-bottom: 0px;
}
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
  font-weight: 500;
}
#sp-bottom2 {
  padding-left: 50px;
}
#sp-footer .sp-copyright {
  margin-left: 40px;
}
#sp-footer .sp-copyright a {
  font-weight: 700;
}
#sp-bottom3 .address,
#sp-bottom3 .telephone,
#sp-bottom3 .fax,
#sp-bottom3 .email {
  margin-bottom: 10px;
}
#sp-bottom3 .address:first-letter,
#sp-bottom3 .telephone:first-letter,
#sp-bottom3 .fax:first-letter,
#sp-bottom3 .email:first-letter {
  margin-right: 10px;
}
#sp-bottom3 .address:first-letter {
  color: #f7941d;
  float: left;
  padding-bottom: 30px;
}
#sp-bottom3 .fax:first-letter {
  color: #8dc63f;
}
#sp-bottom3 .email:first-letter {
  color: #00aeef;
}
#sp-footer {
  color: #fff;
  padding: 5px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
.page-header h1 {
  font-size: 48px;
  text-align: center;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
.view-article #sp-main-body {
  padding: 0;
}
.view-article .entry-header {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.view-article .entry-header.has-post-format {
  margin-left: auto;
}
.view-article .entry-header h2 {
  margin: 15px 0 20px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1;
}
.view-article .entry-header h2 a {
  color: #000;
}
.view-article .entry-header:before {
  content: url(../images/header-border.png);
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 30px;
  height: 2px;
}
.pager li>a {
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  font-size: 14px;
}
.pager li>a:hover {
  color: #fff;
}
.pager li>a >span {
  font-size: 12px;
}
.sppb-addon-cta .sppb-row {
  display: table;
  width: 100%;
}
#es .es-input-smiley__popup {
    height: 300px;
    width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
#es .es-input-smiley__close, #es .es-input-smiley__close:hover {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
}
#fd {
  --fd-root-font-size: 14px !important;
  --fd-spacing: 10px !important;
}
#fd.is-mobile .fd-toolbar__link, #fd.is-tablet .fd-toolbar__link {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}
#fd.fd-toolbar__link {
      font-size: 12px !important;
}

#es .es-reaction-option__link.is-hover~.es-reactions-pop,
#es .es-reaction-option__link:hover~.es-reactions-pop,
#es .es-reaction-option:hover .es-reactions-pop {
    -webkit-transition-delay: .1s;
    min-height: 35px;
    max-width: 90vw;
    transition-delay: .1s;
    opacity: 1;
    visibility: visible;
}
#es .es-reaction-stats {
    padding: 4px 8px;
    background-color: transparent;
    position: relative;
    clear: both;
    word-break: break-all;
    word-break: break-word;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
#es .es-actions__item-stats, #es .es-actions__item-comment {
    background-color: transparent;
}
#es .es-reactions-pop {
    position: absolute;
    left: -25px;
    background: transparent;
    bottom: 95%;
    -webkit-transform: translate3d(-10%,0,0);
    transform: translate3d(-10%,0,0);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: inline-flex;
    padding: 2px 2px;
    border-radius: 100rem;
    -webkit-transition: .3s .3s;
    transition: .3s .3s;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 15%);
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

/* ==========================================================================
   JEA — Joomla Estate Agency — Frontend Styles
   ========================================================================== */


/* ── Trigger icon ─────────────────────────────────────────────────────── */

.es-emoji-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 3px 7px;
    border-radius: 6px;
    color: #64748b;
    transition: background .15s, color .15s;
    user-select: none;
}

.es-emoji-trigger > i {
    font-size: 1.15rem;
    line-height: 1;
    pointer-events: none;
}

.es-emoji-trigger:hover > i,
.es-emoji-trigger.active > i {
    color: #f59e0b;
}

/* In comment form attach bar */
.es-form-attach .es-emoji-trigger {
    vertical-align: middle;
    margin-left: 2px;
}

/* In story textbox bottom-right corner */
.es-story-emoji-wrap {
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 5;
}

.es-story-emoji-wrap .es-emoji-trigger {
    background: rgba(255,255,255,.85);
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.es-story-emoji-wrap .es-emoji-trigger:hover {
    background: #fff;
    border-color: #f59e0b;
}

/* ── Popup container ───────────────────────────────────────────────────── */

/* Use #es prefix to beat older #es .es-input-smiley__popup rules (ID specificity) */
#es .es-input-smiley__popup.es-emoji-popup,
.es-input-smiley__popup.es-emoji-popup {
    /* Appearance — safe to !important, match JS inline values */
    width: 320px; /* no !important — JS inline overrides for portaled state */
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.16) !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    /* Positioning/sizing — NO !important so JS inline styles can override */
    display: none;
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    left: auto;
    height: auto;
    max-height: 420px;
    z-index: 9999;
}

/* Show when parent label gets .active class (non-portaled fallback) */
#es .es-input-smiley.active .es-input-smiley__popup.es-emoji-popup,
.es-input-smiley.active .es-input-smiley__popup.es-emoji-popup {
    display: flex !important;
}

/* Portaled popup: JS moves popup to <body> and controls all positioning.
   These !important rules beat the base rule above for the portaled state.
   height/max-height are intentionally absent — JS sets them responsively. */
.es-emoji-popup[data-es-portal] {
    position: fixed !important;
    display: flex !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 99999 !important;
    /* width, height, top, left are all set via element.style by positionPopup() */
}

/* For conversation composer — open upward (only when NOT portaled; JS handles portaled case) */
.es-convo-composer .es-input-smiley__popup.es-emoji-popup:not([data-es-portal]) {
    bottom: calc(100% + 6px) !important;
    top: auto !important;
}

/* ── Popup header (search + close) ───────────────────────────────────── */

.es-emoji-popup__header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 10px 8px;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
}

.es-emoji-search {
    flex: 1;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 5px 10px !important;
    font-size: .82rem !important;
    background: #f8fafc !important;
    color: #1e293b !important;
    height: auto !important;
    line-height: 1.5 !important;
    width: 100% !important;
    box-sizing: border-box;
    outline: none;
}

.es-emoji-search:focus {
    border-color: #f59e0b !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(245,158,11,.15) !important;
}

.es-emoji-close {
    flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 1;
    color: #94a3b8;
    text-decoration: none;
    padding: 2px 4px;
}

.es-emoji-close:hover {
    color: #ef4444;
}

/* ── Result count label ───────────────────────────────────────────────── */

.es-emoji-popup__count {
    display: block;
    padding: 4px 12px 2px;
    font-size: .68rem;
    color: #94a3b8;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 600;
    flex-shrink: 0;
}

/* ── Scrollable grid ──────────────────────────────────────────────────── */

ul.es-smileys.es-emoji-grid {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr); /* no !important — JS sets responsive columns inline */
    gap: 2px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 6px 8px 10px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch; /* iOS momentum scrolling */
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    box-sizing: border-box !important;

    /* custom scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

ul.es-smileys.es-emoji-grid::-webkit-scrollbar {
    width: 5px;
}

ul.es-smileys.es-emoji-grid::-webkit-scrollbar-track {
    background: transparent;
}

ul.es-smileys.es-emoji-grid::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

/* ── Individual emoji cell ────────────────────────────────────────────── */

.es-emoji-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: 1 !important;
    border-radius: 6px;
    cursor: pointer;
    transition: background .1s, transform .1s;
    list-style: none !important;
    margin: 0 !important;
    padding: 2px !important;
    float: none !important;
}

.es-emoji-item:hover {
    background: #fef3c7;
    transform: scale(1.25);
    z-index: 1;
    position: relative;
}

/* Hidden state for search filtering — class-based so !important beats
   the display:flex !important on .es-emoji-item above */
.es-emoji-item.es-emoji-hidden {
    display: none !important;
}

.es-emoji-item img,
.es-emoji-item .es-emoji {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: contain !important;
    display: block;
    pointer-events: none;
}

/* ── No results message ───────────────────────────────────────────────── */

.es-emoji-no-results {
    display: block;
    text-align: center;
    padding: 16px 12px;
    font-size: .82rem;
    color: #94a3b8;
}

/* ── Responsive: narrow screens ──────────────────────────────────────── */
/* These only target non-portaled popups (:not([data-es-portal])).        */
/* Portaled popups have all sizing/positioning controlled by JS.          */


/* ── END EasySocial emoji picker ──────────────────────────────────────── */

/* ── EasySocial registration form — multi-column field layout fix ─────────
 *
 * Our registration/steps/default.php wraps fields in a Bootstrap .row so
 * col-md-6 / col-md-4 classes applied by fields/register.php create a grid.
 *
 * Problem: EasySocial's .o-form-horizontal uses display:flex on each
 * .o-form-group, pushing the label to 25% width and squashing it inside a
 * narrow column.
 *
 * Fix: inside our .row, force each .o-form-group to flex in column direction
 * so the label stacks above the input — both at full column width.
 *
 * IMPORTANT: do NOT set display:block on .col-md-* elements themselves —
 * that breaks Bootstrap's flex-based grid and causes all columns to stack.
 * ─────────────────────────────────────────────────────────────────────────── */

/* Override o-form-horizontal's horizontal flex for fields inside our grid row */
.row .o-form-group {
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

/* Label: full-width, stacked above the input */
.row .o-form-group .o-control-label {
    width: 100% !important;
    padding-right: 0 !important;
    display: block !important;
    margin-bottom: 4px !important;
    flex-shrink: 0 !important;
}

/* Input area: fill the full column width */
.row .o-form-group .o-control-input {
    flex: 1 1 auto !important;
    width: 100% !important;
}

/* ── END multi-column layout fix ─────────────────────────────────────────── */

/* ── Font Awesome icon classes on nav menu items ────────────────────────────
   When a FA icon class (e.g. fa-solid fa-table-list) is added to a menu
   item, Joomla places those classes on the <li> element.  FontAwesome renders
   the icon via the li::before pseudo-element.  Without the fixes below, the
   pseudo-element stacks above the child <a> (which is display:block) instead
   of appearing on the same row.  Making the <li> a flex/inline-flex container
   turns both ::before and <a> into flex items that sit side-by-side.
   ─────────────────────────────────────────────────────────────────────────── */

/* Top-level nav items */
.sp-megamenu-parent > li[class*="fa-"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Dropdown items: pin the icon absolutely on the left so the <a> can stretch
   behind it — clicking the icon area still follows the link. */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item[class*="fa-"] {
  position: relative;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item[class*="fa-"]::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* let clicks fall through to the <a> beneath */
  z-index: 1;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item[class*="fa-"] > a {
  display: block;
  padding-left: 42px; /* 20px left + ~16px icon + 6px gap */
}

/* ── END Font Awesome menu icon fix ─────────────────────────────────────── */

@media(min-width:1024px) {
.body-innerwrapper {
    overflow-x: visible;
}

.subscription-form input {
    border-radius: 20px !important;
}
#sppb-addon-wrapper-16f577ec-acc9-4bdb-9947-b7a50ce3e315 {
    position: sticky !important;
    top: 10px; }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
@media (min-width: 1400px) {
.container {
    max-width: 85% !important;
}
  .sppb-row-container {
    width: 1350px;
  }
#es .es-input-smiley__popup {
    height: 300px;
    width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
#es .es-input-smiley__close, #es .es-input-smiley__close:hover {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
}
}
@media (min-width: 1280px) {
  .sp-bottom-footer:before {
    background: none !important;
  }
#es .es-input-smiley__popup {
    height: 300px;
    width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
#es .es-input-smiley__close, #es .es-input-smiley__close:hover {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
}
}
@media (min-width: 992px) {
  .sppb-row-container {
    width: 982px;
  }
#es .es-input-smiley__popup {
    height: 300px;
    width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
#es .es-input-smiley__close, #es .es-input-smiley__close:hover {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
}
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li {
    margin: 0px 30px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 80px;
    line-height: 80px;
  }
  .sp-comingsoon .days .number:after,
  .sp-comingsoon .hours .number:after,
  .sp-comingsoon .seconds .number:after,
  .sp-comingsoon .minutes .number:after {
    margin: 0 40px 15px;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .hours .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .minutes .string {
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
#es .es-input-smiley__popup {
    height: 300px;
    width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
#es .es-input-smiley__close, #es .es-input-smiley__close:hover {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
}
  .sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:before {
    width: 15px;
    height: 15px;
    top: 25px;
    left: 0;
    background-size: cover;
  }
  .sppb-addon-thumb-gallery #carousel ul.slides>li {
    margin-right: 0;
  }
  #sp-bottom1 {
    padding: 0 15px;
  }
  .sp-bottom-footer:before {
    display: none;
  }
  .revibe-pricing .sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li {
    margin: 0 20px;
  }
  .revibe-pricing .sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:before {
    left: 0;
  }
  .view-category .blog .items-leading .item .entry-info-wrap {
    padding: 30px 15px;
  }
  .view-category .blog .item .entry-image img {
    width: 100%;
  }
  .view-category .blog .entry-header dl.article-info {
    margin-top: 0 !important;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 80px;
  }
  .sp-comingsoon .days .number:after,
  .sp-comingsoon .hours .number:after,
  .sp-comingsoon .seconds .number:after,
  .sp-comingsoon .minutes .number:after {
    margin: 0 40px 15px;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .hours .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .minutes .string {
    margin-left: 25px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
#es .es-input-smiley__popup {
    height: 300px;
    width: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
#es .es-input-smiley__close, #es .es-input-smiley__close:hover {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
}
  #sp-page-builder .page-content .sppb-section {
    padding: 40px 0 !important;
  }
  #sp-page-builder .page-content .sppb-section:first-child {
    padding-top: 0 !important;
  }
  .heading-style .sppb-section-title {
    margin-bottom: 50px !important;
  }
  .sp-page-title h2,
  .sp-page-title h3 {
    font-size: 25px;
  }
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
  .sppb-addon-thumb-gallery #carousel {
    display: none;
  }
  .sppb-addon-thumb-gallery #slider.flexslider .slides > li .thumb-slider-bg {
    height: 400px;
  }
  .sppb-addon-thumb-gallery #slider.flexslider .flex-direction-nav {
    display: block;
  }
  .sppb-addon-thumb-gallery #slider.flexslider .slider-title-wrap .slider-title {
    font-size: 50px;
    letter-spacing: inherit;
    margin-top: 0;
  }
  .sppb-addon-thumb-gallery #slider.flexslider .slider-title-wrap .slider-sub-title {
    letter-spacing: inherit;
  }
  #sp-page-builder .sppb-section-title h2.sppb-title-heading {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .about-info .sppb-addon-title {
    font-size: 25px;
    letter-spacing: inherit;
  }
  .about-info:last-child {
    margin-bottom: 50px;
  }
  .story-info .right-part {
    margin-top: 30px;
  }
  .sppb-progress-wrap {
    margin-bottom: 20px;
  }
  .sp-revibe-team .sppb-person-image img {
    width: 100%;
  }
  #sp-page-builder .page-content .sppb-section.sppb-revibe-testimonial.testimonial-full-width {
    padding: 0 0 90px !important;
  }
  .testimonial-full-width .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
    padding: 0 20px;
  }
  .testimonial-full-width .sppb-carousel-inner .sppb-item img.sppb-avatar {
    border-width: 5px;
    width: 120px;
  }
  .revibe-core-service .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .revibe-core-service .sppb-addon-feature .sppb-addon-content-img span {
    display: block !important;
  }
  .revibe-core-service .sppb-addon-feature .sppb-addon-content-img img {
    width: 100%;
  }
  .revibe-core-service .sppb-addon-feature .sppb-addon-content:hover .sppb-addon-content-img .overlay .sp-vertical-middle:before {
    border-top: 1500px solid rgba(237,20,91,0.8);
    border-left: 1500px solid transparent;
  }
  .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    font-size: 14px !important;
  }
  .revibe-article .sppb-addon-article {
    max-height: 300px;
  }
  .sppb-revibe-client .sppb-addon-clients .sppb-row>div {
    padding: 5px 15px;
  }
  .revibe-tab h2.sppb-addon-title {
    font-size: 25px;
    margin: 40px 0 20px 0 !important;
  }
  .revibe-pricing .sppb-addon-pricing-table .sppb-pricing-box {
    margin-bottom: 30px;
  }
  .revibe-pricing .sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    margin-bottom: 30px;
  }
  .revibe-pricing .sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
    font-size: 45px;
  }
  .rebive-cta .sppb-addon-cta h2.sppb-cta-title {
    margin-bottom: 10px !important;
  }
  .rebive-cta .sppb-addon-cta h2.sppb-cta-title,
  .rebive-cta .sppb-addon-cta p.sppb-cta-subtitle {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: inherit;
  }
  .sppb-section.contact-address {
    margin: 0 !important;
  }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4 {
    margin-bottom: 30px;
  }
  #sp-bottom2 {
    padding-left: 15px;
  }
  #sp-footer {
    text-align: center;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .seconds,
  .sp-comingsoon .minutes {
    margin: 0 50px 0 0;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 50px;
    line-height: inherit;
  }
  .sp-comingsoon .days .number:after,
  .sp-comingsoon .hours .number:after,
  .sp-comingsoon .seconds .number:after,
  .sp-comingsoon .minutes .number:after {
    display: none;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .hours .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .minutes .string {
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  #sp-header {
    background-color: rgba(255,255,255,0.96);
    height: 55px;
    box-shadow: 0 3px 3px #d5e7f6;
  }
}

@media (min-width: 280px) and (max-width: 480px) {
  .about-info .sppb-addon-title {
    font-size: 13px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-item {
    width: 100% !important;
  }
  .sppb-revibe-twitter {
    height: 420px;
    padding: 120px 30px 50px 30px;
  }
  .sp-revibe-contact-form .sppb-ajaxt-contact-form .sppb-input-group,
  .sp-revibe-contact-form .sppb-ajaxt-contact-form .sppb-textarea {
    width: 100%;
  }
  .sp-revibe-contact-form .sppb-ajaxt-contact-form >.sppb-input-group {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .sp-comingsoon .sp-comingsoon-logo {
    margin-bottom: 20px;
  }
  .sp-comingsoon .sp-comingsoon-logo img {
    width: 120px;
    margin-top: 30px;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .seconds,
  .sp-comingsoon .minutes {
    margin: 0;
    width: 50%;
    padding-bottom: 30px;
  }
  .sp-comingsoon .sp-comingsoon-content {
    font-size: 18px;
    line-height: 22px;
  }
  #es .es-container__sidebar {
    width: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 100px;
    margin-right: 2px;
    min-width: 0;
  }
}

@media (max-width: 480px) {
    /* Non-portaled fallback: fill near-full width on narrow screens */
    #es .es-input-smiley__popup.es-emoji-popup:not([data-es-portal]),
    .es-input-smiley__popup.es-emoji-popup:not([data-es-portal]) {
        width: calc(100vw - 16px) !important;
        right: 0 !important;
        left: auto !important;
    }
}

/* ── Header: responsive column layout ──────────────────────────────────────
 * This template's bootstrap.min.css defines col-* classes WITHOUT @media
 * breakpoints, so col-lg-* is defined last and always "wins" at every
 * viewport width. Current effective widths without these rules:
 *   #sp-logo   = col-lg-3 = 25%  (too narrow: 240px < 327px logo image)
 *   #sp-search = col-lg-3 = 25%
 *   #sp-menu   = col-lg-6 = 50%  (horizontal nav lives here)
 *
 * These @media rules restore proper responsive behaviour using !important
 * to beat the Bootstrap globals. The horizontal nav is hidden at sm/md
 * (offcanvas-only) and visible inside a 50% menu slot at lg/xl.
 * ────────────────────────────────────────────────────────────────────────── */

/* xs (<576px): logo fills bar; search hidden; hamburger right */
@media (max-width: 575px) {
  #sp-header #sp-logo   { flex: 0 0 auto !important; width: 75% !important; max-width: 75% !important; }
  #sp-header #sp-search { display: none !important; }
  #sp-header #sp-menu   { flex: 0 0 auto !important; width: 25% !important; max-width: 25% !important; }
  #sp-header #sp-menu .sp-megamenu-parent { display: none !important; }
  #sp-header #sp-logo img { height: 45px !important; }
}

/* sm (576–767px): 5/6/1 — offcanvas hamburger only; inline nav hidden */
@media (min-width: 576px) and (max-width: 767px) {
  #sp-header #sp-logo   { flex: 0 0 auto !important; width: 41.666667% !important; max-width: 41.666667% !important; }
  #sp-header #sp-search { flex: 0 0 auto !important; width: 50%        !important; max-width: 50%        !important; }
  #sp-header #sp-menu   { flex: 0 0 auto !important; width: 8.333333%  !important; max-width: 8.333333%  !important; }
  #sp-header #sp-menu .sp-megamenu-parent { display: none !important; }
}

/* md (768–991px): 5/6/1 — offcanvas hamburger only; inline nav hidden */
@media (min-width: 768px) and (max-width: 991px) {
  #sp-header #sp-logo   { flex: 0 0 auto !important; width: 41.666667% !important; max-width: 41.666667% !important; }
  #sp-header #sp-search { flex: 0 0 auto !important; width: 50%        !important; max-width: 50%        !important; }
  #sp-header #sp-menu   { flex: 0 0 auto !important; width: 8.333333%  !important; max-width: 8.333333%  !important; }
  #sp-header #sp-menu .sp-megamenu-parent { display: none !important; }
}

/* lg (992–1199px): 4/2/6 — inline nav visible in menu column
 * At 960px container: logo=320px (fits 327px image), search=160px, menu=480px */
@media (min-width: 992px) and (max-width: 1199px) {
  #sp-header #sp-logo   { flex: 0 0 auto !important; width: 33.333333% !important; max-width: 33.333333% !important; }
  #sp-header #sp-search { flex: 0 0 auto !important; width: 16.666667% !important; max-width: 16.666667% !important; }
  #sp-header #sp-menu   { flex: 0 0 auto !important; width: 50%        !important; max-width: 50%        !important; }
}


/* ── END Header: responsive column layout ─────────────────────────────── */


