/*
Theme Name: Construction Child
Theme URI: http://www.wpcharming.com
Description: Construction Child Theme
Author: WPCharming
Author URI: http://www.wpcharming.com
Template: construction
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpcharming
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* ============================================================
   Menu & header contact info — increased font sizes
   ============================================================ */

/* Top-level menu links (was 14px) */
.wpc-menu > li > a {
	font-size: 19px;
}

/* Dropdown menu links (was 13px) — no shadow needed, they have a solid white background */
.wpc-menu ul li a {
	font-size: 17px;
}

/* Contact info label text (was 12px) */
.site-header .header-right-wrap .extract-element {
	font-size: 16px;
}

/* Contact info value / phone number (was 15px) */
.site-header .header-right-wrap .extract-element .phone-text {
	font-size: 20px;
}

/* Text shadow on homepage only — white menu text over a transparent/image header */
body.home .wpc-menu > li > a {
	text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 8px rgba(0,0,0,0.5);
}

body.home .site-header .header-right-wrap .extract-element {
	text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 8px rgba(0,0,0,0.5);
}

body.home .site-header .header-right-wrap .extract-element .phone-text {
	text-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 0 8px rgba(0,0,0,0.5);
}