/**
 * Client Name: VJ Design
 * Designer: Vijay Rudraraju
 * Theme Name: Marella
 * Theme URI: http://github.com/vjdesign/keel
 * GitHub Theme URI: http://github.com/cferdinandi/keel
 * Description: Contact your developer VJ on +61405731281 or email melbournevijay@gmail.com
 * Version: 6.0.2
 * Author: Chris Ferdinandi
 * Author URI: http://gomakethings.com
 * License: MIT
 * Open Source Credits: https://github.com/ftlabs/fastclick, https://github.com/toddmotto/fluidvids, http://photoswipe.com, http://masonry.desandro.com, http://imagesloaded.desandro.com
 */
 /* @import "http://fonts.googleapis.com/css?family=Roboto+Condensed:300,700"; */
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400); */
body {
  /* Native font stack from Bootstrap 4 - http://v4-alpha.getbootstrap.com/content/reboot/*/
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1;
    color: #e95412;
}

.nav-wrap-navbar{ position:fixed;     width: 100%; top:0;
    z-index: 9;}

main#main{ padding-top:90px;}

a, a:link, a:active {
  color: #e95412;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover, a:visited {
  color: #9a380c;
  text-decoration: underline;
}
.container-full {
    max-width: 100%;
    width: 100%
}
.btn, .btn:link, .btn:visited, #submit  {
  background-color: #e95412;
  border-color: #e95412;
  color: #fff;
}
.btn:hover, #submit:hover  {
  background-color: #9a380c;
}
.nav-wrap-navbar {
    background-color: #eeeeee;
}
.nav-navbar {
  text-transform: uppercase;
}
.nav-wrap-navbar .phone-email {
  text-align: center;
  margin: 1em auto;
}
.nav-wrap-navbar .phone-email svg {
  fill: currentColor;
  vertical-align: text-bottom;;
}
.nav-wrap-navbar .phone-email .phone,
.nav-wrap-navbar .phone-email .email {
  background-color: #e95412;
  border-radius: .25em;
  padding: .25em .5em;
  display: inline-block;
  color: #fff;
}
.nav-wrap-navbar .phone-email .phone {
  margin-right: 1em;
}

@media (max-width: 60em) {
  .js-astro .nav-collapse .nav-toggle-navbar {
    margin-bottom: 2em;
  }
}
@media (min-width: 60em) {
  .nav-wrap-navbar .nav-menu-navbar {
      margin-bottom: 0;
  }

  .nav-wrap-navbar .phone-email {
      text-align: right;
      margin: 0;
      margin-bottom: -1em;
  }
  .nav-wrap-navbar .phone-email .phone,
  .nav-wrap-navbar .phone-email .email {
    background-color: transparent;
    border: 0;
    padding: .25em .5em;
    display: inline-block;
    color: #333;
    margin: 0;
    border-radius: 0;
  }
  .nav-wrap-navbar .phone-email .phone {
    border-right: 1px solid #aaa;
  }
  .nav-wrap-navbar .phone-email .phone:hover,
  .nav-wrap-navbar .phone-email .email:hover,
  .nav-wrap-navbar .phone-email .phone:active,
  .nav-wrap-navbar .phone-email .email:active {
    background-color: #e95412;
    border-radius: .25em;
    padding: .25em .5em;
    display: inline-block;
    color: #fff;
    text-decoration: none;
  }
}

a.nav-toggle-navbar {
    margin: 0 0 -2em 0;
    padding: .25em 1em;
    border-radius: 3px;
    color: #414141;
    display: inline-block;
    background-color: #e95412;
    color: #fff;
}
ul.nav-navbar>li {
    margin-left: .25em;
    margin-right: .25em;
}
ul.nav-bar a:link, ul.nav-bar a:visited  {
  color: #e95412;
  font-size: .9em;
  font-weight: 300;
}
ul.nav-bar a:hover, ul.nav-bar a:active  {
  color: #fff;
  background-color: #e95412;
}
ul.nav-navbar > li > a:link,
ul.nav-navbar > li > a:visited {
  color: #333;
  padding: .25em .5em;
  display: inline-block;
  border-radius: 3px;
}
ul.nav-navbar > li > a:hover,
ul.nav-navbar > li > a:active {
  background-color: #e95412;
  color: #fff;
  text-decoration: none;
}
ul.nav-navbar li.current-menu-item > a:link,
ul.nav-navbar li.current-menu-item > a:visited {
  background-color: #e95412;
  color: #fff;
  text-decoration: none;
}
ul.nav-navbar li.current-menu-item > a:hover,
ul.nav-navbar li.current-menu-item > a:active {
  background-color: transparent;
  color: #e95412;
  text-decoration: none;
}
ul.nav-navbar ul.sub-menu a:hover,
ul.nav-navbar ul.sub-menu a:active {
  background-color: #e95412;
  color: #fff;
  text-decoration: none;
}
ul.nav-navbar > li.current-menu-parent > a:link,
ul.nav-navbar > li.current-menu-parent > a:visited,
ul.nav-navbar > li.current_page_parent > a:link,
ul.nav-navbar > li.current_page_parent > a:visited {
  background-color: #e95412;
  color: #fff;
  text-decoration: none;
}
ul.nav-navbar > li.current-menu-parent > a:hover,
ul.nav-navbar > li.current-menu-parent > a:active,
ul.nav-navbar > li.current_page_parent > a:hover,
ul.nav-navbar > li.current_page_parent > a:active {
  background-color: #9a380c;
}
.sub-menu {
  min-width: 12em;
}
#page-header{
	width:100%;
	padding:35px 0;
	margin-bottom:25px;
	background:#666;}
.home #page-header, .single #page-header {
      /* margin-top: -1.5em; */
}
.page-header-inner{
	font-size:24px;
	color:#eee;
	margin:0;
	padding:0;}


.copyright {
  padding: 1em 0;
  color: #fff;
  background: #2e2e2e;
  border-top: 6px solid #e95412;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #e95412;
}

.copyright .social-nav-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.copyright .social-nav-wrap ul > li {
  display: inline-block;
  margin-left: 15px;
}

.dark {
    color: #414141;
}
.tarpit {
    display: none;
    visibility: hidden;
}
.active-link a { color: #ffffff!important; }

.logo-navbar { line-height: 3; }

.phone-email a { color: #414141; }

input[type=submit].wpcf7-submit {
  background-color: #e95412;
  color: #fff;
}


/* Vanilla Slider http://codepen.io/vj/pen/VeyWmq */
@keyframes fade-in {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.fade-in {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-play-state: running;
}
#slider { max-width: 100%; position: relative; }
#slider a { text-decoration: none; }
#slider img { max-width: 100%; margin:0; padding: 0; line-height: 1; }

#slider a {
  /* box-shadow: 0.0725em 0.0725em 0.0725em 0.0725em rgba(0, 0, 0, 0.25); */
}
#slider .caption {
  background-color: rgba(0,0,0,1);
  width: auto;
  text-align: center;
  padding: .5em 1em;
  color: #fff;
  /* z-index: 10; */
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-top: -6px;
}

@media (min-width: 40em) {
  #slider .caption {
    background-color: rgba(0,0,0,.7);
    display: inline-block;
    border-left: .5em solid #e95412;
    font-size: 1.5em;
    top: 10%;
    left: 5%;
    position: absolute;
    text-shadow: 1px 2px #000;
  }
}


/* Contact Form Styles */
#contactform h3 {
  color: #666;
}

@media (min-width: 40em) {
  #contactform {
    padding: 0 1em;
    background-color: #cccccc;
    color: #666;
    border-top: .5em solid #e95412;
  }
}
.alert {
  color: #005580;
  background-color: #cce7f4;
  border: 0.0725em solid #a5d5ed;
  margin-bottom: 1.5625em;
  padding: 0.25em 0.5em;
  border-radius: 0.0725em;
}
.alert-danger {
  color: #ff0000;
  background-color: #ffaaaa;
  border-color: #ff5555;
}
.icon-in-field {
    position: absolute;
    margin-top: -2.8em;
    margin-left: .5em;
}
#contactform input[placeholder] {
  padding-left: 2em;
}
.hidden {
  display: none;
}


/* Index of thumbnails on blog page */
.btn-read-more {
  color: #fff;
}

.project {
  margin-bottom: 2em;
}
.project-content .btn-read-more {
  display: block;
  background: #aaa;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 1em;
}

@media (min-width: 40em) {
  /*.projects {
    display: flex;
    flex-wrap: wrap;
  }*/
  .project {
    padding: 1em;
  }
  .project-content {
    padding: 1em;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    position: relative;
  }
  .project-content h1 {
    font-size: 1.2em;
  }
  .project-content aside a {
    font-size: .9em;
    color: #aaa;
  }
  .project-content .btn-read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 6em;
    border-top-left-radius: .25em;
  }
  .project-content .btn-read-more:hover,
  .project-content .btn-read-more:active {
    text-decoration: none;
    background-color: #e95412;
  }
}
.post .featured-image,
.post .featured-image img {
  margin: 0; padding: 0;
  display: block;
}


/* Create Social Sharing Button without any Plugin and Scripts

http://crunchify.com/how-to-create-social-sharing-button-without-any-plugin-and-script-loading-wordpress-speed-optimization-goal/

*/

.vj-social {
    margin: 0 0 2em 0;
    -webkit-font-smoothing: antialiased;
}
.vj-link {
    display: block;
    margin-bottom: .75em;
}


/* Disable WhatsApp button on Desktop - Tutorial link: http://vj.me/1VIxAsz */
@media screen and (min-width: 40em) {
    .vj-whatsapp {
	   display: none !important;
    }
    .vj-social {
        max-width: 100%;
        display: flex;
    }
    .vj-social a {
      flex: 1; margin-right: .25em;
    }
    .vj-social a:last-of-type {
      margin-right: 0;
    }
}

.vj-link {
    padding: .5em 1em;
    color: white;
    font-size: 1em;
    border-radius: .125em;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    text-decoration: none;
    text-align: center;
}

.vj-link:link, .vj-link:visited, .vj-link:hover,.vj-link:active {
    color: white;
    text-decoration: none;
}

.vj-twitter {
    background: #00aced;
}

.vj-twitter:hover,.vj-twitter:active {
    background: #0084b4;
}

.vj-facebook {
    background: #3B5997;
}

.vj-facebook:hover,.vj-facebook:active {
    background: #2d4372;
}

.vj-googleplus {
    background: #D64937;
}

.vj-googleplus:hover,.vj-googleplus:active {
    background: #b53525;
}


.vj-pinterest {
    background: #bd081c;
}

.vj-pinterest:hover,.vj-pinterest:active {
    background: #bd081c;
}

.vj-linkedin {
    background: #0074A1;
}

.vj-linkedin:hover,.vj-linkedin:active {
    background: #006288;
}

.vj-whatsapp {
    background: #43d854;
}

.vj-whatsapp:hover,.vj-whatsapp:active {
    background: #009688;
}

.vj-email {
    background: #444;
}

.vj-email:hover,.vj-email:active {
    background: #222;
}
.our-products {
  background: #eee;
  text-align: center;
}
.our-products a {
  display: block;
  /*background:#eee;*/
  padding: .5em 1em;
  -webkit-transition  : 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.our-products span {
  display: block;
}
.our-products a:hover{
	background:#ccc;
  text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}

@media screen and (min-width: 40em) {
    .our-products {
        max-width: 100%;
    }
    .our-products a {
      margin-bottom: 0;
      border-right: 3px solid #fff;
    }
    .our-products a:last-of-type {
      border-right: 0;
    }
}

@media screen and (min-width: 40em) { /* style the page galleries from static site */
    .gallery {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .gallery-item {
      max-width: 100%;
      flex: 1 0 auto;
      margin-bottom: 0;
    }
}

.page-navigation {
  width: 100%;
  display: block;
  padding: .5em .25em;
}
.navigation.post-navigation h2 {
  display: none;
}
.page-navigation a:link,
.page-navigation a:visited {
  padding: .25em .5em;
  background-color: #e95412;
  color: #fff;
  font-size: 1.25em;
  border-radius: .125em;
  text-decoration: none;
  text-align: center;
  border: 1px solid #e95412;
}
.page-navigation a:hover,
.page-navigation a:active {
  color: #e95412;
  background-color: transparent;
}

.nav-links .meta-nav {
  display: block;
  color: #aaa;
  text-decoration: none;
}
.nav-links .nav-next {
  text-align: right;
}



ul.wp-tag-cloud {
  -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
}

@media screen and (min-width: 40em) {
  ul.wp-tag-cloud {
    -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
  }
}

@media screen and (min-width: 60em) {
  ul.wp-tag-cloud {
    -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
  }
}

#menu-social-menu a {
  font-size: .8em;
}

@media screen and (min-width: 40em) {
  .local-pages-list ul {
    -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
  }
}
@media screen and (min-width: 60em) {
  .local-pages-list ul {
    -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;
  }
}
@media screen and (min-width: 80em) {
  .local-pages-list ul {
    -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
  }
}
.gmap-area {
    background-image: url(http://www.marellagm.com.au/images/map.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-top: -2em;
}

.round-map {
  border-radius: 50%;
  border: .5em solid #f6f5f0;
  margin-top: 1em;
}

input#search {
  max-width: 20em;
}

/* New grid style for grid-fifth i.e. 20% */

.grid-fifth {
  float: left;
  padding-left: 1.4%;
  padding-right: 1.4%;
  width: 100%;
}
@media (min-width: 20em) {
  .row-start-xsmall .grid-fifth {
    width: 20%;
  }
}
@media (min-width: 30em) {
  .row-start-small .grid-fifth {
    width: 20%;
  }
}
@media (min-width: 40em) {
  .grid-fifth {
    width: 20%;
  }
  .our-products .grid-fifth {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .our-products .grid-fifth {
    width: 20%;
  }
}

ul#menu-social-menu {
  margin-top: 1em;
  margin-bottom: 1em;
}
ul#menu-social-menu.list-inline > li.vj-link {
  padding: .25em .5em;
}

.gallery-item p {
  margin-bottom: -1em;
}
.gallery-item {
  margin-bottom: 1.5em;
}
.our-products .container {
  width: 100%;
}
/* Honeypot for Comments */
.hidemail { display: none; }