@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
/* -------- 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: #000c3c !important; }
  .menu-hover {
    color: #f29a16 !important; }
  .menu-selected {
    color: #f29a16 !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
/* Headings */
h1 {
  margin-top: 0; }

h2 {
  font-size: 29px;
  font-weight: 700;
  margin-top: 0; }

/* 22px */
h3 {
  font-size: 29px; }

/* 24px */
h4 {
  font-size: 24px;
  color: #f29a16;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h3, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 25px; }

img {
  max-width: 100%; }

p {
  margin: 0 0 18px; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative;
  font-family: 'Roboto Slab', serif;
  color: #000c3c;
  font-size: 16px; }

* {
  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 p, .col-content a {
  font-family: 'Roboto Slab', 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; }

.header_wrapper {
  width: 100%;
  height: 139px; }

.logo {
  width: 329px;
  padding-left: 35px;
  float: left;
  padding-top: 10px; }

.header-navigation {
  float: left;
  width: calc(100% - 329px); }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  color: #fff;
  padding: 13px 0; }

.copyright {
  line-height: 63px;
  font-size: 12px; }

.copyright a, .copyright span {
  color: #f29a16; }

.copyright a:hover {
  color: #f29a16; }

.footer-logo img {
  float: right; }

/* ------------- PAGE TITLE ------------- */
.page-title {
  background: #f29a16;
  color: #fff;
  padding: 38px 35px; }

.page-title h1 {
  font-size: 29px;
  font-weight: 700;
  margin: 0; }

/* ------------- SIDEBAR ------------- */
.blue-sidebar {
  background: #000c3c;
  color: #fff;
  padding: 15px 15px 20px 75px;
  position: relative; }

.blue-sidebar h2 {
  color: #f29a16;
  margin-top: 30px; }

.blue-sidebar h2:before {
  position: absolute;
  left: 30px;
  font-family: 'Font Awesome 5 Free', 'fontAwesome';
  content: '\f14a'; }

/* ------------- _design.scss ------------- */
/* ------------- HEADER ------------- */
.header_wrapper {
  background: #fff; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #000c3c; }

/* ------------- _menus.scss ------------- */
nav.ccm-responsive-navigation.original {
  float: right;
  margin-right: 15px;
  margin-top: 43px; }

/* ------------- AUTO-NAV ------------- */
nav {
  /*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: left;
      padding-right: 45px;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        font-size: 20px;
        color: #000c3c;
        font-weight: 700;
        line-height: 53px; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #f29a16;
          outline: none; }
        nav ul li a.nav-selected {
          color: #f29a16; }
      nav ul li:last-child a {
        padding-right: 0; }
      nav ul li:hover > ul {
        display: block;
        background: #00823f;
        padding-top: 10px;
        padding-bottom: 15px;
        margin-left: -20px; }
        nav ul li:hover > ul li {
          padding: 0px 20px; }
          nav ul li:hover > ul li a {
            line-height: 28px; }
    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 {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: #000c3c;
  opacity: 0.95;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 10000;
  top: -115px;
  left: 0;
  height: auto;
  padding: 30px 15px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-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;
      width: 100%; }
      .ccm-responsive-overlay ul li a {
        display: block;
        padding: 0;
        max-width: 100%;
        line-height: 30px;
        color: #fff; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        width: 100%;
        height: 100%;
        font-weight: 700;
        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: #ffd602; }
      .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: 35px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 19px;
            background: url(http://cavaliers.org.au/application/files/5914/8842/1524/dash.png) no-repeat 0px 14px;
            padding-left: 12px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: right;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  line-height: 53px;
  height: 53px;
  width: 100px;
  padding: 0 0.5em;
  border: none;
  border-radius: 0.3em;
  margin: 31px 0.5em;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
  text-align: center; }
  .ccm-responsive-menu-launch span {
    display: none; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 30px;
  color: #000c3c;
  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: 30px;
  color: #000c3c;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 992px) {
  .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: 993px) {
  .ccm-responsive-overlay {
    display: none !important; } }
.ccm-responsive-overlay nav {
  margin-left: 0px; }

/* ------------- _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 {
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: white;
  color: #616161;
  float: right;
  border: 2px solid #d2d2d2;
  font-size: 1.4em;
  padding: 8px 25px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: 2px solid #343434; }

.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 {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  -webkit-appearance: none; }

.ccm-block-type-form label {
  font-weight: 700 !important; }

.ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input[type="submit"], .ccm-block-type-form .form-actions button {
  background-color: #000c3c;
  color: #fff;
  float: none;
  border-radius: 0px;
  font-size: 21px;
  padding: 0px;
  height: 63px;
  width: 100%;
  border: none;
  transition: all 500ms linear;
  font-family: 'Roboto Slab', serif;
  font-weight: 700; }

.ccm-block-type-form .form-actions input[type="submit"]:hover, .ccm-block-type-form .form-actions button:hover {
  color: #000c3c;
  border: none !important;
  background: #f29a16; }

.ccm-block-type-form {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0px; }

.ccm-block-type-form form {
  margin-bottom: 10px; }

.ccm-block-type-form textarea {
  height: 200px;
  resize: none;
  padding: 20px !important; }

.form-control {
  font-size: 16px !important;
  padding: 0px 20px !important;
  height: 63px;
  border: 0px solid #fff;
  border-left: 10px solid #000c3c; }

.form-control:focus {
  border: 1px solid #f29a16 !important;
  box-shadow: none; }

.form-group {
  margin-bottom: 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000c3c !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000c3c !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000c3c !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000c3c !important; }

/* ------------- _components.scss ------------- */
a {
  transition: all 0.25s ease;
  text-decoration: none; }

a:hover, a:vistited, a:focus {
  text-decoration: none; }

.yellow {
  color: #f29a16;
  font-weight: 700; }

/* ------------- CTA BUTTONS ------------- */
.phone-button {
  height: 139px;
  line-height: 139px;
  float: right;
  text-decoration: none;
  color: #fff;
  background: #000c3c;
  width: 315px;
  display: block;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 29px; }

.phone-button:hover {
  background: #f29a16;
  text-decoration: none;
  color: #000c3c; }

.phone-button:before {
  font-family: 'Font Awesome 5 Free', 'fontAwesome';
  color: #f29a16;
  margin-right: 10px;
  content: '\f095';
  transition: all 0.25s ease;
  text-decoration: none; }

.phone-button:hover:before {
  color: #000c3c; }

.blue-button {
  height: 63px;
  line-height: 63px;
  color: #fff;
  background: #000c3c;
  width: 225px;
  display: block;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 21px;
  margin-top: 40px; }

.blue-button:hover {
  background: #f29a16;
  text-decoration: none;
  color: #000c3c; }

/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
.home-hero {
  position: relative;
  width: 100%;
  overflow: hidden; }

.hero-overlay {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  display: table;
  height: 33.166vw; }

.overlay-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.hero-overlay img {
  margin: 0 auto 20px; }

.hero-overlay h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px; }

.hero-overlay h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  color: #f29a16;
  margin: 0; }

.rslides_tabs li {
  margin: 0 2px; }

.rslides_tabs li a {
  background: #fff !important;
  margin-right: 0px !important; }

.rslides_tabs li.rslides_here a {
  background: #f29a16 !important; }

ul.rslides_tabs.rslides1_tabs {
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  text-align: center; }

.rslides_tabs {
  padding-bottom: 20px; }

.home-features {
  background: #f29a16;
  color: #fff;
  padding: 35px 0 20px;
  text-align: center;
  font-size: 16px; }

.home-features img {
  margin: 0 auto; }

main {
  background: url(../img/body-bg.jpg);
  padding: 120px 0 110px; }

/* ------------- CONTACT ------------- */
.contact-content h2, .contact-form h2 {
  margin-bottom: 30px; }

.contact-phone, .contact-email {
  text-decoration: none;
  color: #000c3c;
  font-weight: 700;
  font-size: 29px; }

.contact-phone:hover, .contact-email:hover {
  text-decoration: none;
  color: #f29a16; }

.contact-phone:before {
  font-family: 'Font Awesome 5 Free', 'fontAwesome';
  color: #f29a16;
  margin-right: 10px;
  content: '\f095'; }

.contact-email:before {
  font-family: 'Font Awesome 5 Free', 'fontAwesome';
  color: #f29a16;
  margin-right: 10px;
  content: '\f0e0'; }

/* ------------- SERVICE ------------- */
.service-sidebar {
  background: #fff;
  margin-top: 30px;
  padding: 40px 30px; }

.service-sidebar ul {
  list-style: none;
  font-weight: 600;
  padding-left: 0px; }

.service-sidebar ul li {
  position: relative;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px; }

.service-sidebar ul li:before {
  font-family: 'Font Awesome 5 Solid', 'fontAwesome';
  content: '\f111';
  font-weight: 400;
  position: absolute;
  left: 0;
  font-size: 9px;
  top: 5px; }

.service-sidebar ul li:last-child {
  padding-bottom: 0px; }

h2.interior, h2.exterior, h2.residence {
  line-height: 140px;
  margin-bottom: 25px;
  margin-top: 45px; }

h2.interior {
  margin-top: 0px; }

h2.interior:before, h2.exterior:before, h2.residence:before {
  content: '';
  height: 140px;
  width: 140px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: top; }

h2.interior:before {
  background: url(../img/interior-repaints.png) no-repeat; }

h2.exterior:before {
  background: url(../img/exterior-repaints.png) no-repeat; }

h2.residence:before {
  background: url(../img/new-residence.png) no-repeat; }

/* ------------- FULL PAGE ------------- */
.full-page {
  padding: 0; }

/* ------------- Easy Gallery ------------- */
.easy-gallery {
  height: auto !important;
  padding: 5px 5px 10px; }

.img.masonry-item-collapsed.masonry-item.e-col-6 {
  position: relative !important;
  float: left;
  width: 20%;
  left: 0 !important;
  top: 0 !important;
  padding: 5px;
  background: none !important;
  height: 11vw; }

.masonry-item-collapsed:hover img {
  transform: unset !important; }

.masonry-item-collapsed img {
  transition: 1s;
  object-fit: cover;
  height: 11vw;
  width: 100%; }

.ie-only img {
  height: auto !important; }

/* ------------- Edit Mode ------------- */
i.fa.fa-pencil {
  content: '\f303';
  font-family: 'Font Awesome 5 Free', 'fontAwesome'; }

i.fa.fa-arrows {
  content: '/f0b2';
  font-family: 'Font Awesome 5 Free', 'fontAwesome'; }

.ccm-edit-mode .hero-overlay {
  position: unset; }

/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
@media only screen and (max-width: 1800px) {
  .rslides {
    width: 1800px !important;
    margin-left: -900px !important;
    left: 50%; }

  .hero-overlay {
    height: 597px; } }
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%; }

  main {
    padding: 70px 0 65px; }

  .hero-overlay h1 {
    font-size: 40px; }

  .hero-overlay h2 {
    font-size: 28px; }

  .hero-overlay img {
    width: 206px; }

  .rslides {
    width: 1200px !important;
    margin-left: -600px !important; }

  .hero-overlay {
    height: 380px; }

  .header_wrapper {
    height: 115px; }

  .logo {
    width: 250px;
    padding-left: 15px; }

  .header-navigation {
    width: calc(100% - 250px); }

  .phone-button {
    height: 115px;
    line-height: 115px;
    width: 250px;
    font-size: 23px; }

  nav ul li a {
    font-size: 16px; }

  nav ul li {
    padding-right: 35px; }

  nav.ccm-responsive-navigation.original {
    margin-top: 31px; }

  .blue-sidebar {
    padding-left: 60px; }

  .blue-sidebar h2:before {
    left: 15px; }

  .page-title {
    padding: 38px 15px; }

  .img.masonry-item-collapsed.masonry-item.e-col-6 {
    width: 25%;
    height: 14vw; }

  .masonry-item-collapsed img {
    height: 14vw; } }
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
/**SMALLER THAN 992*******************************/
@media only screen and (max-width: 992px) {
  header {
    height: 115px; }

  .header_wrapper {
    position: absolute;
    top: 0;
    z-index: 100000; }

  .logo {
    position: absolute;
    z-index: 100000;
    background: #fff;
    padding-bottom: 11px; }

  .header-navigation {
    position: absolute;
    right: 0;
    z-index: 100000;
    background: #fff; }

  .img.masonry-item-collapsed.masonry-item.e-col-6 {
    width: 33.333%;
    height: 18.5vw; }

  .masonry-item-collapsed img {
    height: 18.5vw; } }
/* iPad portrait */
/* iPad landscape */
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 767.5px) {
  .hero-overlay img {
    width: 21vw;
    margin-bottom: 1vw; }

  .hero-overlay h1 {
    font-size: 7vw;
    margin-bottom: 1vw; }

  .hero-overlay h2 {
    font-size: 5vw; }

  .hero-overlay {
    height: calc(72.44vw - 55px);
    padding: 0 15px; }

  .rslides {
    width: 200% !important;
    margin-left: -100% !important; }

  .home-features .col-sm-4 {
    margin-bottom: 70px; }

  .home-features .col-sm-4:last-child {
    margin-bottom: 0px; }

  .footer-logo img {
    float: none;
    margin: 0 auto; }

  .footer_wrapper {
    padding: 30px 0 13px;
    position: relative; }

  .copyright {
    line-height: 14px;
    margin-top: 80px;
    text-align: center; }

  .footer-logo {
    position: absolute;
    top: 30px;
    width: 100%; }

  .blue-sidebar {
    margin-top: 60px; }

  .contact-form {
    margin-top: 60px; } }
@media only screen and (max-width: 639.5px) {
  .logo {
    width: 100%;
    padding: 10px 15px;
    position: absolute;
    z-index: 100000;
    background: #fff; }

  .logo img {
    max-width: 234px; }

  .header-navigation {
    width: 100%;
    position: relative;
    top: 113px;
    z-index: unset; }

  header {
    height: 193px; }

  .header_wrapper {
    height: 193px;
    position: relative;
    z-index: 1000; }

  .phone-button {
    height: 80px;
    line-height: 80px;
    width: 100%; }

  .ccm-responsive-menu-launch {
    position: absolute !important;
    top: -113px;
    width: auto;
    padding: 0;
    margin: 31px 15px;
    right: 0;
    z-index: 100000; }

  .img.masonry-item-collapsed.masonry-item.e-col-6 {
    width: 50%;
    height: 28vw; }

  .masonry-item-collapsed img {
    height: 28vw; } }
/**SMALLER THAN 550*******************************/
@media only screen and (max-width: 550px) {
  h2.interior:before, h2.exterior:before, h2.residence:before {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 10px; }

  h2.interior, h2.exterior, h2.residence {
    line-height: 1.1;
    text-align: center; } }
/* Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contact-phone, .contact-email {
    font-size: 6vw; } }
/* Extra Small Devices, Phones */
/* IE */

/*# sourceMappingURL=main.css.map */
