	/*  1300 -> 1181 */
	@media only screen and (max-width: 1300px) { 

	}

	/* 1180 -> 1085 */
	@media only screen and (max-width: 1180px) {

	}

	/* 1084 -> 960 */
	@media only screen and (max-width: 1084px) {
		
		/* Navigation */
			#site-navigation > ul > li > a {
				padding: 0 .6em;
			}
				#site-navigation li ul {
					width: 600px;
				}
					#site-navigation li ul a {
						font-size: 16px;
					}

		/* Publications */
	    	#primary .site-main ul.products li.product {
	    		width: 47%;
	    		float: left;
	    		clear: none !important;
	    	}

	    	#primary .site-main ul.products li:nth-of-type(even) {
	    		margin-right: 0 !important;
	    	}
	
		/* Our Clients */
			.gutters .span_6.company {
				width: 32.5%;
			} 

	}

	/* 959 -> 769 */
	@media only screen and (max-width: 959px) {
		
		/* banner */
			.woocommerce-breadcrumb {
				height: 230px;
			}
		
		/* About Us */
			#team .our-team .item {
				width: 25%;
			}

		/* Footer */
			section.first {
				width: 100%;
			}
			section.second{
				width: 70%;
			}
				section.second h3 {
					display: none;	
				}
			section.third {
				width: 25%;
			}
				section.first .footer-menu #menu-footer-menu-2 ul li {
					background-size: 8%!important;
					padding-left: 13%;
				}

	}

	/* 768 -> 561 */
	/* full width */
	@media only screen and (max-width: 769px) {
		
		/* General */
			.type-page ul li, .publications_page ul li {
				width: 100%;
				margin: 0;
			}
		
		/* Publications */	
			aside.filters {
				width: 98%;
				border-right: none;
				border-bottom: 4px solid #DDD;
				margin: 0 1% 1em;
				padding: 0 20px;
			}
			#primary .site-main ul.products li.product {
				width: 48%;
				margin: 0 1% 1em !important;
			}

		/* Homepage */
			
			/* Intro */
				#intro {
					display: inline-block;
				}
		
			/* Our Services */
				#our-services .service {
					width: 50%;
					padding: 0.8em 0.8em 0.8em 15%;
				}
			
			/* Bullet Points */
				.hentry #intro ul.bullets li,
				.hentry #intro ul.bullets li:first-child:nth-last-child(1),
				.hentry #intro ul.bullets li:first-child:nth-last-child(2),
				.hentry #intro ul.bullets li:first-child:nth-last-child(2),
				.hentry #intro ul.bullets li:first-child:nth-last-child(3),
				.hentry #intro ul.bullets li:first-child:nth-last-child(3),
				.hentry #intro ul.bullets li:first-child:nth-last-child(4),
				.hentry #intro ul.bullets li:first-child:nth-last-child(4) {
					width: 47%;
				}

		/* Our Clients */
			.gutters .span_6.company {
				width: 49.5%;
			}

		/* About Us */
			#team .our-team .item {
				width: 50%;
			}

		/* News */
			.loop-surround article.post.type-post,
			.loop-surround article.post.type-post:nth-child(even) {
				width: 98%;
				margin: 0 1% 25px;
			}
			.hentry.type-post .entry-content,
			aside.sidebar-links {
				width: 100%;
			}

		/* Footer */
			.storefront-handheld-footer-bar {
				display: none;
			}
				#menu-footer-menu-1 {
					display: none;
				}
				#menu-footer-menu-2 {
					width: 100%;
				}
			section.second{
				width: 100%;
			}
			section.third {
				width: 100%;
				text-align: center;
			}
					section.third .footer-logo a {
						float: none;
						display: inline-block;
						margin-bottom: 1.5em;
					}
	}

	/* 560 -> 480 */
	@media only screen and (max-width: 560px) {
		
		/* Homepage */

			/* Our Services */
				#our-services .service {
					width: 100%;
					padding: 0.8em 0.8em 0.8em 30%;
				}
			
			/* Bullet Points */
				.hentry #intro ul.bullets li,
			    .hentry #intro ul.bullets li:first-child:nth-last-child(1),
			    .hentry #intro ul.bullets li:first-child:nth-last-child(2),
			    .hentry #intro ul.bullets li:first-child:nth-last-child(2),
			    .hentry #intro ul.bullets li:first-child:nth-last-child(3),
			    .hentry #intro ul.bullets li:first-child:nth-last-child(3),
			    .hentry #intro ul.bullets li:first-child:nth-last-child(4),
			    .hentry #intro ul.bullets li:first-child:nth-last-child(4) {
					width: 100%;
					margin: 0;
			    }

	}

	/* 479 -> 321 */
	@media only screen and (max-width: 479px) {
	
		/* Publications */
			#primary .site-main ul.products li.product {
				width: 98%;
				margin: 0 1% 1em !important;
			}

		/* About Us */
			#team .our-team .item {
				width: 100%;
			}
				#team .our-team a {
					margin: 0;
				}

		/* Our Clients */
			.gutters .span_6.company {
				width: 98%;
				margin: 0 1% 2.5em;
			} 

		/* Footer */
			section.first .footer-menu .menu {
				width: 	100%;
			}
			section.first .footer-menu #menu-footer-menu-1 {
				margin-bottom: 2em;
			}

			section.second form fieldset textarea,
			section.second form fieldset button {
				width: 100%;
			}
			section.second form fieldset {
					padding-bottom: 50px;
			}

	}