/*
Theme Name: Gotham
Theme URI: crispytheme.com/gotham
Author URI: crispytheme.com
Description: Gotham is a WordPress Theme created by ThemeCrispy with a clean, modern design. Gotham highlights your portolio, your posts, your content in a simple way.
Author: ThemeCrispy
License: GNU General Public License (GPL)
License URI: license.txt
Tags: portfolio, blog, post-formats, full-width-template
Text Domain: gotham
Version: 1.1.1
*/

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter, .screen-reader-text{}

/* Adding blue bottom border to portfolio header banner */
.h-below.full {
	border-bottom: 6px solid #00D7FF;
}

/* Adjusting alignment of hover label for portfolio grid icon */
.explore a:after {
	left: -7.66px;
}

/* Adding new color to footer border */
#subfooter .spec {
	border-top: 1px solid #00D7FF;
}



/* Shrinking bio text for about us team bios */
.team-desc .team-content {
	font-size: 14px;
}

.team-info.visible {
	max-height: 100%;
	overflow-y: scroll;
}

.team-info.visible .team-social {
	position: relative;
}

/* Enlarge Miramar Ventures logo */
.standard_logo {
	width: 180px;
}

/* modify 'who we are' row height */
.height-100 {
	height: 100px;
}

/* Adjusting the position of the info card to show more of the team image */
.team-info {
	background-color:#fafafa;
	position: absolute;
    	bottom: -10px;
}

/* Made it so the metabox title 'About this project' doesn't display */
.portfolio-content>h3 {
	display:none;
}

