/*
 Theme Name:   Crafti Child Theme
 Theme URI:    https://crafti.axiomthemes.com/
 Description:  Crafti Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     crafti
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  crafti
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.custom-background .content_wrap > .content, .background_banner_wrap ~ .content_wrap > .content {
	padding: 0;
}

.top_panel_default .sc_layouts_row_type_normal {
    padding: 2em 0;
}

.top_panel_title .sc_layouts_title_title>.sc_layouts_title_caption {
	font-size: 2rem;
}

.sc_layouts_title_breadcrumbs {
	margin-top: 0.85em;
}

@media (max-width: 767px) {
	.sc_layouts_title_breadcrumbs {
		margin-top: 0.85em;
	}
	.top_panel_default .sc_layouts_row_type_normal {
		padding: 2em 0!important;
	}
	.top_panel_title .sc_layouts_title_title>.sc_layouts_title_caption {
		font-size: 1.75rem!important;
	}
}