/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@media (min-width: 769px) and (max-width: 1023px) {
    /* CSS in here for tablet only */
	.job-carousel-cell, .employer-carousel-cell {
		width: 40%;
	}
}

.flickity-button:hover {
    background: #112337 !important;
}

.gform-theme--foundation .gform_fields {
  column-gap: 10px !important;
}

input#gform_submit_button_1, 
input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4, 
input#gform_submit_button_5{
    width: 4em !important;
}

.gform-theme--foundation .gform_fields {
	display: flex !important;
	justify-content: center !important;
}

.loader h2 {
	margin-bottom: 0px!important;
}