/* SMALL SCREENS */
@media screen and (max-width: 1024px) and (min-width: 768px){
	.wrapper-boxed { width:960px; }
}


/* TABLET PORTRAIT */
@media screen and (max-width: 800px){
    	
	.wrapper-boxed { margin:0 auto; width:100%; }

	.container { padding:0 20px; }
    
	.header .logo { float:none; text-align:center; }
    .header .logo .description { text-align:center; }

	/* CONTENT */
	.content { float:none; width:auto; margin:0 0 50px; }
	.content-submenu { float:none; width:auto; margin:0 0 50px; }
	.sidebar { clear:both; float:none; width:auto; }
	.sidebar .widget { overflow:hidden; }
	.sidebar .widget > li { float:left; width:47%; }
	.sidebar .widget > li:nth-child(odd) { margin-right:6%; }
	.submenu { float:none; width:auto; }
	
	
	/* NAVIGATION */
	.menu { float:none; }
	.menu li a { line-height:40px; height:40px; }

	
	.portfolio .portfolio-item .portfolio-item-icon { background-size:32px; }
	
	/* TEAM */
	.team .item { width:47%; }
	.team .item-last { margin-right:6%; }
	.team .item-second { margin-right:0; }
	.team .separator-two { clear:both; display:block; }
	
	
	/* CONTACT FORM */
	.contact-form .field { overflow:hidden; margin:0 0 20px; }
	.contact-form .field input[type=text] { width:100%; }
	.contact-form .field textarea{ width:100%; }	
    
}


/* SMARTPHONE */
@media only screen and (max-width: 780px){
	
	h1 { font-size:2em; } 
	h2 { font-size:1.8em; } 
	h3 { font-size:1.4em; } 
	h4 { font-size:1.2em; } 
	h5 { font-size:1.1em; } 
	h6 { font-size:1.0em; }
	
	.container { padding:0 10px; }
	
	.topmenu { display:none; }
	
	.social { float:left; }
	.social a { margin:0 6px 0 0; }
	
	.languages img { display:none; }
	
	.header { overflow:hidden; }
	.header .logo { float:none; text-align:center; }
	.header .subheader { display:none; }
	.single-left .menu { float:none; text-align:center; }
	
	.slider { display:none; }
	
	.content { margin:0; float:none; width:auto; }
    .content-right { float:none; margin:0; }
	.content-wide { width:auto; margin:0; }

	
	/* TAGLINES */
	.tagline { padding:10px; }

	
	/* CONTENT */
	.sidebar .widget > li { float:none; width:auto; margin-right:0; }
	.sidebar .widget > li:nth-child(odd) { margin-right:0; }
	
	/* NAVIGATION */
	.menu-top { text-align:center;  }
	.menu-top li { display:inline-block; }
	.menu-top li a { margin:0 auto; }
	
	.menu-main { display:none; }
	.menu-mobile { display:block; }
	
	.menu-footer { display:block; table-layout:fixed; width:100%; }
	.menu-footer > ul { overflow:hidden; margin:0; padding:0; }
	.menu-footer li { display:block; float:left; width:50%; margin:0 0 20px; }
	.menu-footer li li { display:block; float:none; width:100%; margin:0; }
	
	.navigation-portfolio { float:none; }


	/* POSTS */
	.post .post-image { margin:0 0 10px; }
	.post .post-thumbnail img { display:block; margin:0; line-height:0em; width:100%; height:auto; }
	.post .post-title { margin:0 0 10px 0; font-size:1.5em; }
	.post .post-byline { float:none; overflow:hidden; text-align:left; width:auto; padding:0; margin:0 0 10px; }
	.post .post-byline div { float:left; padding:0 0 0 25px; margin-right:20px; }
	.post .post-byline div:before { right:auto; left:0; }
	.post .post-byline .comments { display:none; }
	.post .post-content { padding:0; margin:0 0 15px 0; }
	.post .readmore { margin:0; }
	
	
	/* PORTFOLIO DETAILS */
	.cpo_portfolio .portfolio-item-details { border:none; padding:none; }
	
	
	/* TEAM */
	.team .item { float:none; width:auto; margin-bottom:30px; }
	.team .item-last { margin-right:0; }
	.team .item-second { margin-right:0; }
	
	
	.contact-form { float:none; width:auto; padding:0 0 20px; margin:0; }

    .author-info { margin-left:0; }
	
    /* COMMENTS */
	.comment .comment-avatar { width:50px; }
	.comment .comment-title { padding:0; height:48px; margin-left:60px; }
	.comment .comment-author { display:block; }
	.comment .comment-date { display:block; border:0; padding:0; margin:0; }
	.comment .comment-content { margin-left:60px; }
	.comment .comment-children { margin-left:20px; }
	
	/* COMMENTS */
	.comment-form label{ float:none; padding:8px 0; }
	.comment-form input[type=text], 
	.comment-form textarea{ width:100%; }
	.comment-respond .form-submit { padding-left:0; }
	.comment-respond .form-allowed-tags { padding-left:0; }
	.comment-respond .form-submit { padding-left:0; }
	.comment-respond .form-submit, .respond .submit:visited { margin-left:0; }
}