


/* General Styles */
:root {
	--bgrcol-color: #e93314;
	--ol-colorwhite: #fff;
	--ol-colorblack: #000;
}

html {
	overflow-x: hidden !important;
	height: 100%;
}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* Content Layout */
.mxcopo-wrap {
	width: 100%;
	position: relative;
}

.content {
	width: 100%;
	position: relative;
	z-index: 13;
	background: #fff;
	float: left;
}

.full-height {
	height: 100%;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.respimg,
.single-slider img,
.single-slider-wrap img {
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 2;
}

/* Navigation/Filter Styles */
.conpor-set-nav {
	overflow: hidden;
}

.conpor-set-nav ul {
	padding-left: 0px;
}

.conpor-set-nav ul li {
	float: left;
	border: 1px solid #ddd;
	list-style: none;
	margin-right: 5px
}

.conpor-set-nav ul li a {
	padding: 8px 20px;
	float: left;
	background: #f9f9f9;
	color: #333;
}

.conpor-set-nav ul li a.current_page,
.conpor-set-nav ul li a.current_page:hover,
.conpor-set-nav ul li a.active,
.conpor-set-nav ul li a.active:hover {
	color: #fff;
	background: var(--bgrcol-color);
}

/* Section Title */
.section-title {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.section-title h2 {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #292929;
}

.section-title h3 {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	padding-bottom: 20px;
	position: relative;
	top: 15px;
}

.section-title h4 {
	text-align: left;
	color: #666;
	font-size: 16px;
	font-weight: 600;
	padding-top: 16px;
	line-height: 40px;
}

.section-title:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 130px;
	height: 1px;
	background: var(--bgrcol-color);
}

/* Isotope Grid */
.isotope-wrap {
	position: relative;
}

.isotope {
	position: relative;
}

.news-items-wrap {
	position: relative;
}

.grid-sizer {
	width: calc(100% / var(--mx-items-per-row, 3));
}

/* Portfolio Items */
.mxconpor-item {
	position: relative;
	padding: 10px;
	float: left;
	box-sizing: border-box;
	width: calc(100% / var(--mx-items-per-row, 3));
}

.mxconpor-item.mx-item-size-double {
	width: calc((100% / var(--mx-items-per-row, 3)) * 2);
}
.mxconpor-item.mx-item-size-double-width {
	width: calc((100% / var(--mx-items-per-row, 3)) * 2) !important;
	aspect-ratio: 2 / 1;
}
.mxconpor-item.mx-item-size-double-height {
	aspect-ratio: 1 / 2;
}

.mxconpor-item.mx-item-size-double-height .mxcopo-wrap {
	height: 100%;
}

.mxcopo-wrap {
	position: relative;
}
.list-post-media {
	position: relative;
	overflow: hidden;
}

.list-post-content {
	position: relative;
}
/* Style 1 */

.style1 .list-post-media {
	width: 40%;
	overflow: hidden;
	height: 190px;
	float: left;
	border-radius: 4px;
	margin-bottom: 20px;
}
 .style1 .list-post-content {
	float: left;
	width: 60%;
	padding: 3px 0 0 3%;
}
.style1 .mos-img {
	margin-right: 10px;
}
/* Style 2 */

.style2 .list-post-media {
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 10px;
}
.style2 .list-post-media a::after{
	border-radius: 50px;
}
.style2 .list-post-content {
	padding: 5px 10px 40px 10px;
}
.style2 .mxcopo-wrap{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.style2 .mxconpor-item{
 	margin-bottom: 0px;
}
.style2 .mx_postmeta{
	position: absolute;
	top: -60px;
	left: 10px;
	z-index: 10;
}
.style2 .mx_postmeta div,
.style2 .mx_postmeta a {
	padding: 4px 14px;
	font-size: 15px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 40px;
	transition: all 0.4s ease;
	color: var(--bgrcol-color);
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
	margin-top: 5px;
	margin-right: 5px;
}
.style2 .mx_postmeta__cat::after, .style2 .mx_postmeta__date::after {
  display: none;
}

.style2 .mx_postmeta div:hover,
.style2 .mx_postmeta a:hover {
	background: var(--bgrcol-color);
	color: #fff;
}

.style2 .btn-wrap  {
	border-radius: 20px 20px 0 0px;
	padding: 8px;
	background-color: var(--ol-colorwhite);
	border: 1px solid #e5e5e5;
	border-bottom: none;
	position: absolute;
	bottom: -13px;
	right: 50px;
}
.style2 .mx-btn-1 {
	padding: 8px 26px;
}

.style2 .btn-wrap::before,
.style2 .btn-wrap::after {
	content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 20px;
	border: 1px solid #e5e5e5;
	border-top: none;
    background-color: transparent;
	box-shadow: 0 20px 0 0 var(--ol-colorwhite);
	transition: all 0.4s ease;
}
.style2 .btn-wrap::before {
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 100%;
}
.style2 .btn-wrap::after {
	border-radius: 0px 0px 0px 30px;
	border-right: 0;
	left: 100%;
}

.style2 .list-post-content h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.4s ease;
}	
/* Style 3 */

.style3 .list-post-content {
	padding: 16px;
}
.style3 .mxcopo-wrap{
	border: 1px solid #ddd;
	border-radius: 4px;
}
.style3 .mx_postmeta__date {
  width: 80px;
  height: 90px;
  background-color: var(--ol-colorblack);
  color: var(--ol-colorwhite);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: -96px;
  right: 0px;
  padding: 0;
  background: var(--ol-colorblack);
  background: linear-gradient(0deg, var(--ol-colorblack) 0%, var(--ol-colorblack) 35%, var(--bgrcol-color) 36%, var(--bgrcol-color) 100%);
}
.style3 .mx_postmeta__date::after {
  display: none
}
 .style3 .mx_postmeta__date::first-line {
  background-color: var(--bgrcol-color);
  font-size: 42px;
}

.style3 .mxcopo-wrap:hover .list-post-content h3 a {
  background-size: 0% 1px, 100% 1px;
}

.style3 .list-post-content h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.style3 .list-post-content h3 a {
  color: inherit;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.style3 .list-post-content h3 a:hover {
  color: var(--bgrcol-color);
}
.style3 .post-media_title {
	left: 0;
	right: auto;
}

.style3 .mx-btn-1 {
	border-radius: 0px;
	height: 45px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 12px 30px;
  order: 9;
}
.style3 .mx-btn-1:hover .shape {
	width: 1500px;
	height: 1500px;
}

/* Style 4 */

.style4 .list-post-content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
          box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-top: 0px;
  position: relative;
  margin-left: 45px;
}
.style4 .mx_postmeta__date {
  width: 148px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  background: var(--bgrcol-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 46px;
  left: -97px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.style4 .mx-btn-1 {
	background: var(--colorwhite);
	color: var(--ol-colorblack);
	border-radius: 0px;
	padding: 8px 20px;
	border: 1px solid var(--ol-colorblack);
}
/* Style 5 */
.style5 .mxcopo-wrap {
  display: grid;
}
.style5 .list-post-media {
  order: 2;
}

.style5 .list-post-content {
  order: 1;
  position: relative;
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  padding: 30px 30px 40px 30px;
}
.style5 .mx_postmeta {
  margin-bottom: 10px;
  order: 2;
}
.style5 .mx_postmeta__date {
  position: absolute;
  bottom: -22px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
  height: 45px;
  background-color: var(--ol-colorwhite);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ol-colorblack);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.style5 .mx_postmeta__date::after{
  display: none
}
.style5 .btn-wrap {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 10;
}
.style5 .mx-btn-1 {
	border-radius: 0px;
	padding: 9px 26px;
}	
.style5 .list-post-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
  order: 1;
}	
.style5 .mos-img {
  order: 3;
}

.style5 .mx-btn-1 {
	background: #fafafa;
	text-transform: uppercase;
	color: var(--bgrcol-color);
	border-radius: 0px;
	padding: 9px 24px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 0;
	border-right: 0;
}

.style5 .mx-btn-1 .icon i:nth-child(2) {
	color: var(--ol-colorwhite) !important;
}
.style5 .mx-btn-1:hover {
	color: var(--ol-colorwhite)!important;
	background-color: var(--bgrcol-color);
	border: 0px solid var(--bgrcol-color);
}
.style5 .mx-btn-1:hover .shape {
	display: none;
}
/* Style 6 */
.style6 {
  aspect-ratio: 1 / 1;
}
.style6 .mxcopo-wrap {
  display: grid;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.style6 .list-post-media {
	overflow: hidden;
	float: left;
	border-radius: 4px;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
}
.style6 .list-post-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: end;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.416);
  padding: 20px;
  color: var(--ol-colorwhite);
  box-sizing: border-box;
  opacity: 0;
  transition: all 200ms linear;
}

.style6:hover .list-post-content {
	opacity: 1;
}

.style6 .list-post-content h3 a, .style6 .list-post-content h3,.style6 .mx_postmeta a {
	color: var(--ol-colorwhite);
}
.style6 .mx_postmeta {
  margin-bottom: 10px;
}
.style6 .btn-wrap {
  position: relative;
  z-index: 10;
}
.style6 .mx-btn-1 {
	border-radius: 0px;
	padding: 9px 26px;
}	
.style6 .list-post-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
}
.style6 .list-post-media a,
.style6 .bg-wrap,
.style6 .bg {
  width: 100%;
  height: 100%;
}	
.style6 .list-post-media a::before, .style6 .list-post-media a::after {
	display:none
}

.list-post-media a {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	display: block;
}

.bg-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg-wrap img {
	width: 100%;
}
.post-media_title {
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 20;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	padding: 6px 13px;
	border-radius: 4px 0 0 0;
	transition: all 400ms linear;
}

.list-post-media:hover .post-media_title {
	bottom: 0;
}

.list-post-media a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 200ms linear;
}

.list-post-media a:after {
	content: "→";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: -25px 0 0 -25px;
	z-index: 3;
	color: #fff;
	opacity: 0;
	transition: all 200ms linear;
	font-size: 20px;
	background: var(--bgrcol-color);
}

.list-post-media a:hover:before,
.list-post-media a:hover:after {
	opacity: 1;
}

/* Style 1 */

.style1 .list-post-content:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.style1 .list-post-content:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.list-post-wrap_column .list-post-media,
.list-post-wrap_column .list-post-content {
	width: 100%;
}

.list-post-wrap_column .list-post-media {
	height: 240px;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-media {
	height: 375px;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-content {
	padding: 22px 0 0 0;
}

.list-post-wrap_column .list-post-content {
	padding: 12px 0 0 0;
}

.list-post-wrap_column .list-post-content:before {
	display: none;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-content:before {
	display: block;
	top: 22px;
}

.list-post-wrap_column .list-post {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.list-post-content h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	display: block;
	width: 100%;
	clear: both;
}

.list-post-content h3 a {
	text-decoration: none;
	position: relative;
	color: #000;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-content h3 {
	font-size: 24px;
}

/* Post Meta Information */
.mx_postmeta {
	margin-bottom: 10px;
}
.mx_postmeta a{
	color: var(--bgrcol-color);
}
.mx_postmeta a:hover{
	color: var(--ol-colorblack);
}
.mx_postmeta div,
.mx_postmeta a {
	padding-left: 0px;
	font-size: 15px;
	display: inline-block;
	transition: all 0.4s ease;
	text-transform: capitalize;
	margin-top: 5px;
}


.mx_postmeta__date,
.mx_postmeta__cat,
.mx_postmeta__author {
	display: inline-block;
	position: relative;
 	margin-right: 25px;
}

.mx_postmeta__cat::after,.mx_postmeta__date::after {
  position: absolute;
  right: -14px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 24px;
  content: '';
  background-color: #dedee5;
}

/* Category Marker */
.post-category-marker {
	padding: 6px 13px;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.6);
	display: inline-block;
}

.post-category-marker:hover {
	background: var(--bgrcol-color);
}

/* Images display handling */
.mos-img img {
	display: none !important;
}

/* Button Styles */
.style1 .btn-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 20px;
	gap: 10px;
}

.mx-btn-1 {
	background: var(--bgrcol-color);
	font-weight: 500;
	line-height: 1.5;
	color: var(--ol-colorwhite);
	gap: 7px;
	display: inline-flex;
	flex: 0 0 auto;
	border-radius: 30px;
	padding: 5px 16px;
	position: relative;
	border: 1px solid var(--bgrcol-color);
	z-index: 1;
	overflow: hidden;
	transition: all .25s cubic-bezier(.645, .045, .355, 1);
	align-items: center;
	font-size: 15px;
	text-decoration: none;
}

.mx-btn-1 .shape {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #fafafa;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.mx-btn-1 .icon {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-left: 2px;
}

.mx-btn-1 .icon i {
	transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.mx-btn-1 .icon i:nth-child(2) {
	position: absolute;
	transform: translateX(-30px);
	color: var(--bgrcol-color);
}

.mx-btn-1:hover {
	color: var(--bgrcol-color);
	border: 1px solid var(--bgrcol-color);
}

.mx-btn-1:hover .shape {
	width: 500px;
	height: 500px;
}

.mx-btn-1:hover .text {
	animation: bsBtn1 0.8s;
}

.mx-btn-1:hover .icon i:nth-child(1) {
	transform: translateX(30px);
}

.mx-btn-1:hover .icon i:nth-child(2) {
	transform: translateX(0px);
	transition-delay: 0.6s;
}

@keyframes bsBtn1 {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

/* Tags Styles */
.mxcopo-wrap .tags,
.list-post-content .tags,
.swiper-slide .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
	display: block;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 10px !important;
}

.mxcopo-wrap .tags>li,
.list-post-content .tags>li,
.swiper-slide .tags>li {
	margin: 0;
	margin-left: 5px;
}

.mxcopo-wrap .tags>li a,
.list-post-content .tags>li a,
.swiper-slide .tags>li a {
	display: inline-block;
	background: #f4f4f4;
	padding: 6px 16px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	border: none;
	color: #333;
	text-decoration: none;
}

.mxcopo-wrap .tags>li a:hover,
.list-post-content .tags>li a:hover,
.swiper-slide .tags>li a:hover {
	background-color: #333;
	color: #fff !important;
}

/* Load More Button */
.mx-contentportfolio-loadmore-wrap {
	clear: both;
	display: block;
	position: relative;
	text-align: center;
	margin: 25px auto 0;
}

.mx-contentportfolio-loadmore-wrap .mx-contentportfolio-loadmore-button {
	display: inline-block;
	color: var(--bgrcol-color);
	background: var(--ol-colorwhite);
	padding: 10px 27px;
	margin: 0 auto;
	border: 1px solid var(--bgrcol-color);
	transition: 0.5s;
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-weight: 600;
	border-radius: 4px;
}

.mx-contentportfolio-loadmore-wrap .mx-contentportfolio-loadmore-button:hover {
	color: var(--ol-colorwhite);
	background: var(--bgrcol-color);
	padding: 10px 27px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid var(--ol-colorwhite);
	transition: 0.5s;
}

/* Responsive Design */
@media only screen and (max-width: 992px) {
	.mxconpor-item {
		width: 100% !important;
	}

	.list-post-media,
	.list-post-content {
		width: 100%;
	}

	.list-post-content {
		padding: 3px 0 0 0;
	}

	.list-post-content:before {
		display: none;
	}

	.list-post-content:after {
		display: none;
	}
}

@media only screen and (max-width: 630px) {
	.conpor-set-nav {
		width: 100%;
		position: relative;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.list-post-media,
	.list-post-content {
		width: 100%;
		float: left;
	}

	.list-post-media {
		margin-bottom: 20px;
	}

	.list-post-content {
		padding: 3px 0 0 0;
	}

	.btn-wrap {
		margin-right: 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
	}
}
