/* Template */
.page-template-survey .entry-content {
	width: 100%;
}

.page-template-survey p, .page-template-survey h2, .page-template-survey h3 {
	width: 100%;
	max-width: 646px;
} 

/* Garvity Forms */
.gform_wrapper {
	margin-top: 60px;
}

.gform_wrapper .gfield_required {
	color: #ba4f4c;
}

.gform_wrapper div.validation_error {
	border-top: 2px solid #ba4f4c;
	border-bottom: 2px solid #ba4f4c;
	color: #ba4f4c;
	font-family: 'libre_caslon_textbold';
	font-weight: normal;
	background-color: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #fcf7f7;
	border: 1px solid #ba4f4c;
	padding: 10px;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
	font-family: 'libre_caslon_textbold';
	font-weight: normal;
	color: #ba4f4c;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
	border-bottom: 1px solid #ba4f4c;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #ba4f4c;
}

.gform_wrapper .gfield {
	margin-bottom: 50px;
}

.gform_wrapper .gfield input {
	border: 1px solid #262626;
	padding: 5px 10px!important;
}

.gform_wrapper .gfield input:active, .gform_wrapper .gfield input:focus {
	border: 1px solid #329d9f;
}

.gform_wrapper .top_label .gfield_label, .gform_confirmation_message {
	font-family: 'libre_caslon_textbold';
	font-weight: normal;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	font-family: 'libre_caslon_textbold';
	font-weight: normal;
}

table.gsurvey-likert {
	border-left: 1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
}


.gform_wrapper table th {
	font-family: 'libre_caslon_textbold';
	font-weight: normal;
	font-size: 14px;
}

table.gsurvey-likert tr .gsurvey-likert-row-label {
	font-family: 'libre_caslon_textregular';
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
}

table.gsurvey-likert .gsurvey-likert-row-label, table.gsurvey-likert tr:nth-child(2n+1) .gsurvey-likert-row-label {
	padding: 10px;
	background: #F9F9F9;
}

table.gsurvey-likert th.gsurvey-likert-choice-label {
	background-color: #F9F9F9;
}

table.gsurvey-likert td.gsurvey-likert-choice {
	cursor: pointer;
}

table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected, .gfield .ginput_container_likert table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
	background-color: #c5e3d9!important;
}

table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover, .gfield .ginput_container_likert table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
	background-color: #c5e3d9!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	background-color: #97CDBB;
	border: none;
	font-family: 'libre_caslon_textregular';
	font-weight: normal;
	padding: 0.75em 1.5em;
	cursor: pointer;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background-color: #75bca5;
}

.gform_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 0;
}

/* Spesifikt for konkurranse-skjema */
#gform_wrapper_2 {
	margin-top: 30px;
}

#gform_2 li {
	margin-bottom: 20px;
}

/* Boxzilla */
.boxzilla {
	background-color: #97CDBB!important;
}
	
.boxzilla a {
	background-color: #262626;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 1em;
	margin-top: 1.25em;
	float: left;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
}
	
.boxzilla a:hover {
	background-color: #373737;
}

.boxzilla-close-icon {
		opacity: 1!important;
		padding: 12px 12px 0 0!important;
		font-size: 38px!important;;
	}
	
	.boxzilla-close-icon:hover {
		opacity: 0.7!important;
	}

@media (max-width: 767px) {
	.boxzilla {
		padding: 15px 15px 5px!important;
		width: 100%;
	}
	
	.boxzilla .tekst {
		width: 70%;
		float: left
	}
	
	.boxzilla .knapp {
		width: 20%;
		float: left;
	}
	
	.boxzilla h1 {
		font-size: 18px;
	}
	
	.boxzilla p {
		 font-size: 12px;
	}
		
	.boxzilla .knapp a {
		margin-top: 5px;
		float: right;		
		background-color: #262626;
		color: #fff;
		text-decoration: none;
		padding: 0.5em 1em;
		letter-spacing: 1px;
		font-weight: normal;
		font-size: 12px;
	}
	
	.boxzilla h1 {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.boxzilla {
		padding: 30px 30px 40px!important;
	}
	
	.boxzilla.boxzilla-bottom-right {
		right: 2em!important;
		bottom: 2em!important;
	}
	
	.boxzilla h1 {
		font-size: 24px;
	}
	
	.boxzilla a {
		background-color: #262626;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding: 0.5em 1em;
		margin-top: 1.25em;
		float: left;
		letter-spacing: 1px;
		font-weight: normal;
		font-size: 14px;
	}
}

@media (min-width: 62em) {
	table.gsurvey-likert .gsurvey-likert-row-label, table.gsurvey-likert tr:nth-child(2n+1) .gsurvey-likert-row-label {
		width: 200px;
	}
	
	table.gsurvey-likert td.gsurvey-likert-choice {
		padding: 20px 3px;
	}
	
	table.gsurvey-likert .gsurvey-likert-row-label, table.gsurvey-likert tr:nth-child(2n+1) .gsurvey-likert-row-label {
		background: none;
	}
}
	