/*
Theme Name:     Degree Central Microsites
Theme URI:      http://degreecentral.com
Description:    Child theme for the Eighty Twenty theme
Author:         Tyler Ipson
Template:       eightytwenty                             
Version:        0.1
*/

@import url('../eightytwenty/style.css');

#logo { text-align: left }
#logo img { margin: 0 }

.phone {
	color: #999;
	position: absolute; top: 28%; right: 1em;
	text-transform: none;
	font-size: 1.4em; font-family: sans-serif;
	text-align: center;
	line-height: 1.5em;
}
.phone a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.6em;
	font-family: 'Patua One';
}

#featured-posts {
	padding: 0;
	background: transparent;
}
#featured-posts ul.flex-direction-nav { top: auto; bottom: 0; right: 0; }
#featured-posts .post-category { display: block }
#featured-posts .post-category a {
	font-size: 2em;
	line-height: 1em;
	padding: 6px 10px;
}
#featured-posts .post-thumb { margin: 0 }

.site_description {
	margin: 0 0 20px;
}

.featured-post-title,
.featured-post-timestamp { display: none }

.primary-post-title {
	max-height: 51px;
	overflow: hidden;
}

#header {
	background: #252525;
	position: relative;
}
#header .container .sixteen { position: absolute; bottom: 0; }

#logo { margin: 0; padding: 2em 0; }

#primary-nav { background-image: url(images/subtle_dots2.png) !important }

#primary-nav .container { height: auto }

#primary-nav ul a {
	height: auto;
	line-height: 44px;
	margin-right: 50px;
}

#primary-nav ul a:hover,
#primary-nav ul li.sfHover a,
#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a,
#primary-nav ul li.sfHover ul a:hover { color: #252525 }

#core {
	font-size: 14px;
	line-height: 21px;
}

.find_a_degree_button:hover {
	color: white; background: #252525;;
	border: none;
}

.core-border {
	background: transparent;
	margin: 35px 0 0;
}

.page-heading {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 38px;
	margin: 20px 0;
}

.post-category { display: none }

.widget_find_a_degree .widget-title {
	border-top-width: 29px;
	border-bottom: none;
	font-size: 29px;
	padding: 24px 0 0;
}
.widget_find_a_degree label {
	font-family: 'Patua One', Helvetica, Arial, sans-serif;
	padding: 0 10px;
	display: block;
}
.widget_find_a_degree input {
	border: 1px solid #393838;
	box-sizing: border-box;
	width: 100%;
}

.read-more { text-transform: lowercase }

.find_a_degree_button {
	border: none;
	color: white;
	width: 100%;
	box-sizing: border-box;
	line-height: 45px;
	padding: 0 30px;
	position: relative;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
}
.find_a_degree_button:after {
	content: '';
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px; height: 45px;
	border-left: 2px solid white;
	position: absolute; top: 0; right: 0;
}

#primary-posts { margin-left: -10px }
#primary-posts .post { margin-bottom: 20px }
