/*!
  * Item: CodeX
  * Description:  Personal Portfolio / Resume / CV / vCard Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v1.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */
:root {
	--custom: #6D545D
}

.table-custom,
.table-custom>td,
.table-custom>th {
	background-color: #f5c6cb
}

.table-hover .table-custom:hover {
	background-color: #f1b0b7
}

.table-hover .table-custom:hover>td,
.table-hover .table-custom:hover>th {
	background-color: #f1b0b7
}

.btn-custom {
	background-color: #6D545D;
	border-color: #6D545D;
	color: #fff
}

.btn-custom:hover {
	background-color: #c82333;
	border-color: #bd2130;
	color: #fff
}

.btn-custom.focus,
.btn-custom:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-custom.disabled,
.btn-custom:disabled {
	background-color: #6D545D;
	border-color: #6D545D;
	color: #fff
}

.btn-custom:not(:disabled):not(.disabled).active,
.btn-custom:not(:disabled):not(.disabled):active,
.show>.btn-custom.dropdown-toggle {
	background-color: #bd2130;
	border-color: #b21f2d;
	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 .2rem rgba(225, 83, 97, .5)
}

.btn-outline-custom {
	border-color: #6D545D;
	color: #6D545D
}

.btn-outline-custom:hover {
	background-color: #6D545D;
	border-color: #6D545D;
	color: #fff
}

.btn-outline-custom.focus,
.btn-outline-custom:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
	background-color: transparent;
	color: #6D545D
}

.btn-outline-custom:not(:disabled):not(.disabled).active,
.btn-outline-custom:not(:disabled):not(.disabled):active,
.show>.btn-outline-custom.dropdown-toggle {
	background-color: #6D545D;
	border-color: #6D545D;
	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 .2rem rgba(220, 53, 69, .5)
}

.badge-custom {
	background-color: #6D545D;
	color: #fff
}

a.badge-custom:focus,
a.badge-custom:hover {
	background-color: #bd2130;
	color: #fff
}

a.badge-custom.focus,
a.badge-custom:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	outline: 0
}

.alert-custom {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24
}

.alert-custom hr {
	border-top-color: #f1b0b7
}

.alert-custom .alert-link {
	color: #491217
}

.list-group-item-custom {
	background-color: #f5c6cb;
	color: #721c24
}

.list-group-item-custom.list-group-item-action:focus,
.list-group-item-custom.list-group-item-action:hover {
	background-color: #f1b0b7;
	color: #721c24
}

.list-group-item-custom.list-group-item-action.active {
	background-color: #721c24;
	border-color: #721c24;
	color: #fff
}

.bg-custom {
	background-color: #6D545D !important
}

a.bg-custom:focus,
a.bg-custom:hover,
button.bg-custom:focus,
button.bg-custom:hover {
	background-color: #bd2130 !important
}

.border-custom {
	border-color: #6D545D !important
}

.text-custom {
	color: #6D545D !important
}

a.text-custom:focus,
a.text-custom:hover {
	color: #1a7f13 !important
}

::-moz-selection {
	background-color: #6D545D;
	color: #fff
}

::selection {
	background-color: #6D545D;
	color: #fff
}

a:not(.btn) {
	color: #6D545D
}

a:not(.btn):focus,
a:not(.btn):hover {
	color: #1a7f13
}

.color-scheme {
	color: #6D545D
}

.background-scheme {
	background-color: #6D545D
}

.btn.button-scheme {
	background-color: #6D545D !important;
	border: 1px solid #6D545D !important
}

.btn.button-scheme:focus {
	background-color: #474B24!important;
   	border-color: #474B24!important;
   	box-shadow: none!important;
}
.btn.button-scheme:active {
	background-color: #474B24!important;
   	border-color: #474B24!important;
   	box-shadow: none!important;
}

.btn.button-outline {
	background-color: transparent !important;
	border: 1px solid #6D545D !important;
	color: #222 !important
}

.btn.button-outline:focus {
	background-color: rgba(34, 34, 34, .05) !important;
	border-color: #1a7f13 !important;
	box-shadow: none !important
}

.sidebar .sidebar-menu .list-menu .nav-link.active {
	color: #6D545D
}

.sidebar .sidebar-menu .list-menu .nav-link:hover {
	color: #6D545D
}

.home-area .home-name span {
	color: #6D545D
}

.about-area .about-content .content-subtitle {
	color: #6D545D
}

.services-area .single-service .service-icon {
	color: #6D545D
}

.portfolio-area .filter-control>li.tab-active,
.portfolio-area .filter-control>li:hover {
	color: #e14f5d
}

.portfolio-area .filter-control>li.tab-active:before,
.portfolio-area .filter-control>li:hover:before {
	background-color: #e14f5d
}

.portfolio-area .portfolio-grid .portfolio-wrapper .item-content .content-more {
	color: #6D545D
}

.testimonials-area .single-review .review-icon {
	color: #6D545D
}

.blog-area .single-post .post-img .content-date {
	background-color: #6D545D
}

.contact-area .contact-form .form-group .form-control:focus {
	border-bottom: 1px solid #e4606d
}

.footer-area .contact-info .info-icon {
	color: #6D545D
}