/*
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: #ed1c24;
	transition: all 0.15s linear;
}
a:hover,
a:focus {
	color: #343434;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #000;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;

	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}
button, .button {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	background-color: #ed1c24;
	text-decoration: none;
	border-radius: 4px;
	border-radius: 0.25rem;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	text-align: center;
	text-transform: uppercase;
	font-family: 'ITC Blair W05 Condensed Medium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
button:hover, .button:hover,
button:focus, .button:focus {
	color: #fff;
	background-color: #343434;
}
.button.tiny {
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 32px;
	border-radius: 2rem;
	background: transparent;
	border: 1px solid #ed1c24;
	color: #ed1c24;
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.button.tiny:hover, 
.button.tiny:focus {
	color: #fff;
	background: #ed1c24;
}
.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: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.shadowHover:hover, .shadowHover:focus {
    box-shadow: 0 0 16px 0 rgba(237, 28, 36, 0.4);
    box-shadow: 0 0 1rem 0 rgba(237, 28, 36, 0.4);
}
/*________ HEADER & NAV ________*/

.navContainer {
	width: 100%;
	position: relative;
	z-index: 1500;
	height: 60px;
	height: 3.75rem;
	background-color: #000;
}
.navContainer .wrapper {
	height: 100%;
}


/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}
.contentContainer {
	padding-bottom: 32px;
	padding-bottom: 2rem;
}
.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 {
	font-family: 'ITC Blair W05 Bold5411943', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.15;
	padding: 20px 0;
	padding: 1.25rem 0;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
}
.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: 24px;
	font-size: 1.5rem;
}
.content h2,
.content .h2 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h3,
.content .h3 {
	font-size: 16px;
	font-size: 1rem;
}
.content h4,
.content .h4 {
	font-size: 14px;
	font-size: 0.875rem;
}
.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 {
	color: #000;
	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 ul li > ul, 
.content ol li > ol {
	padding-top: 16px !important;
	padding-top: 1rem !important;
}
.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;
	border-bottom: 1px solid #e1e1e1;
}
.content .articleMeta p {
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	font-size: 12px;
	font-size: 0.75rem;
	color: #343434;
}
.content .articleMeta p strong {
	color: #343434;
}
.content .articleMeta p a {
	color: #343434;
}

.content .fc_container {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}




/*________ 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.15;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-size: 24px;
	font-size: 1.5rem;
    font-family: 'ITC Blair W05 Bold5411943', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
}

.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;
}

/*________ 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;
}

/*________ WPFORMS ________*/
.wpforms-container form label.wpforms-field-label {
    font-weight: bold;
    text-transform: uppercase;
}

div.wpforms-container form .wpforms-field-container .wpforms-field input[type=text],
div.wpforms-container form .wpforms-field-container .wpforms-field input[type=tel],
div.wpforms-container form .wpforms-field-container .wpforms-field input[type=email],
div.wpforms-container form .wpforms-field-container .wpforms-field input[type=number],
div.wpforms-container form .wpforms-field-container .wpforms-field input[type=password],
div.wpforms-container form .wpforms-field-container .wpforms-field textarea,
div.wpforms-container form .wpforms-field-container .wpforms-field select {
	border: 1px solid #494949;
}
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: #000;
}
.wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-radio ul {
	padding-left: 0;

}
.wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li {
	display: flex;
	width: 100%;
	align-items: center;
}
.wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input {
	margin-right: 0.5rem;
}

.wpforms-recaptcha-container .g-recaptcha {
    transform: scale(0.8);
    margin-left: -11%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.g-recaptcha 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 {
	display: block;
 	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;
}

.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;
}
.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) {

	/*________ 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%;
	}

	/*________ WPFORMS ________*/
	.wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-radio ul {
		display: flex;
		flex-wrap: wrap;
	}
	.wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li {
		width: 50%;
		padding-right: 1rem;
	    padding-bottom: 1rem;
	}
}

/* 640px */
@media (min-width: 40em) {

	/*________ 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 ________*/

	.mainContent .wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.mainContent .outerContent {
		width: 100%;
		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%;
	}
	/*________ WPFORMS ________*/
	.wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li {
		width: 33.3%;
	}
}

/* 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;
	}


	/*________ 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) {



	/*________ 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 ________*/

	.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: 40px;
		font-size: 2.5rem;
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
	}
	.content h2,
	.content .h2 {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.content h3,
	.content .h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.content h4,
	.content .h4 {
		font-size: 16px;
		font-size: 1rem;
	}
	.content h5,
	.content .h5 {
		font-size: 16px;
		font-size: 1rem;
	}
	.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;
	}
	.button.tiny {
		font-size: 14px;
		font-size: 0.875rem;
	}




	/*________ 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) {


}