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

	.main-wrapper, .wooslider {
		width: 733px;
	}
	
	header#site-header  {
		height: 580px;
	}
	
	header#site-header.header-text-only {
		height: 320px;
	}

	header#site-header.no-slider {
		height: 180px;
	}

	header#site-header .main-wrapper:before {
		left: -50px;
	}

	/* Blog */

	.blog .more, .blog a.more span.icon-link-line {
		float: none;
		margin: 25px 0 0 0;
		width: 100%;
	}

	.blog .tags-author {
		float: none;
	}

	section.blog-one-sidebar {
		width: 410px;
	}

	article.blog h2 {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}

	.post-date-comments {
		float: none;
	}

	.post-date-comments span {
		position: relative;
		margin: 0 0 0 24px;
	}

	section.blog-two-sidebar {
		width: 100%;
		border-style: none;
		margin: 0;
		padding: 0;
	}

	section.blog-two-sidebar, .sidebar.sidebar-two-left, .sidebar.sidebar-two-right {
		float: none;
		width: 100%;
	}

	.sidebar-two-left {
		margin-bottom: 40px;
	}

	.sidebar-two-right {
		margin-top: 40px;
	}

	.sidebar-two-left .widget-container #s, .sidebar-two-right .widget-container #s {
		width: 693px;
	}

	article.blog.blog-three-column img {
		height: 170px;
	}

	article.blog.blog-four-column img {
		height: 220px;
	}

	/* Blog Single Page */

	.comments-right-side {
		width: 657px;
	}

	.depth-2 .comments-right-side {
		width: 582px;
	}

	.depth-3 .comments-right-side {
		width: 507px;
	}

	.depth-4 .comments-right-side {
		width: 432px;
	}

	/* Blog Single Page */

	.blog-one-sidebar .comments-right-side {
		width: 334px;
	}

	.blog-one-sidebar .depth-2 .comments-right-side {
		width: 259px;
	}

	.blog-one-sidebar .depth-3 .comments-right-side {
		width: 184px;
	}

	.blog-one-sidebar .depth-4 .comments-right-side {
		width: 109px;
	}

	article.blog.blog-four-column {
		float: left;
		width: 48%;
		margin-right: 4%;
	}

	article.blog.blog-four-column:nth-of-type(2n) {
		margin-right: 0
	}

	.share-this {
		margin: 15px 0 0 0;
		float: left;
	}

	article.blog.blog-three-column img, article.blog.blog-four-column img {
		height: 280px;
	}

    /* Wooslider  */
	
	.slider-wrapper {
		top: 165px;
	}
	
	.wooslider h2 {
		font-size: 23px;
		padding: 5px 44px  0 0;
	}
	
	.wooslider h3 {
		font-size: 17px;
		margin: 5px 26px 0 0;
	}
	
	/* Navigation and logo */
	
	#main-nav {
		display: none;
	}
	
	.mobile-menu {
		display: block;
	}
	
	#logo.left {
		float: none;
		margin: 0;
	}
	
	#site-header .main-wrapper {
		padding-top: 30px;
		text-align: center;
	}
	
	.mobile-menu {
		padding: 8px 11px;
		margin: 25px 0 0 0;
		width: 100%;
	}
	
	/* Site footer */
	
	footer#site-footer .xoxo {
		float: none;
	    width: 100%;
	    text-align: left;
	    margin: 30px 0 30px 0;
	}
	
	footer#site-footer .xoxo:last-of-type {
		width: 100%;
	}
	
	/* Shortcodes */

	.logo img {
		width: 100%;
	}
	
	.content-half .tabs ul.tabs-menu, .content-half .tabs ul.tabs-menu li,
	.content-third .tabs ul.tabs-menu, .content-third .tabs ul.tabs-menu li,
	.content-two-third .tabs ul.tabs-menu, .content-two-third .tabs ul.tabs-menu li,
	.content-quarter .tabs ul.tabs-menu, .content-quarter .tabs ul.tabs-menu li,
	.content-two-quarter .tabs ul.tabs-menu, .content-two-quarter .tabs ul.tabs-menu li {
		display: block;
	}

	.content-half .tabs ul.tabs-menu li, .content-third .tabs ul.tabs-menu li, 
	.content-two-third .tabs ul.tabs-menu li, .content-quarter .tabs ul.tabs-menu li,
	.content-two-quarter .tabs ul.tabs-menu li {
		border: 1px solid #e6e6e6;
		border-style: solid none;
		margin: 0 0 -1px 0;		
	}

	/* Gallery */

	.gallery-2-columns .gallery-item img{
		width: 356px !important;
		height: 250px !important;
	}
	
	.gallery-3-columns .gallery-item img {
		width: 231px !important;
		height: 160px !important;
	}
	
	.gallery-4-columns .gallery-item img, .gallery-5-columns .gallery-item img, .gallery-6-columns .gallery-item img {
		width: 168px !important;
		height: 120px !important;
	}

	.gallery-5-columns .gallery-item:nth-of-type(5n) {
		margin-right: 20px !important;
	}
	
	.gallery-5-columns .gallery-item:nth-of-type(4n) {
		margin-right: 0
	}

	.gallery-6-columns .gallery-item:nth-of-type(6n) {
		margin-right: 20px !important;
	}
	
	.gallery-6-columns .gallery-item:nth-of-type(4n) {
		margin-right: 0 !important;
	}
	
	.gallery-7-columns .gallery-item img, .gallery-8-columns .gallery-item img, .gallery-9-columns .gallery-item img {
		width: 130px !important;
		height: 90px !important;
	}
	
	.gallery-7-columns .gallery-item, .gallery-8-columns .gallery-item, .gallery-9-columns .gallery-item {
		margin-right: 20px !important;
	}
	
	.gallery-7-columns .gallery-item:nth-of-type(5n), .gallery-8-columns .gallery-item:nth-of-type(5n), .gallery-9-columns .gallery-item:nth-of-type(5n) {
		margin-right: 0 !important;
	}


	/* Portfolio */

	.recent-projects li img, .recent-posts article img {
		height: 130px;
	}

	
	.isotope-item.full-width {
		width: 688px;
	}

	.isotope-item .portfolio-side-content {
		float: none;
		width: 100%;
		margin: 30px 0 0 0;
	}

	.single-portfolio .isotope-item .portfolio-image img {
		width: 100%;
	}

	.isotope-item .portfolio-image {
		width: 680px;
		float: none;
	}

	.isotope-item .portfolio-image img {
		width: 500px;
		height: 297px;
	}

	#main-image {
		width: 688px;
		height: 445px;
		float: none;
	}

	.single-portfolio .thumbnails {
		width: 100%;
	}

	.single-portfolio .thumbnails div div {
		width: 100%;
		height: 100%;
	}

	.single-portfolio .thumbnails div {
		width: 85px;
		height: 85px;
	}

	.single-portfolio .thumbnails div:nth-of-type(2n) {
		width: 86px
	}

	.single-portfolio .thumbnails div:nth-of-type(8n) {
		width: 90px
	}

	.single-portfolio .thumbnails div.selected-thumbnail {
		height: 82px;
		
	}

	.single-portfolio .isotope-item .portfolio-image {
		height: auto;
	}

	.isotope-item.four-column, .isotope-item.two-column, .isotope-item.three-column {
		width: 357px;
		margin: 61px 20px 0 0;
	}

	.main-image {
		width: 500px;
	}

}

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

	header#site-header .main-wrapper:before {
		left: -150px;
	}

	/* Sidebar */

	.widget-container #s, .sidebar-two-left .widget-container #s, .sidebar-two-right .widget-container #s {
		width: 417px;
	}

	/* Blog Single Page */

	.blog-one-sidebar .comments-right-side, .comments-right-side {
		width: 381px;
	}

	.blog-one-sidebar .depth-2 .comments-right-side, .depth-2 .comments-right-side {
		width: 306px;
	}

	.blog-one-sidebar .depth-3 .comments-right-side, .depth-3 .comments-right-side {
		width: 231px;
	}

	.blog-one-sidebar .depth-4 .comments-right-side, .depth-4 .comments-right-side {
		width: 156px;
	}

	/* Blog */
	
	.sidebar {
		width: 100%;
	}

	.sidebar-left {
		margin-bottom: 40px;
	}

	.blog-one-sidebar article.blog .wp-post-image img {
		width: 100%;
		height: auto;
	}

	section.blog-one-sidebar.blog-left, section.blog-one-sidebar.blog-right {
		width: 100%;
		border-style: none;
		margin: 0;
		padding: 0;
	}	

	article.blog.blog-two-column, article.blog.blog-three-column, article.blog.blog-four-column {
		width: 100%;
		margin-right: 0;
	}

	.content-half, .content-third, .content-two-third, .content-quarter, .content-two-quarter, .content-three-quarter {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.last {
		margin: 0
	}
	
	.statement-box {
		display: block;
		text-align: center;
	}

	.statement-box-left, .statement-box-right {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.statement-box-right {
		margin: 30px 0 0 0;
		text-align: center;
		padding: 0;
	}

	.main-wrapper, .wooslider {
		width: 457px;
	}
	
	.wooslider-control-nav {
		width: 430px !important;
	}
	
	.wooslider-control-nav:after {
		content: url(../images/wooslider/wooslider-bullets-mask-responsive1.png);
		height: 32px;
		left: 0px;
		bottom: -1px;
	}

	header#site-header, header#site-header.header-text-only  {
		height: 380px;
	}
	
	.wooslider, .slider-text-only .wooslider {
		height: 230px;
	}

	.slides{
		width: 457px !important;
		height: 100px !important;
	}
	
	.wooslider .slides:before {
		content: "" !important;
		display: block;
		height: 70px !important;
		width: 100% !important;
		visibility: visible !important;
	}
	
	.wooslider .slides:after {
		content: url(../images/wooslider/wooslider-image-mask.png) !important;
		display: block;
		height: 70px !important;
		width: 100% !important;
		overflow: hidden;
		visibility: visible !important;
		position: absolute;
		top: 25px;
		left: 0;
	}
	
	.wooslider h2 {
		text-align: left;
		max-width: 390px;
		padding: 25px 24px  0 0;
	}
	
	.wooslider h2:before {
		top: 15px;
	}
	
	.slide-content a {
		display: none !important;
	}

	/* Pricing tables */
    
	.pricing-columns-1 .pricing-table-column, .pricing-columns-2 .pricing-table-column, .pricing-columns-3 .pricing-table-column, .pricing-columns-4 .pricing-table-column, .pricing-columns-5 .pricing-table-column {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}

    /* Copyright footer */
    
    .social {
    	height: auto;
    	padding: 15px 0;
    }
   
    .responsive-on-demand {
   		position: static;
   		top: auto;
   		left: auto;
   		margin: 20px auto;
    }
    
    footer#site-footer .credentials, footer#site-footer .copyright  {
    	float: none;
    	margin: 0;
    	padding: 0 0 20px 0;
    }
     
    /* Shortcodes */
	
	.logo-box, .logo-box-row, a.logo {
		display: block;
		vertical-align: middle;
	}

	.logo img {
		width: auto;
		max-width: 100%;
	}

	.content-half .tabs ul.tabs-menu,
	.content-third .tabs ul.tabs-menu,
	.content-two-third .tabs ul.tabs-menu, 
	.content-quarter .tabs ul.tabs-menu,
	.content-two-quarter .tabs ul.tabs-menu {
		display: table;
	}

	.content-half .tabs ul.tabs-menu li, .content-third .tabs ul.tabs-menu,
	.content-two-third .tabs ul.tabs-menu li, .content-quarter .tabs ul.tabs-menu li,
	.content-two-quarter .tabs ul.tabs-menu li {
		display: table-cell;
	}

	.content-half .tabs ul.tabs-menu li, .content-third .tabs ul.tabs-menu li, 
	.content-two-third .tabs ul.tabs-menu li, .content-quarter .tabs ul.tabs-menu li,
	.content-two-quarter .tabs ul.tabs-menu li {
		border: 1px solid #e6e6e6;
		border-style: none none none solid;
		margin: 0;		
	}

	/* Gallery */

	.gallery-2-columns .gallery-item img, .gallery-3-columns .gallery-item img {
		width: 100% !important;
		height: 320px !important;
	}
	
	.gallery-4-columns .gallery-item img, .gallery-5-columns .gallery-item img, .gallery-6-columns .gallery-item img {
		width: 218px !important;
		height: 152px !important;
	}
	
	.gallery-4-columns .gallery-item:nth-of-type(2n), .gallery-5-columns .gallery-item:nth-of-type(2n), .gallery-5-columns .gallery-item:nth-of-type(4n), .gallery-6-columns .gallery-item:nth-of-type(2n) {
		margin-right: 0 !important
	}
	
	.gallery-2-columns .gallery-item, .gallery-3-columns .gallery-item {
		margin-right: 0 !important;
	}
	
	.gallery-7-columns .gallery-item img, .gallery-8-columns .gallery-item img, .gallery-9-columns .gallery-item img {
		width: 138px !important;
	}
	
	.gallery-7-columns .gallery-item, .gallery-7-columns .gallery-item:nth-of-type(5n), .gallery-8-columns .gallery-item, .gallery-8-columns .gallery-item:nth-of-type(5n), .gallery-9-columns .gallery-item, .gallery-9-columns .gallery-item:nth-of-type(5n) {
		margin-right: 20px !important;
	}
	
	.gallery-7-columns .gallery-item:nth-of-type(3n), .gallery-8-columns .gallery-item:nth-of-type(3n), .gallery-9-columns .gallery-item:nth-of-type(3n) {
		margin-right: 0 !important;
	}


	/* Portfolio */

	.recent-projects li, .recent-posts article {
		width: 49%;
		margin: 0 2% 0 0;
	}

	.recent-projects li:nth-of-type(2n), .recent-posts article:nth-of-type(2n) {
		margin: 0;
	}

	.recent-projects li img, .recent-posts article img {
		height: 160px;
	}

	.recent-posts article {
		margin-bottom: 30px;
	}

	#isotope-container {
		width: 480px
	}

	.isotope-item .portfolio-image, .isotope-item .portfolio-image img.wp-post-image {
		width: 405px;
		float: none;
		height: auto;
	}

	.isotope-item.full-width {
		width: 413px;
		height: auto;
	}

	.isotope-item .thumbnails {
		float: none;
		width: auto;
	}

	#main-image {
		width: 413px;
		height: 310px;
 -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
	}

	.thumbnails div {
		width: 81px;
		height: 81px;
	}

	.thumbnails div.selected-thumbnail {
		height: 78px;
	}

	.single-portfolio .thumbnails div, .single-portfolio .thumbnails div:nth-of-type(2n) {
		width: 82px;
		height: 82px;
	}

	.single-portfolio .thumbnails div:nth-of-type(5n) {
		width: 85px;
		height: 82px;
	}

	.single-portfolio .thumbnails div.selected-thumbnail {
		height: 79px;
		
	}

	.single-portfolio .thumbnails div div {
		width: 100%;
		height: 100%;
	}

	.isotope-item.four-column, .isotope-item.two-column, .isotope-item.three-column {
		width: 218px;
		margin: 61px 20px 0 0;
	}

	.main-image {
		width: 100%;
		height: 270px
	}

	.enlarge {
		top: 105px;
		margin: 0;
	}

}       


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

	header#site-header .main-wrapper:before {
		left: -250px;
	}

	/* Blog Single Page */

	.blog-one-sidebar .comments-right-side, .comments-right-side {
		width: 214px;
	}

	.blog-one-sidebar .depth-2 .comments-right-side, .blog-one-sidebar .depth-3 .comments-right-side, .blog-one-sidebar .depth-4 .comments-right-side, .depth-2 .comments-right-side, .depth-3 .comments-right-side, .depth-4 .comments-right-side {
		width: 139px;
	}

	.blog-one-sidebar .depth-2 .comments-left-side, .blog-one-sidebar .depth-3 .comments-left-side, .blog-one-sidebar .depth-4 .comments-left-side, .depth-2 .comments-left-side, .depth-3 .comments-left-side, .depth-4 .comments-left-side {
		margin-left: 75px;
	}	

	article.blog.blog-three-column img, article.blog.blog-four-column img {
		height: 200px;
	}

	/* Sidebar */

	.widget-container #s, .sidebar-two-left .widget-container #s, .sidebar-two-right .widget-container #s {
		width: 250px;
	}
	
	.main-wrapper, .wooslider {
		width: 290px;	
	}
	
	.wooslider {
		width: 290px !important;
		height: 230px;
	}
	
	.wooslider h2 {
		font-size: 20px;
		max-width: 220px;
		padding: 15px 14px  0 0;
	}
	
	.wooslider h2:before {
			top: 5px;
	}
	
	.slides{
		width: 290px !important;
		height: 100px !important;
	}
	
	.wooslider-control-nav {
		width: 250px !important;
		height: 33px;
	}
	
	.wooslider-control-nav li {
		padding: 13px 0 0 0 !important;
	}
	
	.wooslider-control-nav:after {
		content: url(../images/wooslider/wooslider-bullets-mask-responsive2.png);
		height: 34px;
	}

	.content-half .tabs ul.tabs-menu, .content-half .tabs ul.tabs-menu li,
	.content-third .tabs ul.tabs-menu, .content-third .tabs ul.tabs-menu li,
	.content-two-third .tabs ul.tabs-menu, .content-two-third .tabs ul.tabs-menu li,
	.content-quarter .tabs ul.tabs-menu, .content-quarter .tabs ul.tabs-menu li,
	.content-two-quarter .tabs ul.tabs-menu, .content-two-quarter .tabs ul.tabs-menu li, .tabs ul.tabs-menu, .tabs ul.tabs-menu li {
		display: block;
	}

	.content-half .tabs ul.tabs-menu li, .content-third .tabs ul.tabs-menu li, 
	.content-two-third .tabs ul.tabs-menu li, .content-quarter .tabs ul.tabs-menu li,
	.content-two-quarter .tabs ul.tabs-menu li, .tabs ul.tabs-menu li {
		border: 1px solid #e6e6e6;
		border-style: solid none;
		margin: 0 0 -1px 0;		
	}

	/* Gallery */

	.gallery-2-columns .gallery-item img, .gallery-3-columns .gallery-item img {
		width: 100% !important;
		height: 202px !important;
	}
	
	.gallery-4-columns .gallery-item img, .gallery-5-columns .gallery-item img, .gallery-6-columns .gallery-item img, .gallery-7-columns .gallery-item img, .gallery-8-columns .gallery-item img, .gallery-9-columns .gallery-item img {
		width: 100% !important;
		height: 202px !important;
	}
	
	.gallery-4-columns .gallery-item, .gallery-5-columns .gallery-item, .gallery-5-columns .gallery-item:nth-of-type(5n), .gallery-6-columns .gallery-item, .gallery-7-columns .gallery-item, .gallery-8-columns .gallery-item, .gallery-9-columns .gallery-item {
		width: 100% !important;
		margin-right: 0 !important;
	}


	/* Portfolio */

	.recent-projects li, .recent-projects li:nth-of-type(2n), .recent-posts article,  .recent-posts article:nth-of-type(2n) {
		width: 100%;
		margin: 0 0 40px 0;
		float: none;
	}

	.recent-projects li img, .recent-posts article img {
		height: 210px;
	}


	.isotope-item.full-width {
		width: 247px;
	}

	#main-image {
		width: 247px;
		height: 170px;
	}

	.thumbnails div {
		width: 80px;
		height: 79px;
	}
	
	.thumbnails div.selected-thumbnail {
		height: 76px;
	}

	.thumbnails div:nth-of-type(3n), .thumbnails div:nth-of-type(3n) div {
		width: 79px;
		height: 79px;
	}

	.single-portfolio .thumbnails div, .single-portfolio .thumbnails div:nth-of-type(2n), .single-portfolio .thumbnails div:nth-of-type(5n) {
		width: 82px;
		height: 82px;
	}

	.single-portfolio .thumbnails div:nth-of-type(3n) {
		width: 83px;
		height: 82px;
	}

	.single-portfolio .thumbnails div.selected-thumbnail {
		height: 79px;
		
	}

	.single-portfolio .thumbnails div div {
		width: 100%;
		height: 100%;
	}

	.isotope-item.four-column, .isotope-item.two-column, .isotope-item.three-column {
		width: 290px;
		margin: 61px 20px 0 0;
	}

	.main-image {
		width: 100%;
		height: 140px
	}

	.isotope-item .portfolio-image, .isotope-item .portfolio-image img.wp-post-image {
		width: 239px;
	}

	.enlarge {
		top: 35px;
		margin: 0;
	}

	#isotope-container {
		width: 290px
	}

}