/**
*  ______   ______  _____      _    __ _____ _______  ______
* | |  | \ | |     | | \ \    | |  / /  | |    | |   | |
* | |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
* |_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____
*
* Theme Name:    Divine Abidance
* Theme URI:     https://divineabidance.com
* 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
-------------------------------------------------- */
/* Defaults
--------------------------------------------- */
.entry-content a:not(.kb-button) {
  font-weight: 700;
  text-decoration: none !important;
}
.entry-content a:not(.kb-button):hover {
  text-decoration: underline !important;
}
.entry-content a:not(.kb-button) a.button:not(.kb-button) {
  border-bottom: none;
  padding-bottom: 10px;
}
.entry-content a:not(.kb-button) a.button:not(.kb-button):hover {
  border-bottom: none;
}

.entry-content .kb-button {
  text-decoration: none;
}
.entry-content .kb-button:hover {
  text-decoration: none;
}

@media (max-width: 900px) {
  figure.alignright, figure.alignleft {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
}

.wp-block-kadence-image figcaption {
  text-align: center;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  margin: 1em 0 0.5em;
}

.wp-block-button__link:hover {
  text-decoration: none !important;
}

/* Footer
-------------------------------------------------- */
.custom-footer-credits {
  color: #cccccc;
  font-size: 14px;
  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;
}