/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- 
00. CORE
01. SITEWIDE
02. HEADER
03. FOOTER
30. SPECIFIC PAGES
	31. Homepage
    32. Search Page
50. BLOCK CUSTOMISATIONS
60. WIDGETS
70. PLUGINS
80. CUSTOM POST TYPES
99. HOTFIXES & BUGS

/* ---------------------------------------------------
* 00. CORE 
* ---------------------------------------------------*/
/*Text balance 
.balance {
    text-wrap: balance;
}*/

/* ---------------------------------------------------
 * 01. SITEWIDE
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 02. FOOTER
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 30. SPECIFIC PAGES
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 31. Homepage
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 32. Search Page
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 50. BLOCK CUSTOMISATIONS
 * ---------------------------------------------------*/
/* Custom Post Grid Carousel - use .coulthard-post-grid */
.coulthard-post-grid.wp-block-kadence-postgrid .kt-blocks-post-grid-item-inner-wrap {
  position: relative;
}
.coulthard-post-grid.wp-block-kadence-postgrid .kt-blocks-post-grid-item-inner-wrap .kt-blocks-post-grid-item-inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid var(--global-palette9);
}


/* ---------------------------------------------------
 * 60. WIDGETS
 * ---------------------------------------------------*/
/*Social Ninja Reviews Badge*/
.wpsr-reviews-badge-1754 .wpsr-rating-and-count .wpsr-reviews-badge-title {
    color: #ffffff !important;
}

.wpsr-business-info-right {
	display:none;
}

/* ---------------------------------------------------
 * 70. PLUGINS
 * ---------------------------------------------------*/
/* Container: Center by default (mobile), Left on desktop */
.wpsr-reviews-badge-wrapper.google {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

@media (min-width: 1023px) {
    .wpsr-reviews-badge-wrapper.google {
        justify-content: flex-start;
    }
}

/* Button & Hover: Remove all shadows and transforms */
.wpsr-reviews-badge2.google .wpsr-reviews-badge-btn,
.wpsr-reviews-badge2.google .wpsr-reviews-badge-btn:hover {
    box-shadow: none !important;
    transform: none !important;
    padding: 0;
    transition: none;
}

/* ---------------------------------------------------
 * 80. CUSTOM POST TYPES
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 99. HOTFIXES & BUGS
 * ---------------------------------------------------*/