/*
Theme Name: LSU Law One 2017
Theme URI: https://law.lsu.edu/
Author URI: https://law.lsu.edu/
Description:
Author: Sam J Levy
Version: 1.0
License: LSULAW
*/

/* general
------------------------------------------------------------------- */
#wp-admin-bar-wp-logo,
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-ubermenu,
#wp-admin-bar-customize,
#wp-admin-bar-search {
	display: none;
}

.printonly {
	display: none;
}

.sr-only,
#sr-skip {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #4F4F4F;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

#wrapper {
	background: #FFF;
}

a, a:visited, a:active, a:hover {
	color: #664499;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

#header-old-inner,
#home-carousel-inner,
#main,
#footer-line,
#footer-inner {
	margin: 0 auto;
	width: 1200px;
}

.law_edit {
	background: #efefef;
	border: 1px solid #cdcdcd;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
	text-decoration: none !important;
	width: 40px;
	height: 15px;
}

a.law_back {
	background: #332955;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 9px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

/* embedded media player */
.mejs-container {
	/* width: 50% !important; */
	margin-top: 10px;
}

/* header
------------------------------------------------------------------- */

#emergency_alert {
	padding: 4px;
	background: red;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

#emergency_alert a {
	color: #fff !important;
	text-decoration: underline;
}

#header-old {
	background: #4F4F4F;
}

#header-old-top {
	height: 60px;
}

#header-old-top-left {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#header-old-top-left-nav,
#header-old-top-middle-nav,
#header-old-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-old-top-left-nav li,
#header-old-top-middle-nav li {
	float: left;
	margin-left: 20px;
}

#header-old-top-left-nav li:first-child,
#header-old-top-middle-nav li:first-child {
	margin-left: 0;
}

#header-old-top-left-nav li:first-child {
	font-weight: bold;
}

#header-old-top-left-nav li a,
#header-old-top-left-nav li a:hover,
#header-old-top-left-nav li a:active,
#header-old-top-left-nav li a:visited {
	color: #E1DEDA;
	text-decoration: none;
}

#header-old-top-left-nav li a:hover {
	text-decoration: underline;
}

#header-old-top-middle {
	width: 565px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#header-old-top-middle-nav li a,
#header-old-top-middle-nav li a:hover,
#header-old-top-middle-nav li a:active,
#header-old-top-middle-nav li a:visited {
	color: #fdd023;
	text-decoration: none;
}

#header-old-top-middle-nav li a:hover {
	text-decoration: underline;
}

#header-old-top-right {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}

#header-old-search input[type=text] {
	float: left;
	width: 150px;
	height: 17px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#header-old-search input[type=text]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#header-old-search input[type=text]::-moz-placeholder {
	color: #777;
	opacity: 1;
}

#header-old-search input[type=text]:-ms-input-placeholder {
	color:#777
}

#header-old-search input[type=text]::-webkit-input-placeholder {
	color:#777
}

#header-old-search button {
	float: right;
	height: 31px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	color: #333;
	background: #fff;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#header-old-search button:focus,
#header-old-search button:active:focus,
#header-old-search button.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

#header-old-search button:hover,
#header-old-search button:focus {
	color: #333;
	text-decoration: none
}

#header-old-search button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#header-old-middle {
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: rgba(70,29,124,1.00);
	background-image: -webkit-linear-gradient(270deg, rgba(70,29,124,1.00) 0%, rgba(52,21,92,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(70,29,124,1.00) 0%, rgba(52,21,92,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(70,29,124,1.00) 0%, rgba(52,21,92,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(70,29,124,1.00) 0%, rgba(52,21,92,1.00) 100%);
	text-align: center;
}

#header-old-logo img {
	margin-top: 20px;
	width: 350px;
}

#header-old-bottom {
	border: 1px solid #34155C;
	border-bottom: none;
	background-color: #461d7c;
	background: #461d7c;
	background: -webkit-gradient(linear, left top, left bottom, from(#461d7c), to(#34155C));
	background: -webkit-linear-gradient(top, #461d7c, #34155C);
	background: -moz-linear-gradient(top, #461d7c, #34155C);
	background: -ms-linear-gradient(top, #461d7c, #34155C);
	background: -o-linear-gradient(top, #461d7c, #34155C);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}

.ubermenu-skin-black-white-2 {
	background: transparent;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.ubermenu-skin-black-white-2 li li a {
	font-size: 14px;
	color: #461d7c !important;
	font-weight: bold;
}

.ubermenu-skin-black-white-2 li li a:hover {
	color: #000 !important;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 16px;
	color: #fdd023;
	text-transform: none;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	color: #fdd023;
	background: none;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background: #111111 none repeat scroll 0 0;
    color: #ffffff;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu-skin-black-white-2.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	margin-top: 0;
}

/* content
------------------------------------------------------------------- */

#home-block-instagram,
#splash-block-instagram {
	text-align: center;
	margin-top: 15px;
}

#home-block-aroundcampus .royalSlider,
#splash-block-aroundcampus .royalSlider {
	margin: 0 auto;
}

#home-block-aroundcampus .royalSlider .rsNav,
#splash-block-aroundcampus .royalSlider .rsNav {
	width: auto;
	padding-top: 0px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 8px;
}

#home-block-instagram img,
#splash-block-instagram img {
	margin-bottom: -2px;
}

#main, #content {
	min-height: 400px;
}

#content {
	padding-top: 15px;
}

#content h1 {
	margin-top: 25px;
	color: #847F73;
	font-size: 30px;
}

#content h1:nth-of-type(1) {
	margin-top: 10px;
}

#content h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 21px;
	font-weight: bold;
}

#content h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#content p,
#content li {
	line-height: 1.5em;
}

#content hr {
	border: 1px solid #efefef;
}

#content img {
	max-width: 100%;
}

#content img.alignnone {
	display:  block;
	padding-top:  1em;
	padding-bottom:  1em;
}

#content .alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content .alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .aligncenter {
	margin: 0 auto;
	display: block;
}

#content ul {
	line-height: 1.5em;
}

#content .wp-caption {
	background: #eee;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

#content .entry-date {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#content .entry-date span {
	font-weight: bold;
}

#content .post-password-form {
	margin-top: 80px;
	text-align: center;
}

#content .post-password-form label {
	font-weight: bold;
}

#content .post-password-form input[type="password"] {
	margin-left: 10px;
}

#content .post-password-form input[type=submit] {
	-moz-user-select: none;
	background-color: #332955;
	border: 1px solid #332955;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer !important;
	display: block;
	margin: 20px auto;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

/* class notes
-------------------------------------------------------------- */

/* preview */

.single-classnotes #content h1.entry-title,
.single-classnotes a.law_back,
.page-template-tpl-classnotes #content h1.entry-title {
	display: none;
}

.single-classnotes #content h2,
.page-template-tpl-classnotes #content h2 {
	clear: both;
	padding: 5px;
	background: #efefef;
	font-size: 24px;
	font-style: italic;
}

.single-classnotes hr,
.page-template-tpl-classnotes hr {
	clear: both;
}

.single-classnotes .entry-content img,
.page-template-tpl-classnotes .entry-content img {
	border: 5px solid #efefef;
}

/* fancy tables
-------------------------------------------------------------- */

.fancy_table {
	margin:0 auto;
	border-collapse:collapse;
	background:#fff;
	width:100%;
}

.fancy_table tr:nth-child(odd) {
	background:#f4f4f4;
}

.fancy_table th, .fancy_table td {
	border:1px solid black;
	padding:5px;
	vertical-align:top;
}

.fancy_table th {
	font-weight:bold;
	background:#cdcdcd;
	color:#000;
}

/* nextgen gallery
------------------------------------------------------------------- */

.ngg-navigation {
	padding-bottom: 5px;
}

.slideshowlink {
	text-align: center;
	font-weight: bold;
}

.sl-caption {
	display: none !important;
}

/* footer
------------------------------------------------------------------- */

#footer-line {
	height: 1px;
	background: #eee;
	margin-top: 40px;
	margin-bottom: 5px;
}

#footer {
	background: #4F4F4F;
}

#footer-inner {
	height: 200px;
	color: #fff;
}

#footer-inner-left {
	float: left;
	margin-left: 100px;
	margin-top: -20px;
	width: 270px;
}

#footer-inner a {
	color: #fff;
}

#footer-inner-center {
	margin: 0 auto;
	margin-top: 70px;
	width: 232px;
	text-align: center;
}

#footer-inner-right {
	float: right;
	margin-right: 80px;
	margin-top: -85px;
	width: 210px;
}

#footer-top {
	height: 50px;
	background: #461d7c;
	text-align: center;
}

#footer-inner-left li,
#footer-inner-right {
	line-height: 18px;
}

#footer-logo img {
	margin-top: 8px;
}

#footer-nav-left,
#footer-nav-right {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-nav-right {
	float: right;
}

#footer-nav-compliance {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

#footer-social a:first-child img {
	margin-left: 0;
}

#footer-social a img {
	margin-left: 10px;
}

#footer-copy {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

/* cle specific layout adjustments
------------------------------------------------------------------- */

body.ms-14 #header-old-top-left,
body.ms-14 #header-old-top-middle,
body.ms-14 #footer-inner-left,
body.ms-14 #footer-inner-center,
body.ms-14 #footer-inner-right-address,
body.ms-14 #footer-inner-right-contact {
	display: none;
}

body.ms-14 #footer-inner {
	height: 100px;
}

body.ms-14 #footer-inner-right {
	margin-top: 0;
}

/* mobile
------------------------------------------------------------------- */

#mobile-flag, .mobile-only {
	display: none;
}

@media screen and (max-width: 1200px) {

	#mobile-flag, .mobile-only {
		display: inline-block;
	}

	.mobile-hide {
		display: none;
	}

	body {
		min-width: 300px;
	}

	/* embedded media player */
	.mejs-container {
		width: 100% !important;
	}

	/* mobile header
	------------------------------------------------------------------- */

	#header-old-inner {
		width: 100%;
	}

	#header-old-top {
		float: none;
		display: block;
		margin-right: 0px;
		width: auto;
		height: auto;
		text-align: center;
	}

	#header-old-top-left-nav li,
	#header-old-top-middle-nav li {
		float: none;
		display: inline-block;
		line-height: 25px;
	}

	#header-old-top-right {
		float: none;
		margin-right: 0;
		text-align: center;
	}

	#header-old-search input[type=text],
	#header-old-search button {
		float: none;
	}

	#header-old-search button {
		height: 30px;
	}

	#header-old-top-left {
		width: 95%;
		clear: both;
		margin: 0 auto;
		float: none;
		padding-top: 14px;
		font-size: 1.2em;
	}

	#header-old-top-middle {
		width: 90%;
		clear: both;
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#header-old-top-middle li a {
		line-height: 1em;
	}

	#header-old-middle {
		padding-top: 0;
	}

	#header-old-logo img {
		max-width: 60%;
	}

	#main {
		width: 100%;
	}

	.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
		font-size: 1.3em;
	}

	/* mobile content
	------------------------------------------------------------------- */

	body #content {
		width: 90%;
		float: none;
		padding: 5px;
		word-wrap: break-word;
		margin: 0 auto;
	}

	body #content h1 {
		font-size: 2.1em;
		text-align: center;
		margin-top: 30px !important;
	}

	body #content h2 {
		font-size: 1.8em;
		text-align: center;
	}

	body #content {
		font-size: 1.1em;
	}

	body #content img:not(.mobile-exclude) {
		float: none !important;
		max-width: 90%;
		height: auto;
		margin: 20px auto !important;
		display: block;
	}

	body #content .wp-caption {
		float: none !important;
		max-width: 90%;
		margin: 0 auto;
	}

	/* mobile footer
	------------------------------------------------------------------- */

	#footer-line, #footer, #footer-inner {
		width: 100%;
	}

	#footer-line {
		margin-top: 20px;
	}

	#footer-inner {
		height: auto;
		float: none;
		display: block;
		width: auto;
		text-align: center;
	}

	#footer-inner-center {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
		text-align: center;
		padding-bottom: 20px;
	}

	#footer-inner-left {
		float: none;
		margin: 0;
		clear: both;
		text-align: center;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 1.1em;
	}

	#footer-inner-right {
		float: none;
		margin: 0;
		clear: both;
		text-align: center;
		width: 100%;
		font-size: 1.1em;
	}

	#footer-inner-left li,
	#footer-inner-right {
		line-height: 1.7em;
	}

	#footer-inner-left li a {
		line-height: 1em;
	}

	#footer-nav-right {
		float: none;
	}

	#footer-nav-right,
	#footer-nav-left {
		float: none;
	}

	#footer-copy {
		padding-top: 40px;
		padding-bottom: 20px;
	}

}