/*
 Theme Name:   Astrum Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Astrum Child Theme
 Author:       Greig Cooke
 Author URI:   http://greigcooke.com
 Template:     astrum-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrum-child
*/

h1 {padding-top: 10px;}
h2 {font-size: 20px;}

.header-image img {
    width: 100%; display: block;
}

@media only screen and (max-width: 767px) {

.menu ul ul {
		position: relative;
	    display: block;
	    top: 100%;
	    left: 0;
	    z-index: 100;
	    width: 100%;
	    border-top: none;
	    border-bottom: none;
}

.menu ul ul li {
	border: none !important;

}


#jPanelMenu-menu li li li a {
    padding-left: 40px !important;
	border: none;
	background-color: #f8f8f8;
}

}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 700px !important;
	overflow: hidden;
	background-image:url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	/* 	top: -20px; */
}
