/*
Theme Name: BASIX Core Child
Theme URL: https://chirobasix.com
Description: Child theme for CHIROBASIX Core starter theme.
Author: CHIROBASIX
Author URL: https://chirobasix.com
Template: basix-core
Version: 1.0.0
Text Domain: basix-core-child
*/


/***** SET GLOBAL SETION PADDING *****/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-top {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-bottom {
    padding-top: 0;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
	.section-padding {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.section-padding-top {
    	padding-top: 40px;
	}

	.section-padding-bottom {
    	padding-bottom: 40px;
	}
}

/***** DEFAULT HEADER MARGIN *****/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5rem !important;
}


/***** MARGINS & PADDING HELPER CLASSES *****/
.mt0 {
	margin-top: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb0, .mb0 h1, .mb0 h2, .mb0 h3, .mb0 h4, .mb0 h5, .mb0 h6 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.tb0 .elementor-text-editor p:last-child {
	margin-bottom:0px!important;
}


/***** ADD MARGIN TO LAST ITEM IN A LIST *****/
li:last-child {
    margin-bottom: 16px;
}


/***** BLOG POST IMAGE SPACING *****/
.wp-block-image {
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
}


/***** REVIEW WIDGET EDITS *****/
a.WriteAReviewButton__Button-sc-55ha4u-1.kpfLGq {
    color: white !important;
}


/***** DISABLE HORIZONTAL SCROLL *****/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}


/***** TOP ALIGN LIST ICONS IN ELEMENTOR LIST WIDGET *****/
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items:start !important;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    padding-top: 8px!important;
}
