/*
Theme Name: LWV theme
Description: Custom theme for League of Women Voters
Author: Aaron Hodge Silver
Author URI: https://www.springthistle.com
Version: 1.0
Template: nirvana
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: Merriweather, Georgia, 'Times New Roman';
}

header#header *,
h1, h2, h3, h4, h5,
a.vc_btn3 {
	font-family: Lato, Arial, Helvetica, sans-serif !important;
}

/* header image */

#branding {
	height: auto !important;
	max-width: 1000px;
}

#bg_image {
	height: auto;
	width: 100%;
	min-height: inherit !important;
	max-width: 700px;
	margin: 10px 0 10px 1%;
	cursor: pointer;
}


/* header */

#access a > span {
	text-transform: none !important;
}

#access ul li a {
	font-size: 1.1rem !important;
}

/* header action buttons */

#header-widget-area {
	display: flex !important;
	align-items: flex-end;
	width: auto !important;
}

#header-widget-area ul {
	width: 100%;
}

#header-widget-area .widget_nav_menu {
	margin-bottom: 0 !important;
}

#menu-action-buttons {
	text-align: right;
}

#header-widget-area .widget-container ul li {
	display: inline-block !important;
}

#header-widget-area .widget-container ul li a {
	display: block;
	padding: 5px 10px;
	border: 2px solid #666666;
	background: #666666;
	border-radius: 4px;
	margin: 3px 0px 5px 10px;
	color: #fff;
}

#header-widget-area .widget-container ul li a:hover {
	background: #ffffff;
	color: #666666;
}

#header-widget-area .widget-container ul li.purple a {
	background: #652964;
	border-color: #652964;
}

#header-widget-area .widget-container ul li.purple a:hover {
	background: #ffffff;
	color: #652964;
}

#header-widget-area .widget-container ul li.blue a {
	background: #005596;
	border-color: #005596;
}

#header-widget-area .widget-container ul li.blue a:hover {
	background: #ffffff;
	color: #005596;
}
#header-widget-area .widget-container ul li.red a {
	background: #be1035;
	border-color: #be1035;
}

#header-widget-area .widget-container ul li.red a:hover {
	background: #ffffff;
	color: #be1035;
}

/* mobile nav hamburger */

.nirvana-menu-left #nav-toggle {
	text-align: center;
}


/* social icons */

#sheader {
	float: right;
}

.socials a {
	margin-left: 20px;
}

.socials .social-Facebook .socials-hover, .socials .social-Facebook:hover .socials-hover {
	background-color: #3a5795;
}

.socials .social-Twitter .socials-hover, .socials .social-Twitter:hover .socials-hover {
	background-color: #1c96e9;
}

.socials .social-Mail .socials-hover, .socials .social-Mail:hover .socials-hover {
	background-color: #652964;
}

.socials .social-YouTube .socials-hover, .socials .social-YouTube:hover .socials-hover {
	background-color: #f60000;
}

.socials .socials-hover {
	border-radius: 50%;
	border: 2px solid transparent;
}

.socials a:hover .socials-hover {
	border-color: #eee;
}

.socials a:hover .socials-hover {
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
}

/* remove search box from nav bar */

#access li.menu-main-search {
	display: none !important;
}

#breadcrumbs {
	display: none !important;
}

/* pages */

#forbottom {
	padding-top: 10px;
}

h1.entry-title,
h2.entry-title {
	display: none !important;
}


#content h1, #content h2, #content h3, #content h4 {
	font-weight: bold;
}

#content h1 {
	font-size: 45px !important;
	line-height: 48px;
}

#content h3 {
	font-size: 29px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #000;
}

#content h3.blue {
	color: #005596;
}

#content h3.red {
	color: #c30f34;
}

#content h3.purple {
	color: #652964;
}

/* blocks */

.color-block {
	padding: 4%;
	background-color: #ccc;
	color: white;
}

.color-block .wpb_text_column p,
.color-block .wpb_text_column h1,
.color-block .wpb_text_column h2,
.color-block .wpb_text_column h3,
.color-block .wpb_text_column h4,
.color-block .wpb_text_column h5,
.color-block .wpb_text_column ul,
.color-block .wpb_text_column ol {
	padding-left: 4%;
	padding-right: 4%;
}

#content .color-block h1, #content .color-block h2, #content .color-block h3, #content .color-block h4, #content .color-block h5 {
	color: white;
}

#content .color-block h2 {
	font-weight: bold;
	margin: 0;
}

.color-block a {
	color: white;
	text-decoration: underline;
}

.color-block a:hover {
	color: white;
	text-decoration: none;
}

.color-block.purple-block {
	background: #652964;
}

.color-block.blue-block {
	background: #005596;
}

.color-block.red-block {
	background: #c30f34;
}


.lwv-buttons .vc_btn3 {
	background: white !important;
	border: 3px solid #005596 !important;
	color: #005596 !important;
	font-weight: bold;
}

.lwv-buttons .vc_btn3:hover {
	background: #005596 !important;
	color: white !important;
}


#footer, #footer2 {
	background-color: #005596 !important;
}

#footer2-inside em { display: none !important; }

#footer {
	padding-bottom: 30px;
}

@media (max-width: 600px) {
	
	#menu-action-buttons {
		text-align: center;
	}
	
	#header-widget-area .widget-container ul li a {
		padding: 0px 10px;
		margin: 3px 0px 5px 10px;
		font-size: 12px;
	}
	
	#content h1 {
		font-size: 13vw !important;
		line-height: 13vw;
	}

}
