/*

Theme Name:     Destination Sturgeon Bay

Author:         SignalFire, LLC

Template:       generatepress                           

Version:        1.5

*/

@import url("../generatepress/style.css");



/* navigation thumbs */

.sub-menu.with-featured-image {
	width:400px;
	padding-top:50px;
	margin-left:-75px;
	padding:1em;
	}
.sub-menu.with-featured-image li.nav-image, .sub-menu.with-featured-image li.nav-children {width:50%;float:left;display:block;}
.sub-menu.with-featured-image li.nav-children {width:50%;}
.with-featured-image li.nav-image {}
.sub-menu.with-featured-image li.nav-children ol {margin-top:-10px;margin-left:0; list-style-type:none;}


#site-navigation .menu-item-has-children .dropdown-menu-toggle span {display:none;}

#site-navigation .menu-item-has-children .dropdown-menu-toggle:before {
 font-family: fontawesome;
	font-weight:100;
	font-size:.8em;
	width: 14px;
display: inline-block;
 content: "\f054"; /* chevron down */
}
#site-navigation .menu-item-has-children:hover .dropdown-menu-toggle:before {
	position:relative;
	top:-2px;
    content: "\f078"; /* chevron right */

}
