@media only screen and (min-width: 1650px) {
	.top_bg {
	top: 69px;
  height: 1178px;
	}

}

@media only screen and (min-width: 1400px) and (max-width: 1650px) {
	.top_bg {
	top: 60px;
	height: 1198px;
	}
}

@media only screen and (max-width: 1400px) {
	.top_bg {
	height: 901px;
	top: 172px;
	background-image: url(../img/top_bg2.png);
	}
}

/*************************************************
*	10. Tablet									 *
*************************************************/
@media only screen and (max-width: 1200px) {
	.container {
		width:90%;
	}

	#main, #main.fullwidth {
		width: 100%;
		float: none;
	}

	#footer {
		margin-top: 77px;
	}
	.bottom_bg {
		background-image: url(../img/bottom_bg3.png);
    height: 920px;
	}

	.top_bg {
		height: 758px;
    top: 187px;
	}

	#sidebar {
    width: 480px;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
	}

	div#footer-instagram .container, #footer-wrap .container {
    width: 95%;
	}

	#navigation #nav-wrap {
		display:none;
	}

	.slicknav_menu {
		display:block;
	}

	.slider-item-wrap {
		height: 400px;
	}
	.copyright-area {
		float: none;
	}
	.copyright-area p {
		text-align: center;
	}
	#social-area-bottom {
		float: none;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	#social-area-bottom .click-up {
		text-align: center;
		float: none;
		margin-left: 0;
		position: absolute;
		right: 39px;
		bottom: 28px;
		padding-bottom: 1px;
		border-bottom: 1px solid;
	}
	#footer-wrap #nav-wrap {
		margin-bottom: 30px;
	}
	#social-area-bottom a {
    margin: 0 20px;
	}
	#social-area-bottom a i {
		margin: 0;
	}
	#menu-footer-menu li {
    margin-right: 20px;
		margin-left: 20px;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
	.bottom_bg {
	height: 970px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

	.container {
		width:726px;
	}

	.container.traostudio_sidebar #main {
    width: 100%;
		float: none;
		margin-right: 0;
	}

	.slider-item-wrap {
    height: 450px;
	}

	.top_bg {
    height: 818px;
    top: 183px;
	}

	.bottom_bg {
		height: 759px;
		background-image: url(../img/bottom_bg4.png);
	}
	#logo img {
		max-width:726px;
		height:auto;
	}

	.related-post {
		width:230px;
		margin-right:17px;
	}
	.pagination-single .prev-post {
		width:360px;
	}
	.pagination-single .next-post {
		width:360px;
	}

	.container.traostudio_sidebar .list-item .post-img img {
		max-width:225px;
	}

	.footer-widget-wrapper, .footer-widget-wrapper.last{
		width: 480px;
		float: none;
		margin: 0 auto;
	}

	.wpcf7 input {
		width:208px;
	}

	.traostudio-grid li.grid_item {
		margin-right: 5%;
	}

	.container.traostudio_sidebar .related-post {
		width:149px;
		margin-right:14px;
	}
	.container.traostudio_sidebar .related-post:last-child {
		margin-right:0;
	}
	.container.traostudio_sidebar .related-post h3 a {
		font-size:12px;
		letter-spacing:1px;
	}

	.container.traostudio_sidebar #respond textarea {
		width:93%;
	}

}

/*************************************************
*	Mobile Portrait								 *
*************************************************/

@media only screen and (max-width: 767px) {

	.container {
		width:90%;
	}

	.slider-item-wrap {
    height: 550px;
	}

	.top_bg {
		height: 831px;
    top: 228px;
		background-image: url(../img/top_bg4.png);
	}

	.bottom_bg {
		height: 886px;
		background-image: url(../img/bottom_bg4.png);
	}
	.slicknav_menu {
		display:block;
	}

	#logo img {
		max-width:300px;
		height:auto;
	}

	.related-post, .related-post:last-child {
		width:300px;
		margin-bottom: 30px;
		margin-right: auto;
		float: none;
		margin-left: auto;
	}

	.related-post:last-child {
		margin-bottom: 0;
	}

	.share-text {
		display: none;
	}

	.pagination-single .prev-post {
		width:300px;
	}
	.pagination-single .next-post {
		width:300px;
	}

	#respond textarea {
		width:90%;
	}

	.comment-form .comment-form-img {
		display:none;
	}

	#sidebar {
		width: 100%;
	}

	#sidebar .widget {
		width: 100%;
		margin-bottom:40px;
	}

	#footer-logo img {
		max-width:300px;
		height:auto;
	}

	#social-area-bottom a i {
		font-size:14px;
	}
	#social-area-bottom a {
		margin:0 13px;
	}
	#social-area-bottom a span{
		display:none;
	}

	.wpcf7 textarea {
		width:94%;
	}

	.traostudio-grid li.grid_item {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.list-item .post-img {
		margin-right:0;
		float:none;
	}
	.list-item .post-img img {
		max-width:100%;
		margin-bottom: 20px;
	}

	.post.list-item {
		border-bottom: none;
		padding-bottom: 20px;
	}

	.list-item .list-content .entry-header {
    text-align: center;
	}
	.container.traostudio_sidebar #main {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.container.traostudio_sidebar #sidebar, .footer-widget-wrapper, .footer-widget-wrapper.last {
		width:100%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.comment-form-img {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.entry-author, .author-content {
		text-align: center;
	}

	.footer-widget-wrapper, .footer-widget-wrapper.last {
		margin-bottom: 30px;
	}
		.container.traostudio_sidebar #sidebar .widget {
			width:300px;
			margin-left: auto;
			margin-right: auto;
		}

	.container.traostudio_sidebar .related-post {
		width:300px;
		margin-bottom:30px;
	}
	#menu-footer-menu li {
		display: block;
		margin-bottom: 10px;
	}
	#footer-wrap {
    padding-bottom: 60px;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width:100%;
	}
}

/*************************************************
*	10. Landscape								 *
*************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container {
		width:480px;
	}

	.slider-item-wrap {
    height: 550px;
	}

	#logo img {
		max-width:480px;
		height:auto;
	}

	.entry-img.audio iframe {
		width:480px;
		height:auto;
	}

	.related-post, .related-post, .related-post:last-child {
		width:480px;
		margin-bottom:30px;
	}

	.pagination-single .prev-post {
		width:480px;
	}
	.pagination-single .next-post {
		width:480px;
	}

	#sidebar .widget {
		width:480px;
	}

	#footer-logo img {
		max-width:480px;
		height:auto;
	}

	#social-area-bottom a {
		margin:0 12px;
	}

	#social-area-bottom a i {
		height:32px;
		width:32px;
		line-height:32px;
		margin-right:0;
		font-size:14px;
	}

	.wpcf7 textarea {
		width:95%;
	}

	.container.traostudio_sidebar #main {
		width:480px;
		margin-right:0;
	}
	.container.traostudio_sidebar #sidebar, .footer-widget-wrapper, .footer-widget-wrapper.last {
		width:100%;
	}

		.container.traostudio_sidebar #sidebar .widget {
			width:480px;
		}

	.container.traostudio_sidebar .related-post {
		width:480px;
		margin-bottom:30px;
	}

}

@media only screen and (max-width: 600px) {
	.featured-area {
		margin-bottom: 70px;
	}
	.top_bg {
		height: 660px;
		background-image: none;
		top: 319px;
	}
	.bottom_bg {
		height: 650px;
		background-image: none;
	}
	#footer {
    margin-top: 50px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
	.bottom_bg {
	    height: 860px;
	    background-image: url(../img/bottom_bg4.png);
	}
}
@media only screen and (max-width: 480px) {
	span.meta-comments {
		display: none;
	}
	.entry-share {
		text-align: center;
	}
}
