/*
Theme Name:		 Homhero - Coolangatta Child
Theme URI:		 https://homhero.com.au/
Description:	 A child theme of Homhero - Coolangatta
Author:			 HomHero
Author URI:		 https://homhero.com.au/
Template:		 homhero-coolangatta
Version:		 1.0.0
Text Domain:	 homhero-coolangatta-child
*/


/* Page Elements */


:root {

    /* Colours */
    --primary-color:  #71cdf4;
    --primary-color-alt:  #027ac2;
    --secondary-color:#027AC2;
    --secondary-color-alt: #d5d55e;
    --tertiary-color: #130c0d;
    --tertiary-color-alt: #130c0d;
    --header-background-color: #ffffff;
    --heading-color: var(--tertiary-color);
    --text-color: var(--tertiary-color);
    --button-primary-color: var(--primary-color);
    --button-primary-text: #ffffff;
    --button-primary-hover-color: var(--primary-color-alt);
    --button-primary-hover-text: #ffffff;
    --button-secondary-color: var(--secondary-color);
    --button-secondary-text: #ffffff;
    --button-secondary-hover-color: var(--secondary-color-alt);
    --button-secondary-hover-text: #ffffff;
    --footer-background-color: var(--tertiary-color);
    --footer-color: #ffffff;
    --featured-properties-background: #f4f4f4;
    --white-color : #ffffff;
    --footer-background-colour : #292f32;
    --gray-color: #f4f4f4; /* Feature Block Card,Feature Footer Card,Map Toogle, Special Odd Card */
    --gray-border-color:#f0f0f0 ; /*Feature Block Card*/
    --form-focus-color: #ced4da; /*Form Focus , border Form Control, Form Select Label */
    --black-color: #000000;


    /* Fonts */
    --body-font-size-mobile: 14px;
    --body-font-size-tablet: 15px;
    --body-font-size: 16px;
    --primary-font-family: 'Heebo', sans-serif;
    --secondary-font-family: 'Muli', sans-serif !important;
    --heading-font-family: var(--primary-font-family);
    --heading-font-weight: 700;
    --heading-line-height: 2.4em;
    --body-font-family: var(--secondary-font-family);
    --body-font-weight: 400;
    --body-line-height: 1.5em;
    --button-font-family: var(--primary-font-family);
    --button-font-weight: 700;
    --menu-font-family: var(--primary-font-family);
    --menu-font-weight: 700;
    --menu-letter-spacing: 0.05em;
    --menu-link-padding: 10px 10px;


    /* Headings */
    --h1-font-size: 2.5em;
    --h1-text-transform: uppercase;
    --h2-font-size: 1.75em;
    --h2-text-transform: uppercase;
    --h3-font-size: 1.5em;
    --h3-text-transform: normal;
    --h4-font-size: 1.25em;
    --h4-text-transform: normal;
    --h5-font-size: 1.125em;
    --h5-text-transform: normal;
    --h6-font-size: 1em;
    --h6-text-transform: normal;

    /* Buttons */

    --button-border-radius: 0px;
    --button-border-width: 2px;
    --button-right-margin: 10px;


    /* Banners */
    --default-banner-height: 50vh;
    --default-banner-height-tablet: 40vh;
    --default-banner-height-mobile: 30vh;

    --homepage-banner-height: 100vh;
    --homepage-banner-height-tablet: 50vh;
    --homepage-banner-height-mobile: 30vh;


    /* Spacing */
    --container-max-width: 1140px;

}




/*UI Date*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-hover, .ui-widget-content .ui-state-hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    font-weight: normal;
    color: #fff;
}


/*.fixedMenu{
    background:linear-gradient(0deg, rgba(162,150,138,0) 0%, rgba(162,150,138,1) 15%, rgba(162,150,138,1) 100%)

}*/


body {

    font-family: var(--primary-font-family) ,sans-serif !important;
}
input {

    font-family: var(--secondary-font-family) ,sans-serif !important;
}
.home .fixed-bottom-search-bar .homhero-searchbar {
    bottom: 50px;
}
footer a:hover {
text-decoration: underline;
}
.popularIcons {
    color: rgba(113, 205, 244, 0.6);
}

blockquote {
    background-color: #eaeaea;
    border-left: 2px solid var(--primary-color);
    padding: 20px;
}
blockquote:before {
    color: #ccc;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 1.5em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.1em;
    min-width: 25px;
}


.faq.fa-caret-down:before {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 20px;
    content: "\f0d7";
}
.faq.rotate {
    position: absolute;
    top: 59px;
    right: 50px;
    -webkit-transform: rotate(
        180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.card {
    border: none;
}

a.faq-link{
    color:var(--tertiary-color);

}

.faqs.row{
    border-top: 1px solid var(--tertiary-color);
    padding: 10px 20px;
}
.faqs.row:last-child{
    border-bottom: 1px solid var(--tertiary-color);
}

img.eluxLogo {
    /* display: none; */
    height: 110px;
    width: auto !important;
}

.featuredImageBlock {
    padding: 15px;
}



@media screen and (min-width:500px){
.logo img {
    padding: 10px;
}
}
.propertyList {
    /*margin-top: 35px;*/
}
.home .fixed-centre-search-bar .homhero-searchbar {
    bottom: 32%;
}
footer {
    border-top: 1px solid #e9ecef;
    background-color: var(--white-color);
    color: var(--footer-background-colour);
}
.footer-large h3 {
    margin-top: 24px;
    margin-bottom: 15px;
    color: var(--footer-background-colour);

}
footer a {
    color: var(--primary-color);
}
footer a:hover {
    color: var(--footer-background-colour);
}
.copywriteLine > a:hover {
    color: var(--footer-background-colour);
}
.copywriteLine {
    border-top: 1px solid #e9ecef;
}
.footerName.mb-2 {
    font-size: 17px;
}
.short-button {
    max-width: 20%;
}



@font-face {
    font-family: "Berthold Akzidenz Grotesk BE Co";
    src: url("//db.onlinewebfonts.com/t/289656d78a902defcea2714ca5ea7693.eot");
    src: url("//db.onlinewebfonts.com/t/289656d78a902defcea2714ca5ea7693.eot?#iefix")
        format("embedded-opentype"),
        url("//db.onlinewebfonts.com/t/289656d78a902defcea2714ca5ea7693.woff2")
        format("woff2"),
        url("//db.onlinewebfonts.com/t/289656d78a902defcea2714ca5ea7693.woff")
        format("woff"),
        url("//db.onlinewebfonts.com/t/289656d78a902defcea2714ca5ea7693.ttf")
        format("truetype"),
        url("//db.onlinewebfonts.com/t/289656d78a902defcea2714ca5ea7693.svg#Berthold Akzidenz Grotesk BE Co")
        format("svg");
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Berthold Akzidenz Grotesk BE Co" !important;
    letter-spacing: 0.8px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
    text-transform: none;
}
h1 {
    font-size: 32px;
    padding-bottom: 10px;
}
h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
}
h1.entry-title {
    font-size: 1.31rem;
    border-bottom: 1px solid #eaecef;
}
h2.entry-title {
    border-bottom: 1px solid #eaecef;
}
h3.widget-title {
    font-size: 1.2rem;
}

.footer-large h3 strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.experiencesImg {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.eachSlider {
    /*margin-top: 42px;*/
}

.line:before{
    margin-right: 10px;
}
.line:after {
    margin-left: 10px;
}
.member-button {
    color: #fff;
    background-color: #fcb131;
    padding: 0.9rem 2rem;
    text-transform: uppercase;
    border-bottom-left-radius: 25px;
    font-size: 0.9rem;
}
.member-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #de9c2c;
}
.feature-text {
    color: #007ac2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}
select.wpcf7-form-control.wpcf7-select.form-control {
    font-family: var(--secondary-font-family);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required , select.wpcf7-form-control.wpcf7-select.form-control , input.wpcf7-form-control.wpcf7-text.form-control, input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.form-control {
    color: #969da2;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.round-left ,.round-right{
    border-radius:0px;
}
button.btn.btn-primary.setCookieNotification {
    width: 17%;
    border: 1px solid #6c757d !important;
}
button.btn.btn-primary.setCookieNotification:hover {
    border: 1px solid var(--primary-color) !important;
}
.btn {
    display: inline-block;
    padding: .45em 1em;
    font-size: 16px !important;
    margin-bottom: 10px;
    border-radius: 0px;
    color: var(--primary-color) !important;
}
.btn-primary,
.btn-solid-prim{
    background:  var(--primary-color);
    color: var(--white-color) !important;
    border: 1px solid var(--primary-color) !important; 
    text-transform: none;
    font-weight:400;
    transition-duration: 0.5s;
}
.btn-primary:hover,.btn-secondary:focus, .btn-secondary:active,
.btn-solid-prim:hover {
    background: #FFFFFF;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    text-transform: none;
    font-weight:400;
}
.btn-primary.outline {
    background: #FFFFFF;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    text-transform: none;
    font-weight:400;
    transition-duration: 0.5s;
}
.btn-primary.outline:hover,.btn-secondary:focus, .btn-secondary:active {
    background:  var(--primary-color);
    color: var(--white-color) !important;
    border: 1px solid var(--primary-color) !important; 
    text-transform: none;
    font-weight:400;
    
}

.btn-secondary{
    background:  var(--secondary-color);
    color: var(--white-color) !important;
    border: 1px solid var(--secondary-color) !important; 
    text-transform: none;
    font-weight:400;
    transition-duration: 0.5s;
}
 .btn-secondary:hover,.btn-secondary:focus, .btn-secondary:active {
    background: #FFFFFF;
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
    text-transform: none;
    font-weight:400;
}
.homhero-content .form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.homhero-content .form-control, .homhero-content .chosen-choices {
    height: 40px;
 }
    
   .featuredListings .listing-button a {
    width: 45%;
    margin: auto;
    padding: 10px 24px;
}

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

.chosen-property {
  font-family: var(--secondary-font-family);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 3px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #fbfbfb;
}
.chosen-property::-webkit-input-placeholder {
  color: #333;
}
.chosen-property:hover {
  background-color: #71cdf4;
  cursor: pointer;
}
.chosen-property:hover::-webkit-input-placeholder {
  color: #333;
}
.chosen-property:focus,
.chosen-property.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: #71cdf4;
  color: #000;
}
.chosen-property.open,
.chosen-property:focus {
  color: #fff;
}
.chosen-property:focus::-webkit-input-placeholder,
.chosen-property.open::-webkit-input-placeholder {
  color: #fff;
}
.selectize-input.dropdown-active,
.selectize-input.focus {
  border-radius: 0px;
  box-shadow: none;
}
.selectize-input {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 4px !important;
  font-size: 16px;
}
.selectize-dropdown {
  background: transparent;
  height: auto !important;
}
.selectize-dropdown-content {
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 16px;
}
.propertyList {
  list-style: none;
  /*margin-top: 31px;*/
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* padding-left: 0.8em; */
  z-index: 99999;
}
.propertyList.open {
  max-height: 320px;
  overflow: auto;
}
.propertyList li {
  position: relative;
  background-color: #fafcfd;
  font-size: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}
.propertyList li:hover {
  background-color: #71cdf4;
}

.propertyList li:hover a {
  color: #ffffff;
}

.propertyList li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.fixedMenu {
    padding: 0px;
    max-height:108px;
}
.logo img {
    padding:10px;
}

@media only screen and (max-width: 519px){

img.eluxLogo {
    display:none;
    max-width: 27%;
    max-height: 89px;
}
}
@media only screen and (min-width: 300px) {
    .chosen-property, .propertyList {
    width:100%;
}
}

@media only screen and (min-width:320px) and (max-width: 519px) {
  .social {
    display:inline-block;
    position: absolute;
    top: 92px;
    right: auto;
    background: #ffffff;
    height:35px;
    width:100%;
  }
  .social .lead {
    margin-block-start: 0px;
    font-size: 20px;
    margin-left: 5px;
  }
.home .fixed-bottom-search-bar .homhero-searchbar, .home .fixed-centre-search-bar .homhero-searchbar {
    bottom: 0px;
}
}
@media only screen and (min-width:520px) and (max-width: 637px) {
  .social {
    display:inline-block;
    position: absolute;
    top: 112px;
    right: auto;
    background: #ffffff;
    height:35px;
    width:100%;
  }
  .social .lead {
    margin-block-start: 0px;
    font-size: 20px;
    margin-left: 5px;
  }
.home .fixed-bottom-search-bar .homhero-searchbar, .home .fixed-centre-search-bar .homhero-searchbar {
    bottom: 0px;
}
}
@media only screen and (min-width:638px) and (max-width: 767px) {
  .social {
    display:flex;
  }
}

.homhero-content .h2, .homhero-content h2 {
    font-size: 2rem;
}

.homhero-content .h1, .homhero-content .h2, .homhero-content .h3, .homhero-content .h4, .homhero-content .h5, .homhero-content .h6, .homhero-content h1, .homhero-content h2, .homhero-content h3, .homhero-content h4, .homhero-content h5, .homhero-content h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.homhero-listing .listing-actions .title {
    padding: 20px 20px 0px;
    
}


#availability-cats {
  margin-bottom:20px;
}

#availability-cats .availCat {
  border: 2px solid var(--primary-color);
  margin: 0 5px 10px;
  padding:6px 15px;
  background-color: #fafafa;
  border-radius: 5px;
}

#availability-cats .availCat:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}

#availability-cats .availCat:focus,
#availability-cats .availCat:active {
    outline: none;
}

#availability-cats .availCat.active,
#availability-cats .availCat.active:focus,
#availability-cats .availCat.active:active {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

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

  #availability-cats {
    border-bottom:2px solid var(--primary-color);
  }

  #availability-cats .availCat {
    border-bottom:0; 
    border-radius: 5px 5px 0 0;
    margin: 0 5px;
  }
  
}

#mainHeader .logo {
  display:flex;
  justify-content:flex-start;
  align-items:center;
}

#mainHeader .logo a {
  display:block;
  max-width:335px;
  max-height: 100px
}

#mainHeader .logo a img {
  width:100%;
  height:100px;
  object-fit:contain;
}

@media screen and (max-width: 639px){
  .social {
    display:none;
  }
}

.theFeatures img {
    display: inline-block;
    width: 32px;
    margin-right: 20px;
    height: auto;
}
@media screen and (min-width: 1200px){
.home #carouselExampleIndicators {
    max-height: 95vh;
}
    
}
.eachMember img.img-fluid {
    height: auto;
    width: 100%;
}

.listing-cost {
    font-size:0.8em;
}

.listing-cost .message {
    font-size: 0.75em;
    display:block;
    margin-top:10px;
    padding:5px 10px;
    border:1px solid #ffb9b9;
    border-radius:4px;
    background-color:#ffe2e2;
}
.btn-solid-prim{
	width:25%;
}
#bottom_description h2{
    text-align: center;
    margin-top:3rem;
}
#read-more{
    color:#71cdf4;
    cursor:pointer;
    margin-top:1rem;
    transition:all 0.5s ease;
}
#read-more:hover{
    color:#2682a9;
}
.roomDetails ul{
    text-transform: capitalize;
}
a.instagram_link_theDesc {
    display: flex;
    justify-content: left;
    align-items: center;
    /* font-size: 1em; */
    gap: 10px;
    color: black;
}
a.instagram_link_theDesc i {
    font-size: 1.5rem;
    color: var(--primary-color);
}
.ratingAverage {
  display:flex;
  align-items:center;
}

.ratingAverage .stars img {
    max-width: 25px;
    height: auto;
    width: 25px
}