@media screen and (max-width:1500px) {

	.single {
		width: 380px;
	}
	.single-view {
		width: 100%;
		float: inherit;
		text-align: center;
		padding-bottom: 20px;
		height: 100vh;
		margin-top: 30px;
		min-height: 100%;
		max-height: 100%;
		top: 20px;
	}
	.posts-left-side-view {
		margin-left: 420px;
	}
	.related-post {
		display: block;
	}
	.single-control {
		left: 250px;
		top: 5px;
		z-index: 9999;
	}
}

@media screen and (max-width:1000px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.posts {
		margin-left: 10px;
		margin-right: 10px;
	}
	.posts-left-side-view {
		margin-left: 420px;
	}
	.post {
		margin: 7px;
		width: calc(25% - 18px);
	}
	.posts-left-side-view .post {
		width: calc(50% - 17px);
	}
	.thumbnail img {
		width: 100%;
		height: auto;
	}
	.list-view .post {
		width: 100%;
	}

	.mobile-menu-btn {
		position: fixed;
		top: 17px;
		z-index: 111;
		right: 20px;
		cursor: pointer;
	}
	.mobile-menu {
		color: rgb(69, 68, 68);
		display: none;
		z-index: 10000;
		top: 51px;
		position: fixed;
		background: #f0f0f0;
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 25px;
		width: 100%;
	}
	.mobile-menu .about-link{
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 25px;
	}
	
	
	.mobile-menu input.live-search-box {
		width: calc(100% - 60px);
		position: relative;
		margin: 0;
		margin-bottom: 25px;
				margin-top: 25px;

		right: auto;
	}
	.mobile-menu .list-view-btn {
		position: relative;
		top: auto;
		left: auto;
		background: none;
		border-radius: 0;
	}

	.list-view-btn {
		position: fixed;
		top: 60px;
		left: 20px;
	}



/* about */

.page .page-wrap {
    padding-left: 0; 
    padding-right: 0; 
}

.page-id-401 .wp-block-image{
	max-width: 100%;
	margin-top: 20px;
}
.page-id-401 .wp-block-image:nth-of-type(1){
	margin-top: 20px;
	}

.page-id-401 .wp-block-image:nth-of-type(2){
	margin-left: 0;
	}
.page-id-401 .wp-block-image:nth-of-type(3){
	margin-left: 0;
	margin-bottom: 20px;
	}	
	
.page-id-401 p{
	max-width: 100%;
}	


figure{
    margin-inline-start: 0;
    margin-inline-end: 0;
}




}

@media screen and (max-width:700px) {

	.post {
		margin: 5px;
		width: calc(50% - 15px);
	}
	.posts-left-side-view .post {}
	.list-view .post {
		width: 100%;
	}
	.single {
		width: calc(100% - 30px);
	}
	.single-view {
		width: 100%;
		float: inherit;
		text-align: center;
		padding-bottom: 20px;
		height: 100vh;
		margin-top: 58px;
		min-height: 100%;
		max-height: 100%;
		top: 20px;
	}
	.single-control {
		left: inherit;
		right: 5px;
		top: 50px;
	}
	.single-control .single-view-btn {
		display: none;
	}
	.related-post {
		display: inline-block;
	}
	.sorting {
		text-align: left;
	}
	.sorting div {
		margin-right: 3px;
	}
}