/*
Theme Name: Modernize Child Theme
Theme URI: -
Description: Modernize WordPress Theme
Template: modernize-v3-01
Author: Goodlayers
Author URI: http://goodlayers.com
*/

/*
 *	Updated 5/2/2013 by Andrew Versalle
 *	Adjusted Honors slider for images
 *	Updated 4/28/2013 by Andrew Versalle
 *	Added styling for the Honors post slider
 *	Updated 3/25/2013 by Andrew Versalle
 *	Added custom styles for Scholarship
 */

/* Import Parent Styles */

@import url("../modernize-v3-01/style.css");
/* Custom Styles via Child Theme
================================================== */

/* Background */
div.body-wrapper {
	background-image: url(/wp-content/uploads/Tartan-MacCallum-Modern.gif), url(/wp-content/uploads/Tartan-Malcolm-Modern.gif);
	background-position: left top, right top;
	background-repeat: repeat-y;
}
/* Top Navigation Menu Styles */
div.top-navigation-left {
	padding: 6px 0 !important;
}
/* Search Styles */
.search-wrapper {
	margin-right: -9px !important;
}
.search-wrapper form {
	padding: 0 !important;
	border-left: none !important;
}
div.all-container-wrapper {
	box-shadow: 0 0 17px 3px #000000 !important;
}
.logo-wrapper {
	padding-bottom: 20px !important;
	padding-left: 0 !important;
	padding-top: 23px !important;
}
/* Slider captions (5/1/2013-AV) */
.flex-caption {
	background: none !important;
	bottom: -25px !important;
	height: 250px !important;
	right: -10px !important;
	width: 50% !important;
}
.flexslider .gdl-slider-title {
	bottom: 20px;
	font-size: 18px;
	position: absolute;
	right: 20px;
	text-align: right;
}
/* Honors slider (4/29/2013-AV) */
.nivoSlider {
	background: none !important;
	height: 250px !important;
}
/* Slider caption */
.nivoSlider .gdl-slider-title {
	font-size:18px;
}
.nivo-caption {
	top: 0;
	width: 75% !important;
}
.nivo-caption .gdl-nivo-caption-wrapper {
	height: 250px !important;
}
/* Slider image (5/2/2013-AV) */
.nivoSlider img {
	width: 25% !important;
}
.nivo-main-image {
	height: 250px !important;
	width: 175px !important;
}
.nivo-slice, .nivo-slice img {
	display: none !important;
}
/* Slider link */
.nivoSlider a, .nivo-imageLink {
	display: none !important;
}

/* Style Facebook Icon */
.social-icons {
	float: left;
	height: 100%;
	padding-left: 25px;
	width: 50px;
}
span.wpcf7-form-control-wrap input[type="email"] {
	max-width: 90%;
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
	-webkit-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
	box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
}
div.wpcf7-mail-sent-ok {
	position: relative;
	top: -13px;
	background: #398f14;
	color: #fff;
}