@import url('https://fonts.googleapis.com/css?family=Roboto');

/*Hide Extra P Tag In Testimonial Slider*/
.slide-inner p:first-of-type {
    display: none;
}

.page-title {
   background-color: #1259b5;
}

.contain-to-grid .top-bar {
    margin: auto!important;
}

.top-bar-section > ul, {
    display: flex;
    height: auto !important;
    justify-content: space-between;
    width: 100%;
}

.footer-main .columns:first-of-type br {
    display: none;
}

/*Products Table Rebuilt with Foundations grid*/
.ryno-products-table {
    border: 1px solid #ddd;
}
.ryno-products-table .row {
    margin: 0!important;
}
.ryno-products-table .ryno-dark-row {
    background-color: #F9F9F9;
}
.ryno-products-table .row {
    padding-top: 13px;
}
.ryno-flex-center {
    min-height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.footer-main .medium-4:first-of-type p {
    display: none;
}

.ryno-column a {
    color: #000;
    text-decoration: underline;
}

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    background: #383838 !important;
    border-bottom: 1px solid #000;
}

#wpcf7-f166-o1  select, #wpcf7-f166-o1  select option:first-of-type {
    color: #cccccc !important;
    opacity: 1;
}

#wpcf7-f166-o1 select option {
    color: #000;
}

@media screen and (max-width: 767px) {
    #wpc-weather .forecast .temp_min {
        margin-left: 0px!important;
    }
    /*Products Page Mobile Styles*/
    .ryno-products-table {
        text-align: center;
    }
    .ryno-flex-center {
        display: block; 
        min-height: 100px;
    }
    .ryno-products-table .row {
        padding: 12px;
        padding-top: 25px;
    }
}

@media screen and (max-width: 667px) {
    .header {
        padding: 1.563rem 0 0;
    }
    .contact-bar-left, .contact-bar-right {
        color: #ffffff;
        padding: 2.5rem 1rem 1rem;
    }
    .contact-bar h2 {
        color: #000;
    }
    .header-phone-inner {
        padding-top: 20px;
    }
    .content-wrapper {
        padding: 2.75rem 0rem;
    }
    .testimonial-slider {
        padding: 2.25rem 0.5rem;
    }
    .fix-hp {
        height: 90px!important;
        padding-bottom: 75px!important;
        padding-top: 0px!important;
    }
    .top-bar {
        height: 2.7rem;
    }
    .alignleft {
        float: none;
        margin: 0px auto;
        padding-bottom: 15px;
        display: block;
    }
    .alignright {
        float: none;
        margin: 0px auto;
        padding-bottom: 15px;
        display: block;
    }
    h2 {
        text-align: center!important;
        padding-bottom: 10px;
    }
    h1.home-title {
        padding-bottom: 20px!important;
        text-align: center!important;
    }
    img {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .postscript-cities h3 {
        font-size: 1.675rem;
        line-height: 2.5rem;
    }
    .row .row {
        margin: 0;
    }
    .ryno-cities .ryno-column {
          margin: -5px 0 0;
    }
}

.wpcf7 p {
    margin: 0 !important;
}

.postscript-cities .rsa-abc-template {
	padding: 0;
}

.postscript-inner {
    padding: 1.5rem 0rem 3.125rem 0rem;
}

.postscript-cities .rsa-abc-template__heading {
    color: #fff;
	font-weight: 700;
	font-size: 2.1rem;
}

.postscript-cities .rsa-abc-template__icon {
	color: #000;
}

.postscript-cities .rsa-abc-template__city {
	font-weight: 400;
	padding: 5px 0;
	margin-left: 15%;
}

.postscript-cities .rsa-abc-template__link {
	color:#000;
	font-weight: 900;
	transition: all 0s ease-in-out;
}

.postscript-cities .rsa-abc-template__link:hover {
	border-bottom: 2px solid #ec174f;
}

.rsa-interiorpage .rsa-abc-template__icon {
	color: #ec174f;
}

@media screen and (min-width: 639px) {
	.postscript-cities .rsa-abc-template__row {
    column-count: 3;
	}
}

@media screen and (min-width: 992px) {
	.postscript-cities .rsa-abc-template__row {
    column-count: 4;
	}
}

@media screen and (max-width: 575px) {
	.postscript-cities .rsa-abc-template__city {
		margin-left: 33%;
	}
}