/*
Theme Name: Quality Country Homes
Theme URI: http://www.visioncreativegroup.com.au
Description: A custom theme developed by Vision Creative Group.
Author: Tim Martin
Version: 1.0

1. Foundation tweaks.
2. LESS variables.
3. Elements - unclassed elements.
4. Components - classes, ids etc.
5. Helpers - reusable, overriding classes.
*/
/* ===============================================
   Foundation tweaks.
=============================================== */
.orbit {
  margin-bottom: 0;
}
.timer {
  display: none;
}
#featured {
  background: url(images/loading.gif) center center #001f1c no-repeat;
  height: 300px;
}
#featured img {
  display: none;
  width: 100%;
}
#featured.orbit {
  background: none;
}
#featured.orbit img {
  display: block;
}
/* ===============================================
   LESS variables.
=============================================== */
/* ===============================================
   Elements.
=============================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
}
/* ===============================================
   Components.
=============================================== */
a:link,
a:active,
a:visited {
  color: #001f1c;
}
a:hover {
  color: #f96a27;
}
body {
  background: #001f1c;
  font-family: "Lato";
}
a.button {
  background: #001f1c;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.button:hover {
  background: #003631;
}
@media only screen and (max-width: 767px) {
  a.button.hidden-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  a.button.hidden-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    padding-bottom: 15px;
  }
}
.content form {
  width: 80%;
}
.content form input[type=text] {
  font-size: 14px;
  padding: 0 8px;
}
.content form input[type=submit] {
  background: #001f1c;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Lato";
  padding: 8px;
  text-transform: uppercase;
}
.content form input[type=submit]:hover {
  background: #003631;
}
.content form textarea {
  font-size: 14px;
  padding: 8px;
}
#featured {
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
}
footer {
  background: #001f1c;
  border-top: 8px solid #fff;
  color: #fff;
  padding: 40px 0;
}
footer a:link,
footer a:active,
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #f96a27;
}
footer .copyright {
  border-top: 1px solid #656570;
  margin-top: 20px;
  padding-top: 20px;
}
footer .copyright p {
  font-size: 12px;
  margin-bottom: 0;
}
footer p {
  font-size: 13px;
}
footer nav ul li {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}
.roadtrip {
  padding-top: 10px;
}
header {
  background: #003631;
  padding: 20px 0;
}
header a:link,
header a:active,
header a:visited {
  color: #fff;
}
header a:hover {
  color: #f96a27;
}
header nav {
  margin-top: 30px;
}
header nav ul li {
  display: inline-block;
  margin-left: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  header {
    border-top: 8px solid #001f1c;
  }
}
.inline-block {
  display: inline-block;
}
.intro {
  background: #003631;
  color: #fff;
  padding: 20px 0;
}
.intro h2 {
  color: #f96a27;
}
.intro p {
  font-size: 16px;
}
.mobile-menu {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 5px 15px 0 15px;
  text-transform: uppercase;
}
.mobile-menu a:link,
.mobile-menu a:active,
.mobile-menu a:visited {
  color: #fff;
  font-size: 18px;
}
.mobile-menu p {
  line-height: 48px;
  margin: 0;
}
.row.awards {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .row.awards {
    text-align: center;
  }
}
.row.awards h3 {
  font-weight: normal;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .row.awards h3 {
    margin-bottom: 25px;
  }
}
section.mobile-nav {
  color: #fff;
  padding: 40px 0 25px 0;
  text-align: center;
}
section.mobile-nav p {
  font-size: 18px;
  padding: 0 10px;
}
section.mobile-nav nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
section.mobile-nav nav ul li {
  list-style: none;
  margin: 0 20px;
}
section.mobile-nav nav ul li a:link,
section.mobile-nav nav ul li a:active,
section.mobile-nav nav ul li a:visited {
  background-color: #001f1c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003631), to(#001f1c));
  background-image: -webkit-linear-gradient(top, #003631, #001f1c);
  background-image: -moz-linear-gradient(top, #003631, #001f1c);
  background-image: -ms-linear-gradient(top, #003631, #001f1c);
  background-image: -o-linear-gradient(top, #003631, #001f1c);
  border-top: 2px solid #555;
  border-bottom: 2px solid #000;
  margin: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 64px;
  text-transform: uppercase;
}
section.mobile-nav nav ul li a:active {
  background-color: #003631;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#001f1c), to(#003631));
  background-image: -webkit-linear-gradient(top, #001f1c, #003631);
  background-image: -moz-linear-gradient(top, #001f1c, #003631);
  background-image: -ms-linear-gradient(top, #001f1c, #003631);
  background-image: -o-linear-gradient(top, #001f1c, #003631);
  border-top: 2px solid #000;
  border-bottom: 2px solid #555;
}
.home section.mobile-nav nav ul {
  margin-top: 40px;
}
section.page {
  background: #fff;
  border-top: 50px solid #e9e9eb;
  padding: 40px 0;
}
section.page h3,
section.page h4 {
  margin-top: 40px;
}
section.page ul {
  padding-left: 20px;
}
section.page ul li {
  list-style: circle;
}
section.grey {
  background: #e9e9eb;
  padding: 40px 0;
}
section.grey ul {
  padding-left: 20px;
}
section.grey ul li {
  list-style: circle;
}
@media only screen and (min-width: 768px) {
  section.grey .hidden-mobile {
    margin-top: 15px;
  }
}
.sidebar h5 {
  font-weight: normal;
}
#sidr-close {
  display: none;
}
.sidr #sidr-close {
  display: block;
}
/* ===============================================
   Helpers.
=============================================== */
.crimson {
  font-family: "Crimson Text";
}
.normal {
  font-weight: normal;
}
.white {
  color: #fff;
}
/* ===============================================
   Media queries.
=============================================== */
@media only screen and (max-width: 768px) {
  footer nav {
    margin-bottom: 40px;
    text-align: center;
  }
  footer nav ul li {
    display: block;
    font-size: 18px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    padding: 20px;
  }
  .orbit-bullets {
    display: none;
  }
  .orbit.with-bullets {
    margin-bottom: 0;
  }
  .mobile-text-right {
    text-align: right;
  }
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #001f1c;
  color: #fff;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 2px solid #222;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  background: #222;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}


/*  MWD styles 2019*/

.newhome h1 {font-size:30px;}
.newhome h2 {font-size:24px;}
.newhome h3 {font-size:20px;}

.topheading {color:#FFFFDF; font-size:20px;}
.toptitle {color:#FFFFDF; }