/*
	Theme Name: Servage One
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Utvecklat av Todd Motto, påbyggt av SEO Doktorn i Svergie AB
	Author URI: https://seo-doktorn.se
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font-size: 100%;
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font: 400 1.12em/1.7 'Titillium Web', sans-serif;
	color: #222;
	background: #fff;
	overflow-x: hidden;
}

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover {
	color: #222;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.1;
}

h1 {
	font-size: 3.2em;
	font-weight: 600;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.4em;
}

.upper {
	font-weight: 600;
    font-size: 0.9em;
    color: #81817e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
}

.date {
    display: block;
    margin-bottom: 25px;
    color: #81817e;
    font-weight: 600;
    font-size: 17px;
}

.dark-color-bg {
	background-color: #252526;
}

.mediumdark-color-bg {
	background-color: #2d2f30;
}

.button {
    background: #77b333;
    border: 2px solid #77b333;
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    font-size: 0.95em;
    padding: 19px 30px 20px;
    border-radius: 30px;
    line-height: 1;
    margin-top: 30px;
    text-align: center;
}

.button.btn-smaller {
	height: 40px;
    padding: 0 30px;
    line-height: 34px!important;
    width: auto;
    margin-top: 0;
}

.button-white {
	border: 2px solid #fff;
	background: transparent;
}

.button:hover, .nav ul li.menu-button a:hover {
	background: #457113;
    border: 2px solid #457113;
    color: #fff !important;
}

.button-white:hover {
	border: 2px solid #fff;
	background: transparent;
}

.nav ul li.menu-button {
	padding-left: 10px;
}

.nav ul li.menu-button a {
	background: #77b333;
    border: 2px solid #77b333;
    color: #fff;
    padding: 4px 20px 5px;
    border-radius: 30px;
    text-align: center;
}

.home .main {
	padding: 60px 0 0;
}

.main {
	padding: 60px 0 0;
}

.page-template-page-parent .main {
	padding: 60px 0 0;
}

.flex {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-1-2 {
	width: 50%;
}

.col-30 {
	float: left;
	width: 35%;
}

.col-70 {
	float: right;
	width: 60%;
	margin-left: 5%;
}

.col-30-invert {
	float: right;
	width: 35%;
	margin-left: 5%;
}

.col-70-invert {
	float: left;
	width: 60%;
}

.col-60 {
	float: left;
	width: 55%;
}

.col-40 {
	float: left;
	width: 40%;
	margin-left: 5%;
}

.col-1-3 {
	float: left;
	width: 33.333333%;
}

.col-1-3-space {
	width: 31%;
}

.col-1-2-space {
	width: 48%;
}

.flex .col-1-2-space + .col-1-2-space {
	margin-left: 4%;
}

.pad-b {
	padding: 120px 0;
}

.pad {
	padding: 60px 0;
}

.pad-small {
	padding: 40px 0 60px;
}

.center {
	text-align: center;
}

.one-third {
    float: left;
    width: 31%;
}

.two-third {
    float: left;
    width: 62%;
    margin-left: 7%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrap-full {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.wrap {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.wrap-medium {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.wrap-small {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}


/*-------- 404 & cookie policy --------*/


.error404 {
	background: url(/wp-content/uploads/2019/03/solutions-404.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#post-404 {
	color: #fff;
	padding: 180px 0 100px;
}

/*-------- Cookies ---------*/

#cookie-notice {
	font-size: 1em;
	line-height: 1.6;
	font-weight: 400;
	background: rgba(37,37,38,.95) !important;
}

#cookie-notice .button#cn-accept-cookie {
	padding: 11px 30px 12px;
    margin-left: 20px;
    margin-top: 0;
}

a.cookie-read {
	text-decoration: underline;
	color: #fff;
}

.cookie-notice-container {
    padding: 25px 5%;
}

@media only all and (max-width: 1150px) {

#cn-notice-text {
	display: block;
	margin-bottom: 20px;
}

#cookie-notice .button#cn-accept-cookie {
    margin-left: 0;
}

}


/*-------- Header & menu ------------*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
}

.top-header {
	background-color: #252526;
}

#menu-site-links {
	list-style-type: none;
	float: right;
}

#menu-site-links li {
	float: left;
}

#menu-site-links a {
	display: block;
	padding: 8px 15px 11px;
	color: #fff;
	font-weight: 600;
	font-size: 0.8em;
	position: relative;
}

#menu-site-links .menu-item-home a {
	background: rgba(255,255,255,.12);
}

#menu-site-links a:hover {
	background: rgba(255,255,255,.12);
}

#menu-site-links a:hover:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.3);
}

#menu-site-links .menu-item-home a:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #77b333;
}

#menu-site-links-swedish {
        list-style-type: none;
        float: right;
}

#menu-site-links-swedish li {
        float: left;
}

#menu-site-links-swedish a {
        display: block;
        padding: 8px 15px 11px;
        color: #fff;
        font-weight: 600;
        font-size: 0.8em;
        position: relative;
}

#menu-site-links-swedish .menu-item-home a {
        background: rgba(255,255,255,.12);
}

#menu-site-links-swedish a:hover {
        background: rgba(255,255,255,.12);
}

#menu-site-links-swedish a:hover:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,.3);
}

#menu-site-links-swedish .menu-item-home a:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #77b333;
}


.bottom-header {
	padding: 40px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.head-on-scroll {
	padding: 20px 0;
	background: #2d2f30;
	border-bottom: 0;
}

.logo {
	float: left;
}

.logo-img {
	width: 125px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.logo-on-scroll {
	width: 105px;
}

.nav {
	float: right;
}

.nav ul {
	list-style-type: none;
}

.nav ul li {
	float: left;
	position: relative;
}

.nav ul li a {
	color: #fff;
	padding: 5px 18px 6px;
	display: block;
	font-weight: 600;
	font-size: 0.95em;
}

.nav ul li.current-menu-item > a, .nav ul li.current-menu-item > i {
	color: #77b333;
}

.nav .sub-menu {
	display: none;
}

@media only screen and (min-width: 1250px) {

.nav ul li a:hover {
	color: #77b333 !important;
}

.nav ul li:hover > i {
	color: #77b333 !important;
}

.nav ul.sub-menu li.menu-item-has-children a:hover i {
	color: #77b333 !important;
}

.nav .sub-menu {
	position: absolute;
	top: 100%;
	width: 300px;
	left: 0;
	padding-top: 20px;
	box-shadow: 0 10px 3px rgba(0,0,0,.1);
}

.nav .sub-menu:before {
	content: '';
    position: absolute;
    top: 0;
    left: 10%;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #252526;
    z-index: 1;
    border-right: 20px solid transparent;
    border-top: 0 solid transparent;
}

.nav .sub-menu .sub-menu {
	padding-top: 0;
}

.nav .sub-menu .sub-menu:before {
	content: none;
}

.nav ul.sub-menu li {
	float: none;
	background-color: #252526;
}

.nav ul.sub-menu li a {
	padding: 15px;
	display: block;
}

.nav ul.sub-menu li + li {
	border-top: 1px solid #3f4142;
}

.nav ul.sub-menu ul.sub-menu {
	top: 0;
	left: 100%;
}

.nav .menu-item-has-children:hover > .sub-menu {
	display: block;
}

.nav ul.sub-menu li.menu-item-has-children .expand-ul {
	display: none;
}

.nav ul.sub-menu li.menu-item-has-children a .expand-arrow {
	position: absolute;
    top: 23px;
    right: 15px;
    font-size: 0.75em;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

}


/*-------- Contact modal -------*/

.contact-modal-outer {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.contact-modal-outer.active {
	display: block;
}

.contact-modal.opa {
  	opacity: 1;
  	-webkit-transition: opacity 0.5s ease;
 	-moz-transition: opacity 0.5s ease;
  	transition: opacity 0.5s ease;
}

.contact-modal {
	opacity: 0;
  	-webkit-transition: opacity 0.5s ease;
  	-moz-transition: opacity 0.5s ease;
  	transition: opacity 0.5s ease;
	position: fixed;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	width: 900px;
  	z-index: 1001;
  	background-color: #fff;
  	text-align: center;
  	left: 50%;
  	margin-left: -450px;
  	box-shadow: 0 0 30px rgba(0,0,0,.4);
}

.contact-modal .flex-1-2 {
	position: relative;
	padding: 80px 40px;
	align-items: center;
    justify-content: center;
}

.modal-tel, .modal-phone {
	font-size: 1.8em;
	color: #fff;
}

.modal-tel:hover, .modal-phone:hover {
	color: #fff;
	text-decoration: underline;
}

.modal-text {
	margin-bottom: 30px;
}

.modal-text p {
	line-height: 1.5;
	font-size: 0.9em;
}

.contact-modal .flex-1-2 .icon-cross {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.2em;
	cursor: pointer;
}

.contact-modal-outer .overlay {
    z-index: 1000;
    background: rgba(0,0,0,.5);
}

@media only screen and (max-width: 1000px) {

.contact-modal {
  width: 90%;
  left: 5%;
  margin-left: 0;
}

}


/*----------- Startsidan ------------*/

.front-carousel .item {
	height: 750px;
	color: #fff;
}

.front-carousel .item .wrap {
	position: relative;
	top: 60%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.front-carousel .item .button-white {
	margin-left: 15px;
}

.front-carousel .item p {
	font-size: 1.4em;
}

.front-carousel .item h1, .front-carousel .item h2 {
	font-weight: 600;
	font-size: 3.8em;
	margin-bottom: 20px;
}

.front-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	margin-bottom: 10px;
	position: absolute;
    bottom: 0;
    right: 5%;
}

.front-carousel.owl-theme .owl-dots .owl-dot.active span, .front-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,.95);
}

.front-carousel.owl-theme .owl-dots .owl-dot span {
	width: 14px;
    height: 14px;
    margin: 5px 5px;
    background: rgba(255,255,255,.4);
}

/*------- Puffar ---------*/

#puff-section {
	margin-bottom: 60px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.4);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.puff {
	display: block;
	position: relative;
	color: #fff;
	height: 320px;
}

.owl-carousel .owl-item .puff img {
	height: 100%;
	object-fit: cover;
}

.puff .upper {
	color: #ccc;
	margin-bottom: 20px;
}

.puff:hover {
	color: #fff;
}

.puff:hover .overlay {
	background: rgba(0,0,0,.2);
}

.puff div {
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 20px 7%;
    font-size: 85%;
}

.puff div h2, .puff div h3, .puff div h4 {
	font-weight: 600;
	font-size: 2em;
}

.puff div h2 ~ p, .puff div h3 ~ p, .puff div h4 ~ p {
	line-height: 1.5;
}

.puff-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 20px;
}

.puff-carousel.owl-theme .owl-dots .owl-dot span {
	width: 14px;
    height: 14px;
    margin: 5px 5px;
}

/*------- Flexibelt innehåll ----------*/

.split-section {
	padding: 80px 0;
	background-color: #252526;
}

.split-order {
	width: 50%;
	padding: 60px 0;
	color: #fff;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.split-order div {
	padding: 0 10%;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.main-content.page-parent-content p {
	font-size: 1.4em;
	margin-bottom: 0;
}

.main-content.page-parent-content {
	background-color: #2d2f30;
	border-radius: 10px 10px 0 0;
}

.page-template-page-parent, .page-template-default, .page-template-page-case, .page-template-page-logos, .page-template-page-faq, .tax-kategori {
	background-color: #2d2f30;
}


/*---- full hero ----*/

#hero-section {
	padding: 90px 0 100px;
	color: #fff;
}

#hero-section h2, #hero-section h3, #hero-section h4 {
	font-weight: 600;
	font-size: 3.8em;
}

#hero-section p {
    font-size: 1.4em;
}

#hero-section .button-white {
    margin-left: 15px;
}

/*-------- Pagelist section ---------*/

.pagelist-section ul {
	list-style-type: none;
}

.pagelist-section ul li {
	margin-bottom: 25px;
}

.pagelist-section ul li a {
	display: block;
	color: #fff;
}

.pagelist-section ul li a {
	position: relative;
	top: 0;
}

.pagelist-section ul li a:hover {
	top: -5px;
	background: rgba(255,255,255,.04);
}

.flex .col-1-3-space:nth-child(3n+2), .flex .col-1-3-space:nth-child(3n+3) {
    margin-left: 3.5%;
}

.c-excerpt {
	color: #81817e;
	font-size: 0.9em;
	line-height: 1.5;
}

.pagelist-section ul li h3 {
	font-size: 1.4em;
}

.pagelist-section ul li a div {
	margin-top: 15px;
	border: 1px solid #444;
    padding: 20px;
}

/*-------- Case --------*/


.case-info-cont {
	margin-bottom: 60px;
	border: 1px solid #4a4c4d;
	padding: 40px 20px 20px;
}

.case-info-cont div {
	font-size: 0.9em;
}

.case-info-cont blockquote {
	color: #ccc;
	font-style: italic;
	line-height: 1.5;
}

.case-info-cont p {
	color: #ccc;
	line-height: 1.5;
}

.case-info-cont p strong {
	color: #fff;
}



/*------- Vanliga undersidor -------*/

.page-top .wrap{
	padding: 230px 0 140px;
}

.page-top .upper {
	color: #9e9e9a;
}

.custom-rub {
	max-width: 700px;
	color: #fff;
}

.custom-rub p {
	font-size: 1.4em;
	line-height: 1.5;
}

.main-content p, .main-content-in p {
	margin-bottom: 25px;
}

.main-content-in ul, .main-content-in ol {
	padding-left: 1.4em;
}

.main-content-in {
	color: #fff;
}

.main-content .sidebar h3 {
	border-bottom: 3px solid #77b333;
	padding-bottom: 15px;
	font-size: 1.5em;
}

.main-content .default-content a, .main-content-in a {
	color: #77b333;
}

.main-content .default-content ul, .main-content .default-content ol {
	margin-bottom: 25px;
}

.main-content .default-content ol {
	padding-left: 1.4em;
}

.main-content .default-content ul {
	list-style-type: none;
	padding-left: 1.4em;
}

.main-content .default-content ul li {
	position: relative;
}

.main-content h2 {
    font-size: 2.2em;
}

.main-content .default-content ul li:before {
    content: "\e116";
    font-family: 'icomoon' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
    color: #77b333;
    font-weight: 700;
    position: absolute;
    top: 4px;
    left: -1.4em;
}

.default-content strong {
	font-size: 1.4em;
	font-weight: 400;
}

.main-content {
	margin-top: -120px;
	background-color: #2d2f30;
	padding: 50px;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.page-template-page-parent .main-content {
	padding: 50px 50px 10px;
}

.child-nav, .child-nav .children {
	list-style-type: none;
}

.child-nav a {
	color: #fff;
	font-size: 1em;
	padding: 6px 15px;
    border-top: 1px solid #4a4c4d;
    display: block;
    position: relative;
}

.child-nav > li:first-child > a {
	border-top: none;
}

.child-nav .children a {
	font-size: 0.9em;
	padding: 9px 15px 9px 25px;
}

.child-nav .children .children a {
    font-size: 0.9em;
    padding: 9px 15px 9px 45px;
}

.child-nav .page_item_has_children > a {
	border-top: none;
	font-weight: 600;
}

.child-nav .page_item_has_children + .page_item_has_children {
	margin-top: 30px;
}

.child-nav li.current_page_item > a, .child-nav a:hover, #menu-sidomeny-senaste-nytt li.current_page_item > a, #menu-sidomeny-senaste-nytt a:hover {
	background: rgba(255,255,255,.04);	
}

.child-nav li.current_page_item > a:after, #menu-sidomeny-senaste-nytt li.current_page_item > a:after {
	position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    bottom: 0;
    left: 0;
    background-color: #77b333;
}

#menu-sidomeny-senaste-nytt .sub-menu {
	background: none;
}

.child-nav a:hover:after, #menu-sidomeny-senaste-nytt a:hover:after {
	position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.3);
}

#menu-sidomeny-senaste-nytt, #menu-sidomeny-senaste-nytt ul {
	list-style-type: none;
}

#menu-sidomeny-senaste-nytt a {
    color: #fff;
    font-size: 1em;
    padding: 6px 15px;
    border-top: 1px solid #4a4c4d;
    display: block;
    position: relative;
}

#menu-sidomeny-senaste-nytt > li:first-child > a {
    border-top: none;
}

/*----- Packages -----*/


.pack {
	padding: 30px 40px 20px;
	border-radius: 8px;
	box-shadow: 0 1px 18px rgba(0,0,0,.45);
	position: relative;
	top: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	margin-bottom: 30px;
	background: #3A3C3D;
}

.pack:hover {
	top: -6px;
	box-shadow: 0 5px 25px rgba(0,0,0,.25);
}

.pack .button {
	margin-top: 20px;
	padding: 4px 20px 5px;
    line-height: 1.7;
    color: #fff !important;
}

.pack h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.pack-content {
	padding: 20px 0 0;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.main-content p.pack-price {
	margin-bottom: 0;
	padding-bottom: 20px;
	color: #77b333;
}

.pack-price .price {
	font-weight: 700;
	font-size: 3em;
	line-height: 1;
}

.main-content .pack ul, .main-content .pack ol {
	padding-left: 1.4em;
	list-style-type: none;
}

.pack ul li {
	position: relative;
	font-weight: 600;
}

.pack ul li:before {
    content: "\e116";
    font-family: 'icomoon' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 4px;
    left: -1.4em;
}

/*-------- Package form popup ----------*/

.package-form-popup {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: #222;
}

.package-form-popup.active {
    display: block;
}

.package-form-popup .overlay {
    z-index: 1000;
    background: rgba(0,0,0,.5);
}

.package-form-inner {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 600px;
    z-index: 1001;
    background-color: #fff;
    text-align: center;
    left: 50%;
    margin-left: -300px;
    box-shadow: 0 0 30px rgba(0,0,0,.4);

    padding: 60px 40px 20px;
}

.package-form-inner.opa {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.package-form-inner h3 {
	margin-bottom: 40px;
	font-weight: 400;
}

.package-form-inner .icon-cross {
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2em;
    cursor: pointer;
}

.default-content .package-form-inner input, .default-content .package-form-inner textarea {
    color: #222;
}

/*------------ Samarbeten ----------*/

.logo-carousel.owl-carousel .owl-item img {
	width: 140px;
	margin: 0 auto;
}

.logo-carousel.owl-carousel {
	margin-top: -120px;
	background-color: #2d2f30;
	border-radius: 10px 10px 0 0;
	padding: 30px 5% 0;
}

.page-template-page-logos .main-content {
	margin-top: 0;
}


@media only screen and (max-width: 650px) {

.logo-carousel.owl-carousel .owl-item img {
	width: 90px;
	margin: 0 auto;
}

}

/*--------- Senaste nytt / blogg -----------*/

.news-content {
	background-color: #2d2f30;
}

.news-content article:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

.news-content article + article {
    border-top: 1px solid #8b8d8e;
    padding-top: 25px;
    margin-top: 25px;
}

.default-content input, .default-content textarea {
    color: #fff;
}

.default-content textarea {
	height: 150px;
}

.news-content img {
	width: 100%;
}


/*--------------- FAQ ----------------*/

.main-content .custom-term-list a {
	color: #fff;
}

.term-description {
	font-size: 1.4em;
    margin-bottom: 0;
}

.custom-term-list h3 {
	font-size: 1.4em;
}

.custom-term-list a {
    position: relative;
    top: 0;
    display: block;
    margin-top: 15px;
    border: 1px solid #444;
    padding: 20px;
}

.custom-term-list a:hover {
    top: -5px;
    background: rgba(255,255,255,.04);
}

.term-desc {
    color: #81817e;
    font-size: 0.9em;
    line-height: 1.5;
}

.faq-list {
	margin-top: 60px;
}

.faq-list article + article {
    border-top: 1px solid #8b8d8e;
    padding-top: 25px;
    margin-top: 25px;
}

.tax-kategori .custom-term-list h3 {
	border-bottom: none;
    padding-bottom: 0;
    font-size: 1.4em;
}

.single-faq .side-h3-faq {
	color: #fff;
    border-bottom: 3px solid #77b333;
    padding-bottom: 15px;
    font-size: 1.5em;
}

.single-faq .sidebar h3 {
	color: #fff;
}

.single-faq .child-nav {
	margin-bottom: 60px;
}


/*---------- Inlägg/artiklar ----------*/


.single {
	background-color: #2d2f30;
}

.single-article {
	margin: 200px 0 60px;
}

.single-article-faq {
	margin: 250px 0 60px;
}

.single .attachment-post-thumbnail {
	margin-bottom: 25px;
}

.single h1 {
	margin: 0 0 25px;
}

.default-content .ingress {
    font-size: 1.4em;
    font-weight: 400;
}

.blog-nav {
	background-color: #252526;
	padding: 50px 0;
}

.blog-nav a {
    color: #77b333;
    font-weight: 600;
}

.blog-nav a:hover {
	text-decoration: underline;
}

.blog-nav p + p {
    float: right;
}

.blog-nav p {
    float: left;
    margin-bottom: 0;
    color: #77b333;
}

.single footer {
	border-top: 0;
}

/*-------- Karriär ---------*/

.saw {
	border: 2px dashed #81817e;
	padding: 30px 5% 10px;
	line-height: 1.5;
}

/*------------ Footer ------------*/

footer {
	background-color: #2d2f30;
	color: #fff;
	font-weight: 600;
	border-top: 1px solid #444;
}

footer h3 {
	font-weight: 600;
	font-size: 0.9em;
    color: #81817e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
}

#menu-top-footer-menu, footer .textwidget {
	font-size: 0.9em;
	line-height: 1.9;
}

.top-footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

.top-footer {
	padding: 80px 0;
}

.bottom-footer {
	background-color: #252526;
	padding: 50px 0;
	color: #666;
	font-size: 0.85em;
}

.bottom-footer a {
	color: #666;
}

.copyright {
	float: left;
}

.bot-menu {
	float: right;
}

.footer-logo {
	width: 125px;
}

footer ul {
	list-style-type: none;
}

.bot-menu ul li {
	display: inline;
}

.bot-menu ul li + li {
	margin-left: 10px;
	padding-left: 10px;
}

.bot-menu ul li + li:before {
	content: "|";
	position: relative;
	left: -10px;
}

.footer-social a {
	background-color: rgba(255,255,255,.25);
	display: inline-block;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	color: #2d2f30;
	font-size: 1.3em;
	position: relative;
	margin: 3px;
}

.footer-social a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,.35);
}

.footer-social i.icon-linkedin {
	position: absolute;
	top: 10px;
	left: 11px;
}

.footer-social i.icon-youtube-play {
	position: absolute;
	top: 10px;
	left: 9px;
}

#gallery-1 img {
    border: none !important;
    width: 100% !important;
    height: auto;
}

#gallery-1 .gallery-item {
    margin-top: 0 !important;
    width: 30% !important;
}

#gallery-1 .gallery-item + .gallery-item {
	margin-left: 5%;
}

/*---------- Formulär ------------*/




input[type="submit"] {
	background: #77b333;
    border: 2px solid #77b333;
    color: #fff !important;
    padding: 4px 20px 5px;
    border-radius: 30px;
    text-align: center;
    box-shadow: none;
    font-weight: 600;
    margin-top: 10px;
}






/*------*/


.focused label.gfield_label {
  transform: translateY(-120%);
  font-size: .75em !important;
}

input[type="text"].filled, textarea.filled {
  box-shadow: 0 2px 0 0 #77b333;
}

input[type="text"], textarea {
	width: 100%;
	padding: 8px 0px 5px 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 0 0 #8b8d8e;
	-moz-box-shadow: 0 2px 0 0 #8b8d8e;
	box-shadow: 0 2px 0 0 #8b8d8e;
	transition: all 0.25s ease;
	-webkit-appearance: none;
	background: transparent;
}

textarea {
	resize: none;
}

.gform_body li {
	position: relative;
}

.gform_fields, .main-content .default-content ul.gform_fields {
	list-style-type: none !important;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 40px;
}

.ginput_container.ginput_container_consent {
	text-align: left;
	line-height: 1.3 !important;
}

.main-content .default-content ul.gform_fields:after {
	content: ".";
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
}

.main-content .default-content ul li.gfield:before {
	content: none;
}

.gfield {
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

.gform_wrapper .top_label .gfield_label {
	color: #a4a7a8;
	font-size: 0.85em;
	position: absolute;
	left: 0;
  	top: 10px;
  	z-index: 10;
  	pointer-events: none;
  	transition: transform 150ms ease-out, font-size 150ms ease-out;
  	font-weight: 600;
}

.gform_wrapper .top_label .custom-consent .gfield_label {
	display: none;
}

.gf_left_half, .gf_right_half {
	width: 48%;
}

.gf_right_half {
	margin-left: 4%;
}

.gfield_consent_label {
	color: #a4a7a8;
	font-size: 0.85em;
	font-weight: 400;
}

.package-form-inner .gfield_consent_label a {
	color: #222;
}

.gform_wrapper .gfield_required {
	color: #a4a7a8 !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background: #77b333;
    border: 2px solid #77b333;
    color: #fff !important;
    padding: 4px 20px 5px;
    border-radius: 30px;
    text-align: center;
    box-shadow: none;
    font-weight: 600;
    margin: 0 0 30px;
    width: 100% !important;
    line-height: 1.7;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #457113;
    border: 2px solid #457113;
    color: #fff;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 8px 0px 5px 0 !important;
}

.gform_confirmation_wrapper {
	border: 2px dashed #81817e;
    padding: 30px 10%;
    line-height: 1.5;
    text-align: center;
    margin: 30px 0;
}

.gfield_description.validation_message {
	font-size: 0.8em;
	margin-top: 3px;
	color: red;
	text-align: left;
}


/*------------------*/

.expand-ul {
    position: absolute;
    top: 11px;
    right: 0;
    color: #fff;
    cursor: pointer;
}

.hamburger-outer {
	display: none;
}

.mob-link {
	display: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (max-width: 1250px) {

.nav ul.sub-menu li.menu-item-has-children .expand-arrow {
	display: none;
}

.bottom-header {
	padding: 20px 0;
}

.hamburger-outer {
    display: block;
    float: right;
    padding: 10px 12px 8px;
    z-index: 100;
    position: relative;
}

.logo {
	float: none;
}

.nav ul li {
	float: none;
}

.nav ul li a {
    padding: 20px 15px;
    border-top: 1px solid #4a4c4d;
}

.menu-button {
	border-top: 1px solid #4a4c4d;
	padding: 20px 15px;
}

.expand-ul {
    position: absolute;
    top: 2px;
    margin-left: 0;
    right: 0;
    padding: 25px;
    z-index: 999;
}

.sub-menu {
	background: rgba(0,0,0,.15);
}

.head-on-scroll {
    padding: 10px 0;
}

.single-article-faq {
	margin: 200px 0 60px;
}

}



@media only screen and (max-width: 1100px) {

footer .col-60 .col-1-3:first-child {
	width: 100%;
	margin-bottom: 50px;
}

footer .col-60 .col-1-3 + .col-1-3 {
	width: 50%;
}

footer .col-60 {
	width: 100%;
	float: none;
	margin-left: 0;
}

footer .col-40 {
	margin-top: 50px;
    float: none;
    width: 100%;
    margin-left: 0;
}

}



@media only screen and (max-width: 900px) {

.pack {
	width: 100%;
	margin: 0;
}

.pack + .pack {
	margin-top: 30px;
}

.col-30, .col-70, .col-30-invert, .col-70-invert {
	float: none;
	width: 100%;
	margin-left: 0;
}

.col-30-invert {
	margin-top: 50px;
}

.split-order {
    width: 100%;
    padding: 40px 0 0;
}

.main-content {
	padding: 30px 8%;
}

.page-template-page-parent .main-content {
	padding: 30px 8% 10px;
}

.order-1 {
    -ms-flex-order: 0;
    order: 0;
}

.split-order div {
    padding: 0;
}

.split-order-img {
	padding: 0;
	height: 300px;
}

.contact-modal .flex-1-2:first-child {
	display: none;
}

.contact-modal .flex-1-2 {
	width: 100%;
}

}



@media only screen and (max-width: 800px) {

h1 {
	font-size: 3em;
}

.front-carousel .item h1, .front-carousel .item h2, #hero-section h2, #hero-section h3, #hero-section h4 {
	font-size: 3em;
}

.front-carousel .item p, #hero-section p {
    font-size: 1.1em;
}

.front-carousel .item {
    height: 600px;
}

.flex .col-1-3-space:nth-child(2n+2) {
    margin-left: 4% !important;
}

.flex .col-1-3-space:nth-child(3n+2), .flex .col-1-3-space:nth-child(3n+3) {
    margin-left: 0;
}

.col-1-3-space {
    width: 48%;
}

#post-404 {
	padding: 120px 0 100px;
}

}




@media only screen and (max-width: 700px) {

.blog-nav p + p, .blog-nav p {
    float: none;
    line-height: 1.4;
}

.blog-nav p + p {
	margin-top: 15px;
}

.modal-text {
	margin-bottom: 20px;
}

.package-form-inner {
    width: 90%;
    left: 5%;
    margin-left: 0;
    padding: 40px 20px 20px;
}

.package-form-inner h3 {
    margin-bottom: 25px;
}

.default-content .package-form-inner textarea {
    height: 80px;
}

.one-third {
    float: none;
    width: 100%;
}

.two-third {
    float: none;
    width: 100%;
    margin-left: 0;
}

.news-content .date {
	margin-top: 15px;
}

.page-template-page-parent .main, .main {
    padding: 50px 0;
}

.main-content {
	margin-top: 0;
	border-radius: 0;
    padding: 0 0 30px 0;
}

.page-template-page-parent .main-content {
	padding: 0 0 10px 0;
}

.logo-carousel.owl-carousel {
	padding: 0 0 30px 0;
	margin-top: 0;
}

.main-content.page-parent-content {
	text-align: left;
}

.split-section {
	padding: 50px 0;
}

.split-order {
	padding: 25px 0 0;
}

.col-1-2-space {
    width: 100%;
}

.flex .col-1-2-space + .col-1-2-space {
    margin-left: 0;
}

.pad {
	padding: 30px 0;
}

h1 {
	font-size: 2.6em;
}

h3 {
	font-size: 1.6em;
}

.main-content h2, h2 {
    font-size: 2em;
}

.front-carousel .item h1, .front-carousel .item h2, #hero-section h2, #hero-section h3, #hero-section h4 {
	font-size: 2.6em;
}

#hero-section {
	padding: 60px 0 70px;
}

.front-carousel .item p, .custom-rub p {
    font-size: 1.1em;
    line-height: 1.5;
}

.front-carousel .item .button-white, #hero-section .button-white {
	margin-left: 0;
}

.input-outer .divide {
    float: none;
    width: 100%;
}

.input-outer .divide + .divide {
    margin-left: 0;
    margin-top: 25px;
}

.copyright, .bot-menu {
	float: none;
	text-align: center;
}



}


@media only screen and (max-width: 600px) {

.gf_left_half, .gf_right_half {
	width: 100%;
	margin-left: 0;
}

.gfield {
	float: none;
}

.single-article {
    margin: 100px 0 60px;
}

.single-article-faq {
	margin: 100px 0 60px;
}

.flex .col-1-3-space:nth-child(2n+2) {
    margin-left: 0% !important;
}

.flex .col-1-3-space:nth-child(3n+2), .flex .col-1-3-space:nth-child(3n+3) {
    margin-left: 0;
}

.col-1-3-space {
    width: 100%;
}

.pack {
    padding: 30px 20px 20px;
}

.front-carousel .item .wrap {
    top: 55%;
}

.contact-modal .flex-1-2 {
	padding: 60px 20px 20px;
}

.page-top .wrap {
    padding: 150px 0 120px;
}

.top-header {
	display: none;
}

.bottom-header {
	background: #2d2f30;
	border-bottom: none;
}

.nav {
	padding-top: 85px;
}

.mob-link {
	display: block;
}

.mob-link.menu-item-home {
	background: rgba(255,255,255,.12);
}

.mob-link.menu-item-home a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    bottom: 0;
    left: 0;
    background-color: #77b333;
}

.split-order-img {
	height: 200px;
}

#post-404 {
	padding: 100px 0 60px;
}

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS 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;
}
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 {

}

/*------------------------------------*\
    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;
	}
}
