@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,700");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300;1,500;1,600&display=swap');
@charset "UTF-8";
.ym-container {
  width: 1140px;
  margin: 0 auto;
}
.col-ym-12,
.col-ym-11,
.col-ym-10,
.col-ym-9,
.col-ym-8,
.col-ym-7,
.col-ym-6,
.col-ym-5,
.col-ym-4,
.col-ym-3,
.col-ym-2,
.col-ym-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-ym-12 {
  width: 100%;
  float: left;
}
.col-ym-11 {
  width: 91.66666667%;
  float: left;
}
.col-ym-10 {
  width: 83.33333333%;
  float: left;
}
.col-ym-9 {
  width: 75%;
  float: left;
}
.col-ym-8 {
  width: 66.66666667%;
  float: left;
}
.col-ym-7 {
  width: 58.33333333%;
  float: left;
}
.col-ym-6 {
  width: 50%;
  float: left;
}
.col-ym-5 {
  width: 41.66666667%;
  float: left;
}
.col-ym-4 {
  width: 33.33333333%;
  float: left;
}
.col-ym-3 {
  width: 25%;
  float: left;
}
.col-ym-2 {
  width: 16.66666667%;
  float: left;
}
.col-ym-1 {
  width: 8.33333333%;
  float: left;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@font-face {
  font-family: 'lg';
  src: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../fonts/lg.eot?n1z373");
  src: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../fonts/lg.woff?n1z373") format("woff"), url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../fonts/lg.ttf?n1z373") format("truetype"), url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0,0,0,0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
  font-family: 'lg';
}
.lg-sub-html {
  background-color: rgba(0,0,0,0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0,0,0.25,1) 0s, opacity 0.35s cubic-bezier(0,0,0.25,1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5,0.5,0.5);
  transform: scale3d(0.5,0.5,0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  transition: transform 250ms cubic-bezier(0,0,0.25,1) 0s, opacity 250ms cubic-bezier(0,0,0.25,1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
  transition: transform 0.25s cubic-bezier(0,0,0.25,1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  -o-transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  transition: left 0.3s cubic-bezier(0,0,0.25,1) 0s, top 0.3s cubic-bezier(0,0,0.25,1) 0s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0,0,0.25,1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0,0,0.25,1) 0s, opacity 0.1s ease 0s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}
.cd-main-content {
  position: relative;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tab-filter {
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  display: block;
}
.cd-tab-filter a {
  display: block;
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0,0,0,0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 35px;
    width: auto;
    color: #9a9a9a;
    font-size: 1.3rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    width: 80%;
  }
}
.cd-gallery {
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  display: none;
  background: #fff;
}
.cd-gallery li.gap {
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 100%;
    margin-right: 0px;
  }
  .cd-gallery.filter-is-visible {
    width: 80%;
  }
}
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0,0,0,0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}
.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible,
  .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  border-color: transparent;
  background-color: #e6e6e6;
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  position: relative;
}
.cd-filter-block .cd-select::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  display: none;
}
.cd-filter-block .checkbox-label::after {
  width: 16px;
  height: 16px;
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}
@-moz-document url-prefix() {
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
.acf-hidden {
  display: none;
}
body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Droid Serif', serif;
  font-weight: 600;
}
body.front-end p,
body.front-end li,
body.front-end a {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
}
body.front-end a {
  font-family: 'Droid Serif', serif;
  color: #303030;
  text-decoration: none;
}
body.front-end a:hover,
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 600;
}
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #ddd;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .clear {
  clear: both;
}
header {
  width: 100%;
  background: #c69e76;
  background: -moz-linear-gradient(top,#c69e76 0%,#ecc297 100%);
  background: -webkit-linear-gradient(top,#c69e76 0%,#ecc297 100%);
  background: linear-gradient(to bottom,#c69e76 0%,#ecc297 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69e76',endColorstr='#ecc297',GradientType=0);
}
header .main-bar {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat top left;
}
header .main-bar .ym-container {
  position: relative;
}
header .main-bar .col-ym-4 {
  width: 28%;
}
header .main-bar .col-ym-8 {
  width: 72%;
}
header .mobile-menu {
  display: none;
}
header .logo a {
  display: block;
  padding: 14px 0;
}
header .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
header .logo h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
header .right .top {
  text-align: right;
  padding: 25px 0 0;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
header .right .top div.social-icons {
  display: inline-block;
  padding: 0 35px 0;
}
header .right .top div.social-icons ul li {
  display: inline-block;
}
header .right .top div.social-icons ul li svg {
  width: 27px;
  height: 27px;
}
header .right .top div.social-icons ul li svg g circle {
  fill: #633b64;
}
header .right .top div.locations {
  display: inline-block;
  padding: 0px 10px 0 0;
}
header .right .top div.locations .dural,
header .right .top div.locations .ingleside,
header .right .top div.locations .terrigal,
header .right .top div.locations .kelston {
  display: inline-block;
}
header .right .top div.locations ul {
  list-style: none;
  margin: 0;
  padding: 0 25px 0 0;
}
header .right .top div.locations ul li.fb {
  font-size: 13px;
  font-weight: 600;
}
header .right .top div.locations ul li.fb a {
  color: #633b64;
  font-size: 13px;
}
header .right .top div.locations ul li.phone svg {
  fill: #633b64;
}
header .right .top div.locations ul li.phone a {
  color: #633b64;
}
header .right .top div.locations ul li {
  font-size: 14px;
  color: #633b64;
  text-align: left;
  margin: 0 0 5px;
}
header .right .top div.locations ul li svg {
  width: 18px;
  height: 18px;
  margin: 0 5px -4px 0;
}
header .right .top div.locations ul li svg g circle {
  fill: #633b64;
}
header .right .top div.book-online {
  display: inline-block;
}
header .right .top div.book-online p {
  margin: -5px 0 0;
}
header .right .top div.book-online p a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 25px 10px;
  margin: 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
header .right .top div.book-online p a svg {
  width: 27px;
  height: 20px;
  margin: 0px 5px -4px 0px;
}
header .right .top div.book-online p a:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
header .right .bottom {
  text-align: right;
}
header .right .menu-main-menu-container {
  display: inline-block;
}
header .right .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .right .menu-main-menu-container ul li.current-menu-item a {
  border-bottom: 4px solid #774a78;
}
header .right .menu-main-menu-container ul li {
  display: inline-block;
  margin-right: -4px;
}
header .right .menu-main-menu-container ul li a {
  font-size: 17px;
  color: #633b64;
  display: inline-block;
  padding: 33px 12px;
  border-bottom: 4px solid transparent;
  transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
header .right .menu-main-menu-container ul li a:hover {
  border-bottom: 4px solid #774a78;
  transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
header .right .menu-main-menu-container ul li.menu-item-has-children > a {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/dropdown-arrow-purple.png') no-repeat center right / 12px 8px;
  background-position: center right 5px;
  padding-right: 30px;
}
header .right .menu-main-menu-container ul li.menu-item-has-children ul li.menu-item-has-children a {
  background: none !important;
}
header .right .menu-main-menu-container ul li.menu-item-42,
header .right .menu-main-menu-container ul li.menu-item-45,
header .right .menu-main-menu-container ul li.menu-item-652,
header .right .menu-main-menu-container ul li.menu-item-656,
header .right .menu-main-menu-container ul li.menu-item-2555,
header .right .menu-main-menu-container ul li.menu-item-649,
header .right .menu-main-menu-container ul li.menu-item-3304 {
  position: relative;
}
header .right .menu-main-menu-container ul li.menu-item-42 ul,
header .right .menu-main-menu-container ul li.menu-item-45 ul,
header .right .menu-main-menu-container ul li.menu-item-652 ul,
header .right .menu-main-menu-container ul li.menu-item-656 ul,
header .right .menu-main-menu-container ul li.menu-item-2555 ul,
header .right .menu-main-menu-container ul li.menu-item-649 ul,
header .right .menu-main-menu-container ul li.menu-item-3304 ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 25px 25px 25px 10px;
  left: 0px;
  background: #774a78;
  width: 200px;
}
header .right .menu-main-menu-container ul li.menu-item-42 ul li,
header .right .menu-main-menu-container ul li.menu-item-45 ul li,
header .right .menu-main-menu-container ul li.menu-item-652 ul li,
header .right .menu-main-menu-container ul li.menu-item-656 ul li,
header .right .menu-main-menu-container ul li.menu-item-2555 ul li,
header .right .menu-main-menu-container ul li.menu-item-649 ul li,
header .right .menu-main-menu-container ul li.menu-item-3304 ul li {
  text-align: left;
  width: 100%;
  display: block;
  border-right: 0;
  min-height: inherit;
}
header .right .menu-main-menu-container ul li.menu-item-42 ul li a,
header .right .menu-main-menu-container ul li.menu-item-45 ul li a,
header .right .menu-main-menu-container ul li.menu-item-652 ul li a,
header .right .menu-main-menu-container ul li.menu-item-656 ul li a,
header .right .menu-main-menu-container ul li.menu-item-2555 ul li a,
header .right .menu-main-menu-container ul li.menu-item-649 ul li a,
header .right .menu-main-menu-container ul li.menu-item-3304 ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding: 5px 15px 5px 25px;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul,
header .right .menu-main-menu-container ul li.menu-item-656 ul,
header .right .menu-main-menu-container ul li.menu-item-2259 ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 25px 25px 25px 10px;
  right: 15px;
  background: #774a78;
  width: 500px;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li,
header .right .menu-main-menu-container ul li.menu-item-656 ul li,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li {
  float: left;
  margin-right: 0px;
  width: 50%;
  min-height: 250px;
  border-right: 1px dashed #bcbcbc;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li a,
header .right .menu-main-menu-container ul li.menu-item-656 ul li a,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 10px 15px 10px 25px;
  text-align: left;
  border-bottom: 0;
  display: block;
  transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li a:hover,
header .right .menu-main-menu-container ul li.menu-item-656 ul li a:hover,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li a:hover {
  border-bottom: 0;
  transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li ul,
header .right .menu-main-menu-container ul li.menu-item-656 ul li ul,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li ul {
  position: relative;
  display: block;
  width: 100%;
  background: inherit;
  right: 0;
  padding: 0;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li ul li,
header .right .menu-main-menu-container ul li.menu-item-656 ul li ul li,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li ul li {
  width: 100%;
  display: block;
  border-right: 0;
  min-height: inherit;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li ul li a,
header .right .menu-main-menu-container ul li.menu-item-656 ul li ul li a,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 5px 15px 5px 25px;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li ul li.menu-item-104 a,
header .right .menu-main-menu-container ul li.menu-item-656 ul li ul li.menu-item-104 a,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li ul li.menu-item-104 a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  background: #c69e76 !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 25px 10px;
  margin: 10px 10px 0 25px;
  box-shadow: 0.5px 6px 0 #9a7759;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li ul li.menu-item-104 a svg,
header .right .menu-main-menu-container ul li.menu-item-656 ul li ul li.menu-item-104 a svg,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li ul li.menu-item-104 a svg {
  width: 27px;
  height: 20px;
  margin: 0px 5px -4px 0px;
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li ul li.menu-item-104 a:active,
header .right .menu-main-menu-container ul li.menu-item-656 ul li ul li.menu-item-104 a:active,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li ul li.menu-item-104 a:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
header .right .menu-main-menu-container ul li.menu-item-1940 ul li:last-child,
header .right .menu-main-menu-container ul li.menu-item-656 ul li:last-child,
header .right .menu-main-menu-container ul li.menu-item-2259 ul li:last-child {
  border-right: 0;
}
header .right .menu-main-menu-container ul li.menu-item-42:hover ul,
header .right .menu-main-menu-container ul li.menu-item-45:hover ul,
header .right .menu-main-menu-container ul li.menu-item-1940:hover ul,
header .right .menu-main-menu-container ul li.menu-item-652:hover ul,
header .right .menu-main-menu-container ul li.menu-item-656:hover ul,
header .right .menu-main-menu-container ul li.menu-item-2555:hover ul,
header .right .menu-main-menu-container ul li.menu-item-649:hover ul,
header .right .menu-main-menu-container ul li.menu-item-3304:hover ul {
  display: block;
}
header .right .phone-number {
  color: #fff;
  display: inline-block;
}
.quote-btn {
  position: fixed;
  right: 0;
  top: 70vh;
  z-index: 10;
  max-width: 146px;
}
.quote-btn a.google-review-popup {
  top: 0;
  position: absolute;
  right: 0;
  max-width: 146px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0px !important;
}
body.front-end .pum-theme-884,
body.front-end .pum-theme-default-theme {
  background-color: rgba(0,0,0,0.7);
}
body.front-end .pum-theme-884 .pum-container,
body.front-end .pum-theme-default-theme .pum-container {
  padding: 20px;
  background-color: #fff;
  text-align: center !important;
  margin: auto !important;
}
body.front-end .pum-theme-884 .pum-container p,
body.front-end .pum-theme-default-theme .pum-container p {
  margin: auto !important;
  text-align: center !important;
}
body.front-end .pum-theme-884 .pum-container p img,
body.front-end .pum-theme-default-theme .pum-container p img {
  vertical-align: top;
  max-width: 60%;
}
body.front-end .pum-theme-884 .pum-container h2,
body.front-end .pum-theme-default-theme .pum-container h2 {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 20px;
}
body.front-end .pum-theme-884 .pum-container p.content,
body.front-end .pum-theme-default-theme .pum-container p.content {
  font-size: 13px;
  padding: 15px 45px;
}
body.front-end .pum-theme-884 .pum-container a,
body.front-end .pum-theme-default-theme .pum-container a {
  color: #555555;
  padding: 10px 20px;
  border: 3px solid #39bdde;
  border-radius: 15px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.footer-signup {
  background: #774a78;
  padding: 70px 0;
}
.footer-signup .col-ym-3 h3 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.footer-signup .col-ym-9 p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: right;
  margin: 0;
  padding: 0 0 15px;
}
.footer-signup .col-ym-9 form {
  text-align: right;
}
.footer-signup .col-ym-9 form p {
  display: inline-block;
  padding: 0;
}
.footer-signup .col-ym-9 form p input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 10px 15px 10px;
  width: 275px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid transparent;
  margin-right: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.footer-signup .col-ym-9 form p input.submit {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: auto;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 25px 10px;
  margin: 0 0 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.footer-signup .col-ym-9 form p input.submit:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
.footer-signup .col-ym-9 .mc4wp-alert.mc4wp-error {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 700;
  color: #e94141;
  text-align: right;
  margin: 0;
  padding: 15px 0 0;
}
.footer-booking {
  background: #ebc7a3;
}
.footer-booking .footer-bg {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center;
  padding: 65px 0;
}
.footer-booking h2.booking-title {
  font-size: 27px;
  font-weight: 400;
  color: #633b64;
  margin: 0;
  padding: 0 0 40px;
}
.footer-booking h2.booking-title:after {
  content: '';
  width: 75px;
  height: 1px;
  background: #633b64;
  display: block;
  margin: 25px 0 0;
}
.footer-booking #gform_confirmation_message_1 {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  font-weight: 400;
  color: #69146d;
}
.footer-booking form .validation_error {
  font-family: 'Droid Serif', serif;
  font-size: 13px;
  color: #fff;
  background: #6d1425;
  margin: 25px 0px 0px;
  padding: 15px 15px 12px;
}
.footer-booking form .gf_page_steps {
  border-bottom: 1px solid #b99c80;
}
.footer-booking form .gf_page_steps .gf_step {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #fff;
  background: #c69e76;
  display: inline-block;
  padding: 13px 35px;
  margin: 0 1px 0 0;
}
.footer-booking form .gf_page_steps .gf_step.gf_step_active {
  background: #633b64;
}
.footer-booking form .gform_page_footer {
  padding: 20px 0 0;
  clear: both;
}
.footer-booking form .gform_page_footer input:hover {
  cursor: pointer;
  cursor: hand;
}
.footer-booking form .gform_page_footer input.button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 10px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.footer-booking form .gform_page_footer input.button:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
.footer-booking form .gform_body {
  padding: 30px 0 0;
}
.footer-booking form .gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-booking form .gform_body ul li .validation_message {
  display: none;
}
.footer-booking form .gform_body ul li.gfield_error input,
.footer-booking form .gform_body ul li.gfield_error select {
  border: 1px solid #6d1425 !important;
}
.footer-booking form .gform_body ul li.gfield_html_formatted {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #633b64;
  padding: 0 0 10px;
}
.footer-booking form .gform_body #gform_page_1_1 ul li {
  margin: 0 0 15px;
}
.footer-booking form .gform_body #gform_page_1_1 ul li label {
  display: none;
}
.footer-booking form .gform_body #gform_page_1_1 ul li input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 275px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 {
  width: 66.66%;
  float: left;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 span.name_first,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 span.name_last {
  display: inline-block;
  width: 49.5%;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 span.name_first input,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 span.name_last input {
  width: 98%;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_5 {
  width: 33.33%;
  float: left;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_5 input {
  width: 100%;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_line_1,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_city,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_zip {
  display: inline-block;
  width: 33.33%;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_line_1 input,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_city input,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_zip input {
  width: 97%;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_zip input {
  width: 100%;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_7,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_8 {
  display: inline-block;
  width: 33.33%;
}
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_7 input,
.footer-booking form .gform_body #gform_page_1_1 ul li#field_1_8 input {
  width: 97%;
}
.footer-booking form .gform_body #gform_page_1_2 ul li {
  margin: 0 0 15px;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_9,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_10,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_11,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_55 {
  width: 33.33%;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_9 label,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_10 label,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_11 label,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_55 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0 0 10px;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_9 select,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_10 select,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_11 select,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_55 select {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 95%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/dropdown-arrow.png') no-repeat center right / 12px 8px;
  background-position: center right 15px;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_9 input,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_10 input,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_11 input,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_55 input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 87%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_57 {
  display: block;
  position: relative;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_57 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0 0 20px;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_57 .ginput_container ul li label {
  padding: 0 0 0px !important;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_12,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_15 {
  width: 50%;
  display: inline-block;
  padding: 25px 0 0;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_12 label,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_15 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0 0 10px;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_12 label,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_12 div,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_15 label,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_15 div {
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_12 ul li,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_15 ul li {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_13 {
  float: left;
  width: 50%;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_16 {
  float: right;
  width: 50%;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_13 label,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_16 label {
  display: none;
}
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_13 select,
.footer-booking form .gform_body #gform_page_1_2 ul li#field_1_16 select {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 95%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/dropdown-arrow.png') no-repeat center right / 12px 8px;
  background-position: center right 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_18 {
  width: 33.33%;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_18 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0 15px 10px 0;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_18 div.ginput_container_select {
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_18 select {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 120%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/dropdown-arrow.png') no-repeat center right / 12px 8px;
  background-position: center right 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_19,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_20 {
  width: 33.33%;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_19 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_20 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0 0 10px;
  display: none;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_19 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_20 input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 95%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_58 {
  width: 33.33%;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_58 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 15px 0px 10px !important;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_58 input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 87%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_20 input {
  width: 100%;
  margin: 0;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_36 h2,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_37 h2,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_38 h2,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_46 h2 {
  color: transparent;
  height: 0px;
  border-bottom: 1px solid #ae91af;
  margin: 0 0 25px;
  padding: 30px 0 0;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_21,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_24,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_29,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_34,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_39,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_42,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_47,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_50 {
  width: 33.33%;
  display: inline-block;
  padding: 0 0 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_21 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_24 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_29 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_34 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_39 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_42 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_47 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_50 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0 15px 10px 0;
  width: 175px;
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_21 div.ginput_container_select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_24 div.ginput_container_select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_29 div.ginput_container_select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_34 div.ginput_container_select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_39 div.ginput_container_select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_42 div.ginput_container_select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_47 div.ginput_container_select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_50 div.ginput_container_select {
  display: inline-block;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_21 select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_24 select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_29 select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_34 select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_39 select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_42 select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_47 select,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_50 select {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 120%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/dropdown-arrow.png') no-repeat center right / 12px 8px;
  background-position: center right 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_22,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_23,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_25,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_26,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_30,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_31,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_32,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_33,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_40,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_41,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_43,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_44,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_48,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_49,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_51,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_53 {
  width: 33.33%;
  display: inline-block;
  padding: 0 0 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_22 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_23 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_25 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_26 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_30 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_31 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_32 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_33 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_40 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_41 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_43 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_44 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_48 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_49 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_51 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_53 label {
  font-size: 16px;
  font-weight: 400;
  color: #633b64;
  padding: 0 0 10px;
  display: none;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_22 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_23 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_25 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_26 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_30 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_31 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_32 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_33 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_40 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_41 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_43 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_44 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_48 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_49 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_51 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_53 input {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 95%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_23 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_26 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_31 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_33 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_41 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_44 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_49 input,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_51 input {
  width: 100%;
  margin: 0;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_27 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_35 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_45 label,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_52 label {
  display: none;
}
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_27 textarea,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_35 textarea,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_45 textarea,
.footer-booking form .gform_body #gform_page_1_3 ul li#field_1_52 textarea {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #633b64;
  padding: 12px 15px;
  width: 95%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-right: 15px;
  width: 100%;
  height: 100px;
  resize: none;
}
#ui-datepicker-div {
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
#ui-datepicker-div table td.ui-datepicker-unselectable {
  background: #eee;
}
#ui-datepicker-div table td.ui-datepicker-other-month {
  background: #fff;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 15px;
  background: #fafafa;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  font-size: 15px;
  padding: 0 0 2px;
  width: 50%;
  display: inline-block;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  padding-right: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  font-size: 15px;
  text-align: right;
  padding: 5px;
  width: 50%;
  display: inline-block;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  cursor: hand;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 4px;
}
#ui-datepicker-div .ui-datepicker-header select {
  font-size: 15px;
  padding: 5px 10px !important;
  border: 1px solid #ddd;
  width: 48%;
}
#ui-datepicker-div table.ui-datepicker-calendar {
  padding: 15px;
  display: block;
  width: 100%;
}
#ui-datepicker-div table.ui-datepicker-calendar th {
  font-weight: 600;
}
#ui-datepicker-div table.ui-datepicker-calendar th,
#ui-datepicker-div table.ui-datepicker-calendar td {
  font-size: 14px;
  text-align: center;
  padding: 1px 5px;
}
footer {
  background: #462f47;
}
footer .footer-1 {
  padding: 65px 0 45px;
}
footer .footer-1 .col-ym-6 ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
footer .footer-1 .col-ym-6 ul li a.heading {
  font-size: 16px;
  color: #fff;
  padding: 5px 0 10px;
}
footer .footer-1 .col-ym-6 ul li a {
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 5px 0;
}
footer .footer-1 .book-online {
  text-align: right;
  margin: 0 0 25px;
}
footer .footer-1 .book-online a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 20px 12px 40px;
  margin: 0;
  box-shadow: 0.5px 6px 0 #9a7759;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 18px center;
}
footer .footer-1 .book-online a:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
footer .footer-1 .social-icons {
  padding: 5px 0 0 0;
}
footer .footer-1 .social-icons ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
footer .footer-1 .social-icons ul li {
  display: inline-block;
}
footer .footer-1 .social-icons ul li svg {
  width: 25px;
  height: 25px;
}
footer .footer-1 .social-icons ul li svg circle {
  fill: #fff;
}
footer .footer-1 .social-icons ul li svg path {
  fill: #fff !important;
}
footer .footer-1 .social-icons ul li svg path g path {
  fill: #462f47 !important;
}
footer .footer-1 .social-icons ul li svg #T_-_White_copy_3_2_ path,
footer .footer-1 .social-icons ul li svg #Instagram_icon_1_ path,
footer .footer-1 .social-icons ul li svg #Shape_11_copy_2_ path {
  fill: #462f47 !important;
}
footer .footer-1 .phone-numbers p {
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin: 0 0 10px;
  padding: 0;
}
footer .footer-1 .phone-numbers p svg {
  width: 14px;
  height: auto;
  margin: 0 5px -4px;
  fill: #fff;
}
footer .footer-1 .phone-numbers p a {
  color: #fff;
}
footer .copyright-section {
  padding: 25px 0;
}
footer .copyright-section p,
footer .copyright-section a {
  font-size: 12px;
  color: #fff;
  margin: 0;
}
footer .copyright-section .credit {
  text-align: right;
}
footer .copyright-section .credit img {
  margin: 0px 0px -7px 5px;
}
body.page .section-1 {
  padding: 260px 0 75px;
}
body.page .section-1 h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 40px;
  text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}
body.page .section-1 p a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page .section-1 p a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page .section-1 p a.enquiry {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
}
body.page .section-1 p a.enquiry:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
body.page .section-1 p a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page .section-1 p a.book:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page .tagline {
  background: #657577;
  padding: 48px 0;
}
body.page .tagline p {
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
body.page .the-content {
  padding: 60px 0;
}
body.page .the-content .content-container {
  padding: 0 60px 0 0;
}
body.page .the-content h2 {
  font-family: 'Droid Serif', serif;
  font-size: 27px;
  font-weight: 400;
  color: #633b64;
}
body.page .the-content h2:after {
  content: '';
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
  margin: 20px 0 0;
}
body.page .the-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #633b64;
}
body.page .the-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #633b64;
}
body.page .the-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #633b64;
}
body.page .the-content p {
  font-size: 14px;
  font-weight: 300;
  color: #303030;
  line-height: 21px;
  margin: 0 0 17px;
}
body.page .the-content p strong {
  font-weight: 700;
}
body.page .the-content p:last-child {
  margin: 0;
}
body.page .the-content ul {
  list-style: none;
}
body.page .the-content ul li {
  font-size: 14px;
  font-weight: 300;
  color: #303030;
  line-height: 24px;
  padding: 0 0 5px;
}
body.page .the-content ul li strong {
  font-weight: 700;
}
body.page .the-content ul li:before {
  content: '•';
  color: #774a78;
  display: inline-block;
  padding-right: 10px;
}
body.page .the-content table {
  margin: 0 0 35px;
  border-collapse: collapse;
}
body.page .the-content table th,
body.page .the-content table td {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  padding: 20px;
}
body.page .the-content table th {
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  background: #633b64;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.page .the-content table td {
  font-weight: 400;
  color: #303030;
  background: #f7f7f7;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.page .sidebar .sidebar-1 h3,
body.page .sidebar .sidebar-2 h3,
body.page .sidebar .sidebar-3 h3 {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-weight: 600;
  color: #633b64;
  margin-top: 0;
}
body.page .sidebar .sidebar-1 h3:after,
body.page .sidebar .sidebar-2 h3:after,
body.page .sidebar .sidebar-3 h3:after {
  content: '';
  padding-top: 15px;
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
}
body.page .sidebar .sidebar-1 ul {
  padding: 0 0 25px;
  margin: 0;
  list-style: none;
}
body.page .sidebar .sidebar-1 ul li {
  padding: 0;
}
body.page .sidebar .sidebar-1 ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
}
body.page .sidebar .sidebar-1 ul li:before {
  content: '';
  padding: 0;
}
body.page .sidebar .sidebar-1 ul li.current_page_item a {
  font-size: 14px;
  font-weight: 600;
  color: #633b64;
}
body.page .sidebar .sidebar-2 ul {
  padding: 0 0 25px;
  margin: 0;
  list-style: none;
}
body.page .sidebar .sidebar-2 ul li {
  padding: 0;
}
body.page .sidebar .sidebar-2 ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #633b64;
}
body.page .sidebar .sidebar-2 ul li:before {
  content: '';
  padding: 0;
}
body.page .sidebar .sidebar-2 ul li.coming-soon a {
  font-weight: 400;
  font-style: italic;
  color: #707070;
  pointer-events: none;
  cursor: default;
}
body.page .sidebar .sidebar-3 p a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page .sidebar .sidebar-3 p a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page .sidebar .sidebar-3 p a.enquiry {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
}
body.page .sidebar .sidebar-3 p a.enquiry:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
body.page .sidebar .sidebar-3 p a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page .sidebar .sidebar-3 p a.book:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page .enquiry {
  padding: 40px 0 50px;
}
body.page .enquiry h2 {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-weight: 600;
  color: #633b64;
  margin: 0px;
  padding: 0 0 10px;
}
body.page .enquiry h2:after {
  content: '';
  padding-top: 15px;
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
}
body.page .enquiry form .validation_error {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #fff;
  background: #e94141;
  padding: 10px 15px;
  margin: 0 0 15px;
}
body.page .enquiry form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page .enquiry form ul li:before {
  content: none !important;
}
body.page .enquiry form ul li.gfield_error input,
body.page .enquiry form ul li.gfield_error select,
body.page .enquiry form ul li.gfield_error textarea {
  border: 1px solid #e94141;
}
body.page .enquiry form ul li {
  display: inline-block;
  width: 50%;
  padding: 0 0 8px;
}
body.page .enquiry form ul li label {
  display: none;
}
body.page .enquiry form ul li input {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #674168;
  text-indent: 15px;
  width: 98%;
  background: #ececec;
  border: 1px solid transparent;
  padding: 12px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.page .enquiry form ul li select {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #674168;
  text-indent: 5px;
  width: 100%;
  background: #ececec url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/dropdown-arrow-purple.png') no-repeat center right / 12px 8px;
  background-position: center right 15px;
  border: 1px solid transparent;
  padding: 12px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.page .enquiry form ul li .gfield_description.validation_message {
  display: none;
}
body.page .enquiry form ul li#field_2_1,
body.page .enquiry form ul li#field_2_2,
body.page .enquiry form ul li#field_2_3 {
  width: 33.33%;
}
body.page .enquiry form ul li#field_2_3 input {
  width: 100%;
}
body.page .enquiry form ul li#field_2_5 {
  width: 100%;
}
body.page .enquiry form ul li#field_2_5 textarea {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: 400;
  color: #674168;
  text-indent: 15px;
  width: 100%;
  background: #ececec;
  border: 1px solid transparent;
  padding: 10px 0;
  resize: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.page .enquiry form ul li#field_2_6 select {
  width: 98%;
}
body.page .enquiry form .gform_footer input {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: 0px 15px 5px 0px;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.page .enquiry form .gform_footer input:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page .enquiry form .gform_footer input:hover {
  cursor: pointer;
  cursor: hand;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container {
  padding: 0 64px 0 0;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box {
  padding: 0 0 25px;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box .intro-section h2 {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-weight: 600;
  color: #633b64;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box .intro-section h2:after {
  content: '';
  padding-top: 15px;
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box .featured-image img {
  vertical-align: top;
  max-width: 100%;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box .features-section {
  background: #f7f7f7;
  padding: 30px;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box .features-section ul {
  margin: 0;
  padding: 0;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box .disclaimer {
  background: #774a78;
  padding: 15px 30px;
}
body.page-template-template-facilities .the-content .col-ym-9 .box-container .box .disclaimer p {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}
body.blog .meta,
body.archive .meta,
body.page-template-template-blog .meta,
body.page-template-template-podcast .meta {
  background: #774a78;
  padding: 25px 0;
}
body.blog .meta .title h1,
body.archive .meta .title h1,
body.page-template-template-blog .meta .title h1,
body.page-template-template-podcast .meta .title h1 {
  font-family: 'Droid Serif', serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
body.blog .meta .breadcrumb,
body.archive .meta .breadcrumb,
body.page-template-template-blog .meta .breadcrumb,
body.page-template-template-podcast .meta .breadcrumb {
  text-align: right;
}
body.blog .meta .breadcrumb p,
body.archive .meta .breadcrumb p,
body.page-template-template-blog .meta .breadcrumb p,
body.page-template-template-podcast .meta .breadcrumb p {
  font-size: 14px;
  color: #fff;
}
body.blog .meta .breadcrumb p a,
body.archive .meta .breadcrumb p a,
body.page-template-template-blog .meta .breadcrumb p a,
body.page-template-template-podcast .meta .breadcrumb p a {
  font-size: 14px;
  color: #fff;
}
body.blog .meta .breadcrumb p span.breadcrumb_last,
body.archive .meta .breadcrumb p span.breadcrumb_last,
body.page-template-template-blog .meta .breadcrumb p span.breadcrumb_last,
body.page-template-template-podcast .meta .breadcrumb p span.breadcrumb_last {
  color: #fff;
}
body.blog .articles,
body.archive .articles,
body.page-template-template-blog .articles,
body.page-template-template-podcast .articles {
  background: #f4eee6;
  padding: 55px 0;
}
body.blog .articles .box-container,
body.archive .articles .box-container,
body.page-template-template-blog .articles .box-container,
body.page-template-template-podcast .articles .box-container {
  padding: 0 64px 0 0;
}
body.blog .articles .single-article,
body.archive .articles .single-article,
body.page-template-template-blog .articles .single-article,
body.page-template-template-podcast .articles .single-article {
  margin: 0 0 30px;
}
body.blog .articles .single-article .box,
body.archive .articles .single-article .box,
body.page-template-template-blog .articles .single-article .box,
body.page-template-template-podcast .articles .single-article .box {
  background: #fff;
  box-shadow: 1px 0 8px rgba(0,0,0,0.15);
}
body.blog .articles .single-article .box .featured-image,
body.archive .articles .single-article .box .featured-image,
body.page-template-template-blog .articles .single-article .box .featured-image,
body.page-template-template-podcast .articles .single-article .box .featured-image {
  position: relative;
}
body.blog .articles .single-article .box .featured-image img,
body.archive .articles .single-article .box .featured-image img,
body.page-template-template-blog .articles .single-article .box .featured-image img,
body.page-template-template-podcast .articles .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.blog .articles .single-article .box .featured-image p.date,
body.archive .articles .single-article .box .featured-image p.date,
body.page-template-template-blog .articles .single-article .box .featured-image p.date,
body.page-template-template-podcast .articles .single-article .box .featured-image p.date {
  font-size: 12px;
  color: #fff;
  background: #774a78;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 25px;
}
body.blog .articles .single-article .box .article-content,
body.archive .articles .single-article .box .article-content,
body.page-template-template-blog .articles .single-article .box .article-content,
body.page-template-template-podcast .articles .single-article .box .article-content {
  padding: 35px 25px;
}
body.blog .articles .single-article .box .article-content h4,
body.archive .articles .single-article .box .article-content h4,
body.page-template-template-blog .articles .single-article .box .article-content h4,
body.page-template-template-podcast .articles .single-article .box .article-content h4 {
  font-size: 20px;
  color: #633b64;
  margin: 0;
  padding: 0 0 0px;
}
body.blog .articles .single-article .box .article-content h4:after,
body.archive .articles .single-article .box .article-content h4:after,
body.page-template-template-blog .articles .single-article .box .article-content h4:after,
body.page-template-template-podcast .articles .single-article .box .article-content h4:after {
  content: '';
  padding-top: 15px;
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
}
body.blog .articles .single-article .box .article-content p.excerpt,
body.archive .articles .single-article .box .article-content p.excerpt,
body.page-template-template-blog .articles .single-article .box .article-content p.excerpt,
body.page-template-template-podcast .articles .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #303030;
  line-height: 21px;
  margin: 0;
  padding: 15px 0;
}
body.blog .articles .single-article .box .article-content p.button,
body.archive .articles .single-article .box .article-content p.button,
body.page-template-template-blog .articles .single-article .box .article-content p.button,
body.page-template-template-podcast .articles .single-article .box .article-content p.button {
  margin: 10px 0 0;
}
body.blog .articles .single-article .box .article-content p.button a,
body.archive .articles .single-article .box .article-content p.button a,
body.page-template-template-blog .articles .single-article .box .article-content p.button a,
body.page-template-template-podcast .articles .single-article .box .article-content p.button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #774a78;
  margin: 0;
  padding: 10px 20px;
}
body.blog .articles .sidebar-blog h3,
body.archive .articles .sidebar-blog h3,
body.page-template-template-blog .articles .sidebar-blog h3,
body.page-template-template-podcast .articles .sidebar-blog h3 {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-weight: 600;
  color: #633b64;
  margin-top: 0;
}
body.blog .articles .sidebar-blog h3:after,
body.archive .articles .sidebar-blog h3:after,
body.page-template-template-blog .articles .sidebar-blog h3:after,
body.page-template-template-podcast .articles .sidebar-blog h3:after {
  content: '';
  padding-top: 15px;
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
}
body.blog .articles .sidebar-blog .widget_recent_entries ul,
body.archive .articles .sidebar-blog .widget_recent_entries ul,
body.page-template-template-blog .articles .sidebar-blog .widget_recent_entries ul,
body.page-template-template-podcast .articles .sidebar-blog .widget_recent_entries ul {
  padding: 0 0 25px;
  margin: 0;
  list-style: none;
}
body.blog .articles .sidebar-blog .widget_recent_entries ul li,
body.archive .articles .sidebar-blog .widget_recent_entries ul li,
body.page-template-template-blog .articles .sidebar-blog .widget_recent_entries ul li,
body.page-template-template-podcast .articles .sidebar-blog .widget_recent_entries ul li {
  padding: 0 0 10px;
}
body.blog .articles .sidebar-blog .widget_recent_entries ul li a,
body.archive .articles .sidebar-blog .widget_recent_entries ul li a,
body.page-template-template-blog .articles .sidebar-blog .widget_recent_entries ul li a,
body.page-template-template-podcast .articles .sidebar-blog .widget_recent_entries ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
}
body.blog .articles .sidebar-blog .widget_recent_entries ul li:before,
body.archive .articles .sidebar-blog .widget_recent_entries ul li:before,
body.page-template-template-blog .articles .sidebar-blog .widget_recent_entries ul li:before,
body.page-template-template-podcast .articles .sidebar-blog .widget_recent_entries ul li:before {
  content: '';
  padding: 0;
}
body.blog .articles .sidebar-blog .widget_recent_entries ul li.current_page_item a,
body.archive .articles .sidebar-blog .widget_recent_entries ul li.current_page_item a,
body.page-template-template-blog .articles .sidebar-blog .widget_recent_entries ul li.current_page_item a,
body.page-template-template-podcast .articles .sidebar-blog .widget_recent_entries ul li.current_page_item a {
  font-size: 14px;
  font-weight: 600;
  color: #633b64;
}
body.blog .articles .sidebar-blog .widget_categories ul,
body.archive .articles .sidebar-blog .widget_categories ul,
body.page-template-template-blog .articles .sidebar-blog .widget_categories ul,
body.page-template-template-podcast .articles .sidebar-blog .widget_categories ul {
  padding: 0 0 25px;
  margin: 0;
  list-style: none;
}
body.blog .articles .sidebar-blog .widget_categories ul li,
body.archive .articles .sidebar-blog .widget_categories ul li,
body.page-template-template-blog .articles .sidebar-blog .widget_categories ul li,
body.page-template-template-podcast .articles .sidebar-blog .widget_categories ul li {
  padding: 0 0 5px;
}
body.blog .articles .sidebar-blog .widget_categories ul li a,
body.archive .articles .sidebar-blog .widget_categories ul li a,
body.page-template-template-blog .articles .sidebar-blog .widget_categories ul li a,
body.page-template-template-podcast .articles .sidebar-blog .widget_categories ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #633b64;
}
body.blog .articles .sidebar-blog .widget_categories ul li:before,
body.archive .articles .sidebar-blog .widget_categories ul li:before,
body.page-template-template-blog .articles .sidebar-blog .widget_categories ul li:before,
body.page-template-template-podcast .articles .sidebar-blog .widget_categories ul li:before {
  content: '';
  padding: 0;
}
body.blog .articles .sidebar-blog .widget_categories ul li.coming-soon a,
body.archive .articles .sidebar-blog .widget_categories ul li.coming-soon a,
body.page-template-template-blog .articles .sidebar-blog .widget_categories ul li.coming-soon a,
body.page-template-template-podcast .articles .sidebar-blog .widget_categories ul li.coming-soon a {
  font-weight: 400;
  font-style: italic;
  color: #707070;
  pointer-events: none;
  cursor: default;
}
body.single-post .meta {
  background: #774a78;
  padding: 25px 0;
}
body.single-post .meta .title h3 {
  font-family: 'Droid Serif', serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
body.single-post .meta .breadcrumb {
  text-align: right;
}
body.single-post .meta .breadcrumb p {
  font-size: 14px;
  color: #fff;
}
body.single-post .meta .breadcrumb p a {
  font-size: 14px;
  color: #fff;
}
body.single-post .meta .breadcrumb p span.breadcrumb_last {
  color: #fff;
}
body.single-post .article {
  padding: 55px 0;
  background-color: #f4eee6;
}
body.single-post .article .article-box {
  background: #fff;
  box-shadow: 1px 0 8px rgba(0,0,0,0.15);
  margin: 0 64px 0 0;
}
body.single-post .article .article-box .featured-image {
  position: relative;
}
body.single-post .article .article-box .featured-image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
body.single-post .article .article-box .featured-image p.date {
  font-size: 12px;
  color: #fff;
  background: #774a78;
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 25px;
}
body.single-post .article .article-box .the-title {
  background: #2d3a48;
  padding: 25px;
}
body.single-post .article .article-box .the-title .col-ym-2 {
  text-align: right;
}
body.single-post .article .article-box .the-title p {
  font-size: 13px;
  font-weight: 700;
  color: #2d3a48;
  background: #f3f3f3;
  display: inline-block;
  padding: 5px 15px;
  margin: 7px 0 0;
}
body.single-post .article .article-box .the-content {
  padding: 30px;
}
body.single-post .article .article-box .the-content .addthis_sharing_toolbox {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
body.single-post .article .article-box .the-content .addthis_sharing_toolbox .at-svc-print {
  display: none !important;
}
body.single-post .article .article-box .the-content h1 {
  font-size: 20px;
  color: #633b64;
  margin-top: 0;
}
body.single-post .article .article-box .the-content h1:after {
  content: '';
  padding-top: 15px;
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
}
body.single-post .article .article-box .the-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content p {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 21px;
  margin: 0 0 17px;
}
body.single-post .article .article-box .the-content p strong {
  font-weight: 700;
}
body.single-post .article .article-box .the-content img {
  width: 100%;
  height: auto;
  padding: 10px 0;
}
body.single-post .article .article-box .the-content p:last-child {
  margin: 0;
}
body.single-post .article .article-box .the-content ul {
  list-style: none;
}
body.single-post .article .article-box .the-content ul li {
  font-size: 15px;
  font-weight: 300;
  color: #303030;
  line-height: 24px;
}
body.single-post .article .article-box .the-content ul li strong {
  font-weight: 700;
}
body.single-post .article .article-box .the-content ul li:before {
  content: '•';
  color: #774a78;
  display: block;
  padding-right: 10px;
}
body.single-post .article .next-prev-posts {
  padding: 15px 64px 15px 0;
}
body.single-post .article .next-prev-posts .col-ym-6 {
  padding: 0;
}
body.single-post .article .next-prev-posts a {
  color: #fff;
  display: inline-block;
  background: #636363;
  padding: 10px 25px;
}
body.single-post .article .next-prev-posts .next {
  text-align: right;
}
body.single-post .sidebar-blog h3 {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-weight: 600;
  color: #633b64;
  margin-top: 0;
}
body.single-post .sidebar-blog h3:after {
  content: '';
  padding-top: 15px;
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
}
body.single-post .sidebar-blog .widget_recent_entries ul {
  padding: 0 0 25px;
  margin: 0;
  list-style: none;
}
body.single-post .sidebar-blog .widget_recent_entries ul li {
  padding: 0 0 10px;
}
body.single-post .sidebar-blog .widget_recent_entries ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
}
body.single-post .sidebar-blog .widget_recent_entries ul li:before {
  content: '' !important;
  padding: 0;
}
body.single-post .sidebar-blog .widget_recent_entries ul li.current_page_item a {
  font-size: 14px;
  font-weight: 600;
  color: #633b64;
}
body.single-post .sidebar-blog .widget_categories ul {
  padding: 0 0 25px;
  margin: 0;
  list-style: none;
}
body.single-post .sidebar-blog .widget_categories ul li {
  padding: 0 0 5px;
}
body.single-post .sidebar-blog .widget_categories ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #633b64;
}
body.single-post .sidebar-blog .widget_categories ul li:before {
  content: '' !important;
  padding: 0;
}
body.single-post .sidebar-blog .widget_categories ul li.coming-soon a {
  font-weight: 400;
  font-style: italic;
  color: #707070;
  pointer-events: none;
  cursor: default;
}
body.page-template-template-why-us .section-1 {
  padding: 260px 0 75px;
}
body.page-template-template-why-us .section-1 h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 40px;
  text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}
body.page-template-template-why-us .section-1 p a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-why-us .section-1 p a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-why-us .section-1 p a.enquiry {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
}
body.page-template-template-why-us .section-1 p a.enquiry:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
body.page-template-template-why-us .section-1 p a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-why-us .section-1 p a.book:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page-template-template-why-us .the-content p.intro {
  font-family: 'Droid Serif', serif;
  font-size: 27px;
  font-style: italic;
  color: #633b64;
  line-height: 38px;
  padding: 0 0 20px;
}
body.page-template-template-why-us .the-content p.intro:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #633b64;
  margin: 20px 0 0;
}
body.page-template-template-why-us .our-locations .col-ym-4 {
  padding: 0;
  min-height: 820px;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content {
  width: 360px;
  margin: 0 auto;
  padding: 50px 0;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content h3 {
  font-size: 25px;
  color: #633b64;
  margin: 0px;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content h3:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #633b64;
  margin: 20px 0 0;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #633b64;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content ul {
  min-height: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content ul li:before {
  content: '•';
  padding: 0 10px 0 0;
  color: #633b64;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content p,
body.page-template-template-why-us .our-locations .col-ym-4 .box-content li {
  font-size: 14px;
  color: #303030;
  line-height: 20px;
  margin: 0 0 8px;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content .button a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-why-us .our-locations .col-ym-4 .box-content .button a:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page-template-template-why-us .our-locations .col-ym-4:nth-child(2) {
  background: #f7f7f7;
}
body.page-template-template-why-us .our-awards {
  padding: 45px 0;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center;
  background-color: #ebc7a3;
}
body.page-template-template-why-us .our-awards h2 {
  font-size: 30px;
  font-weight: 400;
  color: #633b64;
  text-align: center;
  margin: 0px 0 30px;
}
body.page-template-template-why-us .our-awards h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #633b64;
  margin: 20px auto 0;
}
body.page-template-template-why-us .our-awards .awards-row {
  text-align: center;
}
body.page-template-template-why-us .our-awards .awards-row img {
  max-width: 50%;
}
body.page-template-template-why-us .our-awards .awards-row .box {
  -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  padding: 20px;
  min-height: 350px;
  margin: 0 0 30px;
  background-color: #fff;
}
body.page-template-template-why-us .our-awards .awards-row .box h3 {
  font-size: 18px;
  color: #633b64;
  margin: 10px 0;
}
body.page-template-template-why-us .our-awards .awards-row .box p {
  font-size: 12px;
  line-height: 20px;
}
body.page-template-template-locations .section-1 {
  padding: 260px 0 75px;
}
body.page-template-template-locations .section-1 h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 40px;
  text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}
body.page-template-template-locations .section-1 p a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-locations .section-1 p a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-locations .section-1 p a.enquiry {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
}
body.page-template-template-locations .section-1 p a.enquiry:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
body.page-template-template-locations .section-1 p a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-locations .section-1 p a.book-2 {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  background: #ad4274;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9b3364;
}
body.page-template-template-locations .section-1 p a.book:active {
  opacity: 0.6;
}
body.page-template-template-locations .the-content {
  padding: 50px 0 25px;
}
body.page-template-template-locations .the-content h2 {
  font-family: 'Droid Serif', serif;
  font-size: 30px;
  color: #633b64;
  line-height: 38px;
  padding: 0 0 20px;
  margin: 0;
}
body.page-template-template-locations .the-content h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #633b64;
  margin: 20px 0 0;
}
body.page-template-template-locations .boxes {
  padding: 25px 0 50px;
}
body.page-template-template-locations .boxes .box-container {
  background: #f7f7f7;
  padding: 35px 30px;
  min-height: 355px;
}
body.page-template-template-locations .boxes .box-container h2 {
  font-family: 'Droid Serif', serif;
  font-size: 27px;
  color: #633b64;
  line-height: 38px;
  padding: 0 0 30px;
  margin: 0;
}
body.page-template-template-locations .boxes .box-container h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #633b64;
  margin: 10px 0 0;
}
body.page-template-template-locations .boxes .box-container p {
  font-size: 14px;
}
body.page-template-template-locations .boxes .box-container table th,
body.page-template-template-locations .boxes .box-container table td {
  text-align: left;
  vertical-align: text-top;
  padding: 5px 0;
}
body.page-template-template-locations .boxes .box-container table th {
  color: #633b64;
  width: 80px;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(1) .box-container p strong {
  color: #633b64;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(1) .box-container p.address {
  margin: 0 0 3px;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(1) .box-container p.directions {
  margin: 0;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(1) .box-container p.directions a {
  color: #633b64;
  text-decoration: underline;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(1) .box-container p.book-online a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: 0px 15px 0px 0px;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(1) .box-container p.book-online a:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(3) .box-container h2 {
  margin: 0;
  padding: 0 0 20px;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(3) .box-container p {
  line-height: 21px;
  margin-bottom: 0;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(3) .box-container p strong,
body.page-template-template-locations .boxes .col-ym-4:nth-child(3) .box-container p em {
  color: #633b64;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(3) .box-container p a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: 0px 15px 5px 0px;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-locations .boxes .col-ym-4:nth-child(3) .box-container p a:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page-template-template-locations .acf-map {
  width: 100%;
  height: 400px;
  border: #fff solid 0px;
  margin: 2px 0;
}
body.page-template-template-locations .acf-map img {
  max-width: inherit !important;
}
body.page-template-template-locations .testimonials {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/back-pattern.png') repeat center center;
  padding: 75px 0;
}
body.page-template-template-locations .testimonials .testimonial_rotator_quote {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  font-style: italic;
  color: #633b64;
  line-height: 30px;
}
body.page-template-template-locations .testimonials .longform_hr {
  height: 0 !important;
  background: transparent !important;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 0 15px;
}
body.page-template-template-locations .testimonials .longform_hr:after {
  content: '~';
  text-align: center;
  width: 100%;
  display: block;
}
body.page-template-template-locations .testimonials .testimonial_rotator_author_info {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  color: #633b64;
  padding: 0;
  margin: 0;
}
body.page-template-template-locations .testimonials .testimonial_rotator_author_info p {
  margin-bottom: 0;
}
body.page-template-template-shuttle-service .section-1 {
  padding: 260px 0 75px;
}
body.page-template-template-shuttle-service .section-1 h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 40px;
  text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}
body.page-template-template-shuttle-service .section-1 p a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-shuttle-service .section-1 p a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-shuttle-service .section-1 p a.enquiry {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
}
body.page-template-template-shuttle-service .section-1 p a.enquiry:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
body.page-template-template-shuttle-service .section-1 p a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-shuttle-service .section-1 p a.book:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page-template-template-shuttle-service .the-content {
  padding: 50px 0 25px;
}
body.page-template-template-shuttle-service .the-content table {
  margin: 0 0 35px;
}
body.page-template-template-shuttle-service .the-content table th,
body.page-template-template-shuttle-service .the-content table td {
  font-family: 'Droid Serif', serif;
  padding: 30px;
}
body.page-template-template-shuttle-service .the-content table th {
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  background: #633b64;
  width: 250px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.page-template-template-shuttle-service .the-content table td.col-2 {
  font-weight: 400;
  color: #ffffff;
  background: #774a78;
  width: 200px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.page-template-template-shuttle-service .the-content table td {
  background: #f7f7f7;
}
body.page-template-template-shuttle-service .the-content table td h3 {
  font-size: 18px;
  font-weight: 600;
  color: #633b64;
  margin: 0 0 10px;
}
body.page-template-template-shuttle-service .the-content table td p a {
  font-weight: 600;
  color: #633b64;
  text-decoration: underline;
}
body.page-template-template-shuttle-service .map {
  background: #f7f7f7;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search {
  margin: 0;
  padding: 20px;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input {
  width: 35%;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap {
  width: 45%;
  margin: 0;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap select {
  display: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  padding: 10px 15px;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap {
  width: 15%;
  margin: 0;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input div {
  width: 30%;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input div label {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 0px 0px;
  width: 100%;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input input {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  padding: 10px 15px;
  width: 60%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-radius {
  width: 55%;
  display: inline-block;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-radius label {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 0px 0px;
  width: 45%;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-results {
  width: 39%;
  display: inline-block;
  margin: 0;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-results label {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 0px 0px;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap {
  text-align: right;
}
body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap input#wpsl-search-btn {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  background: #774a78 none repeat scroll 0% 0%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 50px;
  margin: 0px 10px 0px 0px;
  box-shadow: 0.5px 4px 0px #633b64;
  border: 0px none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-search-wrap {
  width: 1110px;
  margin: 0px auto;
  float: none;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-gmap {
  width: 100%;
  margin: 0 auto;
  float: none;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list {
  width: 100%;
  margin: 0 auto;
  float: none;
  background: #fff;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores {
  width: 1110px;
  height: inherit !important;
  margin: 0 auto;
  float: none;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
  padding: 15px 0;
  width: 45%;
  display: inline-block;
  margin-right: 2%;
  padding-right: 2%;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
  width: 65%;
  display: inline-block;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p {
  margin: 0;
  padding: 5px 0 0;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p strong a {
  font-size: 15px;
  color: #633b64;
  padding: 0px 0px 10px;
  display: inline-block;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
  width: 34%;
  display: inline-block;
  text-align: right;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap a {
  color: #633b64;
  text-decoration: underline;
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #633b64;
}
body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li:after {
  content: '';
  display: block;
  clear: both;
}
body.page-template-template-facilities .section-1 {
  padding: 260px 0 75px;
}
body.page-template-template-facilities .section-1 h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 40px;
  text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}
body.page-template-template-facilities .section-1 p a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-facilities .section-1 p a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-facilities .section-1 p a.enquiry {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
}
body.page-template-template-facilities .section-1 p a.enquiry:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
body.page-template-template-facilities .section-1 p a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-facilities .section-1 p a.book:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page-template-template-contact .heading {
  padding: 80px 0 35px;
}
body.page-template-template-contact h2 {
  font-family: 'Droid Serif', serif;
  font-size: 27px;
  color: #633b64;
  line-height: 38px;
  padding: 0 0;
  margin: 0;
}
body.page-template-template-contact h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #633b64;
  margin: 10px 0 0;
}
body.page-template-template-contact .dural,
body.page-template-template-contact .ingleside,
body.page-template-template-contact .terrigal,
body.page-template-template-contact .kelston {
  padding: 15px 0;
}
body.page-template-template-contact .dural .box-container,
body.page-template-template-contact .ingleside .box-container,
body.page-template-template-contact .terrigal .box-container,
body.page-template-template-contact .kelston .box-container {
  background: #f7f7f7;
  padding: 35px 30px;
  min-height: 365px;
}
body.page-template-template-contact .dural .box-container h3,
body.page-template-template-contact .ingleside .box-container h3,
body.page-template-template-contact .terrigal .box-container h3,
body.page-template-template-contact .kelston .box-container h3 {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  color: #633b64;
  line-height: 38px;
  padding: 0 0 30px;
  margin: 0;
}
body.page-template-template-contact .dural .box-container h3:after,
body.page-template-template-contact .ingleside .box-container h3:after,
body.page-template-template-contact .terrigal .box-container h3:after,
body.page-template-template-contact .kelston .box-container h3:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #633b64;
  margin: 10px 0 0;
}
body.page-template-template-contact .dural .box-container p,
body.page-template-template-contact .ingleside .box-container p,
body.page-template-template-contact .terrigal .box-container p,
body.page-template-template-contact .kelston .box-container p {
  font-size: 14px;
}
body.page-template-template-contact .dural .box-container table th,
body.page-template-template-contact .dural .box-container table td,
body.page-template-template-contact .ingleside .box-container table th,
body.page-template-template-contact .ingleside .box-container table td,
body.page-template-template-contact .terrigal .box-container table th,
body.page-template-template-contact .terrigal .box-container table td,
body.page-template-template-contact .kelston .box-container table th,
body.page-template-template-contact .kelston .box-container table td {
  text-align: left;
  vertical-align: text-top;
  padding: 5px 0;
}
body.page-template-template-contact .dural .box-container table th,
body.page-template-template-contact .ingleside .box-container table th,
body.page-template-template-contact .terrigal .box-container table th,
body.page-template-template-contact .kelston .box-container table th {
  color: #633b64;
  width: 80px;
}
body.page-template-template-contact .dural .box-container .more a,
body.page-template-template-contact .ingleside .box-container .more a,
body.page-template-template-contact .terrigal .box-container .more a,
body.page-template-template-contact .kelston .box-container .more a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 35px 10px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
}
body.page-template-template-contact .dural .box-container .more a:active,
body.page-template-template-contact .ingleside .box-container .more a:active,
body.page-template-template-contact .terrigal .box-container .more a:active,
body.page-template-template-contact .kelston .box-container .more a:active {
  background-color: #774a78;
  box-shadow: 0.5px 4px 0 #633b64;
  transform: translateY(2px);
}
body.page-template-template-contact .dural .col-ym-4:nth-child(1) .box-container p strong,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(1) .box-container p strong,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(1) .box-container p strong,
body.page-template-template-contact .kelston .col-ym-4:nth-child(1) .box-container p strong {
  color: #633b64;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(1) .box-container p.address,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(1) .box-container p.address,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(1) .box-container p.address,
body.page-template-template-contact .kelston .col-ym-4:nth-child(1) .box-container p.address {
  margin: 0 0 3px;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(1) .box-container p.directions,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(1) .box-container p.directions,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(1) .box-container p.directions,
body.page-template-template-contact .kelston .col-ym-4:nth-child(1) .box-container p.directions {
  margin: 0;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(1) .box-container p.directions a,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(1) .box-container p.directions a,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(1) .box-container p.directions a,
body.page-template-template-contact .kelston .col-ym-4:nth-child(1) .box-container p.directions a {
  color: #633b64;
  text-decoration: underline;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(1) .box-container p.book-online a,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(1) .box-container p.book-online a,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(1) .box-container p.book-online a,
body.page-template-template-contact .kelston .col-ym-4:nth-child(1) .box-container p.book-online a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #633b64;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(1) .box-container p.book-online a:hover,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(1) .box-container p.book-online a:hover,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(1) .box-container p.book-online a:hover,
body.page-template-template-contact .kelston .col-ym-4:nth-child(1) .box-container p.book-online a:hover {
  color: #633b64;
  background: transparent;
  border: 2px solid #633b64;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(3) .box-container,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(3) .box-container,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(3) .box-container,
body.page-template-template-contact .kelston .col-ym-4:nth-child(3) .box-container {
  padding: 0;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(3) .box-container .acf-map,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(3) .box-container .acf-map,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(3) .box-container .acf-map,
body.page-template-template-contact .kelston .col-ym-4:nth-child(3) .box-container .acf-map {
  width: 100%;
  height: 365px;
  border: #fff solid 0px;
  margin: 2px 0;
}
body.page-template-template-contact .dural .col-ym-4:nth-child(3) .box-container .acf-map img,
body.page-template-template-contact .ingleside .col-ym-4:nth-child(3) .box-container .acf-map img,
body.page-template-template-contact .terrigal .col-ym-4:nth-child(3) .box-container .acf-map img,
body.page-template-template-contact .kelston .col-ym-4:nth-child(3) .box-container .acf-map img {
  max-width: inherit !important;
}
body.page-template-template-sidebar a.enquiry {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 20px 0;
  box-shadow: 0.5px 6px 0 #9a7759;
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-template-sidebar a.enquiry {
    max-width: 250px;
    margin: 0 10px 0 0;
  }
}
body.page-template-template-sidebar a.enquiry:active {
  background-color: #c69e76;
  box-shadow: 0.5px 4px 0 #9a7759;
  transform: translateY(2px);
}
body.page-template-template-sidebar a.book {
  display: inline-block !important;
  width: 100%;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  body.page-template-template-sidebar a.book {
    max-width: 250px !important;
  }
}
body.page-template-template-sidebar .services {
  margin: 30px -2px 20px -2px;
}
@media (min-width: 992px) {
  body.page-template-template-sidebar .services {
    margin: 40px -2px 20px -2px;
  }
}
body.page-template-template-sidebar .services .col-ym-4 {
  padding: 0 2px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-template-sidebar .services .col-ym-4 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  body.page-template-template-sidebar .services .col-ym-4 {
    width: 33.33333333%;
  }
}
body.page-template-template-sidebar .services .col-ym-4 .service-block {
  margin: 0 0 30px 0;
  min-height: 300px;
}
body.page-template-template-sidebar .services .col-ym-4 .service-block h4 {
  margin: 10px 0;
}
body.page-template-template-sidebar .services .col-ym-4 .service-block img {
  width: 100%;
}
body.page-template-template-sidebar .services .col-ym-4 .service-block p {
  font-size: 14px;
}
body.page-template-template-sidebar .content-container img {
  width: 100%;
  height: auto;
}
body.page-template-template-faq .faq-intro,
body.page-template-template-sidebar .faq-intro {
  padding: 35px 0 0;
}
body.page-template-template-faq .faq-intro h2,
body.page-template-template-sidebar .faq-intro h2 {
  font-family: 'Droid Serif', serif;
  font-size: 28px;
  font-weight: 400;
  color: #633b64;
}
body.page-template-template-faq .faq-intro h2:after,
body.page-template-template-sidebar .faq-intro h2:after {
  content: '';
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
  margin: 20px 0 0;
}
body.page-template-template-faq .accordion .ac-container,
body.page-template-template-sidebar .accordion .ac-container {
  margin: 10px auto 30px auto;
  text-align: left;
}
body.page-template-template-faq .accordion .ac-container .qa,
body.page-template-template-sidebar .accordion .ac-container .qa {
  padding: 0 0 10px;
}
body.page-template-template-faq .accordion .ac-container label,
body.page-template-template-sidebar .accordion .ac-container label {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 33px;
  background: #f7f7f7;
  padding: 15px 25px;
  position: relative;
  z-index: 20;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  cursor: hand;
}
body.page-template-template-faq .accordion .ac-container label:hover,
body.page-template-template-sidebar .accordion .ac-container label:hover {
  background: #774a78;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.page-template-template-faq .accordion .ac-container input:checked + label,
body.page-template-template-faq .accordion .ac-container input:checked + label:hover,
body.page-template-template-sidebar .accordion .ac-container input:checked + label,
body.page-template-template-sidebar .accordion .ac-container input:checked + label:hover {
  background: #774a78;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
body.page-template-template-faq .accordion .ac-container label:hover:after,
body.page-template-template-faq .accordion .ac-container input:checked + label:hover:after,
body.page-template-template-sidebar .accordion .ac-container label:hover:after,
body.page-template-template-sidebar .accordion .ac-container input:checked + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/arrow_down.png) no-repeat center center;
}
body.page-template-template-faq .accordion .ac-container input,
body.page-template-template-sidebar .accordion .ac-container input {
  display: none;
}
body.page-template-template-faq .accordion .ac-container article,
body.page-template-template-sidebar .accordion .ac-container article {
  background: rgba(255,255,255,0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
body.page-template-template-faq .accordion .ac-container article .content-container,
body.page-template-template-sidebar .accordion .ac-container article .content-container {
  padding: 20px 25px;
}
body.page-template-template-faq .accordion .ac-container article p,
body.page-template-template-sidebar .accordion .ac-container article p {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  color: #303030;
  line-height: 23px;
}
body.page-template-template-faq .accordion .ac-container article ul,
body.page-template-template-sidebar .accordion .ac-container article ul {
  list-style: none;
}
body.page-template-template-faq .accordion .ac-container article ul li,
body.page-template-template-sidebar .accordion .ac-container article ul li {
  font-size: 14px;
  font-weight: 300;
  color: #303030;
  line-height: 24px;
  padding: 0 0 5px;
}
body.page-template-template-faq .accordion .ac-container article ul li strong,
body.page-template-template-sidebar .accordion .ac-container article ul li strong {
  font-weight: 700;
}
body.page-template-template-faq .accordion .ac-container article ul li:before,
body.page-template-template-sidebar .accordion .ac-container article ul li:before {
  content: '•';
  color: #774a78;
  display: inline-block;
  padding-right: 10px;
}
body.page-template-template-faq .accordion .ac-container input:checked ~ article,
body.page-template-template-sidebar .accordion .ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
body.page-template-template-faq .accordion .ac-container input:checked ~ article.ac-small,
body.page-template-template-sidebar .accordion .ac-container input:checked ~ article.ac-small {
  height: auto;
}
body.page-template-template-faq .accordion .ac-container input:checked ~ article.ac-medium,
body.page-template-template-sidebar .accordion .ac-container input:checked ~ article.ac-medium {
  height: auto;
}
body.page-template-template-faq .accordion .ac-container input:checked ~ article.ac-large,
body.page-template-template-sidebar .accordion .ac-container input:checked ~ article.ac-large {
  height: auto;
}
body.page-template-template-gallery #lightgallery,
body.page-template-template-gallery #lightgallery2 {
  padding: 20px 0;
}
body.page-template-template-gallery #lightgallery a,
body.page-template-template-gallery #lightgallery2 a {
  width: 24%;
  display: inline-block;
}
body.page-template-template-gallery .terrigal-content,
body.page-template-template-gallery .ingleside-content,
body.page-template-template-gallery .dural-content,
body.page-template-template-gallery .kelston-content {
  padding: 25px 0 0px;
}
body.page-template-template-gallery .terrigal-content h2,
body.page-template-template-gallery .ingleside-content h2,
body.page-template-template-gallery .dural-content h2,
body.page-template-template-gallery .kelston-content h2 {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-weight: 600;
  color: #633b64;
}
body.page-template-template-gallery .terrigal-content h2:after,
body.page-template-template-gallery .ingleside-content h2:after,
body.page-template-template-gallery .dural-content h2:after,
body.page-template-template-gallery .kelston-content h2:after {
  content: '';
  border-bottom: 1px solid #633b64;
  width: 75px;
  display: block;
  margin: 20px 0 0;
}
body.page-template-template-gallery .terrigal-content p,
body.page-template-template-gallery .ingleside-content p,
body.page-template-template-gallery .dural-content p,
body.page-template-template-gallery .kelston-content p {
  font-size: 14px;
  font-weight: 300;
  color: #303030;
  line-height: 21px;
  margin: 0 0 17px;
}
body.page-template-template-gallery .terrigal-content p strong,
body.page-template-template-gallery .ingleside-content p strong,
body.page-template-template-gallery .dural-content p strong,
body.page-template-template-gallery .kelston-content p strong {
  font-weight: 700;
}
body.page-template-template-team .cd-main-content {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/back-pattern.png') repeat center center;
  padding: 55px 0 35px;
}
body.page-template-template-team .cd-main-content .cd-tab-filter-wrapper {
  padding: 0 0 20px;
}
body.page-template-template-team .cd-main-content ul.cd-filters {
  margin: 0;
}
body.page-template-template-team .cd-main-content ul.cd-filters li a {
  color: #fff;
  background: #c69e76;
}
body.page-template-template-team .cd-main-content ul.cd-filters li a.selected {
  background: #633b64;
}
body.page-template-template-team .cd-main-content section.cd-gallery ul li .left {
  float: left;
  width: 20%;
}
body.page-template-template-team .cd-main-content section.cd-gallery ul li .right {
  float: left;
  width: 80%;
  padding: 15px 20px;
}
body.page-template-template-team .cd-main-content section.cd-gallery ul li .right h3 {
  font-size: 20px;
  font-weight: 400;
  color: #633b64;
  margin: 0;
  padding: 0 0 10px;
}
body.page-template-template-team .cd-main-content section.cd-gallery ul li .right p {
  font-size: 13px;
  margin: 0;
  padding: 0 0 10px;
}
body.page-template-template-team .cd-main-content section.cd-gallery ul li .right p.job,
body.page-template-template-team .cd-main-content section.cd-gallery ul li .right p.location {
  float: left;
  width: 50%;
  text-transform: capitalize;
}
body.page-template-template-team .cd-main-content ul {
  margin-left: 0;
  padding-left: 0;
}
body.page-template-template-partners .partners {
  padding: 0 0 45px;
}
body.page-template-template-partners .partners .partner-row {
  padding: 35px 0 20px;
  margin: 0 0;
  border-top: 1px solid #eee;
}
body.page-template-template-partners .partners .partner-row .col-ym-3 {
  text-align: center;
}
body.page-template-template-partners .partners .partner-row .col-ym-9 p.meta {
  margin: 0;
}
body.page-template-template-partners .partners .partner-row .col-ym-9 p.meta span.category {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.page-template-template-partners .partners .partner-row .col-ym-9 p.meta span.website {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #774a78;
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.page-template-template-partners .partners .partner-row .col-ym-9 p.meta span.website a {
  font-size: 12px;
  color: #fff;
}
body.page-template-template-partners .partners h3 {
  font-size: 20px;
  font-weight: 400;
  color: #633b64;
  margin: 0;
  padding: 0 0 10px;
}
body.error404 .section-1 {
  padding: 50px 0 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #774a78 none repeat scroll 0% 0%;
  border: 1px solid #774a78;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #774a78;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #774a78;
}
body.page .the-content table i {
  text-align: center !important;
  color: #c59e76 !important;
  font-size: 21px !important;
}
body.page .the-content table th {
  text-align: center;
}
.tablepress tbody td {
  text-align: center;
  vertical-align: middle;
}
.tablepress .column-2 {
  width: 110px;
}
.tablepress .column-3 {
  width: 110px;
}
.tablepress .column-4 {
  width: 110px;
}
.tablepress .column-1 {
  text-align: left !important;
}
.tablepress-id-2 .column-4 {
  text-align: center !important;
  width: 110px;
}
.tablepress-id-2 .column-1 {
  text-align: left !important;
}
body.page .the-content p a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
  max-width: 250px;
}
body.page .the-content p a.enquirygold {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
  max-width: 250px;
  float: left;
}
@media only screen and (max-width: 570px) {
  body.page .the-content p a.enquirygold {
    float: none !important;
  }
  body.page .tablepress th {
    padding: 2px;
  }
}
#gform_wrapper_1 {
  display: block !important;
}
.site-notice {
  background-color: #774a78;
  padding: 10px 0;
  display: none;
  margin: 0 auto;
  text-align: center;
}
.site-notice p {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400;
}
.dflex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dflex > * {
  float: none;
}
.grid {
  margin: 0 -15px;
}
.transition-effect-container * {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#pricing-thumbnails {
  background-color: #7a487a !important;
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
  background-size: auto !important;
  background-repeat: repeat !important;
}
@media (max-width: 767px) {
  #pricing-thumbnails .grid {
    margin: 0;
  }
}
#pricing-thumbnails h2.title {
  color: #fff;
  font-size: 35px;
  margin: 0 0 15px;
  padding: 0 15px;
}
#pricing-thumbnails .service-thumbnails-list {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
}
#pricing-thumbnails .service-thumbnails-list h4 {
  position: absolute;
  bottom: 20px;
  background-color: #633b64;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  margin: 10px 0;
  z-index: 9;
}
#pricing-thumbnails .service-thumbnails-list:hover h4 {
  background-color: #7a487a;
}
#pricing-thumbnails .services-thubmnails {
  padding: 15px;
  max-width: 277px !important;
  margin: 0 auto;
  margin-bottom: 15px;
  background-size: cover;
}
@media (min-width: 768px) {
  #pricing-thumbnails .services-thubmnails {
    padding: 0 15px;
    max-width: 100%;
    height: auto;
  }
}
.pricing-section-container,
.spb-asset-content {
  padding: 50px 0;
  background: url("https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png") repeat center center;
  background-color: #ebc7a3;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
.pricing-section-container h2,
.spb-asset-content h2 {
  color: #633b64;
}
.pricing-section-container .r-tabs-panel,
.spb-asset-content .r-tabs-panel {
  min-height: 700px;
}
@media (min-width: 992px) {
  .pricing-section-container .r-tabs-panel,
  .spb-asset-content .r-tabs-panel {
    padding: 0;
  }
}
.pricing-section-container .r-tabs-nav,
.spb-asset-content .r-tabs-nav {
  padding: 15px 0;
}
.pricing-section-container .r-tabs-nav li.r-tabs-state-active a,
.spb-asset-content .r-tabs-nav li.r-tabs-state-active a {
  background-color: #633b64;
  color: #fff;
}
.pricing-section-container .r-tabs-nav a,
.spb-asset-content .r-tabs-nav a {
  background-color: #e7e7e7;
  font-size: 17px;
  padding: 15px 48px;
}
.pricing-section-container .r-tabs-accordion-title a,
.spb-asset-content .r-tabs-accordion-title a {
  background-color: #e7e7e7;
  font-size: 17px;
  padding: 15px 48px;
  display: block;
  margin-bottom: 8px;
}
.pricing-section-container .r-tabs-accordion-title.r-tabs-state-active a,
.spb-asset-content .r-tabs-accordion-title.r-tabs-state-active a {
  background-color: #633b64;
  color: #fff;
}
.pricing-section-container .service-list-wrapper,
.spb-asset-content .service-list-wrapper {
  padding: 20px 15px;
}
.pricing-section-container .service-list-wrapper > *,
.spb-asset-content .service-list-wrapper > * {
  display: block;
}
@media (min-width: 768px) {
  .pricing-section-container .service-list-wrapper,
  .spb-asset-content .service-list-wrapper {
    width: 20%;
  }
}
.pricing-section-container .service-list,
.spb-asset-content .service-list {
  position: relative;
}
.pricing-section-container .pricing-header-title,
.spb-asset-content .pricing-header-title {
  background-color: #633b64;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.pricing-section-container .pricing-header-title > *,
.spb-asset-content .pricing-header-title > * {
  color: #fff;
}
.pricing-section-container .pricing-header-title img,
.spb-asset-content .pricing-header-title img {
  padding-top: 15px;
  margin: 0 auto;
  display: block;
}
.pricing-section-container .pricing-header-title h5,
.spb-asset-content .pricing-header-title h5 {
  margin: 0;
  padding: 0 15px 15px 15px;
}
@media (min-width: 992px) {
  .pricing-section-container .pricing-header-title h5,
  .spb-asset-content .pricing-header-title h5 {
    min-height: 70px;
  }
}
.pricing-section-container .pricing-header-title h5 > span,
.spb-asset-content .pricing-header-title h5 > span {
  display: block;
}
.pricing-section-container .pricing-header-title h5.service-price,
.spb-asset-content .pricing-header-title h5.service-price {
  background-color: rgba(0,0,0,0.2);
  padding-top: 15px;
}
@media (min-width: 992px) {
  .pricing-section-container .pricing-header-title h5.service-price,
  .spb-asset-content .pricing-header-title h5.service-price {
    min-height: 20px;
  }
}
.pricing-section-container .service-description-wrapper,
.spb-asset-content .service-description-wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2ede8;
  padding: 15px 0;
}
.pricing-section-container .service-description-wrapper ul,
.spb-asset-content .service-description-wrapper ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .pricing-section-container .service-description-wrapper ul,
  .spb-asset-content .service-description-wrapper ul {
    min-height: 265px;
  }
}
.pricing-section-container .service-description-wrapper ul li,
.spb-asset-content .service-description-wrapper ul li {
  padding: 15px;
  font-size: 14px;
}
.pricing-section-container .service-description-wrapper ul li:not(:last-child),
.spb-asset-content .service-description-wrapper ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.pricing-section-container .included-content,
.pricing-section-container .rates-content,
.spb-asset-content .included-content,
.spb-asset-content .rates-content {
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 0;
  animation: fadeOutUp .3s both;
  background: #f2ede8;
  padding: 15px;
  position: absolute;
  z-index: -1;
}
.pricing-section-container .included-content.open,
.pricing-section-container .rates-content.open,
.spb-asset-content .included-content.open,
.spb-asset-content .rates-content.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  position: relative;
  max-height: 2000px;
  animation: fadeInDown .3s both;
  z-index: auto;
}
.pricing-section-container .included-content ul,
.pricing-section-container .rates-content ul,
.spb-asset-content .included-content ul,
.spb-asset-content .rates-content ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-section-container .included-content ul li,
.pricing-section-container .rates-content ul li,
.spb-asset-content .included-content ul li,
.spb-asset-content .rates-content ul li {
  padding: 12px;
  padding-left: 43px;
  font-size: 14px;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/include-check-ic.png') no-repeat 13px center;
}
.pricing-section-container .book-now-service,
.spb-asset-content .book-now-service {
  display: inline-block;
  margin: 10px auto 15px;
  padding: 10px 15px;
  padding-left: 45px;
  color: #fff;
  font-weight: 700;
  border-radius: 56px;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/calendar-pricing.png') #c79e73 no-repeat 13px center;
  -webkit-box-shadow: 0px 5px 0px 0px #9b7757;
  -moz-box-shadow: 0px 5px 0px 0px #9b7757;
  box-shadow: 0px 5px 0px 0px #9b7757;
}
.pricing-section-container .book-now-service:hover,
.spb-asset-content .book-now-service:hover {
  background-color: #d6a878;
}
.pricing-section-container .included-button,
.pricing-section-container .rates-button,
.spb-asset-content .included-button,
.spb-asset-content .rates-button {
  position: relative;
  width: 100%;
  border: 0;
  background-color: #633b64;
  padding: 10px;
  padding-right: 35px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.pricing-section-container .included-button:after,
.pricing-section-container .rates-button:after,
.spb-asset-content .included-button:after,
.spb-asset-content .rates-button:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pricing-section-container .included-button.up-icon:after,
.pricing-section-container .rates-button.up-icon:after,
.spb-asset-content .included-button.up-icon:after,
.spb-asset-content .rates-button.up-icon:after {
  top: 16px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,-10%);
    -ms-transform: translate(0,-10%);
    -o-transform: translate(0,-10%);
    transform: translate(0,-10%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,-40%);
    -ms-transform: translate(0,-40%);
    -o-transform: translate(0,-40%);
    transform: translate(0,-40%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,-10%);
    -ms-transform: translate(0,-10%);
    -o-transform: translate(0,-10%);
    transform: translate(0,-10%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,-40%);
    -ms-transform: translate(0,-40%);
    -o-transform: translate(0,-40%);
    transform: translate(0,-40%);
  }
}
.page-id-1812 .section-1 {
  display: none !important;
}
body.page p a.enquiry {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
}
.pricing-section-container .included-content.open,
.pricing-section-container .ratescontent.open {
  z-index: 1 !important;
}
.main-bar .logo img {
  max-width: 257px;
}
header .right .top div.book-online p a {
  padding: 12px 25px 10px 40px;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 18px center;
}
@media (min-width: 1023px) and (max-width: 1098px) {
  header .right .top div.book-online p a svg {
    width: 10px;
    height: 15px;
  }
  header .right .top div.book-online p a {
    font-size: 10px;
  }
}
header .mobile-menu div.book-online p a {
  padding: 10px 15px 8px 30px !important;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location.png') !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position: 12px center !important;
}
h1 span {
  color: #7a487a;
  font-family: 'Dancing Script', cursive;
  font-size: 70px;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(255,255,255,0.9);
}
@media (max-width: 768px) {
  h1 span {
    font-size: 45px;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
  }
}
.footer-booking #pricing-thumbnails {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center !important;
  padding: 100px 15px !important;
}
.footer-booking #pricing-thumbnails .service-thumbnails-list {
  background-size: auto !important;
}
.footer-booking h2.title {
  font-size: 30px;
  font-weight: 400;
  color: #633b64 !important;
  margin: 0;
  padding: 0 0 40px;
}
.footer-booking #pricing-thumbnails .service-thumbnails-list:hover {
  opacity: 0.7;
}
@media (max-width: 540px) {
  #pricing-thumbnails .services-thubmnails {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  body.page-template-template-why-us .our-awards .awards-row .box {
    min-height: auto;
  }
  .page-id-1547 th.column-1 {
    width: 118px !important;
    display: grid !important;
  }
}
body.page.home #rev_slider_1_1_forcefullwidth p.buttons a {
  font-size: 22px !important;
  padding: 15px 35px 15px 35px !important;
}
.home #slide-1-layer-1 {
  max-width: 100% !important;
}
.page-id-1973 .enquiry {
  padding: 15px 20px 40px 20px !important;
}
.refund {
  background: #fff;
  border: 2px solid #ddd3de;
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
  padding: 0px 30px;
  border-radius: 20px;
}
.page-id-1973 .refund .the-content ul li:before {
  content: '' !important;
  padding-right: 0px !important;
}
@media (min-width: 768px) {
  .page-id-1973 .enquiry form ul li {
    display: inline-block;
    width: 45% !important;
  }
}
.page-id-1973 .enquiry form ul li#field_4_10,
.page-id-1973 .enquiry form ul li#field_4_15,
.page-id-1973 .enquiry form ul li#field_4_14 {
  display: inline-block;
  width: 100% !important;
}
.page-id-1973 .enquiry form ul li label {
  display: block !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
#input_4_9_1,
#input_4_9_2,
#input_4_9_3,
#input_4_9_4,
#input_4_9_5,
#input_4_9_6 {
  margin: 0 0 10px 0 !important;
}
.refund #field_4_1,
.refund #field_4_2,
.refund #field_4_9,
.refund #field_4_8,
.refund #field_4_7,
.refund #field_4_6,
.refund #field_4_9 input {
  float: left;
  margin: 0 10px 3px 0;
}
.refund #field_4_1 label,
.refund #field_4_2 label,
.refund #field_4_9 label,
.refund #field_4_8 label,
.refund #field_4_7 label,
.refund #field_4_6 label,
.refund #field_4_27 label,
.refund #field_4_28 label,
.refund #field_4_32 label,
.refund #field_4_25 .gform_drop_instructions {
  display: none !important;
}
.refund ul li select {
  width: 98% !important;
}
.refund #input_4_10,
.refund #input_4_15 {
  width: 100%;
  background: #ececec;
  border: 1px solid transparent;
  font-family: 'Droid Serif', serif !important;
  color: #674168 !important;
  padding: 15px !important;
}
.refund #input_4_14,
.refund #field_4_13,
.refund #field_4_23,
.refund #field_4_26 {
  width: 100% !important;
}
.refund #field_4_14 {
  float: none !important;
}
.refund #input_4_14_1 {
  width: 20px !important;
  float: left;
  margin: 6px 10px 0 0;
}
.refund form ul li textarea {
  font-size: 15px !important;
}
.page-template-template-locations .acf-map {
  display: none;
}
.page-template-template-locations .pricing-section-container p {
  margin: 0px;
}
.page-template-template-locations .pricing-section-container .book-now-service {
  margin: 10px 0 15px 20px;
}
.page-template-template-locations .pricing-section-container .r-tabs-nav a {
  margin: 0 0 10px 0;
  display: block;
}
.page-template-template-competition .section-1 h1 {
  display: none;
}
.page-template-template-competition .the-content p {
  font-size: 16px !important;
}
.page-template-template-competition .the-content {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat top left !important;
  background-color: #ecc297 !important;
  margin: -4px 0 0 0;
}
.page-template-template-competition .the-content h2:after {
  margin: 20px auto !important;
}
.page-template-template-competition .the-content a {
  color: #774a78;
  text-decoration: underline;
  font-style: italic;
  font-size: 13px;
}
.page-template-template-competition .form-wrap {
  width: 100%;
  padding: 20px 50px 20px 20px;
  border: 1px solid #eee e;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  margin: 60px 0 40px;
  background: #f4eee6;
}
.page-template-template-competition .form-wrap .gfield_label {
  display: none;
}
.page-template-template-competition .form-wrap .gform_title {
  display: none;
}
.page-template-template-competition .form-wrap h3 {
  text-align: center;
}
.page-template-template-competition .form-wrap .gfield_contains_required:before,
.page-template-template-competition .form-wrap .gfield:before {
  display: none;
}
.page-template-template-competition .form-wrap input,
.page-template-template-competition .form-wrap select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-competition .form-wrap ul li:before {
  display: none !important;
}
.page-template-template-competition .textarea {
  width: 99%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  height: 80px;
  margin: 10px 0 0 0.5%;
}
.page-template-template-competition .form-wrap ul li {
  padding: 0px !important;
}
.page-template-template-competition .form-wrap #input_6_7 .gfield_label {
  display: block !important;
}
.page-template-template-competition .form-wrap .ginput_container_fileupload input {
  padding: 15px 20px 40px;
  background: #fafafa;
  margin: 15px 0 20px 0;
}
.page-template-template-competition ul.gfield_checkbox li {
  display: inline !important;
  font-size: 15px !important;
}
.page-template-template-competition .gfield_checkbox li input,
.page-template-template-competition .gfield_checkbox li input[type="checkbox"] {
  width: 15px !important;
  float: none !important;
  margin: 5px 0 15px -20px !important;
  height: 15px;
}
.page-template-template-competition .gfield_checkbox li {
  width: 100% !important;
  float: left !important;
  margin: 0 0 2px 0 !important;
}
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container input,
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container textarea {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #000;
}
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
}
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container input::-moz-placeholder,
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
}
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container input :-ms-input-placeholder,
.page-template-template-competition .form-wrap .gform_fields .gfield .ginput_container textarea :-ms-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
}
.page-template-template-competition .form-wrap .gform_button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: -70px 15px 5px 30px;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 150px;
}
.page-template-template-competition .form-wrap .clear {
  height: 170px;
}
.page-template-template-competition .form-wrap em {
  font-size: 12px;
  margin-top: -20px !important;
  display: block;
}
.page-template-template-competition h1 {
  font-size: 35px;
  color: #633b64;
}
.page-template-template-competition h3 {
  font-size: 19px;
  color: #633b64;
}
.page-template-template-feedback .gform_body {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.page-template-template-feedback .section-1 h1 {
  display: none;
}
.page-template-template-feedback .the-content p {
  font-size: 16px !important;
}
.page-template-template-feedback .the-content h2 {
  text-align: center !important;
}
.page-template-template-feedback .the-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #633b64;
  max-width: 50%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
.page-template-template-feedback .the-content {
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat top left !important;
  background-color: #ecc297 !important;
  margin: -4px 0 0 0;
}
.page-template-template-feedback .the-content h2:after {
  margin: 20px auto !important;
}
.page-template-template-feedback .the-content a {
  color: #774a78;
  text-decoration: underline;
  font-style: italic;
  font-size: 13px;
}
.page-template-template-feedback .form-wrap {
  width: 100%;
  padding: 20px 50px 100px 20px;
  border: 1px solid #eee e;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  margin: 60px 0 40px;
  background: #f4eee6;
}
.page-template-template-feedback .form-wrap .gfield_label {
  display: none;
}
.page-template-template-feedback .form-wrap .gform_title {
  display: none;
}
.page-template-template-feedback .form-wrap h3 {
  text-align: center;
}
.page-template-template-feedback .form-wrap .gfield_contains_required:before,
.page-template-template-feedback .form-wrap .gfield:before {
  display: none;
}
.page-template-template-feedback .form-wrap input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-feedback .form-wrap select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-feedback .form-wrap ul li:before {
  display: none !important;
}
.page-template-template-feedback .textarea {
  width: 99%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  height: 140px;
  margin: 0 auto 20px;
  max-width: 500px;
  display: block;
}
.page-template-template-feedback .form-wrap ul li {
  padding: 0px !important;
}
.page-template-template-feedback .form-wrap #input_6_7 .gfield_label {
  display: block !important;
}
.page-template-template-feedback .form-wrap .ginput_container_fileupload input {
  padding: 15px 20px 40px;
  background: #fafafa;
  margin: 15px 0 20px 0;
}
.page-template-template-feedback ul.gfield_checkbox li {
  display: inline !important;
  font-size: 15px !important;
}
.page-template-template-feedback .gfield_checkbox li input,
.page-template-template-feedback .gfield_checkbox li input[type="checkbox"] {
  width: 15px !important;
  float: none !important;
  margin: 5px 0 15px -20px !important;
  height: 15px;
}
.page-template-template-feedback .gfield_checkbox li {
  width: 100% !important;
  float: left !important;
  margin: 0 0 2px 0 !important;
}
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container input,
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container textarea {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #000;
}
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
}
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container input::-moz-placeholder,
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
}
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container input :-ms-input-placeholder,
.page-template-template-feedback .form-wrap .gform_fields .gfield .ginput_container textarea :-ms-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
}
.page-template-template-feedback .form-wrap .gform_button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: 0 auto;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 150px;
}
.page-template-template-feedback .form-wrap em {
  font-size: 12px;
  margin-top: -20px !important;
  display: block;
}
.page-template-template-feedback h1 {
  font-size: 35px;
  color: #633b64;
}
.page-template-template-feedback h3 {
  font-size: 19px;
  color: #633b64;
}
.page-template-template-feedback .form-wrap #field_7_3 input,
.page-template-template-feedback .form-wrap #field_7_5 input,
.page-template-template-feedback .form-wrap #field_7_14 select {
  width: 32.276666%;
}
.page-template-template-feedback #gform_fields_7 .gchoice_7_18_0,
.page-template-template-feedback #gform_fields_7 .gchoice_7_18_1,
.page-template-template-feedback #gform_fields_7 .gchoice_7_18_2,
.page-template-template-feedback #gform_fields_7 .gchoice_7_18_3,
.page-template-template-feedback #gform_fields_7 .gchoice_7_18_4 {
  width: 17.9%;
  margin: 0 10px 0px 10px !important;
  float: left;
  background: 0 !important;
  text-align: center;
  padding: 0 5px !important;
  min-height: 100px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 20px 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-feedback .rating {
  max-width: 370px;
  border-radius: 80px;
  background-color: #ebe5dc;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 100px;
}
#gform_fields_7 #field_7_18 li input {
  display: none !important;
}
#gform_fields_7 input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#gform_fields_7 .rating input[type="radio"]:checked + label img {
  opacity: 0.5;
  border-radius: 100%;
  background-color: #fff;
}
.page-template-template-feedback .form-wrap .feedback-rating {
  max-width: 500px;
  display: block ruby;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
  padding: 15px 0 !important;
  border-top: 1px solid #dad3c9;
}
.page-template-template-feedback .form-wrap #field_7_28 .gfield_label,
.page-template-template-feedback .form-wrap #field_7_29 .gfield_label,
.page-template-template-feedback .form-wrap #field_7_30 .gfield_label,
.page-template-template-feedback .form-wrap #field_7_31 .gfield_label,
.page-template-template-feedback .form-wrap #field_7_32 .gfield_label {
  display: block !important;
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px;
}
.gsurvey-rating:not(:checked) > label,
.gsurvey-rating > input:checked ~ label {
  background-size: 38px 38px !important;
  margin: 0 5px !important;
}
.page-template-template-feedback .permission {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
}
.page-template-template-feedback.permission ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#gform_fields_7 .permission input[type="radio"]:checked + label {
  opacity: 0.5;
  border-radius: 100%;
  background-color: #eee;
}
#gform_fields_7 #field_7_22 li input {
  display: none !important;
}
.page-template-template-feedback #gform_fields_7 .gchoice_7_22_0,
.page-template-template-feedback #gform_fields_7 .gchoice_7_22_1 {
  width: auto;
  float: left;
  text-align: center;
  padding: 0 5px !important;
  min-height: 50px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 -9px 0px 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
#gform_fields_7 .gchoice_7_22_0 label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_7 .gchoice_7_22_1 label {
  border-radius: 0px 12px 12px 0px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_7 .gchoice_7_22_0 input[type="radio"]:checked + label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_7 .gchoice_7_22_1 input[type="radio"]:checked + label {
  border-radius: 0 12px 12px 0 !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
.page-template-template-feedback .referral-source {
  max-width: 500px !important;
  margin: 0 auto !important;
}
.page-template-template-feedback .form-wrap #input_7_25 {
  max-width: 500px !important;
  margin: 0 auto !important;
  width: 100% !important;
  float: none !important;
  display: block !important;
}
.page-template-template-feedback .form-wrap  #field_7_9 {
  position: relative;
  width: 100%;
  max-width: 300px !important;
  text-align: center;
  margin: 40px auto 20px;
}
.page-template-template-feedback .gform_footer {
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 150px !important;
}
.page-template-template-feedback .validation_message {
  display: inline-block;
}
.page-template-template-feedback .form-wrap  #input_7_26 {
  width: 100%;
  max-width: 500px !important;
}
.page-template-template-feedback #field_7_18 img {
  max-width: 50px;
}
header .right .menu-main-menu-container ul li.menu-item-656 ul {
  width: 500px !important;
}
header .right .menu-main-menu-container ul li.menu-item-656 ul li {
  width: 50%;
  min-height: 150px;
}
p.banner-notice {
  position: absolute;
  display: inline-block;
  background: #c62e67;
  padding: 15px 20px;
  border-radius: 20px;
  font-size: 17px !important;
  color: #fff;
  top: -240px;
  text-align: center;
}
.page-template-template-accommodation .footer-booking #pricing-thumbnails,
.page-template-template-dog-training .footer-booking #pricing-thumbnails,
.page-template-template-home .footer-booking #pricing-thumbnails,
.page-template-template-contact-new .footer-booking #pricing-thumbnails,
.page-template-template-locations-new .footer-booking #pricing-thumbnails {
  display: none !important;
}
body.page .the-content p {
  font-size: 14px;
  line-height: 21px;
}
.section-intro-content .btn-locator {
  border-radius: 100px;
  background-color: #774a78;
  border-bottom: 4px solid #633b64;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #fff;
  margin: 20px;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-locator:hover {
  opacity: 0.7;
}
.page-template-template-accommodation .the-content {
  background: #f5efe6 !important;
}
.page-template-template-accommodation .section-intro-content {
  padding: 20px 0 60px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #e4dace;
  display: inline-block;
}
@media (min-width: 992px) {
  .page-template-template-accommodation .section-intro-content .col-ym-9 {
    padding-left: 0px;
  }
}
.page-template-template-accommodation .section-main-content {
  padding: 20px 0 45px 0;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-template-accommodation .section-main-content {
    display: block;
  }
}
.page-template-template-accommodation .section-main-content p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.page-template-template-accommodation .section-main-content img {
  max-height: 70px;
  margin: 20px auto 0;
  display: block;
}
.page-template-template-accommodation .section-package-enrichment {
  display: inline-block;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center !important;
  padding: 70px 15px 100px !important;
  margin: 20px 0 -4px 0;
  background-color: #ebc7a3 !important;
  width: 100%;
}
.page-template-template-accommodation .section-package-enrichment a {
  text-decoration: underline;
}
.page-template-template-accommodation .section-package-enrichment h2:after,
.page-template-template-accommodation .section-important-info h2:after {
  margin: 20px auto !important;
}
.page-template-template-accommodation .section-package-enrichment .ym-container {
  max-width: 1140px !important;
  margin: 0 auto;
}
.page-template-template-accommodation .section-package-enrichment img {
  max-width: 100%;
  margin-top: 20px;
}
.page-template-template-accommodation .section-package-enrichment h3 {
  margin: 20px 0 5px 0;
}
.page-template-template-accommodation .section-cta {
  padding: 40px 0 60px 0;
  background-color: #774a78;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.page-template-template-accommodation .section-cta h2 {
  color: #fff !important;
}
.page-template-template-accommodation .section-cta h2:after {
  display: none !important;
}
.page-template-template-accommodation .section-cta .btn-locator {
  border-radius: 100px;
  background-color: #fff;
  border-bottom: 4px solid #e2e2e2;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #633b64;
  margin: -10px 0 0 0;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location-2.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 100;
}
.paw-print {
  position: absolute;
  max-height: 110px;
  top: 0;
  right: 0;
  z-index: 99;
}
.paw-print img {
  max-height: 140px;
}
.page-template-template-accommodation .section-google-review {
  padding: 60px 0 40px;
  display: inline-block;
  max-width: 100%;
}
.page-template-template-accommodation .section-important-info {
  padding: 0px 0 50px 0;
  display: inline-block;
}
.page-template-template-accommodation .section-important-info h2 {
  text-align: center !important;
}
.page-template-template-dog-training .section-intro-content .btn-locator {
  background-image: none !important;
  padding: 15px 20px 15px 20px !important;
}
.page-template-template-dog-training .the-content {
  background: #f5efe6 !important;
}
.page-template-template-dog-training .section-intro-content {
  padding: 20px 0 30px 0;
  margin: 0 0 40px 0;
  border-bottom: 0px solid #e4dace;
  display: inline-block;
}
@media (min-width: 992px) {
  .page-template-template-dog-training .section-intro-content .col-ym-9 {
    padding-left: 0px;
  }
}
.page-template-template-dog-training .section-main-content {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
.page-template-template-dog-training .section-main-content .col-ym-3 {
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .page-template-template-dog-training .section-main-content .col-ym-3 {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .page-template-template-dog-training .section-main-content .col-ym-3 {
    width: 100%;
  }
}
.page-template-template-dog-training .section-main-content h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-dog-training .section-main-content h3:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .page-template-template-dog-training .section-main-content {
    display: block;
  }
}
.page-template-template-dog-training .section-main-content img {
  width: 100% !important;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-dog-training .section-main-content img:hover {
  opacity: 0.7;
}
.page-template-template-dog-training .section-package-enrichment {
  display: inline-block;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center !important;
  padding: 30px 15px 50px !important;
  margin: -5px 0 -4px 0;
  background-color: #ebc7a3 !important;
  width: 100%;
}
.page-template-template-dog-training .section-package-enrichment h2:after,
.page-template-template-dog-training .section-important-info h2:after {
  margin: 20px auto !important;
}
.page-template-template-dog-training .section-package-enrichment .ym-container {
  max-width: 1140px !important;
  margin: 0 auto;
}
.page-template-template-dog-training .section-package-enrichment img {
  max-width: 100%;
  margin-top: 20px;
}
.page-template-template-dog-training .section-package-enrichment h3 {
  margin: 20px 0 5px 0;
}
.page-template-template-dog-training .section-cta {
  padding: 40px 0 60px 0;
  background-color: #774a78;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.page-template-template-dog-training .section-cta h2 {
  color: #fff !important;
}
.page-template-template-dog-training .section-cta h2:after {
  display: none !important;
}
.page-template-template-dog-training .section-cta .btn-locator {
  border-radius: 100px;
  background-color: #fff;
  border-bottom: 4px solid #e2e2e2;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #633b64;
  margin: -10px 0 0 0;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location-2.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 100;
}
.page-template-template-dog-training .section-google-review {
  padding: 60px 0 40px;
  display: inline-block;
  max-width: 100%;
}
.page-template-template-dog-training .section-important-info {
  padding: 50px 0 50px 0;
  display: inline-block;
}
.page-template-template-dog-training .section-important-info h2 {
  text-align: center !important;
}
.page-template-template-dog-training .section-important-info h2 a {
  font-size: 27px;
  color: #633b64;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-template-template-dog-training .section-important-info h2 a {
    font-size: 20px;
    color: #633b64;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .page-template-template-dog-training .canine-logo {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }
}
.page-template-template-dog-training .gform_body {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.page-template-template-dog-training .form-wrap {
  width: 100%;
  padding: 20px 50px 100px 20px;
  border: 1px solid #eee e;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  margin: 60px 0 40px;
  background: #f4eee6;
}
.page-template-template-dog-training .form-wrap .gfield_label {
  display: none;
}
.page-template-template-dog-training .form-wrap .gform_title {
  display: none;
}
.page-template-template-dog-training .form-wrap h3 {
  text-align: center;
}
.page-template-template-dog-training .form-wrap .gfield_contains_required:before,
.page-template-template-dog-training .form-wrap .gfield:before {
  display: none;
}
.page-template-template-dog-training .form-wrap input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-dog-training .form-wrap select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-dog-training .form-wrap ul li:before {
  display: none !important;
}
.page-template-template-dog-training .textarea {
  width: 99%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  height: 140px;
  margin: 0 auto 20px;
  display: block;
}
.page-template-template-dog-training .form-wrap ul li {
  padding: 0px !important;
}
.page-template-template-dog-training .form-wrap #input_6_7 .gfield_label {
  display: block !important;
}
.page-template-template-dog-training .form-wrap .ginput_container_fileupload input {
  padding: 15px 20px 40px;
  background: #fafafa;
  margin: 15px 0 20px 0;
}
.page-template-template-dog-training ul.gfield_checkbox li {
  display: inline !important;
  font-size: 15px !important;
}
.page-template-template-dog-training .gfield_checkbox li input,
.page-template-template-dog-training .gfield_checkbox li input[type="checkbox"] {
  width: 15px !important;
  float: none !important;
  margin: 5px 0 15px -20px !important;
  height: 15px;
}
.page-template-template-dog-training .gfield_checkbox li {
  width: 100% !important;
  float: left !important;
  margin: 0 0 2px 0 !important;
}
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container input,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container select,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container textarea {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #000;
}
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container select::-webkit-input-placeholder,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container input::-moz-placeholder,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container select::-moz-placeholder,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container input :-ms-input-placeholder,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container select :-ms-input-placeholder,
.page-template-template-dog-training .form-wrap .gform_fields .gfield .ginput_container textarea :-ms-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-dog-training .form-wrap .gform_button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: 0 auto;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 150px;
}
.page-template-template-dog-training .form-wrap em {
  font-size: 12px;
  margin-top: -20px !important;
  display: block;
}
.page-template-template-dog-training h1 {
  font-size: 35px;
  color: #633b64;
}
.page-template-template-dog-training h3 {
  font-size: 19px;
  color: #633b64;
}
.page-template-template-dog-training .form-wrap #field_9_3 input,
.page-template-template-dog-training .form-wrap #field_9_5 input,
.page-template-template-dog-training .form-wrap #field_9_14 select {
  width: 32.276666%;
}
.page-template-template-dog-training #gform_fields_9 .gchoice_9_18_0,
.page-template-template-dog-training #gform_fields_9 .gchoice_9_18_1,
.page-template-template-dog-training #gform_fields_9 .gchoice_9_18_2,
.page-template-template-dog-training #gform_fields_9 .gchoice_9_18_3,
.page-template-template-dog-training #gform_fields_9 .gchoice_9_18_4 {
  width: 17.9%;
  margin: 0 10px 0px 10px !important;
  float: left;
  background: 0 !important;
  text-align: center;
  padding: 0 5px !important;
  min-height: 100px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 20px 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-dog-training .rating {
  max-width: 370px;
  border-radius: 80px;
  background-color: #ebe5dc;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 100px;
}
#gform_fields_9 #field_9_18 li input {
  display: none !important;
}
#gform_fields_9 input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#gform_fields_9 .rating input[type="radio"]:checked + label img {
  opacity: 0.5;
  border-radius: 100%;
  background-color: #fff;
}
.page-template-template-dog-training .form-wrap .feedback-rating {
  max-width: 500px;
  display: block ruby;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
  padding: 15px 0 !important;
  border-top: 1px solid #dad3c9;
}
.page-template-template-doggy-day-care .footer-booking #pricing-thumbnails {
  display: none !important;
}
body.page .the-content p {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .page-template-template-doggy-day-care .section-1 h1 {
    font-size: 50px !important;
  }
}
.section-intro-content .btn-locator {
  border-radius: 100px;
  background-color: #774a78;
  border-bottom: 4px solid #633b64;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #fff;
  margin: 20px;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-locator:hover {
  opacity: 0.7;
}
.page-template-template-doggy-day-care .the-content {
  background: #f5efe6 !important;
}
.page-template-template-doggy-day-care .section-intro-content {
  padding: 20px 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 0px solid #e4dace;
  display: inline-block;
}
@media (min-width: 992px) {
  .page-template-template-doggy-day-care .section-intro-content .col-ym-9 {
    padding-left: 0px;
  }
}
.page-template-template-doggy-day-care .section-main-content {
  padding: 20px 0 45px 0;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-template-doggy-day-care .section-main-content {
    display: block;
  }
}
.page-template-template-doggy-day-care .section-main-content p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.page-template-template-doggy-day-care .section-main-content img {
  max-height: 70px;
  margin: 20px auto 0;
  display: block;
}
.page-template-template-doggy-day-care .section-package-enrichment {
  display: inline-block;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center !important;
  padding: 70px 15px 100px !important;
  margin: 100px 0 0px 0;
  background-color: #ebc7a3 !important;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-template-doggy-day-care .section-package-enrichment {
    margin: 0px;
  }
}
.page-template-template-doggy-day-care .section-package-enrichment .col-ym-4 {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .page-template-template-doggy-day-care .section-package-enrichment .col-ym-4 {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .page-template-template-doggy-day-care .section-package-enrichment .col-ym-4 {
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-doggy-day-care .section-package-enrichment .col-ym-4 {
    min-height: 450px;
  }
}
.page-template-template-doggy-day-care .section-package-enrichment a {
  text-decoration: underline;
  color: #774a78;
}
.page-template-template-doggy-day-care .section-package-enrichment h2:after,
.page-template-template-doggy-day-care .section-important-info h2:after {
  margin: 20px auto !important;
}
.page-template-template-doggy-day-care .section-package-enrichment .ym-container {
  max-width: 1140px !important;
  margin: 0 auto;
  position: relative;
}
.page-template-template-doggy-day-care .section-package-enrichment img {
  max-width: 180px;
  margin-top: 50px;
  border-radius: 100%;
}
.page-template-template-doggy-day-care .section-package-enrichment h3 {
  margin: 30px auto 20px;
  padding: 7px 10px;
  background: #774a78;
  border-radius: 6px;
  font-size: 16px !important;
  color: #fff !important;
  max-width: 220px;
  font-weight: 500 !important;
}
.page-template-template-doggy-day-care img.paws-1 {
  position: absolute;
  right: 0px;
  top: 10%;
  z-index: 1;
  max-width: 115px;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .page-template-template-doggy-day-care img.paws-1 {
    display: none;
  }
}
.page-template-template-doggy-day-care .section-cta {
  padding: 40px 0 60px 0;
  background-color: #774a78;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.page-template-template-doggy-day-care .section-cta h2 {
  color: #fff !important;
}
.page-template-template-doggy-day-care .section-cta h2:after {
  display: none !important;
}
.page-template-template-doggy-day-care .section-cta .btn-locator {
  border-radius: 100px;
  background-color: #fff;
  border-bottom: 4px solid #e2e2e2;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #633b64;
  margin: -10px 0 0 0;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location-2.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 100;
}
.paw-print {
  position: absolute;
  max-height: 110px;
  top: 0;
  right: 0;
  z-index: 99;
}
.paw-print img {
  max-height: 140px;
}
.page-template-template-doggy-day-care .section-google-review {
  padding: 60px 0 40px;
  display: inline-block;
  max-width: 100%;
}
.page-template-template-doggy-day-care .section-important-info {
  padding: 0px 0 50px 0;
  display: inline-block;
}
.page-template-template-doggy-day-care .section-important-info h2 {
  text-align: center !important;
}
.page-template-template-doggy-day-care img.paws-2 {
  max-width: 190px;
  margin-bottom: 15px;
}
.page-template-template-doggy-day-care .section-1 {
  position: relative;
}
.page-template-template-doggy-day-care .section-intro-content .col-ym-3 img {
  max-width: 200px;
  margin: 20px 0 0 50px;
}
.page-template-template-doggy-day-care .section-intro-content a.btn-link-1,
.page-template-template-doggy-day-care .free-assessments a.btn-link-1 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 20px 10px 0 0;
  box-shadow: 0.5px 6px 0 #9a7759;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 768px) {
  .page-template-template-doggy-day-care .section-intro-content a.btn-link-1,
  .page-template-template-doggy-day-care .section-intro-content a.btn-link-2 {
    display: block !important;
    text-align: center;
  }
}
.page-template-template-doggy-day-care .section-intro-content a.btn-link-2 {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 20px 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.page-template-template-doggy-day-care .free-assessments .left-side {
  background-color: #774a78;
  padding: 50px 60px;
  min-height: 360px;
}
.page-template-template-doggy-day-care .free-assessments .right-side {
  min-height: 360px;
  background-size: cover !important;
}
.page-template-template-doggy-day-care .free-assessments .left-side p {
  color: #fff !important;
}
.page-template-template-doggy-day-care .free-assessments .left-side h3 {
  color: #fff !important;
  margin: 0 0 10px 0;
  font-weight: 400 !important;
}
.page-template-template-doggy-day-care .free-assessments .left-side h2 {
  color: #fff !important;
}
@media (min-width: 992px) {
  .page-template-template-doggy-day-care .free-assessments .left-side h2 {
    margin-top: 10px;
    color: #fff !important;
    max-width: 70%;
  }
}
.page-template-template-doggy-day-care .free-assessments .left-side h2:after {
  display: none !important;
}
@media (min-width: 768px) {
  .page-template-template-doggy-day-care .free-assessments .left-side h2 {
    font-size: 30px !important;
  }
}
.page-template-template-doggy-day-care .free-assessments .left-side img.paws {
  max-width: 190px;
  position: absolute;
  right: 50px;
  bottom: 80px;
}
.page-template-template-doggy-day-care .featured-activity .left-side {
  min-height: 260px;
  border-radius: 0px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0);
  background-size: cover !important;
}
.page-template-template-doggy-day-care .featured-activity .right-side {
  min-height: 360px;
  padding: 0 30px;
  text-align: center;
}
.page-template-template-doggy-day-care .featured-activity {
  margin-top: 0;
  padding-bottom: 20px;
}
.page-template-template-doggy-day-care .featured-activity h3 {
  margin: 0px 0 20px 0;
  padding: 7px 10px;
  background: #774a78;
  border-radius: 6px;
  font-size: 16px !important;
  color: #fff !important;
  max-width: 220px;
  font-weight: 500 !important;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-doggy-day-care .featured-activity .right-side {
    padding: 180px 0 0 80px;
    text-align: left;
  }
  .page-template-template-doggy-day-care .featured-activity .left-side {
    min-height: 360px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  }
  .page-template-template-doggy-day-care .featured-activity {
    margin-top: -100px;
  }
  .page-template-template-doggy-day-care .section-package-enrichment {
    padding: 100px 15px 200px !important;
  }
}
.page-template-template-doggy-day-care .section-resort-times {
  padding: 60px 0;
}
.page-template-template-doggy-day-care .section-resort-times .ym-container {
  position: relative;
}
.page-template-template-doggy-day-care .section-resort-times .resort-box {
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  margin: 0 0 20px 0;
  position: relative;
  z-index: 2;
}
.page-template-template-doggy-day-care .section-resort-times .resort-box h4 {
  font-size: 14px !important;
  font-weight: 600;
  color: #774a78;
  margin: 0px 0 8px !important;
}
.page-template-template-doggy-day-care .section-resort-times .section-description h2,
.page-template-template-doggy-day-care .section-resort-times .section-description p {
  margin: 0px 0px 30px 0 !important;
}
.page-template-template-doggy-day-care .section-resort-times .resort-box a {
  font-size: 14px !important;
  font-weight: 400;
  color: #774a78;
  text-decoration: underline;
  margin: -10px 0 0 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 1100px) {
  .page-template-template-doggy-day-care .section-resort-times .resort-box {
    min-height: 140px;
  }
}
@media (min-width: 768px) {
  .page-template-template-doggy-day-care .section-resort-times .resort-box {
    margin: 0 3% 3% 0;
    width: 30.33%;
  }
}
@media (max-width: 768px) {
  .page-template-template-doggy-day-care .section-resort-times .resort-box {
    min-height: 0px !important;
  }
  .page-template-template-doggy-day-care .section-resort-times,
  .page-template-template-doggy-day-care .section-gallery {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .page-template-template-doggy-day-care .featured-activity .right-side {
    min-height: 0;
  }
  .page-template-template-doggy-day-care .featured-activity h3 {
    margin-top: 40px;
    display: inline-block !important;
  }
  .page-template-template-doggy-day-care .free-assessments {
    display: grid;
  }
  .page-template-template-doggy-day-care .free-assessments .right-side {
    order: 1;
    min-height: 270px;
    background-position: center 35% !important;
  }
  .page-template-template-doggy-day-care .free-assessments .left-side {
    order: 2;
    min-height: 250px;
    padding: 60px 40px;
  }
  .page-template-template-doggy-day-care img.paws-2 {
    max-width: 120px;
    margin-bottom: 15px;
    position: absolute;
    left: 35%;
    bottom: -70px;
  }
  .page-template-template-doggy-day-care .free-assessments .left-side img.paws {
    max-width: 120px;
    right: 20px;
    bottom: unset;
    top: 30px;
  }
  .page-template-template-doggy-day-care .section-1 {
    padding: 190px 0 40px !important;
    min-height: 300px;
  }
  .page-template-template-doggy-day-care .section-intro-content .col-ym-3 img {
    max-width: 150px;
    margin: 30px auto;
    text-align: center;
    display: block;
  }
}
.page-template-template-doggy-day-care .section-gallery {
  padding: 40px 0;
}
.page-template-template-doggy-day-care #lightgallery img {
  max-height: 175px;
  margin: 5px 0 0 0;
}
.page-template-template-doggy-day-care #lightgallery a,
body.page-template-template-gallery #lightgallery2 a {
  width: 19%;
  display: inline-block;
}
@media (max-width: 540px) {
  .page-template-template-doggy-day-care #lightgallery a,
  body.page-template-template-gallery #lightgallery2 a {
    width: 49%;
    display: inline-block;
  }
}
.page-template-template-doggy-day-care .lg-backdrop {
  background-color: rgba(0,0,0,0.7) !important;
}
.page-template-template-dog-training .form-wrap #field_9_28 .gfield_label,
.page-template-template-dog-training .form-wrap #field_9_29 .gfield_label,
.page-template-template-dog-training .form-wrap #field_9_30 .gfield_label,
.page-template-template-dog-training .form-wrap #field_9_31 .gfield_label,
.page-template-template-dog-training .form-wrap #field_9_32 .gfield_label {
  display: block !important;
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px;
}
.gsurvey-rating:not(:checked) > label,
.gsurvey-rating > input:checked ~ label {
  background-size: 38px 38px !important;
  margin: 0 5px !important;
}
.page-template-template-dog-training .permission {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
}
.page-template-template-dog-training.permission ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#gform_fields_9 .permission input[type="radio"]:checked + label {
  opacity: 0.5;
  border-radius: 100%;
  background-color: #eee;
}
#gform_fields_9 #field_9_22 li input {
  display: none !important;
}
.page-template-template-dog-training #gform_fields_9 .gchoice_9_22_0,
.page-template-template-dog-training #gform_fields_9 .gchoice_9_22_1 {
  width: auto;
  float: left;
  text-align: center;
  padding: 0 5px !important;
  min-height: 50px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 -9px 0px 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
#gform_fields_9 .gchoice_9_22_0 label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_9 .gchoice_9_22_1 label {
  border-radius: 0px 12px 12px 0px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_9 .gchoice_9_22_0 input[type="radio"]:checked + label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_9 .gchoice_9_22_1 input[type="radio"]:checked + label {
  border-radius: 0 12px 12px 0 !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
.page-template-template-dog-training .referral-source {
  max-width: 500px !important;
  margin: 0 auto !important;
}
.page-template-template-dog-training .form-wrap  #field_9_9 {
  position: relative;
  width: 100%;
  max-width: 300px !important;
  text-align: center;
  margin: 40px auto 20px;
}
.page-template-template-dog-training .gform_footer {
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 150px !important;
}
.page-template-template-dog-training .validation_message {
  display: inline-block;
}
.page-template-template-dog-training .form-wrap  #input_9_26 {
  width: 100%;
  max-width: 500px !important;
}
.page-template-template-dog-training .section-intro-content img,
.page-template-template-dog-training img.canine-logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-dog-training img.canine-logo {
  margin: 0 0 0 -20px;
}
@media (max-width: 540px) {
  .page-template-template-dog-training img.canine-logo {
    margin: 0 auto;
  }
}
.page-template-template-dog-training .section-intro-content img:hover,
.page-template-template-dog-training img.canine-logo:hover {
  opacity: 0.7;
}
.page-template-template-dog-training .the-content {
  padding: 60px 0 0 !important;
}
.page-template-template-dog-training .dog-training-cta {
  min-height: 700px;
  background-size: cover !important;
}
@media (max-width: 1600px) {
  .page-template-template-dog-training .dog-training-cta {
    min-height: 500px;
  }
}
@media (max-width: 1040px) {
  .page-template-template-dog-training .dog-training-cta {
    min-height: unset;
    background-size: 100% !important;
    height: 300px;
    background-color: #52315d !important;
  }
}
.page-template-template-dog-training .dog-training-mobile-cta {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-dog-training .dog-training-cta {
    background-image: none !important;
    height: 755px !important;
  }
  .page-template-template-dog-training .dog-training-mobile-cta {
    display: block;
    width: 100%;
    padding: 60px !important;
  }
  .page-template-template-dog-training .dog-training-mobile-cta img {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .page-template-template-dog-training .dog-training-cta {
    height: 500px !important;
  }
  .page-template-template-dog-training .dog-training-mobile-cta {
    padding: 0px !important;
  }
}
.page-template-template-home .dog-training-cta {
  min-height: 700px;
  background-size: cover !important;
}
@media (max-width: 1600px) {
  .page-template-template-home .dog-training-cta {
    min-height: 500px;
  }
}
@media (max-width: 1040px) {
  .page-template-template-home .dog-training-cta {
    min-height: unset;
    background-size: 100% !important;
    height: 300px;
    background-color: #52315d !important;
  }
}
.page-template-template-home .dog-training-mobile-cta {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-home .dog-training-cta {
    background-image: none !important;
    height: 755px !important;
  }
  .page-template-template-home .dog-training-mobile-cta {
    display: block;
    width: 100%;
    padding: 60px !important;
  }
  .page-template-template-home .dog-training-mobile-cta img {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .page-template-template-home .dog-training-cta {
    height: 500px !important;
  }
  .page-template-template-home .dog-training-mobile-cta {
    padding: 0px !important;
  }
}
.page-template-template-contact-new .the-content {
  background: #f5efe6 !important;
}
.page-template-template-contact-new .section-package-enrichment {
  display: inline-block;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center !important;
  padding: 30px 15px 50px !important;
  margin: -60px 0 -4px 0;
  background-color: #ebc7a3 !important;
  width: 100%;
}
.page-template-template-contact-new .section-package-enrichment h2:after,
.page-template-template-contact-new .section-important-info h2:after {
  margin: 20px auto !important;
}
.page-template-template-contact-new .section-package-enrichment .ym-container {
  max-width: 1140px !important;
  margin: 0 auto;
}
.page-template-template-contact-new .section-package-enrichment img {
  max-width: 100%;
  margin-top: 20px;
}
.page-template-template-contact-new .section-package-enrichment h3 {
  margin: 20px 0 5px 0;
}
.page-template-template-contact-new .section-cta {
  padding: 40px 0 60px 0;
  background-color: #774a78;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.page-template-template-contact-new .section-google-review {
  padding: 60px 0 40px;
  display: inline-block;
  max-width: 100%;
}
.page-template-template-contact-new .gform_body {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.page-template-template-contact-new .form-wrap {
  width: 100%;
  padding: 20px 50px 100px 20px;
  border: 1px solid #eee e;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  margin: 60px 0 40px;
  background: #f4eee6;
}
.page-template-template-contact-new .form-wrap .gfield_label {
  display: none;
}
.page-template-template-contact-new .form-wrap .gform_title {
  display: none;
}
.page-template-template-contact-new .form-wrap h3 {
  text-align: center;
}
.page-template-template-contact-new .form-wrap .gfield_contains_required:before,
.page-template-template-contact-new .form-wrap .gfield:before {
  display: none;
}
.page-template-template-contact-new .form-wrap input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-contact-new .form-wrap select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-contact-new .form-wrap ul li:before {
  display: none !important;
}
.page-template-template-contact-new .textarea {
  width: 99%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  height: 140px;
  margin: 0 auto 20px;
  display: block;
}
.page-template-template-contact-new .form-wrap ul li {
  padding: 0px !important;
}
.page-template-template-contact-new .form-wrap #input_6_7 .gfield_label {
  display: block !important;
}
.page-template-template-contact-new .form-wrap .ginput_container_fileupload input {
  padding: 15px 20px 40px;
  background: #fafafa;
  margin: 15px 0 20px 0;
}
.page-template-template-contact-new ul.gfield_checkbox li {
  display: inline !important;
  font-size: 15px !important;
}
.page-template-template-contact-new .gfield_checkbox li input,
.page-template-template-contact-new .gfield_checkbox li input[type="checkbox"] {
  width: 15px !important;
  float: none !important;
  margin: 5px 0 15px -20px !important;
  height: 15px;
}
.page-template-template-contact-new .gfield_checkbox li {
  width: 100% !important;
  float: left !important;
  margin: 0 0 2px 0 !important;
}
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container input,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container select,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container textarea {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #000;
}
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container select::-webkit-input-placeholder,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container input::-moz-placeholder,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container select::-moz-placeholder,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container input :-ms-input-placeholder,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container select :-ms-input-placeholder,
.page-template-template-contact-new .form-wrap .gform_fields .gfield .ginput_container textarea :-ms-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-contact-new .form-wrap .gform_button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: 0 auto;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 150px;
}
.page-template-template-contact-new .form-wrap em {
  font-size: 12px;
  margin-top: -20px !important;
  display: block;
}
.page-template-template-contact-new h1 {
  font-size: 35px;
  color: #633b64;
}
.page-template-template-contact-new h3 {
  font-size: 19px;
  color: #633b64;
}
.page-template-template-contact-new .form-wrap #field_10_3 input,
.page-template-template-contact-new .form-wrap #field_10_5 input,
.page-template-template-contact-new .form-wrap #field_10_14 select,
.page-template-template-contact-new .form-wrap #field_10_43 select {
  width: 32.276666%;
}
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_0,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_1,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_2,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_3,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_4,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_5,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_6,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_7,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_8,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_9 {
  width: 23%;
  float: left;
  padding: 0 10px 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: none;
  margin: 0 5px 10px 10px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
  text-align: left;
  background: #fff9f2;
  border-radius: 12px;
  border: 1px solid #e4ded1;
}
.page-template-template-contact-new #gform_fields_10 #input_10_34 {
  width: 100%;
  padding: 0px;
  margin: 0 0 0 -7px;
}
@media (max-width: 768px) {
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_0,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_1,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_2,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_3,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_4,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_5,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_6,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_7,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_8,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_9 {
    width: 45%;
  }
}
@media (max-width: 540px) {
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_0,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_1,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_2,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_3,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_4,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_5,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_6,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_7,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_8,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_9 {
    width: 100%;
    padding: 0 0px 0 5px !important;
    font-size: 13px;
    line-height: 14px;
  }
  #gform_wrapper_10 {
    min-width: 270px !important;
  }
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_0 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_1 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_2 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_3 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_4 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_5 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_6 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_7 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_8 input,
  .page-template-template-contact-new #gform_fields_10 .gchoice_10_34_9 input {
    width: 15px !important;
    height: 30px !important;
    margin: 0 10px 0 0;
  }
}
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_0 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_1 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_2 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_3 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_4 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_5 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_6 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_7 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_8 input,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_34_9 input {
  width: 15px !important;
  margin: 0 10px 0 0;
}
.page-template-template-contact-new .rating {
  max-width: 370px;
  border-radius: 80px;
  background-color: #ebe5dc;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 100px;
}
#gform_fields_10 #field_10_18 li input {
  display: none !important;
}
#gform_fields_10 input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#gform_fields_10 .rating input[type="radio"]:checked + label img {
  opacity: 0.5;
  border-radius: 100%;
  background-color: #fff;
}
.page-template-template-contact-new .form-wrap .feedback-rating {
  max-width: 500px;
  display: block ruby;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
  padding: 15px 0 !important;
  border-top: 1px solid #dad3c9;
}
.page-template-template-contact-new .form-wrap #field_10_28 .gfield_label,
.page-template-template-contact-new .form-wrap #field_10_29 .gfield_label,
.page-template-template-contact-new .form-wrap #field_10_30 .gfield_label,
.page-template-template-contact-new .form-wrap #field_10_31 .gfield_label,
.page-template-template-contact-new .form-wrap #field_10_32 .gfield_label {
  display: block !important;
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px;
}
.gsurvey-rating:not(:checked) > label,
.gsurvey-rating > input:checked ~ label {
  background-size: 38px 38px !important;
  margin: 0 5px !important;
}
.page-template-template-contact-new .permission {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
}
.page-template-template-contact-new.permission ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#gform_fields_10 input[type="radio"]:checked + label {
  opacity: 0.5;
  border-radius: 100%;
}
#gform_fields_10 #field_10_22 li input {
  display: none !important;
}
.page-template-template-contact-new #gform_fields_10 .gchoice_10_22_0,
.page-template-template-contact-new #gform_fields_10 .gchoice_10_22_1 {
  width: auto;
  float: left;
  text-align: center;
  padding: 0 5px !important;
  min-height: 50px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 -9px 0px 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
#gform_fields_10 .gchoice_10_22_0 label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_10 .gchoice_10_22_1 label {
  border-radius: 0px 12px 12px 0px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_10 .gchoice_10_22_0 input[type="radio"]:checked + label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_10 .gchoice_10_22_1 input[type="radio"]:checked + label {
  border-radius: 0 12px 12px 0 !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
.page-template-template-contact-new .referral-source {
  max-width: 500px !important;
  margin: 0 auto !important;
}
.page-template-template-contact-new .form-wrap  #field_10_9 {
  position: relative;
  width: 100%;
  max-width: 300px !important;
  text-align: center;
  margin: 40px auto 20px;
}
.page-template-template-contact-new .gform_footer {
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 150px !important;
}
.page-template-template-contact-new .validation_message {
  display: inline-block;
}
.page-template-template-contact-new .form-wrap  #input_9_26 {
  width: 100%;
  max-width: 500px !important;
}
.page-template-template-home .section-1 {
  padding: 270px 0 220px !important;
}
@media (max-width: 768px) {
  .page-template-template-home .section-1 {
    padding: 160px 0 140px !important;
    margin: 0 auto;
    text-align: center;
  }
}
.page-template-template-home .section-1 h1 {
  color: #7a487a !important;
  font-family: 'Dancing Script', cursive !important;
  font-size: 90px !important;
  font-weight: 500 !important;
  text-shadow: 0px 2px 5px rgba(255,255,255,0.9) !important;
  line-height: 70px;
}
.page-template-template-home .section-1 h1 span {
  font-size: 60px !important;
}
@media (max-width: 768px) {
  .page-template-template-home .section-1 h1 {
    font-size: 60px !important;
    color: #fff !important;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4) !important;
    line-height: 50px;
  }
}
.page-template-template-home .section-1 .btn-locator {
  border-radius: 100px;
  background-color: #774a78;
  border-bottom: 4px solid #633b64;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #fff;
  margin: -10px 0 0 0;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-home .the-content {
  background: #f5efe6 !important;
  padding: 60px 0 0 !important;
}
.page-template-template-home .section-intro-content {
  padding: 20px 0 60px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #e4dace;
  display: inline-block;
}
@media (max-width: 768px) {
  .page-template-template-home .section-intro-content,
  .page-template-template-home .the-content h2:after {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .section-intro-content .col-ym-9 {
    padding-left: 0px;
  }
}
.page-template-template-home .section-main-content {
  padding: 20px 0 45px 0;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-template-home .section-main-content {
    display: block;
  }
}
.page-template-template-home .section-main-content img {
  max-height: 70px;
  margin: 20px auto 0;
  display: block;
}
.page-template-template-home .section-package-enrichment {
  display: inline-block;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center !important;
  padding: 70px 15px 30px !important;
  margin: 20px 0 -4px 0;
  background-color: #ebc7a3 !important;
  width: 100%;
}
.page-template-template-home .section-package-enrichment h2:after,
.page-template-template-home .section-important-info h2:after {
  margin: 20px 15px !important;
}
.page-template-template-home .section-package-enrichment .ym-container {
  max-width: 1140px !important;
  margin: 0 auto;
}
.page-template-template-home .section-package-enrichment img {
  max-width: 100%;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.page-template-template-home .section-package-enrichment h3 {
  margin: 20px 0 5px 0;
}
.page-template-template-home .btn-1 {
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #c69e76;
  border-bottom: 3px solid #9a7759;
  display: inline-block;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-home .btn-2 {
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #774a78;
  border-bottom: 3px solid #633b64;
  display: inline-block;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-home .section-package-enrichment .col-ym-4 {
  text-align: center;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .page-template-template-home .section-package-enrichment .col-ym-4 {
    min-height: 530px;
  }
  .page-template-template-home .section-package-enrichment .col-ym-4.home-tabs-shorten {
    min-height: 330px;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .section-package-enrichment .col-ym-4 {
    min-height: 500px;
  }
  .page-template-template-home .section-package-enrichment .col-ym-4.home-tabs-shorten {
    min-height: 330px;
  }
}
.page-template-template-home .btn-1:hover,
.page-template-template-home .btn-2:hover {
  opacity: 0.7;
}
.page-template-template-home .section-cta {
  padding: 40px 0 60px 0;
  background-color: #774a78;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.page-template-template-home .section-cta h2 {
  color: #fff !important;
}
.page-template-template-home .section-cta h2:after {
  display: none !important;
}
.page-template-template-home .section-cta .btn-locator {
  border-radius: 100px;
  background-color: #fff;
  border-bottom: 4px solid #e2e2e2;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #633b64;
  margin: -10px 0 0 0;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location-2.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 100;
}
.page-template-template-home .section-google-review {
  padding: 60px 0 40px;
  display: inline-block;
  max-width: 100%;
}
.page-template-template-home .section-important-info {
  padding: 0px 0 50px 0;
  display: inline-block;
}
.page-template-template-home .section-important-info h2 {
  text-align: center !important;
}
.page-template-template-home .latest-podcast .articles {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
}
.page-template-template-home .latest-podcast .article-content h4 a {
  font-size: 21px !important;
  font-weight: 700;
  color: #633b64 !important;
}
@media (max-width: 768px) {
  .page-template-template-home .latest-podcast .article-content h4 a {
    font-size: 17px !important;
  }
}
.page-template-template-home .latest-podcast .articles .featured-image {
  width: 100%;
  height: auto;
}
.page-template-template-home .latest-podcast .articles .featured-image img {
  width: 100%;
  height: auto;
  padding: 25px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-home .latest-podcast .articles .featured-image img:hover {
  opacity: 0.7;
}
.page-template-template-home .latest-podcast .single-article .article-content {
  padding: 56px 20px 15px 20px !important;
}
@media (max-width: 992px) {
  .page-template-template-home .latest-podcast .single-article .article-content {
    padding: 15px 20px 15px 30px !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .latest-podcast .single-article .article-content {
    padding: 0px 20px 15px 40px !important;
  }
}
.page-template-template-home .latest-podcast .single-article .icn-podcast img {
  position: absolute;
  max-width: 60px;
  right: 10px;
  top: 10px;
}
.page-template-template-home .latest-podcast .single-article a.btn-podcast {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #774a78;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-home .latest-podcast .single-article a.btn-podcast:hover {
  opacity: 0.7;
}
.sb_instagram_header,
#sbi_load {
  display: none !important;
}
.page-template-template-home .section-instagram-feed {
  padding: 45px 0px 0px;
}
@media (max-width: 768px) {
  .page-template-template-home .section-instagram-feed {
    max-height: 570px;
  }
}
.page-template-template-home .section-instagram-feed h2 {
  display: inline-block;
  float: left;
}
.page-template-template-home .section-instagram-feed .instagram-icn {
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-instagram.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0px center;
  padding: 10px 0 10px 20px;
  display: inline-block;
  text-decoration: underline;
  color: #633b64;
  float: right;
}
@media (max-width: 768px) {
  .page-template-template-home .section-instagram-feed h2,
  .page-template-template-home .section-instagram-feed .instagram-icn {
    display: block;
    float: none;
  }
}
.wpsm_nav-tabs > li,
.wpsm_nav-tabs > li {
  text-align: center !important;
  margin: 0 auto !important;
  display: inline-block !important;
  float: none !important;
}
.wpsm_nav-tabs > li > a {
  background-color: #fff !important;
  color: #633b64 !important;
  font-weight: 400 !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  font-family: 'Droid Serif', serif !important;
}
.wpsm_nav-tabs > li.active > a,
.wpsm_nav-tabs > li.active > a:hover,
.wpsm_nav-tabs > li.active > a:focus {
  background-color: #633b64 !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  font-family: 'Droid Serif', serif !important;
}
.page-template-template-locations-new .the-content {
  background: #f5efe6 !important;
}
.page-template-template-locations-new .section-package-enrichment h2:after,
.page-template-template-locations-new .section-important-info h2:after {
  margin: 20px auto !important;
}
.page-template-template-locations-new .section-package-enrichment .ym-container {
  max-width: 1140px !important;
  margin: 0 auto;
}
.page-template-template-locations-new .section-cta {
  padding: 40px 0 60px 0;
  background-color: #774a78;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.page-template-template-locations-new .section-google-review {
  padding: 120px 0 20px;
  display: inline-block;
  max-width: 100%;
}
.page-template-template-locations-new .wpgmza-pagination > .paginationjs {
  display: none !important;
}
.wpgmza-grid-item .wpgmza_marker_title,
.wpgmza-grid-item,
.wpgmza_marker_title,
p.wpgmza_marker_title,
p.wpgmza-content-address-holder-inner {
  font-weight: 700 !important;
  font-size: 17px !important;
  color: #774a78 !important;
}
.wpgmza-address {
  font-weight: 400 !important;
  opacity: 1 !important;
}
.wpgmza-grid-item .wpgmza-desc {
  padding: 0 20px !important;
  opacity: 1 !important;
}
.wpgmza-grid-item {
  padding: 20px !important;
  border-radius: 12px !important;
  min-height: 260px !important;
}
.wpgmza-desc .btn-1 {
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700px;
  border-radius: 100px;
  background-color: #c69e76;
  border-bottom: 3px solid #9a7759;
  display: inline-block;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpgmza-desc .btn-2 {
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700px;
  border-radius: 100px;
  background-color: #774a78;
  border-bottom: 3px solid #633b64;
  display: inline-block;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpgmza-desc .btn-1:hover,
.wpgmza-desc .btn-2:hover {
  opacity: 0.7;
}
#wpgmza_filter_1 {
  background-color: #f9f5f0 !important;
  border-radius: 12px !important;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1) !important;
  margin: 0 0 40px !important;
  padding: 20px 25px !important;
}
@media (min-width: 992px) {
  #wpgmza_filter_1 {
    width: 230px;
    display: inline-block;
  }
}
#wpgmza_filter_1 span {
  padding: 20px 0 0 25px !important;
  display: block !important;
  margin: 0 0 -15px 0 !important;
  font-family: 'Droid Serif', serif !important;
  font-weight: 700 !important;
}
.gm-style .gm-style-iw-c {
  min-width: 250px !important;
}
.wpgmza_infowindow_title {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #633b64 !important;
}
.wpgmza_infowindow_description strong {
  color: #633b64 !important;
}
.wpgmza_infowindow_description .btn-1 {
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #c69e76;
  border-bottom: 3px solid #9a7759;
  display: inline-block;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpgmza_infowindow_description .btn-2 {
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #774a78;
  border-bottom: 3px solid #633b64;
  display: inline-block;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpgmza_infowindow_description .btn-1:hover,
.wpgmza_infowindow_description .btn-2:hover {
  opacity: 0.7;
}
.wpgmza_cat_checkbox_holder {
  max-height: 100% !important;
  height: auto !important;
}
.page-id-2421 #wpgmza_filter_1 ul li:before {
  content: none !important;
  padding-right: 0px !important;
}
.wpgmza_cat_checkbox_item_holder_1,
.wpgmza_cat_checkbox_item_holder_6,
.wpgmza_cat_checkbox_item_holder_12,
.wpgmza_cat_checkbox_item_holder_13 {
  display: inline-block !important;
  padding: 0 50px 0 0 !important;
  vertical-align: top !important;
}
@media (max-width: 540px) {
  .wpgmza_cat_checkbox_item_holder_1,
  .wpgmza_cat_checkbox_item_holder_6,
  .wpgmza_cat_checkbox_item_holder_12,
  .wpgmza_cat_checkbox_item_holder_13 {
    display: inline-block !important;
    padding: 10px 10px 0 0 !important;
    vertical-align: top !important;
    width: 130px !important;
  }
  .wpgmza_cat_checkbox_item_holder .wpgmza_cat_ul_child label {
    font-size: 12px !important;
  }
}
input#wpgmza_cat_checkbox_1,
input#wpgmza_cat_checkbox_6,
input#wpgmza_cat_checkbox_12,
input#wpgmza_cat_checkbox_13 {
  display: none !important;
}
.wpgmza_cat_checkbox_item_holder_1 label,
.wpgmza_cat_checkbox_item_holder_6 label,
.wpgmza_cat_checkbox_item_holder_12 label,
.wpgmza_cat_checkbox_item_holder_13 label {
  font-weight: 700 !important;
  color: #774a78 !important;
}
.wpgmza_cat_checkbox_item_holder .wpgmza_cat_ul_child label {
  font-weight: 500 !important;
  color: #000 !important;
}
.wpgmza_cat_checkbox_item_holder .wpgmza_cat_ul_child {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 0px !important;
  line-height: 0px !important;
}
.wpgmza_cat_ul_child li {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.wpgmza-inner input[type="button"] {
  background: #774a78;
  border-bottom: 2px solid #633b64;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  padding: 0 15px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpgmza-inner input[type="button"]:hover {
  background: #774a78;
  border-bottom: 2px solid #633b64;
  opacity: 0.7;
}
.wpgmza-modern-store-locator input,
.wpgmza-modern-store-locator select {
  border: 1px solid transparent !important;
}
@media (max-width: 440px) {
  .wpgmza-modern-store-locator > .wpgmza-inner {
    width: 200px !important;
    margin-left: -15px !important;
  }
  .wpgmza-modern-store-locator .addressInput {
    margin: 0 0 10px 0 !important;
    background: #eee !important;
  }
}
.map-locator #wpgmza_map_1 {
  height: 440px !important;
  width: 100% !important;
}
@media (max-width: 992px) {
  .map-locator #wpgmza_map_1 {
    height: 440px !important;
  }
}
@media (max-width: 768px) {
  .map-locator #wpgmza_map_1 {
    height: 440px !important;
  }
}
@media (min-width: 992px) {
  #wpgmza_filter_1 {
    width: 230px !important;
    display: inline-block !important;
    float: none !important;
    padding: 5px 10px !important;
  }
  .map-locator #wpgmza_map_1 {
    width: 75% !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    height: 560px !important;
    margin-bottom: 40px !important;
  }
  .wpgmza_cat_checkbox_item_holder .wpgmza_cat_ul_child label {
    font-size: 13px !important;
  }
}
.pricing-section-container .rates-button {
  background-color: #a47095 !important;
}
.pricing-section-container .rates-content.open {
  max-height: fit-content;
}
.pricing-section-container .rates-content ul li {
  padding: 12px 0 12px 0px !important;
  background: transparent !important;
  border-bottom: 1px solid #ddd !important;
}
body.page-template-template-locations .pet-extras .pricing-section,
body.page-template-template-locations .pet-extras .spb-asset-content {
  background: none !important;
  background-color: #fffefb !important;
  padding: 20px 30px 20px 30px;
  border-radius: 12px;
}
body.page-template-template-locations .pet-extras .spb-asset-content .r-tabs-panel {
  min-height: 380px !important;
}
body.page-template-template-locations .pet-extras .pricing-section ul.r-tabs-nav li:before {
  content: none !important;
}
body.page-template-template-locations .pet-extras .pricing-section #tab-resort-1 ul li,
body.page-template-template-locations .pet-extras .pricing-section #tab-resort-2 ul li {
  border-bottom: 1px solid #eee !important;
  padding: 4px 2px 4px 0px !important;
}
body.page-template-template-locations .pet-extras .pricing-section #tab-resort-1 ul,
body.page-template-template-locations .pet-extras .pricing-section #tab-resort-2 ul {
  padding-left: 0px !important;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
@media (max-width: 540px) {
  body.page-template-template-locations .pet-extras .pricing-section #tab-resort-1 ul,
  body.page-template-template-locations .pet-extras .pricing-section #tab-resort-2 ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
body.page-template-template-locations .pet-extras .pricing-section #tab-resort-1 ul li:before,
body.page-template-template-locations .pet-extras .pricing-section #tab-resort-2 ul li:before {
  display: none;
}
body.page-template-template-locations .pet-extras h2 {
  font-size: 24px !important;
  padding: 0px !important;
  margin: 0 0 0 30px !important;
}
body.page-template-template-locations .the-content {
  background-color: #f5efe6 !important;
  display: inline-block;
  margin: -15px auto 0;
  width: 100%;
}
body.page-template-template-locations #inner-wrapper {
  background-color: #f5efe6 !important;
}
body.page .the-content {
  background-color: #f5efe6 !important;
}
.page-template-template-locations p.location-phone a {
  color: #633b64 !important;
  text-decoration: underline !important;
  font-size: 14px;
}
.page-template-template-employment .section-intro-content .btn-locator {
  background-image: none !important;
  padding: 15px 20px 15px 20px !important;
}
.page-template-template-employment .the-content {
  background: #f5efe6 !important;
}
.page-template-template-employment .section-intro-content {
  padding: 20px 0 30px 0;
  margin: 0 0 40px 0;
  border-bottom: 0px solid #e4dace;
  display: inline-block;
}
@media (min-width: 992px) {
  .page-template-template-employment .section-intro-content .col-ym-9 {
    padding-left: 0px;
  }
}
.page-template-template-employment .section-main-content {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
.page-template-template-employment .section-main-content .col-ym-3 {
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .page-template-template-employment .section-main-content .col-ym-3 {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .page-template-template-employment .section-main-content .col-ym-3 {
    width: 100%;
  }
}
.page-template-template-employment .section-main-content h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-employment .section-main-content h3:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .page-template-template-employment .section-main-content {
    display: block;
  }
}
.page-template-template-employment .section-main-content img {
  width: 100% !important;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-employment .section-main-content img:hover {
  opacity: 0.7;
}
.page-template-template-employment .section-package-enrichment {
  display: inline-block;
  background: url('https://www.petresortsaustralia.com/wp-content/themes/project-ym/less/../images/header-pattern.png') repeat center center !important;
  padding: 30px 15px 50px !important;
  margin: -5px 0 -4px 0;
  background-color: #ebc7a3 !important;
  width: 100%;
}
.page-template-template-employment .section-package-enrichment h2:after,
.page-template-template-employment .section-important-info h2:after {
  margin: 20px auto !important;
}
.page-template-template-employment .section-package-enrichment .ym-container {
  max-width: 1140px !important;
  margin: 0 auto;
}
.page-template-template-employment .section-package-enrichment img {
  max-width: 100%;
  margin-top: 20px;
}
.page-template-template-employment .section-package-enrichment h3 {
  margin: 20px 0 5px 0;
}
.page-template-template-employment .section-cta {
  padding: 40px 0 60px 0;
  background-color: #774a78;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.page-template-template-employment .section-cta h2 {
  color: #fff !important;
}
.page-template-template-employment .section-cta h2:after {
  display: none !important;
}
.page-template-template-employment .section-cta .btn-locator {
  border-radius: 100px;
  background-color: #fff;
  border-bottom: 4px solid #e2e2e2;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 15px 15px 40px;
  font-weight: 700;
  color: #633b64;
  margin: -10px 0 0 0;
  background-image: url('https://www.petresortsaustralia.com/wp-content/uploads/icn-location-2.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 18px center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 100;
}
.page-template-template-employment .section-google-review {
  padding: 60px 0 40px;
  display: inline-block;
  max-width: 100%;
}
.page-template-template-employment .section-important-info {
  padding: 50px 0 50px 0;
  display: inline-block;
}
.page-template-template-employment .section-important-info h2 {
  text-align: center !important;
}
.page-template-template-employment .section-important-info h2 a {
  font-size: 27px;
  color: #633b64;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-template-template-employment .section-important-info h2 a {
    font-size: 20px;
    color: #633b64;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .page-template-template-employment .canine-logo {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }
}
.page-template-template-employment .gform_body {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.page-template-template-employment .form-wrap {
  width: 100%;
  padding: 20px 50px 100px 20px;
  border: 1px solid #eee e;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  margin: 60px 0 40px;
  background: #f4eee6;
}
.page-template-template-employment .form-wrap .gfield_label {
  display: none;
}
.page-template-template-employment .form-wrap .gform_title {
  display: none;
}
.page-template-template-employment .form-wrap h3 {
  text-align: center;
}
.page-template-template-employment .form-wrap .gfield_contains_required:before,
.page-template-template-employment .form-wrap .gfield:before {
  display: none;
}
.page-template-template-employment .form-wrap input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-employment .form-wrap select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  float: left;
  width: 49%;
  margin: 10px 0.5%;
  height: 45px;
  padding: 0 15px;
}
.page-template-template-employment .form-wrap ul li:before {
  display: none !important;
}
.page-template-template-employment .textarea {
  width: 99%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  height: 140px;
  margin: 0 auto 20px;
  display: block;
}
.page-template-template-employment .form-wrap ul li {
  padding: 0px !important;
}
.page-template-template-employment .form-wrap #input_6_7 .gfield_label {
  display: block !important;
}
.page-template-template-employment .form-wrap .ginput_container_fileupload input {
  padding: 15px 20px 40px;
  background: #fafafa;
  margin: 15px 0 20px 0;
}
.page-template-template-employment ul.gfield_checkbox li {
  display: inline !important;
  font-size: 15px !important;
}
.page-template-template-employment .gfield_checkbox li input,
.page-template-template-employment .gfield_checkbox li input[type="checkbox"] {
  width: 15px !important;
  float: none !important;
  margin: 5px 0 15px -20px !important;
  height: 15px;
}
.page-template-template-employment .gfield_checkbox li {
  width: 100% !important;
  float: left !important;
  margin: 0 0 2px 0 !important;
}
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container input,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container select,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container textarea {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #000;
}
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container select::-webkit-input-placeholder,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container input::-moz-placeholder,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container select::-moz-placeholder,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container input :-ms-input-placeholder,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container select :-ms-input-placeholder,
.page-template-template-employment .form-wrap .gform_fields .gfield .ginput_container textarea :-ms-input-placeholder {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #727272 !important;
}
.page-template-template-employment .form-wrap .gform_button {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 35px 8px;
  margin: 0 auto;
  background: #774a78;
  box-shadow: 0.5px 6px 0 #633b64;
  border: 0 none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 150px;
}
.page-template-template-employment .form-wrap em {
  font-size: 12px;
  margin-top: -20px !important;
  display: block;
}
.page-template-template-employment h1 {
  font-size: 35px;
  color: #633b64;
}
.page-template-template-employment h3 {
  font-size: 19px;
  color: #633b64;
}
.page-template-template-employment .form-wrap #field_11_3 input,
.page-template-template-employment .form-wrap #field_11_5 input,
.page-template-template-employment .form-wrap #field_11_14 select {
  width: 49%;
}
.page-template-template-employment .form-wrap #field_11_42 input {
  width: 100% !important;
}
@media (max-width: 768px) {
  .page-template-template-employment .form-wrap #field_11_44 select {
    width: 100% !important;
  }
}
.page-template-template-employment .form-wrap #field_11_35,
.page-template-template-employment .form-wrap #field_11_38 {
  width: 49%;
  vertical-align: top;
  margin-top: 20px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 540px) {
  .page-template-template-employment .form-wrap #field_11_35,
  .page-template-template-employment .form-wrap #field_11_38 {
    width: 100%;
  }
}
.page-template-template-employment #gform_fields_11 li.gchoice_11_35_1,
.page-template-template-employment #gform_fields_11 li.gchoice_11_35_2 {
  display: inline-block;
  width: 20% !important;
}
.page-template-template-employment #gform_fields_11 li.gchoice_11_38_1,
.page-template-template-employment #gform_fields_11 li.gchoice_11_38_2,
.page-template-template-employment #gform_fields_11 li.gchoice_11_38_3,
.page-template-template-employment #gform_fields_11 li.gchoice_11_38_4,
.page-template-template-employment #gform_fields_11 li.gchoice_11_38_5 {
  display: inline-block;
  width: 50% !important;
  height: 25px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .page-template-template-employment #gform_fields_11 li.gchoice_11_38_1,
  .page-template-template-employment #gform_fields_11 li.gchoice_11_38_2,
  .page-template-template-employment #gform_fields_11 li.gchoice_11_38_3,
  .page-template-template-employment #gform_fields_11 li.gchoice_11_38_4,
  .page-template-template-employment #gform_fields_11 li.gchoice_11_38_5 {
    display: block;
    width: 100% !important;
  }
}
#gfield_description_11_35,
#gfield_description_11_36,
#gfield_description_11_41,
#gfield_description_11_42,
#gfield_description_11_38,
#gfield_description_11_44 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.page-template-template-employment .form-wrap #field_11_36,
.page-template-template-employment .form-wrap #field_11_41 {
  width: 49%;
  display: inline-block;
  padding: 0 5px !important;
}
.page-template-template-employment .form-wrap #field_11_36 input,
.page-template-template-employment .form-wrap #field_11_41 input {
  width: 100%;
}
@media (max-width: 540px) {
  .page-template-template-employment .form-wrap #field_11_36,
  .page-template-template-employment .form-wrap #field_11_41 {
    width: 100%;
  }
}
.page-template-template-employment #gform_fields_11 .gchoice_11_18_0,
.page-template-template-employment #gform_fields_11 .gchoice_11_18_1,
.page-template-template-employment #gform_fields_11 .gchoice_11_18_2,
.page-template-template-employment #gform_fields_11 .gchoice_11_18_3,
.page-template-template-employment #gform_fields_11 .gchoice_11_18_4 {
  width: 17.9%;
  margin: 0 10px 0px 10px !important;
  float: left;
  background: 0 !important;
  text-align: center;
  padding: 0 5px !important;
  min-height: 100px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 20px 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-template-employment .rating {
  max-width: 370px;
  border-radius: 80px;
  background-color: #ebe5dc;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 100px;
}
#gform_fields_11 #field_11_18 li input {
  display: none !important;
}
#gform_fields_11 input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#gform_fields_11 .rating input[type="radio"]:checked + label img {
  opacity: 0.5;
  border-radius: 100%;
  background-color: #fff;
}
.page-template-template-employment .form-wrap .feedback-rating {
  max-width: 500px;
  display: block ruby;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
  padding: 15px 0 !important;
  border-top: 1px solid #dad3c9;
}
.page-template-template-employment .form-wrap #field_11_28 .gfield_label,
.page-template-template-employment .form-wrap #field_11_29 .gfield_label,
.page-template-template-employment .form-wrap #field_11_30 .gfield_label,
.page-template-template-employment .form-wrap #field_11_31 .gfield_label,
.page-template-template-employment .form-wrap #field_11_32 .gfield_label {
  display: block !important;
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px;
}
.gsurvey-rating:not(:checked) > label,
.gsurvey-rating > input:checked ~ label {
  background-size: 38px 38px !important;
  margin: 0 5px !important;
}
.page-template-template-employment .permission {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
}
.page-template-template-employment.permission ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#gform_fields_11 .permission input[type="radio"]:checked + label {
  opacity: 0.5;
  border-radius: 100%;
  background-color: #eee;
}
#gform_fields_11 #field_11_22 li input {
  display: none !important;
}
.page-template-template-employment #gform_fields_11 .gchoice_11_22_0,
.page-template-template-employment #gform_fields_11 .gchoice_11_22_1 {
  width: auto;
  float: left;
  text-align: center;
  padding: 0 5px !important;
  min-height: 50px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 -9px 0px 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
#gform_fields_11 .gchoice_11_22_0 label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_11 .gchoice_11_22_1 label {
  border-radius: 0px 12px 12px 0px !important;
  background-color: #fff !important;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_11 .gchoice_11_22_0 input[type="radio"]:checked + label {
  border-radius: 12px 0px 0 12px !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
#gform_fields_11 .gchoice_11_22_1 input[type="radio"]:checked + label {
  border-radius: 0 12px 12px 0 !important;
  background-color: #633b64 !important;
  color: #fff;
  padding: 13px 20px !important;
  opacity: 1 !important;
}
.page-template-template-employment .referral-source {
  max-width: 500px !important;
  margin: 0 auto !important;
}
.page-template-template-employment .form-wrap  #field_11_9 {
  position: relative;
  width: 100%;
  max-width: 300px !important;
  text-align: center;
  margin: 40px auto 20px;
}
.page-template-template-employment .gform_footer {
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 150px !important;
}
.page-template-template-employment .validation_message {
  display: inline-block;
}
.page-template-template-employment .form-wrap  #input_11_26 {
  width: 100%;
  max-width: 500px !important;
}
.job-container {
  margin-top: 30px;
  padding: 30px 27px 30px 27px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
  background: #f4eee6;
  height: auto;
  display: inline-block;
  width: 100%;
  border-radius: 12px;
}
.job-container .col-ym-2 {
  text-align: center;
}
.job-container .col-ym-10 {
  border-right: 1px solid #eee;
}
@media (max-width: 767px) {
  .job-container .col-ym-10 {
    border-right: 0px solid #eee;
  }
}
.job-container .col-ym-3,
.job-container .col-ym-6 {
  padding-left: 0;
}
.btn-apply {
  width: 100%;
  background-color: #774a78;
  border-bottom: 4px solid #633b64;
  border-radius: 100px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 15px;
  margin-top: 28px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-apply a {
  color: #fff !important;
  font-size: 14px !important;
}
.btn-apply:hover {
  opacity: 0.7;
}
.btn-application {
  width: 100%;
  background-color: #774a78;
  border-bottom: 4px solid #633b64;
  border-radius: 100px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 15px;
  margin-top: 28px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-application a {
  color: #fff !important;
  font-size: 14px !important;
}
.btn-application:hover {
  opacity: 0.7;
}
h4#job-listings,
h4#jobs-form {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
.job-container h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.job-container h5 {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  letter-spacing: -0.01em !important;
  margin-top: 9px;
}
.job-container p {
  line-height: 21px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 540px) {
  #tablepress-31 .column-1 {
    width: 70%;
  }
}
body.page #tablepress-31 {
  max-width: 700px !important;
}
.tablepress thead th {
  padding: 0 20px !important;
}
.validation_message {
  width: 100% !important;
  display: inline-block !important;
}
.video-hero {
  min-height: 420px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  max-width: 100%;
  margin: 0 0 20px 0;
}
.page-id-2012 .video-hero {
  min-height: 540px !important;
}
@media (min-width: 992px) {
  .video-hero {
    min-height: 600px;
  }
}
.video-hero .container {
  z-index: 999;
  position: relative;
  top: 200px;
}
@media (min-width: 992px) {
  .video-hero .container {
    top: 250px;
    margin: 0 auto;
  }
}
.video-hero .video-wrap {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.home .hero-banner {
  display: none;
}
@media (max-width: 768px) {
  .home .video-hero {
    display: none;
  }
  .home .hero-banner {
    display: block;
  }
}
.video-hero .video-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  z-index: 0;
}
@media (max-width: 540px) {
  .video-hero .video-placeholder {
    left: -10%;
    min-width: 140%;
  }
}
.video-hero .video-content {
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 500px;
  color: #fff;
}
@media (min-width: 992px) {
  .video-hero .video-content {
    min-height: 830px;
  }
}
.video-hero .video-content h3 {
  font-weight: 300;
  font-size: 3em;
}
@media (min-width: 992px) {
  .video-hero .video-content h3 {
    font-size: 5.714em;
  }
}
.video-hero .video-content h4 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0 0 25px 0;
  width: 100%;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .video-hero .video-content h4 {
    font-size: 2.857em;
  }
}
.video-hero h1 {
  font-size: 30px;
  font-weight: 400 !important;
  color: #fff;
  margin: -80px 0 0 0;
  text-align: center;
  text-shadow: 1px 0 1px rgba(0,0,0,0.5);
}
@media (min-width: 768px) {
  .video-hero h1 {
    font-size: 40px;
    margin: 0 0 40px;
    text-align: left;
  }
}
.video-hero a.enquiry {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #c69e76;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 15px 0;
  box-shadow: 0.5px 6px 0 #9a7759;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.video-hero a.book {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #774a78 !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.video-hero a.book-2 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #ad4274 !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #9b3364;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 768px) {
  .video-hero a.enquiry,
  .video-hero a.book,
  .video-hero a.book-2 {
    display: block !important;
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
}
.video-hero a.enquiry:hover,
.video-hero a.book:hover,
.video-hero a.book-2:hover {
  opacity: 0.7;
  color: #fff !important;
}
.video-hero a strong {
  font-weight: 700 !important;
}
.video-hero a:hover,
.video-hero a:active,
.video-hero a:focus {
  opacity: 0.7;
  background: #fff;
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .video-hero a {
    font-size: 1em;
  }
}
.page-template-template-locations #lightgallery img {
  max-height: 175px;
  margin: 5px 0 0 0;
}
.page-template-template-locations #lightgallery a,
body.page-template-template-gallery #lightgallery2 a {
  width: 24%;
  display: inline-block;
}
@media (max-width: 540px) {
  .page-template-template-locations #lightgallery a,
  body.page-template-template-gallery #lightgallery2 a {
    width: 49%;
    display: inline-block;
  }
}
.page-template-template-locations .lg-backdrop {
  background-color: rgba(0,0,0,0.7) !important;
}
.btn-video-ingleside,
.btn-video-terrigal,
.btn-video-dural,
.btn-video-kelston {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  background: #774a78;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px 12px;
  margin: 0 10px 0 0;
  box-shadow: 0.5px 6px 0 #633b64;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-video-ingleside:hover,
.btn-video-terrigal:hover,
.btn-video-dural:hover,
.btn-video-kelston:hover {
  opacity: 0.7;
}
@media (max-width: 540px) {
  body.page .section-1 {
    background-position: 80% 0% !important;
  }
}
body.page-template-template-blog .featured-image,
body.page-template-template-podcast .featured-image {
  min-height: 320px !important;
  background-size: cover !important;
}
@media (max-width: 540px) {
  body.page-template-template-blog .featured-image,
  body.page-template-template-podcast .featured-image {
    min-height: 184px !important;
  }
}
.single .title h1,
.single .title h1 {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 25px;
}
@media (max-width: 540px) {
  .single .title h1,
  .single .title h1 {
    font-size: 21px;
  }
}
#tablepress-32 td.column-1,
#tablepress-33 td.column-1,
td.column-1,
td.column-1 {
  width: 70% !important;
  font-weight: 600 !important;
}
table#tablepress-32 td,
table#tablepress-33 td,
table#tablepress-34 td,
table#tablepress-35 td {
  padding: 7px 10px 7px 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  table#tablepress-32,
  table#tablepress-33,
  table#tablepress-34,
  table#tablepress-35 {
    max-width: 100% !important;
  }
  body.page-template-template-locations .pet-extras .pricing-section {
    padding: 15px 10px 15px 10px !important;
  }
}
#tablepress-32 tr.row-18 td.column-1 {
  position: relative;
}
#tablepress-32 tr.row-18 td.column-1,
#tablepress-32 tr.row-18 td.column-2 {
  display: none;
}
.page-id-2216 #tablepress-32 tr.row-18 td.column-1,
.page-id-2216 #tablepress-32 tr.row-18 td.column-2,
.page-id-167 #tablepress-32 tr.row-18 td.column-1,
.page-id-167 #tablepress-32 tr.row-18 td.column-2,
.page-id-2012 #tablepress-32 tr.row-18 td.column-1,
.page-id-2012 #tablepress-32 tr.row-18 td.column-2,
.page-id-135 #tablepress-32 tr.row-18 td.column-1,
.page-id-135 #tablepress-32 tr.row-18 td.column-2,
.page-id-3334 #tablepress-32 tr.row-18 td.column-1,
.page-id-3334 #tablepress-32 tr.row-18 td.column-2 {
  display: table-cell !important;
}
#tablepress-32 tr.row-1 td.column-1,
#tablepress-32 tr.row-1 td.column-2,
#tablepress-32 tr.row-2 td.column-1,
#tablepress-32 tr.row-2 td.column-2,
#tablepress-32 tr.row-3 td.column-1,
#tablepress-32 tr.row-3 td.column-2,
#tablepress-32 tr.row-4 td.column-1,
#tablepress-32 tr.row-4 td.column-2,
#tablepress-32 tr.row-5 td.column-1,
#tablepress-32 tr.row-5 td.column-2,
#tablepress-32 tr.row-6 td.column-1,
#tablepress-32 tr.row-6 td.column-2 {
  display: none;
}
#tablepress-33 tr.row-15 td.column-1,
#tablepress-33 tr.row-15 td.column-2,
#tablepress-34 tr.row-11 td.column-1,
#tablepress-34 tr.row-11 td.column-2 {
  display: none;
}
.page-id-2216 #tablepress-32 tr.row-1 td.column-1,
.page-id-2216 #tablepress-32 tr.row-1 td.column-2,
.page-id-2216 #tablepress-32 tr.row-2 td.column-1,
.page-id-2216 #tablepress-32 tr.row-2 td.column-2,
.page-id-2216 #tablepress-32 tr.row-5 td.column-1,
.page-id-2216 #tablepress-32 tr.row-5 td.column-2,
.page-id-2216 #tablepress-32 tr.row-6 td.column-1,
.page-id-2216 #tablepress-32 tr.row-6 td.column-2 {
  display: table-cell !important;
}
.page-id-167 #tablepress-32 tr.row-1 td.column-1,
.page-id-167 #tablepress-32 tr.row-1 td.column-2,
.page-id-167 #tablepress-32 tr.row-2 td.column-1,
.page-id-167 #tablepress-32 tr.row-2 td.column-2,
.page-id-167 #tablepress-32 tr.row-5 td.column-1,
.page-id-167 #tablepress-32 tr.row-5 td.column-2,
.page-id-167 #tablepress-32 tr.row-6 td.column-1,
.page-id-167 #tablepress-32 tr.row-6 td.column-2,
.page-id-167 #tablepress-33 tr.row-15 td.column-1,
.page-id-167 #tablepress-33 tr.row-15 td.column-2,
.page-id-167 #tablepress-34 tr.row-11 td.column-1,
.page-id-167 #tablepress-34 tr.row-11 td.column-2 {
  display: table-cell !important;
}
.page-id-2012 #tablepress-32 tr.row-3 td.column-1,
.page-id-2012 #tablepress-32 tr.row-3 td.column-2,
.page-id-2012 #tablepress-32 tr.row-4 td.column-1,
.page-id-2012 #tablepress-32 tr.row-4 td.column-2,
.page-id-2012 #tablepress-32 tr.row-5 td.column-1,
.page-id-2012 #tablepress-32 tr.row-5 td.column-2,
.page-id-2012 #tablepress-32 tr.row-6 td.column-1,
.page-id-2012 #tablepress-32 tr.row-6 td.column-2 {
  display: table-cell !important;
}
.page-id-135 #tablepress-32 tr.row-5 td.column-1,
.page-id-135 #tablepress-32 tr.row-5 td.column-2,
.page-id-135 #tablepress-32 tr.row-6 td.column-1,
.page-id-135 #tablepress-32 tr.row-6 td.column-2,
.page-id-135 #tablepress-33 tr.row-15 td.column-1,
.page-id-135 #tablepress-33 tr.row-15 td.column-2,
.page-id-135 #tablepress-34 tr.row-11 td.column-1,
.page-id-135 #tablepress-34 tr.row-11 td.column-2 {
  display: table-cell !important;
}
.page-id-3334 #tablepress-32 tr.row-5 td.column-1,
.page-id-3334 #tablepress-32 tr.row-5 td.column-2,
.page-id-3334 #tablepress-32 tr.row-6 td.column-1,
.page-id-3334 #tablepress-32 tr.row-6 td.column-2 {
  display: table-cell !important;
}
.page-id-1660 #tablepress-33 tr.row-15 td.column-1,
.page-id-1660 #tablepress-33 tr.row-15 td.column-2,
.page-id-1660 #tablepress-34 tr.row-11 td.column-1,
.page-id-1660 #tablepress-34 tr.row-11 td.column-2 {
  display: table-cell !important;
}
.page-id-1859 #tablepress-33 tr.row-15 td.column-1,
.page-id-1859 #tablepress-33 tr.row-15 td.column-2,
.page-id-1859 #tablepress-34 tr.row-11 td.column-1,
.page-id-1859 #tablepress-34 tr.row-11 td.column-2 {
  display: table-cell !important;
}
body.page-template-template-locations .our-locations {
  margin-bottom: -20px !important;
}
#wpsl-gmap {
  height: 450px !important;
}
.wpsl-info-window a,
#wpsl-stores ul li a {
  color: #633b64 !important;
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  body.page-template-template-locations .section-1 p a.book-2 {
    display: block !important;
    text-align: center !important;
    margin: 15px 0px 0 0 !important;
  }
}
.gform_body a {
  color: #633b64 !important;
  text-decoration: underline !important;
}
.page-template-template-content-split .content-container {
  padding: 30px 0 !important;
  border-bottom: 1px dotted #c7b98e;
  display: flex;
}
.page-template-template-content-split .content-intro {
  position: relative;
  margin: 20px 0 0 0;
}
.page-template-template-content-split .content-intro img {
  max-width: 80px;
  position: relative;
  left: 0px;
  top: 0px;
}
.page-template-template-content-split .content-intro h2 {
  padding: 0 0 0 0px;
  margin: 10px 0 0 0;
}
.page-template-template-content-split .content-intro h2:after {
  display: none !important;
}
.page-template-template-content-split .content-section ul li,
.page-template-template-content-split .content-section ol li {
  padding: 0 0 10px 0 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #303030 !important;
}
.page-template-template-content-split .content-section ul li:before {
  margin: 0 0 0 -15px !important;
}
.page-template-template-content-split .content-section a {
  color: #774a78;
  text-decoration: underline;
}
.page-template-template-content-split .content-links a {
  padding: 7px 10px;
  border-radius: 6px;
  background-color: #774a78;
  color: #fff;
  margin: 0 5px 10px 0;
  display: inline-block;
}
.page-template-template-content-split .content-links {
  padding-bottom: 30px;
  border-bottom: 1px dotted #c7b98e;
}
@media (max-width: 768px) {
  .page-template-template-content-split .content-container {
    display: block;
    padding: 30px 20px !important;
  }
  .page-template-template-content-split .content-links {
    padding: 0px 40px 30px !important;
  }
  .page-template-template-content-split .content-intro img {
    max-width: 40px;
    position: absolute;
    left: 20px;
    top: 0px;
  }
  .page-template-template-content-split .content-intro h2 {
    font-size: 24px;
    padding: 0 0 0 60px;
    margin: 0 0 20px 0;
    display: inline-block;
  }
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse > ul {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.nav-collapse li {
  float: left;
  width: 100%;
}
.js .nav-collapse.multiple-level-nav.opened.dropdown-active {
  max-height: 9999px !important;
}
.js .nav-collapse.multiple-level-nav .sub-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: none;
  overflow: hidden;
  zoom: 1;
}
.js .nav-collapse.multiple-level-nav .sub-menu.toggled {
  display: block;
  max-height: 9999px;
  position: relative;
}
.js .nav-collapse li {
  position: relative;
}
.js .nav-collapse .dropdown-toggle {
  background: transparent;
  border: 0;
  color: #fff;
  content: "";
  height: 37px;
  width: 46px;
  padding: 0;
  position: absolute;
  margin: 0;
  text-transform: lowercase;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.js .nav-collapse .dropdown-toggle:hover,
.js .nav-collapse .dropdown-toggle:focus,
.js .nav-collapse .dropdown-toggle:active {
  background-color: none !important;
  color: #212428 !important;
}
.js .nav-collapse .dropdown-toggle:after {
  content: "+";
  font-size: 25px;
  color: #fff !important;
}
.js .nav-collapse .dropdown-toggle.toggled:after {
  content: "-";
  font-weight: 500;
  font-size: 25px;
  color: #fff !important;
}
.dropdown ul a {
  background: #0578ea;
  padding-left: 1.5em;
}
.dropdown ul ul a {
  background: #0578ea;
  padding-left: 2.5em;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cat-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .cat-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.cat-menu.opened {
  max-height: 9999px;
}
.category-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1145px) {
  .ym-container {
    width: 100%;
  }
  body.page-template-template-why-us .our-locations .col-ym-4 .box-content {
    padding: 50px 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 1075px) {
  header .right .menu-main-menu-container ul li a {
    padding: 40px 7px 36px;
  }
  header .right .menu-main-menu-container ul li.menu-item-42 ul {
    left: inherit !important;
    right: 0;
  }
  body.page.home #popmake-890 {
    max-width: 400px;
  }
  body.page.home #popmake-890 p {
    margin: 0;
  }
  body.page.home .mobile-video {
    display: block;
    position: absolute;
    top: 300px;
    z-index: 9999;
    width: inherit;
    left: 15px;
    text-align: left;
    font-size: 20px;
    color: #fff;
  }
  body.page.home .mobile-video a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
  }
  body.page.home .mobile-video img {
    vertical-align: middle;
    padding: 0 7px 0 0;
  }
  body.page.home #rev_slider_1_1_forcefullwidth .tp-fullwidth-forcer {
    height: 550px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 {
    height: 550px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap {
    top: 200px !important;
    left: 15px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap h1,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap p.buttons a,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap p.buttons a {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 12px 20px !important;
  }
  body.page.home .section-1 .col-ym-4,
  body.page.home .section-1 .col-ym-8 {
    height: 500px;
  }
  body.page.home .section-1 .col-ym-4 {
    padding: 40px;
  }
  body.page.home .section-3 .col-ym-4,
  body.page.home .section-3 .col-ym-8 {
    height: 500px;
  }
  body.page.home .section-3 .col-ym-4 {
    padding: 40px;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input {
    margin: 0;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input div label {
    font-size: 14px;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-radius label,
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-results label,
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-results #wpsl-radius label,
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-results #wpsl-results label {
    font-size: 14px;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-search-wrap {
    width: 100%;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1023px) {
  header {
    background: #e7bc92;
    padding: 0;
  }
  header .main-bar {
    background: none;
  }
  header .top-bar {
    display: none;
  }
  header .right {
    display: none;
  }
  header .book {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 40px;
    width: 125px;
  }
  header .book p a {
    font-size: 12px;
    color: #fff;
    padding: 19px 10px;
    margin: 0;
    background: #ec0d8e;
    border: 0;
  }
  header .logo img {
    vertical-align: top;
    height: 40px;
    width: auto;
  }
  header .logo a {
    padding: 8px 0;
  }
  header .main-bar .col-ym-4 {
    width: 40%;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu div.book-online {
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 15px;
  }
  header .mobile-menu div.book-online p {
    margin: -5px 0 0;
  }
  header .mobile-menu div.book-online p a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background: #774a78;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 15px 6px;
    margin: 0;
    box-shadow: 0.5px 5px 0 #633b64;
  }
  header .mobile-menu div.book-online p a svg {
    width: auto;
    height: 15px;
    margin: 0px 5px -4px 0px;
  }
  header .mobile-menu div.book-online p a:active {
    background-color: #774a78;
    box-shadow: 0.5px 4px 0 #633b64;
    transform: translateY(2px);
  }
  header .mobile-menu .menu-toggle {
    color: #fff;
    text-decoration: none;
    flex: 1;
    padding: 18px 15px 17px !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
  }
  header .mobile-menu .menu-label {
    margin-bottom: -0.2em;
    display: inline-block;
    vertical-align: middle;
  }
  header .mobile-menu .menu-icon + .menu-label {
    margin-left: .2em;
  }
  header .mobile-menu .menu-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    color: inherit;
    background: currentColor;
    border-radius: .5em;
    height: 2px;
    width: 25px;
    color: #633b64;
  }
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    color: #633b64;
    border-radius: .5em;
    height: 2px;
    width: 100%;
    left: 0;
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
  }
  header .mobile-menu .menu-icon:before {
    top: -0.83em;
  }
  header .mobile-menu .menu-icon:after {
    top: .8em;
  }
  header .mobile-menu .menu-icon,
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    transition: all .5s ease-in-out;
  }
  header .mobile-menu .open .cross {
    background-color: transparent;
    transform: rotate(0deg) translate(0%,-50%);
  }
  header .mobile-menu .open .cross:before,
  header .mobile-menu .open .cross:after {
    top: 0em;
  }
  header .mobile-menu .open .cross:before {
    transform: rotate(45deg);
  }
  header .mobile-menu .open .cross:after {
    transform: rotate(-45deg);
  }
  header .mobile-menu nav {
    float: none;
    position: relative !important;
    z-index: 99999;
  }
  header .mobile-menu nav ul {
    margin: 0;
    padding: 0px;
    background: #704371;
    list-style: none;
    border-top: 0;
    float: none;
  }
  header .mobile-menu nav ul li {
    float: none;
  }
  header .mobile-menu nav ul li a {
    color: #ffffff;
    padding: 12px 15px;
    text-align: left !important;
    border-top: none;
    border-bottom: 1px solid #7e517f;
    float: none;
    width: 100%;
    display: inline-block;
  }
  header .mobile-menu nav ul li a:hover {
    background-color: none;
  }
  header .mobile-menu nav ul li ul.sub-menu {
    top: 0;
    background: #513652;
    padding: 0;
  }
  header .mobile-menu nav ul li ul.sub-menu li a {
    background: #7b4a7c;
    padding: 12px 20px;
    border-bottom: 0;
  }
  header .mobile-menu nav ul li ul.sub-menu li ul {
    background: #593c5a;
    padding: 0;
  }
  header .mobile-menu nav ul li ul.sub-menu li ul li a {
    background: #814e82;
    padding: 12px 30px;
  }
  header .phone-numbers {
    background: #774a78;
    padding: 10px 0;
  }
  header .phone-numbers p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 5px 15px;
  }
  header .phone-numbers p svg {
    width: 14px;
    height: auto;
    margin: 0 5px -4px;
    fill: #fff;
  }
  header .phone-numbers p a {
    color: #fff;
  }
  header .phone-numbers p strong {
    color: #fff;
    display: inline-block;
    width: 45%;
  }
  header .phone-numbers p strong svg {
    width: 18px;
  }
  header .phone-numbers p strong svg g circle {
    fill: #fff !important;
  }
  header .phone-numbers p strong svg g path {
    fill: #774a78 !important;
  }
  header .social-icons {
    background: #774a78;
    padding: 10px 0;
  }
  header .social-icons ul {
    margin: 0;
    padding: 0px 15px 0 !important;
    background: #774a78 !important;
  }
  header .social-icons ul li {
    float: none !important;
    display: inline-block;
    width: auto;
  }
  header .social-icons ul li a {
    width: auto !important;
    padding: 0 1px !important;
    background: #774a78;
    border-bottom: 0 none transparent !important;
  }
  header .social-icons ul li svg {
    width: 25px;
    height: auto;
  }
  header .social-icons ul li svg g circle {
    fill: #fff !important;
  }
  header .social-icons ul li svg g path {
    fill: #774a78 !important;
  }
  .footer-signup .col-ym-4 {
    width: 100%;
  }
  .footer-signup .col-ym-4 h3 {
    padding: 0 0 20px;
  }
  .footer-signup .col-ym-8 {
    width: 100%;
  }
  .footer-signup .col-ym-8 form {
    text-align: left;
  }
  footer .footer-1 {
    position: relative;
  }
  footer .footer-1 .logo {
    width: 30%;
  }
  footer .footer-1 .logo a img {
    width: 100%;
  }
  footer .footer-1 .footer-menu {
    width: 65%;
  }
  footer .footer-1 .contact {
    width: 100%;
    top: 0px;
    position: relative;
  }
  footer .footer-1 .book-online {
    text-align: left;
  }
  footer .footer-1 .phone-numbers p {
    text-align: left;
  }
  footer .footer-1 .phone-numbers p a {
    color: #fff;
  }
  footer .footer-1 .social-icons ul {
    text-align: left;
  }
  body.page.home #rev_slider_1_1_forcefullwidth .tp-fullwidth-forcer {
    height: 450px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 {
    height: 450px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap {
    top: 125px !important;
    width: 100%;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap .tp-loop-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap .tp-mask-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap .tp-loop-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap .tp-mask-wrap {
    width: 100%;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap .tp-caption,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap .tp-caption {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap h1,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap h1 {
    font-size: 25px !important;
    line-height: 35px !important;
    text-align: center !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap p.buttons,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap p.buttons {
    text-align: center !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap p.buttons a,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap p.buttons a {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 12px 20px !important;
  }
  body.page.home .tagline {
    padding: 35px 25px;
  }
  body.page.home .tagline p {
    font-size: 20px;
    line-height: 30px;
  }
  body.page.home .section-1 h2 {
    margin-top: 0;
  }
  body.page.home .section-1 p {
    font-size: 20px;
  }
  body.page.home .section-1 .col-ym-8 {
    width: 50%;
    height: 393px;
  }
  body.page.home .section-1 .col-ym-4 {
    width: 50%;
    height: 393px;
    padding: 40px;
  }
  body.page.home .section-2 .col-ym-4 {
    height: 250px;
  }
  body.page.home .section-3 .col-ym-8 {
    width: 50%;
    height: 393px;
  }
  body.page.home .section-3 .col-ym-4 {
    width: 50%;
    height: 393px;
    padding: 40px;
  }
  body.page-template-template-locations .boxes .col-ym-4 {
    width: 50%;
    margin-bottom: 30px;
  }
  body.page-template-template-contact .dural .col-ym-4,
  body.page-template-template-contact .ingleside .col-ym-4,
  body.page-template-template-contact .terrigal .col-ym-4 {
    width: 50%;
  }
  body.page-template-template-contact .dural .map,
  body.page-template-template-contact .ingleside .map,
  body.page-template-template-contact .terrigal .map {
    width: 100%;
    margin: 30px 0 0;
  }
  body.page .the-content .col-ym-9 {
    width: 65%;
  }
  body.page .the-content .col-ym-3 {
    width: 35%;
  }
  body.page .the-content .content-container {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 950px) {
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input,
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap {
    width: 48%;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap {
    width: 100%;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap input#wpsl-search-btn {
    width: 100%;
    margin: 10px 10px 0 0;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores {
    padding: 25px 15px;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  .col-ym-1,
  .col-ym-2,
  .col-ym-3,
  .col-ym-4,
  .col-ym-5,
  .col-ym-6,
  .col-ym-7,
  .col-ym-8,
  .col-ym-9,
  .col-ym-10,
  .col-ym-11,
  .col-ym-12 {
    float: none;
    width: 100%;
  }
  .ym-container {
    width: 100% !important;
  }
  .footer-signup {
    padding: 45px 0;
  }
  .footer-signup .col-ym-3 h3 {
    padding: 0 0 10px;
  }
  .footer-signup .col-ym-9 p {
    line-height: 22px;
    text-align: left;
  }
  .footer-signup .col-ym-9 form p {
    width: 100%;
    display: block;
  }
  .footer-signup .col-ym-9 form p input {
    width: 100%;
    margin: 0 0 8px;
    display: block;
  }
  .footer-signup .col-ym-9 form p input.submit {
    width: 100%;
    display: block;
  }
  .footer-booking .footer-bg {
    padding: 40px 0;
  }
  .footer-booking form .gf_page_steps .gf_step {
    text-align: center;
    display: block;
    width: 100%;
  }
  .footer-booking form .gform_body #gform_page_1_1 ul li {
    width: 100% !important;
    float: none !important;
    margin: 0 0 10px;
  }
  .footer-booking form .gform_body #gform_page_1_1 ul li input {
    width: 100% !important;
  }
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 {
    width: 100%;
    float: none;
  }
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 span.name_first,
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 span.name_last {
    width: 100%;
    display: block;
  }
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_4 span.name_first {
    padding: 0 0 10px;
  }
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_line_1,
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_city,
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_zip {
    width: 100%;
    display: block;
  }
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_line_1,
  .footer-booking form .gform_body #gform_page_1_1 ul li#field_1_6 span.address_city {
    padding: 0 0 10px;
  }
  .footer-booking form .gform_body #gform_page_1_2 ul li#field_1_9,
  .footer-booking form .gform_body #gform_page_1_2 ul li#field_1_10,
  .footer-booking form .gform_body #gform_page_1_2 ul li#field_1_11,
  .footer-booking form .gform_body #gform_page_1_2 ul li#field_1_55 {
    width: 100%;
    display: block;
  }
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_18,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_19,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_20 {
    width: 100%;
    display: block;
  }
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_19 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_20 input {
    width: 100%;
    margin: 0;
  }
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_18,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_19 {
    margin: 0 0 10px;
  }
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_21,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_24,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_29,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_34,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_39,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_42,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_47,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_50,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_58 {
    width: 100% !important;
    display: block !important;
  }
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_22,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_23,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_25,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_26,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_30,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_31,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_32,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_33,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_40,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_41,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_43,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_44,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_48,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_49,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_51,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_53 {
    width: 100%;
    display: block;
  }
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_22 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_23 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_25 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_26 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_30 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_31 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_32 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_33 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_40 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_41 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_43 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_44 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_48 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_49 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_51 input,
  .footer-booking form .gform_body #gform_page_1_3 ul li#field_1_53 input {
    width: 100%;
    margin: 0;
  }
  footer .footer-1 {
    padding: 40px 0px 0;
  }
  footer .footer-1 .logo {
    width: 100%;
  }
  footer .footer-1 .logo a img {
    padding-bottom: 20px;
    width: 50%;
  }
  footer .footer-1 .footer-menu {
    width: 100%;
  }
  footer .footer-1 .col-ym-6 .col-ym-3,
  footer .footer-1 .col-ym-6 .col-ym-4,
  footer .footer-1 .col-ym-6 .col-ym-5 {
    padding: 0;
  }
  footer .footer-1 .col-ym-6 .col-ym-3 {
    width: 40%;
    float: left;
  }
  footer .footer-1 .col-ym-6 .col-ym-5 {
    width: 60%;
    float: left;
  }
  footer .footer-1 .col-ym-6 .col-ym-4 {
    clear: both;
    padding-top: 25px;
  }
  footer .footer-1 .contact {
    position: relative;
    top: 0;
    width: 100%;
  }
  footer .footer-1 .book-online {
    text-align: left;
    margin: 15px 0;
  }
  footer .footer-1 .book-online a {
    text-align: center;
    width: 100%;
    padding: 10px 25px;
  }
  footer .footer-1 .phone-numbers {
    padding: 5px 0;
  }
  footer .footer-1 .phone-numbers p {
    text-align: left;
  }
  footer .footer-1 .social-icons {
    padding: 10px 0 0;
  }
  footer .footer-1 .social-icons ul {
    text-align: left;
  }
  footer .copyright-section .credit {
    text-align: left;
    padding: 5px 15px 0;
  }
  body.page.home .mobile-video {
    display: block;
    position: absolute;
    top: 135px;
    z-index: 9999;
    width: 90%;
    text-align: center;
  }
  body.page.home #rev_slider_1_1_forcefullwidth .tp-fullwidth-forcer {
    height: 450px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 {
    height: 450px !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap {
    top: 185px !important;
    width: 100%;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap .tp-loop-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap .tp-mask-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap .tp-loop-wrap,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap .tp-mask-wrap {
    width: 100%;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap .tp-caption,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap .tp-caption {
    min-width: 90% !important;
    max-width: 90% !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap h1,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap h1 {
    font-size: 25px !important;
    line-height: 35px !important;
    text-align: center !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap p.buttons,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap p.buttons {
    text-align: center !important;
  }
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1_wrapper .tp-parallax-wrap p.buttons a,
  body.page.home #rev_slider_1_1_forcefullwidth #rev_slider_1_1 .tp-parallax-wrap p.buttons a {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 12px 20px !important;
  }
  body.page.home .tagline {
    padding: 35px 25px;
  }
  body.page.home .tagline p {
    font-size: 20px;
    line-height: 30px;
  }
  body.page.home .section-1 h2 {
    margin-top: 0;
  }
  body.page.home .section-1 p {
    font-size: 20px;
  }
  body.page.home .section-1 .col-ym-8 {
    width: 100%;
    height: 200px;
  }
  body.page.home .section-1 .col-ym-4 {
    padding: 40px;
    width: 100%;
    height: inherit;
  }
  body.page.home .section-2 .col-ym-4 {
    height: 250px;
  }
  body.page.home .section-3 .col-ym-8 {
    width: 100%;
    height: 300px;
  }
  body.page.home .section-3 .col-ym-4 {
    padding: 40px;
    width: 100%;
    height: inherit;
  }
  body.page.home .section-3 .col-ym-4 h3 {
    margin-top: 0;
  }
  body.page table {
    max-width: 320px;
    overflow-x: scroll;
  }
  body.page .section-1 h1 {
    text-align: center;
  }
  body.page .section-1 p a.enquiry {
    text-align: center;
    display: block;
    margin: 0 0 20px;
  }
  body.page .section-1 p a.book {
    text-align: center;
    display: block;
    margin: 0 !important;
  }
  body.page .the-content {
    padding: 25px 0;
  }
  body.page .the-content .col-ym-9,
  body.page .the-content .col-ym-3 {
    width: 100%;
  }
  body.page .the-content .content-container {
    padding: 0 0 0;
  }
  body.page .the-content h2 {
    font-size: 20px;
  }
  body.page .the-content h3 {
    font-size: 17px;
  }
  body.page .the-content ul {
    margin-left: 0;
  }
  body.page .section-1 {
    padding: 85px 0 40px;
  }
  body.page .section-1 h1 {
    font-size: 30px;
  }
  body.page .section-1 p {
    font-size: 20px;
  }
  body.page .tagline p {
    font-size: 18px;
  }
  body.page .sidebar .sidebar-1 {
    padding: 35px 0 0;
  }
  body.page .enquiry form ul li {
    width: 100% !important;
  }
  body.page .enquiry form ul li input {
    width: 100% !important;
  }
  body.page .enquiry form ul li select {
    width: 100% !important;
  }
  body.page .enquiry form .gform_footer input {
    display: block;
    width: 100%;
  }
  body.page-template-template-contact .heading {
    padding: 35px 0 20px;
  }
  body.page-template-template-contact .dural,
  body.page-template-template-contact .ingleside,
  body.page-template-template-contact .terrigal {
    padding: 15px 0;
  }
  body.page-template-template-contact .dural .col-ym-4,
  body.page-template-template-contact .ingleside .col-ym-4,
  body.page-template-template-contact .terrigal .col-ym-4 {
    width: 100%;
  }
  body.page-template-template-contact .dural .box-container,
  body.page-template-template-contact .ingleside .box-container,
  body.page-template-template-contact .terrigal .box-container {
    min-height: inherit;
    margin: 0 0 20px;
  }
  body.page-template-template-facilities .section-1 h1 {
    text-align: center;
  }
  body.page-template-template-facilities .section-1 p a {
    text-align: center;
    width: 100%;
  }
  body.page-template-template-facilities .section-1 p a.enquiry {
    margin-bottom: 20px;
  }
  body.page-template-template-facilities .the-content .col-ym-9 .box-container {
    padding: 0 64px 0 0;
  }
  body.page-template-template-why-us .the-content {
    padding: 25px 0;
  }
  body.page-template-template-why-us .the-content p.intro {
    font-size: 20px;
    line-height: 28px;
  }
  body.page-template-template-why-us .our-locations .col-ym-4 {
    min-height: inherit;
  }
  body.page-template-template-locations .boxes .col-ym-4 {
    width: 100%;
  }
  body.page-template-template-locations .boxes .box-container {
    min-height: inherit;
    margin: 0 0 20px;
  }
  body.page-template-template-locations .testimonials {
    padding: 35px 0;
  }
  body.page-template-template-locations .testimonials .testimonial_rotator_quote {
    font-size: 15px;
    line-height: 25px;
  }
  body.blog .meta .title h1,
  body.archive .meta .title h1,
  body.page-template-template-blog .meta .title h1,
  body.page-template-template-podcast .meta .title h1 {
    font-size: 30px;
  }
  body.blog .meta .breadcrumb,
  body.archive .meta .breadcrumb,
  body.page-template-template-blog .meta .breadcrumb,
  body.page-template-template-podcast .meta .breadcrumb {
    text-align: left;
  }
  body.blog .meta .breadcrumb p,
  body.archive .meta .breadcrumb p,
  body.page-template-template-blog .meta .breadcrumb p,
  body.page-template-template-podcast .meta .breadcrumb p {
    margin: 10px 0 0;
  }
  body.blog .articles,
  body.archive .articles,
  body.page-template-template-blog .articles,
  body.page-template-template-podcast .articles {
    padding: 25px 0;
  }
  body.blog .articles .box-container,
  body.archive .articles .box-container,
  body.page-template-template-blog .articles .box-container,
  body.page-template-template-podcast .articles .box-container {
    padding: 0;
  }
  body.single-post .meta .title h3 {
    font-size: 30px;
  }
  body.single-post .meta .breadcrumb p {
    text-align: left;
    line-height: 21px;
  }
  body.single-post .article .article-box {
    margin: 0;
  }
  body.single-post .article .article-box .the-title h1 {
    font-size: 20px;
  }
  body.single-post .article .article-box .the-title .col-ym-2 {
    text-align: left;
  }
  body.single-post .article .next-prev-posts {
    padding: 25px 0 25px 0;
  }
  body.page-template-template-shuttle-service .section-1 p a {
    text-align: center;
    width: 100%;
  }
  body.page-template-template-shuttle-service .section-1 p a.enquiry {
    margin-bottom: 10px;
  }
  body.page-template-template-shuttle-service .the-content table th,
  body.page-template-template-shuttle-service .the-content table td {
    width: inherit !important;
    padding: 15px !important;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-input,
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap {
    width: 100%;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form #wpsl-search-input {
    width: 100% !important;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-radius,
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap #wpsl-results {
    width: 100%;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap .wpsl-search form .wpsl-select-wrap .wpsl-dropdown {
    width: 100% !important;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location,
  body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
    text-align: left;
    width: 100%;
  }
  body.page-template-template-shuttle-service .map #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
  .quote-btn {
    top: 70vh !important;
  }
  .quote-btn a.google-review-popup img {
    width: 100px;
  }
}
@media only screen and (max-width: 570px) {
  body.page .tablepress th {
    padding: 7px;
  }
  body.page .the-content p a.enquirygold {
    float: none !important;
  }
}
@media (max-width: 992px) {
  body.page.home .mobile-video a {
    display: none;
  }
}
@media (max-width: 2700px) {
  .page-template-template-competition .section-1 {
    min-height: 350px;
  }
}
@media (max-width: 2000px) {
  .page-template-template-competition .section-1 {
    min-height: 450px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-competition .section-1 {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .page-template-template-competition .section-1 {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .page-template-template-competition .section-1 {
    min-height: 230px;
  }
}
@media (max-width: 470px) {
  .page-template-template-competition .section-1 {
    min-height: 180px;
  }
}
@media (max-width: 540px) {
  .page-template-template-competition .form-wrap input,
  .page-template-template-feedback .form-wrap #field_7_3 input,
  .page-template-template-feedback .form-wrap #field_7_4 input,
  .page-template-template-feedback .form-wrap #field_7_5 input {
    width: 98%;
  }
  .page-template-template-competition ul.gfield_checkbox li {
    font-size: 15px !important;
    line-height: 1px !important;
    margin: 5px 0 30px 0 !important;
  }
}
@media (max-width: 2700px) {
  .page-template-template-feedback .section-1 {
    min-height: 350px;
  }
}
@media (max-width: 2000px) {
  .page-template-template-feedback .section-1 {
    min-height: 450px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-feedback .section-1 {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .page-template-template-feedback .section-1 {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .page-template-template-feedback .section-1 {
    min-height: 230px;
  }
}
@media (max-width: 470px) {
  .page-template-template-feedback .section-1 {
    min-height: 180px;
  }
}
@media (max-width: 768px) {
  .page-template-template-feedback .form-wrap input,
  .page-template-template-feedback .form-wrap select {
    width: 98% !important;
  }
  .page-template-template-feedback .form-wrap select {
    color: #000 !important;
  }
  .page-template-template-feedback .the-content h3 {
    max-width: 100%;
    font-size: 19px !important;
  }
  .page-template-template-feedback ul.gfield_checkbox li {
    font-size: 15px !important;
    line-height: 1px !important;
    margin: 5px 0 30px 0 !important;
  }
  p.banner-notice {
    position: relative;
    top: 10px;
    font-size: 15px !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template-template-dog-training .form-wrap input,
  .page-template-template-dog-training .form-wrap select {
    width: 98% !important;
  }
  .page-template-template-contact-new .form-wrap input,
  .page-template-template-contact-new .form-wrap select {
    width: 98% !important;
  }
}
