:root {
  /*----- color ------*/
  --horsemanship-primary-color:#f43d46;
  
}


/* ================== CUSTOM ================== */

/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #4c454c;
	color: #fff;
}
::-moz-selection {
 background-color: #4c454c;
 color: #fff;
}
img {
	max-width: 100%;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #8A8A93;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: var(--primary-color);
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: var(--primary-color);
}

.section-title h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	padding-bottom: 8px;
	position: relative;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #CCC;
}
.section-title h2:after {
	position: absolute;
	left: 0px;
	content: "";
	bottom: -2px;
	width: 40px;
	height: 3px;
	background-color:var(--horsemanship-primary-color);
	z-index: 0;
}

.section-title h5 {
	font-weight: 500;
	font-size: 26px;
	line-height: 24px;
	padding-bottom: 8px;
	position: relative;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #CCC;
}
.section-title h5:after {
	position: absolute;
	left: 0px;
	content: "";
	bottom: -2px;
	width: 40px;
	height: 3px;
	background-color:var(--horsemanship-primary-color);
	z-index: 0;
}

/* ===================================
	03. News block one
=================================== */
.news-block-one {
	width: 100%;
	position: relative;
}
.news-block-one .news-block-one-img {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.news-block-one .news-block-one-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.news-block-one:hover .news-block-one-img img {
	transform: scale(1.1);
}
.news-block-one .news-block-one-img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: "";
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
.news-block-one .post-tag {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.news-block-one .post-tag a {
	display: inline-block;
	background-color:var(--primary-color);
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.news-block-one .news-block-content {
	position: absolute;
	bottom: 15px;
	background-color: rgba(255,255,255,1);
	right: 0px;
	width: 80%;
	padding: 20px;
	left: 0;
	margin: auto;
	text-align: center;
}
.news-block-one .news-block-content .post_title {
	line-height: 30px;
	margin-bottom: 10px;
}
.news-block-one .news-block-content .post_title a {
	font-size: 24px;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-one .news-block-content .post_title a:hover {
	color:var(--horsemanship-primary-color);
}
.news-block-one .news-block-content .post-meta {
	margin-bottom: 6px;
}
.news-block-one .news-block-content .post-meta li {
	font-size: 14px;
	color:var(--horsemanship-primary-color);
}

.news-slider-home-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 0 4px;
}
.news-slider-home-carousel.owl-theme .owl-dots .owl-dot.active span, .news-slider-home-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background:var(--primary-color);
}
.news-slider-home-carousel .owl-dots {
	margin-top: 20px !important;
}
/* ===================================
	04. News slider home 2
=================================== */
.news-slider-home-carousel-2 .news-block-one .news-block-content .post_title {
	line-height: 20px;
}
.news-slider-home-carousel-2 .news-block-one .news-block-content .post_title a {
	font-size: 15px;
}
.news-slider-home-carousel-2 .news-block-one .news-block-content {
	padding: 10px;
}
.news-slider-home-carousel-2 .news-block-one .news-block-content .post-meta li {
	font-size: 12px;
}
.news-slider-home-carousel-2 .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	width: 100%;
}
.news-slider-home-carousel-2 .owl-nav .owl-prev {
	float: left;
	margin: 0 0 0 -20px;
	width: 40px;
	height: 40px;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 0;
	font-size: 12px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-slider-home-carousel-2 .owl-nav .owl-next {
	float: right;
	margin: 0 -20px 0 0;
	width: 40px;
	height: 40px;
	font-size: 12px !important;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-slider-home-carousel-2 .owl-nav .owl-prev:hover, .news-slider-home-carousel-2 .owl-nav .owl-next:hover {
	background-color:var(--primary-color) !important;
}

/* ===================================
	05. Post mini box
=================================== */
.post-mini-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.post-mini-thumbnail-img {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.post-mini-thumbnail-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-mini-box:hover .post-mini-thumbnail-img img {
	transform: scale(1.1);
}
.post-mini-content {
	padding-left: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.post-heading-link {
	color: #151515;
	display: inline-block;
	margin-bottom: 8px;
}
.post-heading-link h5 {
	font-size: 15px;
	font-weight:normal;
  	margin: 0 0 0 0;
}
.post-info li {
	font-size: 11px;
}

/* ===================================
	06. News block horizontal one
=================================== */
.news-block-horizontal-one {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.news-block-horizontal-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 44%;
	margin-right: 30px;
}
.news-block-horizontal-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-horizontal-one:hover .news-block-horizontal-img img {
	transform: scale(1.1);
}
.news-block-horizontal-content {
	padding: 20px;
	flex: 1;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.news-block-horizontal-content .meta a {
	color: #919191;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 12px;
}
.news-block-horizontal-content .meta a:hover {
	color: #f43d46;
}
.news-block-horizontal-link {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
}
.news-block-horizontal-link a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-horizontal-link a:hover {
	color: #f43d46;
}

/* ===================================
	08. News block vertical one
=================================== */
.news-block-vertical-one {
	width: 100%;
	position: relative;
}
.news-block-vertical-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.news-block-vertical-one .post-date {
	text-align: center;
	background: var(--horsemanship-primary-color);
	display: inline-block;
	padding: 21px 22px 12px 24px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
}
.news-block-vertical-one .post-date:before {
	content: "";
	width: 100%;
	height: 100%;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	position: absolute;
	top: 4px;
	left: 5px;
	background: var(--horsemanship-primary-color);
	z-index: -1;
}
.news-block-vertical-one .post-date .date-day {
	font-size: 36px;
	line-height: 18px;
	font-weight: 400;
}
.news-block-vertical-one .post-date .date-month {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 0.2em;
}
.news-block-vertical-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-vertical-one:hover .news-block-vertical-img img {
	transform: scale(1.1);
}
.news-block-vertical-content {
	padding: 20px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.news-block-vertical-content .meta a {
	color: #919191;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 12px;
}
.news-block-vertical-content .meta a:hover {
	color: var(--horsemanship-primary-color);
}
.news-block-vertical-link {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.news-block-vertical-link a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-vertical-link a:hover {
	color: var(--horsemanship-primary-color);
}
/* upcoming events carousel */
.upcoming-events-carousel .owl-nav {
	text-align: right;
	position: absolute;
	top: -79px;
	right: 0;
}
.upcoming-events-carousel .owl-nav .owl-prev, .upcoming-events-carousel .owl-nav .owl-next {
	border: 1px solid rgba(0,0,0,0.1) !important;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	line-height: 30px;
	text-align: center;
	font-size: 10px !important;
	margin: 0px 0px 0px 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.upcoming-events-carousel .owl-nav .owl-prev:hover, .upcoming-events-carousel .owl-nav .owl-next:hover {
	background-color: var(--horsemanship-primary-color);
	color: #fff;
}

/* ===================================
	09. News block vertical two
=================================== */
.news-block-vertical-two {
	width: 100%;
	position: relative;
	border: 4px solid rgba(0,0,0,0.1);
	padding: 15px;
}
.news-block-vertical-two-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.news-block-vertical-two .post-date {
	text-align: center;
	background:var(--horsemanship-primary-color);
	display: inline-block;
	padding: 10px 0px 0px 0px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
}
.news-block-vertical-two .post-date .date-day {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}
.news-block-vertical-two .post-date .date-month {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	background-color: #002e5a;
}
.news-block-vertical-two-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-vertical-two:hover .news-block-vertical-two-img img {
	transform: scale(1.1);
}
.news-block-vertical-two-content {
	background-color: #fff;
}
.news-block-vertical-two-content .meta a {
	color: #919191;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	margin-right: 6px;
}
.news-block-vertical-two-content .meta a:hover {
	color:var(--horsemanship-primary-color);
}
.news-block-vertical-two-content .meta a i {
	color:var(--horsemanship-primary-color);
}
.news-block-vertical-two-link {
	font-size: 20px;
	margin-bottom: 6px;
	line-height: 26px;
}
.news-block-vertical-two-link a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-vertical-two-link a:hover {
	color:var(--horsemanship-primary-color);
}

/* ===================================
	10. News block two
=================================== */
.news-block-two {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.news-block-two .news-block-two-img {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.news-block-two .news-block-two-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.news-block-two:hover .news-block-two-img img {
	transform: scale(1.1);
}
.news-block-two .news-block-two-img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: "";
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
.news-block-two .post-tag {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.news-block-two .post-tag a {
	display: inline-block;
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.news-block-two .news-block-content {
	position: absolute;
	bottom: 15px;
	background-color: rgba(255,255,255,1);
	right: 0px;
	width: 90%;
	padding: 10px;
	left: 0;
	margin: auto;
	text-align: center;
}
.news-block-two .news-block-content .post_title {
	line-height: 18px;
	margin-bottom: 6px;
}
.news-block-two .news-block-content .post_title a {
	font-size: 16px;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-two .news-block-content .post_title a:hover {
	color:var(--horsemanship-primary-color);
}
.news-block-two .news-block-content .post-meta {
	margin-bottom: 6px;
}
.news-block-two .news-block-content .post-meta li {
	font-size: 14px;
	color:var(--horsemanship-primary-color);
}

/* ===================================
	11. Sidebar
=================================== */
.sidebar {
	position: relative;
}
/* sidebar title */
.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-title h3 {
	position: relative;
	color: #333;
	font-size: 26px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	text-transform: capitalize;
}
/* category widget */
.category-widget {
	position: relative;
	padding: 30px;
	background-color: #f8f9fa;
}
.cat-list li a {
	position: relative;
	color: #84858a;
	font-size: 14px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-bottom: 1px;
	padding: 15px 20px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cat-list li a span {
	float: right;
	width: 30px;
	height: 30px;
	font-size: 11px;
	border: 2px solid #9f9f9f;
	text-align: center;
	line-height: 25px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cat-list li a:hover span {
	border: 2px solid var(--horsemanship-primary-color);
}
.cat-list li:last-child a {
	margin-bottom: 0px;
}
.cat-list li.active a, .cat-list li a:hover {
	color: var(--horsemanship-primary-color);
}
/* social icon one */
.social-icon-one {
	position: relative;
}
.social-icon-one li {
	margin-right: 6px;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}
.social-icon-one li a {
	width: 76px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	color: #fff;
}
.facebook-color a {
	background-color: #2f58a1;
}
.twitter-color a {
	background-color: #069cd5;
}
.pinterest-color a {
	background-color: #da0d32;
}
.linkedin-color a {
	background-color: #0076b8;
}
.vimeo-color a {
	background-color: #4eceea;
}
.instagram-color a {
	background-color: #35475c;
}
.google-plus-color a {
	background-color: #ec453e;
}
.blog-color a {
	background-color: #f06a35;
}
/* sidebar subscribe widget */
.sidebar-subscribe-widget {
	position: relative;
	padding: 30px;
	background-color: #f8f9fa;
}
.sidebar-subscribe-widget form input {
	width: 100%;
	border: 0px;
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	height: 50px;
	padding: 10px;
}
.sidebar-subscribe-widget form button {
	width: 100%;
	border: 0px;
	background-color: var(--horsemanship-primary-color);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	height: 50px;
	padding: 10px;
	margin-top: 4px;
}
/* sidebar tabs widget */
.sidebar-tabs-widget .nav-tabs .nav-link, .sidebar-tabs-widget .nav-tabs {
	border: 0;
	border-radius: 0px;
}
.sidebar-tabs-widget .nav-tabs .nav-link {
	background-color: #000;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.4);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-tabs-widget .nav-tabs .nav-item:last-child .nav-link {
	border-right: 0px;
}
.sidebar-tabs-widget .nav-tabs .nav-link.active:after{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	bottom: -6px;
	background-color: var(--primary-color);
	left: 0px;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	z-index: -1;
}
.sidebar-tabs-widget .nav-tabs .nav-link.active, .sidebar-tabs-widget .nav-tabs .nav-link:hover {
	background-color: var(--primary-color);
}
.sidebar-tabs-widget .tab-content .post-mini-box {
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	margin-bottom:10px;
}
.sidebar-tabs-widget .tab-content .post-mini-box:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}
/* video post mini box */
.video-post-mini-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.side-video-post .video-post-mini-box {
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding-bottom: 20px;
}
.side-video-post .video-post-mini-box:last-child {
	border-bottom: 0px;
	padding-bottom: 0;
}
.video-post-mini-thumbnail-img {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.video-post-mini-thumbnail-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-post-mini-box:hover .video-post-mini-thumbnail-img img {
	transform: scale(1.1);
}
.video-post-mini-content {
	padding-right: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.video-post-heading-link {
	color: #151515;
	display: inline-block;
}
.video-post-heading-link h5 {
	font-size: 15px;
}
.video-post-info {
	margin-bottom: 6px;
}
.video-post-info li {
	font-size: 11px;
	text-transform: uppercase;
}
.video-post-mini-thumbnail-img .post-play-button {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	color: #333;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
}
/* tags list */
.tags-list {
	display: inline-block;
}
.tags-list li {
	float: left;
}
.tags-list li a {
	background-color: #efefef;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 12px;
	padding: 8px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tags-list li a:hover {
	background-color: var(--horsemanship-primary-color);
	color: #fff;
}
/* ===================================
	12. Instagram
=================================== */
.instagram-item {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.instagram-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(210, 250, 235, 0.7);
	left: 0px;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.instagram-item:hover:after {
	opacity: 1;
}
.instagram-item img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.instagram-item:hover img {
	transform: scale(1.1);
}
.instagram-item .instagram-item-title {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-block;
	background-color:var(--horsemanship-primary-color);
	color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.instagram-item:hover .instagram-item-title {
	background-color: #000;
}
.instagram-item .post-instagram {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	color: #333;
	left: 8px;
	z-index: 2;
	bottom: 8px;
	border-radius: 100%;
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.instagram-item:hover .post-instagram {
	opacity: 1;
	/* transform: scale(1);  */
}
.instagram-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 0 4px;
}
.instagram-carousel.owl-theme .owl-dots .owl-dot.active span, .instagram-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--primary-color);
}
.instagram-carousel .owl-dots {
	margin-top: 20px !important;
}

/* ===================================
	14. Footer
=================================== */

/* footer links */
.footer-bottom {
	background-color: #e6e6e6;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size:14px;
}
.footer-links li {
	position: relative;
	padding: 0px 12px;
}
.footer-links li:first-child {
	padding-left: 0px;
}
.footer-links li:last-child {
	padding-right: 0px;
}
.footer-links li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background-color: rgba(0,0,0,0.4);
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
}
.footer-links li:last-child:before {
	display: none;
}
.footer-links li a {
	color: #333;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
	color:var(--horsemanship-primary-color);
}

/* ===================================
	16. Inner page title
=================================== */
.inner-page-title {
	background-color: #f7f7f7;
	font-size: 14px;
}
.inner-page-title .breadcrumb li {
	display: inline-block;
	font-size: 14px;
	margin: 0px;
}
.inner-page-title .breadcrumb-item + .breadcrumb-item:before {
	content: "-";
}
.inner-page-title .breadcrumb li a {
	color:var(--horsemanship-primary-color);
}

/* ===================================
	21. Single post
=================================== */
.post-single-meta {
	border-bottom: 1px solid #eee;
	font-size:13px;
}
.post-single-meta dl {
	margin-bottom: 0px;
}
.post-single-meta dl dt, .post-single-meta dl dd {
	display: inline-block;
}
.post-single-meta li {
	display: inline-block;
	position: relative;
	padding: 0px 12px;
	font-size: 13px;
}
.post-single-meta a {
	font-size: 13px;
}
.post-single-meta li:first-child {
	padding-left: 0px;
}
/* blockquote 1 */
.blockquote-1 {
	background-color: #f7f7f7;
	border-left: 4px solid #dee1e6;
	padding: 15px;
}
.blockquote-1 p {
	font-size: 14px;
	font-style: normal;
	color: #666;
	line-height: 30px;
}
.blockquote-1 p strong {
	color: #666;
}
/* blockquote 2 */
.blockquote-2 i {
	font-size: 30px;
	color: #aeb1be;
}
.blockquote-2 p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #000;
}
/* options tags */
.options-tags-list li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.options-tags-list li:last-child {
	padding-right: 0px;
}
.options-tags-list li a {
	background-color: #efefef;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0px 5px 0;
	display: inline-block;
	padding: 8px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.options-tags-list li a:hover {
	background-color:var(--horsemanship-primary-color);
	color: #fff;
}
/* share post */
.share-this-post-list li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.share-this-post-list li:first-child {
	padding-right: 6px;
	font-weight: 600;
}
.share-this-post-list li:last-child {
	padding-right: 0px;
}
.share-this-post-list li a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	margin: 0 0px 5px 0;
	display: inline-block;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* related posts carousel */
.related-posts-carousel .owl-nav {
	text-align: right;
	position: absolute;
	top: -79px;
	right: 0;
}
.related-posts-carousel .owl-nav .owl-prev, .related-posts-carousel .owl-nav .owl-next {
	border: 1px solid rgba(0,0,0,0.1) !important;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	line-height: 30px;
	text-align: center;
	font-size: 10px !important;
	margin: 0px 0px 0px 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.related-posts-carousel .owl-nav .owl-prev:hover, .related-posts-carousel .owl-nav .owl-next:hover {
	background-color:var(--horsemanship-primary-color);
	color: #fff;
}
/* single post carousel */
.single-post-carousel .owl-nav {
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.single-post-carousel .owl-nav .owl-prev, .single-post-carousel .owl-nav .owl-next {
	border: 0 !important;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
	background-color: #fff !important;
	text-align: center;
	font-size: 10px !important;
	margin: 0px 0px 0px 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-post-carousel .owl-nav .owl-prev:hover, .single-post-carousel .owl-nav .owl-next:hover {
	background-color:var(--horsemanship-primary-color) !important;
	color: #fff;
}
/* post video */
.post-video iframe {
	width: 100%;
	height: 450px;
	border: 0px;
}
/* single post feature */
.single-post-feature li {
	padding-bottom: 10px;
}
.single-post-feature li:last-child {
	padding-bottom: 0px;
}
.single-post-feature li i {
	font-size: 10px;
	padding-right: 6px;
	color:var(--horsemanship-primary-color);
}


/* ====================================================================== */

.category-style-page{
	padding-top: 50px;
	padding-bottom: 50px;
}

/* 门户首页广告位 index */
.advertisement-banner img {
	border: 1px solid rgba(255,255,255,0.6);
}
.advertisement-banner .banner-desktop {
	display: block;
}
.advertisement-banner .banner-mobile {
	display: none;
}
@media (max-width: 991px) {
	.advertisement-banner .banner-desktop {
		display: none;
	}

	.advertisement-banner .banner-mobile {
		display: block;
	}
}

/* 门户文章页 view 分页器 */

.pgs {
	margin-top: 30px;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
}

.pg {
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	background: #f8f9fa;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pg strong,
.pg a {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 4px;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	border: 1px solid #dee2e6;
}

.pg strong {
	background:var(--primary-color);
	color: white;
	border-color:var(--primary-color);
}

.pg a:hover {
	background: #e9ecef;
	border-color: #adb5bd;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pg a.prev {
	padding-left: 2px;
}

.pg a.prev::after {
	display: inline-block;
	margin-right: 1px;
	content: "";
	border-left: 0;
	border-top: 0.4em solid transparent;
	border-right: 0.4em solid #666;
	border-bottom: 0.4em solid transparent;
}

.pg a.nxt {
	padding-right: 11px;
}

.pg a.nxt::after {
	display: inline-block;
	margin-left: 9px;
	content: "";
	border-left: 0.4em solid #666;
	border-top: 0.4em solid transparent;
	border-right: 0;
	border-bottom: 0.4em solid transparent;
}

.pg label {
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.pg input[name="custompage"] {
	width: 50px;
	padding: 6px 8px;
	margin: 0 5px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
}

.pg input[name="custompage"]:focus {
	outline: none;
	border-color:var(--primary-color);
}

/* 响应式设计 */
@media (max-width: 768px) {

	.pg strong,
	.pg a {
		padding: 6px 12px;
		margin: 0 2px;
		font-size: 14px;
	}

	.pg input[name="custompage"] {
		width: 40px;
		padding: 4px 6px;
	}
}