/*
Theme Name: tg
Theme URI: http://www.talgerafi.co.il
Author: Tal Gerafi
Author URI: http://www.talgerafi.co.il
Description: TG theme by Tal Gerafi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tg
*/



/* Fixes for footer */
.footer-book {
  max-width: 500px !important;
}
.footer-book img {
  display: block;
}

.footer-book .open_popup_btn {
  padding: 3px 20px !important;
}


  .footer-book {
    max-width: 300px !important;
  }
  .footer-book .open_popup_btn {
    display: block;
    margin-bottom: 30px;
  }
  .footer-book .inner { top:30px; position:  relative; flex-wrap: wrap; flex-direction: row-reverse; padding-bottom:30px; }
  .footer-book a:nth-child(1) { order:3; }
  .footer-book a:nth-child(2) { order:2; }
  .footer-book a:nth-child(3) { order:1; }


@media (max-width: 992px) {
  .footer-book .inner { padding-top:30px !important; }
  .footer-book { margin:0 auto; }

  .footer-book a:nth-child(1) { margin-top: 10px; display: inline-block; }
}

@media (max-width: 767px) {
  .footer-book .book-img {
      top: -40px !important;
      left: 60px !important;
    }
}



@media (max-width: 767px) {
  body.ltr .footer-book .inner { padding-top: 0 !important; }
}



#acwp-toolbar-btn {
    bottom: 15px !important;
    top: auto !important;
    left: 15px !important;
}
