/*
Theme Name: My Maintenance
Theme URI: https://kingkong.com.au
Author: King Kong
Author URI: https://kingkong.com.au
Description: Custom theme for Full Wordpress Websites
Version: 2.0
Text Domain: kingkong-theme



CD to theme folder and run from terminal.
sass --watch assets/scss/main.scss assets/css/main.css

*/

@media screen  and (min-width: 1025px) {
  img.wp-image-280 {
    margin: -85px auto 45px;
  }
}
.logos-row ul img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
  display: block;
}
.slick-slide.slick-current {
  opacity: 1 !important;
}
a[href^=tel], a[href^=skype], a[href^=sms] {
  cursor:pointer;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .row > .info-text-warning, .row > .info-text-action {
    max-width: 92.5%;
    width: 100%;
  }
  .ebook img.img-fluid {
    max-width: 85%;
  }
}
