/* all images */
img {
	border-radius: 4px;
}

/* links */
.post span {
	color: #3ab578!important;
}

.post a, .widget_archive li a {
  font-weight: 500;
}

.menu-item span {
	color: #fff!important;
}

/* big font awesome icons */
.one-third .fas {
	font-size: 8rem;
}

/*hides post byline*/
.entry-meta {
	visibility:hidden;
}

.entry-meta time {
	visibility:visible;
}

/* input forms */
input, select, textarea {
	border-radius: 4px!important;
}

/*ninja form button*/
.nf-element[type="button"] {
  background: #3ab578!important;
}

.nf-element[type="button"]:hover {
  color: #fff!important;
  background: #222!important;
}

/* footer */
#simple-social-icons-3 {
    max-width: 220px;
}

#footerServingSince {
	display: none;
}

.site-footer {
	color: #ccc;
}

/*removes sidebar on mobile*/

@media screen and (max-width:1023px) {
  #genesis-sidebar-primary {
    display: none!important;
  }
}