/*
Theme Name: First Child
Theme URI: http://themehaus.net/themes/first/
Author: Takao Utsumi
Author URI: http://themehaus.net/
Description: Tema for Sunnhordland Sjøsportsenter
Template: first
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: first-child
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/

body, h1,h2,h3,h4,h5,h6 {
	font-family: 'industry', sans-serif !important;
	line-height: 1.3;
}

a {
	color: #00628b;
}
#main a {
	text-decoration: underline;
}

h1,h2 {
	color: #a52c38; /* Blå #00628b;*/
	margin: 1em 0 0.25em;
}
h3 {
	color: #00628b;
	margin: 1em 0 0.25em;
}

.home .entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	text-align: center;
}
.home .bokser-wrapper {
	margin-top: 20px;
	border-top: 1px solid grey;
	padding-top: 40px;
}
.home .bokser-wrapper h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.col50 {
	width: 48% !important;
}

@media screen and (min-width: 960px) {
	.site-content, .footer-widget,.site-top, .main-navigation, .site-bottom {
		max-width: 1200px;
	}
	.home .entry-title {
		font-size: 3em;
	}
}
.header-image {
	max-width: 100%;
	text-align: center;
	background-color: #bce4f9;
}
.header-image img {
	max-width: 1200px;
}
.header-side .header-navigation {
	padding-top: 15px;
}
.header-navigation ul.menu > li {
	text-transform: none;
}

/* WIDGET */
.footer-4 .footer-widget .widget-area {
	width: 25%;
}
.footer-area {
    background-color: #9c9c9c;
}
.site-footer {
    background-color: #f9f9f9;
}

/* BOKSAR PAA FRAMSIDA */

.boks h3 {
	text-align: center;
}

.boks {
	width: 23.5%;
	float: left;
	margin-left: 2%;
}
.boks:first-of-type {
	margin-left: 0;
}
@media screen and (max-width: 960px) {
	.boks {
		width: 48.5%;
		float: left;
		margin-left: 2%;
		margin-bottom: 1em;
	}
	.boks:nth-of-type(odd) {
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.col50 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.boks {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}
.alignleft {
	margin-right: 0.5em;
}
.alignright {
	margin-left: 0.5em;
}


/* SKJEMA */

.nf-before-form-content .nf-form-fields-required {
	font-size: 0.8em;
	text-transform: uppercase;
	color: grey;
	margin-bottom: 1em;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #a52c38; /* Blå #00628b;*/;
}
.nf-form-cont {
	padding: 0 30px 10px 30px;
	border: 1px solid lightgrey;
}
.nf-response-msg {
    display: none;
    background: #cdf0db;
    margin: 30px 0 20px 0;
    padding: 20px;
    color: #27884e;
    text-align: center;
}
input[type="tel"] {
    border: solid 1px #e6e6e6;
    color: #666;
    margin-top: 0.4em;
    padding: 0.6em;
}