hr {
	border-color: #584318;
}
h1, h2, h3, h4, h5, h6 {
	color: #584318;
}
a, a:hover, a:focus, a:active, a:visited {
	color: #584318;
}
.cbpp-text a{
	border: 1px solid #584318;
}

.reviews .carousel-indicators li {
	border: 1px solid #584318;
}
.reviews .carousel-indicators .active {
	background-color: #584318;
}

.sidebar-nav li a {
    color: #584318;
}
.sidebar-nav li a:hover, .sidebar-nav li.active a {
    color: #584318;
}

.simple-top-menu a, .simple-top-menu a:hover, .simple-top-menu a:focus, .simple-top-menu a:active, .simple-top-menu a:visited {
	color: #584318 !important;
}

/* btn */
#main-menu .book-link {
	background: #584318;
}

.btn-custom-default {
  color: #fff;
  background-color: #584318;
  border-color: #584318;
}
.btn-custom-default:focus,
.btn-custom-default.focus {
  color: #fff;
  background-color: #584318;
  border-color: #584318;
}
.btn-custom-default:hover {
  color: #fff;
  background-color: #584318;
  border-color: #584318;
}
.btn-custom-default:active,
.btn-custom-default.active,
.open > .dropdown-toggle.btn-custom-default {
  color: #fff;
  background-color: #584318;
  border-color: #584318;
}
.btn-custom-default:active:hover,
.btn-custom-default.active:hover,
.open > .dropdown-toggle.btn-custom-default:hover,
.btn-custom-default:active:focus,
.btn-custom-default.active:focus,
.open > .dropdown-toggle.btn-custom-default:focus,
.btn-custom-default:active.focus,
.btn-custom-default.active.focus,
.open > .dropdown-toggle.btn-custom-default.focus {
  color: #fff;
  background-color: #584318;
  border-color: #584318;
}
.btn-custom-default:active,
.btn-custom-default.active,
.open > .dropdown-toggle.btn-custom-default {
  background-image: none;
}
.btn-custom-default.disabled:hover,
.btn-custom-default[disabled]:hover,
fieldset[disabled] .btn-custom-default:hover,
.btn-custom-default.disabled:focus,
.btn-custom-default[disabled]:focus,
fieldset[disabled] .btn-custom-default:focus,
.btn-custom-default.disabled.focus,
.btn-custom-default[disabled].focus,
fieldset[disabled] .btn-custom-default.focus {
  background-color: #584318;
  border-color: #584318;
}
.btn-custom-default .badge {
  color: #584318;
  background-color: #fff;
}

/* color calendar */
.tiva-event-list-full {
	background-color: #f7f3ec !important;
}
.tiva-event-detail-full {
	background-color: #f7f3ec !important;
}
.tiva-event-list-full .event-intro {
	color: #444 !important;
}
.tiva-event-list-full .event-time, .tiva-event-list-full .event-date {
	color: #b71c1c !important;
}
.tiva-event-detail-full .event-time, .tiva-event-detail-full .event-date, .tiva-event-detail-full .event-location {
	color: #b71c1c !important;
}
.tiva-calendar-full .calendar-title, .tiva-calendar-full .calendar-btn {
	background-color: #584318 !important;
}
.events-calendar-bar .bar-btn.active, .events-calendar-bar .bar-btn:hover {
	background-color: #584318 !important;
}
.events-calendar-bar .bar-btn.notLink{
    background-color: #584318 !important;
}
.events-calendar-bar .bar-btn.notLink:hover {
	background-color: #584318 !important;
}
.tiva-event-list-full .event-name {
	color: #584318 !important;
}
.tiva-event-detail-full .event-name {
	color: #584318 !important;
}
.calendar-day-event .tiva-event-tooltip .event-name  {
	color: #584318 !important;
}
.tiva-event-detail-full .event-link a {
	background-color: #584318 !important;
}
.tiva-event-list-compact {
	background-color: #f7f3ec !important;
}
.tiva-event-detail-compact {
	background-color: #f7f3ec !important;
}
.tiva-event-list-compact .event-intro {
	color: #444 !important;
}
.tiva-event-list-compact .event-time, .tiva-event-list-compact .event-date {
	color: #b71c1c !important;
}
.tiva-event-detail-compact .event-time, .tiva-event-detail-compact .event-date, .tiva-event-detail-compact .event-location {
	color: #b71c1c !important;
}
.tiva-calendar-compact .calendar-title, .tiva-calendar-compact .calendar-btn {
    background-color: #584318 !important;
}
.tiva-event-list-compact .event-name {
	color: #584318 !important;
}
.tiva-event-detail-compact .event-name {
	color: #584318 !important;
}
.tiva-event-detail-compact .event-link a {
	background-color: #584318 !important;
}
.tiva-event-list-full .event-link a {
	background-color: #584318 !important;
}
.tiva-event-list-compact .event-link a {
	background-color: #584318 !important;
}

/* icons fashion */
.fashion { color: #584318; }

/* pagination */

.pagination > li > a,
.pagination > li > span {
  color: #584318;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #584318;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #584318;
  border-color: #584318;
}