/*

 Theme Name:   Massive Dynamic Child Theme

 Theme URI:    http://www.massivedynamic.co/

 Description:  A Massive Dynamic child theme 

 Author:       Pixflow

 Author URI:   http://www.pixflow.net

 Template:     massive-dynamic

 Version:      7.2

*/

/*
    To Align Center "Send" Button
    at Contact Form
    in /contact page
*/
div.form-container-modern.clearfix span.wpcf7-spinner {
    position: absolute !important;
    margin: 0 !important;
    bottom: 30px !important;
}

/*
    To add margin to the secondary logo in the footer
*/
.secondary-logo {
    margin-left: 5px;
}

/* Center the text in the "location" dropdown on the job application page */
form .awsm-filter-item .awsm-selectric-wrapper .awsm-selectric .label {
	display: flex;
	align-items: center;
}