/* -------- main.scss----------- */
@import url("https://fonts.googleapis.com/css?family=Questrial");
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.green {
  color: #739849 !important; }

.menu {
  color: #fff !important; }
  .menu-hover {
    color: #67800f !important; }
  .menu-selected {
    color: #67800f !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
/* Headings */
h1 {
  margin-top: 0;
  font-size: 33px;
  margin-bottom: 20px;
  text-transform: uppercase; }

h2 {
  font-size: 33px; }

/* 22px */
h3 {
  font-size: 33px; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: Questrial; }

.sidebar h3 {
  margin-bottom: 30px;
  margin-top: 50px; }

img {
  max-width: 100%; }

p {
  margin: 0 0 18px;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: Questrial; }

a {
  color: #67800f; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative;
  font-family: Questrial;
  font-size: 18px; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
.col-content h1, .col-content h2, .col-content p, .col-content a {
  font-family: 'Questrial', 'Arial', sans-serif;
  font-weight: 400; }

/* ------------- _layouts.scss ------------- */
/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px;
  position: relative; }

/* ------------- HEADER ------------- */
header {
  clear: both; }

.header_wrapper {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 38px;
  z-index: 10; }

.center-nav {
  position: relative;
  width: 100%;
  text-align: center; }

.ccm-area.ccm-custom-style-hero {
  padding-top: 270px; }

.opacity-bg {
  display: block;
  width: 100%;
  height: 269px;
  position: absolute;
  z-index: -5;
  top: 0px;
  background: #020302;
  opacity: 0.85; }

.page-template-left-sidebar header {
  background: url(http://grapevineservices.com.au/application/files/4414/8461/4032/inner-header.jpg) no-repeat center center !important;
  background-size: cover !important; }

.page-template-left-sidebar .opacity-bg {
  display: none; }

.mobile-logo {
  display: none; }

.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  color: #fff !important; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  margin-top: 1em; }

.footer-logo img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px; }

footer {
  color: #fff;
  font-size: 12px; }

footer nav {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 60px; }

footer nav ul li a {
  color: #fff;
  padding: 0px 5px;
  border-right: 1px solid #666;
  text-transform: initial;
  font-size: 15px;
  line-height: 17px; }

footer nav ul li a:hover {
  color: #67800f; }

footer nav ul li:last-child a {
  padding-right: 5px;
  border: none; }

footer nav ul li a.nav-selected {
  color: #fff; }

footer nav ul li a.nav-selected:hover {
  color: #67800f; }

footer p {
  margin-bottom: 12px; }

/* ------------- SIDEBAR ------------- */
/* ------------- _design.scss ------------- */
/* ------------- HEADER ------------- */
.header_wrapper {
  background: none; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #020302; }

/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 7px;
  margin-bottom: 33px;
  /*ul*/ }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*li*/
    /*dropdown menu start*/
    /*dropdown menu end*/ }
    nav ul li {
      margin: 0px;
      position: relative;
      display: inline-block;
      float: none;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Questrial', 'Arial', sans-serif;
        font-weight: 400;
        font-size: 17px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 14px;
        font-weight: 400; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #67800f;
          outline: none; }
        nav ul li a.nav-selected {
          color: #67800f; }
      nav ul li:last-child a {
        padding-right: 14px; }
      nav ul li:hover > ul {
        display: block; }
    nav ul ul {
      /*ul ul*/
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #ffffff;
      padding: 0px;
      z-index: 999; }
      nav ul ul li {
        float: none;
        width: 200px;
        z-index: 999; }
      nav ul ul ul {
        /*ul ul ul*/
        top: 0;
        left: 100%; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  top: 107px !important;
  left: 0;
  display: block;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease; }

.ccm-responsive-overlay {
  background: rgba(2, 3, 2, 0.85);
  display: block;
  position: absolute;
  border-bottom: 5px solid #1f1f1f;
  width: 100%;
  z-index: 9999;
  top: 160px;
  left: -100%;
  height: 271px;
  bottom: 0;
  font-family: Questrial;
  padding-top: 15px;
  padding-left: 30px;
  -webkit-text-size-adjust: none;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%;
      padding-bottom: 16px; }
      .ccm-responsive-overlay ul li a {
        border-bottom: none;
        font-size: 16px;
        display: block;
        padding: 0;
        max-width: 95%; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #0099ff;
        font-size: 14px;
        display: inline-block;
        width: 95%;
        padding: 7px 5% 7px 0;
        margin: 0 5% 0 0;
        padding-left: 15px;
        height: 100%;
        font-weight: 400;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 14px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          color: #abddff; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        display: block;
        position: relative;
        background: none;
        top: 0;
        left: 0;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          width: 100%; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 10px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 14px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: right;
  color: #000;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 0.3em;
  margin: 5px 30px;
  -webkit-tap-highlight-color: transparent;
  z-index: 2; }
  .ccm-responsive-menu-launch span {
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 0px;
    color: #000; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #000;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  color: #000;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 550px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 550px) {
  .ccm-responsive-overlay {
    display: none !important; } }
/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form textarea {
  border: none;
  background-color: #dce2c7;
  border-radius: 0px;
  box-shadow: none;
  color: #000000 !important;
  padding: 20px 15px;
  font-size: 18px; }
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"] {
  border: none;
  background-color: #dce2c7;
  border-radius: 0px;
  box-shadow: none;
  color: #000000 !important;
  padding: 30px 15px;
  height: 45px;
  font-size: 18px; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #000000; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: #67800f;
  color: #ffffff;
  float: right;
  text-transform: uppercase;
  border: none !important;
  font-size: 1.4em;
  padding: 20px 25px;
  width: 100%; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: none;
    background-color: #000000;
    color: #67800f; }

/* ------------- _components.scss ------------- */
/* ------------- CTA BUTTONS ------------- */
/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
.ccm-custom-style-hero {
  height: 930px; }

.ccm-custom-style-hero h1 {
  color: #fff;
  margin-top: 340px;
  font-size: 92px;
  line-height: 98px;
  line-height: 70px;
  text-transform: uppercase; }

h1 span.smallone {
  font-size: 39px;
  line-height: 40px; }

.ccm-custom-style-hero img {
  float: left;
  margin-right: 8px; }

.down {
  margin-top: 90px;
  left: 50%;
  position: absolute;
  margin-left: -47px; }

.page-template-home main {
  margin-top: -270px;
  z-index: 1; }

.page-template-home header {
  z-index: 10; }

section.halfnhalf .col-lg-6 {
  padding: 0px !important; }

section.halfnhalf h2 {
  text-transform: uppercase; }

.left-home .col-lg-6 {
  background: #67800f; }

.ccm-custom-style-whiteblock {
  width: 100%;
  float: left;
  padding: 100px 15px 40px 50px;
  height: 810px; }

.ccm-custom-style-greenblock {
  width: 585px;
  float: right;
  padding: 100px 70px 50px 15px;
  height: 810px; }

.ccm-custom-style-whiteblock h2 {
  width: 400px; }

.left-home {
  font-size: 18px;
  line-height: 24px; }

.left-home p {
  color: #fff; }

@media only screen and (max-width: 1170px) {
  .ccm-custom-style-whiteblock h2 {
    width: 100%; }

  .ccm-custom-style-greenblock {
    width: 100%; } }
/* ------------- INNER ------------- */
.sidebar h2 {
  background: #67800f;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 65px 0px 40px 40px;
  letter-spacing: 2px;
  font-size: 50px;
  line-height: 50px; }

.sidebar .col-sm-5 {
  margin-bottom: 100px; }

.sidebar .col-sm-7 {
  padding-top: 100px; }

/* ------------- FULL ------------- */
/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1200px) {
  .sidebar h2 {
    font-size: 40px;
    padding: 55px 0px 40px 30px; }

  body {
    font-size: 16px; }

  .sidebar .col-sm-7 {
    padding-top: 90px; }

  .ccm-custom-style-greenblock {
    width: 100%;
    padding-left: 15px;
    padding-right: 50px; } }
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
@media only screen and (max-width: 1026px) {
  .ccm-custom-style-greenblock, .ccm-custom-style-whiteblock {
    height: 810px !important; } }
/**SMALLER THAN 992*******************************/
@media only screen and (max-width: 992px) {
  .ccm-custom-style-greenblock, .ccm-custom-style-whiteblock {
    height: initial !important; }

  .sidebar h2 {
    font-size: 33px;
    padding: 45px 0px 30px 30px; }

  sidebar .col-sm-7 {
    padding-top: 75px; } }
/* iPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ccm-custom-style-greenblock, .ccm-custom-style-whiteblock {
    padding-right: 30px;
    padding-left: 30px;
    height: initial; }

  .ccm-custom-style-whiteblock h2 {
    width: 550px; } }
/* iPad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ccm-custom-style-greenblock, .ccm-custom-style-whiteblock {
    padding-right: 30px;
    padding-left: 30px;
    height: initial; } }
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 768px) {
  .ccm-custom-style-greenblock, .ccm-custom-style-whiteblock {
    padding: 70px 20px 50px;
    height: initial; }

  .ccm-custom-style-container.ccm-custom-style-main-193 {
    padding-top: 32px !important; }

  .main-logo {
    display: none; }

  .mobile-logo {
    display: block; }

  .opacity-bg {
    height: 138px; }

  .page-template-home main {
    margin-top: -138px; }

  .header_wrapper {
    padding-top: 20px; }

  .mobile-logo img {
    margin-left: auto;
    margin-right: auto; }

  nav {
    margin-top: 15px; }

  nav ul li a {
    font-size: 16px;
    padding: 0px 12px;
    line-height: 16px; }

  .ccm-custom-style-hero {
    height: 372px; }

  .ccm-custom-style-hero h1 {
    font-size: 42px;
    line-height: 35px !important;
    margin-top: 135px;
    margin-bottom: 20px; }

  .down {
    display: none; }

  .ccm-custom-style-hero img {
    width: 155px; }

  h1 span.smallone {
    font-size: 17px;
    line-height: 17px; }

  .sidebar .col-sm-5 {
    padding-right: 0px;
    padding-left: 0px; }

  .sidebar .col-sm-5 img {
    width: 100%; }

  .sidebar .col-sm-7 {
    padding-top: 20px; }

  .ccm-custom-style-container.ccm-custom-style-main52-226 {
    padding: 20px; }

  .sidebar .col-sm-5 {
    margin-bottom: 40px; } }
/**SMALLER THAN 550*******************************/
@media only screen and (max-width: 550px) {
  header {
    height: 107px; }

  .opacity-bg {
    height: 107px; }

  header nav {
    display: none; }

  .mobile-logo img {
    margin-left: 27px;
    float: left; }

  .page-template-home main {
    margin-top: -107px; }

  .ccm-custom-style-hero h1 {
    margin-top: 125px; } }
/* Small Devices, Phones */
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 24px; }

  .left-home {
    font-size: 16px; }

  .ccm-custom-style-greenblock, .ccm-custom-style-whiteblock {
    padding-top: 40px; }

  .ccm-custom-style-container.ccm-custom-style-main-193 {
    padding-top: 12px !important; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 360px) {
  .mobile-logo img {
    width: 53%;
    margin-top: 10px; }

  .ccm-custom-style-hero img {
    width: 120px; } }
/* IE */

/*# sourceMappingURL=main.css.map */
