
.page .entry-title {
    display: none;
}

.site-content {
    background: #d3e6f4;
  padding-bottom: 100px;
}

.page-template-default {
 	min-height: 100vh;
	position: relative;
 	padding-bottom: 0px;
}

.page-template-template-fullwidth {
 	min-height: 100vh;
	position: relative;
 	padding-bottom: 0px;
}

#primary.content-area {
 	 margin: 0 0 40 0 !important;  
  	min-height: 100%;

}

/*Header*/
.page-title {
	margin: 0 0 0 0 !important;
  	display: none;
}

#headimg .header-image, .featured-image-header {
 	display: none;
}

.header-callout {
    display: none;
}


/*Footer*/

.footer-wrap {
    background: #1884c7;
   	position: absolute;
   	bottom: 0;
  	width: 100%;
}
 
.credit-link {
  	color: #fff;
  	font-weight: bold;
}

.credit-link a{
  	color: #fff;
}



/*Navigation*/
#site-navigation .search-widget-handle {
    display: none;
}

.footer-credits {
    display: none;
}

#page .module.widget-handle.mobile-toggle {
    display: none !important;
}

img.logo {
    max-height: 100%;
}

#site-navigation .module.left, .nav-bar a {
    height: 80px;

}

/*WooCommerce*/
.woocommerce-result-count{
    display: none;
}

.woocommerce-ordering{
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 20px 30px 0 !important;
  	width: 30% !Important;
}

.type-post, .type-page, .type-attachment {
	margin: 0 0 0 0 !important;
}

.woocommerce-breadcrumb {
     display: none; 
}

