/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.page-id-8076 @media screen and (min-width: 990px) {
.fourcolumn {
  float: left;
  width: 31.33%;
}
}

.portfolio-entry-title a {
    border: 0;
    text-decoration: none;
display:none;
}

a, a:visited, a:active {
    color: #00b2b2;

}

img.custom-logo {
    display: block;
    margin: 0 auto 30px auto;
}

/* header logo different if not on home page */



/* Full Length page force three columns */

.page-id-8076 .child-pages {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.page-id-8076 .columns {
	margin-right: 0;
}

.page-id-8076 .fourcolumn:nth-child(4n+1) {
    clear: none;
}

.page-id-8076 .fourcolumn {
	width: 30%;
	margin: 0 auto 10px auto;
}

/* for mobile - change 768px to the screen width you want it to change at */
@media screen and (max-width: 768px) {
	.page-id-8076 .fourcolumn {
		width: 100%;
		margin: 0 auto 10px auto;
	}
}

/* fix sub sub menu position */
.menu-main-menu-container ul li:hover > ul li:hover > ul {
    margin-top: -47px;
}

/* change overall font size, was 18px.  in this case, the theme uses good styling!  It sets the base font size and then adapts it using percentages or adjustments  */

body {
	font-size: 16px;
}

blockquote em {
	font-size: 18px;
	line-height: 0.7;
}

.wp-block-quote p { 
    line-height: 1 !important;
}

.wp-block-quote cite {
     margin-top: -.5em;
}



/* post featured images hidden if not on home page, but only if at the top of the content */

body:not(.home) .site-content > .attachment-post-thumbnail,
body:not(.home) .site-main > .attachment-post-thumbnail{
	display: none;
}

.page-title {
    margin: 0;
    text-transform: uppercase;
}



@media screen and (min-width:1340px)  {
	.wp-image-8105 {
		width:60%;
	}
}

.entry-footer {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

a, a:visited, a:active {
  color: #00b2b2;
}

.widget a {
  color: #00b2b2;
}

.navigation-main a {
	color: #00b2b2;
}

.entry-title a {
  color: #00b2b2;
}

a.more-link {
  border-bottom: 2px solid transparent;
  color: #00b2b2;
  font-weight: 600;
  display: none;
}

.frontone .main {
  margin-top: -10px;
  position: relative;
  z-index: 0;
}

.wp-block-image img {
  margin-bottom: 0px;
}
.navigation-main ul {
background: white;
}