/*
 Theme Name:   Metric Child
 Template:     metric
*/

@import url("../metric/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/* CLEARFIX */

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* LOGO & MENU CENTERED */

.header .logo {
	display: block;
	margin: 0 auto;
	max-width: 601px;
	float: none;
}

.logo a img, .logo-strip {
	width: 100%;
}

.logo-strip {
	max-width: 875px;
}

#navigation {
	display: inline;
}

.navigation-primary {
	float: none;
	text-align: center;
	list-style: none;
	clear: left;
	margin-bottom: 30px;
}

.navigation-primary li {
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
	float: none;
}

.navigation-primary li .sub-menu, .navigation-primary li .children {
	left: 0 !important;
	text-align: left !important;
}

.navigation-primary li:last-child .sub-menu:before,
.navigation-primary li:last-child .children:before,
.navigation-primary li:nth-last-child(2) .sub-menu:before,
.navigation-primary li:nth-last-child(2) .children:before {
    border-left: 10px solid;
    border-right: 0;
}

.navigation-primary li .sub-menu:before, .navigation-primary li .children:before {
left: 0 !important;
}

/* MOBILE NAV CENTRE */

.navigation-mobile-button {
	float: none;
	margin: 0 auto;
}


/* SCREENINGS */

.cell li {
	list-style: none;
}

a.tribe-events-gmap {
	display: block;
}

#tribe-events-content ul.tribe-events-sub-nav li {
	margin: 0 5px;
}

.summary {
	color: white !important;
	font-size: 1.5em;
	padding: 3px 6px;
	background: #28a5a5;
}

.summary a {
	color: white !important;
	width: 100%;
}

h3.summary {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

h3.summary:hover {
	transition: 0.4s;
	background: #ebcd37;
}

h4.summary {
	color: white
}

.tribe-events-tooltip, .recurring-info-tooltip {
bottom: 60px !important;
}

.tribe-events-notices {
background: #d3f2f2;
border: 1px solid #b4eaea;
color: #28a5a5;
}

p em {
	font-style: italic !important;
}

p b {
	font-weight: bold;
}

/*
====================================================================================================
Responsive
====================================================================================================
*/

@media
only screen and (max-width: 1024px) {
	.header .logo {
		padding: 2em 0 0.5em;
	}
	.menu-item-77 {
		display: none !important;
	}

}