.today {
  display: none !important;
}

span.wpc-highlight:after {
    content: '\00b0'!important;
}

.img-hover:hover{
  opacity: .7;
}



.header {
  background-color: #203864;
}

.header-phone h3 {
  color: #fff;
}


.header-ctas {
	display:flex;
}

.header-review-btn {
	background: #537CCB;
	padding: 0.65rem;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-review-btn:hover {
	background: #355ead;
}

.header-review-btn .fa {
	margin-right: 0.9375rem;
}

.header-review-btn h2, .header-review-btn .fa {
	font-size: 1.125rem;
	font-weight: 900;
	color: #fff;
	display: inline;
}

.social-bar-right {
	padding: 0.65rem;
}

.postscript-two .ps-two-widget div:first-of-type {
  display: block;
}

#text-5 {
	text-align: center;
}

@media only screen and (min-width: 40em) {

    #menu-main-menu ul > li.has-dropdown:after {
        font-family: FontAwesome;
        content: "\f105";
        color: #fff;
        position: absolute;
        top: 12px;
        right: 7px;
        font-size: 14px;
    }
}

@media screen and (max-width: 667px) {
	.header-ctas {
		display: block;
		width: 100%;
		padding: 0;
	}
    #post-189 h2 {
        padding-bottom: 15px;
    }
    .content-wrapper {
        padding: 1.75rem 0rem;
    }
    .social-bar-left ul {
        padding-bottom: 15px;
    }
    .footer-top {
    text-align: center;
    }
    .header-logo img {
        margin-bottom: 3rem !important;
    }
    .header-phone h3 {
        font-size: 2rem;
    }
    .header-phone h2 {
        padding-bottom: .6rem;
    }
    .fix-hp {
        height: 120px!important;
        padding-bottom: 75px!important;
        padding-top: 0px!important;
    }
    h2 {
        text-align: center;
    }
    .top-bar {
        height: 2.8rem;
    }
    h1, h2.blog-title {
        font-size: 1.75rem;
    }
    .alignleft {
        float: none;
        margin: 0px auto;
        padding-bottom: 15px;
    }
    .alignright {
        float: none;
        margin: 0px auto;
        padding-bottom: 15px;
    }
    img {
        display: block!important;
        margin: 0 auto!important;
        float: none!important;
    }
    .page-title {
        padding: 1.9rem;
    }
    h1 {
        line-height: 2.5rem;
        text-align: center;
    }
    .header-phone h2 {
        padding-top: 0px;
    }
    .fix-hp {
        height: 120px!important;
        padding-bottom: 75px!important;
        padding-top: 0px!important;
    }
    .header-phone h3 {
        font-size: 2rem;
    }
    .small-9 {
        width: 65%;
    }
    .contact-bar-left {
        padding-right: 15px!important;
    }
    .postscript-cities .row .row {
        margin: 0;
    }
    .footer-top h2 {
        padding-top: 10px;
    }
    .forecast .temp_min {
        margin-left: 0px;
    }
    h1.home-title {
        padding-bottom: 20px;
    }
    .city-list .city-column {
        margin-bottom: 0rem;
    }
    .accordion {
        margin-bottom: 0;
        padding-left: 0rem;
        display: block;
        margin: 0 auto;
    }
    #wpc-weather .forecast .temp_min {
        margin-left: 0px!important;
    }
    .postscript-two .ps-two-widget div:first-of-type {
        display: none;
    }
}