/*
Theme Name: GB Theme Core
Theme URI: https://oceanwp.org/
Description: Child theme for OceanWP.
Author: Generations Beyond
Author URI: https://generationsbeyond.com/
Template: oceanwp
Version: 2.5.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* AccessiBe Overrides */
input[name="acsb_search"],
i.acsbi-search {
	color: #fff !important;
}
input[name="acsb_search"]::placeholder {
	color: #fff !important;
}
.acsb-widget .acsb-main .acsb-main-options .acsb-search form.acsb-form input,
.acsb-widget[role="dialog"] .acsb-main .acsb-main-options .acsb-search form.acsb-form input {
	color: #fff !important;
}

blockquote {
	font-style: normal;
}

/* Elementor Overrides */
@media screen and (min-width: 768px) {
    #elementor-page-content .elementor-container .elementor-row > i {
        width: 35%;
    }
    
    #elementor-page-content .elementor-container .elementor-row > i .elementor-column {
        width: auto;
    }
}

.element-title .elementor-widget-container .elementor-heading-title:hover {
	color: #ea4335!important;
}