.phoenix-slide-select,
.phoenix-home-select{
    text-transform: capitalize;
    font-weight: bold;
}
.psacp-post-slider-wrap .owl-nav .owl-next,
.psacp-post-slider-wrap .owl-nav .owl-prev{
    background: rgba(0,0,0,0.3);
}

/* Styles for phoenix_doctor and phoenix_action shortcodes */
.phoenix-left-container,
.phoenix-right-container{
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 1px 3px 0 #b5b5b5;
    border: 1px solid #DDD;
    border-bottom: 4px solid #36b8ec;
    background: #f2f2f2;
}
.phoenix_left li,
.phoenix_right li{
    padding: 20px;
    border-top: 1px #fff solid;
    display: block;
    width: 100%;
    clear: both;
}
.phoenix_left li::after,
.phoenix_right li::after{
    content: "";
    display: block;
    clear: both;
}
.phoenix_left .post-thumbnail,
.phoenix_right .post-thumbnail{
    width: 28%;
    float: left;
    margin: 0;
    margin-right: 2%;
}
.phoenix_left .post-content a,
.phoenix_right .post-content a{
    color: #006cb5;
    font-weight: bold;
    text-transform: uppercase;
}
.phoenix_left .post-content h3,
.phoenix_right .post-content h3{
    font-size: 14px;
    line-height: 20px;
}
.phoenix_left .post-excerpt,
.phoenix_right .post-excerpt{
    max-height: 125px;
    overflow: hidden;
}
.custom-link{
    background: #f2f2f2;
    padding: 10px;
    border: 1px #eee solid;
    border-bottom: 2px #03ace5 solid;
    box-shadow: 0 1px 2px 0 #ccc;
}
.custom-link strong{
    color: #111;
    border: 1px solid #ddd;
    border-top: 2px solid #6091ba;
    background: #f5f5f5;
    padding: 7px 15px;
    display: inline-block;
    clear: both;
}
.custom-link a{
    background: #fff;
    padding: 8px 15px;
    border: 1px #eaeaea solid;
    font-weight: bold;
    display: block;
}
.custom-link p::after{
   content: ' ';
   display: block;
   clear: both;
   width: 100%;
}
.custom-link p{
    margin-bottom: 2px;
}
.wpcf7-form .wpcf7-spinner{
    display: none;
}
.phoenix-view-more{
    padding: 20px;
    border-top: 1px #fff solid;
    font-weight: bold;
}
