/* Add your custom styles here */
@import url("clubfinder.css");

/* Close news page spacing */

footer.article-footer .article-info {
	margin: 0 !important;
	color: #aaa;
}

/* Blog layout headings */
.row header {
	min-height: 70px;
	display: flex;
	align-items: end;
}

/* Navigation */

#toolbar.zen-row-wrap {
	background-color: rgba(255,255,255,0.7);
}
#mobile-logo .moduletable {
	margin: 0 !important;
}

.zen-menu-horizontal ul a, .zen-menu-horizontal ul .zen-menu-heading {
	/* Modify padding on menu items */
	padding: 0 0 0 15px;
}

#menu ul > li a::before, #menu ul > li span.zen-menu-heading::before {
	/* Remove bullet before menu items with sub menus */
	display:none;
}

.nav-tabs li a, .nav-tabs li span {
	padding: 0;
}

#menu ul > li a:hover, #menu ul > li span.zen-menu-heading:hover, #menu ul > li.active > a {
	color: #668822;
}
#menu ul > li.deeper > ul > li.deeper > span.zen-menu-heading,
#menu ul > li.deeper > ul > li.deeper > span.zen-menu-heading.separator,
#menu ul > li.deeper > ul > li.zen-group > a.zen-menu-heading.separator,
#menu ul > li.deeper > ul > li.item-762 > a.zen-menu-heading.separator {
	/* Item-762 is Publications > Miscellaneous */
	color: #ffffff !important;
	font-weight: bold;
	font-size: 1.3em;
}

/* Menu Indent adjustment */
.zen-menu ul .zen-group ul ul {
	margin-left:0;
}
.zen-menu.zen-menu-horizontal ul ul ul.zen-menu-child {
	padding-left: 0;
}
.zen-menu.zen-menu-horizontal ul ul ul.zen-menu-child ul.zen-menu-child {
	margin-left: 0 !important;
}
ul.simple {
	padding-left: 0 !important;
}
.simple li {
	border: none;
	padding-bottom: 10px;
}


/* Anchors - offset for sticky menu */
a[id] {
	padding-top: 120px;
	margin-top: -80px;
}
a[id].accordion-toggle, a[id].nn_tabs-toggle {
	padding-top: 0;
	margin-top: 0;
}

/* Blog */
h2.article-title {
  	margin-bottom: 0;
    line-height: 0.75em;
}
h2.article-title span {
	font-size: 20pt;
	font-weight: bold;

}
/* Blog image fixes - override theme.amba.php css values from template */
.item-image {
	margin: 0;
}
img.border {
  margin-bottom: 10px;
}

/* Location K2 */

#locationlocator #locationsearch_div .input-append #searchinput, #locationlocator #locationsearch_div .input-append #searchpostal {
	border: 1px solid #141649 !important;
	color: #141649 !important;
	width: 100% !important;
}
.gm-style-iw input[type="text"] {
	border: 1px solid #141649 !important;
	color: #141649 !important;
}

.zen-menu.zen-menu-horizontal ul li li > a, .zen-menu.zen-menu-horizontal ul li li > span {
	/* Dropdown menu border */
	border-bottom: none;
}

.zen-menu ul .zen-group ul {
	border-top: 1px solid #6d912d !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	
}

.zen-menu ul .zen-menu-caption:hover, .active .zen-menu-caption, .active .zen-menu-heading {
	color: #668822 !important;
}

.btn.off-canvas-trigger {
	border: none;
	background: none;
	float:right !important;
	text-align:right !important;
	padding: 25px 0 0 15px;
	margin: 0;
	
}
.btn.off-canvas-trigger .fa {
	font-size: 3em;
	color: #141649 !important;
}



p.supportertext {
	color: #668822;
	padding: 0 !important;
	margin: 0 !important;
}
.supporterwrapper {
	border: 2px solid #668822;
}


@media screen and (max-width:787px) {
/* Push content down below logo on mobile */
  #bannerwrap {
    margin-top: 100px;
    margin-bottom: -100px;
    
  }
  #bannerwrap .zen-container {
    margin: 0;
    width: 100% !important;
  }
  #bannerwrap .zen-spotlight {
    padding: 0;
  }
  
#mainwrap {
	margin-top: 100px;
}
  
  /* Centre grid5wrap ads on mobile */
  #grid5wrap .zg-col-3 p {
	text-align: center !important;
}
  
	
}