/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');





/*t edit start*/

/*.page-id-1251 #header_main {
	display: none!important;
}
.page-id-1251 #header_meta {
	display: none!important;
}
.page-id-1251 .all_colors {
	padding-top: 0!important;
}*/

.award_form_cover textarea {
	height: 100px !important;
	resize: unset;
}
.award_form_cover {
	border: 4px solid #0f2f5b !important;
	padding: 40px;
	max-width: 600px;
	margin: auto;
	box-shadow: 0 0 60px -40px #000;
	border-radius: 20px;
}
.award_form_cover .gform_footer .gform_button {
	max-width: 220px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 5px;
	border-radius: 30px;
	padding: 15px;
	margin: auto;
	display: block;
	border: 0 !important;
	background-color: #0f2f5b !important;
}
.award_form_cover select, .award_form_cover input, .award_form_cover textarea {
	border: 1px solid #959595 !important;
	background-color: transparent !important;
	border-radius: 5px !important;
}
.award_form_cover .ginput_container_fileupload input {
	border: 0 !important;
}
.award_form_cover_wrapper .gform_heading {
	display: none;
}
.award_form_cover textarea {
	margin-bottom: 0 !important;
}
.award_form_cover_wrapper .award_form_cover .gfield_html ul {
	margin-bottom: 0;
}
.award_form_cover .gsection h3.gsection_title {
	color: #0f2f5b;
}
.award_form_cover .gsection {
	padding: 40px 0 0 !important;
	margin-top: 40px;
	border-top: 1px solid #d2d2d2;
}
.award_form_cover .gsection {
	padding: 40px 0 0 !important;
	margin-top: 20px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 0 !important;
}
.award_form_cover .gsection.no_border_section_cover {
	padding: 0 !important;
	margin-top: 0;
	border-top: 0;
}
.award_form_cover .gform_confirmation_message {
	font-size: 25px;
	line-height: 34px;
	text-align: center;
	color: #00b335;
	font-weight: 600;
}
.award_winner_cover .broken_link {
	text-decoration: unset;
}
.award_form_cover.nff_award_winner_form_cover .gsection h3.gsection_title {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400 !important;
}
.award_form_cover.nff_award_winner_form_cover {
	margin-top: 20px;
}
.award_form_cover.nff_award_winner_form_cover .gsection {
	padding: 0 0 0 !important;
	margin-top: 0;
	border-top: 0;
	border-bottom: 0 !important;
}



/*t edit end*/


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	
	
	h1 {font-weight: 800 !important;}
	
.social_bookmarks {font-size: 20px !important;}
	
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}