/*
Theme Name: 7thVision Theme 2015
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2015
*/

/*________ GLOBAL ELEMENTS ________*/

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #626363;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%; 
	background: #0176a3; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1120px;
	max-width: 70rem;
	margin: 20px auto;
	margin: 1.25rem auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	width: 100%;
	max-width: 1120px;
	max-width: 70rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px;
	padding: 0 3.75rem;
}
.ie .wrapper {
	width: 1120px;
}


/*________ HEADER & NAV ________*/

.header {
	position: relative;
	background-color: #0176a3;
	padding: 30px 0;
	padding: 1.875rem 0;
	text-align: center;
}
.header h1 a {
	text-align: center;
	display: inline-block;
	font-size: 36px;
	font-size: 2.25rem;
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	line-height: 1.111;
}
.header h1 a:hover {
	text-decoration: none;
}







/*________ SLIDER ________*/

.sliderWrapper {
	background-color: #fff;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.nivoSlider {
	position: relative;
}
.nivoSlider .nivo-directionNav a {
	width: 100px;
	width: 6.25rem;
	height: 100px;
	height: 6.25rem;
	background: url(images/icon-arrow-next.png) no-repeat center center #fff;
	background-size: 16px 16px;
	background-size: 1rem 1rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	top: 50%;
	margin-top: -50px;
	margin-top: -3.125rem;
}
.nivoSlider .nivo-directionNav a.nivo-prevNav {
	background-image: url(images/icon-arrow-prev.png);
}
.nivoSlider .nivo-directionNav a:hover {
	background-color: #ccc;
}


/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
	background-color: #fff;
	
	overflow: hidden;
}
.content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .content {
	width: 68%;
	float: left;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-weight: 400;
	color: #000000;
}
.content h1 {
	font-size: 32px;
	font-size: 2rem;
}
.content h2 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h3 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h4,
.content h5,
.content h6 {
	font-size: 16px;
	font-size: 1rem;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
	overflow: hidden;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;	
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
 	padding: 0 0 20px;
 	padding: 0 0 1.25rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
}
.content .entryContent {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}


.contentSection {
	padding: 40px 0;
	padding: 2.5rem 0;
	background-color: #fff;
	text-align: center;
}
.contentSection.topSection {
	padding-top: 0;
	border-bottom: 1px solid #e8e8e8;
}
.contentSection.bottomSection {
	border-top: 1px solid #e8e8e8;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}


/*________ SIDEBAR ________*/

.sidebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .sidebar {
	width: 32%;
	padding: 0 0 20px 80px;
	padding: 0 0 1.25rem 5rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding: 0 0 40px 40px;
	padding: 0 0 2.5rem 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar .section {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.sidebar .section img {
	width: 100%;
	height: auto;
}


/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	background-color: #0176a3;
	padding: 30px 0;
	padding: 1.875rem 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}
.footer a,
.footer span {
	color: #ffff66;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
}


/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}


/*________ MISC ________*/

.backstretch {
	opacity: 0.6;
}

.button {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
	line-height: 1.25;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	border: none;
	font-weight: 700;
	border-radius: 4px;
	border-radius: 0.25rem;
	background-color: #f1661a;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f1661a;
	color: #fff;
}
.button:hover {
	color: #f1661a;
	background-color: #fff;
}

.inlineBlocks {
	text-align: center;
	overflow: hidden;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
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;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}




ul.socialNav {
	text-align: left;
}
ul.socialNav li {
	list-style: none;
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 4px;
	border-radius: 0.25rem;
}
ul.socialNav li a * {
	fill: #fff;
}
ul.socialNav li.facebook a {
	background-color: #3b5998;
}
ul.socialNav li.twitter a {
	background-color: #238ccc;
}
ul.socialNav li.instagram a {
	background-color: #3f729b;
}
ul.socialNav li.youtube a {
	background-color: #cd201f;
}
ul.socialNav li.googlePlus a {
	background-color: #c13727;
}
ul.socialNav li.tripAdvisor a {
	background-color: #26a146;
}
ul.socialNav li a:hover,
ul.socialNav li a:focus,
ul.socialNav li a:active {
	background-color: #333 !important;
}
ul.socialNav li a img,
ul.socialNav li a svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;

  	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li a:hover svg,
ul.socialNav li a:hover img,
ul.socialNav li a:focus svg,
ul.socialNav li a:focus img,
ul.socialNav li a:active svg,
ul.socialNav li a:active img {
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
ul.socialNav li.facebook a svg,
ul.socialNav li.facebook a img {
	max-width: 25%;
}
ul.socialNav li.twitter a svg,
ul.socialNav li.twitter a img {
	max-width: 50%;
}
ul.socialNav li.instagram a svg,
ul.socialNav li.instagram a img {
	max-width: 50%;
}
ul.socialNav li.youtube a svg,
ul.socialNav li.youtube a img {
	max-width: 50%;
}
ul.socialNav li.googlePlus a svg,
ul.socialNav li.googlePlus a img {
	max-width: 50%;
}
ul.socialNav li.pinterest a svg,
ul.socialNav li.pinterest a img {
	max-width: 40%;
}
ul.socialNav li.tripAdvisor a svg,
ul.socialNav li.tripAdvisor a img {
	max-width: 50%;
}
ul.socialNav li.linkedIn a svg,
ul.socialNav li.linkedIn a img {
	max-width: 50%;
}


/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other 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. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 80px;
	margin-right: 5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 80px;
	margin-left: 5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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: 25%;
	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;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery .gallery-item img:hover {
	opacity: 0.6;
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.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;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {

}

/* 940px */
@media (max-width: 58.75em) {
	.wrapper {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
}

/* 840px */
@media (max-width: 52.5em) {
	.outerWrapper {
		margin: 0;
	}
}

/* 740px */
@media (max-width: 46.25em) {
	.mainNavToggle {
		display: block;
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 60px;
		top: 3.75rem;
		left: 0;
		width: 100%;
		padding: 0 16px;
		padding: 0 1rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav a {
		color: #fff;
		border: none !important;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav li {
		width: 100%;
		float: none;
		border: none !important; 
		border-bottom: 1px solid #000 !important;
	}
	
	.mainNav > li {
		background-color: #222;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		text-align: left !important;
		border: none !important;
	}
	.mainNav .menu-item-has-children > a:after {
		border-color: transparent !important;
		border-top-color: #fff !important;
		left: auto !important;
		right: auto !important;
		top: 32px;
		top: 2rem;
	}
	.mainNav .menu-item-has-children:hover > a:after {
		border-top-color: #fff !important;
	}
	.mainNav ul li { 
		border: none !important;
		border-top: 1px solid #000 !important;
	}
	.mainNav ul a { 
		padding-left: 32px;
		padding-left: 2rem;
		background-color: transparent;
	}
	.mainNav ul ul a { 
		padding-left: 48px;
		padding-left: 3rem;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

/* 640px */
@media (max-width: 40em) {
	
}

/* 540px */
@media (max-width: 33.75em) {

}

/* 440px */
@media (max-width: 27.5em) {
	.alignleft, 
	img.alignleft,
	.alignright, 
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
}

/* 340px */
@media (max-width: 21.25em) {

}


/* HEIGHT */

/* 340px */
@media (max-height: 21.25em) {
	
}
