
.today {
  display: none !important;
}

footer .wpcf7-tel {
    width: 100%;
}

.opacity-hover:hover {
       opacity: .8;
}

.footer-box-content input[type="text"], .footer-box-content input[type="email"], .footer-box-content input[type="number"], .footer-box-content input[type="tel"], .footer-box-content textarea, .footer-box-content input[type="select"]{
	padding: 5px!important;
	border: none;
}

.footer-box-content select {
   color: rgb(0,0,0,.5);
   font-style: italic;
   font-size: 0.875rem;
   padding: 0.5rem 0;
}

h1, h2.blog-title{
line-height: 3.25rem;
}

.ryno-cities {
    padding-left: 30px;
}

.ryno-cities .ryno-column {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(175px,1fr));
}

.ryno-cities .ryno-column li {
    position: relative;
}

.ryno-cities a {
    color: #F7EB5B;
    color: #fff;
    text-decoration: underline;
}

.ryno-cities a:hover {
      text-decoration: underline;
}

.footer-form-name {
    width: 47% !important;
    margin-right: 11px !important;
    display: inline-block !important;
}

.footer-box-content {
    text-align: center;
    color: #fff;
}

/* Media Queries */
@media screen and (min-width: 40em) {
    .top-bar-section > ul {
        display: flex;
        height: auto!important;
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 64em) {
    .footer-form-name {
        width: 100% !important;
        margin-bottom: 16px !important;
    }
    .footer .wpcf7-tel {
        width: 100%;
    }
}

@media screen and (max-width: 40em) {
   .ryno-cities .ryno-column a {
        color: #fff;
        text-decoration: underline;
   }
}

/* RSA Styles Start */
body.page-id-116 .ryno-service-areas .rsa-pipe-template__icon, 
body.page-id-116 .ryno-service-areas .rsa-abc-template__icon, 
body.page-id-116 .ryno-service-areas .rsa-drop-template__icon, 
body.page-id-116 .ryno-service-areas .rsa-grid-template__icon {
	color: #fff;
	font-weight: bold; 
}
body.page-id-116 a.rsa-pipe-template__link, 
body.page-id-116 a.rsa-abc-template__link, 
body.page-id-116 a.rsa-drop-template__link, 
body.page-id-116 a.rsa-grid-template__link {
    color: #fff;
}

body.page-id-116 a.rsa-pipe-template__link:hover, 
body.page-id-116 a.rsa-abc-template__link:hover, 
body.page-id-116 a.rsa-drop-template__link:hover, 
body.page-id-116 a.rsa-grid-template__link:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

body.page-id-116 .ryno-service-areas .rsa-grid-template__city {
	line-height: 1.190rem
}

.ryno-service-areas .rsa-pipe-template__icon, 
.ryno-service-areas .rsa-abc-template__icon, 
.ryno-service-areas .rsa-drop-template__icon, 
.ryno-service-areas .rsa-grid-template__icon {
	color: #135C9A;
}
/* RSA Styles End */