/*
Theme Name: Cancer och Allergifonden
Theme URI: http://cancerochallergifonden.se/
Author: Thomas Dahlquist
Author URI: https://thomasdesign.se
Description: Based on a combination of Automattic´s _s theme and Bootstrap 4.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cancerochallergifonden
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

cancerochallergifonden is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/
html,
body{
  height: 100%;
}

/* Fonts */
body, input, textarea{
	color: #3c3c3c;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
a{
	color: #00aa6f;
}
a:hover,
a:active,
a:focus{
	color: #00aa6f;
	text-decoration: underline;
}
dl, ol, ul{
	padding-left: 15px;
}
li{
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6,
.sidebar-left-item{
	color: #3c3c3c;
	font-family: 'Century Gothic', 'Muli', AppleGothic, sans-serif;
	line-height: 1.5;
}

h1{
	font-size: 30px;
	font-weight: 500;
}
h2{
	font-size: 24px;
	font-weight: 500;
}
h3{
	font-size: 20px;
	font-weight: 500;
}

h1.page-title{
    font-size: 28px;
}
h1.page-title-smaller{
	font-size: 32px;
}
.alignleft{
  padding: 0;

}
.alignright {
    float: right;
    padding: 0;
}

.aligncenter{
  padding: 0;
	margin: 0 auto 10px auto;
	display: block;
}

.imagewrapper{
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
  margin-bottom: 15px;
}
.full-imagewrapper{
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
}
.brevpapper-item2{
  padding-right: 15px;
  display: inline-block;
  float: left;
  padding-bottom: 20px;
  width: 50%;
}
@media only screen and (min-width: 767px){
  .brevpapper-item2{
    width: 33.3%;
  }
}
@media only screen and (max-width: 992px){
  .imagewrapper .alignleft,
  .imagewrapper .alignright{
    float: none;
  }
}

@media only screen and (min-width: 960px){
  .alignleft{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .alignright{
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px){
 .imagewrapper{
    width: auto;
    float: none;
    clear: none;
  }
}

.body-wrapper.coa-boxed-style{
    max-width: 1200px;
    margin: 0px auto;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
.form-control,
textarea,
.comment-respond .comment-form-head > input:first-child,
.comment-respond .comment-form-head > input,
.comment-respond .comment-form-comment>textarea,
select{
	color: #3c3c3c;
	background-color: #fff;
	border: 0px;
	outline: none;
	max-width: 100%;
	padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: auto;
  margin-left: 0;
  border-radius: 0;
}
select{
  height: 50px;
}

input[type="number"] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="button"],
input[type="submit"], 
button,
.btn,
.btn-primary{
  display: inline-block;
	background-color: #f37936;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 15px 15px 13px 15px;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active, 
input[type="submit"]:focus, 
button:hover,
button:active,
button:focus,
.btn:hover,
.btn:focus,
.btn-primary:active,
.btn-primary:focus{
	color: #fff;
	background-color: #e86d29;
	border-color: #e86d29;
}

input[type="button"].green,
input[type="submit"].green, 
button.green,
.btn.green,
.btn-primary.green{
  background-color: #00aa6f;
}

input[type="button"].green:hover,
input[type="button"].green:active,
input[type="submit"].green:hover,
input[type="submit"].green:active, 
input[type="submit"].green:focus, 
button.green:hover,
button.green:active,
button.green:focus,
.btn.green:hover,
.btn.green:focus,
.btn-primary.green:active,
.btn-primary.green:focus{
  color: #fff;
  background-color: #008758;
  border-color: #008758;
}

.btn-wrapper {
  width: 100%;
  margin-bottom: 1rem; }

.btn-wrapper.alignleft {
  text-align: left; }

.btn-wrapper.aligncenter {
  text-align: center; }

.btn-wrapper.alignright {
  text-align: right; }

/* Green button - coa-green */
  .btn-primary.coa-green{
    background-color: #00aa6f;
  }
  .btn-primary.coa-green:hover,
  .btn-primary.coa-green:active{
    background-color: #049663;
    border-color: #049663;
  }

/* Orange button - coa-orange */
  .btn-primary.coa-orange{
    background-color: #f37936;
  }
  .btn-primary.coa-orange:hover,
  .btn-primary.coa-orange:active{
    background-color: #e86d29;
    border-color: #e86d29;
  }

/* White button - coa-white */
 .btn-primary.coa-white{
    color: #000;
    background-color: #fff;
  }
  .btn-primary.coa-white:hover,
  .btn-primary.coa-white:active{
    color: #000;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
  }

select{
	border: 0;
	outline: 1px solid #CCC;
}

textarea,
.comment-respond .comment-form-comment>textarea{
	height: 115px;
	resize: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #3c3c3c;
}
.comment-respond .comment-form-head > input:first-child,
.comment-respond .comment-form-head > input{
	margin-bottom: 10px;
}
label{
	font-size: 16px;
	font-weight: bold;
	clear: left;
	padding-top: 5px;
	margin-bottom: 0;
	display: inline-block;
}

blockquote{
	border-color: #eeeeee;
}

table{ 
	border-collapse: collapse;
	border-spacing:0;
	border-color: #cccccc;
}
table{ width: 100%; text-align: center; }
table tr td{ padding: 15px 0px; border-bottom-width: 1px; border-bottom-style: solid; }
table tr th{ padding: 13px 0px; font-size: 16px; font-weight: normal; text-align: center;}
table.style-2{ border-spacing:2px; border-collapse:separate; }
table.style-2 tr td{ border-bottom-width: 0px; }

table tr th{ background-color: #00aa6f; }
table tr th{ color: #ffffff; }
table tr td {
    padding: 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
table.style-2 tr:nth-child(odd){ background-color: #f9f9f9; }
table.style-2 tr:nth-child(odd){ color: #949494; }
table.style-2 tr:nth-child(even){ background-color: #f3f3f3; }
table.style-2 tr:nth-child(even){ color: #949494; }

.table-third{
	border: 1px solid black;
}

.clearer{
	clear: both;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.full{width: 100%; float: none; clear: left;} 
.half{width: 48%; margin-right: 4%; float: left;}
.third{width: 30%; margin-right: 5%; float: left;}
.fourth{width: 22%; margin-right: 4%; float: left;}
.fifth{width: 18%; margin-right: 2.5%; float: left;}
.sixth{width: 15%; margin-right: 2%; float: left;}
.seventh{width: 13%; margin-right: 1.5%; float: left;}
.two-thirds{width: 65%; margin-right: 5%; float: left;}
.three-fourths{width: 74%; margin-right: 4%; float: left;}
.two-fifths{width: 36%; margin-right: 3%; float: left;}
.three-fifths{width: 61%; margin-right: 2%; float: left;}
.four-fifths{width: 78%; margin-right: 4%; float: left;}
.last{margin-right: 0!important;}

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.coa-form-row{
  width: 100%;
  float: left;
  clear: left;
}
.col-xs, 
.col-xs-1, 
.col-xs-2, 
.col-xs-3, 
.col-xs-4, 
.col-xs-5, 
.col-xs-6, 
.col-xs-7, 
.col-xs-8, 
.col-xs-9, 
.col-xs-10, 
.col-xs-11, 
.col-xs-12, 
.col-sm, 
.col-sm-1, 
.col-sm-2, 
.col-sm-3, 
.col-sm-4, 
.col-sm-5, 
.col-sm-6, 
.col-sm-7, 
.col-sm-8, 
.col-sm-9, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12, 
.col-md, 
.col-md-1, 
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7, 
.col-md-8, 
.col-md-9, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.col-lg, 
.col-lg-1, 
.col-lg-2, 
.col-lg-3, 
.col-lg-4, 
.col-lg-5, 
.col-lg-6, 
.col-lg-7, 
.col-lg-8, 
.col-lg-9, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.col-xl, 
.col-xl-1, 
.col-xl-2, 
.col-xl-3, 
.col-xl-4, 
.col-xl-5, 
.col-xl-6, 
.col-xl-7, 
.col-xl-8, 
.col-xl-9, 
.col-xl-10, 
.col-xl-11, 
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-xs, 
    .col-xs-1, 
    .col-xs-2, 
    .col-xs-3, 
    .col-xs-4, 
    .col-xs-5, 
    .col-xs-6, 
    .col-xs-7, 
    .col-xs-8, 
    .col-xs-9, 
    .col-xs-10, 
    .col-xs-11, 
    .col-xs-12, 
    .col-sm, 
    .col-sm-1, 
    .col-sm-2, 
    .col-sm-3, 
    .col-sm-4, 
    .col-sm-5, 
    .col-sm-6, 
    .col-sm-7, 
    .col-sm-8, 
    .col-sm-9, 
    .col-sm-10, 
    .col-sm-11, 
    .col-sm-12, 
    .col-md, 
    .col-md-1, 
    .col-md-2, 
    .col-md-3, 
    .col-md-4, 
    .col-md-5, 
    .col-md-6, 
    .col-md-7, 
    .col-md-8, 
    .col-md-9, 
    .col-md-10, 
    .col-md-11, 
    .col-md-12, 
    .col-lg, 
    .col-lg-1, 
    .col-lg-2, 
    .col-lg-3, 
    .col-lg-4, 
    .col-lg-5, 
    .col-lg-6, 
    .col-lg-7, 
    .col-lg-8, 
    .col-lg-9, 
    .col-lg-10, 
    .col-lg-11, 
    .col-lg-12, 
    .col-xl, 
    .col-xl-1, 
    .col-xl-2, 
    .col-xl-3, 
    .col-xl-4, 
    .col-xl-5, 
    .col-xl-6, 
    .col-xl-7, 
    .col-xl-8, 
    .col-xl-9, 
    .col-xl-10, 
    .col-xl-11, 
    .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-xs, 
    .col-xs-1, 
    .col-xs-2, 
    .col-xs-3, 
    .col-xs-4, 
    .col-xs-5, 
    .col-xs-6, 
    .col-xs-7, 
    .col-xs-8, 
    .col-xs-9, 
    .col-xs-10, 
    .col-xs-11, 
    .col-xs-12, 
    .col-sm, 
    .col-sm-1, 
    .col-sm-2, 
    .col-sm-3, 
    .col-sm-4, 
    .col-sm-5, 
    .col-sm-6, 
    .col-sm-7, 
    .col-sm-8, 
    .col-sm-9, 
    .col-sm-10, 
    .col-sm-11, 
    .col-sm-12, 
    .col-md, 
    .col-md-1, 
    .col-md-2, 
    .col-md-3, 
    .col-md-4, 
    .col-md-5, 
    .col-md-6, 
    .col-md-7, 
    .col-md-8, 
    .col-md-9, 
    .col-md-10, 
    .col-md-11, 
    .col-md-12, 
    .col-lg, 
    .col-lg-1, 
    .col-lg-2, 
    .col-lg-3, 
    .col-lg-4, 
    .col-lg-5, 
    .col-lg-6, 
    .col-lg-7, 
    .col-lg-8, 
    .col-lg-9, 
    .col-lg-10, 
    .col-lg-11, 
    .col-lg-12, 
    .col-xl, 
    .col-xl-1, 
    .col-xl-2, 
    .col-xl-3, 
    .col-xl-4, 
    .col-xl-5, 
    .col-xl-6, 
    .col-xl-7, 
    .col-xl-8, 
    .col-xl-9, 
    .col-xl-10, 
    .col-xl-11, 
    .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs, 
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, 
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, 
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, 
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, 
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, 
    .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
    .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, 
    .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.centered-col{
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.centering{
  float: none;
  margin: 0 auto;
  text-align: center;
}
.wp-caption{
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
    line-height: 22px;
}
.section-container{
    padding-top: 30px;
}

.bg-inverse{
	background-color: #fff!important;
}

/* Header */
	.header-top{
		clear: both;
		float: left;
		width: 100%;
	}
	.header-top-left{
		width: 55%;
		float: left;
	}
	.navbar{
		display: inline-block;
		padding: 0;
		width: 100%;
	}
	.navbar-toggleable-md .navbar-nav .dropdown-menu{
		position: static;
	}
	.navbar-logo{
		float: left;
    margin-top: 18px;
		margin-bottom: 20px;
	}
	.navbar-logo img{
		max-width: 340px;
		width: 100%;
	}
	.navbar-brand{
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
	}
	.header-top-right{
		width: 45%;
		float: right;
  	text-align: right;
  	margin-top: 20px;
	}
  .header-text-mobile{
    display: inline-block;
    color: #fff;
    background-color: #717171;
    text-align: center;
    width: 100%;
    padding: 3px 0 5px 0;
  }
  .header-text-mobile p{
    margin: 0;
    padding: 0;
  }
  .header-text-mobile a{
    color: #fff;
  }
  @media only screen and (min-width: 767px){
    .header-text-mobile{
      display: none;
    }
  }
	.header-text,
	.header-socialmedia{
		display: none;
	}
	.header-social-icon{
		float: left;
		padding-left: 10px;
    line-height: 1;
	}
	.header-social-icon img{
		max-width: 48px;
	}
  .header-social-icon a{
     font-size: 48px;
     color: #3c3c3c;
  }
  .header-social-icon a:hover,
  .header-social-icon a:active{
    color: #00aa6f;
  }
  .header-social-icon i{
    font-size: 48px;
    line-height: 1;
    padding-top: 3px;
  }
  @media only screen and (min-width: 992px){
    .header-social-icon i{
      padding-top: 13px;
    }
  }
	.header-search{
		float: none;
		margin-top: 5px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
	}
	#searchsubmit{
		height: 47px;
	}
	#hs-toggle{
		display: inline-block;
		font-size: 27px;
		line-height: 1;
		background-color: #f0f0f0;
		padding: 10px 12px;
	}
	.header-searchform{
		display: none;
		position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    width: 265px;
	}
	.header-searchform #s{
		width: 200px;
		height: 47px;
    float: left;
	}
	.navbar-nav {
	    display: inline-block;
	    width: 100%;
	    background-color: #fff;
	    border-bottom: 4px solid #00aa6f;
	}
	.menu-item{
		width: 100%;
    float: left;
    display: inline;
	}
	#main-menu a{
		font-size: 15px;
		font-weight: 500;
	}
	#main-menu .dropdown-menu{
		border-color: #3c3c3c;
	}
  #main-menu .dropdown-menu .menu-item {
    width: 100%;
  }
	#main-menu .current-menu-item > a,
  #main-menu .current-menu-ancestor > a,
	#main-menu .dropdown-menu .current-menu-item > a{
		color: #fff;
		background-color: #00aa6f;
	}
	#main-menu a:hover,
	#main-menu .dropdown-menu a:hover{
		color: #fff;
    background-color: #17ce8f;
	}
	#main-menu .dropdown-toggle:after{
		margin-left: 0px;
		vertical-align: middle;
		content: none;
		border-top: 6px solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.navbar-nav .nav-link{
		color: #3c3c3c;
		text-transform: uppercase;
		padding: 10px 15px;
	}
	.navbar-nav .menu-item{
		margin-bottom: 0;
		position: relative;
	}
	.navbar-nav .menu-item-has-children > .nav-link {
    	padding-left: 55px;
	}

	.navbar-nav .dropdown-menu .menu-item > .nav-link{
		margin-left: 42px;
		padding-left: 10px;
	}
	.navbar-nav .dropdown-menu .dropdown-menu .menu-item > .nav-link{
		margin-left: 84px;
		padding-left: 10px;
	}
	.navbar-nav .dropdown-menu .menu-item-has-children .subMenuIcon{
		margin-left: 45px;
	}
	.navbar-nav .dropdown-menu .menu-item-has-children > .nav-link {
    	padding: 10px 15px 10px 50px;
    	margin-left: 45px;
	}

	#main-menu .dropdown-menu{
		color: #666;
    	border-top: none;
		border-radius: 0;
		min-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#main-menu .dropdown-menu .menu-item a.nav-link:hover{
		background-color: #00aa6f;
	}

	#main-menu .dropdown-menu a{
		font-size: 16px;
	}

	.header-bottom{
		clear: both;
		float: left;
		width: 100%;
	}
	/* Mobile menu*/
	.navbar-toggler{
		background: #00aa6f;
    	border: none;
    	float: right;
    	display: inline-block;
    	margin-top: 5px;
    	margin-left: 10px;
	    padding: 10px 12px;
	    border-radius: 0;
	    font-size: 27px;
	}
	ul.dropdown-menu{
		display: inline-block;
	}
	.subMenuIcon{
		display: inline-block;
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    z-index: 99999;
	    font-size: 20px;
	    color: #fff;
	    background: #3c3c3c;
	    min-width: 42px;
	    min-height: 42px;
	    line-height: 42px;
	    text-align: center;
	    cursor: pointer;
	}

.container .container{
	padding-left: 0;
	padding-right: 0;
  width: 100%;
}
.container-full{
	width: 100%!important;
}
.wrapper {
    padding: 0;
}

#page-wrapper,
#wrapper-index,
#single-wrapper,
#wrapper-archive,
#woocommerce-wrapper{
  margin-top: -10px;
  padding-bottom: 0;
}
#page-wrapper.hasslider,
#wrapper-index.hasslider,
#single-wrapper.hasslider,
#wrapper-archive.hasslider,
#woocommerce-wrapper.hasslider{
	margin-top: -30px;
}

.fullwidthrow{
	margin-left: -45px;
	margin-right: -45px;
}

/* Custom design for Owl slider */
	.owl-carousel,
	.owl-stage-outer,
	.owl-stage,
	.owl-wrapper-outer,
	.owl-wrapper,
	.owl-item{
		height: 100%;
	}

	.owl-theme .owl-nav{
		margin-top: -23px;
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 0;
		width: 100%;
		margin-left: 0;
	}
	.owl-theme .owl-nav [class*='owl-']{
		background: transparent;
		font-size: 46px!important;
    font-weight: bold!important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
		color: #fff!important;
		opacity: 1;
		padding: 0!important;
		margin: 0;
		line-height: 1!important;
		text-shadow: 0px 1px #666;
	}
	.owl-theme .owl-nav [class*=owl-]:hover{
		filter: Alpha(Opacity=100);
		opacity: 1;
		text-decoration: none;
		background: transparent;
	}
	
	.owl-prev{
		position: absolute;
		left: 20px;
	}
	.owl-next{
		position: absolute;
		right: 20px;
	}
	.owl-theme .owl-dots{
		position: relative;
		top: -30px;
	}
  .owl-theme .owl-dots .owl-dot{
    background-color: transparent;
    padding: 0;
  }
	.owl-theme .owl-dots .owl-dot span{
		width: 14px;
	    height: 14px;
	    margin: 5px 7px;
	    background: transparent;
	    border: 3px solid #fff;
	    box-shadow: 0px 1px #666;
	    display: block;
	    -webkit-backface-visibility: visible;
	    transition: opacity .2s ease;
	    border-radius: 50%;
	}
	.owl-theme .owl-dots .owl-dot:hover span{
		background: #00aa6f;
	}
	.owl-theme .owl-dots .owl-dot.active span{
		background: #fff;
	}

/* Top slider */
	.top-slider{
		height: 500px;
		width: 100%;
		padding: 0;
	}

/* Row slider */
	.row-slider{
		height: 500px;
		width: 100%;
	}
	.fullwidthrow .row-slider{
		padding-left: 0;
		padding-right: 0;
	 }

/* Logo slider */
	.logo-slider{
		width: 100%;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.logo-slider .item{
		text-align: center;
		padding: 10px;
		margin-left: 10px;
		margin-right: 10px;
		background-color: #fff;
	}
	.logo-slider .owl-item img{
		display: inline-block;
	    width: auto;
	    max-width: 100%;
	    max-height: 120px;
	}

	.logo-slider .owl-theme .owl-nav [class*='owl-']{
		color: #666!important;
	}

	.logo-slider .owl-prev{
		left: -30px;
	}
	.logo-slider .owl-next{
		right: -30px;
	}

	.top-slider .container,
	.row-slider .container,
	.logo-slider .container{
		width: 100%;
	}
	.top-slider .item,
	.row-slider .item{
		display: table;
		width: 100%;
		height: 100%;
		background-color: #7F7F7F;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	    background-repeat: no-repeat;
	   	overflow: hidden;
	}
	.slide-overlay{
		width: 100%;
		vertical-align: middle;
		display: table-cell;
		text-align: center;
	}
	.slide-overlay .btn{
		margin-top: 20px;
	}
	.slide-box{
		padding: 10px;
		background: rgba(255, 255, 255, 0.85);
		width: 85%;
	    max-width: 640px;
	    margin: 0 auto;
	}
	.slide-title{
		font-size: 18px;
		color: #00aa6f;
		margin-bottom: 10px;
	}
	.slide-copy{
		font-size: 14px;
		color: #666;
		text-align: left;
	}

/* Page */
	#header-image{
		height: auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: top center;
	    background-repeat: no-repeat;
	    padding-top: 30px;
      background-color: #00aa6f;
	}
	#header-image .page-title{
		color: #fff;
		font-weight: normal;
	}
  #header-image,
	#header-image.hi-withbg{
		display: inline-block;
    width: 100%;
		height: auto;
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-image-wrapper{
		display: inline-block;
		vertical-align: middle;
    width: 100%;
	}
	#header-image.hi-withbg .page-title{
		color: #fff;
		text-shadow: 1px 1px #666;
	}
	.content-area{
		padding-top: 0;
		padding-bottom: 20px;
	}
	.home .content-area{
		padding: 0;
	}
	#breadcrumbs{
		text-align: center;
	}
	.sidebar-tothe-left,
  .sidebar-tothe-right{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
	.sidebar-page-full{
		padding-left: 0;
		padding-right: 0;
	}
	.page-sidebar,
	#left-sidebar,
	#right-sidebar,
	.single .page-sidebar{
		background-color: #f0f0f0;
	    margin-top: 30px;
	    float: left;
		clear: both;
		padding: 20px 15px;
	}

	.widget-title{
		color: #3c3c3c;
	}
	.widget_recent_entries ul, 
	.widget_recent_comments ul, 
	.widget_pages ul, 
	.widget_rss ul, 
	.widget_archive ul, 
	.widget_categories ul, 
	.widget_nav_menu ul, 
	.widget_meta ul{
		position: relative;
	    list-style: none;
	    margin-left: 0px;
	    padding-left: 0;
	}
	.widget_recent_entries ul ul, 
	.widget_recent_comments ul ul, 
	.widget_pages ul ul, 
	.widget_rss ul ul, 
	.widget_archive ul ul, 
	.widget_categories ul ul, 
	.widget_nav_menu ul ul, 
	.widget_meta ul ul {
    	margin-top: 15px;
    	margin-bottom: 0px;
	}

	.widget_recent_entries ul li:before, 
	.widget_recent_comments ul li:before, 
	.widget_pages ul li:before, 
	.widget_rss ul li:before, 
	.widget_archive ul li:before, 
	.widget_categories ul li:before, 
	.widget_nav_menu ul li:before, 
	.widget_meta ul li:before{
	    content: "\f105";
	    font-family: FontAwesome;
	    text-align: center;
	    position: absolute;
	    left: 0px;
	    display: block;
	    height: 20px;
	    width: 20px;
	    margin-top: -1px;
	}

  .widget_recent_entries li a{
    color: #000;
  }

	/* Sidebar sub menu */
		.widget_recent_entries ul li, 
		.widget_recent_comments ul li, 
		.widget_pages ul li, 
		.widget_rss ul li, 
		.widget_archive ul li, 
		.widget_categories ul li, 
		.widget_nav_menu ul li, 
		.widget_meta ul li {
			width: 100%;
		    margin-bottom: 10px;
		    padding-left: 25px;
		    line-height: 20px;
		    padding-bottom: 10px;
		    border-bottom-width: 1px;
		    border-bottom-style: solid;
		}

		.widget_recent_entries ul ul li:last-child, 
		.widget_recent_comments ul ul li:last-child, 
		.widget_pages ul ul li:last-child, 
		.widget_rss ul ul li:last-child, 
		.widget_archive ul ul li:last-child, 
		.widget_categories ul ul li:last-child, 
		.widget_nav_menu ul ul li:last-child, 
		.widget_meta ul ul li:last-child {
		    padding-bottom: 0px;
		    margin-bottom: 0px;
		    border-bottom-width: 0px;
		}
    .widget_nav_menu ul li a{
      color: #3c3c3c;
    }
    .widget_nav_menu ul li.current-menu-item a,
    .widget_nav_menu ul li.current_page_parent a{
      color: #00aa6f;
    }

	.single .page-sidebar{
		padding-left: 15px;
		padding-right: 15px;
	}

  .blog #primary,
  .single #primary,
  .archive #primary{
    margin-top: 30px;
    padding-bottom: 30px;
  }
 
  .single #primary.hassections{
    margin-top: 0;
  }
  .entry-header{
    margin-bottom: 20px;
  }

  .blog-share-icon{
    font-size: 48px;
    margin-right: 10px;
  }

  .blog-share-icon:hover,
  .blog-share-icon:active{
    color: #717171;
  }

  .cta-box{
    background-color: #fcf1e8;
    margin-top: 30px;
    padding: 20px;
  }

	.page .page-sidebar,
	#left-sidebar{
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
	}

	#right-sidebar{
		float: right;
    	clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}

  .social-bar{
    text-align: center;
  }

/* Section */
	.section{
		padding: 20px 0 10px 0;
	}
  .topcontent-section{
    padding-bottom: 0;
  }
	.col-md-12  .section{
		margin-left: -15px;
    	margin-right: -15px;
	}
	.section-title{
		color: #00aa6f;
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 0;
	}
	.section-column{
		visibility: hidden;
		padding-bottom: 20px;
	}
	.column-title{
		color: #00aa6f;
	}
	.column-content iframe{
		max-width: 100%;
	}
	.sc-form-group{
		margin-bottom: 5px;
	}
	
  .sc-image-wrapper,
	.sc-image{
		margin-bottom: 20px;
	}
	.sc-singleimage{
		margin-bottom: 20px;
	}	

	.column-button{
		margin-top: 0;
	}
	.column-button.cb-left{
		text-align: left;
	}
	.column-button.cb-center{
		text-align: center;
	}
	.column-button.cb-right{
		text-align: right;
	}

/* Blog */
  .news-thumb{
    text-align: center;
  }
	.blog .byline,
  .single .byline,
	.blog .entry-footer,
  .cat-links{
		display: none;
	}
  .pagination{
    font-size: 18px;
  }
	.pagination li{
		margin-bottom: 0;
	}
	.page-link{
		color: #00aa6f;
	}
	.page-item.active .page-link{
		color: #00aa6f;
    	background-color: #ffedc4;
    	border-color: #ffedc4;
	}
	.page-item:first-child .page-link,
	.page-item:last-child .page-link{
		border-radius: 0;
	}
		
	/* Single */
		.entry-header{
			text-align: center;
		}
    .entry-content .section{
      padding: 0;
    }
		.post-navigation .screen-reader-text{
			display: none;
		}
		.entry-footer{
			padding-bottom: 20px;
		}
    .entry-footer .entry-meta{
      text-align: center;
      padding-bottom: 20px;
    }

	.fa-angle-left:before{
		content: "«";
	}
	.fa-angle-right:before{
		content: "»";
	}

	/* Blog sidebar */
		.widget{
			padding-bottom: 20px;
		}
		.widget input[type="text"],
		.widget input[type="search"],
		.widget input[type="tel"],
		.widget input[type="email"],
		.widget input[type="password"]{
			border: 2px solid #5a5c5e;
			border-radius: 0;
			margin-bottom: 15px;
			width: 100%;
			margin-right: 0;
		}
		.widget .input-group-btn{
			width: 100%;
		}
		.widget input[type=submit], 
		.widget input[type=reset], 
		.widget .btn{
			padding: 15px 15px 14px 15px;
			float: left;
			width: 100%;
			height: 60px;
		}
		.widget .assistive-text{
			display: none;
		}
		.input-group-addon, 
		.input-group-btn, 
		.input-group .form-control {
    		display: inline-block;
		}
		.widget p:last-child{
			margin-bottom: 0;
		}

/* Comments */
	.comments-area{
		padding: 0 0 20px 0;
		float: left;
		width: 100%;
	}
	.single .comments-area{
		padding-top: 20px;
    padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.comments-title{
		color: #717171;
		font-size: 20px;
		margin-bottom: 15px;
	}
	.comments-title span{
		font-style: italic;
	}
	.comment-body{
		padding-bottom: 20px;
	}
	.form-submit input[type=submit], 
	.form-submit input[type=reset], 
	.form-submit .btn{
		float: right;
	}
  .comment-metadata{
    margin-bottom: 15px;
  }
  .post-navigation{
    font-size: 14px;
    margin-top: 15px;
  }
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous{
	    float: left;
	    width: 50%;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next{
	    float: right;
	    text-align: right;
	    width: 50%;
	}

/* Archive */
	.blog .entry-meta,
	.archive .entry-meta{
		padding-bottom: 0;
	}
	.blog .entry-content,
	.archive .entry-content{
		padding-top: 20px;
	}

  .addthis_toolbox{
    margin-top: 20px;
    margin-bottom: 20px;
  }
/* Search */
	.section-search{
		padding-top: 0;
	}
	.search .page-title{
		text-align: center;
		margin-bottom: 40px;
	}
	.search .page-title span{
		font-style: italic;
	}
	.blog article,
	.archive article,
	.search article{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 2px solid #5a5c5e;
	}
	.search .entry-meta{
		padding-top: 10px;
    	padding-bottom: 15px;
	}
	.search .read-more-link{

	}
	.search .entry-footer{
		padding-bottom: 0;
	}
	.blog .screen-reader-text,
	.blog .assistive-text,
	.archive .screen-reader-text,
	.archive .assistive-text,
	.search .screen-reader-text,
	.search .assistive-text{
		display: none;
	}
	.search-no-results article{
		text-align: center;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}
	.search-no-results .page-title {
    	margin-bottom: 20px;
	}

/* Timeline */
	#timeline{
		padding-top: 0;
	}
	.timeline-list{
		padding: 0;
		margin: 0 auto;
	}
	#timeline ul li {
		list-style-type: none;
		position: relative;
		width: 6px;
		margin: 0 auto;
		padding-top: 20px;
		background: #00aa6f;
	}
	#timeline ul li:first-child{
		padding-top: 0;
	}
	 
	#timeline ul li::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 20px;
    	height: 20px;
		border-radius: 50%;
		background: #00aa6f;
	}

	#timeline ul li div {
		position: relative;
		top: 5px;
		bottom: 0;
		width: 300px;
		padding: 15px;
		background-color: #f0f0f0;
	}
	 
	#timeline ul li div::before {
		content: '';
		position: absolute;
		bottom: 7px;
		width: 0;
		height: 0;
		border-style: solid;
	}
	#timeline ul li:nth-child(odd) div {
		left: 35px;
	}
 
	#timeline ul li:nth-child(odd) div::before {
		left: -15px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #f0f0f0 transparent transparent;
	}
	#timeline ul li:nth-child(even) div {
		left: -329px;
	}
	 
	#timeline ul li:nth-child(even) div::before {
		right: -15px;
		border-width: 8px 0 8px 16px;
		border-color: transparent transparent transparent #f0f0f0;
	}

	.timeline-image{

	}

/* 404 */
	.error-404{
		padding-top: 30px;
    padding-bottom: 30px;
	}
	.error-404 .page-header{
		text-align: center;
	}
	.error-404 .page-title{
		margin-bottom: 15px;
	}
	.error-404 .page-content{
		text-align: center;
	}
	.error-404 .assistive-text{
		display: none;
	}

	.search-no-results .page-content input[type="text"],
	.search-no-results .page-content input[type="search"],
	.error-404 .page-content input[type="text"], 
	.error-404 .page-content input[type="search"]{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.search-no-results .page-content .input-group-btn,
	.error-404 .page-content .input-group-btn{
		width: 100%;
	}
	.search-no-results .page-content input[type=submit],
	.search-no-results .page-content input[type=reset],
	.search-no-results .page-content .btn,
	.error-404 .page-content input[type=submit], 
	.error-404 .page-content input[type=reset], 
	.error-404 .btn{
		width: 100%;
		height: 60px;
	}
	.searchform{
		padding-top: 20px;
	}

.char-message{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 14px;
	display: none;
	padding-top: 10px;
}

.stripe-info{
	width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding-top: 30px;
    color: #949494;
    font-size: 14px;
    text-align: center;
}
.stripe-tooltip::after{
	content: "";
	background-image: url("https://cancerochallergifonden.se/wp-content/uploads/2016/03/icon-questionmark.png");
	background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background-repeat: no-repeat;
    display: inline-block;
}
.stripe-tooltip-link{
  display: inline-block;
  float: left;
}
.popover{
	color: #3c3c3c;
	display: inline!important;
  width: 75%;
  max-width: 520px;
  left: -40px!important;
}
.popover-content{
	color: #3c3c3c!important;
}
.popover-content a{
	color: #00aa6f!important;
}

.amount-message,
.input-message{
	display: none;
	font-weight: normal;
  text-align: left;
  font-size: 14px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  width: 250px;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #3c3c3c;
}

.form-amount:hover > .amount-message,
.form-input-message:hover > .input-message{
  display: inline!important;
}

.form-amount span,
.amount-message,
.amount-message p,
.form-input-message span,
.form-input-message p{
  pointer-events: none;
}

.amount-message p,
.input-message p{
	margin-bottom: 0;
}

.brevpapper-item{
	padding-right: 15px;
  display: inline-block;
	float: none;
  padding-bottom: 20px;
  max-width: 160px;
}

.brevpapper-list{
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.brevpapper-listitem{
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}
.brevpapper-listitem:last-child{
  margin-right: 0!important;
}

.brevpapper-listitem img{
  width: 100%;
  max-width: 250px;
}

.fiveormore li.fourth:nth-child(4n){
  margin-right: 0!important;
}
.fiveormore li.fourth:nth-child(5n){
  clear: left;
}

@media only screen and (min-width: 1200px){
  .brevpapper-item{
    max-width: 200px;
  }
}
#mg-pdf-checkbox{
	padding-top: 10px;
	padding-bottom: 10px;
}

.comment-respond .comment-reply-title{
    color: #717171;
    font-size: 18px;
}

/* For labels in custom Stripe forms */
.red{
  color: red;
}
.req:after{
	content: '*';
	color: red;
	padding-left: 5px;
}

.req label:after{
	content: '*';
	color: red;
	padding-left: 5px;
}

@media only screen and (min-width: 767px) and (max-width: 992px){
  label.two-rows{
    height: 53px;
    display: table-cell;
    vertical-align: bottom;
  }
}

@media only screen and (min-width: 767px){
  label.two-rows-desktop{
    height: 53px;
    display: table-cell;
    vertical-align: bottom;
  }
  label.three-then-two-rows{
    height: 77px;
    display: table-cell;
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 992px){
  label.three-then-two-rows{
    height: 53px;
  }
}

/* Pikaday date picker Custom CSS */
.pika-single{
    z-index: 9999;
}
.pika-single.is-hidden{
	display: none;
}
.pika-lendar{
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #ccc;
}

.pika-lendar input[type=button],
.pika-lendar button,
.pika-button{
	background-color: #00aa6f;
}
.pika-lendar .is-today .pika-button{
	color: #00aa6f;
	background-color: #f0f0f0;
}
.pika-lendar .is-today.is-selected .pika-button,
.pika-lendar .is-selected .pika-button{
	color: #fff;
	background-color: #f37936;
}

.pika-lendar thead, 
.pika-lendar table tr th{
	background-color: #f0f0f0;
	color: #3c3c3c;
}

.pika-lendar .is-disabled .pika-button, .pika-prev.is-disabled, .pika-next.is-disabled{
	background-color: #ccc 
}

.pika-title{
	margin-bottom: 15px;
}
.pika-button{
    width: 44px;
    padding: 13px;
}
.pika-prev, .pika-next{
	margin-top: 15px;
	padding: 13px;
}
.pika-next{
	float: right;
	margin-left: 10px;
}

.ui-helper-hidden-accessible{
	display: none;
}

/* Contact form 7 custom CSS */
  .wpcf7{
    max-width: 680px;
  }
  .fancybox-content .wpcf7{
    margin-top: -30px!important;
  }
  .wpcf7 .wpcf7-form p{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .wpcf7 .wpcf7-form p:last-of-type{
    margin-bottom: 0;
  }


  .form-control, 
  .wpcf7 input[type="color"], 
  .wpcf7 input[type="date"], 
  .wpcf7 input[type="datetime-local"], 
  .wpcf7 input[type="datetime"], 
  .wpcf7 input[type="email"], 
  .wpcf7 input[type="file"], 
  .wpcf7 input[type="month"], 
  .wpcf7 input[type="number"], 
  .wpcf7 input[type="range"], 
  .wpcf7 input[type="search"], 
  .wpcf7 input[type="submit"], 
  .wpcf7 input[type="tel"], 
  .wpcf7 input[type="text"], 
  .wpcf7 input[type="time"], 
  .wpcf7 input[type="url"], 
  .wpcf7 input[type="week"], 
  .wpcf7 select, 
  .wpcf7 textarea{
    height: auto;
    color: #3c3c3c;
    background-color: #fff;
    border: 0px;
    outline: none;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: auto;
    margin-left: 0;
    border-radius: 0;
  }

  .wpcf7 textarea, 
  .wpcf7 textarea.wpcf7-validation-errors, 
  textarea.form-control {
    height: 75px;
  }

  .form-control:focus,
  .wpcf7 input:focus[type="color"], 
  .wpcf7 input:focus[type="date"], 
  .wpcf7 input:focus[type="datetime-local"], 
  .wpcf7 input:focus[type="datetime"], 
  .wpcf7 input:focus[type="email"], 
  .wpcf7 input:focus[type="file"], 
  .wpcf7 input:focus[type="month"], 
  .wpcf7 input:focus[type="number"], 
  .wpcf7 input:focus[type="range"], 
  .wpcf7 input:focus[type="search"], 
  .wpcf7 input:focus[type="submit"], 
  .wpcf7 input:focus[type="tel"], 
  .wpcf7 input:focus[type="text"], 
  .wpcf7 input:focus[type="time"], 
  .wpcf7 input:focus[type="url"], 
  .wpcf7 input:focus[type="week"], 
  .wpcf7 select:focus, 
  .wpcf7 textarea:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: inherit;
  }

  span.wpcf7-list-item{
    margin: 0;
  }

  .cf7-accept,
  .cf7-accept .wpcf7-list-item-label{
    font-weight: normal;
    font-style: italic;
  }

  .wpcf7 input[type="submit"]{
    color: #fff;
    background-color: #00aa6f;
    border-color: #00aa6f;
    border: none;
    margin-top: 5px;
  }

  .wpcf7 input[type="submit"]:hover,
  .wpcf7 input[type="submit"]:active{
    color: #fff;
    background-color: #049663;
    border-color: #049663;
    border: none;
    box-shadow: none;
  }

  .btn-outline-primary.disabled, 
  .btn-outline-primary:disabled, 
  .wpcf7 input.disabled[type="submit"], 
  .wpcf7 input:disabled[type="submit"]{
    color: #3c3c3c;
    background-color: #f0f0f0;
  }

  .btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
  .show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show > input.dropdown-toggle:focus[type="submit"], 
  .wpcf7 input:not(:disabled):not(.disabled).active:focus[type="submit"], 
  .wpcf7 input:not(:disabled):not(.disabled):active:focus[type="submit"],
  .btn-outline-primary:not(:disabled):not(.disabled).active, 
  .btn-outline-primary:not(:disabled):not(.disabled):active, 
  .show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > input.dropdown-toggle[type="submit"], 
  .wpcf7 input:not(:disabled):not(.disabled).active[type="submit"], 
  .wpcf7 input:not(:disabled):not(.disabled):active[type="submit"]{
    color: #fff;
    background-color: #049663;
    border-color: #049663;
    border: none;
    box-shadow: none;
  }

  .wpcf7 input.focus[type="submit"], 
  .wpcf7 input:focus[type="submit"]{
    color: #fff;
    background-color: #049663;
    border-color: #049663;
    box-shadow: none;
  }

	.wpcf7 .wpcf7-response-output{
		margin: 20px auto 0 auto;
		padding: 10px;
		max-width: 680px;
    border-radius: 0;
    height: auto;
    font-size: 14px;
	}

	.wpcf7 .wpcf7-validation-errors{
		border: 1px solid red;
	}

  .wpcf7 .wpcf7-not-valid-tip,
	span.wpcf7-not-valid-tip{
    color: red!important;
    width: 100%;
    margin-bottom: 10px;
	}

  div.wpcf7 .ajax-loader{
    position: relative;
    top: -32px;
    left: -24px;
    float: left;
    margin-bottom: -16px;
  }

	.coa-form img.ajax-loader{
		float: left;
	}

	.wpcf7 .your-stodbelopp{
		width: 20%;
		float: none;
		display: inline-block;
	}

	.wpcf7 .stodbelopp input[type="number"]{
		width: 100%;
	}

	.wpcf7 span.wpcf7-form-control-wrap{
		margin-top: 5px;
		margin-bottom: 10px;
		padding-right: 0;
	}

	.wpcf7-list-item-label{
		font-weight: bold;
	}

.shortnumber{
	display: inline-block;
	width: 20%;
}
.shortnumber span.wpcf7-form-control-wrap{
	padding-right: 0;
}
.redstar{
	color: red;
}
.fjaril:before {
    content: url('img/butterfly.jpg');
    padding-right: 10px;
}

/* Header */
#miljopriset-table .wp-caption.alignnone {
    margin: 0;
}

.donation-message-success,
.donation-message-error{
	text-align: center;
	padding: 20px 40px;
}

/* Menu */
.dl-submenu .current-menu-item{
	font-weight: bold;
}

.sf-menu > li > a{
    font-size: 15px;
    text-transform: uppercase;
}

/* Mobile menu */
.dl-menuwrapper button{
	width: 44px;
    height: 44px;
}
.dl-menuwrapper button:after{
	top: 10px;
}

/* Pages */
#omoss-bricks-wrapper,
#vanner-bricks-wrapper,
#gedittstod-bricks-wrapper,
#gedittstod-privat-bricks-wrapper,
#ansok-om-stod-bricks-wrapper{
	margin: 0 auto;
	overflow: auto;
	text-align: center;
}

#omoss-bricks-wrapper,
#gedittstod-privat-bricks-wrapper{
	max-width: 840px;
}

#vanner-bricks-wrapper,
#gedittstod-bricks-wrapper,
#ansok-om-stod-bricks-wrapper{
	max-width: 420px;
}

.page-brick{
	float: left;
	text-align: center;
}

.page-brick-fifth{
	clear: left;
}

.top-social-wrapper{
	display: none;
}

.ui-tooltip {
	padding: 10px 20px;
	background-color: #fff;
	z-index: 999;
	color: #3c3c3c;
	font-size: 14px;
	box-shadow: 0 0 7px black;
	max-width: 300px;
 }

.sidebar-left-item{
	background-color: #f0f0f0;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Bold for current menu items */
	.widget_nav_menu .current-menu-item, 
  .single .current_page_parent,
  .current-cat{
		font-weight: bold;
	}

.widget_nav_menu li ul li{
	font-weight: normal;
}

/* Start page */
	#startbox-sms{
		text-align: center;
	}
	.testimonial-content p {
    	font-size: 17px;
    	font-weight: bold;
	}
	    
/* Guestbook */
  .required{
    color: red;
  }
	.page-template-page-gastbok .comments-title,
	.page-template-page-gastbok .comment-metadata{
		display: none;
	}

	.page-template-page-gastbok  .comment-respond .comment-form-comment > textarea{
		width: 100%;
		margin-bottom: 10px;
	}

	.pressnytt-output a{
		font-size: 24px;
		line-height: 1.25;
		color: #666;
		border-bottom: 2px solid #00aa6f;
		font-weight: 600;
		font-family: 'Century Gothic', CenturyGothic, 'Muli', AppleGothic, sans-serif!important;
	}

	#cancel-comment-reply-link{
		color: red;
	}
  #wp-comment-cookies-consent{
    margin-top: 10px;
  }

/* Forskare and Miljöpriset */
	.forskare-item,
	.miljopriset-item{
		display: table;
		padding-top: 20px;
	}
	.forskare-item-inner,
	.miljopriset-item-inner{
		position: relative;
		display: table-cell;
	    width: 100%;
	    height: 100%;
		padding: 15px;
		background-color: #f0f0f0;
		border: 1px solid #dbdbdb;
		-webkit-box-shadow: 5px 4px 5px 2px rgba(219,219,219,0.66);
		-moz-box-shadow: 5px 4px 5px 2px rgba(219,219,219,0.66);
		box-shadow: 5px 4px 5px 2px rgba(219,219,219,0.66);
	}
	.forskare-item-inner .column-button,
	.miljopriset-item-inner .column-button{
		position: absolute;
    bottom: 15px;
	}
	.forskare-item .sc-image,
	.miljopriset-item .sc-image{
	    margin-bottom: 10px;
	}

  /* Fix that adds height of .column-button + added margin so absolute positioned button is not placed on top of .column-content */
  .forskare-item .last-element-before-button,
  .miljopriset-item .last-element-before-button{
      margin-bottom: 60px;
  }
	.forskare-item h4,
	.miljopriset-item h4{
		font-size: 18px;
		color: #969696;
		margin-bottom: 5px;
	}

/* Footer */
	#wrapper-footer{
		padding: 20px 0;
		background-color: #f0f0f0;
		border-top: 4px solid #00aa6f;
		color: #3c3c3c;
		float: left;
    	width: 100%;
	}
	.site-footer{
		padding: 20px 0 10px 0;
	}
	.footer-column{
		clear: both;
		padding-bottom: 20px;
	}
	.site-footer .menu{
		padding: 0;
		margin-bottom: 0;
	}
	.site-footer .menu-item{
    	width: 100%;
    	margin-bottom: 5px;
    }
    .site-footer .menu-item:last-child{
    	margin-bottom: 0;
    }
    .site-footer .menu-item a{
    	color: #fff;
    	padding: 10px 0;
    }
	.footer-wrapper {
	    border-top: 4px solid #00aa6f;
	}

	.footer-container {
	    padding-top: 40px;
	}
	#footer-widget-2{
		padding-bottom: 0;
		text-align: center;
	}
	.footer-social{
		color: #3c3c3c;
		margin-right: 5px;
		padding-bottom: 10px;
    	display: inline-block;
	}
	.footer-social .fa{
		font-size: 48px;
	}

/* Personal info Fancybox modal */
  .personal-info-wrapper{
    font-weight: bold;
    padding-top: 10px;
  }
  #personal-info{
    display: none;
    max-width: 600px;
  }
  .fancybox-close-small,
  .fancybox-close-small:active,
  .fancybox-close-small:hover,
  .fancybox-close-small:focus{
    background-color: transparent;
    border-color: transparent;
  }
  .fancybox-close-small{
    color: #fff;
    background: red;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .fancybox-button svg{
    color: #fff;
  }
  .fancybox-close-small:active, 
  .fancybox-close-small:hover, 
  .fancybox-close-small:focus{
    background-color: #bf0b0b;
  }
  .fancybox-close-small:hover::after{
    color: #fff;
    background: #049663;
  }
  .fancybox-slide > *{
    padding: 65px 30px 30px 30px;
  }
  
/* Cookie notice */
#cookie-notice{
  background-color: #505050!important;
}
	#cn-notice-text{
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 7px;
  display: block;
  clear: both;
	}

	#cookie-notice .button.wp-default{
    color: #fff;
		font-size: 14px!important;
		line-height: 1.25;
		text-shadow: none;
		border-radius: 0;
		padding: 0!important;
    background: transparent;
    border: none;
	}
  #cookie-notice .button.wp-default:hover{
    color: #fff;
    background: transparent;
    text-decoration: underline;
  }
	    
	#cookie-notice .button.wp-default#cn-accept-cookie{
		margin-left: 0!important;
		color: #00aa6f!important;
    background: transparent;
    border: none;
    font-weight: bold;
	}
  #cookie-notice .button.wp-default#cn-accept-cookie:hover{
    text-decoration: underline;
  }

@media (min-width: 459px){
	#page-wrapper,
	#wrapper-index,
	#single-wrapper,
  #wrapper-archive,
  #woocommerce-wrapper{
		margin-top: -15px;
	}
	#page-wrapper.hasslider,
	#wrapper-index.hasslider,
	#single-wrapper.hasslider,
  #wrapper-archive.hasslider,
  #woocommerce-wrapper.hasslider{
		margin-top: -35px;
	}
}
@media (max-width: 419px){
	.body-wrapper.coa-boxed-style{
    	max-width: 340px;
	}
}
@media only screen and (max-width: 1024px) {
	.sf-menu > li > a{
    	font-size: 14px;
    }
}
@media only screen and (max-width: 960px){
	.body-wrapper.coa-boxed-style{
	    max-width: 808px;
	}
	.page-brick{
		width: 50%;
	}
	.page-brick-fifth{
    	clear: none;
	}
	.header-contribute {
	    font-size: 14px;
	}
	#miljopriset-table .fourth{
		width: 48%;
	}
	#miljopriset-table .fourth:nth-child(2){
		margin-right: 0!important;
	}
}
@media only screen and (max-width: 600px){
  .header-contribute {
      font-size: 13px;
  }
}
@media only screen and (min-width: 767px){
	.header-top-left,
	.header-top-right{
		width: 50%;
	}
	#main-menu .dropdown-menu{
		border-color: #ccc;
	}
	.navbar-toggleable-md .navbar-nav .dropdown-menu{
    	position: absolute;
    }
    .navbar-nav .menu-item-has-children > .nav-link,
    .navbar-nav .dropdown-menu .menu-item-has-children > .nav-link{
    	padding: 10px;
    	background-color: transparent;
    }
    .navbar-nav .dropdown-menu .menu-item > .nav-link,
	.navbar-nav .dropdown-menu .menu-item-has-children > .nav-link,
	.navbar-nav .dropdown-menu .dropdown-menu .menu-item > .nav-link{
		margin-left: 0;
	}

	/* First level dropdown only */
		.navbar-nav > .menu-item > .dropdown-menu > .menu-item-has-children > .nav-link:after{
			display: inline-block;
	    width: 0;
	    height: 0;
	    margin-left: .3em;
	    vertical-align: middle;
	    content: "";
	    margin-top: -2px;
			border-top: 6px solid;
			border-right: 6px solid transparent;
			border-left: 6px solid transparent;
			-ms-transform: rotate(-90deg); /* IE 9 */
		  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		  transform: rotate(-90deg);
		}

	/* Second level dropdown only */
		.navbar-nav > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu{
			top: 0;
			left: 100%;
		}
    .subMenuIcon{ 
		display:none!important;
	}
	#main-menu .dropdown-toggle:after{
		content: "";
	}
	.menu-item{
		width: auto;
	}
	.navbar-brand{
		margin-right: 1rem;
	}
	#main-menu .dropdown-menu{
		min-width: 240px;
		width: auto;
		display: none;
	}
	.navbar-toggleable-md .navbar-toggler {
	    display: none;
	}
	.header-text,
	.header-socialmedia{
		display: inline-block;
	}
	.navbar-toggleable-md .navbar-collapse{
		display: inline-block;
		position: relative;
    	z-index: 99;
    	width: 100%;
	}
	.header-search{
		float: right;
	}
  #page-wrapper,
  #wrapper-index,
  #single-wrapper,
  #wrapper-archive,
  #woocommerce-wrapper{
    margin-top: -20px;
  }
	.owl-prev{
		left: 30px;
	}
	.owl-next{
		right: 30px;
	}
	#page-wrapper.hasslider,
	#wrapper-index.hasslider,
	#single-wrapper.hasslider,
  #wrapper-archive.hasslider,
  #woocommerce-wrapper.hasslider{
		margin-top: -25px;
	}
  #header-image,
  #header-image.hi-withbg{
    display: table;
    width: 100%;
    height: 160px;
    min-height: 140px;
  }
  #header-image.hi-withbg{
    background-color: #fff;
  }
  .header-image-wrapper{
    display: table-cell;
  }
  h1.page-title {
    font-size: 32px;
  }

  .sidebar-tothe-left{
    padding-left: 30px;
    padding-right: 0;
    float: right;
  }
  .sidebar-tothe-right{
    padding-left: 0;
    padding-right: 30px;
    float: left;
  }
  #left-sidebar{
    float: left;
    clear: none;
  }
  #right-sidebar{
    float: right;
    clear: none;
  }
}
@media only screen and (max-width: 767px){
	.body-wrapper.coa-boxed-style{
    	max-width: 460px;
	}
	.alignleft, .alignright{
		float: none;
	}
	ul.dropdown-menu{
		display: inline-block!important;
	}
	.hideSubmenu .dropdown-menu{
		display:none!important;
	}
	.header-image{
		height: 190px;
		padding-top: 70px;
	}
	h1.page-title-smaller{
		font-size: 30px;
	}
	.page .page-sidebar,
	#left-sidebar{
	    float: right;
	    clear: left;
	}
	.sidebar-both{
		padding-left: 0;
		padding-right: 0;
		float: left;
	}
	.mobile-full{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.content-wrapper{
		margin-top: 0;
	}

	.page-brick{
		float: left;
		width: 50%;
	}
	#wrapper-forskningsprojekt{
		width: 100%;
		text-align: center;
	}
	#vilkaviar-table .four{
		width: 100%;
	}
	.coa-form{
		padding: 20px;
	}

	.coa-form .fourth, .coa-form .three-fourths, .coa-form .half{
		width: 100%;
	}

	.with-sidebar-container .with-sidebar-content{
		width: 100%;
		float: left;
	}
	/* Forms */
	.stodbelopp input[type="text"], 
	.stodbelopp input[type="number"]{
		width: 30%;
	}

	/* Footer */
	.footer-column{
		width: 100%;
		clear: left;
		text-align: center;
	}
}
@media only screen and (max-width: 600px){
	.header-image{
		height: 120px;
		padding-top: 45px;
	}
	.pika-button {
	    width: 44px;
	    padding: 12px;
	}

	.pika-lendar{
		padding: 10px;
		font-size: 14px;
	}
	.coa-form .third,
	.coa-form .two-thirds,
	.pika-prev, 
	.pika-next,
	.sc-payment-btn{
		width: 100%;
	}
	.pika-next {
    	margin: 10px 0 10px 0;
	}
}
@media only screen and (max-width: 479px){
	#gdlr-responsive-navigation .dl-trigger {
    	top: 20%!important;
	}
	.pika-single{
		width: 96%;
		left: 2%!important;
	}
	#wrapper-forskningsprojekt .columns{
		width: 100%;
	}
}
@media (min-width: 576px){
	body{
		font-size: 16px;
	}
	input[type="text"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="email"], 
	input[type="password"], 
	select, 
	textarea{
		padding: 10px 15px;
	}
	.search-no-results .page-content input[type="text"],
	.search-no-results .page-content input[type="search"],
	.error-404 .page-content input[type="text"], 
	.error-404 .page-content input[type="search"]{
		width: 72%;
		margin-right: 3%;
		margin-bottom: 0;
	}
	.search-no-results .page-content .input-group-btn,
	.error-404 .page-content .input-group-btn{
		width: 25%;
	}
}
@media (min-width: 768px){
	input[type=submit], 
	input[type=reset], 
	.btn,
	.btn-primary{
		font-size: 15px;
		color: #ffffff;
	}
	#header-logo{
		max-height: 80px;
	}
	.navbar-left {
    	width: 15%;
    }
    .navbar-middle{
    	padding-top: 13px;
		width: 85%;
	}
	.navbar-right{
		width: 10%;
	}
	.menu-toggle{
		display: none;
	}
  #main-menu a{
    font-size: 14px;
  }
	.section {
    	padding: 30px 0 20px 0;
	}
  .topcontent-section{
    padding-bottom: 0;
  }
	.section-title{
    	padding-bottom: 20px;
	}

	/* Top slider */
		.top-slider{
	    	height: 500px;
	    	padding: 0;
	    }
	    .slide-box{
        padding: 10px;
	    	width: 100%;
	    }
		.slide-overlay .btn{
			margin-top: 30px;
		}
		.slide-title{
			font-size: 30px;
		}
		.slide-copy{
			font-size: 16px;
		}	    
	    .owl-theme .owl-nav{
			padding: 0 10px;
		}
		.owl-theme .owl-dots{
			top: -40px;
		}

  .content-area {
    padding-bottom: 20px;
  }
	.page-sidebar,
	#left-sidebar{
		padding-top: 20px;
	}
	.single .page-sidebar{
		padding-top: 0;
	}
	.page-title{
		font-size: 72px;
	}
	.single .page-sidebar,
	.page .page-sidebar{
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-footer{
		font-size: 15px;
		padding: 20px 0;
	}
	.footer-column{
		clear: none;
		padding-bottom: 0;
	}
}
@media (min-width: 960px){
	.right-logo{
		display: inline;
	}
	.navbar-middle{
		padding-top: 25px;
		width: 75%;
	}
	.widget input[type="text"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="email"],
	.widget input[type="password"]{
		width: 72%;
		margin-right: 3%;
	}
	.widget .input-group-btn{
		width: 25%;
	}
}
@media (min-width: 992px){
	.header-search{
		margin-top: 15px;
	}
	#main-menu a{
		font-size: 18px;
	}
	.navbar-toggleable-md .navbar-nav .nav-link {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}
@media (max-width: 992px){
	.timeline-list{
		margin: 0 20px;
	}
	#timeline ul li:nth-child(odd) div,
	#timeline ul li:nth-child(even) div{
    	left: 30px;
	}
	#timeline ul li div{
		width: 240px;
	}
	#timeline ul li:nth-child(even) div::before{
		right: auto;
    	left: -15px;
    	border-width: 8px 16px 8px 0;
    	border-color: transparent #f0f0f0 transparent transparent;
	}
}
@media (min-width: 1078px){
	.navbar-left {
    	width: 18%;
	}
	.navbar-middle{
		width: 70%;
	}
	.navbar-right{
		width: 12%;
	}
}
@media (min-width: 1600px){
	.navbar-middle{
		padding-top: 20px;
	}
	#main-menu li:last-child{
		margin-right: 0;
	}
	#main-menu a{
		font-size: 20px;
	}
}
  /** PDF forms **/
    .form-modal{
      display: none;
    }