/*
 Theme Name:   BConX
 Theme URI:    https://generatepress.com
 Description:  BConX Theme
 Author:       Vuk Vucic
 Author URI:   transitgraphics.com.au
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/transitgraphics/fonts/Gotham-Book.otf")
    format("otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/transitgraphics/fonts/Gotham-Light.otf")
    format("otf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/transitgraphics/fonts/Gotham-Medium.otf")
    format("otf");
  font-weight: 500;
  font-style: normal;
}

body {
  position: relative;
  background: #fff;
  font-family: Montserrat, Helvetica, sans-serif;
}

h2 {
  display: inline-block;
  position: relative;
  font-weight: 500;
}

h2::before {
  position: absolute;
  top: -7px;
  left: -50px;
  background-image: url(/wp-content/uploads/2019/01/place-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 55px;
  content: "";
}

h3 {
  font-weight: 500;
}

.nav-float-right .is_stuck.main-navigation {
  top: 0 !important;
}

.header-wrap .site-header {
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.site-logo {
  position: relative;
  top: 25px;

  /* left: 50px; */
  margin-left: 0 !important;
}

.main-navigation .navigation-logo img {
  padding: 0 !important;
  width: 190px;
  height: auto !important;
}

.main-navigation {
  margin-top: 35px;
  margin-bottom: 25px;
}

.nav-float-right .is_stuck.main-navigation .menu > li {
  margin-top: 35px;
  margin-bottom: 25px;
}

.main-navigation .main-nav ul li a {
  position: relative;
  margin-right: 21px;
  margin-left: 21px;
  cursor: pointer;
  padding-right: 21px;
  padding-left: 21px;

  /* padding-bottom: 10px; */
}

.main-navigation .main-nav ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s ease;
  background: #137eba;
  width: 100%;
  height: 2px;
  content: "";
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  background: none !important;
  color: #137eba !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
  color: #137eba;
}

.main-navigation .main-nav ul li a:hover::before {
  transform: scaleX(1);
}

.sticky-enabled .main-navigation.is_stuck {
  background-color: #fff;
}

.page-hero {
  position: relative;
  background-position: 50% 50%;
}

.logo {
  width: 350px;
}

.header h1 {
  position: relative;
  font-size: 55px;
  font-weight: 600;

  /* z-index: 2;
    color: #fff; */
}

.header h1::before {
  position: absolute;
  top: 0;
  left: -68px;
  background-image: url(/wp-content/uploads/2019/01/place-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 67px;
  content: "";
}

.header p.header-tag {
  display: inline-block;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #f27426;
  font-size: 45px;
  font-weight: 500;
}

/* .header h1:before {
    content: '';
    width: 600px;
    height: 53%;
    position: absolute;
    top: 0px;
    left: -15px;
    background-color: #f27426;
    z-index: -1;
}
.header h1:after {
    content: '';
    width: 357px;
    height: 53%;
    position: absolute;
    top: 50%;
    left: -15px;
    background-color: #f27426;
    z-index: -1;
} */
.header p {
  max-width: 500px;
  font-size: 22px;
  font-weight: 200;
}

.header p.home-btn-text {
  font-weight: 600;
}

.book-now {
  font-size: 30px;
}

.home-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background-color: #f27426;
  padding: 14px 66px;
  width: 293px;
  overflow: hidden;
}

.home-btn::before {
  position: absolute;
  top: -100%;
  left: 0;
  transition: 0.6s ease;
  z-index: -1;
  background-color: #137eba;
  width: 100%;
  height: 100%;
  content: "";
}

.home-btn:hover::before {
  top: 0;
}

.operating-link:hover {
  color: #f27426 !important;
}

.home-btn-text {
  display: block;
  position: relative;
  top: 5px;
  width: 293px;
  text-align: center;
  font-weight: 600;
}

.see-more {
  position: absolute;
  bottom: 30px;
  bottom: 60px;
  left: calc((100% - 50.5px) / 2);
  font-weight: 700;
}

.page-hero .see-more a {
  position: relative;
  color: #137eba;
}

.see-more a::after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc((100% - 20px) / 2);
  transform: rotate(-45deg);
  border-bottom: 4px solid #137eba;
  border-left: 4px solid #137eba;
  width: 20px;
  height: 20px;
  content: "";
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
}

.about.section {
  box-shadow: inset 0 10px 9px 0 rgba(0, 0, 0, 0.4);
  background: #137eba;
  background-image: url(/wp-content/uploads/2019/01/about-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 60px;
  color: #fff;
}

.about.section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 -5px 9px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 20px;
  content: "";
}

.home-table,
.home-table td {
  border: none;
}

.home-table td {
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

a.map-link {
  color: #fff;
}

a.map-link:hover {
  text-decoration: underline;
}

.blurb {
  margin-bottom: 5px;
}

.accordion {
  transition: 0.4s;
  outline: none;
  border: none;
  background-color: #f4f4f4;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 17px;
}

.accordion:hover,
.accordion:focus,
.accordion:focus-within {
  background-color: #f4f4f4;
  color: #000;
}

.panel {
  display: none;
  background-color: #f4f4f4;
  padding: 0 18px;
  overflow: hidden;
}

.how.section {
  background: #f4f4f4;
  padding-bottom: 0;
}

.how.section .how-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.how-info span {
  margin-left: 15px;
  background-color: #f27426;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}

.info-text {
  display: none;
  transition: 1s;
}

/* .how-info.inactive {
    height: 100px;
} */
.how-btn {
  float: right;
  margin-bottom: 0;
  cursor: pointer;
  color: #f27426;
}

.how.section ul {
  margin-top: 30px;
  margin-left: 0;
}

.how.section ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #f27426;
  list-style: none;
}

.how.section ul li ul {
  margin-left: 20px;
}

.how.section ul li ul li {
  border: none;
  list-style: disc;
}

.how.section h3 {
  margin-bottom: 5px;
  color: #f27426;
  font-size: 26px;
}

.how-mockup {
  position: absolute;
  right: 30%;
  bottom: 0;
  margin-bottom: -10px;
  width: 310px;
}

.service.section h2 {
  float: left;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  -webkit-backface-visibility: hidden;
}

.switch-container {
  margin: 0 auto;
  width: 100%;
}

.switch {
  margin: 4rem auto;
}

/* main styles */
.switch {
  position: relative;
  width: 24rem;
}

.switch input {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.switch input:checked {
  z-index: 1;
}

.switch input:checked + label {
  opacity: 1;
  cursor: default;
}

.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}

.switch label {
  transition: opacity 0.25s ease;
  opacity: 0.33;
  cursor: pointer;
  color: #137eba;
}

.switch .toggle-outside {
  transition: 0.25s ease all;
  border-radius: 2rem;
  padding: 0.25rem;
  height: 100%;
  overflow: hidden;
}

.switch .toggle-inside {
  position: absolute;
  transition: 0.25s ease all;
  border-radius: 5rem;
  background: #137eba;
}

.switch--horizontal {
  float: right;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 18rem;
  height: 3rem;
  font-size: 0;
}

.switch--horizontal input {
  left: 6rem;
  margin: 0;
  width: 6rem;
  height: 3rem;
}

.switch--horizontal label {
  display: inline-block;
  margin: 0;
  width: 6rem;
  height: 100%;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
}

.switch--horizontal label:last-of-type {
  margin-left: 6rem;
}

.switch--horizontal .toggle-outside {
  position: absolute;
  left: 6rem;
  background: #b8d8ea;
  width: 6rem;
}

.switch--horizontal .toggle-inside {
  width: 2.5rem;
  height: 2.5rem;
}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 3.25rem;
}

.map-container .grid-100 {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.service-map {
  /* -webkit-transition: 1s cubic-bezier(.64,.34,.54,.92);
      -moz-transition: 1s cubic-bezier(.64,.34,.54,.92);
      -o-transition: 1s cubic-bezier(.64,.34,.54,.92);
      transition: 1s cubic-bezier(.64,.34,.54,.92); */
  transition: 1s;
}

.service-map.one {
  /* position: relative; */
}

.service-map.two {
  position: absolute;
  top: 0;
  right: -100%;
}

.active .service-map.one {
  margin-left: -100%;
}

.active .service-map.two {
  right: 0%;
}

.download.section {
  position: relative;
  z-index: 1;
  box-shadow: inset 0 10px 9px 0 rgba(0, 0, 0, 0.4);
  background-color: #137eba;
  text-align: center;
  color: #fff;
}

.download.section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
  background-image: url("/wp-content/uploads/2019/01/download-background.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 70%;
  content: "";
}

.download.section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 -5px 9px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 20px;
  content: "";
}

.download-text p {
  font-size: 24px;
  font-weight: 100;
}

.download.section img {
  height: 60px;
}

/* ----------------------------------------------DELETE WHEN YOU ADD THE APPLE AND GOOGLE LOGO-------------------------------- */

/* .download-text .grid-50 {
    display: none;
} */

/* ----------------------------------------------END DELETE WHEN YOU ADD THE APPLE AND GOOGLE LOGO-------------------------------- */

.contact-info {
  margin-top: 50px;
  border: 10px solid #137eba;
  padding: 40px;
  color: #137eba;
}

.contact-info h6 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.contact-info p {
  margin-bottom: 0;
}

.contact-info .grid-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-info span {
}

.contact-form
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  background: #f4f4f4;
  width: 100%;
  height: 50px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  display: block;
  float: left;
  transition: 0.5s;
  border: 3px solid #f27426;
  border-radius: 30px;
  background-color: transparent;
  padding: 10px 64px;
  color: #f27426;
}

.contact-form .gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 10px 64px;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #f27426;
  color: #fff;
}

/* .gform_wrapper textarea.medium {
    background: #f4f4f4 !important;
    border: none;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
} */
.gform_body input[type="text"],
.gform_body textarea,
.gform_body input[type="button"] {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #f4f4f4;
  padding: 5px !important;
}

.gform_body input[type="text"]:focus,
.gform_body textarea:focus {
  background-color: transparent;
}

.contact-form .gform_wrapper div.validation_error {
  border-color: #f27426;
  color: #f27426;
}

.contact-form .gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-color: #f27426;
  background-color: rgba(242, 116, 38, 0.1);
}

.contact-form .gform_wrapper .gfield_error .gfield_label {
  color: #f27426;
}

.contact-form .gform_wrapper .validation_message {
  color: #f27426;
}

.contact-form
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: none;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3 {
  padding-right: 0;
  padding-left: 0;
}

.footer-widgets img {
  width: auto;
  max-height: 45px;
}

.footer-widget-3 img {
  float: right;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0;
}

.site-footer .footer-widgets-container .footer-widget-2 .inner-padding {
  padding-left: 70px;
}

.footer-widget-4 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222;
  height: 62px;
  color: #fff !important;
}

.footer-widget-4 .widget ul {
  margin-left: calc((100vw - 1100px) / 2);
}

.footer-widget-4 .widget ul li {
  float: left;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  line-height: 62px;
}

.footer-widget-4 .widget ul li a {
  color: #fff;
  font-size: 14px;
}

/* .site-info {
    width: 50%;
    float: right;
} */

/* .copyright-bar {
    text-align: right;
    margin-right: calc((100vw - 1100px) / 2);
} */

/* ------------------------------------------------------PRIVACY PAGE------------------------------------ */

.page-id-3 h1 {
  padding-left: 30px;
}

.list-alpha {
  list-style: lower-alpha;
}

@media only screen and (max-width: 1450px) {
  .how-mockup {
    right: 10%;
  }
}

@media only screen and (max-width: 1300px) {
  .header {
    padding-left: 30px;
  }

  .header h1::before {
    display: none;
  }
}

@media only screen and (max-width: 1080px) {
  .main-navigation .main-nav ul li a {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
  }

  .site-logo {
    left: 30px;
  }
}

@media only screen and (max-width: 1025px) {
  .app-mockup {
    display: none;
  }

  .about-text table {
    height: auto !important;
  }

  .map-container {
    float: none;
    clear: both;
  }

  h2 {
    left: 50px;
  }

  .how-mockup img {
    float: right;
    width: 250px;
  }
}

@media only screen and (max-width: 900px) {
  /* .main-navigation .menu-toggle, .main-navigation .mobile-bar-items, .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }
    .main-navigation ul, .gen-sidebar-nav {
        display: none;
    } */
  .main-navigation .main-nav ul li a {
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .main-navigation.toggled .main-nav li {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #masthead {
    min-height: 94px;
  }

  .nav-float-right .is_stuck.main-navigation {
    top: 65px !important;
  }

  .sticky-enabled .main-navigation.is_stuck {
    box-shadow: none !important;
  }

  .main-navigation .navigation-logo img {
    display: none !important;
  }

  .header h1 {
    font-size: 40px;
  }

  .header p {
    font-size: 17px;
  }

  h2 {
    left: 0 !important;
    width: 100%;
    text-align: center !important;
  }

  h2::before {
    display: none;
    left: 0;
  }

  .header p.header-tag {
    font-size: 25px;
  }

  .both-sticky-menu
    .main-navigation:not(#mobile-header).toggled
    .main-nav
    > ul {
    position: static !important;
  }

  .header-wrap {
    position: fixed;
    top: 0;
  }

  .site-logo {
    float: left !important;
    clear: none !important;
    z-index: 110;
    margin-bottom: 0 !important;
    margin-left: 20px;
  }

  .site-header .header-image {
    width: 150px;
  }

  [class*="nav-float-"] .site-header .inside-header > * {
    float: right;
    clear: right;
  }

  nav#site-navigation {
    width: 100vw;
  }

  button.menu-toggle {
    text-align: right;
  }

  .main-navigation {
    margin-top: -12px;
  }

  button.menu-toggle {
    float: right;
    width: auto;
  }

  .page-id-2 .page-hero {
    background-image: none;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .see-more {
    left: 0;
    width: 100%;
    text-align: center;
  }

  .section {
    padding-top: 50px;
  }

  .about.section {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .how-mockup {
    display: none;
  }

  .how.section .how-text {
    padding-top: 0;
  }

  .download-text p {
    font-size: 17px;
    font-weight: 300;
  }

  .site-footer .footer-widgets-container .footer-widget-2 .inner-padding {
    padding-left: 0;
  }

  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3 {
    text-align: center;
  }

  .footer-widget-3 img {
    float: none;
  }

  .download.section {
    padding-bottom: 50px;
  }

  .contact-info {
    padding: 10px;
  }
}

@media only screen and (max-width: 580px) {
  .service.section h2 {
    display: block;
    float: none;
    text-align: center;
  }

  .switch--horizontal {
    float: none;
  }

  .how-info span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .download.section img {
    height: 45px;
  }
}

@media only screen and (max-width: 420px) {
  .header p.header-tag {
    font-size: 18px;
  }
}

time.published::before {
  content: "Published ";
}

.mtsnb .mtsnb-container {
  padding: 7.5px 60px;
}

.mtsnb-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-enabled.has-mtsnb .main-navigation.is_stuck {
  top: 48px !important;
}

#post-289 .entry-header {
  display: none;
}

#post-289 .entry-content {
  margin-top: 0;
}
