/* 
Theme Name: Dr. Catherine Vanderloos
Theme URI: https://github.com/elementor/hello-theme/
Description: CFVanderloos is a child theme of Hello Elementor.
Author: Brad Pollitt
Author URI: https://mediarocketagency.com
Template: hello-elementor
Version: 1.0.1
Text Domain: cfvanderloos
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*** HEADER STYLES ***/
.cfv-header-tel a {
	color: #fff;
}

.cfv-header-tel a:hover {
	color: #EB47A8;
}

.cfv-header {
	z-index: 1;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
}

.cfv-cta h3 {
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}