/*
	Theme Name: DC Theme
	Theme URI: https://chrisreeves.com.au/
	Description: DC Theme
	Version: 1.0.1
	Author: Digital Creative Perth 
	Author URI: https://chrisreeves.com.au/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    Site
\*------------------------------------*/

/* CTA Changes */
.section.dc-cta{
	max-width: 750px;
	margin: auto;
}
.section > .inner > .section_intro:not(.center) > .button-wrapper, .section .item > .section_intro:not(.center) > .button-wrapper{
	max-width: 200px;
	margin: auto;
	text-align: center;
}

.section.dc-group-forms:last-of-type{
	padding-bottom: 30px;
}

.page_container #gform_wrapper_1 #gform_1 .gform_footer {
	display: none;
}



.gform_heading{
	display : none;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 25px !important;
}


.gfield.school_right .gchoice{
	margin-top: 30px;
    margin-left: 30px;
}

.gform-theme--framework .gfield--type-choice .gfield_radio {
	flex-direction: row !important;
	flex-wrap : wrap;
}
.gfield.group_participating select{
	max-height: 90px;
}