<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   David Gardiner Child
 Theme URI:    https://webmarketers.ca/
 Description:  Web Marketers Canada
 Author:       Web Marketers
 Author URI:   https://webmarketers.ca/
 Template:     davidg
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  davidgardiner-child

 START YOUR CHILD THEME CSS HERE
*/
.section-spacing {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.section-col-spacing .gdlr-core-column-first {
    padding-right: 40px;
}
.gdlr-core-pbf-wrapper.home-slide + .gdlr-core-pbf-wrapper.slide-cta {
    margin-bottom: -60px;
    top: -60px;
    overflow: hidden;
}
@media (max-width:1171px) {
	.gdlr-core-pbf-wrapper.home-slide+.gdlr-core-pbf-wrapper.slide-cta {
    	margin-bottom: -70px;
		top: -70px;
	}
}
@media (max-width:925px) {
	.home-slide .gdlr-core-pbf-column.gdlr-core-column-first {
		padding-bottom: 20px;
	}
	.gdlr-core-pbf-wrapper.home-slide+.gdlr-core-pbf-wrapper.slide-cta {
		margin-bottom: -80px;
		top: -80px;
	}
}
@media (max-width:767px) {
.section-col-spacing .gdlr-core-column-first {
    padding-right: 0px;
    padding-bottom: 40px;
}
.section-spacing {
    padding-bottom: 0 !important;
}
.section-col-spacing {
    padding-top: 20px !important;
}
}</pre></body></html>