@media screen and (max-width: 980px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
		
	/* content */
	#content {
		width: 56.6%;
	}
	
	/* sidebar */
	#sidebar {
		width: 43.3%;
	}
  
  .col3-1 {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    margin: 0;
  }
  
  #footer .col3-1.first {
    display: none;
  }
  
  .custom-social-icons {
    font-weight: bold;
    margin: 0 auto;
    width: 260px;
  }
  
  #footer {
    padding: 30px 0 185px;
    background: url("img/foother-small-corner.png") no-repeat scroll center bottom #ee7592;
  }
}

@media screen and (max-width: 920px) {
	
  /* social widget */
	.social-widget {
		position: static !important;
		padding: 10px 0;
		float: none;
	}
  
}

@media screen and (max-width: 760px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#content {
		width: 100% !important;
		max-width: 100% !important;
		float: none;
		clear: both;
    padding: 20px 20px 0;
	}
  
  #content .type-page {
    margin-bottom: 0px;
  }
  
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
    margin-right: 0px;
    
  }
  
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48.4%;
  }
  
	/* searchform */
	#header #searchform {
		left: auto !important;
		right: 0 !important;
		top: 0px !important;
		width: 150px;
	}
	#header #searchform #s {
		float: right;
		width: 100px;
	}
	#header #searchform input#s:focus {
		width: 100px;
	}
  .main-home-blog-wrap, .main-we-love-wrap {
    margin: 0;
    clear: both;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
	#headerwrap #main-nav {
		clear: both;
		position: absolute;
		top: auto;
		right: 0;
		left: auto;
		bottom: auto;
		width: 160px;
		z-index: 1000;
		padding: 10px 5px;
		background: #fff;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
		box-shadow: 1px 2px 0 rgba(0,0,0,.2);
		border-radius: 5px;
    margin-top: 30px;
	}
  
  .main-we-love-wrap ul.products li.product-category {
    margin: 0;
    clear: both;
    width: 96%;
  }
  
  #season-specials ul.products li.product-category {
    margin: 0;
    clear: both;
    width: 96%;
  }
  
}