/*!
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
-------------------------------------------------------------- */
.hidden {
	display: none !important;
}
.full-h-section {
    height: 100% !important;
}

hr.custom-separator {
    border-color: var(--global-palette1);
    width: 69px;
    border-width: 0.3em;
}
.heading-h1 {
    font-size: 2.5em !important;
    line-height: 1em;
}
article.entry.content-bg.loop-entry.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry {
    border-radius: 40px;
    overflow: hidden;
}

.customized-card {
    box-shadow: 4px 8px 24px 0px rgba(0, 0, 0, 0.07);
	border-radius: 40px;
	padding: 16px;
}
.customized-card:hover{
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
}
img.wp-block-getwid-image-box__image.lazyloaded {
    height: 100px;
    width: auto;
}
.flex-centered-card {
	display:flex;
	width:100%;
	justify-content: center;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none;
}
/*Woocommerce*/
a.added_to_cart.wc-forward {
    display: none !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none !important;
}