/*
Theme Name: Corrisoft ARC theme
Theme URI: http://transmitstudio.com
Version: 1.0
Description: A Beaver Builder child theme for Corrisoft
Author: Dave Kuhar
Author URI: http://transmitstudio.com
template: bb-theme
*/

/* Add your custom styles here... */

.guide-section-list ul {
	margin-left: 0;
	padding-left: 0;
}

.guide-section-list li {
    font-size: 1.2em;
    line-height: 2;
    list-style-type: none;
    display: block;
    padding: 6px;
    margin: 4px 0;
    background-color: rgb(127, 194, 22);
    color: white;
}

.guide-section-list li:hover {
	background-color: white;
	color: rgb(127, 194, 22);
	-o-transition:color .2s ease-out, background .3s ease-in;
	-ms-transition:color .2s ease-out, background .3s ease-in;
	-moz-transition:color .2s ease-out, background .3s ease-in;
	-webkit-transition:color .2s ease-out, background .3s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background .3s ease-in;
}

.guide-section-list li a {
	color: inherit;
}

/*

.guide-section-list li a:hover {
	color: rgb(127, 194, 22);
}
*/


#gf-constant-contact-signup-form .gform_wrapper .top_label div.ginput_container,
#gf-constant-contact-signup-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], #gf-constant-contact-signup-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select,
#gf-constant-contact-signup-form .gform_wrapper li.hidden_label input {
    margin: 0;
}

#gf-constant-contact-signup-form .gform_wrapper li.hidden_label input {
	margin-top: 2px;
}

#gf-constant-contact-signup-form .gform_wrapper .gform_heading {
	display: none;
}

#gf-constant-contact-signup-form .gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 0;
    clear: none;
    width: 10%;
    float: right;
}

#gf-constant-contact-signup-form .gform_wrapper .gform_body {
    width: 90%;
    float: left;
}

.gform_confirmation_message_1 {
    text-align: center;
    padding: 30px 0 0;
}