/**
*  ______   ______  _____      _    __ _____ _______  ______
* | |  | \ | |     | | \ \    | |  / /  | |    | |   | |
* | |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
* |_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____
*
* Theme Name:    RJ Plumbing & Heating
* Theme URI:     https://rjplumbingandheating.net
* Author:        Debbie Campbell
* Author URI:    https://www.redkitecreative.com
* Description:   A custom child theme using Kadence Pro parent theme.
* Template:      kadence
* Version:       1.0.0
* License:       GNU General Public License v3.0 (or later)
* License URI:   https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Variables
-------------------------------------------------- */
/* Header
-------------------------------------------------- */
.main-navigation li.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .main-navigation li.mobile {
    display: block !important;
  }
}
/* Footer
-------------------------------------------------- */
.custom-footer-credits {
  color: #cccccc;
  font-size: 13px;
  line-height: 1.8 !important;
  text-align: center;
}
.custom-footer-credits a {
  color: rgb(229.5, 229.5, 229.5);
  text-decoration: none;
}
.custom-footer-credits a:hover {
  color: white;
  text-decoration: underline;
}

/* Custom
-------------------------------------------------- */
.rpi {
  min-width: 0;
  max-width: 100%;
}