/*
Theme Name: Flagship Digital Intro Child
Theme URI: 
Description: 
Author: 
Author URI: 
Template: flagshipdigital
Version: 
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.dask-header .container {
    max-width: 1170px !important;
    margin: 0px auto !important;
    padding-left: 0px !important;;
    padding-right: 0px !important;
}

@media only screen and (max-width:1112px){

	.dask-header .container {
	    max-width: 1024px !important;
	}

}

@media only screen and (max-width:1024px){

	.dask-header .container {
	    max-width: 959px !important;
	}

}
.gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover, 
.gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label, 
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, 
.gsurvey-rating > input:checked ~ label {
    width: 65px;
    line-height: 50px;
    background-size: 50px 50px;
    color: rgba(221, 221, 221, 0) !important;
}
.gform_wrapper #gform_fields_42 textarea.medium {
    color: #3A3832;
    border: 1px solid gray;
}

#gform_fields_42 input {
	color: #3A3832;
	border: 1px solid gray;
	width: 300px;
}

.gform_wrapper #gform_fields_42.top_label .gfield_label {
	color: #3A3832;
    display: flex !important;
    justify-content: center;
	margin-top: 50px;
}