/*
Theme Name: 	Dodd 2016
Author: 		Ted Angel
Author URI: 	http://tedangel.com.com
Description:	Betheme Child Theme
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*
* Default Header
*/

body:not(.template-slider) #Wrapper #Header_wrapper {
	background: url('http://billdodd.com/wp-content/uploads/2016/08/dodd-subheader.jpg') left top no-repeat !important;
	background-size: cover !important;
}

@media screen and (max-width: 960px) {
	body:not(.template-slider) #Wrapper #Header_wrapper {
		background: url('http://billdodd.com/wp-content/uploads/2016/08/dodd-subheader.jpg') -480px -0 no-repeat !important;
		background-size: auto !important;
	}
}

@media screen and (max-width: 767px) {
	body:not(.template-slider) #Wrapper #Header_wrapper {
		background: url('http://billdodd.com/wp-content/uploads/2016/08/dodd-subheader.jpg') -250px 120px no-repeat !important;
		background-size: cover !important;
	}
}

/*
* Menu
*/

@media screen and (min-width: 1240px) {
	#Top_bar #menu > ul > li > a {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 50px;
		text-transform: uppercase;
	}

	#Top_bar:not(.is-sticky) #menu > ul > li > a span {
		line-height: 50px
	}

	#Top_bar:not(.is-sticky) li.menu-contribute a span {
		background: #19315b;
		border-radius: 10px 0 0 10px;
		color: #fff;
		margin-right: 1px;
	}

	#Top_bar:not(.is-sticky) li.menu-volunteer a span {
		background: #006699;
		border-radius: 0 10px 10px 0;
		color: #fff;
	}

	#Top_bar.is-sticky #menu > ul > li > a {
		color: #fff;
	}

	#Top_bar.is-sticky #menu > ul > li > a:hover, #Top_bar.is-sticky #menu > ul > li > a:focus {
		color: #f3be37;
	}

	#Top_bar.is-sticky #menu li.menu-contribute a, #Top_bar.is-sticky #menu li.menu-volunteer a {
		background: #006699;
		margin-left: 1px;
	}

	#Top_bar.is-sticky #menu li.menu-contribute a:hover, #Top_bar.is-sticky #menu li.menu-contribute a:focus {
	
	}

	#Top_bar.is-sticky #logo {
		padding: 0 !important;
	}
}


@media screen and (max-width: 1239px) {
	#Top_bar #menu > ul > li > a {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	#Top_bar #menu > ul > li > a:hover, #Top_bar #menu > ul > li > a:focus {
		color: #f3be37;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
}


#Top_bar.is-sticky a.responsive-menu-toggle {
	top: 10px !important;
}

/*
* Page specific menus 
*/

body:not(.home):not(.page-thank-you) #Top_bar #menu > ul > li > a {
	color: #fff;
}

body:not(.home):not(.page-thank-you) #Top_bar #menu > ul > li > a:hover, body:not(.home):not(.page-thank-you) #Top_bar #menu > ul > li > a:focus {
	color: #f3be37;
}



/*
* Home Hero
*/

@media screen and (min-height: 1000px) {
	#home-hero {
		background-attachment: scroll !important;
	}
}


@media screen and (max-width: 767px) {
	#home-hero {
		background-size: auto !important;
		background-position: -300px -400px !important;
	}
}

.home-hero-inner {
	float: none;
	max-width: 1180px !important;
	margin: auto;
}

.home-hero-inner p {
	margin-bottom: 4px;
}

.home-email {
	background-color: #19315b;
	border-radius: 20px;
	float: right;
	text-align: center;
}

.home-email h2 {
	background-color: #069;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 10px;
	text-transform: uppercase;
}

.home-email .wpcf7 {
	padding: 10px;
}

.home-email .first-name {
	float: left;
	width: 49.8%;
}

.home-email .first-name input {
	border-radius: 10px 0 0 10px;
	font-size: 16px;
}

.home-email .last-name input {
	border-radius: 0 10px 10px 0;
	font-size: 16px;
}

.home-email .last-name {
	width: 49.8%;
	margin-left: 1px;
}

.home-email .email-address {
	float: left;
	width: 49.8%;
}

.home-email .email-address input {
	border-radius: 10px 0px 0px 10px;
	font-size: 16px;
}

.home-email .zip {
	float: left;
	margin-left: 1px;
	width: 25.2%;
}

.home-email .zip input {
	border-radius: 0 10px 10px 0;
	font-size: 16px;
}

.home-email input[type="submit"] {
	background-color: transparent;
	border: solid 3px #fff;
	border-radius: 10px;
	color: #fff;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 0px;
	padding-top: 9px;
	padding-bottom: 9.5px;
	transition: all 0.3s ease;
	width: 23%;
}


.get-involved-button {
	text-align: center;
	width: 100%;
}

.home-email a:hover {
	background-color: #069;
		color: #fff;
		text-decoration: none;
}


.home-email a {
	background-color: transparent;
	border: solid 3px #fff;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 20px auto;
	padding-top: 9px;
	padding-bottom: 9.5px;
	transition: all 0.3s ease;
	width: 90%;
}

.home-email input[type="submit"]:hover {
	background-color: #069;
}


@media screen and (max-width: 960px) {
	.home-email .zip {
		width: 49.8%;
	}
	
	.home-email input[type="submit"] {
		width: auto;
		float: none;
		margin-top: 10px;
	}
}

/*
* Home social banner
*/

#home-social-banner {
	line-height: 0;
}

#home-social-banner .mcb-section-inner {
	max-width: 1180px !important;
}

#home-social-banner .mcb-section-inner .column {
	border-left: solid 1px #19315b;
	border-right: solid 1px #19315b;
	margin: 0px;
	width: 100%;
}

#home-social-banner a.home-socal-btn {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#home-social-banner a.home-socal-btn i {
	color: #19315b;
}


@media screen and (max-width: 900px) {
	#home-social-banner a.home-socal-btn span.button_icon {
		display: block;
		padding-bottom: 0px;
	}
	
	#home-social-banner a.home-socal-btn span.button_label {
		padding-top: 5px;
		padding-right: 0px;
	}
}



/*
* Section Headings 
*/

.section-heading-blue h3 {
	color: #19315b;
	font-size: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.yellow-divider hr {
	background-color: #f3be37;
	height: 3px;
}

h3.section-title {
	color: #19315b;
	font-size: 26px;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}


/*
* buttons
*/

.column_button a.btn-round-white {
	background: transparent;
	border: solid 3px #999 !important;
	border-radius: 10px !important;
	color: #999 !important;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.column_button a.btn-round-white:hover, .button-stroke a.button:hover, .button-stroke a.tp-button:hover {
	background-color: #fff !important;
	border-color: #19315b !important;
	color: #19315b !important;
}

.column_button a.btn-round-white::after {
	background-color: transparent !important;
}


/*
* Subheaders
*/

#Wrapper #Subheader .title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

/*
* Blog Slider 
*/

.blog_slider .blog_slider_ul li .item_wrapper {
	text-align: center;
}


/*
* Meet Bill -- Home page
*/

#about-bill-home {
	background-size: cover;
	color: #fff;
}


#about-bill-home:before {
    content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to right,rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 100%);

  }

#about-bill-home .mcb-section-inner {
	max-width: 1180px !important;
	margin: auto;
	padding: 0 40px;
}

#about-bill-home h3 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
}

#about-bill-home p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 4em;
}

#about-bill-home .yellow-divider hr {
	margin: 40px 0;
	width: 90px;
}

#about-bill-home a.meet-learn-btn {
	background: transparent;
	border: solid 3px #fff !important;
	border-radius: 10px !important;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

#about-bill-home a.meet-fb-btn {
	background: #19315b;
	border-radius: 10px !important;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 3px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

/* 
* Video promo
*/

.video-promo-wrap {
	float: right;
}

.video-promo h3 {
	color: #f3be37;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 1.4em;
	text-shadow: 1px 1px 2px #19315b;
}

.video-promo h3 strong {
	font-weight: bold;
}

.video-promo {
	color: #fff;
	float: left;
	margin-right: 20px;
	text-align: right;
}

#video-promo a.popup-link {
	background: url(http://billdodd.com/wp-content/uploads/2015/12/video-thumb.jpg) no-repeat;
	display: block;
	float: left;
	height: 181px;
	text-indent: -99999px;
	width: 271px;
}




@media screen and (max-width: 960px) {
	#video-promo {
		background-image: none !important;
	}
	
	.video-promo-wrap, .video-promo {
		float: none;
		text-align: center;
	}
	
	.video-promo {
		margin-right: 0;
	}
	
	#video-promo a.popup-link {
		float: none;
		margin: 20px auto 40px;
	}
	
	.video-promo p span {
		display:none;
	}
}


/*
* Events
*/

.tribe-events-page-title {
	display: none;
}

.tribe-events-back {
	background-image: none;
}

/*
* News/Blog
*/

.section-post-related .post-related {
	text-align: center;
}


/*
* Footer
*/

#Footer {
	border-top: solid 1px #eaeaea;
	text-align: center;
}

#Footer a i {
	font-size: 22px;
	transition: all 0.3s ease;
}

#Footer a.footer-btn {
	color: #19315b;
	border: solid 3px #19315b;
	border-radius: 10px !important;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 30px;
	margin: 5px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

#Footer a.footer-btn:hover {
	border-color: #999;
	color: #999;
	text-decoration: none;
}

p.disclaimer span {
	border: solid 1px #999;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
}

.footer-copy-center #Footer .footer_copy .copyright {
	font-size: 12px;
}


ul#menu-footer-menu {
	background: transparent;
	list-style-type: none;
}

ul#menu-footer-menu li {
	display: inline-block;
	margin-right: 8px;
}

ul#menu-footer-menu li a {
	font-weight: bold;
	text-transform: uppercase;
}

ul#menu-footer-menu li a:hover {
	text-decoration: none;
}

/*
* Shortcode Styles
*/

.fancy_heading .title {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
}


/*
* Page Specific Styles 
*/

/** About */

.about-header, .endorse-header, .issues-header {
	background-size: cover;
}

@media screen and (max-width: 480px) {
	.page-about-bill  img.scale-with-grid, .page-about-bill #Content img {
		max-width: 65%;
	}
}

/** Issues */

@media screen and (max-width: 767px) {
	.issues-header {
		background-position: right top !important;
	}
}

@media screen and (max-width: 480px) {
	.issues-header {
		background-position: -400px top !important;
	}
}

.accordion .question .title {
	background-image: none;
	font-size: 20px;
	font-weight: 300;
}

.accordion .question .title > .acc-icon-plus, .accordion .question .title > .acc-icon-minus {
	color: #006699;
}

@media screen and (max-width: 480px) {
	.page-issues img.alignright {
		display: block;
		float: none;
		margin: 15px auto;
		
	}
}
