/*
 * Theme Name: ADL Regional Template
 * Description: A theme for new local ADL network websites. A child theme of The Bootstrap, created custom for the Anti-Defamation League. This theme has been updated for 2016
 * Author: ADL
 * Author URI: http://www.adl.org
 * Version: 5
 * Template: the-bootstrap
 * 
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 */


/****** Import Bootstrap CSS *******/
 @import url('../the-bootstrap/style.css');

/****** Basics *******/

html {font-size:15px;font-weight: 300;}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    margin: 0;
	}

#page {
	margin: 0;
	padding: 0;
	}

a {
	color: #4f7dd5;
	text-decoration: none;
	cursor: hand;
	}

a:hover {
	color: #4f7ed5;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}

h1#site-title {
	font-size: 16px;
	line-height: 12px;
	}

h1 {
	font-size: 18px;
	line-height: 22px;
	}

h2 {
	font-size: 14px;
	line-height: 24px
	}

h3 {
	font-size: 13px;
	line-height: 15px;
	}
h3 a {
	cursor: hand !important;
}

h4 {
	font-size: 13px;
	line-height: 12px;
	}

h5 {
	font-size: 12px;
	line-height: 12px;
	}

h6 {
	font-size: 12px;
	line-height: 12px;
	}

.blockquote {
	font-emphasis: em;
	padding: .7em 0 .7em 2em, quote icon image as top left background;
	}

.thumbnail, a.thumbnail:hover {
    border: none;
    border-radius: 0;
    box-shadow: none;
	}

img.alignleft {
	margin: 0 20px 20px 0;
	}

img.alignright {
	margin: 0 0 20px 20px;
	}

#page-footer img.alignleft {
	margin: 0 5px 0 0;
	padding-top:0;
	padding-bottom:0px;
	border-right: 2px solid #26509E;
	}


/****** Page Top Bar *******/

#branding hgroup {
    background: none repeat scroll 0 0 #4F7DD5;
    border-bottom: 1px solid #585858;
	height: 32px;
    left: 0;
    margin: 0;
	position: relative;
    top: 0;
    width: 100%;
	-webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.5);
	}

.adl-logo {
	display: inline;
	margin-left: 5.5%;
	}

#adl-social-icons {
	float: right;
	list-style: none;
	margin: 0 20px 0 0;
	/*Add code to push text behind Social media buttons*/
	position:relative;
	z-index:1;
	display:block;
	}

#adl-social-icons li {
	display: inline-block;
	}
	
#adl-social-icons a img {
	border-left: 1px solid #585858;
	}

#adl-social-icons a:last-child img {
	border-right: 1px solid #585858;
	border-left: none;
	}

#adl-social-icons a:first-child img {
	border-left: 1px solid #585858;
	}

#header-image {
	margin-bottom: 0;
	}

#site-title {
	display: inline;
	margin: 10px;
	position: absolute;
	}

#site-title a {
	color: #fff;
	}
	
#site-description {
	display: inline;
	color: #fff;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 14px;
	margin: 10px 0 0 110px;
	position: absolute;
	}


/****** Main Navigation *******/

#nav-wrap {
	height: 60px;
	width: inherit;
	}

.access-fixed {
	position: fixed;
	top: 0;
	width: inherit;
	z-index: 5000;
	}

.navbar {
	color: #555555;
	margin-bottom: 20px;
	overflow: visible;
	text-transform: uppercase;
	}

.navbar .nav {
	font-size: 11px;
	width: 100%;
	}

.navbar-inner {
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #000000, #202020);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#202020));
	background-image: -webkit-linear-gradient(top, #000000, #202020);
	background-image: -o-linear-gradient(top, #000000, #202020);
	background-image: linear-gradient(to bottom, #000000, #202020);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#202020', GradientType=0);	
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 4px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0 4px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0 4px 5px rgba(50, 50, 50, 0.5);
	z-index: 5000;
	}

.navbar .brand {
	margin-left: 200px;
	padding: 15px 20px;
	}

.navbar .brand, .navbar .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}

.navbar .brand:hover, .navbar .nav > li > a:hover {
    color: #eee;
	}

.navbar .navbar-search .search-query:-moz-placeholder {
	color: #fff;
	}

.navbar .navbar-search .search-query:-ms-input-placeholder {
	color: #fff;
	}

.navbar .navbar-search .search-query::-webkit-input-placeholder {
	color: #fff;
	}

.navbar .navbar-search .search-query {
    background-color: #5C92F2;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    transition: none 0s ease 0s;
	}

.navbar .nav > .active > a {
	background-color: transparent;
	color: #FFFFFF;
	}

.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color: #393939;
	color: #FFFFFF;
	}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	background-color: #393939;
	color: #fff;
	}

nav#access div.navbar li.current-menu-item a {
	background-color: #E5E5E5;
	color: #555555;
}

body.single-post li.current_page_parent a {
	background-color: #E5E5E5;
	color: #555555;
}

nav#access div.navbar li:nth-last-child(2) {
	background-color: #ff0000;
	}

nav#access div.navbar ul.dropdown-menu li:nth-last-child(2) {
	/*background-color: #FFFFFF;*/
	background-color:transparent;
	}

ul#menu-network-regional-menu > li:nth-last-child(2) > a:hover {
	background-color: #c20909;
	}

#s {
	background: #4d4d4d;
	border: 1px solid #585858;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	}

li#adl-search-li {
	float: right;
	}

button#searchsubmit.btn {
	display: none;
	}

.form-search .input-append .search-query {
	border-radius: 0;
	margin: 5px 0 0;
	}

.form-search .input-append .btn {
	border-radius: 0;
	margin: 5px 0 0;
	}

/****** Pages *******/

#content {
	padding: 0 25px;
	}

h1.page-title {
    color: #4F7DD5;
    font-size: 36px;
    font-weight: 300;
	line-height: 40px;
	}

.adl-newsletter-iframe {
	width: 100%;
	height: 500px;
}

.adl-contact-iframe {
	width: 100%;
	height: 1300px;
}

/****** Home Page *******/
/* Mark Onofrio Changed 8-5-13 */
/*.slider-wrapper {
	clear: both;
	float: left;
	margin: 0 1% 0 2%;
	width: 63.5%;
	}*/
	.slider-wrapper {
	clear: both;
	float: left;
	margin: 0 13% 0 2%;
	width: 50%;}
	

@media screen and (min-width:1086px) and (max-width:1199px){
.slider-wrapper {
	clear: both;
	float: left;
	margin: 0 1% 0 2%;
	width: 63.5%;}

.Orleans{z-index:0;}/*/http://neworleans.adl.org//*/
	
	
	}
@media screen and (max-width:1085px){
.slider-wrapper {
	clear: both;
	float: left;
	margin: 0 1% 0 2%;
	width: 63.5%;}
	}

#newsletter-signup {
	display: inline;
	float: right;
	margin: 0 2% 0 0;
	width: 26%;
	}

#newsletter-signup h2 {
	color: #900000;
	}

#column-table {
	clear: both;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.equal-row {
    display: table-row;
}

.main-column {
    display: table-cell;
    padding: 10px 20px;
    width: 33%;
}

.home-page-column {
    margin: 20px 0 0;
}

h2.home-header {
	margin-top: 30px;
	}

h2.home-header a {
	color: #4F7DD5;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	}

.home-page-column h3 a {
	color: #900000;
	font-size: 18px;
line-height: 28px;
font-weight: 300;

	}
.home-page-column h3{
	cursor: hand !important;
}

/****** About Page *******/

#global-about-content {
	width: 100%;
	}

/****** Events *******/

h2.tribe-events-cal-title {
	margin-bottom: 20px;
	line-height: 40px;
	}

#tribe-events-calendar-header {
	margin-top: 10px;
	}

.past-events-btn {
	background: none repeat scroll 0 0 #999999;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 10px 15px 0;
    padding: 0 9px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
	}

.tribe-events-events h2.entry-title a {
	color: #900000;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	}

body.single-tribe_events .entry-content {
	width: 60%;
	}

.tc-calendar-btns {
	clear: both;
	}

div.tribe-events-event-list-meta table.table tbody tr td.tribe-events-event-meta-value dd.category-meta , div.tribe-events-event-list-meta table.table tbody tr td.tribe-events-event-meta-value dt.category-label{
	display: inline;
	}

#tribe-events-event-meta {
	float: none;
	width: inherit;
}

#tribe-events-event-meta .right-column {
	padding-left: 5%;
}

#googlemaps {
	clear: both;
	float: right;
}

/****** Posts *******/

article {margin-bottom: 25px;}
	
h1.entry-title {
	color: #900000;
	font-weight: 300;
	}
	
h1.entry-title a {
	color: #900000;
	font-weight: 300;
	}

.entry-meta {
	font-size: 11px;
	}

.page-header {
	border: none;
	margin: 0;
	}

#author-info, article.post, article.page {
	margin-bottom: 0;
	}

#read-more {
	color: #4F7DD5;
	float: right;
	margin: 1% 0 3% 0;
	}

a:hover#read-more {
	text-decoration: underline;
	}

/****** Sidebar Widgets *******/

.widget ul {
	list-style: none;
	margin: 0 0 10px 0;
	}

.widget h2 {
	color: #900;
	}

.widget li a {
	color: #333;
	}

.widget li a:hover {
	text-decoration: underline;
	}

.action-widget {
	background-color: #92a4d4;
	border: 1px solid #8b9dcf;
	color: #FFFFFF;
	}

.action-widget h2 {
	color: #FFFFFF;
	}

/****** Footer *******/

#page-footer {
	margin-top: 50px;
	}

#footer-menu {
	display: table;
	padding: 0 20px;
	}

.adl-footer-logo {
	padding: 20px;
	}

div.adl-slogan {
	color: #26509e;
	font-size: 20px;
	font-weight: bold;
	margin-top:28px;
	padding-left:20px;
	}
	

p.adl-copy {
	display: table;
	font-size: 10px;
	line-height: 11px;
	max-width: 470px;
	}

ul#menu-footer-menu {
	list-style: none;
	margin-left: 0;
	}

#menu-footer-menu li {
	display: inline;
	}

#menu-footer-menu li a:hover {
	text-decoration: underline;
	}

ul#menu-footer-menu li.sep:last-child {
	display: none;
	}
	
/****** Responsiveness *******/

body > .container {
	margin: 0 auto;
	}

[class*="span"]{
	float:left;
	min-height:1px;
	margin-left:0;
	}

@media (max-width:479px) {
	#tribe-events-event-meta .column {
		float: none;
		width: 95%;
	}
	#global-about-content {
		height: 450px;
	}
	#tribe-events-event-meta .right-column {
		padding-left: 1%;
	}
}

@media (max-width: 600px) {
	#site-title {
		font-size: 12px;
		margin: 5px 0 0 3%;
		}

	#site-description {
		display: none;
		}
	
	#footer-menu {
		display: block;
		padding: 20px 20px 0;
		}
	}

@media (min-width: 600px) and (max-width: 767px) {	
	#site-title {
		font-size: 12px;
		margin: 5px 0 0 1%;
		}
	
	}

@media (max-width: 767px) {
	
	#header-image img  {display: none;}
	#branding hgroup {
		height: 24px;
		}

	#adl-logo-img {
		display: none;
		}
	
	.adl-logo {
		margin-left: 1%;
		}
		
	#site-description {
		font-size: 9.5px;
		margin: 6px 0 0 110px;
		}
	
	.sh-sb-icon {
		width: 23px;
		}
	
	nav#access.access-fixed div.navbar div.navbar-inner {
		margin-right: 20px;
		}

	li#adl-search-li {
		float: none;
		}
	
	.slider-wrapper {
		clear: both;
		float: none;
		margin: 20px auto;
		width: 86%;
		}

	#newsletter-signup {
		display: block;
		float: none;
		margin: 0 auto;
		width: 80%;
		}

	.main-column {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 90%;
		}
	
	.widget {
		margin: 0 auto;
		width: 80%;
		}

	p.adl-slogan {
		display: table-cell;
		font-size: 14px;
		line-height: 14px;
		padding: 15px 20px;
		}

	.tribe-events-events .tribe-events-event-list-meta {
		float: left;
		width: 100%;
	}

	.tribe-events-calendar-buttons {
		display: none;
	}

	.events-archive .tribe-events-event-entry {
		width: 100%;
		margin-bottom: 5px;
	}

	.adl-footer-logo {
		margin: 10px 10px 0 0;
		padding: 0 10px 0 20px;
		width: 100px;
		}
	#footer-menu {
		font-size: 11px;
		}
	}

@media (min-width:768px) and (max-width:979px){
	#adl-logo-img {
		width: 12%;
		}

	.adl-logo {
		margin-left: 2%;
		}
	
	#site-title {
		font-size: 14px;
		}

	#site-description {
		font-size: 9.5px;
		margin: 11px 0 0 100px;
		}
	
	#slider-wrapper {
		width: 57.25%;
		}
	
	#newsletter-signup {
		width: 24%;
		}
	}

@media (max-width: 979px) {
	body.single-tribe_events .entry-content {
		width: 100%;
	}
	#tribe-events-event-meta {
		float: none;
		width: 100%;
	}
	#googlemaps {
		display: none;
	}
}

/*** News ***/
.press-release-national {padding:10px 0 0 0; }
.press-release-national a {color:#4F7DD5 !important; }


/*** Widget ***/

.widget li {padding-bottom: 5px;}
.widget-title {
margin:0 0 5px 0;
color: #900000;
font-size: 18px;
line-height: 28px;
font-weight: 300;}

.textwidget {padding:0 0 10px 10px;}

/*** Slider ***/

#slider .nivo-caption h2 a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	}

#slider .nivo-caption {
	font-family: inherit;
}

/* Mark Onofrio Reginal Title Fix */
.Washington {padding-left:40px;}/*/dc.adl.org/*/
.Santa {padding-left:30px;}/*/santabarbara.adl.org/*/
.Pacific{padding-left:30px;}/*/sanfrancisco.adl.org/*/
.Philadelphia{padding-left:10px;}/*/philadelphia.adl.org/*/
.Orange{padding-left:50px;}/*/orangecounty.adl.org/*/
.South{ padding-left:20px;}/*/neworleans.adl.org/*/
.Mountain{padding-left:50px;}/*/denver.adl.org/*/
.Texas{padding-left:60px;}/*/dallas.adl.org/*/
.England{padding-left:25px;}/*/newengland.adl.org/*/
.Northwest{padding-left:40px;}/*/seattle.adl.org/*/
.Angeles{padding-left:20px;}/*/la.adl.org/*/
.Orleans{padding-left:20px;}/*/http://neworleans.adl.org//*/

/* Contact Form fix */
.adl-contact-iframe{ height:915px !important; }

/* MyADL Regional Style Updates: last updated Sep. 30, 2013 */
.DateChange{color: #949494; font-size:.9em;} 

/* Mobile Nav Bar Fix - Dropdown */
/* displays any 3rd level menu */
@media (max-width:992px){
.dropdown-submenu > .dropdown-menu{display:block !important;}

	.dropdown-submenu .active > a, .dropdown-menu .active > a{
		background-color:inherit;
		background-image: none;
		background: none;
	}
	.dropdown-submenu:hover{color:#ffffff;}
	.dropdown-submenu .active >  a {
		margin-left: 30px;
	}
	.dropdown-submenu ul.dropdown-menu{
		margin-top:6px;
		margin-left:20px;

	}

	.dropdown-submenu:hover a{color:#ffffff;}

}

.wp-caption-text{
	text-align: left !important;
	font-size: .8em !important;
	color:  rgb(102, 102, 102) !important;
}

.gform_title{line-height: 135%;}

#tribe-bar-form{
	background-color: transparent;
	background: none;
}

.caption {    font-size: .8em;
    max-width: 300px;
    line-height: 125%;
    margin-top: -15px;
    height: 170px;
    display: block;
    margin-bottom: 50px;}