/*

Theme Name: Schoolhouse

Description: Child theme for Avada theme

Author: Josh Bergman

Author URI: https://www.joshbergman.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

nav.main-menu ul {
	height:50px;
	min-height:0 !important;
}
.header-logo-pic-container, .header-logo-pic img, .header-logo-sep {
	-webkit-transition: all 0.6s ease 0s !important;
	transition: all 0.6s ease 0s !important;
}
.fusion-sticky-transition .header-logo-pic-container {
	margin-top:-20px;
}
.fusion-sticky-transition .header-logo-pic img {
	width:0;
}
.fusion-sticky-transition .header-logo-sep {
	padding:0;
}
#main abbr, abbr, .awb-off-canvas abbr {
	text-decoration:none !important;
}
.video-play:hover {
	cursor:pointer;
}
.business-directory ul {
	justify-content:center;
}
.business-website a {
	display:block;
	background-color:#9d6141;
}
.business-website a:hover {
	background-color:#858a8b;
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (max-width: 900px) {
nav.main-menu ul {
	height:auto;
}
}