/*
Theme Name: LVGEA 3.3
Theme URI: https://github.com/jdugdown/wp-starter-theme
Author: Josh
Author URI: https://joshuad.me/
Description: A custom WordPress theme for the fine folks at LVGEA.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpst
*/

#labor-force-page   .areas .left-graph{
    width: 70%;
}
#labor-force-page .areas .right-graph {
    width: 30%;
}
/*Perspective page form error*/
.custom-password-message{
    color: #900;
    font-weight: bold;
    margin: 20px 0 0 0;
}

@media screen and (max-width: 768px){
	.footer-nav>li ul a ,
	.footer-nav>li>a{
	    padding: 10px 5px;
	}
	.footer-nav ul.sub-menu li.menu-item.social-links a{
		padding: 14px;
	}
} 