/*
 Theme Name:   Brandeis GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:regular');
@import url('https://fonts.googleapis.com/css?family=Vidaloka:regular');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Source Sans Pro",sans-serif;
	font-weight: normal;
	background:#fff;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
}

input,
select,
textarea {
	max-width: none;
}

*:active,
*:focus {
	outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: "Vidaloka",serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 8px;
}

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
}

h2,
h3,
h4 {
	color: #262626;
}

h1 {
	font-size: 50px;
	line-height: 1.2;
}

h2,
h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0;
}

	h3:first-child {
		margin: 0 0 20px;
	}

h4 {
	font-size: 16px;
}

*:active,
*:focus,
*:hover {
	outline: 0 !important;
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

/*
 * CONTAINER SETTINGS
*/

body .grid-container {
	max-width: 1100px;
}

/*
 * HEADER
*/


.site-header {
	background-color: #f8f8f8;
	border-bottom: #e7e7e7 1px solid;
	margin-bottom:60px;
}

header#masthead.site-header-fixed {
	position:fixed;
	clear:both!important;
	width:100%;
	z-index:999999999;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	top:0;
}

.inside-header {
	padding: 0 40px;
}

.nav-float-right .inside-header .site-logo {
	background-color:	#f8f8f8;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 10px #00659e;
	-ms-box-shadow: 0 2px 10px #00659e;
	box-shadow: 0 2px 10px	#00659e;
	display: block;
	height: 123px;
	position: absolute;
	padding: 15px;
	top: 0;
	width: 90px;
	z-index: 1;
}

.nav-float-right .inside-header .site-logo .header-image {
	height: 123px;
	width: 90px;
}

.nav-float-right .inside-header .site-logo::after {
	color: #00659e;
	content: "Louis D. Brandeis Law Society";
	font-family: "Vidaloka",serif;
	font-size: 28px;
	font-weight: bold;
	left: 135px;
	line-height: 30px;
	position: absolute;
	text-transform: uppercase;
	top: 61px;
	width: 500px;
	text-align:left;
}

.nav-float-right .inside-header .site-branding {
	display:none;
}

.nav-float-right .inside-header .inside-navigation .site-branding {
	width:120px;
	position:relative;
	float:left;
}

.main-title {
	color: #00659e;
	font-family: "Vidaloka",serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	text-align:left;
	padding-top: 8px;
}

.main-title a, .main-title a:hover, .main-title a:visited {
	color: #00659e;	
}

header.site-header-fixed .site-logo {
	display:none !important;
}

header.site-header-fixed .inside-navigation .site-branding {
	display:inline-block !important;
}

header.site-header-fixed .main-navigation {
	margin-left:0 !important;
	width: 100%;
}

.nav-float-right .inside-header .main-navigation {
	float:left;
	margin-left: 120px;
}

@media (max-width: 991px) {
	.nav-float-right .inside-header .site-logo .header-image {
		padding-left:0;
		padding-right:0;
	}
}

@media (max-width: 776px) {
	.inside-header {
		padding:0 20px;
	}
}

@media (max-width: 626px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 27px;
		line-height: 29px;
	}
}

@media (max-width: 611px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 25px;
		line-height: 27px;
		width: 450px;
	}
}

@media (max-width: 579px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 23px;
		line-height: 25px;
		width: 380px;
	}
}

@media (max-width: 547px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 21px;
		line-height: 23px;
		width: 360px;
	}
}

@media (max-width: 515px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 19px;
		line-height: 21px;
		width: 330px;
	}
}

@media (max-width: 483px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 17px;
		line-height: 19px;
		width: 290px;
	}
}

@media (max-width: 451px) {
	.nav-float-right .inside-header .site-logo::after {
		width: 258px;
	}
	
	.site-header {margin-bottom:80px;}
}

@media (max-width: 377px) {
	.nav-float-right .inside-header .site-logo::after {
	width: 170px;
	}
}

@media (max-width: 338px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 15px;
		line-height: 17px;
		width: 150px;
	}
}

@media (max-width: 320px) {
	.nav-float-right .inside-header .site-logo::after {
		font-size: 13px;
		line-height: 15px;
		width: 140px;
	}
}
/*
 * PRIMARY NAVIGATION
*/

.main-navigation .menu-toggle {
	line-height:50px;
	text-align:right;
	width:auto;
	float:right;
}

button.menu-toggle:hover, 
button.menu-toggle:focus, 
.main-navigation .mobile-bar-items a, 
.main-navigation .mobile-bar-items a:hover, 
.main-navigation .mobile-bar-items a:focus {
	color: 	#00659e;
}

nav.toggled .nav-float-right .inside-header .main-navigation {
	padding-top:50px;
}

.main-navigation, .main-navigation ul ul {
	background:none;
}

.main-navigation .main-nav ul li a, .menu-toggle {
	color: #777;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 8px;
	padding-left: 3px;
}

.main-navigation .main-nav ul li a {
	color: #777;
	line-height:20px;
	padding: 15px;
	font-size:14px;
	text-transform: uppercase;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: #ffffff;
	background-color: #00659e;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a, 
.main-navigation .main-nav ul li.sfHover > a {
	color: #555555;
	background-color: #e7e7e7;
}

.main-navigation .main-nav .sub-menu {
	min-width: 160px;
	width:auto;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
		-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.main-navigation .main-nav .sub-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: 	#333;
	white-space: nowrap;
}

.main-navigation .main-nav ul ul li:hover > a, 
.main-navigation .main-nav ul ul li:focus > a, 
.main-navigation .main-nav ul ul li.sfHover > a {
	background-color: #e7e7e7;
	color: #555555;
}

@media (max-width: 1040px) {
	.nav-float-right .inside-header .main-navigation {
		float:right !important;
		width: 100%;
	}
	.main-navigation.toggled .main-nav > ul {
		padding-top:160px;
	}
	header.site-header-fixed .main-navigation.toggled .main-nav > ul {
		padding-top:0;
	}
}

/*
 * CONTENT AREA
*/

.right-sidebar.separate-containers .site-main, .both-right.separate-containers .site-main {
	margin-left:20px;
}

@media (max-width: 1040px) {
	.site-main {
		margin-left:20px !important;
		margin-right:20px !important;
	}
}

/*
 * PAGE TITLE
*/

.separate-containers .inside-article,
.separate-containers .page-header, 
.inside-page-header {
	padding-top:0;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
	padding: 40px 0;
}

.page-header,
.page .entry-header,
.single .entry-header {
	background: #f5f5f5 url(images/page-title-bg.jpg) repeat center top / cover scroll;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	text-align: center;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	min-width: 100vw;
	box-shadow: 0 0 4px 0
	rgba(0, 0, 0, 0.2);
	min-height: 307px;
}

.page-header h1,
.page .entry-title,
.single .entry-title {
	color:#ffffff !important;
	text-transform: uppercase;
	padding: 130px 0 0 0;
	width:auto;
}

@media (max-width: 800px) {
	.page-header,
	.page .entry-header,
	.single .entry-header {
		min-height:200px;
	}
	
	.page-header h1,
	.page .entry-title,
	.single .entry-title {
		text-transform: uppercase;
		padding: 80px 0 0 0;
		font-size:30px;
		width:90%;
	}

}
.sponsors_row {
    border-bottom: 4px solid #337ab7;
}

.sponsors_row .wp-block-group__inner-container {
    max-width: 1100px;
    padding:10px 20px 30px 20px;
}

ul.sponsors li {
    float:left;
    list-style: none;
    padding: 0 15px;
}

/*
 * FOOTER
*/

.site-footer {
	color:#ffffff;
}

.footer-widgets {
	background: #0c0d14 url(images/footer-bg.jpg) repeat 0 0 scroll;
	padding:0;
}

.site-footer .footer-widgets-container .inner-padding {
	padding:0;
}

.footer-widget-2 {
	padding:50px 20px;
}

/* Copyright Bar */
.site-info {
	background-color: #0c0d14;
	padding: 15px 0;
}

footer .copyright-bar {
	float: left;
	width:50%;
}

footer .footer-menu-bar {
	float: left;
	width:25%;
}

footer .social-bar {
	float:right;
	width:25%;
}

.copyright-bar p {
	padding-top:15px;
	text-align:left;
}

@media (max-width: 800px) {
	footer .copyright-bar {
		width:100%;
	}
	
	.copyright-bar p {
		text-align:center;
	}
	
	footer .social-bar,
	footer .footer-menu-bar {
		width:50%;
	}
}

@media (max-width: 800px) {
	footer .social-bar,
	footer .footer-menu-bar {
		width:100%;
	}
}

.footer-menu-bar,
.social-bar {
	height: 40px;
	text-align:center;
}

.footer-menu-bar ul,
.social-bar ul {
	list-style-type: none;
	padding-top: 10px;	
}

.footer-menu-bar li, .footer-menu-bar li a,
.social-bar li, .social-bar li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #86868a;

}
.footer-menu-bar li,
.social-bar li {
	margin: 0 8px 0 0;
}

.social-bar li a .fa {
	border: 0 none;
	font-size: 30px;
	height: 30px;
	padding: 0;
	width: 30px;
	border-radius: 100%;
	color: #888888;
	display: inline-block;
	text-align: center;
}

.social-bar li a .fa:hover {
	border-color: #3b579d;
	color: #3b579d;
}


/*
 * HOME PAGE
*/

.home .page-header,
.home .entry-header { display:none; }

.home .site-main,
.home .inside-article,
.separate-containers .inside-article,
.home .entry-content {
	margin-top:0 !important;
	padding-top:0 !important;
}

.home .entry-content p:first-of-type {
	margin-top: 1.5em;
}

/*
 * GUTENBERG EDITOR
*/

@media (max-width: 599px) {
	.wp-block-column {
		margin-bottom:28px;
	}
	
	.wp-block-columns {
		margin-bottom:0;
	}
}

.mepr-nav-item,
.btn,
.wp-block-button__link {
	font-size:14px;
	padding: 6px 12px;
	margin-bottom:5px;
}

.mepr-nav-item:hover,
.btn:hover,
.wp-block-button__link:hover {
	text-decoration:none;
}

.mepr-nav-item,
.btn,
.is-style-outline .wp-block-button__link {
	color:#333 !important;
	background-color:#fff !important;
	border: #ccc 1px solid;
}

.mepr-nav-item:hover,
.btn:hover,
.is-style-outline .wp-block-button__link:hover {
	color: #333;
	background-color:#e6e6e6 !important;
	border:#adadad 1px solid;
}

.mepr-nav-item {
	margin-right:10px;
}
/*
 * GUTENBERG EDITOR CUSTOM CLASSES
*/

.full-width-button .wp-block-button__link {
	padding: 10px 0;
}

.full-width-button a {
	width:100% !important;
	padding:10px 0;
}

/* Special lines for separating headers */
.irds-separator {
	margin-bottom: 30px !important;
	position: relative;
}

.irds-separator::before {
	background-color: #cccccc;
	bottom: -12px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 5px;
}

.irds-separator::after {
	border-bottom: 1px solid #999999;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 5px;
	position: absolute;
	width: 100px;
}

.irds-row-separator {
	border-bottom: 1px dotted #919191;
	margin: 20px 0;
}
