/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.3
 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:  qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.eael-adv-accordion {
	text-align: center!important;
}
.eael-accordion-content {
	text-align: left!important;
}

@media screen and (min-width: 900px) {
	.eael-accordion-content {
		    padding-left: 250px!important;
    padding-right: 250px!important;
	}
}
.eael-accordion-tab-title:hover {
	font-weight: 800!important;
}

.sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
    color: var(--theme-color-text_dark_blend);
    border-color: var(--theme-color-text_dark_blend);
    background-color: var(--theme-color-alter_bg_color);
}
.sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	border-width: 1px !important;
    border-style: solid;
}
@media screen and (max-width: 767px) {
	.sc_button {
		margin-right: 10px!important;
		margin-left: 10px!important;
	}
}