@charset "UTF-8";

/* ---------------------------------
 width <= 1040px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:1040px) {
	.flexbox__1-2 {
		padding: 0 20px;
	}
	.sub__title {
		width: 100%;
		height: 200px;
		margin: 0 0 50px;
		padding: 0 20px;
	}
	.navigation {
		display: flex;
		margin: 100px 0 40px;
		padding: 0 20px;
	}
/* less 1040 */
}

/* ---------------------------------
width <= 767px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:767px) {
	.category-links {
		flex-wrap: wrap;
		justify-content: center;
		width: 430px;
		margin: 0 auto 50px;
	}
	.single-post .category-links .moreButton {
		width: 188px;
		height: 40px;
		margin: 0 10px 15px;
	}

/* less 767 */
}

/* ---------------------------------
 width <= 639px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:639px) {
	.navigation {
		display: block;
	}
	.next {
		margin: 10px 0 0;
		text-align: left;
	}
/* less 639 */
}

/* ---------------------------------
 width <= 460px
 --------------------------------- */
 @media screen and (min-width:1px) and (max-width:460px) {
	.category-links {
		display: block;
		width: 100%;
		margin: 0 auto 50px;
	}
	.single-post .category-links .moreButton {
		width: 200px;
		height: 36px;
		margin: 0 auto 10px;
	}
/* less 460 */
}

/* end of file */