 /*
Theme Name:     Active|CMS Custom Theme
Theme URI:      http://www.activewebits.com
Description:    Custom theme for Coastal Anaesthesia Providers
Author:         Active WebITS
Author URI:     http://www.activewebits.com
Template:       caproviders
Version:        4.1.0
*/

/* Custom CSS  */
.header-two-aside {font-size: 16px;padding-top: 30px;font-size:18px;}
.patient-block {background: #336699; color:#fff;border: 1px solid #336699;border-radius:5px;padding:20px 10px;}
.patient-block:hover, .patient-block:hover a {background: #C3EBF4;color: #222;}
.patient-block a {color: #fff; text-decoration:none;}
.patient-block a:hover {color: #222;}
#footer-callout-wrap.btn-only #footer-callout {background-color: #b1dff9; padding:10px 0;}
#footer-callout .theme-button {width:30% !important; margin:5px auto;border-radius:5px !important;}

/* Media Queries */
@media screen and (min-width: 320px)and (max-width:1000px) {
.vcex-icon-box-two {min-height: 262px;}
#footer-callout .theme-button {width:70% !important;}
}