/*
Theme Name: Photography PRO Child Theme
Theme URI: http://thethemefoundry.com/photography/
Description: Child theme for customizing Photography PRO.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: photography_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../photography_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
li.g-thumb h5 {
    display: none;
}
li.g-thumb:hover h5 {
    display: block;
    margin-top: -97.5px;
    font-size: 2em;
    line-height: 0;
    text-align: center;
    color: #fff;
}
#gallery ul li a:hover img {
    opacity: .25;
}



/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
