/*
* Theme Name: v3
* Theme URI: http://www.moreoomph.co.nz
* Author: More Oomph
* Author URI: http://www.moreoomph.co.nz
* Description: Customised layout, build on Bootstrap usability
* Version: 3.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: two-columns, left-sidebar, responsive-layout, accessibility-ready, editor-style
* Text Domain: v3
* Domain Path: /languages

*/


img {
	max-width: 100%;
	height: auto;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
select,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}



/**
 * 6.2 Menus
 */


.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 50%;
}
.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin: 0 auto 9.09090%;
	width: 100%;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	position: relative;
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}


.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 4%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	padding: 10px 20px;
	margin: 1em 0;
	border-radius: 10px;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}


.entry-attachment {
	margin-bottom: 1.6em;
}


.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.5;
	padding-top: 0.5em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 14.0 Media
 */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* ============================================================
 *	CUSTOM THEME STYLES GO HERE
 */

.display-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
}
@media (min-width:768px){
	display-flex-sm{
		display: block;
	}
}


body {
	background-color: #13171b;
}

.mce-content-body {
	color: #333;
	background: white;
}
.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4 {
	color: #333;
	text-transform: uppercase;
	font-size: 19px;
}
h1, h2, h3 {
	text-transform: uppercase;
}

p {
	margin-bottom: 2em;
}

.no-margin-bottom{
	margin-bottom: 0;
}

.pushout-wide {
	margin-left: -20px;
	margin-right: -20px;
}

/* ------------------------------------------------------------
 * Header
 */
#page-header, #page-footer {
	position: relative;
	background-color: #13171b;
	color: white;
}
.page-navbar, .page-navbar .navbar {
	background-color: transparent;
	color: white;
}
#page-header-right {
	padding-top: 32px;
}
#page-header-right .row > div {
	padding: 10px 0 10px 0;
	text-align: center;
}
#page-header-lasertag {
	border-left: 1px solid white;
	padding-bottom: 12px !important;
}
#page-header-socials {
	border-left: 1px solid white;
}
#page-header-socials a {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
#page-header-socials img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#page-header-locations {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
}
#page-header-locations > div {
	border-left: 1px solid white;
	padding: 7px 4px 7px 26px;
	font-size: 13px;
	line-height: 1.3em;
}
#page-header-locations > div:last-child{
	border-right: 1px solid white;
}
#page-header-locations > div > a {
	display: block;
}
#page-header-locations > div > a:first-child img {
	margin-top: -20px;
}
#page-header-locations > div > a:last-child img {
	margin-top: -3px;
}
#page-header-locations a.phone_number {
	display: inline-block;
	color: white;
	white-space: nowrap;
}

@media (max-width:767px){
	#page-header-locations {
		padding-bottom: 40px;
		margin-left: -22px;
		margin-right: -22px;
		display: block;
	}
	#page-header-locations > div {
		padding: 7px 5%;
	}
	#page-header-locations > div:first-child {
		border-left: none;
	}
	#page-header-locations > div:last-child { 
		padding-top: 35px;
		border-left: none;
		border-right: none;
	}
	#page-header-socials {
		text-align: center;
		padding-bottom: 40px;
		border-left: none;
	}
	#page-header-socials a {
		margin-left: 15px;
		margin-right: 15px;
	}
}


@media (min-width:768px) and (max-width: 991px){
	#page-header > .container > .row > .col-sm-5 {
		width: 35%;
	}
	#page-header > .container > .row > .col-sm-5 img {
		max-width: none;
		width: 290px;
	}
	#page-header > .container > .row > .col-sm-7 {
		width: 65%;
	}
	#page-header-right {
		padding-top: 16px;
	}
	#page-header-socials a {
		display: inline-block;
		margin-left: 1px;
		margin-right: 1px;
	}
	#page-header-locations > div {
		padding: 7px 4px 7px 7px;
		font-size: 10px;
	}
	#page-header-right {
		
	}
}

@media (min-width:992px) and (max-width: 1199px){
	#page-header-socials {
		/*padding: 32px 0 20px 10px;*/
	}
	
	#page-header-socials a {
		display: inline-block;
		margin-left: 3px;
		margin-right: 3px;
	}
	#page-header-locations > div {
		padding: 7px 7px 7px 14px;
		font-size: 11px;
	}
}

#page-header-socials a:first-child {
	margin-left: 0;
}
#page-header-socials a:last-child {
	margin-right: 0;
}

/* Nav Bar */
.page-navbar .navbar {
	margin-bottom: 0;
	border: none;
	min-height: 30px;
	background-image: none;
	margin-left: -20px;
    margin-right: -20px;
}

.page-navbar .navbar-nav>li>a {
	white-space: normal;
	text-transform: uppercase;
	color: #aaa;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}

.page-navbar .navbar-nav>li:hover {
	background-color: black;
	background-image: none;
}

.home .page-navbar .navbar-nav>li>a {
	color: white;
}

.page-navbar .navbar-nav>li:hover>a , .page-navbar .navbar-nav>li.active>a {
	color: white;
}

.page-navbar .caret {
	display: none;
}

.page-navbar .dropdown > a {
	cursor: default;
}

@media (max-width:767px){
	.page-navbar .container-top {
		margin-left: 0;
		margin-right: 0;
	}
	.page-navbar .navbar-nav {
		margin: 0 -10px;
	}
	.page-navbar .navbar-nav>li {
		display: block;
		float: left;
		width: 33.3%;
		border-bottom: 3px solid #00adef;
	}
	.page-navbar .navbar-nav>li>a{
		text-align: center;
		padding: 6% 10%;
		height: 3.8em;
		line-height: 1.3em;
	}
	.page-navbar .navbar-nav>li:nth-child(3n+1)>a {
		padding-left: 20%;
	}
	.page-navbar .navbar-nav>li:nth-child(3n+3)>a {
		padding-right: 20%;
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		background: white;
	}
	.navbar-nav .open .dropdown-menu {
		border: 1px solid rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	}
	.navbar-nav .open .dropdown-menu>li>a {
		color: black !important;
	}
}
@media (min-width:768px){
	.page-navbar {
		border-bottom: 3px solid #00adef;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.page-navbar .navbar-nav {
		display: block;
		width: 100%;
	}
	.page-navbar .navbar-nav>li {
		display: inline-block;
		width: 11.1%;
	}
	.page-navbar .navbar-nav>li>a {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 1px;
		padding-right: 1px;
		line-height: 16px;
		text-align: center;
	}
}

/* Header and Nav Responsive Placements */
@media (min-width:768px) and (max-width: 991px){
	#page-logo {
		position: relative;
		left: -26px;
	}
	#page-header {
		height: 187px;
	}
	.page-navbar .navbar-nav>li>a {
		font-size: 0.9em;
	}	
}

@media (min-width:992px) and (max-width: 1199px){
	#page-logo {
		position: relative;
		left: -30px;
	}
	#page-header {
		height: 214px;
	}
}

@media (min-width: 1200px){
	#page-logo {
		position: relative;
		left: -32px;
	}
	#page-header {
		height: 229px;
	}
}

#nav-menu-item-2906 a {
	background: #e2b19a;
    color: #d92a27;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

footer nav.page-navbar{
	top: 0 !important;
	border-bottom: none;
}

/* ------------------------------------------------------------
 * Horizontal Box
 */
.container-top {
	position: relative;
	max-width: 1100px;
}
#page-wrapper {
	background-color: white;
	padding-top: 20px;
	min-height: 600px;
}
#page-wrapper > .container {
	background-color: white;
	z-index: 2;
}

.entry-content > .row > div > *, .entry-content > .box > .row > div > * {
	margin-top: 0;
}

.entry-content > .row > div, .entry-content > .box > .row > div {
	border-left: 1px dotted #00adef;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry-content > .box {
	margin-top: 20px;
	margin-bottom: 20px;
}


@media (max-width:767px){
	.container-top {
		padding: 0 30px;
		margin: 0 5px;
	}
}


@media (min-width:768px){
	.container-top {
		padding: 0 60px;
	}

	.entry-content > .row, .entry-content > .box > .row {
		position: relative;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
	}

	.entry-content > .row > div:last-child, .entry-content > .box > .row > div:last-child {
		padding-right: 0;
	}
}

@media (min-width:768px) and (max-width: 991px){
	.container-top {
		padding: 0 30px;
	}
}


/* ------------------------------------------------------------
 * Plugin: Table Press
 */
.tablepress thead tr th {
	background: #80d6f7;
	font-weight: normal;
	padding: 5px 6px;
}
.tablepress thead tr th, .tablepress tbody tr td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #00adef;
}
.tablepress tbody tr td {
	background-color: #dedede;
	position: relative;
	padding: 8px 9px 4px 9px;
}
.tablepress tbody tr td:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	content: '';
	height: 4px;
	background-color: white;
}
.tablepress th:first-child, .tablepress td:first-child {
	border-left: none;
}
.tablepress tbody tr td {
	width: 25%;
}
.tablepress tbody tr td[colspan='2']{
	width: 50%;
}

/* Custom Styles */
.tablepress-noheader tbody tr:first-child td {
	padding: 4px 9px;
}
.tablepress-noheader tbody tr:first-child td:before {
	display: none;
}

.tablepress-5columns tbody tr td {
	width: 20%;
}

.tablepress-5columns tbody tr td[colspan='2'] {
	width: 40%;
}

.tablepress-5columns tbody tr td[colspan='3'] {
	width: 60%;
}

@media only screen and (max-width: 760px) {
	table.tablepress {
		min-width: 760px;
	}
}
.tablepress-6columns tbody tr td {
	width: 16%;
}

.tablepress-table-description {
	background: #f4f4f4;
	padding: 4px 9px;
	margin-bottom: 20px;
}


/* ------------------------------------------------------------
 * Plugin: Master Slider
 */
.ms-top-slidershow {
	margin-top: -20px;
}
.ms-top-slidershow .ms-slide-bgcont {
	text-align: center;
}
.ms-top-slidershow .ms-slide .ms-slide-bgcont img {
	max-width: 1040px;
	height: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media (max-width: 1040px) {
	.ms-top-slidershow .ms-slide .ms-slide-bgcont img {
		max-width: 100%;
	}
}

@media (min-width: 1030px) {
	
	.ms-top-slidershow .ms-inner-controls-cont:after, .ms-top-slidershow .ms-inner-controls-cont:before {
		position: absolute;
		content: '';
		display: block;
		top: 0;
		bottom: 0;
		width: 60px;
		z-index: 1;
	}
	.ms-top-slidershow .ms-inner-controls-cont:before {
		left: -60px;
		background: -moz-linear-gradient(left, rgba(20,23,28,0) 0%, rgba(20,23,28,0.45) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,23,28,0)), color-stop(100%, rgba(20,23,28,0.45)));
		background: -webkit-linear-gradient(left, rgba(20,23,28,0) 0%, rgba(20,23,28,0.45) 100%);
		background: -o-linear-gradient(left, rgba(20,23,28,0) 0%, rgba(20,23,28,0.45) 100%);
		background: -ms-linear-gradient(left, rgba(20,23,28,0) 0%, rgba(20,23,28,0.45) 100%);
		background: linear-gradient(to right, rgba(20,23,28,0) 0%, rgba(20,23,28,0.45) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14171c', endColorstr='#14171c', GradientType=1 );
	}
	.ms-top-slidershow .ms-inner-controls-cont:after {
		right: -60px;
		background: -moz-linear-gradient(left, rgba(20,23,28,0.45) 0%, rgba(20,23,28,0) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,23,28,0.45)), color-stop(100%, rgba(20,23,28,0)));
		background: -webkit-linear-gradient(left, rgba(20,23,28,0.45) 0%, rgba(20,23,28,0) 100%);
		background: -o-linear-gradient(left, rgba(20,23,28,0.45) 0%, rgba(20,23,28,0) 100%);
		background: -ms-linear-gradient(left, rgba(20,23,28,0.45) 0%, rgba(20,23,28,0) 100%);
		background: linear-gradient(to right, rgba(20,23,28,0.45) 0%, rgba(20,23,28,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14171c', endColorstr='#14171c', GradientType=1 );
	}
}

/* ------------------------------------------------------------
 * Show Scrollbars
 */

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}


/* ------------------------------------------------------------
 * Boxes and Location
 */

.box {
	position: relative;
}

.box-outer {
	position: absolute;
	left: 0;
	right: 0;
}

.box-outer.box-1, .box-outer.box-2 {
	z-index: 1;
}

.entry-content .box-1:before, .entry-content .box-2:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -60px;
	bottom: 0;
	left: -60px;
}

@media (max-width: 991px){
	.entry-content .box-1:before, .entry-content .box-2:before {
		right: -30px;
		left: -30px;
	}
}

.box-outer.box-location:before {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

/* Box Headers */
.box-header {
	margin-bottom: 0 !important;
	background: #13171b;
	color: white;
}
.box-header > div {
	line-height: 34px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	font-size: 1.2em;
}
.box-header > div img {
	display: inline;
	vertical-align: top;
}

.box-header a {
	color:white;
}

/* Regular Box Colours */
#page-wrapper .box-1, #page-wrapper .box-2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.box-1, .box-1:before {
	background-color: #ecf9fe;
}

.box-2, .box-2:before {
	background-color: #f4f4f4;
}

/* Location Boxes and Colours */
#page-content .box-location {
	background-color: white;
}

.location-address{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal !important;
	font-variant: normal !important;
}
@media (max-width: 786px){
	.location-address {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
}

.entry-content > .box-location > .row {
	padding-top: 0;
	padding-bottom: 0;
}
.entry-content > .box-location {
	margin-bottom: 40px;
}


.entry-content > div.row .col-sm-3:last-child .alignnone, .entry-content > .box-location > .row .col-sm-3:last-child .alignnone,
.entry-content > div.row .col-sm-3:last-child .aligncenter, .entry-content > .box-location > .row .col-sm-3:last-child .aligncenter {
	margin: 0 0 20px 0;
	max-width: 100%;
}
.entry-content > div.row .col-sm-3:last-child .alignleft, .entry-content > .box-location > .row .col-sm-3:last-child .alignleft {
	margin: 0 10% 20px 0;
	max-width: 90%;
}
.entry-content > div.row .col-sm-3:last-child .alignright, .entry-content > .box-location > .row .col-sm-3:last-child .alignright {
	margin: 0 0 20px 10%;
	max-width: 90%;
}
.entry-content > div.row .col-sm-3:last-child .size-full {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry-content > div.row > div p:last-child, 
.entry-content > div.row > div > img:last-child, 
.entry-content > div.row > div p:last-child img:last-child {
	margin-bottom: 0 !important;
}

/* Location: Avondale */
.box-outer.location-avondale:before {
	background-color: #fab20a;
}
.location-avondale .text-alt, .text-color-avondale {
	color: #fab20a;
}
.entry-content > .box.location-avondale > .row > div {
	border-color: #fab20a;
}
.location-avondale .tablepress thead tr th, .location-avondale  .tablepress tbody tr td {
	border-color: #fab20a;
	background-clip: padding-box;
}

/* Location: Botany */
.box-outer.location-botany:before {
	background-color: #bfdf14;
}
.location-botany .text-alt, .text-color-botany {
	color: #bfdf14;
}
.entry-content > .box.location-botany > .row > div {
	border-color: #bfdf14;
}
.location-botany .tablepress thead tr th, .location-botany  .tablepress tbody tr td {
	border-color: #bfdf14;
	background-clip: padding-box;
}

/* Location: Mobile */
.box-outer.location-mobile:before {
	background-color: #00adef;
}
.location-mobile .text-alt, .text-color-mobile {
	color: #00adef;
}
.entry-content > .box.location-mobile > .row > div {
	border-color: #00adef;
}

/* Location Styling */
.box-header * {
	margin-bottom: 0;
}
.box-header .col-sm-3 {
	font-weight: bold;
	text-transform: uppercase;
}

/* ------------------------------------------------------------
 * Panel
 */
.panel {
	border: 1px dotted black;
	margin-bottom: 10px;
}
.panel .panel-heading {
	font-size: 16px;
	text-transform: uppercase;
	background-color: #80d6f7;
	background-image: none;
	padding: 0 20px;
}
.panel .panel-body {
	padding: 10px 20px 0 20px;
}

.panel-avondale .panel-heading {
	background-color: #fab20a;
}
.panel-botany .panel-heading {
	background-color: #bfdf14;
}


/* ------------------------------------------------------------
 * Promotion
 */

#promotion-text-boxes, #promotion-image-boxes {
	margin-top: 20px;
	margin-bottom: 20px;
}
#promotion-image-boxes {
	margin-top: -20px;
	margin-bottom: -20px;
}

@media (min-width: 768px) {
	#promotion-text-boxes, #promotion-image-boxes {
		margin-right: -40px;
	}
}


/* Feature Images */
.promotion-boxes .featured-image {
	background: #eee;
	position: relative;
	padding-bottom: 60%;
	margin-left: -20px;
}
@media (max-width: 767px) {
	.promotion-boxes .featured-image {
		margin-left: 0;
	}	
}
.promotion-boxes .featured-image > img, .promotion-boxes .featured-image > a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.promotion-boxes .featured-image img {
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.promotion-boxes > div:last-child {
		padding-right: 20px !important;
	}
}

/* Position 10 */
#promotion-banner {
	padding-bottom: 36.5%;
}
#promotion-banner .slide {
	position: absolute;
	top: 0;
	left: 0;
}

/* Position 20 */
#promotion-text-boxes h2 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 0.7em 0;
	font-size: 1.4em;
	display: block;
}
#promotion-text-boxes > div {
	border-left: 1px dotted #00adef;
}
/*#promotion-text-boxes > div:last-child h2 {
	background: url(images/graphic-star.jpg) no-repeat 100% 100%;
	background-size: 32px 32px;
}*/

#promotion-text-boxes p {
	margin: 11.5px 0;
}
#promotion-text-boxes p a {
	color: #333;
	text-decoration: underline;
}


@media (max-width: 767px) {
	#promotion-text-boxes > div {
		border-top: 1px dotted #00adef;
		padding: 10px 0;
	}
}

/* Position 30 */
#promotion-image-boxes .featured-image {
	padding-bottom: 73%;
}
#promotion-image-boxes > div {
	border-left: none;
}

#promotion-image-boxes > div{
	padding-top: 0;
	padding-bottom: 0;
}



@media (max-width: 767px) {
	#promotion-image-boxes > div {
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
	}
	#promotion-image-boxes > div:last-child {
		padding-bottom: 0;
	}
}
