/* ==============================
global.css
---------------
Developed By: NetKi Pty Ltd
Web: 	www.netki.com.au
Email: 	contact@netki.com.au
Phone: 	1300 557 849
Copyright (c) 2015 NetKi Pty Ltd
============================== */

/* Defaults
------------------------------ */

/*html
{
  height: 100vh;
}*/
header
{
  height: 8vh;
}
body.single-portfolio #content, body.single-portfolio #content article
{
  height: 92vh;
}

html
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
}

a img
{
	border: none;
}

img.centered,
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

/* Text
------------------------------ */
.normal
{
    font-family: 'Josefin Sans', sans-serif;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Josefin Sans', sans-serif;
}

h1
{
  margin: 2vh 0px 2vh 1em;
   padding: 0px 0px 0px 0px;
    color: #31302e;
    font-size: 4vh;
    font-weight: normal;
    text-transform: none;
    font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1.page-title
{
    text-align: left;
}

.single-portfolio h1
{
  margin-left: 9em;
}

h3
{
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

strong,
b
{
    font-weight: 700;
}

#social-icons
{
	font-size: 2em;
	margin: 0px 10px 0px 10px;
	    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
       -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
         -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
       -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
         -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
            transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


.textwidget p
{
	font-size: 1em;
	letter-spacing: .5px;
	line-height: 1.4em;
}

#social-icons:hover
{
	opacity: 0.8;
}

/* Links
------------------------------- */
a
{
    color: black;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover
{
    text-decoration: underline;
}

/* Buttons
------------------------------ */
a.button,
button,
input[type=submit].button
{
    cursor: pointer;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0.6em 2em 0.5em 2em;
    border: solid 2px #31302e;
    color: #31302e;
    min-width: 250px;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent;
    font-family: 'Josefin Sans', sans-serif;

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
       -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
         -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
       -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
         -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
            transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

a.button:hover,
button:hover,
input[type=submit].button:hover
{
    background: #31302e;
    color: #ffffff;
    text-decoration: none;
}

/* Layout
------------------------------ */
.wrapper
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
}

body.single-portfolio .inner-wrapper
{
	max-width: none;
}

.inner-wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
}

#nav
{
	width: auto;
}

.nav ul
{
	list-style-type: none;
}

#header
{
	padding: 40px 0px 20px 0px;
    width: 100%;
	position: relative;
	z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.single-portfolio #content
{
	max-width: none;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}


#background-image,
#background-image-mobile
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#background-image-mobile
{
	display: none;
}

/*.gallery.owl-carousel
{
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding-left: 0!important;
}

.owl-stage
{
	padding-left: 0px !important;
}*/

.pp_gallery,
.pp_social,
.pp_top,
.pp_middle,
.pp_bottom,
.pp_details
{
	display: none!important;
}

div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_bottom .pp_left
{
	background: none!important;
}

.pp_content
{
	height: auto!important;
}

#pp_full_res
{
	line-height: 0!important;
}


div.pp_overlay
{
	background: black;
}

.pp_description
{
	text-align: center;
	color: #ffffff;
	width: 100%;
	display: block;
}

.pp_hoverContainer
{
	top: 73px;
}

div.pp_default .pp_description
{
	margin-bottom: 18px;
}

.pp_description h3
{
	font-size: 24px;
	font-family: 'mb_empirebold', sans-serif;
}

.pp_description .tagline
{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* 404 Page
--------------------------- */
.page-404 #content
{
    text-align: center;
}

/* Mobile Menu
--------------------------- */
#mobile-nav-trigger
{
    display: none;
    position: absolute;
    left: 1em;
    top: 0.65em;
    color: #000000;
    font-size: 1.5em;
}

#mobile-menu
{
    position: fixed;
    top: 0px;
    left: -80%;
    z-index: 10000;
    background: #f6f6f6;
    width: 80%;
    height: 100%;

    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

a#mobile-menu-close
{
    position: absolute;
    right: 0.7em;
    top: 0.5em;
    font-size: 2em;
    color: #bababa;
}

#mobile-menu.active
{
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%, 0, 0);
}

ul.mobile-nav
{
    margin: 0px 0px 0px 0px;
    padding: 3em 0px 1em 0px;
    list-style: none;
    overflow-y: auto;
}

ul.mobile-nav ul
{
    margin: 0px 0px 0px 1em;
    padding: 0em 0px 0em 0px;
    list-style: none;
    font-size: 0.9em;
}

ul.mobile-nav li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.mobile-nav li a
{
    display: block;
    padding: 1em 1em 1em 2em;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Contact Form
--------------------------- */
body .gform_wrapper
{
    max-width: 100%;
    margin: 10px 0px 10px 0px;
}

.gform_body label
{
    text-transform: uppercase;
}

.gform_wrapper .top_label label.gfield_label
{
    font-weight: normal;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.gform_wrapper .gfield_required
{
    display: none;
}

li.form-left,
li.form-right
{
    display: inline-block;
    margin-left: 0;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 48% !important;
    clear: none !important;
}

li.form-right
{
    float: right;
    width: 48% !important;
    margin-left: 2%;
    margin-right: 0;
}

body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.textarea
{
    border: none;
    background: #f3f3f2;
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

body .gform_wrapper .top_label textarea.textarea
{
    width: 100% !important;
}

/* Effects
--------------------------- */
#content
{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Gravity Forms Validation
--------------------------- */
body .gform_wrapper div.validation_error
{
    display: none;
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message
{
    display: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required
{
    margin-top: inherit;
    margin-bottom: inherit !important;
    margin-left: inherit !important;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
    background-color: inherit !important;
    margin-bottom: inherit !important;
    padding: inherit !important;
    border-top: inherit !important;
    border-bottom: inherit !important;
}

body .gform_wrapper li.gfield_error input[type=text],
body .gform_wrapper li.gfield_error input[type=url],
body .gform_wrapper li.gfield_error input[type=email],
body .gform_wrapper li.gfield_error input[type=tel],
body .gform_wrapper li.gfield_error input[type=number],
body .gform_wrapper li.gfield_error input[type=password],
body .gform_wrapper li.gfield_error textarea
{
    border: solid 1px #fa4b4b !important;
}

body .gform_wrapper .top_label .gfield_error,
.gform_wrapper .top_label .gfield_error
{
    width: inherit;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required
{
    padding-left: inherit !important;
}

body .gform_wrapper .top_label .gfield_error
{

}

.gform_wrapper li,
.gform_wrapper form li
{
    list-style-type: inherit !important;
    list-style-image: inherit !important;
    list-style: inherit !important;
    overflow: visible;
}

/* Owl Carousel - #jarvis
------------------------------ */
body.single-portfolio #content, body.single-portfolio #content article
{
  overflow-y: hidden;
}
.owl-carousel, .owl-item, .owl-item .item, .owl-stage-outer, .owl-stage
{
  height: 84vh;
}
.owl-carousel .owl-item .item
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
}

.owl-carousel .owl-item img
{
  width: auto;
  max-height: 84vh;
}

.owl-carousel .owl-item
{
    opacity: .6;
      -webkit-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -moz-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
       -o-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
          transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.owl-carousel .owl-item.center
{
	opacity: 1;
}
/*
.owl-carousel .owl-item.active img
{
  opacity: .6;
}*/

.owl-controls
{
	position: absolute;
	display: block;
	top: -40px;
	right: 15px;
}
.owl-dots
{
  display: none;
}
.owl-prev
{
	background-size: contain;
  opacity: .5;
font-size: 30px;
	display: inline-block;
  -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
       -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
          transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.owl-next
{
	background-size: contain;
font-size: 30px;
  opacity: .5;
	display: inline-block;
	margin-left: 40px;
  -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
       -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
          transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.owl-prev:hover,
.owl-next:hover
{
  opacity: 1;
	-webkit-transform: scale(1.2);
 -moz-transform:    scale(1.2);
 -o-transform:      scale(1.2);
 -ms-transform:     scale(1.2);
 /*background-size: 25px 35px!important;*/
}

/* About Page
--------------------------- */

.page-about *
{
  overflow-y: visible !important;
}

.page-about img
{
  width: 100%;
  height: auto;
}
/*
.page-about p
{
  font-variant: small-caps;
}*/

.page-about #content .inner-wrapper, .page-contact #content .inner-wrapper
{
	max-width: 800px;
}

.page-about .page-title, .page-contact .page-title
{
	margin-left: 0px;
}

/* Media Query
--------------------------- */
@media screen and (max-width: 1400px)
{
    .page-about #content, .page-contact #content
    {

    }
    .single-portfolio h1
    {
      margin-left: 5em;
    }
}
@media screen and (max-width: 1200px)
{
    .page-about #content, .page-contact #content
    {
      margin-left: 3em;
      margin-bottom: 3em;
    }
    .single-portfolio h1
    {
      margin-left: 4em;
    }
    header
    {
      height: 12vh;
    }
    body.single-portfolio #content, body.single-portfolio #content article
    {
      height: 88vh;
    }
    .owl-carousel, .owl-item, .owl-item .item, .owl-stage-outer, .owl-stage
    {
      height: 78vh;
    }
    .owl-carousel .owl-item img
    {
      width: auto;
      max-height: 78vh;
    }
    h1
    {
      margin: 3vh 0px 3vh 1em;
    }
    #nav
    {
        display: block;
    }
    ul.sub-menu
  	{
      top: initial;
  		padding-top: 2vh;
  		margin-top: 0;
  	}
    a#logo
    {
		margin-right: 1em;
		margin-bottom: 0.3em;
        margin-top: 1em;
        float: right;
        width: 80px;
        height: 63px;
    }

    #mobile-nav-trigger
    {
        display: block;
    }

}

@media screen and (max-width: 1000px)
{
    article
    {
        margin-left: 30px;
        margin-right: 30px;
    }

}

@media screen and (max-width: 800px)
{

    #background-image
    {
        display: none;
    }
    .owl-carousel .owl-item .item
    {
      justify-content: flex-start;
      -webkit-box-pack: flex-start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
    }
    .owl-carousel .owl-item img
    {
      width:100%;
      max-width: 100%;
height: auto !important;
max-height: none;
    }
    #background-image-mobile
    {
        display: block;
    }

	#content,
    body.single-portfolio #content
	{
		width: 100%;
		display: block;
		padding: 0;
		padding-left: 2em;
		padding-right: 2em;
		  -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          box-sizing: border-box;
	}

	body ul.nav li
	{
		margin-bottom: 20px;
	}

		/*#menu-item-19 a
		{
			position: relative;
		}

	#menu-item-19 a:after
	{
		content:' ';
		background: url(../images/site/menu.svg) no-repeat center center;
		background-size: contain;
		width: 15px;
		height: 20px;
		display: block;
		position: absolute;
		top: -2px;
		right: -27px;
	}*/

	body.page-home #menu-item-19 a:after
	{
		background: url(../images/site/menu-home.svg) no-repeat center center;
	}

	#menu-item-19 ul.sub-menu li a:after
	{
		display: none;
	}
}

/*@media only screen and (max-width: 767px) {

  .pp_pic_holder.pp_default
  { width: 100%!important; left: 0!important; overflow: hidden; }

  div.pp_default .pp_content_container .pp_left
  { padding-left: 0!important; }

  div.pp_default .pp_content_container .pp_right
  { padding-right: 0!important; }

  .pp_content
  { width: 100%!important; height: auto!important; }

  .pp_fade
  { width: 100%!important; height: 100%!important; }

  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom
   { display: none!important; }

  #pp_full_res img
  { width: 100%!important; height: auto!important; }

  .pp_details
   { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 20px; padding-bottom: 20px; background-color: #fff; margin-top: -2px!important; }

  a.pp_close
  { right: 10px!important; top: 10px!important; }

  .pp_pic_holder.pp_default
  {
  	top: 30px!important;
  }

}*/

@media screen and (max-width: 660px)
{
  .page-about #content, .page-contact #content
  {
    margin-left: 0;
    margin-bottom: 2em;
  }
  .single-portfolio h1
  {
    margin-left: 1em;
  }
	#menu-item-19 a:after
	{
		top: -5px;
  right: -16px;
    width: 11px;
	}

	body ul.sub-menu
	{
		margin-top: 0;
		padding-left: 0;
	}

	#content, body.single-portfolio #content
	{
		padding-top: 0px;
    padding-left: 1em;
    padding-right: 1em;
	}

  .owl-carousel .owl-item img
  {
    max-width: 100%;
  }
  .owl-carousel, .owl-item, .owl-item .item, .owl-stage-outer, .owl-stage
  {
    height: 74vh;
  }
  .owl-carousel .owl-item img
  {
    max-height: 74vh;
  }
  h1
  {
    margin: 5vh 0px 5vh 1em;
  }
}
