/*
Theme Name: A & A Pool AS
Theme URI: http://www.ceeweb.no
Description: Theme designed for A&A Pool AS.
Version: 1.0
Author: Cee
Author URI: http://www.ceeweb.no
*/

/*------------------------------------*\
	0.5 IMPORTING OTHER RESOURCES
\*------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/*------------------------------------*\
	1.0 GLOBAL
\*------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
}

body {

	background-color: #e1ebf4;
	font-size: 18px;
	color: #233232;
}
body.home {

}

/*------------------------------------*\
	1.1 TYPOGRAPHY
\*------------------------------------*/

p {}

h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Condensed', sans-serif;,cursive; margin: 0 0 10px; font-weight: 700;}



article h1,
article h2,
article h3,
article h4 { color: #222; }

#sidebar h3 {
	font-weight: 700;
}


/*------------------------------------*\
	1.2 BUTTONS
\*------------------------------------*/

.btn {
	border-radius: 3px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.btn-primary {
	background-color: #252C44;
	border: 0;
}
.btn-primary:focus,
.btn-primary:hover {
	background-color: #313a5a;
}
.btn-secondary {
	background-color: #E47721;
	color: #fff;
	border: 0;
}
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #e88a3f;
}

/*------------------------------------*\
	2.0 MASTHEAD
\*------------------------------------*/

.masthead {}
.masthead #brand {
	text-align: center;
}

/*------------------------------------*\
	2.1 NAVIGATION
\*------------------------------------*/

.navbar-inverse {
	font-family: 'Open Sans', Arial, sans-serif;
	border-radius: 0;
	border: 0;
	background-color: #252C44;
}
.home .navbar-inverse {
	/*background-color: transparent;*/
	margin-bottom: 0;
}
.page-id-8 .navbar-inverse {margin-bottom: 0;}
.navbar-inverse .navbar-nav>li>a {
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #fff;
}


/*------------------------------------*\
	2.2 SIDEBAR
\*------------------------------------*/

#sidebar {
	margin-top: 10px;
}

#sidebar .widget {
	background: #CBDBE9;
	padding: 15px;
}

/*------------------------------------*\
	2.3 FOOTEr
\*------------------------------------*/
footer {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	background-color: #252C44;
	color: #ccc;
	padding: 20px 0;
}
footer .foot-brand {
	padding-top: 20px;
}
footer .text-right h4 {
	font-size: 14px; font-size: 1.4rem;
	text-transform: uppercase;
	margin-top: 2px;
	font-weight: 600;
}
footer .copyright {
	text-transform: uppercase;
	margin: 15px 0;
}
#navbar-socials h4 {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
}
#navbar-socials li a{
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: rgba(0,0,0,.1);
	margin-right: 3px;
	margin-right: 8px;
	padding: 10px 0;
	font-size: 1.4rem;
	color: rgba(255,255,255,.7);
}

#navbar-socials li a:focus,
#navbar-socials li a:hover {
	background-color: rgba(0,0,0,.3);
	color: #fff;
}
#navbar-footer .navbar-collapse {
	padding-left: 0;
}
#navbar-footer li a {
	font-family: 'Open Sans', Arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	font-weight: 600;

}
#navbar-footer li a:first-child {
	padding-left: 0;
}
#navbar-footer li a:hover,
#navbar-footer li a:focus {
	background: transparent;
	color: #fff;
}

@media (max-width: 767px) {

}
/*------------------------------------*\
	3.1 PAGES / HOME
\*------------------------------------*/

.hero {
	background-image: url(img/hero.jpg);
	background-position: center center;
	background-size: cover;
	border-radius: 0;
	color: #fff;
	padding-top: 150px;
	min-height: 500px;
}
.hero .hero-inner {
	text-align: center;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0,0,0,.7);
}
.hero .hero-inner h1 {
	font-weight: 800;
}
.hero .hero-inner p {
	font-size: 24px;

}

.hero .hero-inner .btn {
	padding: 10px 25px;
	text-shadow: none;
}

#about {
	padding: 40px 0;
}
#about h1 {

}
#tjenester {
	padding: 40px 0;
	background: #CBDBE9;
}

#tjenester .item h3 {
	font-weight: 700;
}
/*------------------------------------*\
	3.2 PAGES / KONTAKT
\*------------------------------------*/
#mapped iframe {
	pointer-events: none;
}

#kontaktside {
	padding: 20px 0 40px;
}
#kontaktside h4 {
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 600;
}
#kontaktside .form-control {
    background-color: #D2E8FB;
    border-radius: 0;
    border-color: #233232;
    box-shadow: none;
}
#kontaktside textarea.form-control {
}
#kontaktside .form-control:focus {
	background-color: #fff;
}

/* ALERTS */
span.wpcf7-not-valid-tip {
	margin: 0;
	margin-top: 6px;
	padding: 4px 12px;
	font-size: 13px;
	background: #e46f61;
	border-radius: 6px;
	border: 0;
	border-left: 4px solid #df5138;
	color: #fff;
}

div.wpcf7-validation-errors {
	margin: 0;
	font-size: 13px;
	margin-top: 6px;
	padding: 8px 12px;
	background: #fff1a8;
	border-radius: 6px;
	border: 0;
	border-left: 4px solid #ffce55;
}

div.wpcf7-mail-sent-ok {
	margin: 0;
	font-size: 13px;
	margin-top: 6px;
	padding: 8px 12px;
	background: #8cc474;
	border-radius: 6px;
	border: 0;
	border-left: 4px solid #ffce55;
}


/*------------------------------------*\
	7.1 MISC / WP CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
	7.2 MISC / PRINT
\*------------------------------------*/


@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
	8.0 RESPONSIVE STYLES
\*------------------------------------*/

@media (min-width: 768px) {
	.navbar-inverse {
		min-height: 80px;
	}
	.navbar-brand {
		max-width: 120px;
	}
	.navbar-inverse .navbar-nav {
		margin-top: 15px;
	}

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

/* MOBILE */
@media (max-width: 767px) {
	#poolnav {
		text-align: center;
	}
	.navbar-inverse {min-height: 60px;}
	.navbar-inverse .navbar-brand {
		padding: 6px 15px;
	}
	.navbar-inverse .navbar-brand img {
		max-height: 48px;
	}
	.navbar-inverse .navbar-toggle {
		color: #fff;
		border: 0;
		font-size: 1.5em;
		padding: 10px 15px;
		margin: 0;
	}
	#tjenester .item {
		margin: 20px 0;
	}
	footer {
		text-align: center;
	}
	footer .text-right {
		text-align: center;
	}
	footer .foot-brand {
		text-align: center;
	}
	footer .foot-brand img {
		margin: 10px auto;
	}
	.hero {
		max-height: calc(100vh - 60px);
	}
}
@media (max-width: 480px) {

}