/*
 Theme Name:   Online Theme
 Theme URI:    http://online.truman.edu
 Description:  Truman State University Online Theme
 Author:       Stephen Emlund
 Author URI:   http://www.creativeimprov.com/
 Template:     truman2016-theme
 Version:      1.0.0
 Text Domain:  online-theme
*/

@import url("https://sites.truman.edu/wp-content/themes/truman2016-theme/style.css");

body {
    padding-top: 0;
}

body.logged-in .navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top {
    position: inherit;
    right: inherit;
    left: inherit;
}

#content {
	padding-top: 0;
}

.global-nav-button, .online-nav-button {
	display: none;
}

.navbar {
	margin-bottom: 0;
}

/* .navbar-header {
	width: 18.5%;
}



.navbar-fixed-top {
	border-width: 0;
}*/

.site-title {
	float: left;
	font-size: 3.5em;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: #fff;
	border-left: 1px solid #fff;
    margin: 15px 0 15px 15px;
    padding: 0 0 0 15px;
    text-shadow: 0px 0px 18.27px rgba(33, 6, 47, 0.46);
}

.top-nav-wrapper {
	background: #dcdcd0;
	border-top: 5px solid #fff;
}

.top-nav {
	width: 100%;
	margin: 0 auto;
	padding: 5px 15px;
}

#searchtoggle {
	height: 35px;
}

#menu-top-navigation {
	list-style: none;
	float: left;
	margin-bottom: 0;
	padding: 5px 0;
}

#menu-top-navigation li {
	display: inline-block;	
}

#menu-top-navigation li a {
	color: #000;
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: 800;
}

#menu-top-navigation .current_page_item a {
	background: inherit;
	
}

.form-group {
	margin-top: 15px;
}

h1.entry-title {
	text-align: left;
	margin-bottom: 0;
}

body.home h1.entry-title, body.page-template-page-getting-started h1.entry-title {
	margin-left: 28%;
}

body.page-template-page-one-stop-services h1.entry-title{
	text-align: center;
}

article.hentry {
	margin: 2em 0 1.5em 0;
}

body.home .breadcrumb, body.page-template-page-one-stop-services .breadcrumb, body.page-template-page-getting-started .breadcrumb {
	text-align: center;
}

/*Homepage */
body.home h1 {
	position: relative;
	width: 100%;
	height: inherit;
	padding: 0;
	margin: 20px 0 0 0;
	overflow: inherit;
	clip: inherit;
}

.large-home-button-mobile {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Tabs */

.tab-links {
	float: left;
	width: 28%;
	text-align: center;
}

.large-home-button {
	width: 75%;
    margin: 40px 0 20px 0;
    padding: 9px;
    font-weight: 800;
    font-size: 1.8em;
    color: #fff;
    background: #5b177f;
    border: 0;
    border-bottom: 2px solid #000;
}

.large-home-button:hover {
	background: #ffb81d;
	color: #000;
}

.ui-tabs-vertical { 
	margin: 40px 0;
}

.ui-tabs-vertical .ui-tabs-nav { 
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

.ui-tabs-vertical .ui-tabs-nav li { 
	clear: left; 
	width: 97%;
	margin: 0 -1px .2em 0; 
}

.ui-tabs-vertical .ui-tabs-nav li:nth-of-type(1), .ui-tabs-vertical #tabs-1, .ui-tabs-vertical .ui-tabs-nav li:nth-of-type(5), .ui-tabs-vertical #tabs-5 {
	border-bottom: 3px solid #ffb81d;
}

.ui-tabs-vertical .ui-tabs-nav li:nth-of-type(2), .ui-tabs-vertical #tabs-2, .ui-tabs-vertical .ui-tabs-nav li:nth-of-type(6), .ui-tabs-vertical #tabs-6 {
	border-bottom: 3px solid #00add8;
}

.ui-tabs-vertical .ui-tabs-nav li:nth-of-type(3), .ui-tabs-vertical #tabs-3, .ui-tabs-vertical .ui-tabs-nav li:nth-of-type(7), .ui-tabs-vertical #tabs-7 {
	border-bottom: 3px solid #e64097;
}

.ui-tabs-vertical .ui-tabs-nav li:nth-of-type(4), .ui-tabs-vertical #tabs-4 {
	border-bottom: 3px solid #5b177f;
}

.ui-tabs-vertical .ui-tabs-nav li a { 
	display: block; 
	padding: 25px 18px;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { 
	padding-bottom: 0; 
	padding-right: 10px;
	background: #dcdcd0;
	width: 100%
}

.ui-tabs-vertical .ui-tabs-panel { 
	padding: 50px; 
	float: right; 
	width: 72%;
	min-height: 450px;
	background: #dcdcd0;
}

body.page-template-page-getting-started .ui-tabs-vertical .ui-tabs-panel { 
	min-height: 548px;
}

.ui-tabs-vertical h2 {
	font-weight: 800;
	color: #5b177f;
	margin-top: 20px;
}

/*End Tabs */

/* News, Events, Explore footer area */

.news-events-explore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('images/onlinefooter-bg.jpg') center no-repeat #5b177f;
	border-bottom: 5px solid #fff;
}

.news-events-explore-wrapper {
	width: 100%;
	margin: 0 0 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news-col, .events-col, .explore-col {
	color: #fff;
}

.news-col {
	width: 32.5%;
}

.events-col {
	width: 39.5%;
}

.explore-col {
	width: 25%;
}

.news-events-explore h3 {
	font-size: 2.1em;
	font-weight: 800;
	border-bottom: 3px solid #ffb81d;
}

.news-events-explore ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.news-events-explore ul li {
	padding: 3px 0;
}


.news-events-explore a {
	color: #fff;
}
.explore-col .current_page_item a {
	background: inherit;
}
/* End News, Events, Explore footer area */


/* Begin One-Stop Services */

.service-button-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}

.service-button {
	width: 32.5%;
	min-height: 118px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 3px solid #5b177f;

}

#content .service-button a {
	font-size: 180%;
	color: #000;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.87);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

#content .service-button a:hover {
	background-color: rgba(255,184,29,0.82);
	text-decoration: none;
}

/* End One-Stop Services */

@media only screen and (min-width: 1200px) {
	
	.news-events-explore-wrapper {
		width: 1150px;	
	}
	
	.navbar-header {
    	width: 390px;
	}

/*	#header-navbar-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: left;
	}*/

	.top-nav {
		width: 805px;
	}
	
}

@media only screen and (max-width: 1200px) {
	.news-events-explore-wrapper {
		margin: 0 25px 25px 25px;
	}
	
	/*#header-navbar-container {
		justify-content: left;
	}
	
	.navbar-header {
		width: 20.5%;
	}*/
	
	.navbar-brand {
		float: left;
	}
}

@media only screen and (max-width: 992px) {
	
	/*.navbar-header {
		width: 220px;
	}*/
	
	.site-title {
		font-size: 3.5em;
	}
	
	body.home h1 {
		margin: 0;
		font-size: 200%;
	}
	
	body.home h1.entry-title, body.page-template-page-getting-started h1.entry-title {
    	margin-left: 0;
	}
	
	.ui-tabs-vertical {
		margin: 20px 0 40px;
	}
	
	.tab-links {
		float: none;
		width: 100%;
	}
	
	.ui-tabs-vertical .ui-tabs-panel { 
		padding: 25px; 
		float: none; 
		width: 100%;
		min-height: inherit;
	}
	
	.ui-tabs-vertical .ui-tabs-nav li {
		width: 100%;
	}
	
	.ui-tabs-vertical .ui-tabs-nav li a {
		padding: 10px 0;
    	text-align: center;
	}
	
	.large-home-button {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
		}
	
	.large-home-button-mobile {
		position: relative;
		width: 75%;
		height: inherit;
		overflow: inherit;
		clip: inherit;
		display: block;
		margin: 0 auto 40px;
		padding: 9px;
		font-weight: 800;
		font-size: 1.8em;
		color: #fff;
		background: #5b177f;
		border: 0;
		border-bottom: 2px solid #000;
	}

	.large-home-button-mobile:hover {
		background: #ffb81d;
		color: #000;
	}
	
	.service-button {
		width: 49%;
		font-size: 80%;
	}
}


@media only screen and (max-width: 850px) {
	
	.news-events-explore {
		background: url(images/onlinefooter-mobile-bg.jpg) center no-repeat #5b177f;
	}
	.news-events-explore-wrapper {
		flex-direction: column;
	}
	
	.news-col, .events-col, .explore-col {
		width: 100%;
	}
}

@media only screen and (max-width: 765px) {
	
	.navbar-header {
		text-align: center;
		margin: 0;
	}
	
	.navbar-brand {
		max-width: inherit;
	}
	

	.top-nav {
		padding: 5px 0 0 0;
	}
	
	#menu-top-navigation {
		display: none;
		float: none;
		margin: 0;
	}
	
	.online-nav-button {	
		display: block;
		color: #000;
		background: inherit;
		cursor: pointer;
		padding: 10px 0;
		text-align: center;
	}
		
	ul#menu-top-navigation li {
		display: block;
	}
	
	ul#menu-top-navigation li a {
		padding: 10px 10px;
		border-top: 1px solid #876212;
		display: block;
		text-align: center;
	}
	
}

@media only screen and (max-width: 500px) {

	#logo {
		max-width: 40vw;
	}
	
	.site-title {
		font-size: 2.5em;
	}
	
}


@media only screen and (max-width: 400px) {
	
	.site-title {
		display: none;
	}
	
	#logo {
		max-width: 70vw;
	}
	
	.site-title {
		font-size: 2.5em;
	}
	
	.top-nav {
		padding: 5px 0 0 0;
	}
	
	#menu-top-navigation {
		display: none;
		float: none;
		margin: 0;
	}
	
	.online-nav-button {	
		display: block;
		background: #430f5d;
		color: #fff;
		cursor: pointer;
		padding: 10px 0;
	}
	
	.online-nav-button {
		color: #000;
		background: inherit;
	}
	
	ul#menu-top-navigation li {
		display: block;
	}
	
	ul#menu-top-navigation li a {
		padding: 10px 10px;
		border-top: 1px solid #7B4696;
		display: block;
		
	}
	
	ul#menu-top-navigation li a {
		border-top: 1px solid #876212;
		
	}
	
	.large-home-button-mobile {
		width: 100%;
		font-size: 1.4em;
	}
	
	.service-button {
		width: 95%;
		font-size: 100%;
	}
	
}