body {
	font-family: "Lato","Helvetica Neue",sans-serif;
	font-weight: 300;
	font-size: 24px;
}

/* very top navbar - currently not in use, can change that */
.top-navbar {
	padding: 0;
	margin-bottom: -12px;
	background-color: 	#4cb5ac;
	
}

/* main logo above navbar */
.navbar-brand-wpz img {
	width: 400px;
	margin-top: 0;
	margin-bottom: 3px;
	background: #fffccc;
}




/* this is for the main navbar */
.main-navbar {
	background-color: #4cb5ac;
	padding: 2%;
	    min-height: 80px;
	margin-bottom: 20px;
}

/* this is the navbar text */
.main-navbar a {
	font-family: "Lato","Helvetica Neue",sans-serif;
	font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 13px;
	color: #ffffff;
}

/* this is the padding for navbar*/
.navbar-wpz a {
	padding: 10px 10px;
}

/* navbar search icon */
.sb-search .sb-icon-search {
	background-color: #f0506d;
}

.main-navbar a {
    font-family: "Lato","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.3em;
    font-size: 13px;
    background-color: #f0506d;
}



/* sidebar popular/recent posts */
.wpt_widget_content .entry-title {
	font-family: "Lato","Helvetica Neue",sans-serif;
	font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 16px;
}

/* sidebar popular posts hover */
.wpt_widget_content a:hover {
	color: #67c2f7;
}

/* category links */
.cat-links a {
	color: #67c2f7;
}

.entry-meta a {
	color: #67c2f7;
}

/* read more button */
.readmore_button a {
	background-color: #f0506d;
	border-color: #F0F0F0;
}

/* blog post title */
.entry-title {
	font-family: "Lato","Helvetica Neue",sans-serif;
}

/* print btn on blog post */
.single .share a.print {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
	color: black;
}


.single-post .wp-post-image {display:none;}

.entry-meta {
    display: none;
    margin-bottom: 15px;
    /* color: #9c1616; */
    /* text-align: center; */
}



a {
  color: #f0506d;
}


a:hover { 
  color: #9ecadd;
}



body {
  color: #2c6d67;
}


.cat-links {
    display: none;
  
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    background-color: #fffccc;
}



.section-title {
    margin-bottom: 10px;
    color: #222;
    font-size: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
}


p {
    display: block;
    margin-block-start: 2em;
    margin-block-end: 1em;
    margin-inline-start: 30px;
    margin-inline-end: 0px;
}



.crp_related {
  clear:both;
 margin-left:auto;
    margin-right:auto;
    width: 600px;
}

.clearfix {
  zoom:1;
	margin: 10px;
}

.yikes-easy-mc-form {
  display:block;
   margin-left:auto;
    margin-right:auto;
    width: 400px;
}



.single .post_author {
   
    border: 2px solid #4cb5ac;
	 margin-left: 10px;
}



.prevnext {
    border-top: 0px solid #eeeeee;
    border-bottom: 0px solid #eeeeee;
   overflow: hidden;
}



.single .share a.print {
   display: none;
	    border-color: transparent;
}


.crp_related ul {
    list-style: none;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
	border-color: transparent; 
}
   
.crp_related .crp_title {
    display: none;
   background-color: transparent; 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.crp_related li {
    margin: 10px !important;
    border: transparent;
    padding: 10px;
}


.crp_related li {
-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}


.readmore_button a:hover, .readmore_button a:active {
    color: #fff;
    background: #4cb5ac;
    border-color:#4cb5ac;
}

.readmore_button a {
   color: #ffffff;
    padding: 10px 30px;
   
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
   width: 100%;
}

#sidebar .widget:after {
     background: transparent;
    
}