/*
 Theme Name:   Fabric Child Theme
 Theme URI:    http://fabric.axiomthemes.com/
 Description:  Fabric Child Theme
 Author:       AxiomThemes
 Author URI:   http:///axiomthemes.com/
 Template:     fabric
 Version:      1.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:  fabric
*/


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

.sc_button:not(.sc_button_simple), .sc_button.sc_button_simple, .sc_form button{
	background-image: linear-gradient(to right, #ba7246  0%, #e8a56e  51%, #f1b778  100%);
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	box-shadow:none;
}

         
.sc_button:not(.sc_button_simple):hover, .sc_button.sc_button_simple:hover, .sc_form button:hover {
	background-position: left center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
         

.elementor-image-gallery .gallery-item{
	margin-bottom:10px !important
}


#gb-widget-1{
	bottom:100px
}