/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url('https://fonts.googleapis.com/css?family=Signika&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
/* line 2, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.5rem;
}
/* line 12, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2.25rem;
}
/* line 16, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 2rem;
}
/* line 20, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.75rem;
}
/* line 24, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.5rem;
}
/* line 28, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1.25rem;
}
/* line 33, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 8, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 15, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 19, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 23, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  /* line 29, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 33, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 39, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 43, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 51, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
/* line 62, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 71, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 76, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 85, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 92, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 104, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 108, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 113, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 117, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
/* line 121, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0) !important;
}
/* line 136, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* line 142, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
/* line 149, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 157, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 161, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 166, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 173, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 182, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
/* line 189, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 195, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/* line 214, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
/* line 222, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 227, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 243, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 251, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media only all and (max-width: 30rem) {
  /* line 19, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .owl-nav {
    padding-bottom: 1.5rem;
  }
}
/* line 257, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-nav div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 270, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-nav div:hover {
  color: #f5ae1d;
}
@media only all and (max-width: 30rem) {
  .owl-nav div {
    position: relative;
  }
}
/* line 276, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-nav div.owl-prev {
  margin-right: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .owl-nav div.owl-prev {
    margin-right: 3rem;
  }
}
/* line 282, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.dir-rtl .owl-nav div {
  left: 0;
  right: auto;
}
/* line 286, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.dir-rtl .owl-nav div.owl-next {
  margin-left: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .dir-rtl .owl-nav div.owl-next {
    margin-left: 3rem;
  }
}
/* line 294, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-nav.disabled {
  display: none;
}
/* line 298, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
@media only all and (max-width: 30rem) {
  .owl-controls {
    text-align: center;
  }
}
/* line 304, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
/* line 305, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-dots .owl-dot {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 0.1rem;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 315, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owl-dots .owl-dot.active {
  background: #fff;
}
/* line 321, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 331, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.owlcarousel-offset.size-100 {
  flex-basis: auto;
  width: auto;
}
/* line 339, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
/* line 340, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
/* line 341, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
/* line 342, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-item .image:before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  z-index: 1;
  top: 0;
}
/* line 351, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-item .image:before {
  background-color: #f5ae1d;
  background-image: -webkit-linear-gradient(left, #f5ae1d 2%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right,#f5ae1d 2%, rgba(0, 0, 0, 0));
  background-color: transparent;
}
/* line 357, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 2.125rem;
}
/* line 362, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2.125rem;
}
/* line 368, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-nav div {
  position: relative;
  border-radius: 100%;
}
/* line 371, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-nav div.owl-prev {
  margin-right: 0.625rem;
}
/* line 379, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
/* line 380, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
/* line 381, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
/* line 387, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 391, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-img {
  position: relative;
}
/* line 393, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 403, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  /* line 4, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, wp-content/plugins/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 429, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
/* line 436, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 439, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
/* line 442, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
/* line 444, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
/* line 459, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-title {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3rem;
  color: #fff;
  padding-bottom: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  margin: 2.125rem;
}
/* line 473, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-item-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 3rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
/* line 484, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    padding: 0.25rem 1rem;
    font-weight: 400;
    font-size: 0.8rem;
  }
}
/* line 493, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
/* line 494, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer {
  overflow: visible;
}
/* line 496, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer:before, .g-owlcarousel-layout-testimonial .owl-stage-outer:after {
  position: absolute;
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  z-index: 10;
  top: 0;
}
/* line 505, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer:before {
  left: -1000px;
  background-color: rgba(0, 0, 0, 1);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right,rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-color: transparent;
}
/* line 510, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer:after {
  right: -1000px;
  background-color: rgba(0, 0, 0, 1);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left,rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-color: transparent;
}
/* line 516, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-title {
  text-align: center;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 525, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: "droidserif", "Times", "Times New Roman", serif;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 1.5rem;
  margin: 0.625rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    display: block;
    padding-top: 2rem;
  }
}
/* line 540, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc i {
  display: block;
  font-size: 2rem;
  padding: 1.5rem;
  margin: 0.625rem;
}
/* line 547, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  opacity: 0.5;
  text-transform: none;
  font-size: 1rem;
  margin-top: 0.625rem;
}
/* line 559, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots {
  margin: 0.625rem 0;
  text-align: center;
  vertical-align: middle;
}
/* line 563, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 0.1rem;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 570, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  background: #fff;
}
/* line 575, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-nav {
  margin: 0.625rem 0;
  text-align: center;
}
/* line 578, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-nav div {
  position: relative;
}
/* line 581, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-nav div.owl-prev {
  margin-right: 1.5rem;
}
/* line 589, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase {
  position: relative;
}
/* line 592, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-layout-showcase .owl-controls {
    margin-top: 2.125rem;
  }
}
/* line 596, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .owl-controls .owl-next {
  margin-right: 2.125rem;
}
/* line 601, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
  font-weight: 900;
  font-size: 6rem;
  position: relative;
  text-transform: none;
  margin-left: 0;
  line-height: 1.1;
  margin-top: 7.125rem;
  padding-bottom: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
    font-size: 3.8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
    font-size: 3rem;
  }
}
/* line 620, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-item-desc {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.2;
  opacity: 0.8;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-desc {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-desc {
    display: block;
    font-size: 1.5rem;
  }
}
/* line 634, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .owl-item {
  opacity: 0;
}
/* line 636, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .owl-item.active {
  opacity: 1;
}
/* line 640, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/* line 646, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-left {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 60%;
  -moz-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  width: 60%;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
/* line 653, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-left .g-owlcarousel-content-padding {
  padding-right: 2.75rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-left .g-owlcarousel-content-padding {
    padding: 0;
  }
}
/* line 660, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-right {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 40%;
  -moz-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  width: 40%;
  -webkit-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 661, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-right .g-owlcarousel-content-padding {
  padding-right: 2.75rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right .g-owlcarousel-content-padding {
    padding: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* line 685, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-right i {
  font-size: 11rem;
  color: rgba(0, 0, 0, 0.2);
  flex: 1;
  text-align: center;
  padding-right: 1rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right i {
    font-size: 8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right i {
    font-size: 8rem;
  }
}
/* line 702, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-container-wrapper-panel {
  background: #fff;
}
/* line 706, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-container-wrapper {
  position: relative;
}
/* line 710, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-container.carousel {
  position: relative;
  width: 75rem;
  padding: 2.125rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container.carousel {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container.carousel {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container.carousel {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container.carousel {
    width: 100%;
  }
}
/* line 727, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-container.carousel h2.g-title {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 737, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
/* line 743, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0px;
  width: 25%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 40px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-panel-container .g-owlcarousel-panel {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-panel-container .g-owlcarousel-panel {
    width: 50%;
  }
}
/* line 756, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel:after {
  content: '';
  background: #f2f2f2;
  display: block;
  margin-top: 0.625rem;
  height: 3px;
  width: 45px;
}
/* line 764, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel span {
  display: block;
  margin-right: 1rem;
}
/* line 768, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.dir-rtl .g-owlcarousel-panel-container .g-owlcarousel-panel span {
  margin-left: 1rem;
  margin-right: 0;
}
/* line 773, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 778, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  color: #f5ae1d;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
}
/* line 785, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
  color: #666;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
/* line 794, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.g-owlcarousel-panel-indicator {
  width: 96px;
  height: 50px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -3.075rem;
}
/* line 800, wp-content/themes/rt_versla/custom/scss/_owlcarousel.scss */
.dir-rtl .g-owlcarousel-panel-indicator {
  left: 200px;
}
/* line 6, wp-content/themes/rt_versla/custom/scss/custom.scss */
body {
  font-family: Signika;
}
/* line 9, wp-content/themes/rt_versla/custom/scss/custom.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-family: Muli, sans-serif;
  color: #454545;
  font-size: 16px;
}
/* line 15, wp-content/themes/rt_versla/custom/scss/custom.scss */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #454545;
}
/* line 18, wp-content/themes/rt_versla/custom/scss/custom.scss */
textarea, .wpcf7-textarea {
  background-color: #f7f7f7;
}
/* line 21, wp-content/themes/rt_versla/custom/scss/custom.scss */
.wpcf7-submit {
  display: block;
  width: 100%;
}
/* line 25, wp-content/themes/rt_versla/custom/scss/custom.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Signika;
  font-weight: bold;
}
/* line 29, wp-content/themes/rt_versla/custom/scss/custom.scss */
.widget .widget-title, h3 {
  color: #f5ae1d;
  font-size: 23px;
  padding: 0;
  margin: 0 0 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
/* line 38, wp-content/themes/rt_versla/custom/scss/custom.scss */
.top-bar {
  background-color: #2c2f34;
  color: #f5ae1d;
}
/* line 42, wp-content/themes/rt_versla/custom/scss/custom.scss */
.top-bar ul, .top-bar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 47, wp-content/themes/rt_versla/custom/scss/custom.scss */
.top-bar ul li {
  display: inline-block;
}
/* line 50, wp-content/themes/rt_versla/custom/scss/custom.scss */
.top-bar a {
  color: #fff;
  text-decoration: none;
}
/* line 54, wp-content/themes/rt_versla/custom/scss/custom.scss */
.navigation-bar {
  background-color: #2f3337;
}
/* line 57, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-navigation .g-grid {
  background-color: #2f3337;
}
/* line 60, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > a.g-menu-item-container {
  padding: 10px 5px;
  color: #fff;
  font-size: 13px;
  padding: 0px 10px;
  font-weight: bold;
}
/* line 68, wp-content/themes/rt_versla/custom/scss/custom.scss */
a.g-menu-item-container:hover span, .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #f5ae1d;
}
/* line 73, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-orange {
  background-color: #f5ae1d;
}
/* line 76, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-navigation {
  border: 0;
}
/* line 79, wp-content/themes/rt_versla/custom/scss/custom.scss */
.main-heading h1 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  font-family: 'Signika', sans-serif;
  padding: 40px 0px;
}
/*
 .section-paddings, #g-top, #g-slideshow, 
 #g-navigation, #g-header, #g-above, #g-utility, 
 #g-feature, #g-extension, #g-bottom, #g-footer, 
 #g-copyright {
 padding: 0 8%;
 }
 #g-container-main {
 margin-left: 8%;
 margin-right: 8%;
 }
 */
/* line 102, wp-content/themes/rt_versla/custom/scss/custom.scss */
#topleft-widget-area {
  float: left;
}
/* line 105, wp-content/themes/rt_versla/custom/scss/custom.scss */
#topright-widget-area {
  float: right;
}
/* line 108, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-navigation .g-content {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 112, wp-content/themes/rt_versla/custom/scss/custom.scss */
.top-bar .g-content {
  padding: 0px 15px;
}
/* line 115, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-copyright a {
  color: #434445;
}
/* line 118, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 123, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-navigation.home-page {
  background-color: transparent;
  position: absolute;
  z-index: 99;
}
/* line 129, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-page-surround {
  max-width: 1800px;
  margin: 0px auto;
}
/* line 134, wp-content/themes/rt_versla/custom/scss/custom.scss */
h4 {
  font-weight: normal;
  line-height: 120%;
  font-size: 20px;
}
/* line 139, wp-content/themes/rt_versla/custom/scss/custom.scss */
h3 {
  font-weight: 600;
}
/* line 142, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bdr-orange {
  margin: 50px auto;
  border-top: 1px solid #f7be68;
  border-bottom: 0;
}
/* line 148, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-blue {
  background-color: #7bbcf6;
  padding-top: 60px;
  padding-bottom: 55px;
  color: #fff;
}
/* line 154, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-blue p {
  font-size: 19px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/* line 160, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  background: #ccc;
}
/* line 164, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  background: #f5ae1d;
}
/* line 167, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-item-title {
  color: #666;
  font-size: 22px;
}
/* line 171, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  color: #666;
  max-width: 700px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin: 40px auto;
}
/* line 183, wp-content/themes/rt_versla/custom/scss/custom.scss */
#owlcarousel-2167-particle {
  overflow: hidden;
}
/* line 187, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer::before {
  background: transparent;
}
/* line 191, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer::after {
  background: transparent;
}
/* line 195, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: 'Open Sans', sans-serif;
}
/* line 199, wp-content/themes/rt_versla/custom/scss/custom.scss */
.parallax-home {
  text-align: center;
  background-color: #3a281c;
  color: #fff;
  background-image: url('https://www.cubbiesandcabins.com.au/wp-content/uploads/2015/01/homepage-chorus.jpg');
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center -46px;
  background-attachment: fixed;
  background-size: cover;
}
/* line 211, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
/* line 220, wp-content/themes/rt_versla/custom/scss/custom.scss */
h5 {
  font-weight: normal;
  line-height: 140%;
}
/* line 224, wp-content/themes/rt_versla/custom/scss/custom.scss */
hr {
  border: 0;
  border-top: 1px solid #f5ae1d;
  margin: 30px auto;
}
/* line 230, wp-content/themes/rt_versla/custom/scss/custom.scss */
hr.fw {
  border: 0;
  border-top: 1px solid #f5ae1d;
  margin: 30px 0px;
}
/* line 235, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blue-box {
  background-color: #7bbcf6;
  padding-top: 65px;
  padding-bottom: 50px;
  color: #fff;
  font-size: 18px;
}
/* line 242, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blue-box a {
  color: #f90;
}
/* line 245, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blue-box a.btn-orange {
  color: #fff;
}
/* line 248, wp-content/themes/rt_versla/custom/scss/custom.scss */
.box-shadow {
  border-top: 1px solid #e1e1e1;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  padding-top: 70px;
  padding-bottom: 70px;
}
/* line 254, wp-content/themes/rt_versla/custom/scss/custom.scss */
.box-shadow h5 {
  font-size: 14pt;
  text-align: center;
}
/* line 258, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn-orange {
  color: #f7f7f7;
  border: 1px solid #f90;
  background-color: #f90;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 2em;
  text-decoration: none;
  text-transform: capitalize;
}
/* line 269, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn-orange:hover {
  border: 1px solid #e08700;
  background-color: #e08700;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  color: #fff;
}
/* line 276, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bdr-top-orange {
  border-top: 1px solid #f5ae1d;
}
/* line 279, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bdr-tb-orange {
  border-top: 1px solid #f5ae1d;
  border-bottom: 1px solid #f5ae1d;
}
/* line 284, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bdr-gray {
  margin: 50px auto;
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
}
/* line 290, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  margin: 40px auto 0px auto;
}
/* line 294, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  padding-bottom: 0px;
}
/* line 298, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-page-surround .platform-content .entries .button, #g-page-surround .platform-content form.password-form .password-btn.button, #g-page-surround .search-form .button, .btn, #comments #comments-nav .comments-previous .button, #comments #comments-nav .comments-next .button, #comments #respond .button, .g-loginform .button, .widget.widget_tag_cloud a, .g-contactform #contact-form .form-actions .button {
  font-family: 'Open Sans', sans-serif;
}
/* line 301, wp-content/themes/rt_versla/custom/scss/custom.scss */
.image-gallery h3 {
  font-family: Signika;
  color: #454545;
  font-size: 26px;
}
/* line 306, wp-content/themes/rt_versla/custom/scss/custom.scss */
.image-gallery h3 span {
  background-color: #fff;
  padding: 0px 20px;
  text-align: center;
}
/* line 311, wp-content/themes/rt_versla/custom/scss/custom.scss */
.image-gallery hr {
  margin: 30px auto;
  margin-top: -41px;
}
/* line 315, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer {
  overflow: hidden;
}
/* line 318, wp-content/themes/rt_versla/custom/scss/custom.scss */
h1 {
  font-size: 2.5rem;
}
/* line 321, wp-content/themes/rt_versla/custom/scss/custom.scss */
.heading2, p.heading2 {
  font-size: 26px;
}
/* line 324, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn-gray, .btn-gray:hover {
  box-shadow: 0 2px 0 #cfcfcf;
  color: #5e5e5e;
  background-color: #ebebeb;
  font-size: 12px;
  padding: 11px 16px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
/* line 338, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn-gray:hover {
  box-shadow: 0 4px 0 #cfcfcf;
  border: 1px solid transparent;
  top: 2px;
  position: relative;
}
/* line 344, wp-content/themes/rt_versla/custom/scss/custom.scss */
.accessories-block .content {
  min-height: 180px;
}
/* line 347, wp-content/themes/rt_versla/custom/scss/custom.scss */
.logo {
  text-align: center;
}
/* line 350, wp-content/themes/rt_versla/custom/scss/custom.scss */
.logo img {
  max-width: 150px;
}
/* line 353, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #f5ae1d;
}
/* line 356, wp-content/themes/rt_versla/custom/scss/custom.scss */
.box-shadow2 {
  display: block;
  position: relative;
  z-index: 0;
}
/* line 361, wp-content/themes/rt_versla/custom/scss/custom.scss */
.box-shadow2::before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  position: absolute;
}
/* line 382, wp-content/themes/rt_versla/custom/scss/custom.scss */
.box-shadow2::after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
}
/* line 400, wp-content/themes/rt_versla/custom/scss/custom.scss */
.platform-content .post-thumbnail {
  margin-bottom: 30px;
}
/* line 403, wp-content/themes/rt_versla/custom/scss/custom.scss */
.msacwl-gallery-carousel .msacwl-gallery-caption {
  display: none;
}
/* line 406, wp-content/themes/rt_versla/custom/scss/custom.scss */
.msacwl-carousel-slide a {
  margin: 0px 5px;
}
/* line 409, wp-content/themes/rt_versla/custom/scss/custom.scss */
.main-heading h1 {
  padding: 0px;
  margin-bottom: 0px !important;
}
/* line 413, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
/* line 417, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  max-width: 100%;
}
/* line 423, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  max-width: 100%;
}
/* line 428, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce form .form-row textarea {
  min-height: 8em;
}
/* line 432, wp-content/themes/rt_versla/custom/scss/custom.scss */
.home #g-slideshow {
  margin-top: -160px;
  z-index: -1;
}
/* line 436, wp-content/themes/rt_versla/custom/scss/custom.scss */
body #g-page-surround {
  background-color: transparent;
}
/* line 439, wp-content/themes/rt_versla/custom/scss/custom.scss */
.home #g-navigation {
  background-color: transparent;
}
/* line 442, wp-content/themes/rt_versla/custom/scss/custom.scss */
.mini-cart {
  background-color: #f7ae1c;
  border-radius: 5px;
  border: 1px solid #eda61a;
  padding: 5px 10px;
}
/* line 448, wp-content/themes/rt_versla/custom/scss/custom.scss */
.mini-cart a, .mini-cart a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 452, wp-content/themes/rt_versla/custom/scss/custom.scss */
.logo img {
  max-width: 100%;
}
/* line 455, wp-content/themes/rt_versla/custom/scss/custom.scss */
.cart-items-count {
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 50%;
  color: #333;
}
/* line 461, wp-content/themes/rt_versla/custom/scss/custom.scss */
.sidebar-categories ul.product-categories, .sidebar-categories ul.product-categories li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 467, wp-content/themes/rt_versla/custom/scss/custom.scss */
.sidebar-categories ul li a {
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}
/* line 472, wp-content/themes/rt_versla/custom/scss/custom.scss */
h3.g-title {
  margin-bottom: 0px !important;
  padding-bottom: 15px;
}
/* line 476, wp-content/themes/rt_versla/custom/scss/custom.scss */
.sidebar-categories .g-content {
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
/*
 h1, h2, h3, h4, h5 {
 font-family: Alata;
 }
 body {
 font-family: Muli;
 }*/
/* line 488, wp-content/themes/rt_versla/custom/scss/custom.scss */
h1 {
  font-size: 35px;
  line-height: 42px;
}
/* line 492, wp-content/themes/rt_versla/custom/scss/custom.scss */
h2 {
  font-size: 26px;
}
/* line 495, wp-content/themes/rt_versla/custom/scss/custom.scss */
a.btn {
  text-decoration: none;
}
/* line 498, wp-content/themes/rt_versla/custom/scss/custom.scss */
a {
  text-decoration: none;
}
/* line 501, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}
/* line 504, wp-content/themes/rt_versla/custom/scss/custom.scss */
.single-product #g-navigation {
  background-color: transparent;
}
/* line 507, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #f5ae1d;
}
/* line 511, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce a.button:hover, .woocommerce-page a.button:hover {
  color: #fff;
}
/* line 517, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn {
  font-family: Muli, sans-serif;
}
/* line 520, wp-content/themes/rt_versla/custom/scss/custom.scss */
#topright-widget-area {
  padding-right: 10px;
}
/* line 524, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-offcanvas-toggle {
  color: #fff;
}
/* line 527, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  color: #ccc;
}
/* line 531, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #f5ae1d;
  background: #f5ae1d;
}
/* line 536, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #f5ae1d;
}
/* line 540, wp-content/themes/rt_versla/custom/scss/custom.scss */
.menu-item-has-children .g-menu-item-container {
  position: relative;
}
/* line 543, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-menu-parent-indicator {
  float: right;
  position: absolute;
  z-index: 999;
  right: 0;
}
/* line 549, wp-content/themes/rt_versla/custom/scss/custom.scss */
h2 span {
  color: #f5ae1d;
}
/* line 552, wp-content/themes/rt_versla/custom/scss/custom.scss */
.text-orange {
  color: #f90;
}
/* line 555, wp-content/themes/rt_versla/custom/scss/custom.scss */
strong {
  font-weight: bold;
}
/* line 558, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-blue h5 {
  color: #fff;
}
/* line 561, wp-content/themes/rt_versla/custom/scss/custom.scss */
#topleft-widget-area {
  padding-left: 0;
}
/* line 564, wp-content/themes/rt_versla/custom/scss/custom.scss */
.home-category-blocks .block-content {
  min-height: 100px;
}
/* line 568, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: rgba(17, 17, 17, 0.8);
}
/* line 572, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-overlay-black {
  background: rgba(0, 0, 0, 0.651);
}
/* line 576, wp-content/themes/rt_versla/custom/scss/custom.scss */
.content-over h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 0px !important;
  padding-bottom: 15px;
}
/* line 582, wp-content/themes/rt_versla/custom/scss/custom.scss */
.content-over .subhead {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
/* line 586, wp-content/themes/rt_versla/custom/scss/custom.scss */
input[type="submit"].gform_button {
  background-color: #f7ae1c !important;
  border-color: #f7ae1c !important;
  color: #fff !important;
  margin-bottom: 20px;
}
/* line 592, wp-content/themes/rt_versla/custom/scss/custom.scss */
.subhead2 {
  color: #7bbcf6;
  font-size: 23px;
  font-family: Signika;
  font-weight: 400;
}
/* line 598, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-blue a {
  color: #fff;
}
/* line 602, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-blue a:hover {
  color: #000;
}
/* line 605, wp-content/themes/rt_versla/custom/scss/custom.scss */
.addr-block {
  min-height: 300px;
}
/* line 608, wp-content/themes/rt_versla/custom/scss/custom.scss */
.shoutout p {
  font-size: 16pt;
  color: 454545;
  font-weight: 400;
  text-align: center;
}
/* line 609, wp-content/themes/rt_versla/custom/scss/custom.scss */
p.orderonline {
  color: #7bbcf6;
  font-size: 18pt;
  font-weight: 600;
}
/* line 611, wp-content/themes/rt_versla/custom/scss/custom.scss */
.delivery {
  color: pink;
  font-size: 18pt;
  font-weight: 200;
}
/* line 614, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bdr-tm {
  border: 10px solid #fff;
  box-shadow: 2px 2px 2px #e6e6e6;
  background-color: #fff;
}
/* line 619, wp-content/themes/rt_versla/custom/scss/custom.scss */
.rotate10ac {
  transform: rotate(-10deg);
}
/* line 622, wp-content/themes/rt_versla/custom/scss/custom.scss */
.rotate2ac {
  transform: rotate(-2deg);
}
/* line 625, wp-content/themes/rt_versla/custom/scss/custom.scss */
.rotate15 {
  transform: rotate(15deg);
}
/* line 629, wp-content/themes/rt_versla/custom/scss/custom.scss */
.rotate5 {
  transform: rotate(5deg);
}
@media screen and (max-width: 767px) {
  /* line 634, wp-content/themes/rt_versla/custom/scss/custom.scss */
  body {
    font-family: Muli, sans-serif;
  }
  /* line 637, wp-content/themes/rt_versla/custom/scss/custom.scss */
  h1, h2, h3, h4, h5, h6 {
    font-family: Alata, sans-serif;
  }
  /* line 640, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .btn {
    font-family: Muli, sans-serif;
  }
  /* line 643, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .main-heading h1 {
    font-family: Alata, sans-serif;
  }
  /* line 646, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .bg-blue p {
    font-family: Muli, sans-serif;
  }
  /* line 649, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title, .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    font-family: Muli, sans-serif;
  }
  /* line 655, wp-content/themes/rt_versla/custom/scss/custom.scss */
  #g-page-surround .platform-content .entries .button, #g-page-surround .platform-content form.password-form .password-btn.button, #g-page-surround .search-form .button, .btn, #comments #comments-nav .comments-previous .button, #comments #comments-nav .comments-next .button, #comments #respond .button, .g-loginform .button, .widget.widget_tag_cloud a, .g-contactform #contact-form .form-actions .button {
    font-family: Muli, sans-serif;
  }
  /* line 665, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .image-gallery h3 {
    font-family: Alata, sans-serif;
  }
  /* line 668, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .logo img {
    max-width: 150px;
  }
  /* line 671, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .header-cart .g-content {
    text-align: right;
  }
  /* line 674, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .home #g-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 678, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .tp-caption.roboto-light-text-shadow, .roboto-light-text-shadow {
    font-family: Alata, sans-serif;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  /* line 682, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .tp-caption {
    font-family: Alata, sans-serif;
    padding: 5px;
    font-size: 18px;
  }
  /* line 688, wp-content/themes/rt_versla/custom/scss/custom.scss */
  #g-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 692, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .fullwidth-banner {
    overflow: hidden;
  }
  /* line 695, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .content-over {
    background: rgba(0, 0, 0, 0.4);
  }
  /* line 698, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .content-over .pb-3 {
    padding-bottom: 0px !important;
  }
  /* line 701, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .bg-overlay-black {
    background: transparent;
  }
  /* line 704, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .subhead2 {
    font-weight: bold;
  }
  /* line 707, wp-content/themes/rt_versla/custom/scss/custom.scss */
  h1.product_title {
    font-size: 24px;
    line-height: inherit;
  }
  /* line 711, wp-content/themes/rt_versla/custom/scss/custom.scss */
  h1 {
    font-size: 25px;
    line-height: inherit;
  }
  /* line 715, wp-content/themes/rt_versla/custom/scss/custom.scss */
  h2 {
    font-size: 20x;
  }
  /* line 719, wp-content/themes/rt_versla/custom/scss/custom.scss */
  figure {
    margin: 20px;
  }
  /* line 723, wp-content/themes/rt_versla/custom/scss/custom.scss */
  h3 {
    font-size: 16px;
    line-height: inherit;
  }
  /* line 727, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .g-owlcarousel-layout-testimonial .g-title {
    font-size: 24px;
  }
  /* line 730, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    font-size: 18px;
  }
  /* line 733, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
    font-size: 20px;
  }
  /* line 736, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .yellowblock {
    background-color: rgba(254, 241, 132, 0.518);
    border-top: 10px solid #fef184;
  }
  /* line 740, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .blueblock {
    background-color: rgba(132, 214, 254, 0.15);
    border-top: 10px solid #84d6fe;
  }
  /* line 744, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .blueh3 {
    font-size: 22px;
  }
}
/* line 747, wp-content/themes/rt_versla/custom/scss/custom.scss */
.pageintro, .introconclusion {
  text-align: center;
}
/* line 751, wp-content/themes/rt_versla/custom/scss/custom.scss */
.pageintro {
  font-size: 19px;
  text-align: center;
}
/* line 752, wp-content/themes/rt_versla/custom/scss/custom.scss */
.introconclusion {
  font-size: 18px;
  text-align: center;
}
/* line 754, wp-content/themes/rt_versla/custom/scss/custom.scss */
a.glink {
  color: #009fff;
  text-decoration: underline;
}
/* line 758, wp-content/themes/rt_versla/custom/scss/custom.scss */
a.glink:hover {
  text-decoration: none;
}
/* line 762, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote2 .desc {
  background: #f5f5f5 url('https://www.cubbiesandcabins.com.au/wp-content/uploads/2020/09/arrow-bg.png') no-repeat center left 20px;
  padding: 25px 20px 25px 75px;
  margin-bottom: 30px;
  min-height: 170px;
  text-align: justify;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
}
/* line 773, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote2 .desc h2 {
  text-align: left;
}
/* line 776, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  color: #666;
  min-height: 725px;
}
/* line 784, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 .image-block {
  margin: -20px -20px 20px -20px;
}
/* line 787, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 h3 {
  text-align: center;
}
/* line 790, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 .btn {
  font-weight: 800;
}
/* line 793, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-expanded.bg-yellow {
  background-color: #fef184;
  padding: 25px;
}
/* line 797, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 ul {
  margin: 10px 0px;
}
/* line 800, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 ul li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 5px 35px;
  margin-bottom: 5px;
}
/* line 807, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 ul li::before {
  background: #eaeaea;
  border-radius: 50%;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  height: 24px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 24px;
  line-height: 26px;
}
/* line 821, wp-content/themes/rt_versla/custom/scss/custom.scss */
.tu {
  text-transform: uppercase;
}
/* line 824, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile {
  display: block;
}
/* line 827, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .btns {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 20px;
}
/* line 834, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .btns ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 839, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .btns ul li {
  margin: 5px;
  padding: 0px;
  text-align: center;
}
/* line 844, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .btns ul li a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  background-color: #ffa300;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
}
/* line 855, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-desktop {
  position: relative;
}
/* line 858, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-desktop .banner-text {
  font-size: 40px;
  color: #fff;
  text-align: right;
}
/* line 863, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-desktop .banner-img img {
  border: 10px solid #fff;
  transform: rotate(10deg) scale(1.5);
  margin-left: 100px;
  margin-top: 100px;
}
/* line 870, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-desktop .banner-img1 img {
  border: 10px solid #fff;
  transform: rotate(10deg);
  margin-left: 50px;
  margin-top: 0px;
}
/* line 876, wp-content/themes/rt_versla/custom/scss/custom.scss */
.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.53);
}
/* line 885, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-desktop .btn-banner {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  background-color: #ffa300;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
/* line 896, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-slideshow.slideshow3 {
  background-color: #7bbcf6;
}
/* line 899, wp-content/themes/rt_versla/custom/scss/custom.scss */
#g-slideshow.slideshow4 {
  background-color: #fff;
}
/* line 902, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow4 .banner-desktop .banner-text {
  color: #7bbcf6;
}
/* line 906, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow4 .banner-desktop .banner-img1 img {
  box-shadow: 3px 3px 3px #ccc;
  outline: 1px solid #ccc;
}
/* line 910, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-desktop .banner-img1 img {
  box-shadow: 3px 3px 3px #ccc;
  outline: 1px solid #ccc;
}
/* line 914, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-desktop .banner-text {
  color: #7bbcf6;
}
/* line 918, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .banner-img1 img {
  box-shadow: 3px 3px 3px #ccc;
  outline: 1px solid #ccc;
}
/* line 922, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .banner-text {
  font-size: 28px;
  color: #7bbcf6;
  text-align: center;
}
/* line 927, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .btn-banner {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: #ffa300;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
/* line 938, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile .banner-img1 img {
  border: 10px solid #fff;
  transform: rotate(10deg) scale(0.9);
  margin-left: 0px;
  margin-top: 25px;
}
/* line 944, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-mobile .btns {
  position: relative;
  padding: 10px 20px;
}
/* line 948, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 h3 {
  text-align: center;
  margin-bottom: 0px !important;
}
/* line 952, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-text {
  text-align: left;
}
/* line 955, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-text h1 {
  font-size: 40px;
  text-transform: uppercase;
}
/* line 959, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-text ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
  margin-left: 25px;
}
/* line 966, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-text ul.list li {
  margin: 0px;
  padding: 0px;
  font-size: 28px;
}
/* line 972, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-text ul.list li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  margin: 0 15px 0 -15px;
  color: #7bbcf6;
}
/* line 978, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-yellow {
  background-color: #fef184;
}
/* line 981, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-desktop h1 {
  text-align: center;
  color: #fff;
  font-size: 2.35rem;
  margin: 0px !important;
  padding: 30px 0px;
  text-shadow: 5px 3px 12px #a4a4a4;
  text-transform: uppercase;
}
/* line 990, wp-content/themes/rt_versla/custom/scss/custom.scss */
.outline-design-new_base article {
  margin-top: 0px;
}
/* line 993, wp-content/themes/rt_versla/custom/scss/custom.scss */
.min1 {
  min-width: 250px;
}
/* line 997, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn-orange {
  color: #fff;
  border: 1px solid #f90;
  background-color: #f90;
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 2em;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 800;
}
/* line 1009, wp-content/themes/rt_versla/custom/scss/custom.scss */
.mh-vertical-block {
  min-height: 945px;
}
/* line 1013, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-mobile h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0px !important;
  padding: 30px 0px;
  text-shadow: 5px 3px 12px #a4a4a4;
  text-transform: uppercase;
}
/* line 1024, wp-content/themes/rt_versla/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #f5ae1d;
}
/* line 1028, wp-content/themes/rt_versla/custom/scss/custom.scss */
.grid-gallery .col-md-3 {
  float: left;
}
/* line 1032, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  color: #666;
  min-height: 680px;
}
/* line 1041, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small .image-block {
  margin: -20px -20px 20px -20px;
}
/* line 1044, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small h3 {
  text-align: center;
}
/* line 1047, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small .btn {
  font-weight: 800;
}
/* line 1051, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small ul {
  margin: 10px 0px;
}
/* line 1054, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small ul li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 5px 35px;
  margin-bottom: 5px;
}
/* line 1061, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small ul li::before {
  background: #eaeaea;
  border-radius: 50%;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  height: 24px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 24px;
  line-height: 26px;
}
/* line 1076, wp-content/themes/rt_versla/custom/scss/custom.scss */
.features-desc {
  min-height: 240px;
}
/* line 1079, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block4 .listitems-mh {
  min-height: 200px;
}
/* line 1082, wp-content/themes/rt_versla/custom/scss/custom.scss */
p.featured-text {
  font-weight: normal;
  line-height: 140%;
  font-family: Signika;
  color: #454545;
  font-size: 1.5rem !important;
  margin-bottom: 15px;
  text-align: center;
}
/* line 1092, wp-content/themes/rt_versla/custom/scss/custom.scss */
.orange-button-two {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  background-color: #ffa300;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
/* line 1103, wp-content/themes/rt_versla/custom/scss/custom.scss */
.fivehundredminimum {
  min-height: 500px;
}
/* line 1104, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bordered-grey {
  background: #f5f5f5;
  border: #cdcdcd 1px solid;
}
/*
 .areas-list ul li a { text-decoration:strikethrough; color:#000; }
 */
/* line 1108, wp-content/themes/rt_versla/custom/scss/custom.scss */
#locations ul li a:hover {
  text-decoration: none;
  color: #888;
}
/* line 1109, wp-content/themes/rt_versla/custom/scss/custom.scss */
#locations ul li a {
  text-decoration: underline;
  color: #666;
}
/* line 1111, wp-content/themes/rt_versla/custom/scss/custom.scss */
.table th, .table-bordered th, .table td, .table-bordered td {
  border-left: 1px solid #737373;
  border-right: 0;
  border-bottom: 0;
}
/* line 1116, wp-content/themes/rt_versla/custom/scss/custom.scss */
table, .table-bordered {
  border-color: #353535 #353535 #343434 rgba(255, 255, 255, 0);
}
/* line 1119, wp-content/themes/rt_versla/custom/scss/custom.scss */
h2.table-heading {
  text-align: center;
  color: #555;
  font-weight: 200;
}
/* line 1124, wp-content/themes/rt_versla/custom/scss/custom.scss */
.light-bordered {
  border: #cdcdcd 1px solid;
}
/*
 .pageintro {
 font-size: 19px;
 text-align: center;
 font-family: Signika;
 color: #454545;
 }
 .introconclusion {
 font-size: 18pt;
 text-align: center;
 font-family: Signika;
 color: #454545;
 }
 */
/* line 1141, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  min-height: 51px;
}
/* line 1145, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce-loop-product__link {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 1151, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #ccc;
  padding: 0px;
  padding-bottom: 20px;
}
/* line 1156, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  width: 100% !important;
  border: 0px !important;
}
/* line 1162, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0px 20px;
  font-size: 18px;
  min-height: 65px;
}
/* line 1168, wp-content/themes/rt_versla/custom/scss/custom.scss */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart, .woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
  border-radius: 25px;
}
/* line 1173, wp-content/themes/rt_versla/custom/scss/custom.scss */
.block-small h3 {
  min-height: 56px;
}
/* line 1176, wp-content/themes/rt_versla/custom/scss/custom.scss */
a.link2, a.link2:link, a.link2:hover {
  font-weight: bold;
  color: #f90;
  font-size: 20px;
}
/* line 1183, wp-content/themes/rt_versla/custom/scss/custom.scss */
a.link2:hover {
  text-decoration: underline;
}
/* line 1186, wp-content/themes/rt_versla/custom/scss/custom.scss */
.banner-desktop h2 {
  color: #7bbcf6;
}
/* line 1190, wp-content/themes/rt_versla/custom/scss/custom.scss */
.text-black2 {
  color: #333;
}
/* line 1193, wp-content/themes/rt_versla/custom/scss/custom.scss */
.text-orange {
  color: #f90;
}
/* line 1196, wp-content/themes/rt_versla/custom/scss/custom.scss */
.text-blue {
  color: #7bbcf6;
}
/* line 1200, wp-content/themes/rt_versla/custom/scss/custom.scss */
.slideshow5 .banner-desktop .banner-text {
  color: #000;
}
/* line 1205, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote3 .desc {
  background-color: #f5f5f5;
  padding: 25px 20px 25px 20px;
  margin-bottom: 30px;
  text-align: justify;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
}
/* line 1215, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote3 .desc h2 {
  border-top: 5px solid #7bbcf6;
  border-bottom: 2px solid #7bbcf6;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 1222, wp-content/themes/rt_versla/custom/scss/custom.scss */
ul.tick-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 20px;
  font-size: 1.15rem;
  margin-left: 30px;
}
/* line 1231, wp-content/themes/rt_versla/custom/scss/custom.scss */
ul.tick-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  padding: 0 16px 0 0;
  margin-left: -30px;
}
/* line 1238, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote4 {
  background-color: #f0fafd;
  padding: 25px 20px 25px 20px;
  margin-bottom: 30px;
  text-align: justify;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid #7bbcf6;
}
/* line 1250, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote4 h2 {
  border-top: 4px solid #7bbcf6;
  border-bottom: 1px solid #7bbcf6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 200;
}
/* line 1257, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-block-blue {
  background-color: #f0fafd;
  border-bottom: 1px solid #7bbcf6;
  margin: 30px 0px;
}
/* line 1262, wp-content/themes/rt_versla/custom/scss/custom.scss */
.bg-block-blue .desc {
  padding: 40px 10px;
}
/* line 1265, wp-content/themes/rt_versla/custom/scss/custom.scss */
.product-listing-delivery-pages h3 {
  min-height: 70px;
}
/* line 1268, wp-content/themes/rt_versla/custom/scss/custom.scss */
.product-name-price {
  min-height: 90px;
}
/* line 1271, wp-content/themes/rt_versla/custom/scss/custom.scss */
.product-features-list {
  min-height: 230px;
}
/* line 1275, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn-blue {
  color: #fff;
  border: 1px solid #7bbcf6;
  background-color: #7bbcf6;
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 2em;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 800;
}
/* line 1286, wp-content/themes/rt_versla/custom/scss/custom.scss */
.btn-blue:hover {
  border: 1px solid #7bbcf6;
  background-color: #7bbcf6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  color: #fff;
}
/* line 1293, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote3 {
  margin: 25px 0px;
}
/* line 1296, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote3 .desc {
  background-color: #f5f5f5;
  padding: 25px 20px 25px 75px;
  margin-bottom: 30px;
  min-height: 170px;
  text-align: justify;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
}
/* line 1308, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote3 .desc {
  background-image: url('https://www.cubbiesandcabins.com.au/wp-content/uploads/2021/01/arrows-bg-down.png'), url('https://www.cubbiesandcabins.com.au/wp-content/uploads/2021/01/arrows-bg-up.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  border: 20px solid #f5f5f5;
  padding: 50px 20px;
  text-align: center;
}
/* line 1316, wp-content/themes/rt_versla/custom/scss/custom.scss */
.blockquote3 .desc p::last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  /* line 1320, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .banner-desktop h1 {
    padding-top: 0px;
  }
  /* line 1323, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .banner-text p {
    font-size: 20px;
  }
  /* line 1326, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .banner-desktop .banner-img1 img {
    margin-left: 5px;
  }
  /* line 1329, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .banner-desktop h2, .banner-desktop p {
    color: #000;
  }
  /* line 1333, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .bnner-text h2, .bnner-text p {
    color: #000;
  }
  /* line 1337, wp-content/themes/rt_versla/custom/scss/custom.scss */
  #g-slideshow h1 {
    padding: 0px !important;
  }
  /* line 1340, wp-content/themes/rt_versla/custom/scss/custom.scss */
  #g-slideshow .g-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1344, wp-content/themes/rt_versla/custom/scss/custom.scss */
  #g-mainbar {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1350, wp-content/themes/rt_versla/custom/scss/custom.scss */
  .woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
  }
}
/*# sourceMappingURL=custom_home_new_2.css.map */