/*
Theme Name: Base Skeleton Theme
Theme URI: A Barebone base wordpress theme
Version: 1.0
Author: Rusty M. Reforma
Author URI: http://rustyreforma.com
*/

.effect-jazz { }
.effect-jazz img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

img.fix_banner { max-width:100%; }

.case-study-force { height:auto !important; }
.marginbottom { margin-bottom:30px; }

p.post-tags a {
    color: #828282;
    text-decoration: none;
}
p.post-tags {
    color: #828282;
    font-size: 16px;
}
.search-container:hover {
    margin-left: -50px;
    background: #e1d7bc;
}