/*
 Theme Name:   Wabi Sabi Child Theme
 Theme URI:    https://wabi-sabi.ancorathemes.com/
 Description:  Wabi Sabi Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     wabi-sabi
 Version:      1.0.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  wabi-sabi
*/


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

.archive.category .page_content_wrap, .archive.tag .page_content_wrap, .search .page_content_wrap {
	padding-top:100px !important;
	padding-bottom:100px !important;
}

@media (max-width: 479px) {
	.archive.category .page_content_wrap, .archive.tag .page_content_wrap, .search .page_content_wrap {
		padding-top:60px !important;
		padding-bottom:60px !important;
	}
}

a:not([href]) {
  cursor: default;
}

body .wpcf7 .wpcf7-submit-style .submit-style-in{
	border-color: #bfa47f;
    background-color: #bfa47f;
	color: var(--theme-color-inverse_link);
}

body .wpcf7 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in{
	border-color: #cdb088;
    background-color: #cdb088;
	color: var(--theme-color-inverse_link);
}

body .scroll_to_top_style_default:hover{
	color: white;
	transform:scale(1.1);
	transition: all 0.4s;
}