/**
Theme Name: Making Minutes Custom
Author: Loma Nelson
Author URI: https://agatefirecreative.com
Description: Highly customized child theme of Agate Fire/Astra Theme both parent and child themes must remain installed.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: makingminuteschild
Template: astra
*/


/********* Sitewide Customizations *********/

.center {text-align:center;}
.white {color: #ffffff;}
.sitecolor {color:#0053C6;}
.accentcolor {color:#00B628;}
.copyright {font-size:0.75em;}

.main-header-menu .menu-item {font-weight:800;}

.fl-module-content .fl-icon i {
    color: #0053C6;
}

.fl-builder-content .uabb-infobox-title {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 480px) {
  .mm-footer {
    display: block;
    text-align: center;
  }
}

/* Links and Buttons */

a, a:hover {
	transition: all .15s linear;
}


.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	background: #0053C6;
	border: none;
	padding: 14px 24px;
}

.fl-builder-content a.fl-button:hover {
	background: #003681;
}


.fl-builder-content a.fl-button .fl-button-text {
	color: #fff !important;
	font-weight: bold !important; 
	text-transform: uppercase;  
	font-size: 1.05em;
    letter-spacing: .1em;
}

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

.button-ghost a.fl-button {
	background: transparent !important;
	border: 3px solid #0053C6 !important;
}

.button-ghost a.fl-button .fl-button-text {
	color: #0053C6 !important;
}

.button-ghost a.fl-button:hover {
	background: #0053C6 !important;
}

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

.button-ghost-inverse a.fl-button {
	background: transparent !important;
	border: 3px solid #ffffff !important;
}

.button-ghost-inverse a.fl-button .fl-button-text {
	color: #ffffff !important;
}

.button-ghost-inverse a.fl-button:hover {
	background: #ffffff !important;
}

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