/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

body {
	background: #fff;
    color: #646464;
    padding: 0;
    margin: 0;
    font-family: "Century Gothic", "Century Gothic", CenturyGothic, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.45;
    position: relative;
    cursor: default;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .headerText {
	font-family: "Century Gothic", "Century Gothic", CenturyGothic, sans-serif;
    color: #34587E;
}

h1, .h1 {
    font-size: 2.375em;
}

h2, .h2 {
    font-size: 2.125em;
}

h2.searchH2s {
    border-top: 1px solid #eaecef;
    padding-top: 15px;
    border-bottom: 0px;
}

h2.searchH2s a {
    color: #34587e;
}

h3, .h3 {
    font-size: 1.8125em;
}

h4, .h4 {
    font-size: 1.625em;
}

h5, .h5 {
    font-size: 1.25em;
}

h6, .h6 {
    font-size: 1.125em;
}

.w-200 {
    width: 200px;
}
.mt-35 {
    margin-top: 35px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.notBold {
    font-weight: normal;
}

select {
    max-width: 100%;
}

.order999 {
    order: 9999;
}

.vertLeft {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.vertCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vertRight {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.bodyFont {
    font-family: "Century Gothic", "Century Gothic", CenturyGothic, sans-serif;
}

.aBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.button, .search-submit {
    display: inline-block;
    background-color: #89a7c0;
    text-transform: uppercase;
    letter-spacing: .075em;
    transition-property: color, background-color, border-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    text-align: center;
    line-height: 1.3 !important;
    border: none;
    color: #fff;
    height: auto;
    line-height: 40px !important;
    font-size: 15px;
    padding: 0 25px;
    text-transform: uppercase;
}

.button:hover, .button:active, .search-submit:hover, .search-submit:active {
    text-decoration: none;
    background-color: #5882a5;
    color: #fff;
}

.listingSpecials {
    margin: 0px -1.5rem;
}

.altButton {
    border: 1px solid #ffffff;
    background-color: transparent;
}

.altButton:hover, .altButton:active {
    text-decoration: none;
    background-color: #ffffff;
    color: #89a7c0;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.mAuto {
    margin: auto;
}

.font14 {
	font-size: 14px;
}

.blockTitle.colourWhite {
    color: #ffffff;
}

.noDec:hover {
    text-decoration: none;
}

#masthead {
    z-index: 999;
    background: linear-gradient(#142a41 50%, #204368);
}

.leaveReview {
}

.leaveReview p:last-of-type {
    margin-bottom: 0px;
}

.leaveReview a {
    color: #ffffff;
    font-size: 14px;
}

.home #masthead {
    z-index: 999;
    height: 200px;
    background: linear-gradient(rgba(20, 42, 65, 0.9) 105px, rgba(20, 42, 65, 0.6) 70%, rgba(20, 42, 65, 0.1) 91%, rgba(20, 42, 65, 0));
    position: absolute;
    width: 100%;
}

.mainLogo {
	max-height: 112px;
}

.formStrong {
    font-size: 18px;
    margin-bottom: 20px;
}

select {
    padding: 7px 5px;
}

.modal-body p:last-of-type {
    margin-bottom: 0px;
}

.quickMenuSelect {
    height: 40px;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
}

.quick-menu {
    margin-top: 18px;
}

.mainNav {
    float: right;
    font-size: 18px;
}

.mainNav a {
	color: #ffffff;
	padding: 0 10px;
    font-weight: 500;
    letter-spacing: .07em;
}

.menu-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.topMenu li a:before {
    content: '';
    background-size: 19px;
    display: inline-block;
    height: 20px;
    width: 35px;
    margin-bottom: -2px;
    background-repeat: no-repeat;
    background-position: bottom;
}

li.phoneSVG a:before {
    background-image: url(../images/icon-phone-service.png);
}

li.searchSVG {
	text-align: center;
}

li.searchSVG input {
    background-image: url(../images/search-solid.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 6px;
    padding-left: 23px;
    border:1px solid #fff;
}

.searchMenu .quick-menu {
    margin-top: 0px;
}

.searchMenu .quickMenuSelect {
    height: auto;
    padding: 5px 11px;
}

li.houseSVG a:before {
	background-image: url(../images/icon-house-service.svg);
}

li.heartSVG a:before {
	background-image: url(../images/icon-heart-service.svg);
}

li.envelopeSVG a:before {
	background-image: url(../images/envelope-secondary.svg);
}

.mobileMenu a:before {
   width: 0px !important;
}

.calIcon {
    background-image: url(../images/calendar-grey.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 18px;
    cursor: pointer;
}

/* Slider */

.sliderText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 0;
    bottom: -134px;
    margin: auto;
    width: 100%;
    pointer-events: none;
}

.sliderText .sliderSubTitle, .sliderText .sliderTitle {
    color: #fff;
    background: rgb(43, 63, 83, 0.8);
    padding: 3px 12px;
    font-family: 'Allura', cursive;
    font-size: 41px;
}

/* CSS MENU */

.togglePlusMinus {
    margin-left: 29px;
}

.openCLoseButton {
    cursor: pointer;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#cssmenu {
    display: block;
    padding: 0;
    margin: 0;
}
#cssmenu > ul {
    list-style: inside none;
    padding: 0;
    margin: 0;
}
#cssmenu > ul > li {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}
#cssmenu > ul > li > a {
    outline: none;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
    letter-spacing: 1px;
}
#cssmenu > ul > li > a:hover {
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
    display: block;
}
#cssmenu ul li.has-sub > a:hover {
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
    display: none;
    width: auto;
    position: absolute;
    top: 34px;
    background: #ffffff;
    z-index: 999;
    color: #646464;
    width: 213px;
}
#cssmenu ul li:last-of-type > ul {
    width: auto;
}
#cssmenu ul li > ul {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
#cssmenu ul li > ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
}
#cssmenu ul li > ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    color: #646464;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
}

#cssmenu ul ul ul {
    left: 100%;
    top: 0;
    width: 160px !IMPORTANT;
}

.menu-item-has-children a:before {
    content: '';
    position: absolute;
    margin: auto;
    top: auto;
    bottom: -1px;
    left: -43px;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0);
    opacity: 0;
}

.dl-menu .menu-item-has-children a:before {
    content: none;
}

.menu-item-has-children ul li a:before {
    content: none;
}

.menu-item-has-children:hover a:before {
    opacity: 1;
}

#cssmenu ul ul a:hover {
        color: #646464;
    background: #e7edf2;
}
#cssmenu > ul > li.has-sub > a:hover:before {
}

/* Menu Icon */

input.hidden {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.burger {
    display: block;
    position: relative;
    width: 3rem;
    height: 3rem;
    padding: 0px 40px 0px 8px;
    margin-bottom: 0px;
}

.burger span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  margin: 0.0625rem auto 0.525rem -0.75rem;
  text-indent: -999em;
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  cursor: pointer;
}
.burger span, .burger span:before, .burger span:after {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.burger span:before, .burger span:after {
  position: absolute;
  content: "";
}
.burger span:before {
  top: -0.525rem;
}
.burger span:after {
  top: 0.525rem;
}

.burgers {
  display: -webkit-box;
  display: flex;
}
.burger4 input:checked + span:before, .burger4 input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
}
.burger4 input:checked + span {
  -webkit-animation: menuCloseMiddle--base 0.5s forwards;
          animation: menuCloseMiddle--base 0.5s forwards;
}
.burger4 input:checked + span:before {
  -webkit-animation: menuCloseMiddle--before 0.5s forwards;
          animation: menuCloseMiddle--before 0.5s forwards;
}
.burger4 input:checked + span:after {
  -webkit-animation: menuCloseMiddle--after 0.5s forwards;
          animation: menuCloseMiddle--after 0.5s forwards;
}
@-webkit-keyframes menuCloseMiddle--base {
  0% {
    background-color: white;
  }
  80% {
    background-color: white;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes menuCloseMiddle--base {
  0% {
    background-color: white;
  }
  80% {
    background-color: white;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes menuCloseMiddle--after {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  80% {
    -webkit-transform: translateY(0.525rem) rotate(0);
            transform: translateY(0.525rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.525rem) rotate(45deg);
            transform: translateY(0.525rem) rotate(45deg);
  }
}
@keyframes menuCloseMiddle--after {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  80% {
    -webkit-transform: translateY(0.525rem) rotate(0);
            transform: translateY(0.525rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.525rem) rotate(45deg);
            transform: translateY(0.525rem) rotate(45deg);
  }
}
@-webkit-keyframes menuCloseMiddle--before {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  80% {
    -webkit-transform: translateY(0.525rem) rotate(0);
            transform: translateY(0.525rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.525rem) rotate(-45deg);
            transform: translateY(0.525rem) rotate(-45deg);
  }
}
@keyframes menuCloseMiddle--before {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  80% {
    -webkit-transform: translateY(0.525rem) rotate(0);
            transform: translateY(0.525rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.525rem) rotate(-45deg);
            transform: translateY(0.525rem) rotate(-45deg);
  }
}

.dl-menu.dl-animate-out-1 {
    animation: MenuAnimOut1 0.4s linear forwards;
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    animation: MenuAnimIn1 0.3s linear forwards;
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

/* Search */

.searchform {
    font-size: 14px;
}

.searchform input {
    padding: 4px;
}

/* Listing */

.modal-floorplan {
    top: 50%;
    left: 50%;
    width: 90% !important;
    transform: translate(-50%, -50%) !important;
    max-width: none !important;
    margin: 0 !important;
}

.shortlist-container.active .fa-heart {
    color: red;
}

.slick-prev:before, .slick-next:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.slick-prev:before {
    content: '\f060' !important;
    padding-top: 7px;
    display: block;
}

.slick-next:before {
    content: '\f061' !important;
    padding-top: 7px;
    display: block;
}

.listingBlock {
    margin-bottom: 20px;
    border-bottom: solid 1px #cbd9e4;
    padding-bottom: 20px;
}

.homhero-search {
    background: rgba(200, 200, 200, 0.85);
}

.searchListingWrapper {
    margin-bottom: 0px !important;
}

.searchFeatures {
    border-top: solid 1px #dbdbdb;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.favouriteListing {
    position: absolute;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    top: 4px;
    left: 6px;
    padding: 4px 7px;
}

.searchTitle {
    font-size: 1.4rem;
    margin-top: 0px;
}

.searchMessage {
    font-style: 14px;
}

.listing-wrapper .shortlist-container {
    right: auto !important;
    top: 5px !important;
    left: 5px !important;
    background-color:rgba(255,255,255,0.5);
    padding: 5px 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
    z-index: 11 !important;
}

.searchTag {
    font-size: 20px;
    text-transform: capitalize;
    font-style: italic;
    color: #34587e;
    line-height: 1.2;
    letter-spacing: normal;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
}

.totalListingsCount {
    color: #34587e;
    font-weight: bold;
}

.searchCost {
    font-weight: bold;
}

.searchSuburb, .listing-wrapper .listing-props.searchProps {
    color: #646464;
    font-weight: bold !important;
}

.searchFeatures span {
    border-right: 1px solid #dbdbdb;
    padding-right: 6px;
    margin-right: 1px;
    margin-bottom: 4px;
    display: inline-block;
}

.searchFeatures span:last-of-type {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.searchHeader {
    border-top: solid 1px #34587e;
    border-bottom: solid 1px #cbd9e4;
    padding: 25px 0 0;
    margin-bottom: 15px;
}

.searchHeaders {
    padding-bottom: 25px;
}

/* Reviews */

.listingReviews .slick-slide {
    margin: 10px;
    background: #f9f9f9;
    padding: 20px;
}

.reviewName {
    font-size: 26px;
    color: #34587E;
    font-weight: bold;
}

.reviewLine {
    width: 10%;
    height: 2px;
    background: #34587E;
    margin: 13px auto 10px;
}

.reviewDesc {
    max-height: 166px;
    overflow-y: auto;
    font-size: 15px;
    width: 90%;
    margin: auto;
    height: 166px;
    padding: 10px;
}

.listingReviews .slick-prev, .listingReviews .slick-next {
    opacity: 0;
}

.listingReviews:hover .slick-prev {
    z-index: 1;
    left: 11px;
    width: 32px;
    height: 32px;
    background: url(https://holidayrentalspecialists.com.au/sites/all/libraries/royalslider/skins/default/rs-default.png);
    background-color: rgba(0,0,0,0.73);
    border-radius: 2px;
    overflow: hidden;
    background-position: -64px -32px;
    opacity: 1;
}

.listingReviews  .slick-prev:before, .listingReviews  .slick-next:before  {
    padding-top: 6px;
}

.listingReviews:hover .slick-next {
    z-index: 1;
    right: 11px;
    width: 32px;
    height: 32px;
    background: url(https://holidayrentalspecialists.com.au/sites/all/libraries/royalslider/skins/default/rs-default.png);
    background-color: rgba(0,0,0,0.73);
    border-radius: 2px;
    overflow: hidden;
    background-position: -64px -64px;
    opacity: 1;
}

/* Listing Page */

.listingDetails {
    font-size: 22px;
}

/* Search Block */

.imgLink { position: absolute;
width: 100%;
height: 100%; }

.toogleHide {
    display: none;
}

#sortBySelect {
    font-size: 14px;
}

.sidebarMessage {
    margin-top: 15px;
    font-size: 13px;
}

.viewButton {
    color: #142a41;
    background: #b5c8d7;
    display: inline-block;
    padding: 7px 15px;
    border: solid 1px #b5c8d7;
    cursor: pointer;
}

.viewButton.show {
    box-shadow: inset 0px 2px 3px rgba(20, 42, 65, 0.25);
}

.viewButton i {
    margin-right: 5px;
    border: 1px solid color: #142a41;;
}

/* Search Sidebar */

.searchSideBar {
    background: #2b4f75;
    color:#ffffff;
    padding: 15px;
}

.searchSideBar select, .searchSideBar input {
    font-size: 14px;
}

.searchButtons {
    width: 100%;
}

.homhero-searchbar {
    background: rgba(200, 200, 200, 0.85) !important;
}

.searchMessage {
    color: #000000;
}

/* bookable */

.notBookable .button {
    background-color: #ccc;
}

/* SLIDER */

#search-accommodation {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -140px;
}

.carousel-control-prev-icon {
    background-image: url("images/carousel/arrowL.png");
}

.carousel-control-next-icon {
    background-image: url("images/carousel/arrowR.png");
}

.sliderArrow {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;

    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
    border-radius: 2px;
}

.sliderArrow.rightSide {
background: url(../images/arrowR.png);
}

.sliderArrow.leftSide {
background: url(../images/arrowL.png);
}

.sliderArrow:hover {
	background-color: #000;
}

/* Nav */

#main-nav .dropdown-menu a {
    color: #646464;
    padding: 5px 14px;
}

#main-nav .dropdown-menu a:hover, #main-nav .dropdown-menu .current_page_item a {
    background-color: #e7edf2;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

/* Blocks */

.blockTitle {
    font-size: 2.375em;
    color: #142a41;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: -1px;
}

.blockSubtitle {
	font-weight: 400;
    margin: 0;
    color: #142a41;
    line-height: 1.5;
    font-size: 1.25em;
}

.blockContent {
	margin-top: 15px;
}

/* Form Block */

.formTitle {
    padding-top: 34px;
    margin-bottom: 21px;
}

.formDesc {
    border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.formContent {
    padding-left: 30px;
    padding-right: 30px;
}

.formForm label {
    font-size: 0.875em;
    width: 100%;
}

.formForm {
    padding-bottom: 43px;
}

.formForm textarea {
    height: 100px;
}

.formForm .wpcf7-response-output {
    border-color: #ffffff;
}

/* Questions and Answers */

.faq-header {
    margin-bottom: 20px;
}

.newsTitle {
    font-size: 1.875em;
    font-weight: 100;
    text-decoration: underline;
}

.colorBlue, .post-edit-link {
    color: #34587E;
}

.colorWhite, .colorWhite a:hover {
    color: #ffffff;
}

.faq-date {

}

.newsQuestion {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 40px;
}

.newsQuestion:first-of-type {
    border-top: 0px solid #f1f1f1;
    padding-top: 0px;
    margin-top: 0px;
}

/* Search By */

.search_name {
    background-color: #142a41;
}

.search_name a {
    color: #ffffff;
}

.imgLink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Listings */

.homheroListingPage .tabs {
    margin-bottom: 10px;
}

.mainSlider {
    position: relative;
}

.homhero-listing .feature-list li {
    width: 100% !important;
}

.youTubeVideo {
    position: absolute;
    z-index: 1;
    /* background: #fff; */
    font-size: 60px;
    padding: 2px 10px;
    color: white;
    bottom: -17px;
    right: -3px;
    cursor: pointer;
}

.mainSlider .slick-track
{
    display: flex !important;
}

.mainSlider .slick-slide
{
    height: inherit !important;
}

.mainSlider iframe {
    min-height: auto;
    height: 100%;
}

.listingModal {
    max-width: 70%;
    margin: 1.75rem auto;
}

#exampleModal {
    padding-right: 0px !important;
}

.videoPOpUp {
    min-height: 600px;
}

.homhero-content button:focus {
    outline: none;
}

.listingBanner .slick-prev, .listingBanner .slick-next {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.listingBanner .slick-prev {
    left: 6px;
}

.listingBanner .slick-next {
    right: 6px;
}

.listingBanner:hover .slick-prev {
    z-index: 1;
    left: 6px;
    width: 32px;
    height: 32px;
    background: url(https://holidayrentalspecialists.com.au/sites/all/libraries/royalslider/skins/default/rs-default.png);
    background-color: rgba(0,0,0,0.73);
    border-radius: 2px;
    overflow: hidden;
    background-position: -64px -32px;
    opacity: 1;
}

.listingBanner:hover .slick-next {
    z-index: 1;
    right: 6px;
    width: 32px;
    height: 32px;
    background: url(https://holidayrentalspecialists.com.au/sites/all/libraries/royalslider/skins/default/rs-default.png);
    background-color: rgba(0,0,0,0.73);
    border-radius: 2px;
    overflow: hidden;
    background-position: -64px -64px;
    opacity: 1;
}

.listingsTab {
    background: rgba(255, 255, 255, 0);
    color: #34587E;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 5px 8px;
    text-transform: none;
    border: solid 1px #34587E;
    cursor: pointer;
}

.listingsTab.active {
    color: #ffffff;
    background: #34587E;
}
.listingsTab.active:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: -24px;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 12px;
    border-color: #34587E rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.tab_content .feature-list {
    padding-left: 0px;
}
.tab_content .feature-list li {
    display: inline-block;
    width: 49%;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
}

.slider-nav {
    margin-top: 1px;
}

.slider-nav .slick-slide img {
    display: block;
    border: 1px solid #ffffff;
}

.listingBanner .slick-prev:before, .listingBanner .slick-next:before {
    content: '';
}

.listingPrice {
    font-size: 16px;
}

.listingInfo  {
    border-bottom: 1px solid #34587E;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.homheroListingPage {
    border-bottom: 1px solid #34587E;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.listingDetails {
    font-size: 16px;
}

.listingArea ul {
    padding-left: 0px;
}

.post-title h3 {
    font-weight: 400;
    font-size: 1.4rem;
    color: #142a41;
    letter-spacing: .03em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 8px;
}

hr {

}

.post-title .postSuburb h5 {
    margin: .5rem 0 0;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
}

.prop-detail {
    font-size: 16px;
    font-weight: normal;
    margin-right: 4px !important;
}

.listing-props {
    margin-bottom: 10px;
}

.listing-wrapper .post-title {
    padding: 4px 20px !important;
}

.listing-wrapper .prop-detail {
    padding: 0px !important;
}

.listingImages {
    position: relative;
}

.listing-wrapper .post-img .post-img-hover {
    height: 100% !important;
}

.postSuburb {
    margin-bottom: 10px;
}

.eachCatImage {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.catName {
    position: absolute;
    left: 2px;
    right: 0;
    top: 2px;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.35);
    transition: all 0.5s ease;
    text-align: center;
}

.catName a {
    font-size: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-decoration: none;
    letter-spacing: .05em;
    font-weight: 400;
    text-shadow: 1px 1px #000000;
}

.catName:hover {
    background: rgba(0, 0, 0, 0.0);
    text-decoration: none;
}

/* Testimonial */

.testimonialSection {
    background-color: #e7edf2;
    padding-top: 40px;
    padding-bottom: 19px;
}

.testimonialSection p {
    font-size: 18px;
}

.w70p .textareaSection, .w70p .textareaSection {
    width: 70%;
    margin: auto;
}

/* CTA BLOCK */

.ctaBG {
    padding: 57px 0px;
    background-position: center;
    background-size: cover;
}

.ctaPoint {
    margin-top: 33px;
}

.ctaImg {
    width: 100px;
}

.ctaTitle {
    font-size: 24px;
    color: #ffffff;
    margin-top: 18px;
}

.ctaDesc {
    font-size: 17px;
    margin-top: 10px;
    color: #ffffff;
}

.ctaLink {
    margin-top: 15px;
}

/* SignUP Area */

.form-control {
    height: 40px;
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.signUpTitle {
    margin-top: 17px;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 25px;
}

.signUpForm {
    margin-bottom: 9px;
}

.signUpText {
    margin-top: -15px;
}

.signUpArea {
}

.signUpForm .button {
    margin-top: 0px;
}

/* Social */

.socialLinks {
    margin: auto;
    text-align: center;
    margin: 20px 0;
    font-size: 23px;
}

.socialLinks li {
    display: inline-block;
    margin: 0px 3px;
    padding: 0px 5px;
    transition: all 0.5s ease;
}

/* ITL Blocks */

.eachITL {
    margin-bottom: 20px;
}

.eachITL a:hover {
    text-decoration: none;
}


.itlTitle {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 10px 10px 8px;
    text-align: center;
    background-color: #89a7c0;
    color: #ffffff;
    transition: all 0.5s ease;
}

.itlTitle:hover {
    background-color: #5882a5;
}

/* Footer */

footer {
    color: #dbdbdb !important;
    background: linear-gradient(#204368 30%, #142a41 70%);
}

.footerTitle {
    font-size: 19px;
}

.footerText {
    font-size: 16px;
    margin-top: 18px;
}

.postal, .footerPhone, .footerEmail {
    margin-top: 18px;
}

.postal strong {
    display: block;
}

.winnersGallery {
    padding-left: 0px;
    margin-top: 20px;
}

.galleryTitle {
    margin-top: 30px;
}

.winnersGallery li {
    margin-right: 11px;
    margin-bottom: 11px;
    display: inline-block;
}

.copyright {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}

.posts-navigation {
    margin-top: 40px;
}

@media only screen and (max-width: 1250px) {
.houseSVG {
    display: none;
}
}

@media only screen and (max-width: 1200px) {
    #cssmenu > ul > li > a {
        letter-spacing: 0px;
        font-size: 15px;
    }
    .mainNav a {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 992px) {
    .formContent {
        width: 58%;
        margin: auto;
    }
    .phoneSVG a:before {
        content: none !important;
    }
    .mobileMenuSection {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .leftAlignMD {
        display: block;
    }
    .mainNav a {
        padding: 5px;
    }
    .topMenu li a:before {
        font-size: 21px;
    }
    .mainLogo {
        max-height: 50px;
    }
    .topMenu li a:before {
        background-size: contain;
    }
    .topMenu {
        height: 100%;
    }
    .menu-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
    }
    .mobileMenu a:hover {
        text-decoration: none;
    }
    .svgLogo {
        height: 100%;
    }
    .mobileMenu {
        padding-right: 5px;
        background: #34587e;
        margin-left: 5px;
    }
    .home #masthead {
        height: auto;
    }
    .home #masthead {
        position: relative;
    }
    .hhty-img {
        max-height: 30px;
    }
    #search-accommodation {
        position: relative;
    }
    .leaveReview {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 767px) {

    .eachCatImage:first-of-type {
        border-right: 1px solid #ffffff;
    }
    .eachCatImage:last-of-type {
        border-right: 1px solid #ffffff;
    }

}

@media only screen and (max-width: 767px) {
    .signUpForm .button {
        margin-top: 15px;
    }
    .signUpForm {
        margin-bottom: 27px;
    }
    .sliderText .sliderSubTitle, .sliderText .sliderTitle {
        font-size: 24px;
        width: 64%;
    }
    .sliderText {
        bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    .catName a {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 600px) {
    html #wpadminbar {
        position: fixed !important;
    }
    .modal-dialog {
        max-width: 100%;
    }
}
