/*
Theme Name: Tempera Child
Theme URI: http://www.cryoutcreations.eu/tempera
Description: Child theme for the Tempera theme
Author: Felicia Robinson
Author URI: http://www.feliciarobinson.ca
Template: tempera
Version: 1.0.1.1
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, black, blue, orange, red, gray, silver, light, dark, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template,  microformats, post-formats, rtl-language-support,  sticky-post, theme-options, threaded-comments, translation-ready
*/



@import "../tempera/style.css";

#site-info {
    display: none;
}

#site-generator {
	display: none;
}


.gallery {
	margin-left: 4px
}

.gallery-item {
	margin: 0 24px 24px 20px;
}

.gallery-icon img {
	width: 200px;
	height: 200px;
	padding: 5px; 
	border: solid 2px #EFEFEF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}

.gallery-icon img:hover {
	border: solid 5px rgba(22, 147, 165, 0.3);
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;

}

