/**
Theme Name: Ready2Lead
Author: Matt Weeden
Author URI: http://www.mwdwebdenver.com
Description: Custom theme for Ready2Lead. Child theme of Astra.
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: ready2lead
Template: astra
*/


.cta_link a {
	/*border: 1px solid #000;
	border-width: 1px;*/
	background-color: #ffbf01;
	border-radius: 5px;
}
.cta_link a span {
	color: #000 !important;
}
.cta_link a:hover {
	background-color: #f05023;
}
.cta_link a:hover span {
	color: #fff !important;
}

.gform_button.button {
	background-color: #1f3864;
	text-transform: uppercase;
}


#header_menu {
	position: relative;
	z-index: 10;
}

#mobile_logo_row_home {
	background-color: rgba(136,179,255,0.6) !important;
}