/*
Theme Name: Training
Author: 
Description: Your description goes here
Version: 2.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Theme colours:
 * https://coolors.co/8ecae6-219ebc-023047-ffb703-fb8500
 * 
 * Orange #FB8500
 * Honey Yellow #FFB703
 * Prussian Blue #023047
 * Blue Green #219EBC
 * Light Cornflower Blue #8ECAE6
 * 
 */

/* Make the sign Up menu item look blue  */
.main-header-bar .menu-sign-up a {
    background-color: #FB8500;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    color: white;	
	font-weight: bold;
    line-height: 3.2;
}

.main-header-bar .menu-sign-up a:hover {
	color: #023047 !important;
	background-color: #FFB703;
}

/* and on wider screens, make it look like a button */
@media only screen and (min-width: 921px) {
	.main-header-bar .menu-sign-up a {
		border-radius: 5px;
	}
}

.table-responsive {
	overflow: scroll !important;
}

/* Make the hero text words background only go around the works, not the full length */
.hero-words h2 {
	margin-bottom: 0px !important;
}
a.uagb-cta-typeof-button {
	border-radius: 5px !important;
}

/* Hive press styles */

.hivepress-wrapper {
	background: white;
	padding: 2em;
}

.hivepress_attribute_list {
	margin-left: 1.5em;
}

/* Footer styles */
.footer-social-icon {
	width: 40px;
	margin: 0px 10px 0px 10px;
}
