@font-face {
    font-family: ETmodules;
    src: url(fonts/modules.eot);
    src: url(fonts/modules.eot?#iefix) format("embedded-opentype"), url(fonts/modules.ttf) format("truetype"), url(fonts/modules.woff) format("woff"), url(fonts/modules.svg#ETmodules) format("svg");
    font-weight: 400;
    font-style: normal
}
.kmi_feed,
.kmi_media,
.kmi-feed-modal {
	font-family: "Open Sans",Arial,sans-serif;
}
.kmi_feed .modules-icon,
.kmi_media .modules-icon,
.kmi-feed-modal .modules-icon {
	font-family: ETmodules;
}
.kmi_feed {
	position: relative;
	width: 100%;
	max-width: 900px;
	font-size: 16px;
	margin: 2em auto;
	text-align: center;
}
.kmi_feed.c1 {
	font-size: 24px;
	margin 1.3em auto;
}
.kmi_feed .load-more {
	text-align: center;
}
.kmi_feed .load-more .no-more {
	padding: 1em;
	color: #bbb;
}
.kmi_feed .load-more .more-btn {
	display: inline-block;
	font-size: 16px;
	margin: 1em;
	color: #fff;
	line-height: 1.2em;
	padding: 0.2em 0.5em 0.3em;
	border-radius: 0.2em;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	opacity: 1;
	cursor: pointer;
}
.kmi_feed .load-more .more-btn:hover {
	opacity: 0.75;
}
.kmi_feed .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.kmi_feed .content .item {
	position: relative;
	width: 17em;
	height: 17em;
	margin: 0.7em;
	background: #f0f0f0;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	overflow: hidden;
}
.kmi_feed .content .dummy {
	animation: colorchange 2s infinite;
	-webkit-animation: colorchange 2s infinite;
}
.kmi_feed .content item.dummy:nth-child(1) {
	animation-delay: .5s
}
.kmi_feed .content item.dummy:nth-child(2) {
	animation-delay: 1.0s
}
.kmi_feed .content item.dummy:nth-child(3) {
	animation-delay: 1.5s
}
@keyframes colorchange {
  0%   {background: #f0f0f0;}
  50%  {background: #f8f8f8;}
  100% {background: #f0f0f0;}
}
@-webkit-keyframes colorchange {
  0%   {background: #f0f0f0;}
  50%  {background: #f8f8f8;}
  100% {background: #f0f0f0;}
}
.kmi_feed .content .item.hide {
	display: none;
}
.kmi_feed .divi-icon,
.kmi-feed-modal .divi-icon,
.kmi-feedbox .divi-icon {
	font-family: 'ETmodules';
}
.kmi_feed .content .item:not(.dummy) {
	cursor: pointer;
}
.kmi_feed .content .item .thumb {
	width: 100%;
	height: 100%;
	background-position: 50% 70%;
	background-size: cover;
}
.kmi_feed .content .item .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 4.25em;
	text-align: center;
	font-size: 4em;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
	opacity: 0.25;
}
.kmi_feed .content .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	transition: opacity 0.3s;
}
.kmi_feed .content .item:hover .overlay {
	opacity: 1;
}
.kmi_feed .content .item .overlay .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	opacity: 0.7;
}
.kmi_feed .content .item .overlay .time,
.kmi_feed .content .item .overlay .likes,
.kmi_feed .content .item .overlay .comments {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0.7em;
	font-weight: 600;
	line-height: 1.3em;
}
.kmi_feed .content .item .overlay .time {
	text-align: right;
	top: 0;
	font-weight: 500;
	font-size: 0.85em;
	line-height: 1.3em;
	opacity: 0.6;
}
.kmi_feed .content .item .overlay .likes {
	text-align: left;
	bottom: 0;
}
.kmi_feed .content .item .overlay .comments {
	text-align: right;
	bottom: 0;
}
.kmi_feed .content .item .overlay .divi-icon {
	font-size: 1.5em;
}
.kmi_feed .content .item .overlay .user {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.kmi_feed .content .item .overlay .user .pic-circle {
	width: 5.5em;
	height: 5.5em;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	position: relative;
}
.kmi_feed .content .item .overlay .user .pic-circle .pic {
	width: 92%;
	height: 92%;
	margin: 4%;
	background-position: 50% 70%;
	background-size: cover;
	border-radius: 100%;
}
.kmi_feed .content .item .overlay .user .name {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 0.3em;
	font-weight: 600;
}
@media all and (max-width: 1100px) {
	.kmi_feed {
		font-size: 12px;
	}
	.kmi_feed.c1 {
		font-size: 20px;
	}
}
@media all and (max-width: 850px) {
	.kmi_feed {
		font-size: 10px;
	}
}
@media all and (max-width: 480px) {
	.kmi_feed .content .item {
		width: 12em;
		height: 12em;
		margin: 0.2em;
	}
	.kmi_feed .content .item .video-overlay {
		line-height: 3em;
	}
	.kmi_feed .content .item .overlay .user .pic-circle {
		width: 4em;
		height: 4em;
		border-radius: 100%;
		background: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		position: relative;
	}
	.kmi_feed .content .item .overlay .user .name {
		font-size: 1em;
	}
}

.kmi_feed .profile-info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #444;
	padding: 1em;
	line-height: 1.3em;
}
.kmi_feed .profile-info .user-thumb-circle {
	position: relative;
	width: 5em;
	height: 5em;
	margin-right: 0.5em;
	border-radius: 100%;
}
.kmi_feed .profile-info .user-thumb-circle:not(.dummy) {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.kmi_feed .profile-info .user-thumb {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	margin: 2px;
	border-radius: 100%;
	background-position: 50% 70%;
	background-size: cover;
	border: 2px solid #fff;
}
.kmi_feed .profile-info .info-icon {
	font-size: 3em;
	width: auto;
	height: 1.2em;
	line-height: 1.2em;
	margin-right: 0.2em;
}
.kmi_feed .profile-info .user-name {
	font-size: 1.5em;
	line-height: 1.3em;
}
.kmi_feed .profile-info .follower {
	color: #bbb;
}
.kmi_feed .profile-info .details .dummy {
	margin: 4px;
	height: 1.3em;
	width: 10em;
	border-radius: 3px;
}
.kmi_feed .profile-info .name.dummy {
	font-size: 1.5em;
}

/**********************************
 *   MODAL
 **********************************/
.kmi-modal-open {
	overflow: hidden !important;
}
.kmi-feed-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 111111;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.kmi-feed-modal > .close-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kmi-feedbox {
	position: relative;
	background: #fff;
	max-height: 95vh;
	max-width: 90vw;
	overflow: hidden;
	box-shadow: 1px 1px 5px rgba(0,0,0,.7);
}
.kmi-feedbox .media {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 18em;
	min-height: 44vh;
}
.kmi-feedbox .media .frame {
	position: relative;
	width: 100%;
}
.kmi-feedbox .media .frame .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.kmi-feedbox .media .frame .image img {
	width: 100%;
	height: 100%;
}
.kmi-feedbox .media.video {
	background: #111;
}
.kmi-feedbox .media.video .image {
	opacity: 0;
}
.kmi-feedbox .media video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kmi-feedbox .info {
	position: absolute;
	top: 0;
	right: 0;
	width: 18em;
	height: 100%;
	background: #fff;
	padding: 0.4em 0.6em 0.1em;
	color: #444;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.kmi-feedbox .info .head {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ddd;
}
.kmi-feedbox .info .head a {
	color: #111;
}
.kmi-feedbox .info .user-thumb-circle {
	position: relative;
	width: 3em;
	height: 3em;
	padding: 0.1em;
	margin-right: 0.5em;
	border-radius: 100%;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.kmi-feedbox .info .user-thumb {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-position: 50% 70%;
	background-size: cover;
	border: 0.1em solid #fff;
}
.kmi-feedbox .info .user-details {
	position: relative;
	width: calc( 100% - 4.1em);
}
.kmi-feedbox .info .user-details .user-name {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}
.kmi-feedbox .info .user-details .location {
	white-space: nowrap;
	font-size: 0.7em;
	line-height: 1.3em;
}
.kmi-feedbox .info .body {
	padding: 0.2em 0.4em;
	height: calc(100% - 8em);
	overflow-y: auto;
	word-wrap: break-word;
}
.kmi-feedbox .info .body a{
	color: #358;
}
.kmi-feedbox .info .body > * {
	font-size: 0.85em;
	line-height: 1.5em;
}
.kmi-feedbox .info .body .time {
	color: #bbb;
}
.kmi-feedbox .info .body .caption p {
	padding: 0.5em 0 0 0;
}
.kmi-feedbox .info .body .caption p:first-of-type {
	border-top: 1px solid #ddd;
	margin-top: 0.5em;
}
.kmi-feedbox .info .body .caption .c-owner {
	font-weight: 700;
	color: #111;
}
.kmi-feedbox .info .more {
	padding: 0.3em 0.4em 0.5em;
	text-align: right;
}
.kmi-feedbox .info .btn {
	font-size: 0.85em;
	display: inline-block;
	color: #fff;
	line-height: 1.2em;
	padding: 0.2em 0.5em 0.3em;
	border-radius: 0.2em;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	opacity: 1;
}
.kmi-feedbox .info .btn:hover {
	opacity: 0.75;
}
.kmi-feedbox .info .foot {
	position: relative;
	display: flex;
	padding: 0.3em 0.4em 0;
	border-top: 1px solid #ddd;
	font-weight: 700;
}
.kmi-feedbox .info .foot > * {
	width: 50%;
}
.kmi-feedbox .info .foot .comments {
	text-align: right;
}
.kmi-feedbox .info .foot .divi-icon {
	font-size: 1.3em;
}
.kmi-feed-modal .controls {
	position: absolute;
	top: 25vh;
	height: 50vh;
	width: 2em;
	font-size: 2em;
	line-height: 50vh;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.7);
	text-align: center;
	opacity: 0.3;
	cursor: pointer;
}
.kmi-feed-modal .controls:hover {
	opacity: 0.8;
}
.kmi-feed-modal .controls.prev {
	left: 0;
}
.kmi-feed-modal .controls.prev::after {
	content: "";
	width: 100%;
}
.kmi-feed-modal .controls.next {
	right: 0;
}
.kmi-feed-modal .controls.next::after {
	content: "";
	width: 100%;
}
.kmi-feed-modal .controls.close {
	right: 0;
	top: 0;
	height: 2em;
	line-height: 2em;
}
.kmi-feed-modal .controls.close::after {
	content: "";
	width: 100%;
}

/**********************************
 *   MEDIA
 **********************************/
 /*
.kmi_media {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kmi_media .dummy {
	position: relative;
	background: #fff;
	height: 80vh;
	width: 100%;
	max-width: 840px;
	max-height: 550px;
	background: #f0f0f0;
	margin: 0 auto;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	animation: colorchange 2s infinite;
	-webkit-animation: colorchange 2s infinite;
}
.kmi_media .dummy::after {
	background: #fff;
	position: absolute;
	height: 100%;
	width: 35%;
	top: 0;
	right: 0;
	content: '';
}
*/
@media all and (max-width: 940px) {
	.kmi-feed-modal {
		font-size: 14px;
	}
}
@media all and (max-width: 780px) {
	.kmi-feed-modal {
		font-size: 12px;
	}
}
@media all and (max-width: 680px) {
	.kmi-feed-modal {
		font-size: 10px;
	}
	.kmi-feedbox .media {
		margin-right: 15em;
	}
	.kmi-feedbox .media {
		width: calc(90vw - 15em);
	}
	.kmi-feedbox .info {
		width: 15em;
	}
}
@media all and (max-width: 520px) {
	.kmi-feedbox {
		overflow-y: auto;
	}
	.kmi-feedbox .media {
		margin-left: auto;
		margin-right: auto;
		height: auto;
		max-width: 450px;
		max-height: 900px;
		min-height: 0;
	}
	.kmi-feedbox .info {
		position:relative;
		width: 100%;
		height: auto;
		top: initial;
		border-top: 1px solid #ddd;
	}
}

.kmi_media {
	position: relative;
	padding: 1em 0;
	display: flex;
	justify-content: center;
}
.kmi_media.w150 .kmi-feedbox .media {
	margin-right: 15em;
}
.kmi_media.w150 .kmi-feedbox .info {
	width: 15em;
}
.kmi_media.w0 .kmi-feedbox {
	max-height: none;
	width: 100%;
	max-width: 450px;
}
.kmi_media.w0 .kmi-feedbox .media {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 100%;
	max-height: 900px;
	min-height: 0;
}
.kmi_media.w0 .kmi-feedbox .info {
	position:relative;
	width: 100%;
	height: auto;
	top: initial;
	border-top: 1px solid #ddd;
}
.kmi_media.w0 .kmi-feedbox .info .body {
	max-height:12em;
}