/*
 Theme Name:     Kawartha Adventures Child Theme
 Theme URI:      https://www.kawarthaadventurerentals.ca
 Description:    Child Theme
 Author:         Corby Simpson
 Author URI:     www.corbysimpson.com
 Template:       kawartha-adventures
 Version:        1.0.0
*/
 
@import url("../kawartha-adventures-child/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-footer{
    border-top: 1px solid #ddd;
}

#main-footer .container {max-width: 2560px; padding: 0 50px; width: 100%; }

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left {
    flex: 1 1 auto;
}

.footer-right {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
}

.footer-logo {
    max-height: 60px;
    width: auto;
}

p, li{font-size: 1em;}

@media (min-width: 767px) {
  /* Fixed top-right hours panel */
    .hours-panel {
      position: absolute!important;
      top: 0;
      right: 0;
      width: 280px;
      color: #fff;
      text-align: center;
      padding: 14px;
      font-family: 'Open Sans', sans-serif;
      box-shadow:
        0 4px 10px rgba(0,0,0,.25),
        -4px 0 10px rgba(0,0,0,.15),
         4px 0 10px rgba(0,0,0,.15);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      z-index: 9999;
    }

  .hours-panel .number {
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 6px;
  }
}
