/*
 * Copyright inpleworks, Co.
*/


/* List
---------------------------------*/
.xet-frame-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xet-frame-list li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	list-style: none;
	color: #555;
	background: url(../img/bullet.gif) left center no-repeat;
}

.xet-frame-list li:last-child {
	margin: 0;
}

.xet-frame-list li .title {
	margin-right: 5px;
	color: #333;
}

.xet-frame-list li .title:hover {
	color: #111;
	text-decoration: underline;
}

.xet-frame-list li .icon i {
	vertical-align: middle;
	color: #c00;
}

.xet-frame-list li span {
	margin-right: 5px;
	color: #555;
}


/* Webzine
---------------------------------*/
.xet-frame-webzine {
	position: relative;
}

.xet-frame-webzine .thumbnail {
	position: relative;
}

.xet-frame-webzine .thumbnail img {
	vertical-align: top;
	width: 100%;
}

.xet-frame-webzine a.title {
	color: #333;
}

.xet-frame-webzine a.title:hover {
	color: #111;
	text-decoration: underline;
}

.xet-frame-webzine p {
	color: #777;
}

.xet-frame-webzine p span,
.xet-frame-webzine p span a {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}

/* QA
---------------------------------*/
.xet-frame-qa {
	position: relative;
	color: #555;
}

.xet-frame-qa .item .caption {
	position: relative;
}

.xet-frame-qa .item .caption:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -17px;
	left: 25px;
	width: 21px;
	height: 18px;
	background: url(../img/comment-arrow.png) no-repeat;
}

.xet-frame-qa .item .caption h6 {
	font-weight: bold;
}

.xet-frame-qa .nick-name .nick-name {
	line-height: 50px;
}

.xet-frame-qa .nick-name .nick-name-icon {
	display: inline-block;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	background: #ccc;
	color: #fff;
}


/* Filter gallery(light box)
-------------------------------------- */
/* category filter */
.xet-frame-filter {
	text-align: center;
	margin-bottom: 30px;
}

.xet-frame-filter button {
	display: inline-block;
	cursor: pointer;
	margin: 0 0 10px;
	padding: 8px 30px;
	font-size: 14px;
	text-decoration: none;
	background: none;
	color: #333;
	border: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-frame-filter button.current {
	background-color: #58c4a7;
	color: #fff;
}

.xet-frame-container.blog .grid-item>div {
	background-color: #fff;
}


/* thumbnail */
.xet-frame-effect {
	position: relative;
}

.xet-frame-effect figcaption>div {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: inherit;
}

.xet-frame-effect figcaption>div>div {
	width: 100%;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}

.xet-frame-effect figure {
	position: relative;
	text-align: center;
	height: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-frame-effect figure img {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.xet-frame-effect figure.grayscale img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/*     Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.xet-frame-effect figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	padding: 15px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-frame-effect figcaption::before,
.xet-frame-effect figcaption::after {
	pointer-events: none;
}

.xet-frame-effect figcaption a {
	color: #fff;
}

.xet-frame-effect figcaption p {
	opacity: 0;
	-webkit-transition: opacity 0.35s,
		-webkit-transform 0.35s;
	transition: opacity 0.35s,
		transform 0.35s;
}

.xet-frame-effect figcaption p.subject {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #fff;
}

.xet-frame-effect figcaption p.icon {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.xet-frame-effect figcaption p.icon>a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: #111;
}

/* hover */
.xet-frame-effect figure:hover {
	background-color: rgba(0, 0, 0, .3);
}

.xet-frame-effect figure:hover img {
	opacity: 0.5;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.xet-frame-effect figure.grayscale:hover img {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.xet-frame-effect figure:hover p.subject {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.xet-frame-effect figure:hover p.icon {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* init Isotope */
.visible_item {
	display: none;
}


/* content */
.xet-frame-container a.title {
	color: #333;
}

.xet-frame-container a.title:hover {
	color: #111;
	text-decoration: underline;
}

.xet-frame-container p,
.xet-frame-container p a {
	color: #777;
}

.xet-frame-container p span {
	display: inline-block;
	margin-right: 10px;
}

.xet-frame-container .text-md-center p span {
	margin: 0 5px;
}

/* scroll */
.xet-frame-container.scroll {
	position: relative;

}

.xet-frame-container.scroll .grid-item .thumbnail {
	display: block;
	overflow: hidden;
	max-width: 50%;
	margin: auto;

}

.xet-frame-container.scroll .grid-item .thumbnail img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.xet-frame-container.scroll .grid-item .thumbnail>div {
	padding: 16px;
	color: #777;
}

.xet-frame-container.scroll .grid-item .thumbnail>div .subject {
	font-size: 1.125rem;
	color: #111;
}

/* .xet-frame-container.scroll .grid-item:hover .thumbnail {
	background-position: bottom center;
}
.xet-frame-container.scroll .thumbnail:hover p.subject {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.xet-frame-container.scroll .thumbnail:hover p.icon {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.xet-frame-container.scroll .thumbnail:hover figcaption {
	background-color: rgba(0,0,0,.3);
} */

.xet-frame-container.scroll .owl-nav button {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
}

.xet-frame-container.scroll .owl-nav button.owl-prev {
	left: 0;
}

.xet-frame-container.scroll .owl-nav button.owl-next {
	left: auto;
	right: 0;
}

/* portfolio */
.xet-frame-container.portfolio .item {
	overflow: hidden;
}

.xet-frame-container.portfolio .item>div,
.xet-frame-container.portfolio .thumbnail {
	height: inherit;
}

.xet-frame-container.portfolio .xet-frame-effect {
	position: relative;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.xet-frame-container.portfolio .xet-frame-effect figure {
	height: inherit;
	background: none
}

.xet-frame-container.portfolio .xet-frame-effect figcaption {
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.xet-frame-container.portfolio .xet-frame-effect:hover figcaption {
	opacity: 1;
}

.xet-frame-container.portfolio .xet-frame-effect:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* responsive */
@media (max-width: 767px) {
	.xet-frame-filter button {
		margin: 0 0 10px;
		padding: 5px 15px;
		font-size: 13px;
	}

	.xet-frame-container .grid-item {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.xet-frame-container.scroll .owl-nav button.owl-prev {
		left: 10%;
	}

	.xet-frame-container.scroll .owl-nav button.owl-next {
		right: 10%;
	}
}
