

.phone-number-top h3, .phone-number-top h3 a{
	font-size: 31px;
}

.today {
  display: none !important;
}

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

.top-cta-btn {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.footer-box-content {
    text-align: center;
    color: #fff;
}
.footer-license {
    margin-top: 16px;
}

.ryno-column {
    font-size: 16px;
    padding-left: 115px;
}
.ryno-column a {
    color: #fff;
    font-weight: bold;
}
.ryno-column a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 40em) {
    .city-name {
        text-align: center;
    }
    .top-cta-btn {
        margin-top: 1.75rem;
        margin-bottom: 0;
    }
    .phone-number-top h2 {
        margin-top: 1.75rem;
    }
}

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

.wpcf7 p {
    margin: 0 !important;
}