  /*
 Theme Name:   Kleanity Child
 Theme URI:    http://demo.goodlayers.com/kleanity
 Description:  Goodlayers Kleanity Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kleanity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kleanity-child

 START YOUR CHILD THEME CSS HERE
*/
  
  a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
  }
  
  .FeaturedBoxBlack .gdlr-core-feature-box:hover {
    transition: background-color 0.5s ease;
    background-color: #000!important;
  }
  /* PAGE STYLES */
  /*WRAPPER FIX*/
  
  .kleanity-body .gdlr-core-pbf-wrapper-container {
    position: relative;
  }
  
  .gdlr-core-pbf-column {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .pageTitle h2 {
    font-size: 40px!important;
    font-weight: 600 !important;
    text-transform: none;
  }
  
  @media (max-width: 767px) {
    .pageTitle h2 {
      font-size: 30px !important;
    }
    /*.kleanity-body h3 {
      font-size: 30px !important;
    }*/
  }
  
  .kleanity-body .gdlr-core-flipbox-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .kleanity-body .gdlr-core-code-item .gdlr-core-code-item-content {
    padding-left: 0px;
  }
  /* LOGO FIX*/
  
  .kleanity-header-wrap .kleanity-logo {
    padding-right: 0px;
  }
  
  .kleanity-logo-inner img {
    vertical-align: middle;
    width: 150px;
  }
  /* Logo fixed nav*/
  
  .kleanity-fixed-navigation.kleanity-style-slide .kleanity-logo-inner img {
    max-height: 51px !important;
    width: 150px;
  }
  
  .collapsedHeader {
    padding-top: 160px !important;
  }
  
  @media (max-width: 999px) {
    /* Logo mobile nav*/
    .kleanity-mobile-header .kleanity-logo-inner img {
      vertical-align: middle;
      width: 150px;
    }
    .collapsedHeader {
      padding-top: 30px !important;
    }
  }
  
  @media (max-width: 767px) {
    /* Logo mobile nav*/
    .kleanity-mobile-header .kleanity-logo-inner img {
      vertical-align: middle;
      width: 80px;
      max-height: 27px !important;
    }
    /* Logo fixed nav*/
    .kleanity-fixed-navigation.kleanity-style-slide .kleanity-logo-inner img {
      vertical-align: middle;
      width: 80px;
      max-height: 27px !important;
    }
  }
  /* navigation*/
  
  .kleanity-body .kleanity-navigation {
    padding-top: 50px;
  }
  
  @media (max-width: 1090px) {
    /* nav menu*/
    .kleanity-body .kleanity-navigation .sf-menu > li {
      padding-left: 12px;
      padding-right: 12px
    }
    .kleanity-navigation .sf-menu > li:first-child {
      padding-left: 0px;
    }
    .kleanity-body .kleanity-main-menu-search {
      margin-left: 5px;
    }
  }
  /* nav menu*/
  
  .kleanity-navigation .sf-menu > .kleanity-normal-menu li > a.sf-with-ul-pre::after {
    float: none;
    margin-left: 18px;
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
  }
  
  @media (max-width: 999px) {
    .kleanity-main-menu-search i {
      font-size: 20px;
      vertical-alignment: center;
    }
  }
  /*FOOTER*/
  
  footer .kleanity-footer-wrapper .widget {
    margin-bottom: 10px;
  }
  /* footer head*/
  
  .kleanity-body footer h3 {
    font-size: 18px;
  }
  
  footer h3 a {
    color: #ffffff !important;
  }
  
  footer h3 a:hover {
    color: #eeeeee!important;
  }
  /*footer icons*/
  
  .footer-4 .fa {
    width: 32px;
    height: 32px;
    border: 1px solid;
    line-height: 32px;
    text-align: center;
    display: inline-block;
  }
  
  body .kleanity-footer-wrapper .kleanity-widget-title {
    font-size: 23px;
    color: #6a757e;
    margin-bottom: 10px !important;
  }
  /*footer menu items*/
  
  body .kleanity-footer-wrapper .menu li {
    padding: 0;
    margin-bottom: 6px;
  }
  
  body .kleanity-footer-wrapper .menu li:before {
    display: none;
  }
  
  .footer-4 .fa {
    margin-bottom: 10px;
  }
  
  @media (max-width: 999px) {
    /*SEARCH*/
    /*FOOTER TABLET MOBILE*/
    .footer-1,
    .footer-2,
    .footer-3 {
      display: none;
    }
    .footer-4 h3 {
      display: none;
    }
    .footer-4 {
      text-align: center;
    }
    .footer-4 p {
      margin-bottom: 0px;
    }
    body .kleanity-footer-wrapper {
      padding-bottom: 0px !important;
      padding-top: 45px !important;
      background: #26292e;
    }
    .kleanity-footer-wrapper .kleanity-footer-column:last-child {
      margin-bottom: 10px;
    }
    .kleanity-footer-wrapper .kleanity-footer-column {
      margin-bottom: 0px;
      padding: 0;
      width: 100%;
    }
  }
  
  .gdlr-core-code-item-light .gdlr-core-code-item-content {
    background: none;
    color: #a9a9a9;
    border: 0;
  }
  /*HERO*/
  
  @media (min-width: 1000px) {
    .homepage-hero {
      padding-top: 100px !important;
    }
  }
  
  @media (max-width: 999px) {
    .kleanity-body .gdlr-core-pbf-wrapper.homepage-hero {
      padding: 0px !important;
    }
  }
  /*SEARCH IN HERO*/
  
  .kleanity-body #test1 {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 60%;
    margin-top: auto;
    margin-bottom: auto;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  @media only screen and (max-width: 767px) {
    .kleanity-body #test1 {
      margin: 0 auto;
      text-align: center;
      padding: 0;
      top: 67%;
      width: 80%;
    }
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .hero-search .gdlr-core-code-item-content {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .kleanity-body .head-search input {
    height: 48px;
    padding: 8px 8px 8px 42px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: bottom;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  
  #test1 .head-search input {
    width: 100%;
    max-width: 475px;
  }
  
  .section-monthly-parking-search .head-search input {
    width: 100%;
    max-width: 420px;
  }
  
  .kleanity-body .head-search .hero-search-icon {
    position: relative;
  }
  
  .kleanity-body .head-search .hero-search-icon .fa-search {
    font-size: 20px;
    position: absolute;
    /*top: -10px;*/
    margin-top: 14px;
    left: 12px;
    top: auto;
  }
  
  @-moz-document url-prefix() {
    .kleanity-body .head-search .hero-search-icon .fa-search {
      top: -10px;
      margin-top: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .kleanity-body .head-search .hero-search-icon .fa-search {
      font-size: 19px;
      /* top: -5px;*/
      margin-top: 10px;
    }
    @-moz-document url-prefix() {
      .kleanity-body .head-search .hero-search-icon .fa-search {
        top: -5px;
        margin-top: 0;
      }
    }
  }
  
  @media only screen and (max-width: 999px) {
    .section-monthly-parking-search .gdlr-core-pbf-column {
      width: 100%;
    }
  }
  
  .kleanity-body .head-search .btn-primary {
    height: 48px;
    background: #fa2b2d;
    color: white;
    display: inline-block;
    line-height: 48px;
    font-weight: bold;
    font-size: 18px;
    vertical-align: bottom;
    padding: 0 20px;
  }
  
  .kleanity-body .head-search .btn-primary:hover {
    background: #C70000;
  }
  
  @media only screen and (max-width: 767px) {
    .kleanity-body .head-search input {
      height: 40px;
      max-width: 325px;
    }
    .kleanity-body .head-search .btn-primary {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      padding: 0 16px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .kleanity-body .head-search .btn-primary {
      margin-top: 16px;
      max-width: 100%;
      display: block;
    }
    .kleanity-body .head-search input {
      max-width: 100%;
    }
  }
  /* submenu*/
  
  @media only screen and (max-width: 767px) {
    .kleanity-body .submenu {
      padding: 30px 0px 50px 0!important;
    }
  }
  
  .kleanity-body .submenu .gdlr-core-container {
    //padding:0;
    //max-width:100%;
  }
  
  .kleanity-body .submenu .gdlr-core-toggle-box-item-tab {
    padding-right: 0
  }
  /* submenu select details*/
  
  .kleanity-body .submenu-select-details {
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
    /*padding-left:0;*/
    font-size: 18px;
    color: black;
  }
  
  .kleanity-body .submenu-select-details p {
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 1.5;
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .submenu-select-details {
      text-align: center;
      font-size: 1.4em;
      padding-bottom: 20px;
      margin: 0 auto;
      max-width: 500px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .kleanity-body .submenu-select-details {
      font-size: 1.2em;
    }
  }
  
  @media only screen and (min-width: 1000px) {
    .kleanity-body .submenu-select-details {
      width: 42%;
    }
  }
  
  @media only screen and (min-width: 1040px) {
    .kleanity-body .submenu-select-details {
      padding-right: 60px !important;
    }
  }
  /*SUBMENU AREA - CITY SELECT TOGGLE*/
  /******TOGGLE **/
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-tab {
    padding-top: 5px;
  }
  
  @media only screen and (min-width: 1000px) {
    .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-tab {
      padding-right: 25px;
    }
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-title {
    font-size: 28px;
    text-transform: none;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    background-color: transparent;
    color: black;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .submenu-city-select {
      padding-bottom: 40px;
    }
    .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-title {
      font-size: 18px;
      padding: 20px;
      background-color: #f5f6f7;
      border: 1px solid #ddd;
      width: 100%;
      font-weight: normal;
      color: #303030;
    }
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-active .gdlr-core-toggle-box-item-title {
    display: inline-block;
    background-color: transparent !important;
    color: black !important;
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-title:after {
    content: "\f078";
    font-size: 0.9em;
    font-family: fontAwesome;
    margin-left: 16px;
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-title:after {
      font-size: 1em;
      position: absolute;
      right: 23px;
      color: #fa2b2d;
    }
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-tab.gdlr-core-active .gdlr-core-toggle-box-item-title:after {
    content: "\f077";
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div {
    width: 49%;
    float: left;
    font-size: 22px;
    font-weight: 700;
    color: #303030;
    margin: 0 auto;
    padding: 16px 0px;
    max-width: 900px;
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div {
      width: 100%;
      clear: both;
    }
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div ul {
      float: left;
      width: 49%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div ul {
      width: 100%;
    }
    .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div {
      /*padding: 15px 0px;*/
    }
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div ul li {
    list-style: none;
  }
  
  .kleanity-body .submenu-city-select .gdlr-core-toggle-box-item-content > div ul li a {
    font-size: 18px;
    font-weight: 700;
  }
  /*SUBMENU LIST*/
  /***************/
  /***PARKING AND PAYMENT*/
  
  .kleanity-body .submenu-list {
    /*padding: 7px;*/
  }
  
  @media only screen and (min-width: 1000px) {
    .kleanity-body .submenu-list {
      position: absolute;
      top: 8px;
      left: 42%;
      width: 58%;
      text-align: center;
      padding-bottom: 24px;
      border-left: 1px solid #666;
      height: 100px;
      padding-top: 16px;
    }
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .submenu-list {
      padding-bottom: 0px;
      padding-top: 60px;
      /* border-top: 1px solid #666;*/
      /*  padding-left: 16px;*/
    }
    .submenu .divider-mobile {
      border-color: #666;
      display: block;
    }
    /*
  .kleanity-body .submenu-list ul > li {
    padding-bottom: 16px;
    display: block;
  }*/
  }
  
  .kleanity-body .submenu-list a {
    text-transform: uppercase;
    /*border: 1px solid #fa2b2d;*/
    display: inline-block;
    min-width: 255px;
    font-size: 15px;
    padding: 20px 13px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fa2b2d;
    background: transparent;
  }
  
  .kleanity-body .submenu-list a:hover {
    color: #ffffff;
    background-color: #c70000;
    /*border: 1px solid  #c70000;*/
  }
  
  @media only screen and (max-width: 1200px) {
    .kleanity-body .submenu-list a {
      margin: 0 7px 30px 7px !important;
    }
  }
  
  @media only screen and (max-width: 999px) {
    .kleanity-body .submenu-list a {
      font-size: 16px;
      min-width: 280px;
      padding: 20px 40px;
      margin: 0 16px 30px 16px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .kleanity-body .submenu-list a {
      margin: 0 7px 30px 7px !important;
      display: inline-block;
      max-width: 450px;
      width: 96%;
    }
  }
  
  .kleanity-body .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-content {
    background: #f5f6f7;
    margin-top: 16px;
    padding: 30px;
    float: left;
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .container-our-brand .gdlr-core-pbf-column-content {
      max-width: 400px;
    }
  }
  /* our brand title*/
  
  .kleanity-body .our-brand-title {
    padding-top: 20px;
  }
  
  @media (max-width: 999px) and (min-width:768px) {
    .kleanity-body .our-brand-title {
      padding-top: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .kleanity-body .our-brand-title {
      text-align: left;
    }
  }
  
  @media (max-width: 999px) {
    #impark-brand {
      width: 100%;
    }
    #impark-blog {
      width: 50%;
    }
    #impark-about {
      width: 50%;
    }
  }
  
  @media (max-width: 767px) {
    #impark-brand {
      width: 100%;
    }
    #impark-blog {
      width: 100%;
    }
    #impark-about {
      width: 100%;
    }
  }
  
  .divider-mobile {
    display: none;
    padding: 0;
    margin: 0;
  }
  
  @media (max-width: 767px) {
    .divider-mobile {
      display: block;
    }
  }
  
  .divider-tablet {
    display: none;
    padding: 0;
    margin: 0;
  }
  
  @media (max-width: 999px) and (min-width:768px) {
    .divider-tablet {
      display: block;
    }
  }
  
  .blog-slider {
    max-width: 400px;
    margin: 0 auto;
  }
  
  @media (max-width: 767px) {
    .payment-notice .gdlr-core-button {
      width: 100%;
      max-width: 400px;
      margin-right: 0 !important;
      margin-bottom: 30px !important;
      padding: 20px !important;
    }
  }
  
  @media (max-width: 1200px) {
    .kleanity-body .homepage-parking-solutions {
      padding-top: 20px !important;
    }
  }
  
  @media (max-width: 1200px) and (min-width:768px) {
    .section-parking-solutions .gdlr-core-column-20 {
      width: 100%;
    }
    .section-parking-solutions .gdlr-core-column-10 {
      width: 50%;
    }
  }
  
  @media (max-width: 1200px) and (min-width:768px) {
    .section-monthly-parking-search .gdlr-core-pbf-column {
      width: 100%;
      height: auto;
    }
  }
  
  .kleanity-body .section-monthly-parking-search h4 {
    line-height: 1.4;
  }
  
  @media (max-width: 767px) {
    .kleanity-body .section-monthly-parking-search {
      text-align: center;
    }
    .wrapper-about-impark {
      padding-top: 40px !important;
    }
  }
  
  @media (min-width: 1000px) {
    .homepage-parking-solution-title {
      padding: 50px 10px 0 0;
      margin: 10px 0 20px 0;
    }
  }
  
  @media (max-width: 1200px) and (min-width:768px) {
    .parking-header {
      height: auto !important;
    }

    .cols-tab-100-50-50 .gdlr-core-pbf-column.gdlr-core-column-first {
      width: 40%;
    }
    .cols-tab-100-50-50 .gdlr-core-column-15 {
      width: 30%;
    }

    .gdlr-core-pbf-wrapper {

    }
    .tablet-spacing {
      padding: 100px 0 70px 0 !important;
    }



    .gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame {
      padding-left: 0;
      padding-right: 0;
    }


  }
  
  .gdlr-core-body .gdlr-core-button {
    min-width: 180px;
    text-align: center;
  }
  
  @media (max-width: 999px) {
    .gdlr-core-wrapper-full-height {
      min-height: 100% !important;
    }
    .kleanity-body .gdlr-core-pbf-wrapper {
      margin-top: 0 !important;
      padding: 60px 0 50px !important;
    }
    .kleanity-body .gdlr-core-container {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    .kleanity-body .gdlr-core-item-pdlr {
      padding-left: 15px;
      padding-right: 15px;
    }
    .col-full-tablet {
      width: 100%;
    }
    .col-half-tablet {
      width: 50%;
    }
    .cols-tab-100-50-50 .gdlr-core-pbf-column.gdlr-core-column-first {
      width: 100%;
    }
    .gdlr-core-container-custom {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .section-parking-solutions .gdlr-core-column-first .gdlr-core-pbf-column-content-margin {
      margin: 10px 0 0 0 !important;
      padding: 10px 10px 0 0 !important;
    }
    #overview .gdlr-core-column-first,
    #overview .gdlr-core-column-45 {
      width: 100%;
    }
    .gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .gdlr-core-pbf-column-content-margin {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .gdlr-core-blog-item .gdlr-core-item-list {
      width: 100% !important;
    }
  }
  
  @media (max-width: 1200px) and (min-width: 768px) {
    .gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-inner {
      padding-right: 200px;
    }
    .right-side-col .gdlr-core-column-40 {
      width: 60%;
    }
    .right-side-col .gdlr-core-column-20 {
      width: 40%;
    }
    #overview .gdlr-core-column-15 {
      width: 33%;
    }
    .cols-tab-100-50-50 .gdlr-core-pbf-column {
      width: 50%;
    }
    .col-tab-first-75 .gdlr-core-pbf-column.gdlr-core-column-first {
      width: 75%;
    }
  }
  
  @media (max-width: 767px) {
    .gdlr-core-pbf-wrapper {
      padding: 60px 0px 30px !important;
    }
    .gdlr-core-pbf-column-content-margin {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .right-side-col .gdlr-core-pbf-column-content-margin {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
    }
    .cols-tab-100-50-50 .gdlr-core-pbf-column {
      margin-bottom: 24px;
    }
    .gdlr-core-button {
      padding: 13px !important;
      margin: 0px 0px 10px 0 !important;
      width: 100%;
      text-align: center;
    }
    .right-side-col .gdlr-core-column-40 {
      width: 100%;
    }
    .right-side-col .gdlr-core-column-20 {
      width: 100%;
    }
    .gdlr-core-item-mgb {
      margin-bottom: 20px;
    }
    .gdlr-core-column-service-item .gdlr-core-column-service-title {
      line-height: 1.2;
    }
    .gdlr-core-title-item {
      padding-bottom: 20px !important;
    }
    .gdlr-core-code-item .gdlr-core-code-item-content {
      padding-right: 0;
    }
  }

  @media (min-width: 768px) {
.gdlr-core-call-to-action-item.gdlr-core-style-left-align-right-button .gdlr-core-call-to-action-item-inner {
    padding-right: 250px;
}
}

