.site-content {  
	margin-right: 0;
	padding-top: 0 !important;
}

.archive-header-image {
	align-content: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	-webkit-display: flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 6px;
	max-height: 350px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.archive-header-image img {
    width: 100%;
}

.cat-archive-header-title {
	background-color: rgba(0,0,0,.4);
	-webkit-border-radius: 5px;
	border-radius: 5px;	position: absolute;
	bottom: 25px;
	color: #fff;
	font-size: 10pt;
	padding: 12px;
	right: 25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.single-item {
	margin: 0 0 8px !important;
}

.special-content{
	margin: 8px 0 6px !important;
}

.row-view.special-content {
	overflow: inherit !important;
}

.woocommerce .content-area .products {
    padding: 12px;
	width: 100%;
}

.category-special .mainmeta.post-author.h-card.p-author,
.category-1 .mainmeta.post-author.h-card.p-author {
	float: left;
}

.category-special .single-item,
.category-1 .single-item {
	margin-bottom: 14px !important;
}

.special-content .single-item-title h1,
.special-content .single-item-title h2,
.special-content .single-item-title h3 {
	line-height: 2;
	margin-top: 10px;
    text-align: left;
}

.special-date {
	background-color: #353535;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	left: -1.2687em;
	padding: 4px 6px 3px;
	position: absolute;
	top: -1.2em;
}

.special-date::after {
	background-color: rgba(0,0,0,0);
	border-left: 10px solid #353535;
	border-bottom: 10px solid rgba(0,0,0,0);
	bottom: -9px;
	color: #ee5555;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 15pt;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	z-index: -1;
}

.special-check {
	left: 114px;
}

.special-date.special-check::after {
	border: 0;
}

.special-date.single-item-date {
    width: 125px;
}

.special-date.special-check {
	min-width: 70px;
	text-align: center;
}

.special-check.expired {
	background-color: #ff5555;
	color: #eee;
}

.special-check.current {
	background-color: #007cf9;
}

.visible_content {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row wrap;
    justify-content: space-between;
}

#mainSlider {
    border: 0 solid #444;
	margin: 0 auto 6px;
    padding: 0;
    position: relative;
	width: 100%;
}

.sliderTitle {
    color: #fff;
    cursor: default;
    padding: 10px;
}

.sliderTitle,
.recent_posts_title {
	text-align: right;
	position: relative;
	z-index: 9;
}

/*.sliderTitle:after {
    content: "\f0d7";
    float: left;
    font-family: "Font Awesome 5 Pro";
    left: 28px;
    position: relative;
    top: 16px;
    z-index: 99999;
}*/

.slider-the-content,
.slider-the-thumbnail {

}

.slider-the-content {
	-webkit-background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
	bottom: -2px;
	cursor: pointer;
	font-weight: 100;
	height: auto;
	line-height: 2.2;
	left: 0;
	margin: 0;
	padding: 8px 30px 25px !important;
	position: absolute;
	right: 0;
	text-align: justify;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	top: auto;
	width: auto;
	z-index: 994;
}

.slider-the-content > div:first-child {
    font-size: 11pt;
}

.slider-the-content > div:nth-child(2) {
    font-size: 9pt;
	margin-top: 6px;
}

.slider-the-thumbnail {
    overflow:hidden;
	text-align: center;
}


.sliderItems {
    margin: 0 auto;
    max-width: 100%;
	overflow: hidden;
	position: relative;
    width: 100% !important;
}

.sliderItem {
    margin: 0;
    padding: 0;
}

#mainSlider .controls {
	display: block;
	padding: 0;
    position: absolute;
	text-align: center;
	-webkit-transition: opacity .2s ease .2s;
	-moz-transition: opacity .2s ease .2s;
	transition: opacity .2s ease .2s;
    width: 100%;
    z-index: 999;
}

#mainSlider:hover .controls {
	opacity: 1;
}

.classic-sliderItem {
	overflow: hidden;
	padding: 12px;
	width: 100%;
}

.classic-slider-content {
    line-height: 1.8;
	z-index: 999999;
}

.classic-slider-the-thumbnail {
    float: right;
    margin-left: 12px;
}

.classic-slider-the-thumbnail img {
    border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
	padding: 6px;
}

.classic-slider-title,
.classic-slider-excerpt{
	text-align: justify;
}

.classic-headline{
	font-size: 9pt !important;
	filter: alpha(opacity=0.7);
	opacity: 0.7;
}

.classic-slider-title {
	font-size: 13pt !important;
}

.controls.classic-nav {
    bottom: 8px !important;
    left: 12px;
    padding: 0;
	top: auto !important;
	width: auto !important;
}

.term-post-format-video .box-view,
.term-post-format-gallery .box-view,
.term-post-format-image .box-view {
    width: 33%;
}

.term-post-format-video .pagedNav {
	margin: 46px 0;
}

.term-post-format-video .pagedNav ul {
	text-align: center;
}

.term-post-format-video .pagedNav li {
	margin: 0 3px;
}

.term-post-format-video .pagedNav ul li a {
	padding: 4px 10px !important;
}

.video-format.box-view header,
.gallery-format.box-view header,
.image-format.box-view header {
	-webkit-background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.4));
	background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.4));
	bottom: 0;
	position: absolute;
	padding: 12px !important;
	width: 100%;
	text-shadow: -1px -1px 4px rgba(0,0,0,.6);
}

.video-format.box-view h1,
.gallery-format.box-view h1,
.image-format.box-view h1 {
	color: #fff;
}

.video-format.box-view footer {
	-webkit-background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0));
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0));
	border: 0;
	margin-top: 0;
	position: absolute;
	text-align: left !important;
	top: 0;
	width: 100%;
}

.video-format.box-view .single-item-meta {
	margin: 0;
}

.video-format.box-view .single-item-meta * {
	color: #fff;
}

.video-slider-popular {
	width: 100%;
	margin: 25px auto;
}