@import 'https://fonts.googleapis.com/css?family=Muli';

/* -------- main.scss----------- */
/* ------------- _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: #000 !important; }
  .menu-hover {
    color: #251cff !important; }
  .menu-selected {
    color: #251cff !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
/* Headings */
h1 {
  margin-top: 0;
  color:#dfae29;
  font-style:none !important;
  margin-bottom: 40px;
  font-size:40px;
  letter-spacing:-1px; }

h2 {
  margin-top: 0;
  color:#dfae29;
  font-style:none !important;
  margin-bottom: 20px;
  font-size:27px; }

/* 22px */
h3 {
  font-size: 1.429em; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Muli', sans-serif; }

img {
  max-width: 100%; }
  
hr {
  width: 100%;
  height:1px;
  background:#dfae29;
  margin: 30px 0; }

p {
  margin: 0 0 18px;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height:22px; }
  
p a {
  color:#dfae29;
  text-decoration:none; }
  
p a:hover {
  color:#dfae29;
  text-decoration:underline; }
  
.button-gold {
  background: #dfae29 url("http://www.zesttas.com.au/clients/drummond/application/themes/base/public/img/button.png") center right no-repeat;
  color:#ffffff !important;
  text-align:center;
  height: 65px;
  max-width: 280px;
  font-size:22px;
  line-height:26px;
  padding-top:20px;
  margin-top:50px; }
  
.button-gold a {
  color:#ffffff !important;
  text-decoration:none !important; }
  
.button-gold a:hover {
  color:#ffffff !important;
  text-decoration:none !important; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative; }

* {
  box-sizing: border-box; }

.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
.col-content h1, .col-content p, .col-content a {
  font-family: 'Muli', 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; }

/* ------------- HEADER ------------- */
header {
  clear: both; }
  
.right {
  float:right;
  right:0px; }

.header_wrapper {
  width: 100%;
  margin-bottom: 0px; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  margin-top: 80px;
  padding-top:50px; }

/* ------------- SIDEBAR ------------- */
/* ------------- _design.scss ------------- */
/* ------------- HEADER ------------- */
.header_wrapper {
  background: #770e29 url("http://www.zesttas.com.au/clients/drummond/application/themes/base/public/img/header-background.png") center left no-repeat; }
.menu_wrapper {
  background: #dfae29; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #770e29 url("http://www.zesttas.com.au/clients/drummond/application/themes/base/public/img/footer-background.png") center right no-repeat; }

/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 5px; }
  nav ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    nav ul li {
      padding: 5px 0;
      margin: 0px;
      position: relative;
      display: inline-block; }
      nav ul li a {
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        font-size: 16px;
		letter-spacing:1px;
        text-transform: none;
        color: #ffffff;
        padding: 0 35px 0 0;
        font-weight: bold; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #770e29;
          outline: none; }
        nav ul li a.nav-selected {
          color: #770e29; }
      nav ul li:last-child a {
        padding-right: 0; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: rgba(41, 68, 15, 0.9);
  display: block;
  position: absolute;
  border-bottom: 5px solid #1f1f1f;
  width: 100%;
  z-index: 9999;
  top: 160px;
  left: -100%;
  bottom: 0;
  height: 100%;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  transition: all 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; }
      .ccm-responsive-overlay ul li a {
        border-bottom: 1px solid white;
        display: block;
        padding: 0;
        max-width: 95%; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #0099ff;
        font-size: 18px;
        display: inline-block;
        width: 80%;
        padding: 7px 5% 7px 0;
        margin: 0 5% 0 0;
        padding-left: 15px;
        height: 100%;
        font-weight: 200;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 20px;
          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 li {
        padding-left: 10px; }
        .ccm-responsive-overlay ul li ul li.last-li a {
          padding-top: 0;
          font-size: 15px; }
          .ccm-responsive-overlay ul li ul li.last-li a:after {
            content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: none;
  color: #000;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 84px;
  padding: 0 0.5em;
  border: 1px solid #000;
  border-radius: 0.3em;
  margin: 0.4em 0.5em;
  -webkit-tap-highlight-color: transparent;
  z-index: 2; }
  .ccm-responsive-menu-launch span {
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 1.2em;
    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: 767px) {
  .ccm-responsive-menu-launch {
    display: none; }

  .ccm-responsive-navigation.original {
    display: block; }
	
	
.right {
    float:left;
	margin-top:10px; }
	
.call-us {
    margin-top:-30px;
	margin-left:40px; }

h1 {
    margin-top:-40px; }

	
/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 5px;
  margin-left:20px; }
  nav ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    nav ul li {
      padding: 5px 0;
      margin: 0px;
      position: relative;
      display: inline-block; }
      nav ul li a {
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        font-size: 16px;
		letter-spacing:1px;
        text-transform: none;
        color: #ffffff;
        padding: 0 15px 0 0;
        font-weight: bold; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #770e29;
          outline: none; }
        nav ul li a.nav-selected {
          color: #770e29; }
      nav ul li:last-child a {
        padding-right: 0; }
	

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 768px) {
  .ccm-responsive-overlay {
    display: none !important; } }
/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.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"],
.ccm-block-type-form textarea {
  border: 1px solid #dfae29;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: none;
  font-family: 'Muli', sans-serif; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background: #dfae29;
  color: #ffffff;
  float: right;
  text-transform: none;
  border: none;
  font-size: 22px;
  padding: 8px 25px;
  font-family: 'Muli', sans-serif; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: none; }

/* ------------- _components.scss ------------- */
/* ------------- CTA BUTTONS ------------- */
/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
/* ------------- CONTACT ------------- */
/* ------------- FULL ------------- */
/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1200*******************************/
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
/**SMALLER THAN 992*******************************/
/* iPad portrait */
/* iPad landscape */
/* PHONES */
/**SMALLER THAN 767*******************************/
/**SMALLER THAN 550*******************************/
/* Small Devices, Phones */
/* Extra Small Devices, Phones */
/* IE */

/*# sourceMappingURL=main.css.map */