/*
Theme Name: 7thVision Theme
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme
Author: Devon Mather
Version: 2.0.0
*/


/*________ GLOBAL ELEMENTS ________*/


* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
abbr[title],
acronym[title] {
	text-decoration: none;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	position: relative;
}
img.animate {
	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000;
	transition: all 0.15s linear;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;

	background-color: #630505;
	background-image: url("<?= get_template_directory_uri(); ?>/images/Resto-BG.jpg");
	background-position: center top; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
}

.wrapper {
	width: 100%;
	max-width: 1240px;
	max-width: 77.5rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.small {
	max-width: 840px;
	max-width: 52.5rem;
}
.wrapper.large {
	max-width: 1440px;
	max-width: 90rem;
}
.wrapper.full {
	max-width: 100%;
}
.ie .wrapper {
	width: 1160px;
}

.font-arial {
	font-family: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
}

h1,
h2,
h3 {
	font-family: 'Cinzel',
serif;
	color: #fcff00;
}

h4 {
	color: #fff;
}



/*________ HEADER & NAV ________*/

.navContainer {
	width: 100%;
	position: relative;
	height: 60px;
	height: 3.75rem;
	background-color: #000;
	box-shadow: 0px 0px 10px black;
}
.navContainer .wrapper {
	height: 100%;
	display: flex;
}
.navContainer .wrapper .mainNav {
	margin: 0 auto;
}
ul.mainNav li a {
	padding: 0 8px;
	padding: 0 0.5rem;
}

.mainNav > li:not(:last-of-type):after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    height: 3.125rem;
    background-color: #2e2e2e;
}

.header .wrapper .logo {
	max-height: 325px;
	max-height: 20.3125rem;
}

/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
}
.outerContent {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content h1,
.content .h1,
.content h2,
.content .h2,
.content h3,
.content .h3,
.content h4,
.content .h4,
.content h5,
.content .h5,
.content h6,
.content .h6 {
	line-height: 1.15;
	padding: 24px 0;
	padding: 1.5rem 0;
	font-weight: 300;
}
.content h1 + .entryTitle,
.content .h1 + .entryTitle,
.content h2 + .entryTitle,
.content .h2 + .entryTitle,
.content h3 + .entryTitle,
.content .h3 + .entryTitle,
.content h4 + .entryTitle,
.content .h4 + .entryTitle,
.content h5 + .entryTitle,
.content .h5 + .entryTitle,
.content h6 + .entryTitle,
.content .h6 + .entryTitle {
	margin-top: -16px;
	margin-top: -1rem;
}

.content h1,
.content .h1 {
	font-size: 32px;
	font-size: 2rem;
}
.content h2,
.content .h2 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h3,
.content .h3 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h4,
.content .h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
}
.content h5,
.content .h5 {
	font-size: 14px;
	font-size: 0.875rem;
}
.content h6,
.content .h6 {
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 700;
}
.content .entryTitle {
	padding-top: 0 !important;
}
.content h1 a,
.content .h1 a,
.content h2 a,
.content .h2 a,
.content h3 a,
.content .h3 a,
.content h4 a,
.content .h4 a,
.content h5 a,
.content .h5 a,
.content h6 a,
.content .h6 a {
	text-decoration: none;
}
.content h1 a:hover,
.content h1 a:focus,
.content .h1 a:hover,
.content .h1 a:focus,
.content h2 a:hover,
.content h2 a:focus,
.content .h2 a:hover,
.content .h2 a:focus,
.content h3 a:hover,
.content h3 a:focus,
.content .h3 a:hover,
.content .h3 a:focus,
.content h4 a:hover,
.content h4 a:focus,
.content .h4 a:hover,
.content .h4 a:focus,
.content h5 a:hover,
.content h5 a:focus,
.content .h5 a:hover,
.content .h5 a:focus,
.content h6 a:hover,
.content h6 a:focus,
.content .h6 a:hover,
.content .h6 a:focus {
	color: #000;
}
.content p,
.content .p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
	font-size: 14px;
	font-size: 0.875rem;
}
.content p.has-small-font-size {
	font-size: 12px;
	font-size: 0.75rem;
}
.content p.has-large-font-size {
	font-size: 18px;
	font-size: 1.125rem;
}
.content p.has-huge-font-size {
	font-size: 22px;
	font-size: 1.375rem;
}
.content ul:not([class]),
.content ol:not([class]) {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
	line-height: 1.5;
	font-size: 14px;
	font-size: 0.875rem;
}
.content ul:not([class]) li,
.content ol:not([class]) li {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.content ul:not([class]) li:last-child,
.content ol:not([class]) li:last-child {
	padding-bottom: 0;
}
.content ul:not([class]) ul,
.content ol:not([class]) ol {
	padding-bottom: 0;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
	margin: 0 0 20px 20px;
	margin: 0 0 1.25rem 1.25rem;
	border-left: 4px solid #222;
	border-left: 0.25rem solid #222;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}

.content > table {
    /*Make table horizontally scroll*/
	display: block;
    overflow-x: auto;
    white-space: nowrap;
    min-width: 440px;
    min-width: 27.5rem;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
    border-collapse: collapse;
}
.content table thead tr {
}
.content table thead tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tbody tr {
	border-top: 1px dotted #ccc;
}
.content table tbody tr td {
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;
	width: 100%;
}
.content a.readMore {
	display: inline-block;
}

.content .articleMeta {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}
.content .articleMeta p {
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
}
.content .articleMeta p strong {
	color: #fff;
}
.content .articleMeta p a {
	color: #fff;
}

.content .fc_container {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.contentContainer.mainContent {
	padding-top: 3rem;
	padding-top: 48px;
}


/*________ SIDEBAR ________*/

.sidebar {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}

.sidebar .section {
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}
.sidebar .section:last-child {
	padding-bottom: 0;
}

.sidebar .section h5,
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-size: 16px;
	font-size: 1rem;
}

.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	line-height: 1.5;
	padding: 8px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	transition: all 0.15s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover,
.sidebar .section ul.basicList li a:focus {
	padding-left: 4px;
	padding-left: 0.25rem;
}





/*________ LIGHT GALLERY ________*/

body .lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
	padding-top: 32px;
}
body .lg-outer .lg-toolbar {
	background-color: transparent;
}
body .lg-outer .lg-sub-html p {
	margin-top: 0;
}
body .lg-outer .lg-sub-html a {
	color: #fff;
	text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover,
body .lg-outer .lg-sub-html a:focus {
	text-decoration: underline;
}


/*________ SLICK SLIDER ________*/

.slick-slider button.slick-prev,
.slick-slider button.slick-next {
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	left: 40px;
	left: 2.5rem;
	text-indent: -9999px;
	background-color: #000;
	z-index: 100;
	transition: all 0.15s linear;
}
.slick-slider button.slick-next {
	left: 78px;
	left: 4.875rem;
}
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-prev:focus,
.slick-slider button.slick-next:hover,
.slick-slider button.slick-next:focus {
	background-color: #fff;
}
.slick-slider button.slick-prev:after,
.slick-slider button.slick-next:after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	transition: all 0.15s linear;
}
.slick-slider button.slick-prev:after {
	border-right-color: #fff;
	border-right-width: 6px;
	border-right-width: 0.375rem;
	right: 4px;
	right: 0.25rem;
}
.slick-slider button.slick-prev:hover:after,
.slick-slider button.slick-prev:focus:after {
	border-right-color: #000;
}
.slick-slider button.slick-next:after {
	border-left-color: #fff;
	border-left-width: 6px;
	border-left-width: 0.375rem;
	left: 4px;
	left: 0.25rem;
}
.slick-slider button.slick-next:hover:after,
.slick-slider button.slick-next:focus:after {
	border-left-color: #000;
}




.slick-slider .slick-dots {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
}
.slick-slider .slick-dots li {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	padding: 0;
	margin: 0 5px;
	margin: 0 0.3125rem;
	list-style: none;
}
.slick-slider .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.15s linear;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
	background-color: #fff;
}




/*________ FEEDBACK ________*/

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 48px 0 20px;
	padding: 1rem 3rem 0 1.25rem;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
	position: relative;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 16px;
	padding: 0 0 1rem;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.content .feedback p {
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.feedback p a {
	color: #fff;
}

.feedback p span {
	display: block;
}
.feedback p .icon {
	margin-right: 12px;
	margin-right: 0.75rem;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;

	flex-grow: 0;
	flex-shrink: 0;
}
.feedback p .icon * {
	stroke: #fff;
}
.feedback ul {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.feedback .close {
	background-color: transparent;
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	top: 1rem;
	right: 20px;
	right: 1.25rem;
	border: 1px solid #fff;
}
.feedback .close:hover,
.feedback .close:focus {
	background-color: #fff;
}
.feedback .close * {
	stroke: #fff;
	transition: all 0.15s linear;
}
.feedback.positive .close:hover *,
.feedback.positive .close:focus * {
	stroke: #26ba3b;
}
.feedback.warning .close:hover *,
.feedback.warning .close:focus * {
	stroke: #ffa800;
}
.feedback.negative .close:hover *,
.feedback.negative .close:focus * {
	stroke: #ee3333;
}
.feedback .close img,
.feedback .close svg {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}



/*________ FORMS ________*/

form * {
	font-family: inherit;
	font-size: 14px;
	font-size: 0.875rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #999;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #999;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}
.content .contactContainer .wpforms-container .wpforms-field-container .wpforms-field textarea,
.content .contactContainer .wpforms-container .wpforms-field-container .wpforms-field select,
.content .contactContainer .wpforms-container .wpforms-field-container .wpforms-field input {
	background-color: #fff;
}
.content button,
.content .button {
	background-color: #dddddd;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 40px;
    padding: 0 1.25rem;
    line-height: 2.5;
    font-weight: 600;
}
.content button:hover,
.content .button:hover {
	background-color: #fcff00;
}

div.wpforms-container form .wpforms-field-container .wpforms-field input[type="text"]:focus,
div.wpforms-container form .wpforms-field-container .wpforms-field input[type="tel"]:focus,
div.wpforms-container form .wpforms-field-container .wpforms-field input[type="email"]:focus,
div.wpforms-container form .wpforms-field-container .wpforms-field input[type="number"]:focus,
div.wpforms-container form .wpforms-field-container .wpforms-field input[type="password"]:focus,
div.wpforms-container form .wpforms-field-container .wpforms-field select:focus,
div.wpforms-container form .wpforms-field-container .wpforms-field textarea:focus {
	border-color: #9b2726;
}

.wpforms-recaptcha-container .g-recaptcha {
    transform: scale(0.8);
    margin-left: -11%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.wpforms-recaptcha-container iframe {
    padding: 0;
}
/*________ MISC ________*/

.show-1540,
.show-1440,
.show-1340,
.show-1240,
.show-1140,
.show-1040,
.show-940,
.show-840,
.show-740,
.show-640,
.show-540,
.show-440,
.show-340 {
	display: none;
}

.backstretchThis {
	overflow: hidden;
}

img.fittedBg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}


.injectSvg {
	overflow: hidden;
	display: none;
}
.icon .injectSvg {
 	width: 100%;
 	height: 100%;
}
.injectSvg.injected-svg {
	display: block;
}
.icon .injectSvg * {
	transition: all 0.15s linear;
}


.ui-widget {
	font-family: inherit !important;
}

.mapContainer {
	position: relative;
	width: 100%;
	min-height: 400px;
	min-height: 25rem;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.mapContainer .gm-style-cc {
	display: none;
}

.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.hide {
	display: none;
}


button {
	cursor: pointer;
	font-family: inherit;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}
.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}
.wrapper button.navToggle {
	background-color: transparent;
}
.wrapper .navToggle .burger .burger-lines,
.wrapper .navToggle .burger .burger-lines:after,
.wrapper .navToggle .burger .burger-lines:before {
	background-color: #fff;
}
.wrapper .navToggle .text {
	color: #fff;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.content p .videoContainer {
	margin-bottom: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	transition: all 0.15s linear;
}

.centerVertical {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*________ WP IMAGES ________*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element,
force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	transition: all 0.15s linear;
	-webkit-backface-visibility: hidden;
}
.gallery .gallery-item a img:hover,
.gallery .gallery-item a img:focus {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/*________ FRONT PAGE ________*/


/*________ CONTACT PAGE ________*/


/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/



/*________ WP PRINT ________*/

@media print {

}


/*________ RESPONSIVE ________*/

/* 340px */
@media (min-width: 21.25em) {

	/*________ MISC ________*/

	.hide-340 {
		display: none !important;
	}
	.show-340 {
		display: block;
	}
	.show-340.inline {
		display: inline;
	}
	.show-340.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 50%;
	}


}

/* 440px */
@media (min-width: 27.5em) {
	/*________ NAV ________*/
	ul.mainNav li a {
		padding: 0 16px;
		padding: 0 1rem;
	}

	/*________ CONTENT ________*/

	.content .articleMeta {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.content .articleMeta p {
		padding-right: 12px;
		padding-right: 0.75rem;
		padding-bottom: 0;
		margin: 0 12px 10px 0;
		margin: 0 0.75rem 0.625rem 0;
		position: relative;
	}
	.content .articleMeta p:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 1px;
		height: 10px;
		height: 0.625rem;
		background-color: #999;
	}
	.content .articleMeta p:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	.content .articleMeta p:last-child:after {
		display: none;
	}



	/*________ MISC ________*/

	.hide-440 {
		display: none !important;
	}
	.show-440 {
		display: block;
	}
	.show-440.inline {
		display: inline;
	}
	.show-440.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.alignleft,
	img.alignleft {
		display: inline;
		float: left;
		margin-right: 24px;
		margin-right: 1.5rem;
	}
	.alignright,
	img.alignright {
		display: inline;
		float: right;
		margin-left: 24px;
		margin-left: 1.5rem;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 33.33%;
	}
}

/* 540px */
@media (min-width: 33.75em) {

	/*________ MISC ________*/

	.hide-540 {
		display: none !important;
	}
	.show-540 {
		display: block;
	}
	.show-540.inline {
		display: inline;
	}
	.show-540.inline-block {
		display: inline-block;
	}



	/*________ WP IMAGES ________*/

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 25%;
	}
}

/* 640px */
@media (min-width: 40em) {
	/*________ NAV ________*/
	ul.mainNav li a {
		padding: 0 32px;
		padding: 0 2rem;
	}

	/*________ MISC ________*/

	.hide-640 {
		display: none !important;
	}
	.show-640 {
		display: block;
	}
	.show-640.inline {
		display: inline;
	}
	.show-640.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 20%;
	}
}

/* 740px */
@media (min-width: 46.25em) {

	/*________ CONTENT ________*/
	.wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.mainContent .wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.mainContent .outerContent {
		width: calc(100% - 280px);
		width: calc(100% - 17.5rem);
		padding-right: 40px;
		padding-right: 2.5rem;
		flex-shrink: 1;
		flex-grow: 1;
	}


	/*________ SIDEBAR ________*/

	.mainContent .sidebar {
		width: 280px;
		width: 17.5rem;
		flex-shrink: 0;
		flex-grow: 0;
	}


	/*________ MISC ________*/

	.hide-740 {
		display: none !important;
	}
	.show-740 {
		display: block;
	}
	.show-740.inline {
		display: inline;
	}
	.show-740.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 16.66%;
	}
}

/* 782px //should only be used for .admin-bar items */
@media (min-width: 48.875em) {

}

/* 840px */
@media (min-width: 52.5em) {

	/*________ HEADER ________*/

	.navContainer .wrapper {
		padding: 0;
		justify-content: center;

	}


	/*________ MISC ________*/

	.hide-840 {
		display: none !important;
	}
	.show-840 {
		display: block;
	}
	.show-840.inline {
		display: inline;
	}
	.show-840.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 14.28%;
	}
}

/* 940px */
@media (min-width: 58.75em) {


	/*________ MISC ________*/

	.hide-940 {
		display: none !important;
	}
	.show-940 {
		display: block;
	}
	.show-940.inline {
		display: inline;
	}
	.show-940.inline-block {
		display: inline-block;
	}

	/*________ WP IMAGES ________*/

	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
}

/* 1040px */
@media (min-width: 65em) {
	/*________ NAV ________*/
	ul.mainNav li a {
		padding: 0 48px;
		padding: 0 3rem;
	}


	/*________ MISC ________*/

	.hide-1040 {
		display: none !important;
	}
	.show-1040 {
		display: block;
	}
	.show-1040.inline {
		display: inline;
	}
	.show-1040.inline-block {
		display: inline-block;
	}
}

/* 1140px */
@media (min-width: 71.25em) {

	/*________ MISC ________*/

	.hide-1140 {
		display: none !important;
	}
	.show-1140 {
		display: block;
	}
	.show-1140.inline {
		display: inline;
	}
	.show-1140.inline-block {
		display: inline-block;
	}
}

/* 1240px */
@media (min-width: 77.5em) {

	/*________ CONTENT ________*/

	.mainContent .outerContent {
		width: calc(100% - 320px);
		width: calc(100% - 20rem);
		padding-right: 60px;
		padding-right: 3.75rem;
	}

	.content h1,
	.content .h1,
	.content h2,
	.content .h2,
	.content h3,
	.content .h3,
	.content h4,
	.content .h4,
	.content h5,
	.content .h5,
	.content h6,
	.content .h6 {
		padding: 28px 0;
		padding: 1.75rem 0;
	}
	.content h1 + .entryTitle,
	.content .h1 + .entryTitle,
	.content h2 + .entryTitle,
	.content .h2 + .entryTitle,
	.content h3 + .entryTitle,
	.content .h3 + .entryTitle,
	.content h4 + .entryTitle,
	.content .h4 + .entryTitle,
	.content h5 + .entryTitle,
	.content .h5 + .entryTitle,
	.content h6 + .entryTitle,
	.content .h6 + .entryTitle {
		margin-top: -20px;
		margin-top: -1.25rem;
	}
	.content h1,
	.content .h1 {
		font-size: 48px;
		font-size: 3rem;
		padding-bottom: 28px;
		padding-bottom: 1.75rem;
	}
	.content h2,
	.content .h2 {
		font-size: 32px;
		font-size: 2rem;
	}
	.content h3,
	.content .h3 {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.content h4,
	.content .h4 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.content h5,
	.content .h5 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.content h6,
	.content .h6 {
		font-size: 16px;
		font-size: 1rem;
	}
	.content p,
	.content .p,
	.content ul:not([class]),
	.content ol:not([class]) {
		padding-bottom: 24px;
		padding-bottom: 1.5rem;
		font-size: 16px;
		font-size: 1rem;
	}
	.content p.has-small-font-size {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.content p.has-large-font-size {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.content p.has-huge-font-size {
		font-size: 24px;
		font-size: 1.5rem;
	}





	/*________ SIDEBAR ________*/

	.mainContent .sidebar {
		width: 320px;
		width: 20rem;
	}
	.sidebar .section {
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}


	/*________ MISC ________*/

	.videoContainer {
	    margin-bottom: 24px;
	    margin-bottom: 1.5rem;
	}

	.hide-1240 {
		display: none !important;
	}
	.show-1240 {
		display: block;
	}
}

/* 1340px */
@media (min-width: 83.75em) {

	/*________ MISC ________*/

	.hide-1340 {
		display: none !important;
	}
	.show-1340 {
		display: block;
	}
}

/* 1440px */
@media (min-width: 90em) {

	/*________ MISC ________*/

	.hide-1440 {
		display: none !important;
	}
	.show-1440 {
		display: block;
	}
}

/* 1540px */
@media (min-width: 96.25em) {

	/*________ MISC ________*/

	.hide-1540 {
		display: none !important;
	}
	.show-1540 {
		display: block;
	}
}


/* HEIGHT */

/* 640px */
@media (min-height: 40em) {


}



/* MIXED */

@media (min-height: 40em) and (min-width: 58.75em) {


}
