::-moz-selection {
    background: #f9f0ed;
}
::selection {
    background: #f9f0ed;
}
.overlay.color span.bg {
    background: rgba(232, 195, 185, 0.8);
}
a.hover:hover {
    border-bottom: 1px solid #d28362;
}
a {
    color: #d28362;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #d28362;
}
.color-wrapper {
    background: #d28362;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.highlighted {
    color: #d28362;
}
.navbar .social-mute a:hover i {
    color: #d28362;
}
.btn {
    background: #d28362;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #767853;
}
.btn.btn-border {
    border: 2px solid #d28362;
    color: #d28362;
}
.btn.btn-border:hover,
.btn.btn-border:focus,
.btn.btn-border:active,
.btn.btn-border.active {
    border: 2px solid #d28362;
    background: #d28362;
    color: #FFF;
}
.btn-group .dropdown-menu>li>a:hover,
.btn-group .dropdown-menu>li>a:focus {
    color: #d28362;
}
.image-list li a:hover {
    color: #d28362
}
.list-group-item.active {
    background-color: #d28362;
    border-color: #d28362
}
.cbp-filter-item.cbp-filter-item-active,
.cbp-filter-item:hover {
    color: #d28362;
}
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d28362
}
.post-title a:hover,
.more:hover,
.meta a:hover {
    color: #d28362;
}
.post-nav-wrapper a:hover {
    color: #d28362;
}
.sidebox a:not(.btn):hover {
    color: #d28362
}
#comments .info h6 a:hover {
    color: #d28362;
}
.social-mute a:hover i {
    color: #d28362;
}
.inverse-text .social-mute a:hover i {
    color: rgba(255, 255, 255, 0.75) !important;
}
.icon-color {
    color: #d28362
}
.box.box-border:hover,
.box.box-border:hover:before {
    border-color: #d28362
}
.overlay.caption-dark .meta a:hover {
    color: #d28362 !important;
}
.accordion-wrapper.lined .card-header a,
.accordion-wrapper.lined .card-header a:hover,
.accordion-wrapper.lined .card-header a.collapsed:hover {
    color: #d28362;
    border-color: #d28362;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
    color: #d28362;
    border-color: #d28362 !important;
}
.tooltip-inner {
    background-color: #d28362;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #d28362;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #d28362;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #d28362;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #d28362;
}
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #d28362
}
.custom-control-input:active~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #d28362
}
.ratings:after {
    color: #d28362;
}
.pagination ul>li>a:hover,
.pagination ul>.active>a {
    color: #d28362;
}
.pagination.bordered ul>li>a:hover,
.pagination.bordered ul>.active>a {
    color: #d28362;
}
.page-navi:not(.bg) a:hover {
    color: #d28362
}
.inverse-text .pagination:not(.bg) ul>li>a:hover,
.inverse-text .page-navi:not(.bg) a:hover,
.inverse-text .nav-tabs .nav-link:hover,
.inverse-text .cbp-filter-item:hover {
    color: #d28362 !important;
}
.inverse-text .accordion-wrapper.lined .card-header a:hover,
.inverse-text .tabs-wrapper:not(.lined) .nav-tabs .nav-link:not(.active):hover {
    color: #d28362 !important;
    border-color: #d28362 !important;
}
.inverse-text .box.box-border:hover,
.inverse-text .box.box-border:hover:before {
    border-color: #d28362
}
.color-default,
.list-default>li:before,
.list-default i {
    color: #d28362 !important;
}
.bg-default {
    background-color: #d28362 !important;
}
.border-default {
    border-color: #d28362 !important;
}
.progressbar.default svg path:last-child {
    stroke: #d28362 !important;
}
.progressbar.border.default {
    border-color: #d28362 !important;
}
.circle.default .progressbar-text {
    color: #d28362 !important;
}
@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu {
        border-top: 2px solid #d28362;
    }
}