/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */
:root {
    --custom: #DCB43A;
}
.table-custom,
.table-custom > td,
.table-custom > th {
    background-color: #F4E4B5;
}
.table-hover .table-custom:hover {
    background-color: #E6C155;
}
.table-hover .table-custom:hover > td,
.table-hover .table-custom:hover > th {
    background-color: #E6C155;
}
.btn-custom {
    background-color: #DCB43A;
    border-color: #DCB43A;
    color: #fff;
}
.btn-custom:hover {
    background-color: #DCB43A;
    border-color: #DCB43A;
    color: #fff;
}
.btn-custom.focus,
.btn-custom:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 173, 125, 0.5);
}
.btn-custom.disabled,
.btn-custom:disabled {
    background-color: #DCB43A;
    border-color: #DCB43A;
    color: #fff;
}
.btn-custom:not(:disabled):not(.disabled).active,
.btn-custom:not(:disabled):not(.disabled):active,
.show > .btn-custom.dropdown-toggle {
    background-color: #B69431;
    border-color: #A68529;
    color: #fff;
}
.btn-custom:not(:disabled):not(.disabled).active:focus,
.btn-custom:not(:disabled):not(.disabled):active:focus,
.show > .btn-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 173, 125, 0.5);
}
.btn-outline-custom {
    border-color: #DCB43A;
    color: #DCB43A;
}
.btn-outline-custom:hover {
    background-color: #DCB43A;
    border-color: #DCB43A;
    color: #fff;
}
.btn-outline-custom.focus,
.btn-outline-custom:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
}
.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
    background-color: transparent;
    color: #DCB43A;
}
.btn-outline-custom:not(:disabled):not(.disabled).active,
.btn-outline-custom:not(:disabled):not(.disabled):active,
.show > .btn-outline-custom.dropdown-toggle {
    background-color: #DCB43A;
    border-color: #DCB43A;
    color: #fff;
}
.btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.btn-outline-custom:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
}
.badge-custom {
    background-color: #DCB43A;
    color: #fff;
}
a.badge-custom:focus,
a.badge-custom:hover {
    background-color: #B69431;
    color: #fff;
}
a.badge-custom.focus,
a.badge-custom:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
    outline: 0;
}
.alert-custom {
    background-color: #ccece0;
    border-color: #b8e4d4;
    color: #005235;
}
.alert-custom hr {
    border-top-color: #a6ddc9;
}
.alert-custom .alert-link {
    color: #001f14;
}
.list-group-item-custom {
    background-color: #b8e4d4;
    color: #005235;
}
.list-group-item-custom.list-group-item-action:focus,
.list-group-item-custom.list-group-item-action:hover {
    background-color: #a6ddc9;
    color: #005235;
}
.list-group-item-custom.list-group-item-action.active {
    background-color: #005235;
    border-color: #005235;
    color: #fff;
}
.bg-custom {
    background-color: #DCB43A !important;
}
a.bg-custom:focus,
a.bg-custom:hover,
button.bg-custom:focus,
button.bg-custom:hover {
    background-color: #B69431 !important;
}
.border-custom {
    border-color: #DCB43A !important;
}
.text-custom {
    color: #DCB43A !important;
}
a.text-custom:focus,
a.text-custom:hover {
    color: #B69431 !important;
}
::-moz-selection {
    background-color: #DCB43A;
    color: #fff;
}
::selection {
    background-color: #DCB43A;
    color: #fff;
}
a:not(.btn) {
    color: #DCB43A;
}
a:not(.btn):focus,
a:not(.btn):hover {
    color: #B69431;
}
.color-scheme {
    color: #DCB43A;
}
.background-scheme {
    background-color: #DCB43A;
}
.btn.button-scheme {
    background-color: #DCB43A !important;
    border: 1px solid #DCB43A !important;
}
.btn.button-scheme:focus {
    background-color: #B69431 !important;
    border-color: #B69431 !important;
    box-shadow: none !important;
}
.btn.button-outline {
    background-color: transparent !important;
    border: 1px solid #DCB43A !important;
    color: #222 !important;
}
.btn.button-outline:focus {
    background-color: rgba(34, 34, 34, 0.05) !important;
    border-color: #B69431 !important;
    box-shadow: none !important;
}
.lightbox-wrapper
    .lightbox-content
    .section-heading.page-heading
    > .animated-bar {
    background-color: #DCB43A;
}
.info-section .info-content .content-subtitle {
    color: #DCB43A;
}
.info-section .info-content .content-follow li a:focus,
.info-section .info-content .content-follow li a:hover {
    color: #DCB43A;
}
.services-section .single-service:hover {
    border-bottom-color: #DCB43A;
}
.services-section .single-service .service-icon {
    color: #DCB43A;
}
.testimonials-section .single-review .review-icon {
    color: #DCB43A;
}
.pricing-section .single-plan .plan-icon {
    color: #DCB43A;
}
.resume-section .resume-item {
    border-left-color: #DCB43A;
}
.resume-section .resume-item .item-arrow:before {
    background-color: #DCB43A;
}
.resume-section .resume-item .item-arrow:after {
    border-left-color: #DCB43A;
}
.skills-section .single-skill .skill-progress .progress-bar {
    background-color: #DCB43A;
}
.portfolio-section .filter-control > li.tab-active,
.portfolio-section .filter-control > li:hover {
    color: #E6C155;
}
.portfolio-section .filter-control > li.tab-active:before,
.portfolio-section .filter-control > li:hover:before {
    background-color: #E6C155;
}
.portfolio-section
    .portfolio-grid
    .portfolio-wrapper
    .item-content
    .content-more {
    color: #DCB43A;
}
.blog-section .single-post .post-img .content-date {
    background-color: #DCB43A;
}
.contact-section .contact-form .form-group .form-control:focus {
    border-bottom: 1px solid #E6C155;
}
.contact-section .contact-info .list-info .info-icon i {
    color: #DCB43A;
}
