/* Woo Commerce
--------------------------------------------- */


.related.products {
 display:none !important;
 }

.woocommerce-product-gallery {
 display:none;
 }
.summary {
width: 100% !important;
}
.tabs {
 display:none;
 }
.product_meta {
 display: none !important;
 }

/* END Woo Commerce
--------------------------------------------- */








/* Buttons
--------------------------------------------- */
.bigger-button a {
 padding: 14px;
border: 1px solid #2A2D43;
 }

.bigger-button a:hover {
 background-color: white !important;
 }
/* END Buttons
--------------------------------------------- */










/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #2A2D43;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 34px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 400;
}

.entry-content h4 {
	margin-top: 0px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 22px;
}

/* END Headings
--------------------------------------------- */


/* OTHER
--------------------------------------------- */

body {
background-color: #9B9FB5;
	color: #2A2D43;
}

.site-header {
border-bottom: 2px solid #e1f4cb;
background-color: #2A2D43;
}



.site-title a {
color: white;
font-size: 26px !important;
}


.site-header a{
color: white;
font-size: 16px;
letter-spacing: 1px;
}

.site-header a:hover{
color: #BACBA9;
}

.site-footer {
background-color: #2A2D43;
}
.site-footer p {
color: white;
}


.hp-block-text {
line-height: 1.8;
letter-spacing: 1px;
}

.button {
text-transform: uppercase;
}