

		
		@media all and (max-width: 947px) {
	
	
		   
		}

/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	
	
	.naxpcssgrid-960 {
		max-width: 990px;
	}

	.naxpcssgrid-960 .onerow {
		padding: 0;
	}
	
	.pure-css-nav > nav ul li a {
    
    margin: 5px 4px 2px 4px !important;
}
	
	.site-header {
    padding: 0 30px !important;
	}
	
}




/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	
	#sidebar-footer .widget {
    margin: 0 0 2.5em;padding: 15px;
}
	.copy {
    text-align: center;
   
}
	
	.site-info ul li {

    text-align: center;
  
}
	
	.icon-linkedin-profile a:before {
  
    float: none;
 
    margin: auto;
}
	
	.mobile { display: block !important;;}
	.desktop { display: none !important;;}
	.pure-css-nav { display: none;}
	.site-branding img { margin: 0 auto;}
	.header__container {
    height: 74vh;
    position: relative;
}
	.header__heading {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 19px;
    line-height: 44px;
    max-width: 380px;
    max-height: 300px;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
   margin: -38px 0 0 -160px;
}
	.header__container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 
180deg
 , transparent ,rgba(0, 0, 0, 0.5));
    z-index: 0;
}
	
	/* Grid */
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col3-5 {
		float: none;
		width: 99%;
	}
	
.sow-slider-pagination { display: none !important;}
	
	.simplefilter li, .sortandshuffle li {
  
    padding: 4px 8px !important;
    
}
	/* Site */

#content {
  padding: 98px 5px 0 5px;
}
		
.site-header {
    margin: 0 ; 
}

.site-branding  {
	padding-left:10px;
}
	
	#contact .wpcf7-submit {
    float: right;
    width: 100%;
}
		   
}