/* Remove automatic hyphenation */
body, p,  h1, h2, h3, h4, h5, h6 {
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;}

/*Remove the share button on the blog pages*/
div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
	display:none
}




/*site footer display*/
.site-footer {
	display:none;
}


/*footer displays none*/
footer.entry-footer span.byline {
	display:none;
}

footer.entry-footer span.cat-links {
	display:none;
}


/*margin - top*/
.site-main > article > .entry-header, .site-main > .page-header, .site-main {
	margin-top: -65px;
}

.entry-title {
   display: none;
}

/*margin - top home page desktop*/
@media (min-width:500px) {
	.home .site-main > article > .entry-header {
	margin-top: -96px;
} 
}

/*margin - top mobile*/
@media (max-width:559px){
	.site-main > article > .entry-header, 	.site-main > .page-header, .site-main {
		margin-top: -35px;
	}
}

/*margin - top mobile homepage*/
@media (max-width: 500px) {
	.home .site-main > article > .entry-header {
	margin-top: -45px;
} 
}


.entry-meta {
	display: none;
}


/*my stick colour*/
#mysticky-nav.wrapfixed ul .sub-menu li.menu-item a:hover {
	color : #0072bc;
}

#mysticky-nav.wrapfixed ul .sub-menu li.menu-item a:selection {
	color : #0072bc;
}

#mysticky-nav.wrapfixed ul .sub-menu li.current-menu-item a {
	color : #0072bc;
}


/*remove nav*/
.nav-links {
	display: none;
}

/*Header background colour*/
.site-header {
	background-color : #404041;
}

/*Drop down Menu background colour*/
.main-navigation .sub-menu .menu-item a {
	color : white;
	background-color : #404041
}

.main-menu > .menu-item > a {
    color : white;
    background-color : #404041;
	
    }
    
/*Site logo*/
@media (min-width:900px){
		.site-logo {
	max-width: 40%;
	margin-left: 30px;
	margin-top: 20px;
	}}
	
@media (min-width:900px) (max-width:701px) {
		.site-logo {
	max-width: 100%;
	margin-left: 00px;
	margin-top: 0px;
	}}
	
@media (max-width:700px){
		.site-logo {
	max-width: 100%;
	margin-left: 30px;
	margin-bottom: -73px;
	}}


/*Nav Menu Alignment*/	

@media (min-width: 560px) { .main-navigation > div > ul {
		margin-right: 200px;
	margin-top: 5px;
		}


/*Blog Post Img Size*/
@media (min-width:559px) {.post-thumbnail{
	max-width: 40% 
	}}
	
/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Change body font to Helvetica */
#website-nagivation {
background:#fff;
height:60px;
z-index:170;
margin:0 auto;
border-bottom:1px solid #dadada;
width:100%;
position:fixed;
top:0;
left:0;
right:0;
text-align: center;
}
.shadow-with-mouse-over-effect {
    background: #efefef;
    box-shadow: 0 0 17px 0 rgba(0,0,0,0.06);
    margin-bottom: 30px;
    transition: .3s;
}

#content p {
	font-family: "Helvetica";
}

/* make page title full-width | #XXXXXX-zen eD */
.page .site-main > article > .entry-header {
	max-width: calc(100% - 32px);
}

/* changes for larger screens | #XXXXXX-zen eD */
@media only screen and (min-width: 560px) {
	/* align site logo and menus on larger screens */
	.wp-custom-logo .site-header {
		grid-template-areas: "site-logo main-navigation" ". social-navigation" "site-title site-description";
	}
	
	/* adjust page title width on larger screens */
	.page .site-main > article > .entry-header {
		max-width: calc(560px - 32px);
	}
}

/* adjust page title width on screens > 640px | #XXXXXX-zen eD */
@media only screen and (min-width: 640) {
	/* adjust page title width on larger screens */
	.page .site-main > article > .entry-header {
		max-width: calc(640px - 32px);
	}
}

