.washrunner-call-desktop {
    padding-right: 0;
}
#washrunner-phone-link {
    color: #3384b9;
}
#washrunner-phone-link:hover {
    color: #55a6db;
}
.washrunner-action-desktop {
    margin: 11px 0 20px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Open Sans';
    color: #3384b9;
    font-style: italic;
}
.washrunner-action-link:hover {
    color: #55a6db;
}
.washrunner-action-link:active {
    color: #55a6db;
}
.washrunner-action-link:visited {
    color: #55a6db;
}
.washrunner-action-link a:visited {
    color: #55a6db;
}
.washrunner-call-mobile {
    display: none;
}
.washrunner-call-action {
    margin: 0px 0 1px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Open Sans';
    color: #3384b9;
    font-style: italic;
}
.washrunner-phone-number {
    background-color: #3384b9;
    color: #fff;
    border: 0;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    font-size: 1.8em;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    width:350px;height:50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 3px 0 0;
    margin: 1px 0 6px 0;
    transition: color 0.2s ease-in-out 0s,background 0.2s ease-in-out 0s,border 0.2s ease-in-out 0s
}
.washrunner-phone-number:hover {
    background-color: #55a6db;
}

.washrunner-description-text {
    font-family: 'Source Sans Pro', sans-serif;
}

@media only screen and (max-width:768px) {
    .washrunner-call-mobile {
        display: block;
    }
    .washrunner-call-desktop {
        display: none;
    }
}
