/*
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: #4ba907;
	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: 'Roboto Mono', Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-size: 1rem;
	color: #565656;
	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 */
}
body.noScroll {
	overflow-y: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1000px;
	max-width: 62.5rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.small {
	max-width: 760px;
	max-width: 47.5rem;
}
.wrapper.large {
	max-width: 1360px;
	max-width: 85rem;
}
.wrapper.full {
	max-width: 100%;
}
.ie .wrapper {
	width: 1160px;
}

.font-arial {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


/*________ HEADER & NAV ________*/


/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
}
.outerContent {
	padding-bottom: 160px;
	padding-bottom: 10rem;
}

.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: 'Vesper Libre', Georgia, Times, 'Times New Roman', serif;
	line-height: 1.15;
	padding: 24px 0;
	padding: 1.5rem 0;
	font-weight: 300;
	color: #000;
	display: inline-block;
	position: relative;
}
.content h1:after,
.content .h1:after,
.content h2:after,
.content .h2:after,
.content h3:after,
.content .h3:after,
.content h4:after,
.content .h4:after {
	background: #000;
	bottom: 28px;
	bottom: 1.75rem;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	transition: all 0.15s ease;
}
.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;
	padding-bottom: 32px;
	padding-bottom: 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 {
	font-size: 16px;
	font-size: 1rem;
}
.content h5,
.content .h5,
.content h6,
.content .h6 {
	font-family: 'Roboto Mono', Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}
.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: #4ba907;
}
.content h1:hover:after,
.content h1:focus:after,
.content .h1:hover:after,
.content .h1:focus:after,
.content h2:hover:after,
.content h2:focus:after,
.content .h2:hover:after,
.content .h2:focus:after,
.content h3:hover:after,
.content h3:focus:after,
.content .h3:hover:after,
.content .h3:focus:after,
.content h4:hover:after,
.content h4:focus:after,
.content .h4:hover:after,
.content .h4:focus:after {
	background: #4ba907;
}
.content p,
.content .p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.6;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: justify;
}
.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.6;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: justify;
}
.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.6;
    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 .fc_container {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.content .badge {
    display: inline-block;
	color: #FFF;
	font-size: 10px;
	font-size: 0.625rem;
	text-transform: uppercase;
	padding: 0 12px;
	padding: 0 0.75rem;
    border-radius: 8px;
    border-radius: 0.5rem;
    line-height: 1.6;
}
.content .badge.open {
	background-color: #4BA907;
}
.content .badge.closed {
	background-color: #E24242;
}

.content .articleMeta {
	font-family: 'Roboto Mono', Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	font-size: 0.75rem;
	color: #565656;
	text-align: justify;
	line-height: 1.15;
	padding: 0 0 16px;
	padding: 0 0 1rem;
	text-transform: uppercase;
}



/*________ 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.6;
	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: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
	padding: 0;
	margin: 0 6px;
	margin: 0 0.375rem;
	list-style: none;
}
.slick-slider .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 1px solid #000;
	border-radius: 50%;
	background-color: #000;
	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 {
	border: 1px solid #4BA907;
	background-color: #4BA907;
}




/*________ 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;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.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 p span.message {
    padding-right: 16px;
    padding-right: 1rem;
    display: inline-block;
    flex-basis: calc(100% - 40px);
    flex-basis: calc(100% - 2.5rem);
}
.feedback p span.actions {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 0 28px;
    margin: 0 0 0 1.75rem;
    flex-shrink: 0;
    flex-basis: 100%;
}
.feedback p span.actions span {
	display: inline-block;
	position: relative;
	padding: 0 8px;
	padding: 0 0.5rem;
}
.feedback p span.actions span:after {
	position: absolute;
	height: 12px;
	height: 0.75rem;
	width: 1px;
	background-color: #fff;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
}
.feedback p span.actions span:last-child:after {
	display: none;
}

.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;
}
.g-recaptcha {
    transform: scale(0.8);
    margin-left: -11%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.g-recaptcha iframe {
    padding: 0;
}

form fieldset {
  border: none;
}
form fieldset legend {
  display: none;
}
form label {
  display: block;
  margin: 0 0 4px 0;
  margin: 0 0 0.25rem 0;
}
form label.checkbox {
  margin: 0 0 8px 0;
  margin: 0 0 0.5rem 0;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="number"],
form input[type="tel"],
form select,
form textarea,
textarea {
  border: 1px solid #ddd;
  color: #565656;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  padding: 0 16px;
  padding: 0 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}
form select {
  padding: 6px;
  padding: 0.375rem;
}
textarea {
	resize: none;
	height: 120px;
	height: 7.5rem;
	padding: 16px;
	padding: 1rem;
}


/*________ 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,
.content .hide,
body .content .hide {
	display: none;
}


button {
	cursor: pointer;
	font-family: inherit;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}
.button {
	font-family: 'Roboto Mono', Georgia, Times, 'Times New Roman', serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2.2;
	display: inline-block;
	padding: 0 32px;
	border-radius: 16px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	color: #4ba907;
	border: 1px solid #4ba907;
	background-color: #FFF;
}
.button:hover {
	color: #FFF;
	background-color: #4ba907;
}
.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;
}
.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%;
}
.dimmi-widget iframe {
	width: 100%;
	height: 480px;
	height: 30rem;
}

/*________ 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 {
	margin-left: -60px;
	margin-left: -3.75rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 140px);
	width: calc(100% + 8.75rem);
	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.6;
}
.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) {

	/*________ 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;
	}



	/*________ FEEDBACK ________*/

	.feedback p {
		flex-wrap: nowrap;
	}
	.feedback p span.message {
	    flex-basis: auto;
	}
	.feedback p span.actions {
	    margin: 0 -8px;
	    margin: 0 -0.5rem;
	    flex-basis: auto;
	}

	/*________ 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) {

	/*________ CONTENT ________*/

	.wrapper.small .content .type-page,
	.wrapper.small .content .type-post {
		max-width: 600px;
		max-width: 37.5rem;
		margin: 0 auto; 
	}

	/*________ 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: calc(100% - 280px);
		width: calc(100% - 17.5rem);
		padding-right: 40px;
		padding-right: 2.5rem;
		flex-shrink: 1;
		flex-grow: 1;
	}

	.content .entryContent > img.size-medium,
	.content .entryContent > img.size-large  {
		margin-left: -40px;
		margin-left: -2.5rem;
		max-width: calc(100% + 80px);
		max-width: calc(100% + 5rem);
	}


	/*________ 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;
	}


	/*________ 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 ________*/

	.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 {

	}
	.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,
	.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;
	}
	.content .entryContent > img.size-medium,
	.content .entryContent > img.size-large  {
		margin-left: -60px;
		margin-left: -3.75rem;
		max-width: calc(100% + 120px);
		max-width: calc(100% + 7.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) {


}
