/*
 Theme Name:   FLiPM GP Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Assign color variables */
:root {
	--dark-blue: #242743;
	--light-blue: #1e73be;
	--blue: #4A5EA5;
	--gray: #848DA5;
	--off-white: #DEE2E9;
	--dark-gray: #646B79;
	--light-gray: #848da575;
	--comp-gold: #baa954;
	--triad-red: #ba5465;
	--triad-green: #65ba54;
	--footer-gray: #b9b6b6;
	
/* Board member vertical margin */
.wp-show-posts-image-left {
	margin-bottom: 4em;
}

/*GREEN BUTTONS */
/*
.button.gradient,
.button.gradient:visited {
    border-radius: 5px; 
    background: rgb(255, 183, 65);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(255, 183, 65, 1)), to(rgba(214, 38, 38, 1)));
    background: linear-gradient(180deg, rgba(255, 183, 65, 1) 49%, rgba(214, 38, 38, 1) 100%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-repeat: repeat-y;
    background-size: 100% 90px;
    background-position: 0 -30px;
}
.button.gradient:hover,
.button.gradient:active {
    background-position: 0;
}
*/