/**********
Site Theme
***********/
.link,
.link:hover,
.link:focus,
.link.active {
	color: inherit;
}
.bg-theme,
.btn-theme {
	background-color: #B50A28;
}
.text-theme,
.btn-link.btn-link-theme,
.nav-link.nav-link-theme,
.post-single a,
.post-info .fa
{
	color: #B50A28;
}

.text-theme-dark,
.btn-link.btn-link-theme.active,
.btn-link.btn-link-theme:hover,
.btn-link.btn-link-theme:focus,
.nav-link.nav-link-theme.active,
.nav-link.nav-link-theme:hover,
.nav-link.nav-link-theme:focus,
.post-single a:hover,
.post-single a:focus
{
	color: #8d0720;
}

.bg-theme-dark,
.btn-theme.active,
.btn-theme:hover,
.btn-theme:focus {
	background-color: #8d0720;
}


.bg-white {
	background-color: #FFFFFF;
}

.text-white,
.btn-theme,
.btn-theme.active,
.btn-theme:hover,
.btn-theme:focus,
.link-white,
.link-white.active,
.link-white:focus,
.link-white:hover
{
	color: #FFFFFF;
}


/* Submenu dropdowns in nav */

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-toggle::after {
  transform: rotate(0deg) translateY(-50%);
  position: absolute;
  right: 6px;
  top: 50%;
	transition: transform ease-out 0.3s;
}
.dropdown-submenu .dropdown-toggle:hover::after {
	transform: rotate(-90deg) translateY(-50%);
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}


/* Headings/labels (dropdown menu items that are dropdowns themselves.) */
/* Makes headings instead of dropdowns */
.heading-dropdown {
	min-width: 12rem;
	padding: 1rem;
}

.heading-dropdown-menu {
	padding-left: 1rem;
	padding-right: 1rem;
	list-style: none;
}
.heading-dropdown .dropdown-header {
	font-size: 1rem;
}
.heading-dropdown .dropdown-header,
.heading-dropdown .nav-link {
	white-space: nowrap;
}

.heading-dropdown .heading-dropdown-menu > li a {
	font-size: 0.825rem;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}

/* Hover effects and dark colors dropdown > dropdown items */
.navbar-links-theme .dropdown-menu li:not(.active) > .nav-link:hover,
.navbar-links-theme .dropdown-menu li:not(.active) > .nav-link:focus {
	background-color: rgba(3, 22, 4, 0.2);
}

.navbar-links-theme .dropdown-menu li.active > .nav-link,
.navbar-links-theme .dropdown-menu li.active > .nav-link:active,
.navbar-links-theme .dropdown-menu li.active > .nav-link:hover,
.navbar-links-theme .dropdown-menu li.show > .nav-link,
.navbar-links-theme .dropdown-menu li.show > .nav-link:focus,
.navbar-links-theme .dropdown-menu li.show > .nav-link:hover {
	background: #0A2E0C;
	color: #FFF;
}


/* button style */

.btn-wide {
	padding: .5rem 2rem;
}

/* helper front styles */
.big {
	font-size: 1.5rem;
}

/* Owlcarousel with side arrows */
/**
* ---------Quick styles---------
*
*/

.carousel-dots .owl-dots {
	text-align: center;
	padding-top: 1rem;
}
.carousel-dots .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.carousel-dots .owl-dots .owl-dot.active span,
.carousel-dots .owl-dots .owl-dot:hover span {
    background: #869791;
}

.carousel-side-arrows .owl-stage {
	position: relative;
	display: -ms-flexbox!important;
    display: flex!important;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
	-ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.carousel-side-arrows .item {
	height: 100%;
}
.carousel-side-arrows .item {
	position: relative;
}

/* .carousel-side-arrows .owl-stage-outer {
	padding-bottom: 65px;
} */
.carousel-side-arrows .owl-nav {
	display: none;
}
.carousel-side-arrows .owl-nav button {
	color: #868686 !important;
	position: absolute;
	font-size: 5rem !important;
	padding: 1rem;
	line-height: 1 !important;
	top: 50%;
	top: calc(50% - 35px);
	transform: translateY(-50%);
}
.carousel-side-arrows .owl-nav button:focus {
	outline: none;
}
.carousel-side-arrows .owl-prev {
	left: 0px;
}
.carousel-side-arrows .owl-next {
	right: 0px;
}



@media (min-width: 992px){
	.carousel-side-arrows .wrapper {
		margin-left: 50px;
		margin-right: 50px;
	}
	.carousel-side-arrows .owl-nav {
		display: block;
	}
}


/* SIDEBARS */
.widgettitle {
	color: #343a40!important;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.widget {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	padding: 1rem;
	margin-bottom: 1.5rem;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recent-posts-extended li {
	padding: 1rem 0;
	min-height: 100px;
}
.recent-posts-extended li + li {
	border-top: solid 1px #eee;
}
.recent-posts-extended .rpwe-img {
	float: left;
}

.recent-posts-extended .rpwe-title {
	font-size: 1.2rem;
	line-height: 1.1 !important;
	margin-left: 110px;
}
.recent-posts-extended .rpwe-title a {
	color: #343a40!important;
}
.recent-posts-extended .rpwe-time {
	margin-left: 110px;
	display: block;
}

.widget_categories li {
	text-align: right;
	padding: 0.5rem 0;
}
.widget_categories li + li {
	border-top: solid 1px #eee;
}
.widget_categories li a {
	color: #343a40!important;
	float: left;
}


/* Breadcrumb */
.breadcrumb-center {
	display: inline-block;
	margin: 0 auto;
}

.breadcrumb-theme .breadcrumb {
	background: transparent;
	margin-bottom: 0;
}
.breadcrumb-theme a,
.breadcrumb-theme .active {
	color: #FFF;
}
.breadcrumb-theme .active {
	opacity: 0.8;
}

.breadcrumb-theme .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	opacity: 0.5;
}

.font-thin {
	font-weight: 200;
}
.font-regular {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}
