@media all and (min-width: 480px) {

	/* BLog Layout */
	.col-1-2,
	.col-1-3 {
		width: 50%;
		display: inline-block;
		padding-right: 10px;
		padding-left: 0;
	}

	.col-1-3:nth-child(3n-1),
	.col-1-3:nth-child(3n) {
		padding-right: 10px;
		padding-left: 0;
	}

	.col-1-2:nth-child(2n),
	.col-1-3:nth-child(2n) {
		padding-left: 10px;
		padding-right: 0;
	}
	/* */

}

@media all and (min-width: 640px) {

	/* Portfolio */
	.series-swiper .swiper-container {
		margin-left: 0;
	}

	.series-swiper .swiper-slide {
		margin-top: 0;
	}

	.series-swiper .swiper-slide img {
		width: auto;
	}

	.series-swiper .swiper-slide.kuist-title {
		width: 200px;
		margin-left: 50px;
	}

	.series-swiper .swiper-slide.sswt {
		position: relative;
	}

	.kuist-letter {
		display: table-cell;
	}

	.kuist-title-inner {
		top: 50px;
		opacity: 0;
	}

	.kti-hover {
		top: 0;
		opacity: 1;
	}

	.kuist_loadmore {
		margin-left: 122px;
	}
	/* */

	/* BLog Layout */
	.col-1-2,
	.col-1-3 {
		width: 50%;
		display: inline-block;
		padding-right: 24px;
		padding-left: 0;
	}

	.col-1-3:nth-child(3n-1),
	.col-1-3:nth-child(3n) {
		padding-right: 24px;
		padding-left: 0;
	}

	.col-1-2:nth-child(2n),
	.col-1-3:nth-child(2n) {
		padding-left: 24px;
		padding-right: 0;
	}
	/* */

	/* Article */
	.kuist-content-size {
		padding-left: 0;
		padding-right: 0;
	}
	/* */

	/* WP Defaults */
	.alignnone,
	.aligncenter {
		margin: 40px -40px 40px -40px;
	}

	.alignleft {
		margin: 40px 40px 40px -40px;
		float: left;
		width: auto !important;
	}

	.alignright {
		margin: 40px -40px 40px 40px;
		float: right;
		width: auto !important;
	}
	/* */

}

@media all and (min-width: 760px) {

	/* Post Comments */
	.comments-outer .comment-form-name-outer {
		width: 50%;
		padding-right: 10px;
		float: left;
	}

	.comments-outer .comment-form-email-outer {
		width: 50%;
		padding-left: 10px;
	}

	.comment-text-w-a {
		margin-left: 55px;
	}

	.comment-respond-opened,
	.children .comment-respond-opened {
		margin-left: 55px;
	}
	/* */

}

@media all and (min-width: 960px) {

	/* Footer */
	.footer-bottom {
		padding: 18px 50px 17px 50px;
	}

	.footer-nav {
		margin-bottom: 0;
		display: inline-block;
		width: 50%;
	}

	#footer-menu li {
		margin-bottom: 0;
	}

	.footer-social {
		display: inline-block;
		width: 50%;
		text-align: right;
	}
	/* */

}

@media all and (min-width: 967px) {

	/* Blog Layout */
	.col-1-3 {
		width: 33.3334%;
		padding-right: 32px;
		padding-left: 0;
	}

	.col-1-3:nth-child(2n) {
		padding-right: 32px;
		padding-left: 0;
	}

	.col-1-3:nth-child(3n-1) {
		padding-left: 16px;
		padding-right: 16px;
	}

	.col-1-3:nth-child(3n) {
		padding-left: 32px;
		padding-right: 0;
	}
	/* */

}

@media all and (min-width: 1080px) {

	/* Post Comments */
	.comment.depth-2,
	.comment.depth-3 {
		padding-left: 55px;
	}

	.children .comment-respond-opened {
		margin-left: 115px;
	}
	/* */

}
