/*
Theme Name: UALR Tier 2
Theme URI: http://ualr.edu/
Description: Child theme for all UALR official sites in tier 2 (Departments/organizations/units).
Author URI: http://ualr.edu/webservices/
Author: the Web Services team
Version: Tier 2
Template: ualr
*/

@media only screen and (min-width : 320px) and (max-width : 568px){
	body {
		min-width: 320px;
		padding-top: 0px !important;
	}

	#access .menu-header,
	div.menu,
	#colophon,
	#branding,
	#main,
	#wrapper {
		width: 95vw;
	}

	#wrapper {
		padding: 0px;
	}

	#header #branding {
		height: auto !important;
		margin-top: 40px;
	}
	#header #branding h1#site-name span, #header #branding div#site-name span {
		height: auto !important;
	}
	#header #branding h1#site-name span a, #header #branding div#site-name span a {
		font-size: 1.275em;
		height: auto !important;
	}
	#header #branding h1#site-name span a:before, #header #branding div#site-name span a:before {
		display: block;
	}

	#main {
		overflow: visible;
	}

	#main #toc-nav {
		width: 100%;
	}

	#main #container {
	  	width: 100% !important;
		margin-left: 0 !important;
	}

	#main #container #content .entry-image img,
	.banner-image img {
		overflow: hidden;
		border: none;
		width: 100%;
		height: auto;
	}

	#main #sidebar {
		width: 100%;
		margin-left: 0;
	}
	#main #sidebar .widget-container .link-continue, #main #toc-nav .widget-container .link-continue {
		clear: both;
	}
	#wrapper #index-nav ul ul li, #wrapper #index-nav ul li {
		display: block;
	}

	#wrapper #footer {
		clear: both;
	}

	#wrapper #footer #static {
		width: 100%;
		border: none;
	}

	#wrapper #footer #static #site-contact.widget-container {
		width: 100%;
	}

	#wrapper #footer #static h5.widget-title {
		margin-left: 0;
	}

	#wrapper #footer #static ul li.widget-container ul {
		padding-left: 0;
	}

	#footer #footer-widget-area {
		overflow: visible;
	}

	#footer #footer-widget-area div#dynamic-footer {
		width: auto;
	}

	#footer #footer-widget-area div#dynamic-footer li.widget-container {
		width: 100%;
	}

	#wrapper #header.active {
		display: none;
	}

	#wpadminbar {
		position: fixed !important;
	}

	#wpadminbar .ab-top-secondary {
		position: relative !important;
		padding: 6px;
		margin-top: 6px;
	}

	#wpadminbar.mobile .ab-icon {
		width: 34px;
		height: 44px;
		margin-top: -3px;
	}

}


/*############### ADMISSIONS 2019 ###############*/

.admissions-home-h2 {
	padding-bottom: .75em;
	text-align: center;
	color: #6e2639 !important;
	}

#personas div {
	display: block;
	width: 100%;
	}

#personas a {
	display: block;
	max-width: 208px;
	height: auto;
	margin: 0 auto 3em auto;
	padding: 145px 0 10px 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 6px 8px 0 rgba(0, 0, 0, 0.075);
	background-color: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #6e2639;
	}

#personas a:hover {
	background-color: #6e2639;
	color: #ffffff;
	}

#cta div {
	display: block;
	width: 100%;
	}

#cta a {
	display: block;
	max-width: 150px;
	height: auto;
	margin: 0 auto 3em auto;
	padding: 110px 0 0 0;
	background-color: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #6e2639;
	}

#cta a:hover {
	filter: grayscale(100%);
	color: #333333;
	}

@media only screen and (min-width: 450px) {

#personas div,
#cta div {
	width: 50%;
	float: left;
	}
}

@media only screen and (min-width: 569px) {

#personas div,
#cta div{
	width: 25%;
	}
}

a:hover {
	cursor: pointer;
	}
