/*
 Theme Name:     Captopress
 Theme URI:      https://www.captovate.com.au
 Description:    Captovate Theme for Wordpress
 Author:         Captovate
 Author URI:     https://www.captovate.com.au
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
form.ibe {
  margin-top: 40px;
  padding-bottom: 40px;
  font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  width: 100%;
}

body {
  overflow-y: scroll !important;
}

form.ibe > p button[type="submit"], form.ibe > div button[type="submit"] {
  margin-bottom: 9px;
}

form.ibe > p, form.ibe > div {
  display: inline-block;
  padding-bottom: 1em;
}

form.ibe > p:nth-of-type(1),
form.ibe > p:nth-of-type(2),
form.ibe > div:nth-of-type(1),
form.ibe > div:nth-of-type(2) {
  width: 23%;
  margin-right: 2%;
}

form.ibe > p:nth-of-type(3),
form.ibe > p:nth-of-type(4),
form.ibe > div:nth-of-type(3),
form.ibe > div:nth-of-type(4) {
  width: 13%;
  margin-right: 2%;
}

form.ibe > p:nth-of-type(5),
form.ibe > div:nth-of-type(5) {
  width: 18%;
}

form.ibe label {
  font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #402018;
  text-align: center;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

form.ibe input[type="date"],
form.ibe input[type="text"],
form.ibe input[type="number"] {
  font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;
  border: 0px;
  box-shadow: -1px 14px 57px 13px rgba(0, 0, 0, 0.19);
  padding: 15px;
  background: rgba(255, 255, 255, 1);
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}

form.ibe button[type="submit"] {
  box-shadow: -1px 14px 57px 13px rgba(0, 0, 0, 0.19);
  border: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #A10A17;
  color: white;
  padding: 18px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  line-height: 15px;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

form.ibe button[type="submit"]:hover {
  background: #fff;
  color: #A10A17;
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  form.ibe > p:nth-of-type(1),
  form.ibe > p:nth-of-type(2),
  form.ibe > div:nth-of-type(1),
  form.ibe > div:nth-of-type(2) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(3),
  form.ibe > p:nth-of-type(4),
  form.ibe > div:nth-of-type(3),
  form.ibe > div:nth-of-type(4) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(5),
  form.ibe > div:nth-of-type(5) {
    width: 100%;
    clear: both;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  form.ibe > p:nth-of-type(1),
  form.ibe > p:nth-of-type(2),
  form.ibe > div:nth-of-type(1),
  form.ibe > div:nth-of-type(2) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(3),
  form.ibe > p:nth-of-type(4),
  form.ibe > div:nth-of-type(3),
  form.ibe > div:nth-of-type(4) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(5),
  form.ibe > div:nth-of-type(5) {
    width: 100%;
    clear: both;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  form.ibe > p:nth-of-type(1),
  form.ibe > p:nth-of-type(2),
  form.ibe > div:nth-of-type(1),
  form.ibe > div:nth-of-type(2) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(3),
  form.ibe > p:nth-of-type(4),
  form.ibe > div:nth-of-type(3),
  form.ibe > div:nth-of-type(4) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(5),
  form.ibe > div:nth-of-type(5) {
    width: 100%;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  form.ibe > p:nth-of-type(1),
  form.ibe > p:nth-of-type(2),
  form.ibe > div:nth-of-type(1),
  form.ibe > div:nth-of-type(2) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(3),
  form.ibe > p:nth-of-type(4),
  form.ibe > div:nth-of-type(3),
  form.ibe > div:nth-of-type(4) {
    width: 100%;
    margin-right: 0%;
  }
  form.ibe > p:nth-of-type(5),
  form.ibe > div:nth-of-type(5) {
    width: 100%;
  }
}

#bookingWidget {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  text-align: center;
  background: #0000009e;
  transform: translatey(-100%);
  transition: transform .3s ease;
  padding-top: 5%;
  overflow-Y: scroll;
}

#bookingWidget .booking-widget-container {
  display: block;
  overflow: hidden;
  min-width: 768px;
  max-width: 778px;
  border-radius: 3px;
  margin: auto;
  position: relative;
}

#bookingWidget iframe {
  overflow: scroll;
  margin-bottom: 5em;
}

.booking-close {
  position: absolute;
  top: 20px;
  left: 24px;
  cursor: pointer;
  opacity: .5;
  transform: scale(1);
  transition: all .3s ease;
}

.booking-close:hover {
  position: absolute;
  top: 20px;
  left: 24px;
  cursor: pointer;
  opacity: 1;
  transform: scale(1.1);
}

.booking-close::after {
  position: relative;
  font: 400 30px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
  content: "\f153";
}

body.openBooking {
  overflow: hidden;
}

body.openBooking #bookingWidget {
  transform: translatey(0%);
}

/* get rid of underlines in footer contact us */

.et_pb_text_13.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_10.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_9.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_16.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_3.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_8.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_12.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_11.et_pb_text a {
  text-decoration: none;
}

.et_pb_text_15.et_pb_text a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .et_menu_container {
    padding: .5em 0;
  }
  #main-header .logo_container {
    padding: 0;
    position: static;
    display: flex;
    align-items: center;
  }
  #main-header .logo_container img {
    width: 164px;
    height: 61px;
    max-width: none !important;
    max-height: none !important;
    display: block;
  }
  #main-header #et-top-navigation {
    padding: 0 !important;
    align-items: center;
    display: flex;
  }
  #main-header .mobile_menu_bar_toggle {
    padding-bottom: 0 !important;
  }
}

.mobile_menu_bar.mobile_menu_bar_toggle {
  cursor: pointer;
}

.book a:hover {
  opacity: 1 !important;
  background-color: #68040d !important;
}

@media (max-width: 480px) {
  .entry-title {
    font-size: 14vw !important;
  }
  #top-header #et-info > * {
    width: 22px !important;
    display: inline-block  !important;
    overflow: hidden  !important;
  }
  #et-info-phone:before, #et-info-email:before {
    font-size: 1.5em;
  }
  #et-info-email {
    display: flex  !important;
  }
  #et-info-phone {
    transform: translateY(-1px);
    position: relative;
    overflow: hidden;
  }
  #et-info-phone a {
    left: 0;
    color: transparent;
    text-indent: 9999px;
    position: absolute;
  }
}

@media (max-width: 980px) {
  #et-boc .et_pb_column_1_3 {
    margin-bottom: 20px !important;
    /*background: red;*/
  }
}

@media (max-width: 980px) {
  #post-6267 #et-boc .et_pb_row_1,
  #post-6267 #et-boc .et_pb_row_2 {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  #post-6267 #et-boc .et_pb_row_1 .et_pb_column_1,
  #post-6267 #et-boc .et_pb_row_2 .et_pb_column_3 {
    width: 20%;
    max-width: 100px;
    flex-basis: 20%;
  }
  #post-6267 #et-boc .et_pb_row_1 .et_pb_column_2,
  #post-6267 #et-boc .et_pb_row_2 .et_pb_column_4 {
    flex: 1;
    padding: 0 2em;
  }
}

@media (max-width: 400px) {
  #post-6267 #et-boc .et_pb_row_1 .et_pb_column_1,
  #post-6267 #et-boc .et_pb_row_2 .et_pb_column_3 {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }
  #post-6267 #et-boc .et_pb_row_1 .et_pb_column_1 img,
  #post-6267 #et-boc .et_pb_row_2 .et_pb_column_3 img {
    max-width: 100px;
    width: 100%;
    padding: 2em 0em;
  }
  #post-6267 #et-boc .et_pb_row_1 .et_pb_column_2,
  #post-6267 #et-boc .et_pb_row_2 .et_pb_column_4 {
    width: 100%;
    padding: 0 2em;
  }
}

.container {
  position: relative;
}

.logo_container {
  /*background: red;*/
  left: 0;
  right: 0;
}

@font-face {
  font-family: "SINI BOLD";
  src: url("https://walkaboutlodge.com.au//wp-content/uploads/et-fonts/sini-bold.woff") format("truetype");
}


body {
  z-index: 999999;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #et-main-area .footer-contact {
    padding-right: 0 !important;
    padding-bottom: 3em;
  }
  #et-main-area .footer-contact h6 a {
    line-height: 1 !important;
  }
  #et-main-area .footer-contact h6 {
    line-height: 1 !important;
    font-size: 20px !important;
    margin-right: 1em;
  }
  #et-main-area .footer-contact div {
    display: inline-block;
    padding: 0 !important;
    line-height: 1 !important;
  }
}

.et-pb-contact-message p {
  color: #ffffff;
}