/*  
Theme Name: Serv Theme
Theme URI: 
Description: 
Version: 1.2
Author: Kristoffer Lidman
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    height: 100%;
}
body {
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	background: #fff;
	color: #555;
	height: 100%;
	padding: 67px 0 0 0;
}
input, textarea {
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
	font-size: 14px;
	font-weight: 400;
}
a, .btn {
	color: #2686B4;
	border: none;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
	color: #000;
}
p {
	margin: 0 0 20px 0;
}
p.small {
	margin: 0 0 15px 0 !important;
	font-size: 15px;
	color: #888;
}
hr {
	width: 100%;
	float: left;
	border: none;
	margin: 0 0 35px 0;
	background: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, .headline {
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #111;
}
h1, h2 {
	margin: 0 0 25px 0;
	font-size: 30px;
	line-height: 1.2em;
}
.single h1 {
	margin: 0 0 15px 0;
	font-size: 38px;
}
.hero h1 {
	font-size: 36px;
}
.hero h1 strong {
	color: #2686B4;
}
img.size-large, img.size-full {
	max-width: 100% !important;
	height: auto !important;
}
h1.big-title {
	margin: 10px 0 40px 0;
	text-align: center;
	font-size: 40px;
}
h1.center, h2.center {
	text-align: center;
}
h2.small-margin {
	margin: 0 0 15px 0;
}
h2.extra-margin {
	margin: 0 0 45px 0;
}
h3, .headline {
	margin: 0 0 5px 0;
	font-size: 24px;
}
.sub-headline {
	font-size: 13px;
	color: #C9C9C9;
	text-transform: uppercase;
	margin: -19px 0 15px 1px;
}
.mobile { display: none; }
::-webkit-input-placeholder {
   color: #888;
}
:-moz-placeholder {
   color: #888;
}
::-moz-placeholder {
   color: #888;
}
:-ms-input-placeholder {  
   color: #888;
}
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
.container {
	width: 100%;
	margin: 0px auto;
	padding: 50px 0;
	z-index: 0;
}
.hero {
	/*background-image: url(images/hero-background_mountains.png);*/
	background: #f5f5f5;
    justify-content: center;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 50px 0 30px 0;
}
.hero-left {
	width: 50%;
	float: left;
}
.hero-right {
	width: 50%;
	float: right;
	margin: 0 -40px 0 0;
}
.hero-right img {
	max-width: 100%;
}
.hero h1 {
	margin-bottom: 15px;
}
.hero p {
	margin: 0 0 30px 0;
}
.arrow {
    width: 70px;
    height: 90px;
    position: absolute;
    bottom: 45px;
    left: -60px;
    background: url(drop-arrow2.png) no-repeat;
}
.container.header {
	padding: 13px 0;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.container.bottom {
	background: #f4f4f4;
	padding: 7px 0 7px 0;
	font-size: 12px;
	color: #617181;
}
.container.content {
	padding: 30px 0;
}
.container.grey {
	background: #f5f5f5;
	padding: 30px 0;
}
.container.breadcrumb, .inline-breadcrumb {
	padding: 8px 0 6px 0;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	background: #f5f5f5;
}
.container.divider {
	border-top: 1px solid #eee;
	padding: 0;
}
.container.extra-top {
	padding-top: 60px;
}
.container.small-padding {
	padding: 30px 0;
}
.container.small-bottom {
	padding-bottom: 30px;
}
.inline-breadcrumb {
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
}
.container.footer {
	background: #f5f5f5;
	padding: 20px 0;
}
.container.copyright {
	background: #f5f5f5;
	padding: 20px 0;
	color: #2686B4;
	border-top: 1px solid #e4efe6;
	text-align: center;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
.center-button-container {
	width: 100%;
	float: left;
	margin: 30px 0 10px 0;
	text-align: center;
}
.cookie-bar {
	background: #3A3E41;
	padding: 10px 20px;
	color: rgba(255, 255, 255, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5555;
	display: none;
}
.cookie-bar p {
	margin: 4px 0 0 0;
	float: left;
}
.cookie-bar a {
	color: #fff;
	text-decoration: underline;
}
.wrapper {
	max-width: 1080px;
	margin: 0px auto;
	padding: 0 10px;
	position: relative;
}
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.wrapper:after { clear: both; }
.wrapper { *zoom: 1; }
.wrapper.no-container {
	margin: 0px auto 30px auto;
}
.wrapper.usps .headline {
	color: #fff;
	margin: 0 0 30px 0;
}
.wrapper.usps {
	background: #2686B4;
	padding: 20px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	text-align: center;
	color: #fff;
	background-image: url("pattern-background.png");
	animation: animate-bg 20s linear infinite;
}
.wrapper.usps .headline {
	color: #fff;
	margin: 0 0 30px 0;
}

@-moz-keyframes animate-bg {
    0% {
		background-position: 0 0;
	}
	100% {
		background-position: -500px 0;
	}
}
@-webkit-keyframes animate-bg {
    0% {
		background-position: 0 0;
	}
	100% {
		background-position: -500px 0;
	}
}
/*--- Header ---*/
.logo {
	float: left;
	margin: 9px 0 0 0;
}
.logo:hover {
	opacity: 0.7;
}
.menu-toggle {
	display: none;
}
/*--- Menu ---*/
#menu {
	float: right;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
}
#menu ul {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
}
#menu ul li {
	float: left;
	margin: 0;
	position: relative;
}	
#menu ul li a {
	float: left;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	padding: 4px 0 0 0;
	letter-spacing: 0.02em;
	margin: 0 0 0 30px;
}
#menu ul li a.btn {
	padding: 4px 12px;
	color: #fff;
}
#menu ul li a:hover, #menu ul li i:hover {
	color: rgba(0, 0, 0, 0.9);
	text-shadow: none;
}
#menu ul li a.btn:hover {
	color: rgba(255, 255, 255, 0.8);
	text-shadow: none;
}
#menu ul li.current_page_item a, #menu ul li.current-page-ancestor a, #menu ul li.current-menu-item a {
	color: rgba(0, 0, 0, 1.0);
	border-bottom: 2px solid #444;
}
#menu ul li.more {
	float: left;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.4);
	padding: 4px 0 4px 5px;
	margin: 0 0 0 25px;
	cursor: pointer;
}
#menu ul li.current_page_item a:hover, #menu ul li.more:hover {
	color: rgba(0, 0, 0, 0.8);
}
#menu ul li i {
	float: left;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.4);
	padding: 7px 0 4px 5px;
	margin: 0 0 0 25px;
	cursor: pointer;
}

/*---- Buttons ----*/
.btn, div.wpforms-container .wpforms-form button[type="submit"] {
	text-transform: uppercase;
	padding: 7px 20px;
	color: #fff;
	background: #2686B4;
	float: left;
	font-size: 14px;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	font-weight: 400;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   text-decoration: none !important;
   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hero div.wpforms-container .wpforms-form button[type="submit"] {
	padding: 9px 20px;
}

.btn.cookie {
	text-transform: uppercase;
	padding: 2px 20px;
	float: right;
}
.btn.line {
	background: #fff;
	color: #5ccbe7;
	padding: 7px 18px;
	border: 2px solid #5ccbe7;
}
.btn.orange {
	background: #F47B26;
}
.btn.grey {
	background: #657A9F;
}
.btn:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	color: rgba(255, 255, 255, 0.8);
	background: #00b7a5;
	border: none;
}
.usps .btn:hover {
	background: #245d61;
}
.btn.orange:hover {
	color: #fff;
	background: #ea7624;
}
.btn.grey:hover {
	color: #fff;
	background: #2e3749;
}
.btn.big {
	font-size: 18px;
	padding: 10px 30px;
}
.btn.nofloat {
	float: none;
	display: inline-block;
}
.btn.full {
	width: 100%;
}
.btn.center {
	text-align: center;
}
.btn .fa {
	margin: 0 0 0 7px;
}
.quotes span {
	width: 100%;
	float: left;
	color: #aaa;
	margin: 5px 0 0 0;
}
.quote-left {
	float: left;
	width: 25%;
	margin: 0 4% 0 0;
}
.quote-left img {
	max-width: 100%;
}
.quote-right {
	width: 71%;
	float: right;
	padding: 0 15% 0 35px;
	text-align: left;
}
.quote-right:before {
  color: #ccc;
  font-family: FontAwesome;
  content: "\f10e";
  font-size: 22px;
  line-height: 0.1em;
  margin: 0 13px 0 -35px;
  vertical-align: -0.1em;
}
.quote-right em {
	font-size: 19px;
}
.split-left {
	width: 48%;
	float: left;
}
.split-right {
	width: 48%;
	float: right;
}
.split-left img, .split-right img {
	max-width: 100%;
}
.fromLeftIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,0);
    opacity: 1.0;
}
.fromLeftOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(-25px,0);
    opacity: 0.0;
}
.fromRightIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,0);
    opacity: 1.0;
}
.fromRightOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(25px, 0);
    opacity: 0.0;
}
/*- Post columns -*/
.post-column-three2 {
	width: 35.3%;
	margin: 0 6% 0 0;
	float: left;
}
.post-column-three:last-child {
	width: 31.3%;
	margin: 0;
	padding: 0;
}

.post-column-four2 {
	width: 19.90%;
	margin: 0 3% 0 0;
	float: left;
}
.post-column-four:last-child, .post-column-four2:last-child {
	margin: 0;
}
/*----- Fixes for column data -----*/
.post-column-two h2 {
	overflow: hidden;
	max-height: 64px;
}

/*----- Forms -----*/
.textfield, .wpforms-container input, .wpforms-container textarea {
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	padding: 7px 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.wpforms-label-hide {
	display: none;
}
.textfield.big, .wpforms-field.big input[type="email"] {
	padding: 8px 10px;
	margin: 0 15px 0 0;
}
.wpforms-field input {
	width: 70%;
}
.wpforms-field textarea {
	width: 100%;
	height: 150px;
}
.hero .wpforms-field.big input[type="email"] {
	width: 60%;
}
div.wpforms-container .wpforms-form .wpforms-field-label {
	text-transform: uppercase;
}
div.wpforms-container .wpforms-form .wpforms-required-label {
	color: #EF5350;
}
div.wpforms-container .wpforms-form input[type="email"], div.wpforms-container .wpforms-form input[type="text"],
div.wpforms-container .wpforms-form select, div.wpforms-container .wpforms-form textarea, .textfield {
	border: 1px solid #ddd;
	resize: vertical;
}
div.wpforms-container .wpforms-form input[type="email"]:focus, div.wpforms-container .wpforms-form input[type="text"]:focus,
div.wpforms-container .wpforms-form select:focus, div.wpforms-container .wpforms-form textarea:focus, .newsletter-field:focus, .textfield:focus {
	border: 1px solid #2686B4;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
}
div.wpforms-container .wpforms-form input.wpforms-error:focus {
	border: 1px solid red;
}
.wpforms-form label.wpforms-error {
    display: none !important;
}
.hero .wpforms-confirmation-container {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.wpforms-container {
	float: left;
	width: 100%;
}
.hero .wpforms-container {
}
div.wpforms-container .wpforms-form .wpforms-field-label {
	width: 100%;
	float: left;
}
.wpforms-field {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.hero .wpforms-field {
	width: auto;
	float: none;
	margin: 0;
}
div#wpform-field-hp {
    display: none;
}

.wrapper.usps .wpforms-field {
	width: 23%;
	margin: 0 2% 0 0;
}
.wrapper.usps .wpforms-field input {
	border: 1px solid #fff !important;
	width: 100%;
	padding: 8px 10px;
}
.wrapper.usps .wpforms-field input.wpforms-error {
	border: 1px solid red !important;
}
.wrapper.usps .wpforms-field input:focus {
	border: 1px solid #fff !important;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
}
.wrapper.usps div.wpforms-container .wpforms-form button[type="submit"] {
	background: #135575;
	margin: 0;
	width: 25%;
	padding: 9px 10px;
}
/*----- Content styles -----*/
blockquote {
  background: #f9f9f9;
  border-left: 8px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-size: 18px;
  line-height: 1.6em;
  font-style: italic;
}
blockquote:before {
  color: #ccc;
  font-family: FontAwesome;
  content: "\f10e";
  font-size: 22px;
  line-height: 0.1em;
  margin-right: 15px;
  vertical-align: -0.1em;
}
blockquote p {
  display: inline;
}

/*---- Footer ----*/
.footer ul {
	list-style-type: none;
}
.footer ul li {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.footer ul li a {
	color: #222;
}
.footer ul li a:hover {
	opacity: 0.7;
}
.footer span {
	margin: 0 5px;
}
.copyright a {
	text-decoration: underline;
}

@media only screen and (max-width: 1080px) {
	.wrapper.special {
		overflow: hidden;
	}
}

@media only screen and (max-width: 849px) {
	body {
		font-size: 16px;
		line-height: 1.6em;
		padding: 50px 0 0 0;
	}
	.mobile {
		display: block;
	}
	.non-mobile {
		display: none;
	}
	.container {
		padding: 25px 0;
	}
	.container.top {
		padding: 0;
	}
	.container.pitch {
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.container.grey {
		padding: 25px 0 5px 0;
		margin-bottom: 20px;
	}
	.container.extra-top {
		padding-top: 50px;
	}
	.container.grey.small-padding {
		margin-top: -15px;
		padding: 20px 0;
	}
	.container.copyright {
		padding-bottom: 70px;
	}
	.wrapper {
		padding: 0 15px;
	}
	h1, h2 {
		margin: 0 0 15px 0;
		font-size: 24px;
		line-height: 1.2em;
	}
	h2.more-margin {
		margin: 0 0 25px 0;
	}
	.post-column-two h2 {
		font-size: 18px;
	}
	.logo {
		width: 135px;
		height: auto;
		float: left;
		line-height: 0.4em;
		margin: 4px 0 0 2px;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	#menu {
		margin: 0;
	}
	#menu ul li a.btn {
		padding: 2px 12px 0 12px;
		font-size: 13px;
		color: #fff;
	}
	.hero-left {
		overflow: hidden;
		margin: 0;
	}
	.hero-left img {
		max-width: 120%;
		margin: 0 0 20px 0;
	}
	.hero-left, .hero-right {
		width: 100%;
		float: left;
	}
	.hero-right {
		display: none;
	}
	.hero h1 {
		font-size: 30px;
	}
	.hero .wpforms-field.big input[type="email"] {
		width: 50%;
	}
	.split-left, .split-right {
		width: 100%;
		float: left;
	}
	.split-left {
		margin: 0;
	}
	.split-left img, .split-right img {
		margin: 0 0 15px 0;
	}
	.quote-left {
		width: 100%;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.quote-right {
		width: 100%;
		float: left;
		padding: 0 0 0 35px;
		text-align: left;
	}
	.wrapper.usps .wpforms-field {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.wrapper.usps div.wpforms-container .wpforms-form button[type="submit"] {
		width: 100%;
	}
	.post-column-three2 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.post-column-four2 {
		width: 45%;
	}
	.page-half-right img {
		max-width: 100%;
	}
	.post-column-four {
		width: 48%;
		margin: 0 4% 10px 0;
	}
	.post-column-four:nth-child(odd) {
		margin: 0 0 10px 0;
	}

	.cookie-bar {
		z-index: 95034;
	}
	.cookie-bar p {
		font-size: 13px;
		line-height: 1.2em;
		max-width: 80%;
		float: left;
	}
	.container.copyright {
		font-size: 13px;
		line-height: 1.4em;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	
}