/**
Theme Name: Astra Child for Massillon
Author: Lori Dean
Author URI: https://labellacreative.com
Description: A customized child theme for Astra created by LaBella Creative, LLC.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Breadcrumbs */

.ast-breadcrumbs-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0px;
}

@media only screen and (max-width:400px){
	.ast-breadcrumbs-wrapper{
		padding-left: 20px; padding-right: 20px;
	}
}

.ast-breadcrumbs-wrapper a span:hover {
 text-decoration: underline !important;
}
/* Footer */

.global-footer p {
  line-height: 1.8em;
  margin-bottom: 0;
}

.global-footer p {
  margin-bottom: .8em;
}

/* Footer Text Link Hover States */

.global-footer .fl-module-content a:hover {
  color: #BF9FE2;
  text-decoration: underline !important;
}

.global-footer-copyright .fl-module-content a {
  color: #FCB275 !important;
}

.global-footer-copyright .fl-module-content a:hover {
  color: #BF9FE2 !important;
  text-decoration: underline !important;
}

.global-footer-copyright .fl-module-content a::selection {
  color: #500C8C !important;
}

/* Footer Button Style */

.fl-node-5fc88c08d3c9f .uabb-module-content.uabb-creative-button-wrap a {
  background: #F4911E !important;
  color: #221E1F !important;
}
.fl-node-5fc88c08d3c9f .uabb-module-content.uabb-creative-button-wrap a:hover {
  background: white !important;
  color: #500C8C !important;
  text-decoration: none !important;
}

/* Beaver Builder Global Button Styles */

/* Standard Buttons */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	background: #2e8540 !important;
	border: 0 solid #fff !important;
}

.fl-builder-content a.fl-button:hover {
	background: #4aa564 !important;
}

.fl-builder-content a.fl-button:focus {
        background: #2e8540;
        color: #FFFFFF;
}


.fl-builder-content a.fl-button .fl-button-text {
	color: #fff !important;
	font-weight: 600 !important;
}

.fl-builder-content a.fl-button:hover .fl-button-text {
	color: #fff !important;
	font-weight: 600 !important;
}

/* Ghost Buttons */
/* add class button-ghost to button module */

.button-ghost a.fl-button {
	background: #fff !important;
	border: 2px solid #2b8c4d !important;
}

.button-ghost a.fl-button .fl-button-text {
	color: #2b8c4d !important;
}

.button-ghost a.fl-button:hover {
	background: #2b8c4d !important;
}

.button-ghost a.fl-button:hover .fl-button-text {
	color: #fff !important;
}

/* Navigation Menu */
/*Main Navigation*/
div.main-navigation a.menu-link   {
  color: #fff;
  font: 22px alatsi, sans-serif;
  font-variant: normal;
}

#ast-hf-menu-1 .sub-menu a {
    color: rgba(244,145,30,1);
}

/*Secondary Above Header */
#ast-hf-menu-2 .main-header-menu .current-menu-item .menu-link {
    color: #500C8C !important;
  }

.ast-builder-menu-2 .menu-item > a.menu-link:hover {
    text-decoration: underline !important;
    }

/* Nixle Alerts */

#nixle-alerts iframe {
  background: white;
}
#nixle-alerts widgetheader {
  background-color: #500C8C !important;
}

/* Events Calendar Single Event */

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: 1130px;
}

/* Read More Text Links */

.fl-post-grid-more:hover {
  text-decoration: underline !important;
}

.fl-post-more-link:hover {
  text-decoration: underline !important;
}

/* Forms */

span.ninja-forms-req-symbol {
    color: #ce3e17 !important;
}

/* search button css */
.menu-toggle, button, .ast-button, .ast-custom-button, .button,
input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    background: #2e8540;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 40px;
    letter-spacing: .05em;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button,
input#submit, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
 background: #4aa564 ;
 color: #FFFFFF;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button,
input#submit, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {
    background: #2e8540;
    color: #FFFFFF;
}

/* search result button */
.submit, .search .search-submit {
        background: #2e8540;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 40px;
    letter-spacing: .05em;
}

.submit, .search .search-submit:hover{
    background: #4aa564 ;
    color: #FFFFFF;
}
