/*
Theme Name:     Child Theme for Horticulture and Landscape Architecture Faculty Sites
Theme URI:      
Description:    Purdue2014 child theme.
Author:         Purdue University
Author URI:     
Template:       purdue2014
Version:        0.1.0
*/

/*****
******
******	Header Styles
******
*****/

.top .blog-description {
	display: block!important;
	font-size: 14px;
    font-style: italic;
}

@media (max-width: 991px) {
	.blackbar .navbar-nav li a {
		padding: 10px 0 10px 5px;
	}
	 .blackbar .navbar-nav li .dropdown-menu li a {
     
        padding: 5px 0 10px 10px;
    }
}
.blackbar .navbar-nav>.open>a, .blackbar .navbar-nav>.open>a:focus, .blackbar .navbar-nav>.open>a:hover {
   color: #fff!important;
    background-color: #b1810b;
}

.blackbar .navbar-nav>li>a:hover {
    color: #fff!important;
    background-color: #b1810b!important;   
}

.breadcrumb-container {
	background-color: #F8F8F8;
	margin-bottom: 5px;
}
.breadcrumbs {
	width: 100%;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000;
	font-size: .75em;
	position: relative;
	float: left;
} 
.breadcrumbs a, .breadcrumbs a:link  {
	text-decoration: none;
	color: #444;
	font-weight: 700;
    text-decoration: none;	
}
@media (max-width: 768px) {
	.breadcrumbs {	
		font-size: .9em;
		min-height: 43px;
	} 
	.breadcrumbs a, .breadcrumbs a:link  {
		display: inline-block;
		padding: 10px 0 10px 10px;
	}
}
/*****
******
******	Site Wide Styles
******
*****/
/*
Fix Buttons
*/

a.btn-default,a.btn-default:link,button.btn-default {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;  
  padding: 6px 12px 6px 12px;
  text-decoration: none!important;
  color: #fff!important;
  background-color: #5B6870!important;
  font-weight: 600;
}

a.btn-default:hover,button.btn-default:hover {
  background: #358abf!important;
  text-decoration: none;
}

a.btn.btn-primary {
	color: #fff;
	text-decoration: none;
}
.screen-reader-text {
	display: none;
}

.disclaimer {
	color: #000;
	font-size: .9em;
}

ul.tags-list {
	padding: 0;
}

ul.tags-list li {
	list-style:none;
	display: inline-block;
	padding: 7px;
	background-color: #F8F8F8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	
}
a.tag {
	text-decoration: none;
	outline: none;	
	color: #000;
}
a.tag:hover, a.tag:focus {
	text-decoration: underline;
	color: #000;
}

.pagination .nav-links a, .pagination .nav-links span {
    padding: 3px;
    border: solid 1px;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span {
    color: #5B6870; 
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5B6870;
    border-color: #5B6870;
}
.maincontent a {
	word-wrap: break-word ;
	overflow-wrap: break-word;
}
.type-map-location h5.entry-title {
	padding-top: 5px;
	padding-bottom: 5px;
}
.map-location-hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.map-location-btn {
	margin-left: 15px;
}
.btn-go-to-item {
	color: #fff;
    background-color: #085C11;
    border-color: #2e6da4;
	margin-top: -5px;
	
}
.wp-caption {
/* Force the box to be 100% */
/*    max-width: 100% !important; */
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 5px;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Make an image full-width if taking up most of column.
*/
@media (max-width: 500px) {
	.maincontent img.size-medium {
		width: 100%!important;
	}
	.wp-caption.alignright, .wp-caption.alignleft {
		float: none;
		margin: 0;
		max-width: 100%!important;
		margin-left: auto;
		margin-right: auto;
	}
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.maincontent sup {
	font-size: .75em;
	font-weight: 400;
	padding-left: 2px;
	padding-right: 2px;
}

/* Fixed Contact Form 7 Responsiveness */
.wpcf7-form-control {
	max-width: 100%;
}
form.search-form {
	margin-top: 10px;
	margin-bottom: 10px;
}	
form.search-form .search-submit:hover  {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
form.search-form input,.widget input, .widget select {
	display: inline-block;
	/* width: 100%; */
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-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;
}

/*****
******
******	Search Results Page
******
*****/
#search-results-column img {
	max-height: 150px!important;
	max-width: 150px!important;
}
#search-results-column h2 {
	padding:0;
}
#search-results-column .link-thumbnail {
	padding-right: 20px;
}
/*****
******
******	Taxonomy / Archive Pages
******
*****/
.taxonomy-description {
    padding: 10px;
    font-size: .9em;
    margin-bottom: 10px;
    border-bottom: 1px #eee solid;
}

.taxonomy-page .link-thumbnail,.archive-page .link-thumbnail,.category-page .link-thumbnail,.content-post .link-thumbnail{
	padding-right: 20px;
}
.taxonomy-page .link-thumbnail img,.archive-page .link-thumbnail img, .link-thumbnail img, .content-post img.img-thumbnail{
	max-height: 125px;
	max-width: 125px;
}
.taxonomy-page h2,.archive-page h2,.category-page h2,h2.entry-title {
	padding:0;
}
/*****
******
******	Taxonomy Link Output
******
*****/
.tax-group-archive > div {
    display: inline;
}
.tax-group-single-page ul {
    list-style-type: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
  
.tax-group-label {
/*	padding-right: 15px;   */
}
.archive-page hr,.taxonomy-page hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
.tax-group-item-list :first-child {
    padding-left: 0;  
}
@media (max-width: 768px){
	.tax-group-label {
		background-color:#E0E0E0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.tax-group-archive, .tax-group-single-page {
		margin-top: 10px;
		border: 1px #E8E8E8 solid;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}	
	.tax-group-archive .tax-group-item-list li ,.tax-group-single-page .tax-group-item-list li {
		padding-top: 5px;
	}
	.tax-group-archive > div {
		display: block;
		padding-left: 10px;
	}
	.archive-page hr,.taxonomy-page hr {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media (min-width: 768px){
	.tax-group-label {
		text-align:right;
	}
}
.tax-group-archive .tax-group-item-list ul {
    padding-bottom: 5px;
    padding-top: 0;
	padding-left: 0;
}

.tax-group-archive .tax-group-item-list ul.children:before{
    content: ">";
    display: inline;
} 
.tax-group-archive .tax-group-item-list  ul.children li:not(:first-child):before {
	 content: "|\00a0";
	display: inline;
}
.tax-group-archive .tax-group-item-list li:not(:first-child):before {
	 content: "\00a0\00a0\||\00a0\00a0";
	display: inline;
	
}

.tax-group-archive .tax-group-item-list li, .tax-group-archive .tax-group-item-list ul{
	display: inline;
}

/*****
******
******	Consumer Hort / Indiana Yard Garden
******
*****/
/*
Front Page Hero Header
*/
.con-hort-hero-header ul,.con-hort-hero-header ol {
    padding: 0;
}
.con-hort-recent-news h3.widget-title, .con-hort-bottom-row h3.sow-headline {
	padding-top: 0;
}
/*****
******
******	LA Coop Page Styles
******
*****/

.la-coop-header-image h1,.la-coop-header-image h2 {
    background-color: #000;
    margin: 50px 0 0 0!important;
    padding: 20px 0 0 0;	
}
.la-coop-header-image h3,.la-coop-header-image h4,.la-coop-header-image h5 {
    background-color: #000;
    margin: 0!important;
    padding: 0 0 20px 0;	
}

/*****
******
******	Staff List Styles
******
*****/
h1.staff-status {
    text-align: left;
	font-size: 2em;
    right: 16px;
    position: relative;
    padding: .25em 0 .25em .5em;
    width: 100%;
    margin: .5em 0 .5em 0;
    background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -webkit-gradient(linear, center top, center bottom, from(#000), to(#fff));
    background: -o-linear-gradient(left, rgba(0,0,0,0), ,rgba(0,0,0,1));
    background: -moz-linear-gradient(right, rgba(0,0,0,0),rgba(0,0,0,1));
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
    color: white;
}

h2.staff-position {
  font-size: 20px;
  position: relative;
  overflow: hidden;
  color: #000;
}


h2.staff-position:after {
  display: inline-block;
  content: "";
  height: 2px;
  background: #000;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 7px;
  margin-left: 10px;
}

.staff-photo {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	}
.staff-photo a {
	background: white;
	display: inline-block;
	padding: 10px 10px 20px;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}
.staff-photo img {
	display: block;
	max-width: 200px;
	max-height: 200px;
	}
.staff-photo a:after {
	color: #333;
	font-size: 15px;
	content: attr(title);
	position: relative;
	top:10px;
}

.staff-list .panel-heading {
	color: #fff;
	background-color: #000;
}

.staff-list .panel-body {
	font-size: .9em;
	line-height: 1.4em;
}

.staff-phone:before {
	content: "\f098";
	font-family: FontAwesome;
	padding-right: 1em;
}
.staff-url:before {
	content: "\f0ac";
	font-family: FontAwesome;
	padding-right: 1em;
}
.staff-address:before {
	content: "\f1ad";
	font-family: FontAwesome;
	padding-right: 1em;
}
.staff-email:before {
	content: "\f0e0";
	font-family: FontAwesome;
	padding-right: 1em;
}

/*****
******
******	Course List Styles
******
*****/
.course-list-padding {
	padding-top: 7.5px;
}
.course-list .row:nth-child(odd) {
	background-color:  #f5f5f5;	
}
.course-list-header {
	display: table;
	font-weight: 800;
}
.course-list-header [class*="col-"] {
	display: table-cell;
	float:none;	
}

.course-list-header div {
	vertical-align: bottom;
}

/*****
******
******	Footer Styles
******
*****/
.footer {
	margin-top: 20px;
}
.footer #accordion .motto a {
	width: initial;
}
.footer .empty-panel {
	width: 20%;
	float:left;
	min-height: 1px;
}
#menu-social-media-links li {    
    display: inline-block;
    font-size: 1.2em;
}
@media (min-width: 991px){
	#menu-social-media-links {
		padding: 0;
	}
	#menu-social-media-links li {
		float: left;
		display: inline-block;
		font-size: 1.2em;
		margin-right: 5px;
	}
}

/*
*   Purdue Colors
*/
.yellow-walk {
    color: #FFD100;
}

.ross-ade-green {
    color: #849E2A;
}

.slayer-sky-blue {
    color: #7CA6C0;
}

.amelia-sky-blue {
    color: #A3D6D7;
}

.fountain-run-teal {
    color: #2EAF9B;
}

.land-grant-green {
    color: #085C11;
}

.ever-true-blue {
    color: #5B6870;
}
.mackey-orange {
	color: #FF9B1A;
}

/*
*		Classes for Print
*/
@media print {
    body {
        font-size: 14px;
    }

    a[href]:after {
        content: "";
    }

    .maincontent p a[href]:after {
        content: " (" attr(href) ")";
    }

    .logo {
        padding: 0;
    }

    .top .logo a img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

    .department,.department a {
        padding: 0 !important;
    }
	.breadcrumb-container {
		display: none;
	}
	.home-nav-buttons {
	-webkit-print-color-adjust: exact;
	}
}
#search-results-column .type-publication .pub-header {
	padding-top: 0;
}