/*
Theme Name:     Silver Lake Chamber of Commerce
Theme URI:      http://www.silverlakechamber.com
Description:    Silver Lake Chamber of Commerce theme based on Twenty Twelve theme
Author:         Zbra Studios
Author URI:     http://www.zbrastudios.com
Template:       twentytwelve
Version:        1.0
*/

@import url('twentytwelve.css');
@import url('assets/fonts/league-gothic/stylesheet.css');

/*==================== Base Styles and Classes ====================*/
body {
	font: normal 13px/1.5em Arial, sans-serif;
	color: #00151f;
	background: url(assets/images/body-bg.jpg) repeat;	
}
a {
	color: #81a240;
	text-decoration: underline;
	border: none;
	outline: none;
}
	a:hover, a:active {
		color: #abd459;
		text-decoration: none;	
	}
p {
	padding-bottom: 18px;	
}
	p.no-padding, .entry-content p:last-child {
		padding: 0;	
	}
h1, h2, h3, h4, h5, h6 {
	padding: 3px 0 1px;
	line-height: 1em;
	font-weight: normal;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;	
}
h3 {
	font-size: 28px;
	color: #09768d;	
}
	#narrow h3, #content-inner h3 {
		padding-top: 0;	
	}
ul {
	list-style: disc;
	padding: 0 0 12px 33px;	
}
ol {
	padding: 0 0 12px 33px;
	list-style-type: decimal;
    margin-left: 0;	
}
	ul li, ol li {
		padding: 0 0 6px;	
	}
	p + ul, p + ol {
		margin-top: -16px;	
	}
ul.no-style, ol.no-style {
	list-style: none;
	padding-left: 16px;	
}
button {
	cursor: pointer;
	border: none;	
}
img {
	border: none;
	outline: none;	
}
header, footer, hgroup {
	display: block;	
}
.relative, .pie {
	position: relative;	
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}
.clear {
	clear: both;
}
.text-center {
	text-align: center;
}
.text-replace {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;	
}
.upper {
	text-transform: uppercase;	
}
.button {
	padding: 4px 10px;
	background: #09768d;
	font: normal 19px/1em 'LeagueGothicRegular', Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	a.button:hover, button.button:hover {
		background: #10a0be;
		color: #fff;
	}
	.button.larger {
		font-size: 24px;
		padding: 4px 16px 2px;	
	}
	.button.red {
		background-color: #C63A07;
		color: #fff;
	}
	.button.red:hover {
		background-color: #e1430a;
		color: #fff;
	}
	#content-inner .button {
		padding: 10px 20px;
		font: normal 22px/1em 'LeagueGothicRegular', Arial, sans-serif;
	}
.wrapper {
	clear: both;
	float: left;
	width: 100%;	
}
.container {
	width: 960px;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;	
}

/*==================== #top (header area) ====================*/
#top {
	height: 300px !important;	
}
	.home #top {
		height: 453px !important;	
	}
/* Navigation */
#navigation {
	position: absolute;
	width: 100%;
	height: 113px;
	background: url(assets/images/header/nav-bg.png) repeat;
}
	.home #navigation {
		background: none;	
	}
	#navigation nav {
		position: absolute;
		z-index: 10;	
	}
		.left-side {
			width: 330px;
			top: 37px;
			left: 10px;	
		}
		.right-side {
			width: 315px;
			top: 37px;
			right: -2px;	
		}
		.top-corner {
			width: 100px;
			top: 8px;
			right: 18px;
			text-align: right;	
		}
	nav a {
		display: block;
		margin-left: 28px;
		color: #001822;
		text-decoration: none;
		font: normal 22px/1em 'LeagueGothicRegular', Arial, sans-serif;
		text-transform: uppercase;	
	}
		nav a.pie {
			padding: 3px 8px 1px;
			margin-left: 4px;	
		}
			nav.right-side a.pie {
				margin-left: 7px;	
			}
		nav a:first-child {
			margin-left: 0;	
		}
		nav.top-corner a {
			display: inline;
			margin: 0;
			font-size: 15px;
			text-decoration: underline;	
		}
		nav a:hover {
			color: #001822;
			text-decoration: none;	
		}
			nav a.pie:hover, nav a.pie.current {
				background: #FFF;
				border-radius: 15px;
				-moz-border-radius: 15px;
				-webkit-border-radius: 15px;
			}
/* Logo */
.site-logo {
	position: absolute;
	z-index: 1;
	width: 324px;
	height: 142px;
	top: 0;
	left: 314px;
	padding: 21px 0 0 61px;
	background: url(assets/images/header/logo-glow.png) no-repeat;
}
.tablet-nav {
	display: none !important;
	top: 44px;
	right: 5px;
}
	.tablet-nav select {
		font-size: 14px;
		padding: 2px;	
	}
	.tablet-nav span {
		font: normal 18px/1em 'LeagueGothicRegular', Arial, sans-serif;
	}

/*==================== #main (main content area) ====================*/
#main {
	padding: 36px 0 26px;
	background: #FFF;
	box-shadow: inset 0 15px 10px -15px #acacac;	
}
	.home #main {
		padding: 20px 0;	
	}
#content {
	width: 700px;	
}
	.home #content {
		width: 960px;	
	}
#tweets {
	font-size: 11px;
	line-height: 1.5em;
}
	.tweet .tw-user {
		color: #66853f;	
	}
	.tweet .tw-date {
		display: block;
		color: #66853f;
	}
		.home .tweet {
			float: left;
			width: 214px;	
		}
			.home #tweets .tweet:first-child {
				padding-right: 20px;	
			}
#content-inner {
	width: 505px;
	padding-left: 40px;
	border-left: 1px solid #eaeaea;
	margin-left: -1px;	
}
	#content-inner.no-left-column {
		width: 700px;
		margin: 0;
		padding-left: 0;
		border-left: none;
	}
	#content.full-width, #content-inner.full-width {
		width: 100% !important;
	}
	#content-inner.full-width form {
		width: 100%;
	}
	#content-inner .gform_wrapper {
		margin: 0 0 30px;
	}
	#content-inner .radio-button .gfield_radio li {
		display: inline-block;
		padding: 0 !important;
		margin: 0 15px 0 0 !important;
		background: #09768d;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #fff;
		cursor: pointer;
	}
	#content-inner .radio-button .gfield_radio li:hover label, #content-inner .gform_wrapper .radio-button ul.gfield_radio li input[type=radio]:checked + label {
		background: #10a0be;
		color: #fff;
		text-decoration: underline;
	}
	#content-inner .radio-button .gfield_radio li input {
		display: none;
		margin: 0;
	}
	#content-inner .radio-button .gfield_radio li label {
		max-width: 100% !important;
		padding: 15px 30px !important;
		margin: 0 !important;
		background: #09768d;
		font: normal 24px/1em 'LeagueGothicRegular', Arial, sans-serif !important;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	#content-inner .gform_footer .gform_button {
		padding: 15px 30px !important;
		font: normal 30px/1em 'LeagueGothicRegular', Arial, sans-serif !important;
	}
	#content-inner .gform_wrapper .gfield_checkbox li label, #content-inner .gform_wrapper .gfield_radio li label {
		font-size: 13px;
	}
.line-text {
	max-width: 150px;
	padding: 45px 30px 0;
    margin-bottom: -55px;
	border-top: 1px solid #000;
	text-align: center;
}
	.line-text span {
		position: relative;
		display: inline-block;
		padding: 15px;
		top: -70px;
		background-color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1em;
	}

/*==================== #narrow (left sidebar, used in page-templates/membership.php) ====================*/
#narrow {
	width: 120px;
	padding-right: 34px;
	border-right: 1px solid #eaeaea;	
}
#narrow.less-narrow {
	width: 124px;
	padding-right: 30px;	
}
	#narrow .button-holder {
		width: 100px;
	}
.break-or {
	display: block;
	padding: 10px;
	color: #c0c0c0;
	font: normal 16px/1em 'LeagueGothicRegular', Arial, sans-serif;
}
	#narrow h4 {
		margin-bottom: 18px;	
	}
		#narrow h4 a {
			font-size: 22px;
			line-height: 1.1em;
			color: #09768d;
			text-decoration: none;
		}
			#narrow h4 a:hover, #narrow h4 a.current {
				color: #00151f;	
			}
/*==================== #sidebar (widget area) ====================*/
#sidebar {
	width: 230px;	
}
	#sidebar .widget {
		width: 210px;
		padding: 9px;
		margin-top: 20px;
		border: 1px solid #cacaca;	
	}
		#sidebar .widget:first-child {
			margin-top: 0;	
		}
	.widget h4 {
		padding: 0 0 6px;
		font-size: 20px;
		color: #a2a5a2;	
	}
	#sidebar .widget.no-border {
		border: none !important;
		padding: 0;	
	}
.widget-title {
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;	
}
	#sidebar.blog-sidebar .widget-title {
		color: #00151f;
		font-size: 29px;	
	}
	#sidebar.blog-sidebar .widget-title.blog-smaller {
		text-align: left;
		font-size: 26px;	
	}
/* Small widget shared styles */
#text-2, #text-3 {
	position: relative;
	height: 103px;	
}
.button-wrapper {
	position: absolute;
	width: 210px;
	bottom: -6px;
}
	.button-wrapper span {
		padding: 8px 0 5px;
		background: #FFF;
		border: 5px solid #FFF;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;	
	}
/* Join Now */
#text-2 {
	background: url(assets/images/sidebar/join-bg.jpg) 9px 9px no-repeat;	
}
	#text-2 .widget-title {
		margin-top: 3px;
		color: #FFF;	
	}
.gsection_title {
	font-size: 28px !important;
	font-weight: normal !important;
}
.page-template-join #field_3_25 .gfield_label {
	display: none !important;
}
/* Member to Member */
#text-3 {
	background: url(assets/images/sidebar/member-bg.jpg) 9px 9px no-repeat;	
}
	#text-3 .widget-title {
		text-indent: -9999px;
		overflow: hidden;	
	}
/* Social Media */
#sidebar .social-media {
	width: 100%;
	height: 30px;
	padding: 0 0 10px;
	margin: 9px auto 13px;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
}
	#sidebar .social-media a {
		display: inline-block;
		width: 28px;
		height: 24px;
		margin-left: 4px;
		padding: 4px 0 0;
		background: #6dc7da;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		color: #09768d;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
	}
	#sidebar .social-media a:hover {
		background-color: #09768d;
		color: #fff;
	}
#sidebar .latest-tweets, .box.long .latest-tweets {
	display: block;
	font-size: 11px;
	line-height: 1.35em !important;	
}
#sidebar.blog-sidebar .screen-reader-text, h3.assistive-text {
	display: none;	
}
#sidebar.blog-sidebar #searchsubmit {
	position: relative;
	width: 22px;
	height: 18px;
	top: -5px;
	left: 5px;
	font-size: 0;
	border: none;
	cursor: pointer;
	background: url(assets/images/sidebar/icon-magnifying-glass.png) left center no-repeat;
}
#sidebar.blog-sidebar input, #sidebar.blog-sidebar select {
	width: 160px;
	background: #f4f4f4;
	border: 1px solid #ededed;	
}

/*==================== #bottom (footer area) ====================*/
#bottom {
	padding: 14px 0 0;
	margin-bottom: 10px;
	font-size: 11px;
	background: url(assets/images/footer/colored-boxes_new.png) 50% 97% no-repeat;
	background-size: 80px 27px;
}
	#bottom p {
		padding-bottom: 6px;		
	}
	#bottom a {
		color: #00151f;	
	}
		#bottom a:hover {
			color: #92a5af;	
		}
.social-media {
	width: 79px;
	height: 21px;
	margin: 0 auto 12px;
}
	.social-media a {
		width: 21px;
		height: 21px;
		margin-left: 8px;
		background: url(assets/images/footer/sm-icons.png) no-repeat;
	}
		.social-media a.fb {
			margin-left: 0;
		}
			.social-media a.fb:hover {
				background-position: -21px 0;	
			}
		.social-media a.tw {
			background-position: 0 -21px;
		}
			.social-media a.tw:hover {
				background-position: -21px -21px;	
			}
		.social-media a.em {
			background-position: 0 -42px;
		}
			.social-media a.em:hover {
				background-position: -21px -42px;	
			}
	/* Footer widgets */
	#bottom .widget {
		text-align: left !important;
		padding: 0 10px;	
	}
		#bottom .widget .widget-title {
			display: block !important;
			font-size: 24px;
			padding-bottom: 8px;
			color: #00151f;
			text-align: left !important;	
		}
#footer-left {
	width: 340px;
}
#footer-middle {
	width: 215px;	
}
#footer-right {
	width: 250px;	
}
	#footer-right .sm-icons {
		position: absolute;
		width: 130px;
		height: 28px;
		top: 0;
		right: 5px;
	}
		#footer-right .sm-icons a {
			display: inline-block;
			width: 28px;
			height: 24px;
			padding: 4px 0 0;
			margin-left: 2px;
			background: #6dc7da;
			border-radius: 100%;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			color: #09768d;
			font-size: 20px;
			text-align: center;
			text-decoration: none;
		}
		#footer-right .sm-icons a:hover {
			background-color: #09768d;
			color: #fff;
		}
		#bottom .widget p, #bottom .widget .gform_description {
			display: block;
			text-transform: none !important;
			line-height: 1.3em !important;	
		}
		#bottom .widget ul {
			list-style: none;
			padding: 0 !important;
		}
			#bottom .widget ul.left {
				float: left;
				width: 54%;	
			}
			#bottom .widget ul.right {
				float: right;
				width: 44%;	
			}
			#bottom .widget ul li {
				padding-bottom: 1px;	
			}
		#bottom .widget .gform_wrapper {
			margin: 0 !important;	
		}
		#bottom .gform_wrapper .gform_heading {
			margin-bottom: 8px;	
		}
		#bottom .gform_wrapper .top_label input.medium {
			width: 130px;
			padding: 5px !important;	
		}
		#bottom #field_14_3 {
			position: relative;
		}
		#bottom .gform_wrapper .gfield_description {
			position: absolute;
			bottom: 15px;
			right: -90px;
		    padding: 2.5px 0 0;
		    margin-bottom: -12.5px;
			line-height: 1.35rem;
		    text-align: center;
		    text-transform: none !important;
		}
		#bottom .gform_footer {
			position: absolute;
			width: auto;
			bottom: 1px;
			right: 15px;
			margin: 0 !important;
		}
		#bottom .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
			margin: 0 !important;	
		}
		#bottom #gform_submit_button_5, #bottom .footer-form .gform_button {
			padding: 3px 5px 1px !important;
			font-size: 20px !important;	
		}
		#bottom .validation_error, #bottom .gfield_description.validation_message {
			display: none !important;	
		}
		#bottom .gform_wrapper li.gfield.gfield_error, #bottom .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
			background: none !important;
			padding: 0 !important;
			border: none !important;
		}
		#bottom #gforms_confirmation_message {
			margin: 0 !important;
			text-transform: none !important;	
		}
		#bottom .footer-form .gform_body {
			margin-top: -37.5px;
		}
.copyright {
	font-size: 9px;
	padding-top: 20px;
	text-transform: none !important;
	text-align: left !important;
}

/*==================== form styles (gravity forms) ====================*/
h3.gform_title {
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	color: #00151f !important;
	padding: 0 0 2px !important;
	margin: 0 !important;
}
.gform_footer {
	padding: 0 !important;
}
.gform_button {
	font-size: 24px !important;
	border: none !important;
	cursor: pointer !important;
	padding: 4px 16px 2px !important;
	text-transform: uppercase !important;		
}
	.gform_button:hover {
		background: #10a0be !important;
		color: #fff !important;
	}

/* COVID-19 CTA */
#covid-cta {
	padding: 20px;
	background-color: #C63A07;
	color: #fff;
	font-size: 20pt;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}
	#covid-cta .container {
		max-width: 1024px;
	}
	#covid-cta .fa {
		position: relative;
		top: 2px;
		font-size: 22px;
		margin-right: 10px;
	}
	#covid-cta p {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#covid-cta a {
		color: #fff;
	}
	#covid-cta a:hover {
		color: #eaeaea;
	}
@media screen and (max-width: 767px) {
	#covid-cta {
		padding: 10px;
		font-size: 100%;
	}
	#covid-cta .fa {
		top: 1px;
		font-size: 18px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 900px) {
	#bottom .gform_wrapper .gfield_description {
		position: relative;
		bottom: auto;
		right: auto;
	    padding: 0;
	    margin: 5px 0 -10px;
	}
}
@media screen and (max-width: 767px) {
	#bottom #gform_14 .gf_left_half, #bottom #gform_14 .gf_right_half {
		width: 100% !important;
	}
	#bottom #field_14_3 .ginput_container, #bottom #field_14_3 input {
		margin-top: 0;
	}
	#bottom .gform_wrapper .gfield_description {
		margin-top: 2.5px;
		padding-left: 5px;
		text-align: left !important;
	}
}
@media screen and (max-width: 641px) {
	#bottom .footer-form .gform_body {
		margin-top: 0
	}
	#bottom .footer-form .gfield {
		margin-top: 7.5px;
	}
	#bottom .footer-form input {
		margin-top: 0;
	}
	#bottom #gform_submit_button_5, #bottom .footer-form .gform_button {
		margin-bottom: 0 !important;
		line-height: 1em !important;
	}
	#bottom #field_14_3 input {
		padding-right: 100px;
	}
	#bottom .gform_wrapper .gfield_description {
		position: absolute;
		width: auto;
		top: 5px;
		right: 5px;
	}
}