/* Enter Your Custom CSS Here */
#side-menu .menu-item .link-text,
.entry-footer-inner .social-icon a {
	    color: #d42026 !important;
}

#footer-2 .schema-info.zip {
  margin-left: .5rem;
}

.post-layout-1 .btn.outline.light-green {
  border: solid 2px #d42026 !important;
}

.btn.light-green.outline:hover,
.btn.light-green.outline:active,
.btn.light-green.outline:focus {
	color: #fff !important;
  background: #d42026 !important;
}


#footer-2 .schema-info.address2,
#footer-2 .schema-info.state,
#footer-2 .schema-info.zip {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  #footer-1 {
  	text-align: center;
  }
  
  .company-address {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .single-post .social-share-wrap {
  	padding-top: 1rem;
  }
}

#footer-2 .footer-widget:nth-child(3) {
	text-align: center;
  padding: 20px 0;
}

#footer-2 .footer-widget:nth-child(3) * {
font-family: "Open Sans",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.17em;
    line-height: 1.8;
}


@media all and (min-width:800px){
#footer-2 .footer-widget:nth-child(3) {
	text-align: left;
  }
}

@media all and (min-width:800px){
.footer-logo a img {
    transform: translateY(60px);
}
}

@media all and (min-width:800px){
.footer-inner {
    padding-top: 0 !important;
}
}