


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

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

.list-post-content {
	position: relative;
}
/* Style 1 */
.version1 .cogall-wrap {
  display: grid;
}
.version1 .list-post-media {
  order: 2;
}

.version1 .list-post-content {
  order: 1;
  position: relative;
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  padding: 20px 30px 10px 30px;
}
.version1 .mx_postmeta {
  margin-bottom: 10px;
  order: 2;
}
.version1 .btn-wrap {
  order: 4;
	margin-top: 10px
}

.version1 .list-post-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
  order: 1;
}	
.version1 .mos-img {
  order: 3;
}

.version1 .ol-btncoga-1 {
	background: #fafafa;
	text-transform: uppercase;
	color: var(--ol-coga-color);
	border-radius: 0px;
	padding: 6px 24px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.version1 .ol-btncoga-1 .icon i:nth-child(2) {
	color: var(--ol-colorwhite) !important;
}
.version1 .ol-btncoga-1:hover {
	color: var(--ol-colorwhite)!important;
	background-color: var(--ol-coga-color);
}
.version1 .ol-btncoga-1:hover .shape {
	display: none;
}

/* Style 2 */

.version2 .list-post-media {
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 10px;
}
.version2 .list-post-media a::after{
	border-radius: 50px;
}
.version2 .list-post-content {
	padding: 5px 10px 40px 10px;
}
.version2 .cogall-wrap{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.version2 .mxconpor-item{
 	margin-bottom: 0px;
}

.version2 .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;
}
.version2 .ol-btncoga-1 {
	padding: 8px 26px;
}

.version2 .btn-wrap::before,
.version2 .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;
}
.version2 .btn-wrap::before {
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 100%;
}
.version2 .btn-wrap::after {
	border-radius: 0px 0px 0px 30px;
	border-right: 0;
	left: 100%;
}

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

.version3 .list-post-content {
	padding: 16px;
}
.version3 .cogall-wrap{
	border: 1px solid #ddd;
	border-radius: 4px;
}
.version3 .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(--ol-coga-color) 36%, var(--ol-coga-color) 100%);
}
.version3 .mx_postmeta__date::after {
  display: none
}
 .version3 .mx_postmeta__date::first-line {
  background-color: var(--ol-coga-color);
  font-size: 42px;
}

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

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

.version3 .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;
}

.version3 .list-post-content h3 a:hover {
  color: var(--ol-coga-color);
}

.version3 .ol-btncoga-1 {
	border-radius: 0px;
	height: 40px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 10px 25px;
  order: 9;
}
.version3 .ol-btncoga-1:hover .shape {
	width: 1500px;
	height: 1500px;
}

/* Style 4 */

.version4 .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;
}
.version4 .mx_postmeta__date {
  width: 148px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  background: var(--ol-coga-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;
}
.version4 .ol-btncoga-1 {
	background: var(--ol-colorwhite);
	color: var(--ol-colorblack);
	border-radius: 0px;
	padding: 8px 20px;
	border: 1px solid var(--ol-colorblack);
}

/* Style 5 */

.version5 .list-post-media {
	overflow: hidden;
}
.version5  .mx_postmeta a,.version5 .list-post-content h3 a, .version5 .list-post-content h3 {
  color: var(--ol-colorwhite);
}
.version5 .list-post-content {
	padding: 10px 20px;
	background-color: var(--ol-coga-color);
	color: var(--ol-colorwhite);
}
.version5 .cogall-wrap{
	border: 1px solid #ddd;
}
.version5 .mxconpor-item{
 	margin-bottom: 0px;
}

.version5 .ol-btncoga-1  {
	background: var(--ol-colorwhite);
	color: var(--ol-colorblack);
	border-radius: 0px;
	padding: 8px 20px;
	border: 1px solid var(--ol-colorblack);
}
.version5 .list-post-content h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.4s ease;
}	

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

.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(--ol-coga-color);
}

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

/* Style 1 */

.version1 .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;
}

.version1 .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(--ol-coga-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(--ol-coga-color);
}

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

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

.ol-btncoga-1 {
	background: var(--ol-coga-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(--ol-coga-color);
	z-index: 1;
	overflow: hidden;
	transition: all .25s cubic-bezier(.645, .045, .355, 1);
	align-items: center;
	font-size: 15px;
	text-decoration: none;
}

.ol-btncoga-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;
}

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

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

.ol-btncoga-1 .icon i:nth-child(2) {
	position: absolute;
	transform: translateX(-30px);
	color: var(--ol-coga-color);
}

.ol-btncoga-1:hover {
	color: var(--ol-coga-color);
	border: 1px solid var(--ol-coga-color);
}

.ol-btncoga-1:hover .shape {
	width: 500px;
	height: 500px;
}

.ol-btncoga-1:hover .text {
	animation: bsBtn1 0.8s;
}

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

.ol-btncoga-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 */
.cogall-wrap .tags,
.list-post-content .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;
}

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

.cogall-wrap .tags>li a,
.list-post-content .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;
}

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

/* 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;
	}
}
