/* Enter Your Custom CSS Here */

.alignleft, .alignright, .aligncenter {
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

#logo a img {
	-webkit-transition: width 2s;
    transition: width 2s;
}

#masthead.stuck.move_down #logo a img {
	max-height: 70px !important;
}