

.site-title {
	text-align: left;
	font-size: 26px;
	margin-left: -9px;
	color: #000000 !important;
}

.site-description {
	text-align: left;
	margin-top: -5px;
	margin-left: 0px;
	color: #8c92ac !important;
	font-size: 20px;
}

.posts-nav a {
	color:#000000!important;
	font-weight: bold !important;
}
.posts-nav a:hover {
	color: #4682B4 !important;
}



@media screen and (min-width: 768px) {
.main-navigation ul li a, .main-navigation ul li {
align-items: top;
padding-top: 0px;
	font-weight: lighter;
	color: #000000;
	padding:bottom: 0px;
font-size: 13px;
	padding-left: 29.2px;
	margin-left: -24px;
		height: 18px;
z-index: 10;

	}
}

.main-navigation {
	background-color: #ffffff80;
	border-bottom: 1px solid #cccccc;
}


.site-info:before {
content: "Please Like, Share and Comment on posts or leave a quick Reply.  We appreciate it!";
	font-size: 20px;
	margin-bottom: 50px;
display: block;
	border-top: solid 2px;
color: #000000;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 5px 10px;

	
}

.main-navigation ul li a:hover {
color: #8c92ac;
}

.type-post .entry-title, .type-page .entry-title {
	font-size: 35px;
	color: #778899;
margin-top: -70px;
}


.type-post .entry-title {
	font-size: 32px;
	color: #8c92ac;

}

.page-id-2068 .entry-header {
	display: none;
	margin-top: 0px !important;
}


.page-id-2068 .entry-content {
	margin-top: 0px !important;
	margin-left: 5px !important;
}

.page .entry-content {
	margin-left: -15px;
	margin-right: 55px;
}
	.page .entry-header {
		margin-left: -15px;
	}

.post .entry-content {
	margin-right: 75px;

}

 .widget-area {
    margin-top: 80px !important;
}


/** unset absolute positioning and negative margin for navigation bar | 4813120-zen (LL) **/
.main-navigation {
    position: relative;
    margin-top: unset;
}
/* unset negative margin-top for content area */
div#primary {
    margin-top: unset;
}
/* unset negative margin for site-title */
.site-title {
    margin-top: unset !important;
}
/* unset negative margin for entry titles */
.type-post .entry-title, .type-page .entry-title {
    margin-top: unset;
}
/** end reset **/

/** place header items in grid on non-mobile site | 4813120-zen (LL) **/
@media screen and (min-width: 768px) {
header#masthead {
  display: grid;
  grid-template-rows: 1fr auto 2em;
  grid-template-columns: 36fr 27fr; /* these values are to prevent overlap of site title with laptop image on tablet */
  grid-gap: 0px;
  height: auto;
  margin: 0;
}
/* assign custom header image to entire grid */
.custom-header {
  grid-column: 1 / end;
  grid-row: 1 / end;
}
/* overlap site-branding on image */
.site-branding {
    background: transparent;
    padding: unset;
    align-self: center;
    justify-self: center;
    grid-row: 1;
    grid-column: 1;
}
/* make navigation menu span both columns */
.main-navigation {
    grid-row: 3;
    grid-column: 1 / span 2;
    }
}
/** end header grid **/

/* change the background color for menu button on mobile | 34602293-hc GH */
@media only screen and (max-width:768px){
	.main-navigation ,
         .main-navigation .menu-toggle{
    background-color: #cce6ff;
	}
	
	.button {
	background-color: #8ADAF1;
	}