/*   
Theme Name: Jarvis 3.7.3
Theme URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns" Title="RocknRolla Designs">RocknRolla</a>
Version: 3.7.3
Author: RocknRolla
Author URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, flexible-width, custom-background, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/


.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
	width: auto !important;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	width: auto !important;
	line-height: 1.5;
	font-size: 11px;
	padding: 3px 0;
	margin: 0px 0 0 0;
	background: #f6f6f6;
	display: block;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery-caption {
}
.bypostauthor {
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#p2 .parallax-content{
	padding: 100px auto;
	padding-bottom: 130px;
	padding-top: 67px;
}

#our-team .full-width{
	padding-bottom: 20px;
margin-bottom: 0;
}

#our-team{
	padding-bottom: 0;
}

#our-team .sixteen{
	margin-bottom: 0;
}

.parallax-overlay{
	background: rgba(14, 115, 120, 0.75);
}

img{
	  -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.sponsorship{
	margin-bottom: 0;
	padding-bottom: 0;
}

#sponsorship .full-width{
	padding-bottom: 20px;
	margin-bottom: 0;
}

.wpcf7-form input[type="submit"] {
    padding: 13px 55px;
	font-size: 30px;
}

#map{
	margin-bottom: 0;
	padding-bottom: 0;
}

#map .row{
	margin-bottom: 0;
	padding-bottom: 0;
}

#contact{
	margin-bottom: 0;
	padding-bottom: 0;
}

#p3 .parallax-content{
	padding: 87px 0;
}

#p3 h6{
	margin-bottom: 25px;
}

#map .container{
	width: 100vw;
	margin: 0;
margin-bottom: -20px;
}

#map iframe{
	width: 100vw;
}

#map .container .sixteen.columns{
	width: 100vw;
	margin: 0;
}

#contact-details{
	text-align: center;
}
.contact-details {
    width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.contact-details .full-width {
	margin: -14px;
}

#contact-details i{
	font-size: 42pt;
	color: #0e7378;
	margin-bottom: 8px;
}


#sponsorship .sixteen{
	margin-bottom: 0;
}

#contact-details .sixteen{
	margin-bottom: 0;
}

.home-text-wrapper {
    /*background: rgba(14, 115, 120, 0.75);*/
}

.section-404{
	height: 100vh;
}

.section-404 .sixteen{
    margin-top: calc(100vh/4);
}

#home{
	background-color: #0e7378;
}

/*.home-text-wrapper {
    background: rgba(0, 0, 0, 0.85);
}*/




/* ------------------------------------------
  RESPONSIVE NAV
--------------------------------------------- */
/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 60em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 60em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .nav-collapse li {
    width: auto;
  }
}


@media screen and (min-width: 60em) {
  .nav-collapse a {
    padding: 1.02em 1em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 60em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("http://envisity.com.au/wp/wp-content/themes/jarvis_wp/icons/responsivenav.eot");
  src:url("http://envisity.com.au/wp/wp-content/themes/jarvis_wp/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("http://envisity.com.au/wp/wp-content/themes/jarvis_wp/icons/responsivenav.ttf") format("truetype"),
    url("http://envisity.com.au/wp/wp-content/themes/jarvis_wp/icons/responsivenav.woff") format("woff"),
    url("http://envisity.com.au/wp/wp-content/themes/jarvis_wp/icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/* ------------------------------------------
  NAV Colors
--------------------------------------------- */
@media (max-width: 992px){
	nav.transparent {
	    background: #ffffff;
	    background: rgba(255, 255, 255, 0.95);
	    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	}

	nav.transparent a{
		color: #000000 !important;
	}
}
.parallax .quote i{
	color: white !important;
}

p.quote{
	font-size: 43px !important;
}
}


//custom

.subtitle{
	font-size: 14px !important;
}

#home{
	background-color: inherit;
}
