html {
  -ms-text-size-adjust: 100%; // 2
  -webkit-text-size-adjust: 100%; // 2
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif; // 1
}
* {
font-weight: 400 !important;
}
@charset "UTF-8";
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Louis George Cafe Bold", sans-serif !important;
  font-weight: 400;
  color: rgba(65, 120, 128, 0.45);
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Louis George Cafe Bold", sans-serif !important;
  font-weight: 400;
  color: rgba(65, 120, 128, 0.45);
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Louis George Cafe Bold", sans-serif !important;
  font-weight: 400 !important;
  color: rgba(65, 120, 128, 0.45) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Louis George Cafe Bold", sans-serif !important;
  font-weight: 400;
  color: rgba(65, 120, 128, 0.45);
}

input, textarea {
 font-family: "Louis George Cafe Bold", sans-serif !important;
}
/* 
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute !important;
  left: -9999px;
}

[type=checkbox]:checked + span,
[type=checkbox]:not(:checked) + span {
  position: relative;
  min-height: 17px;
  padding-left: 30px;
  display: inline-block;
  color: #417880;
  cursor: pointer;
}

[type=checkbox]:checked + span:before,
[type=checkbox]:not(:checked) + span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #BBBABA;
  border-radius: 3px;
  background: #ffffff;
  box-sizing: border-box;
}

[type=checkbox]:checked:hover + span:before,
[type=checkbox]:not(:checked):hover + span:before {
  border: 2px solid #417880;
}

[type=checkbox]:checked + span:after,
[type=checkbox]:not(:checked) + span:after {
  content: "";
  width: 17px;
  height: 17px;
background: #417880 url('https://asthmatuner.se/wp-content/uploads/2019/11/white_check.svg') no-repeat center center;
background-size: 12px 8px;
  border: 1px solid #417880;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
vertical-align: middle;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
} */
/* [type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} */
/* [type=checkbox]:checked + span:after {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type=checkbox] + span span {
  padding-left: 20px;
} */
@media (max-width: 1024px) {
  [type=checkbox] + span span {
    padding-left: 10px;
  }
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute !important;
  left: -9999px;
}

[type=radio]:checked + span,
[type=radio]:not(:checked) + span {
  position: relative;
  min-height: 17px;
  padding-left: 30px;
  display: inline-block;
  color: #417880;
  cursor: pointer;
}

[type=radio]:checked + span:before,
[type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #BBBABA;
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
}

[type=radio]:checked:hover + span:before,
[type=radio]:not(:checked):hover + span:before {
  border: 2px solid #417880;
}

[type=radio]:checked + span:after,
[type=radio]:not(:checked) + span:after {
  content: "";
  width: 17px;
  height: 17px;
  border: 6px solid #417880;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

[type=radio]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type=radio] + span span {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  [type=radio] + span span {
    padding-left: 10px;
  }
}
.hero--blog {
  background: url("img/hero--blog.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.hero--blog h1 {
  padding: 170px 0 120px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .hero--blog h1 {
  font-size: 42px;
    padding: 100px 0 50px;
  }
}

.hero--post {
  background: url("img/hero--post.jpg") no-repeat top center;
  background-size: contain;
  color: inherit;
}
.hero--post h1 {
  padding: 140px 0 120px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
.hero--post {
  background: url("img/hero--post.jpg") no-repeat top center;
  background-size: 250%;
}
  .hero--post h1 {
    padding: 100px 20px 50px;
    font-size: 42px;
  }
}
@media (max-width: 480px) {
.hero--post .container--post .container_inner {
  width: 90%
}
  .hero--post h1 {
    padding: 100px 20px 50px;
    font-size: 42px;
  }
}

.container--blog {
  margin-top: -250px;
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .container--blog {
    margin-top: -150px;
  }
}
@media (max-width: 480px) {
  .container--blog {
    margin-top: -50px;
  }
}
.container--blog .blog_holder.masonry article.post {
  margin: 25px 0 !important;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.31);
  overflow: hidden;
}
.container--blog .blog_holder.masonry article.post .post_text .post_text_inner {
  padding: 25px 45px;
}
.container--blog .blog_holder.masonry article.post .post_text .post_text_inner .entry_title a {
  font-size: 20px;
  line-height: 32px;
}
.container--blog .blog_holder.masonry article.post .post_text .post_text_inner .post_excerpt {
  font-size: 14px;
  line-height: 24px;
  color: #4D4C4C;
}
.container--blog .blog_holder.masonry article.post .post_text .post_text_inner .post_info {
  color: #BBBABA;
  font-size: 12px;
  line-height: 24px;
}
.container--blog .filter_outer .filter_holder {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 1200px) {
  .container--blog .filter_outer .filter_holder {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.container--blog .filter_outer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.container--blog .filter_outer ul li {
  display: inline-block;
  min-width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 12px;
}
@media (max-width: 1200px) {
  .container--blog .filter_outer ul li {
    padding: 0 6px 6px;
  }
}
.container--blog .filter_outer ul li span {
  display: block;
  width: 100%;
  border: 2px solid #417880;
  border-radius: 25px;
  padding: 10px 15px;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container--blog .filter_outer ul li.active span {
 background-color: #417880;
color: #fff !important;
}
.container--blog .blog_load_more_button, .container--blog .blog_load_more_button_loading {
  text-align: center;
}
.container--blog .blog_load_more_button a, .container--blog .blog_load_more_button_loading a {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  border: 2px solid #417880;
  border-radius: 25px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  color: #417880;
}
.container--blog .blog_load_more_button a:hover, .container--blog .blog_load_more_button_loading a:hover {
  color: #fff;
}

.container--post {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .container--post .column1, .container--post .column2 {
    width: 100%;
  }
 .single-post .blog_single p {
   margin-bottom: 12px;
  }
.single-post .blog_single h2, .single-post .blog_single h3, .single-post .blog_single h4 {
   line-height: 1.71;
  }
}
.container--post .column1 > .column_inner {
  padding-right: 60px;
}
@media (max-width: 1000px) {
  .container--post .column1 > .column_inner {
    padding-right: 20px;
  }
}
.container--post .blog_holder article.post {
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.31);
  overflow: hidden;
}
.container--post .blog_holder article.post h4 {
    line-height: 1.5;
    margin: 5px 0 10px;
}
.container--post .blog_holder article.post .post_text .post_text_inner {
  padding: 25px 45px 45px;
}
@media (max-width: 480px) {
  .container--post .blog_holder article.post .post_text .post_text_inner {
  padding: 20px;
}
}
.container--post .blog_holder article.post .post_text .post_text_inner .entry_title {
  text-align: center;
  margin-bottom: 10px;
}
.container--post .blog_holder article.post .post_text .post_text_inner .post_info {
  color: #4D4C4C;
  text-align: center;
  margin-bottom: 30px;
}
.container--post .blog_holder article.post .post_text .post_text_inner p {
  color: #4D4C4C;
}
.container--post .blog_holder article.post .post_text .post_text_inner a {
  text-decoration: underline;
}

.post-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 768px) {
.container--post .blog_holder article.post .post_text .post_text_inner .post_info {
  margin-bottom: 15px;
}
  .post-buttons .widget_custom_html {
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .post-buttons .widget_custom_html {
    width: 100%;
  }
}
.post-buttons .button {
  display: inline-block;
  min-width: 248px;
  margin-right: 48px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .post-buttons .button {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
  }
}
.post-buttons .button--main:hover {
  color: #ffffff;
}

.related-post {
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.31);
  overflow: hidden;
  margin-bottom: 30px;
}
.related-post img {
  width: 100% !important;
}
.related-post--body {
  padding: 10px 50px 20px;
}
@media (max-width: 1200px) {
  .related-post--body {
    padding: 10px 15px 15px;
  }
}
.related-post--body .time {
  font-size: 12px;
  color: #BBBABA;
  text-transform: lowercase;
}
.related-post--body h4 {
  line-height: 30px;
}
.related-post--content {
  margin-top: 10px;
}
.related-post--content > * {
  color: #4D4C4C !important;
  font-size: 14px !important;
}

.post-social-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.31);
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 35px 35px;
  text-align: center;
}
@media (max-width: 1000px) {
  .post-social-block {
    padding: 15px;
  }
}
.post-social-block > *:not(span) {
  width: 100%;
  flex-shrink: 0;
}
.post-social-block p {
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .post-social-block p {
    margin-bottom: 10px;
  }
}
.post-social-block .fa-stack {
  margin: 0;
}

.recent-posts {
  padding: 150px 0;
}
@media (max-width: 1200px) {
  .recent-posts {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .recent-posts {
    padding: 50px 0;
  }
}
.recent-posts h2 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .recent-posts h2 {
    padding-bottom: 30px;
  }
}
.recent-posts .latest_post_holder > ul > li {
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.31);
  overflow: hidden;
  margin-bottom: 30px;
}
.recent-posts .latest_post_holder > ul > li .latest_post {
  padding: 10px 45px 20px;
}
@media (max-width: 1200px) {
  .recent-posts .latest_post_holder > ul > li .latest_post {
    padding: 10px 15px 15px;
  }
}
.recent-posts .latest_post_holder > ul > li .latest_post .post_infos {
  font-size: 12px;
  color: #BBBABA;
  text-transform: lowercase;
}
.recent-posts .latest_post_holder > ul > li .latest_post h4 {
  line-height: 30px;
}
.recent-posts .latest_post_holder > ul > li .excerpt {
  margin-top: 10px;
  color: #4D4C4C !important;
  font-size: 14px !important;
}

@font-face {
  font-family: "Louis George Cafe Bold";
  src: url("Louis-George-Cafe-Bold.eot?#iefix") format("embedded-opentype"), url("Louis-George-Cafe-Bold.ttf") format("truetype");
  font-style: normal;
}
body, h1, h2, h3, h4, h5, a, p, span, div {
  font-family: "Louis George Cafe Bold", sans-serif !important;
}

nav.mobile_menu > ul {
  border-top: 1px solid #eaeaea;
}

.header_bottom {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5) !important;
}
header:not(.centered_logo) .q_logo img {
 width: 219px !important;
}
.hero {
  min-height: 700px;
  box-sizing: border-box;
}
.hero:not(.hero--post) {
  color: #fff !important;
}
@media (max-width: 768px) {
  .hero {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 350px;
  }
}
.gradient>div {
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,0.75)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.hero--home {
  padding: 338px 0 140px;
}
.hero--home h2, .hero--home h1 {
  max-width: 540px;
  margin-bottom: 60px !important;
  font-size: 36px;
}
.hero--home .button {
  margin-right: 25px;
box-shadow: 0 2px 16px 0 rgba(0,0,0,0.25);
}
@media (max-width: 768px) {
  .hero--home {
    padding: 100px 0 25px;
  }
.hero--home h2, .hero--home h1 {
  margin-bottom: 250px !important;
  font-size: 30px;
}
.hero--home .button--white {
 border: 2px solid #417880;
background-color: #417880;
height: 38px;
    line-height: 38px;
    padding: 0 16px;
}
}
.home-background {
 background-position: center right !important;
}
@media (max-width: 600px) {
.hero--home h1 {
  font-size: 20px;
  line-height: 48px;
}
  .hero--home .button {
    margin: 0 auto 20px;
    display: block
  }
.hero--home .html-button-wrapper {
 max-width: 100%;
}
}

@media (max-width: 1000px) {
  header {
    position: absolute !important;
  }
 .header_bottom {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
 }
.header_bottom .container_inner {
 width: 100%;
}
header .container_inner .header_inner_left {
 padding: 0 25px;
}
.mobile_menu_button span {
 color: #fff !important;
}
.mobile_menu {
  background-color: #417880 !important;
 color: #fff !important;
 padding: 0 25px;
box-sizing: border-box;
}
nav.mobile_menu>ul {
 border: none !important;
}
nav.mobile_menu ul.sub_menu {
    display: block;
     border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
nav.mobile_menu ul.sub_menu li {
    margin: 0 !important;
}
nav.mobile_menu ul li {
 border: none !important;
}
nav.mobile_menu ul li a {
 color: #fff !important;
 font-size: 16px;
padding: 25px 0;
}
}
@media (max-width: 1140px) {
nav.main_menu>ul>li>a {
  padding: 0 10px;
}
}
.hero--parents {
  padding: 158px 0 400px;
}
.hero--parents h1 {
  max-width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hero--parents {
    padding: 100px 0 100px;
  }
.hero--parents h1 {
  max-width: 100%;
  margin-bottom: 0;
}
}
.hero--caregivers {
  padding: 158px 0 400px;
}
.hero--caregivers h1 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hero--caregivers {
    padding: 100px 0 100px;
  }
.hero--caregivers h1 {
  margin-bottom: 20px;
}
}
.hero--asthmatics {
  padding: 329px 0;
}
@media (max-width: 768px) {
  .hero--asthmatics {
    padding: 100px 0;
  }
}
.hero--about-us h1 {
  font-size: 60px;
  line-height: 90px;
  padding: 170px 0 120px;
}
@media (max-width: 768px) {
  .hero--about-us h1 {
    font-size: 36px;
line-height: 55px;
padding: 100px 0 50px;
  }
}
@media (max-width: 600px) {
  .hero--about-us h1 {
    font-size: 24px;
line-height: 55px;
padding: 100px 0 50px;
  }
}
.hero--about-us h3 {
  padding-bottom: 8px;
}
.hero--about-us img {
  display: inline-block;
  margin-bottom: 34px;
}
.hero--support {
  padding: 170px 0 500px;
}
@media (max-width: 768px) {
  .hero--support {
    padding: 100px 0;
  }
}
.hero--support h1 {
  font-size: 60px;
}
@media (max-width: 768px) {
  .hero--support h1 {
    font-size: 42px;
  }
}
.hero--what-is-asthma {
  padding: 163px 0 243px;
}
@media (max-width: 768px) {
  .hero--what-is-asthma {
    padding: 100px 0 50px;
  }
}
.hero--what-is-asthma h1 {
  font-size: 60px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .hero--what-is-asthma h1 {
    font-size: 42px;
  margin-bottom: 40px;
  }
}
.hero--what-is-asthma h4 {
  max-width: 880px;
  margin: 0 auto;
}
.hero--get-started {
  padding: 170px 0 420px;
}
@media (max-width: 768px) {
  .hero--get-started {
    padding: 100px 0;
  }
}
.hero--get-started h1 {
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero--get-started h1 {
    font-size: 42px;
  }
}
.hero--get-started * {
  color: #fff;
}
.hero h1, .hero h2 {
  color: #fff;
}

.home-column {
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
 .home-column {
    padding: 30px 0;
    width: 100%;
    margin-bottom: 30px;
    border: 3px solid rgba(65,120,128,.45);
    border-radius: 16px;
 }
 .home-column:last-child {
  margin-bottom: 0;
 }
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  border-radius: 25px;
  background-color: #fff;
  color: #417880;
  text-align: center;
  height: auto;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px 15px;
  border: 2px solid #417880;
}
.button--main {
  background-color: #417880;
  color: #fff;
}
.button--white {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.button--white:hover {
  color: #fff;
}
.button--center {
  display: block;
  margin: 0 auto;
}

.html-button-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 220px;
}

.get-started-button {
  display: inline-block;
  box-sizing: border-box;
  width: 166px;
  border-radius: 25px;
  background-color: #417880;
  color: #fff;
  text-align: center;
  height: auto;
  font-size: 16px;
  line-height: 1;
  padding: 7px 20px 8px;
  border: 2px solid #417880;
}
.get-started-button:hover {
  color: #fff;
}

.row--two-cal {
  margin-top: 100px;
}
.row--two-cal .full_section_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.row--two-cal:first-child {
  margin-top: 0;
}
.row--two-cal {
    margin-top: 60px;
}
.user-stories .row--two-cal {
    margin-top: 30px;
    padding: 30px 0;
    border: 3px solid rgba(65,120,128,.45);
    border-radius: 16px;
}
  .row--two-cal .full_section_inner {
    flex-flow: column;
  }
  .row--two-cal .full_section_inner .vc_single_image-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .row--two-cal--reverse .full_section_inner {
    flex-flow: column-reverse;
  }
}
.row--two-cal .text-block {
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .row--two-cal .text-block {
    padding: 0 20px;
  }
}
.row--two-cal .text-block img {
  margin-bottom: 50px;
}
.row--two-cal .text-block h4 {
  margin-bottom: 32px;
}
.row--two-cal .text-block blockquote {
  margin: 0 -50px 30px;
  padding: 0 20px;
}
.row--two-cal .text-block blockquote i {
  display: none;
}
.row--two-cal .text-block blockquote h5 {
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
.row--two-cal .text-block blockquote h5:before, .row--two-cal .text-block blockquote h5:after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.row--two-cal .text-block blockquote h5:before {
  content: "";
  left: 0;
  top: 0;
}
.row--two-cal .text-block blockquote h5:after {
  content: "";
  right: 5px;
  bottom: 0;
}
.row--two-cal--alt {
  margin-top: 0;
  margin-bottom: 100px !important;
}
.row--two-cal--alt:last-child {
  margin-bottom: 0 !important;
}
.row--two-cal--alt .text-block p {
  color: #4D4C4C;
  margin-top: 30px;
}
.row--two-cal--top .full_section_inner {
  display: block;
}
@media (max-width: 767px) {
.user-stories-row {
 margin-bottom: 50px !important;
}
.user-stories-row .text-block {
 padding-bottom: 30px;
}
.user-stories-row p {
 margin-top: 15px !important;
}
}
.pageable-container {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pageable-container {
    padding-top: 10px;
  }
}
.pageable-container h4 {
  color: #417880;
}
.pageable-container .vc_pagination-trigger {
  background-color: #fff !important;
  border: 2px #417880 solid !important;
}
.pageable-container .vc_pagination-trigger:hover {
  transform: scale(1.1);
}
.pageable-container .vc_active .vc_pagination-trigger {
  background-color: #417880 !important;
}
@media (max-width: 767px) {
  .pageable-container .vc_column-inner {
    margin-top: 20px;
  }
}
.pageable-container p, .pageable-container a {
  color: #333333 !important;
}

.section--how-it-works {
  border: 5px solid #417880;
  border-radius: 24px;
  padding: 40px 10px;
}
.section--how-it-works h2{
  margin-bottom: 56px !important;
}
@media (max-width: 360px) {
 .section--how-it-works, .section--caregivers-form {
  width: 90%;
  margin: 0 auto;
}
.section--how-it-works .button {
  box-sizing: border-box !important;
}
}
.section--how-it-works img {
  margin-bottom: 50px;
}
.section--how-it-works .button {
  margin-top: 50px;
}
@media (max-width: 768px) {
 .section--how-it-works .vc_col-sm-3 {
  width: 100%;
  padding-bottom: 20px;
}
.section--how-it-works img {
  margin-bottom: 20px;
  margin-top: 25px;
}
.section--how-it-works h2{
  margin-bottom: 16px !important;
}
.section--how-it-works .button {
  margin-top: 20px;
}
}

.section--caregivers-form {
  border: 5px solid #417880;
  border-radius: 24px;
  padding: 40px 10px 0;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .section--caregivers-form {
    margin-bottom: 50px;
  }
  .section--caregivers-form h2 {
    margin-bottom: 20px !important;
  }
}
.section--caregivers-form .full_section_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section--caregivers-form .full_section_inner {
    display: block;
  }
}
.section--caregivers-form .full_section_inner .wpb_column {
  padding-top: 60px;
}
@media (max-width: 767px) {
.section--caregivers-form .full_section_inner .wpb_column {
  padding-top: 40px;
}
}
.section--caregivers-form form.cf7_custom_style_1 {
  box-shadow: none !important;
}
@media (max-width: 768px) {
.section--caregivers-form {
  margin-bottom: 50px;
}
  .section--caregivers-form form.cf7_custom_style_1 {
  padding: 0;
}
}
.section--research {
  padding-bottom: 60px;
  margin-top: -200px;
}
@media (max-width: 1200px) {
  .section--research {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .section--research {
    margin-top: 0;
  }
}
.section--research h3 {
  padding-bottom: 80px;
}
.section--research img {
  margin: 100px 0 50px;
}
@media (max-width: 768px) {
.section--research {
 padding-bottom: 0;
}
.section--research img {
  margin: 30px 0 20px;
}
}
.section--team img {
  width: auto;
  max-height: 200px;
  margin-bottom: 34px;
  border-radius: 200px;
}
.section--team h3 {
  padding-bottom: 8px;
}
.section--team .vc_column-inner {
  padding-bottom: 120px;
}
.section--team .vc_col-sm-4 .vc_column-inner {
 padding-bottom: 0;
}
@media (max-width: 768px) {

.section--team .vc_col-sm-3 {
 width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.section--team .vc_col-sm-4 {
 width: 100%;
 display: flex;
  justify-content: center;
}
.section--team .vc_col-sm-4:first-child, .section--team .vc_col-sm-4:last-child {
  display: none;
}
.section--team .vc_col-sm-4 .vc_column-inner {
 width: 50%;
}
  .section--team .vc_column-inner {
    padding-bottom: 40px;
  }
}
.section--with-buddy {
  position: relative;
  top: 15px;
  z-index: 999 !important;
}
.section--with-buddy .section_inner_margin {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .section--with-buddy {
    top: 0;
  }
}

.section.section--user-instructions {
  padding-top: 170px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .section.section--user-instructions {
  padding-top: 70px !important;
width: 90%;
margin: 0 auto;
}
}
.section--what-is-asthma {
  margin-top: -120px;
  margin-bottom: 200px !important;
}
@media (max-width: 768px) {
  .section--what-is-asthma {
    margin-top: 0;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .section--what-is-asthma .wpb_text_column {
    margin-top: 30px;
    padding: 0 10px;
  }
}
.section--what-is-asthma .wpb_text_column {
  text-align: center;
}
.section--what-is-asthma .wpb_text_column .wpb_wrapper {
  display: inline-block;
  text-align: left;
}
.section--what-is-asthma li {
  color: #4D4C4C;
  margin-top: 24px;
  margin-left: 20px;
  list-style: none;
}
.section--what-is-asthma li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px #417880 solid;
  border-radius: 100%;
  margin-top: -5px;
  margin-left: -20px;
  margin-right: 10px;
}

.section--careportal-life-cycle {
 margin-top: 100px;
  margin-bottom: 200px;
}
.section--careportal-life-cycle .careportal-life-cycle > .full_section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .section--careportal-life-cycle .careportal-life-cycle > .full_section_inner {
    flex-direction: column;
  }
}
.section--careportal-life-cycle h2 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .section--careportal-life-cycle h2 {
    margin-bottom: 0 !important;
  }
}
.section--careportal-life-cycle p {
  margin-top: 30px;
  color: #417880 !important;
}
@media (max-width: 768px) {
.section--careportal-life-cycle {
 margin-top: 0;
 margin-bottom: 100px;
}
  .section--careportal-life-cycle p {
    margin-top: 0;
  }
}
.section--careportal-life-cycle .long-arrow img {
  margin-top: 20px;
  width: 85%;
}
@media (max-width: 1300px) {
  .section--careportal-life-cycle .long-arrow img {
    width: 77%;
  }
}
@media (max-width: 767px) {
  .section--careportal-life-cycle .small-arrow {
    margin: 40px 0;
  }
}
.section--careportal-life-cycle .small-arrow img {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .section--careportal-life-cycle .small-arrow img {
    margin-top: 0;
    transform: rotate(90deg);
  }
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
  max-width: 150px;
}

.full-width img, .full-width .vc_single_image-wrapper {
  width: 100% !important;
}

.support-columns {
  margin-top: -270px;
}
@media (max-width: 768px) {
  .support-columns {
    margin-top: 0;
  }
.support-columns .vc_col-sm-6 {
    width: 100%;
  }
}

.qode-accordion-holder .ui-accordion-header {
  margin-bottom: 16px;
  background: transparent !important;
  border-bottom: none;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title {
  display: inline-flex;
  padding: 0 12px 0 32px;
  width: 100%;
  height: auto;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title>* {
 display: block !important;
}
@media (max-width: 768px) {
  .qode-accordion-holder .qode-title-holder .qode-tab-title {
    padding: 0 10px;
  }
}
.qode-accordion-holder .qode-title-holder .qode-tab-title .fa {
  font-size: 50px;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark {
  display: none;
}
.qode-accordion-holder .ui-accordion-content {
  padding: 20px 32px !important;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  margin: 20px 0 32px;
}
form.cf7_custom_style_1 {
  padding: 20px 32px;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}
form.cf7_custom_style_1 span.wpcf7-list-item.first {
  margin-left: 0;
}
form.cf7_custom_style_1 .wpcf7-form-control.wpcf7-radio {
  display: flex;
}
form.cf7_custom_style_1 .wpcf7-form-control.wpcf7-radio > span {
  width: 50%;
}
@media (max-width: 768px) {
  form.cf7_custom_style_1 .wpcf7-form-control.wpcf7-radio {
  display: block;
}
form.cf7_custom_style_1 .wpcf7-form-control.wpcf7-radio > span {
  width: 100%;
}
span.wpcf7-list-item {
margin-left: 0 !important;
}
}
form.cf7_custom_style_1 input[type=submit] {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  margin: 30px auto 0 !important;
  max-width: 190px !important;
  border-radius: 25px !important;
  background-color: #417880 !important;
  border-color: #417880 !important;
  color: #ffffff !important;
  padding: 5px 20px !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.cf7_custom_style_1 input, form.cf7_custom_style_1 textarea {
  margin-top: 16px !important;
}
form.cf7_custom_style_1 .ajax-loader {
  display: block !important;
  margin: 10px auto 0 !important;
}
form.cf7_custom_style_1 a {
  text-decoration: underline;
}
form.cf7_custom_style_1 br {
  display: none !important;
}

.user-instructions-wrapper .full_section_inner {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .user-instructions-wrapper .full_section_inner {
    flex-direction: column;
  }
}
.user-instructions-wrapper .full_section_inner:before, .user-instructions-wrapper .full_section_inner:after {
  display: none;
}
.user-instructions-wrapper .full_section_inner .vc_column_container {
  float: none;
  width: 28%;
  padding: 60px 30px 20px;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-out;
}
@media (max-width: 768px) {
  .user-instructions-wrapper .full_section_inner .vc_column_container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .user-instructions-wrapper .full_section_inner .vc_column_container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.user-instructions-wrapper .full_section_inner .vc_column_container:hover {
  transform: scale(1.05);
}
.user-instructions-wrapper .full_section_inner img {
  margin-bottom: 35px;
}
.user-instructions-wrapper-other .full_section_inner {
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 768px) {
.user-instructions-wrapper-other {
  width: 90%;
  margin: 0 auto;
}
}
.user-instructions-wrapper-other .full_section_inner .vc_column-inner {
  padding: 0;
}
.user-instructions-wrapper-other .full_section_inner .qode-tab-title {
  padding: 0;
}
.user-instructions-wrapper-other .ui-accordion-content, .user-instructions-wrapper-other .ui-accordion-header {
  margin: 0;
}
.user-instructions-wrapper-other .ui-accordion-header .qode-tab-title {
  min-height: auto;
}
.user-instructions-wrapper-other a {
  color: #4D4C4C;
  text-decoration: underline;
  font-size: 16px;
}

.get-started-block {
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  padding: 65px 78px 50px;
  border: none;
  margin-bottom: 50px !important;
}
  .get-started-block .button {
  margin-bottom: 50px;
}  
.get-started-block h2{
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .get-started-block {
    padding: 20px 15px;
  }
  .get-started-block .button {
  margin-bottom: 30px;
  max-width: 300px;
  box-sizing: border-box !important;
}
}
.get-started-block--first {
  margin-top: -345px;
}
@media (max-width: 768px) {
  .get-started-block--first {
    margin-top: 0;
  }
}
.get-started-block p, .get-started-block li {
  line-height: 38px;
}
.get-started-block li {
position: relative;
  margin-left: 40px;
  list-style: none;
}
.get-started-block li:before {
  content: "";
position: absolute;
    left: -40px;
    top: 7px;
width: 20px;
height: 19px;
background: url('https://asthmatuner.se/wp-content/uploads/2019/11/iOS-Checkmark.svg') no-repeat center center;
background-size: 18px 12px;
color: #417880;
}

.footer_top .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
  display: inline-block;
}
.footer_top h5 {
  font-size: 20px;
}
@media (max-width: 600px) {
  .footer_top * {
    text-align: center;
  }
  .footer_top .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
    margin: 0 auto;
  }
}

.list-with-check-icons li {
  margin-left: 30px;
  list-style: none;
  display: flex;
  align-items: center;
}
.list-with-check-icons li h3 {
  display: inline-block;
  padding: 25px 0;
  flex: 1;
}
@media (max-width: 768px) {
 .list-with-check-icons li h3 {
  padding: 10px 0;
  line-height: 30px;
}
}
.list-with-check-icons li:before {
   content: "";
   width: 30px;
   height: 21px;
   background: url('https://asthmatuner.se/wp-content/uploads/2019/11/iOS-Checkmark.svg') no-repeat center center;
  display: inline-block;
  margin-top: -5px;
  margin-left: -25px;
  margin-right: 25px;
 padding: 0 10px;
  font-size: 24px;
}
.hide-section {
 display: none;
}
.quote {
 font-size: 50px;
 line-height: 0;
 vertical-align: middle;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    border-radius: 12px;
    background-color: #B65555;
    text-align: center;
    text-transform: inherit;
    padding: 20px 40px 20px 80px;
}
div.wpcf7-response-output.wpcf7-validation-errors:before {
    content: "";
   width: 36px;
   height: 36px;
   background: url('https://asthmatuner.se/wp-content/uploads/2019/11/info.svg') no-repeat center center;
   top: 50%;
    transform: translateY(-50%);
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-radius: 12px;
    background-color: #85BCA2;
    text-align: center;
    text-transform: inherit;
    padding: 20px 40px 20px 80px;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: "";
   width: 36px;
   height: 36px;
   background: url('https://asthmatuner.se/wp-content/uploads/2019/11/check.svg') no-repeat center center;
   top: 50%;
    transform: translateY(-50%);
}
/* #CybotCookiebotDialog, #CybotCookiebotDialogDetail {
background-color: #417880 !important;
color: #fff !important;
}
#CybotCookiebotDialogDetail {
padding-top: 10px !important;
}
#CybotCookiebotDialogBody {
    max-width: 1024px !important;
}
#CybotCookiebotDialogDetailBody {
    max-width: 1024px !important;
padding-left: 80px;
padding-right: 8px;
box-sizing: border-box;
}
#CybotCookiebotDialogBodyContentTitle {
color: #fff !important;
}
#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
color: #fff !important;
    background-image: url(https://asthmatuner.se/wp-content/themes/bridge-custom/css/img/content_menu_arrow.png) !important;
}
#CybotCookiebotDialogBodyButtonAccept {
    background-color: #fff !important;
    border-radius: 15px;
    border-color: transparent !important;
    color: #417880 !important;
    padding-top: 5px;
    padding-bottom: 6px;
}
#CybotCookiebotDialogDetailFooter {
    padding-top: 3px !important;
    padding-bottom: 4px !important;
} */
.wpml-ls-sidebars-footer_column_4 a {
background-color: #417880 !important;
border: none !important;
}

@media (max-width: 1023px) {
.header_bottom_right_widget_holder {
   position: fixed;
    display: block;
    right: 0;
    bottom: 50%;
    height: auto;
    padding: 0;
    transform: rotate(270deg);
}
.header_bottom_right_widget_holder .widget_text {
   transform: translateY(40px);
}
.header_bottom_right_widget_holder .get-started-button {
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px 30px;
    width: auto;
   box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.5)
}
#_hj_feedback_container {
    display: none;
}
}
.custom-section {
    margin-top: 72px;
    margin-bottom: 72px !important;
}
@media (max-width: 767px) {
  .custom-section {
    margin-top: 36px;
    margin-bottom: 36px !important;
    }
}
.ui-accordion-header i {
    transition: all 300ms ease-out;
}
.ui-accordion-header-active i {
      transform: rotate(180deg);
}
@media (max-width: 350px) {
  div.grid_section .section_inner{
    width: 85%;
  }
.q_logo a {
    left: -40%;
}
.button {
    padding: 15px 10px 15px;
}
}

.landing_page h1 {
  margin: 50px 0;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 45px;
}
.landing_page h2 {
  font-size: 42px;
  line-height: 1.5;
}
.landing_page h3, .landing_page h3 a{
  line-height: 1.5;
  font-size: 21px;
}
.landing_page h4{
  color: #4D4C4C;
  line-height: 1.5;
}
.landing_page-block .section_inner_margin {
 border-radius: 9px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.28);
  padding: 30px 0 40px;
  margin: 55px 0 0 0;
}
.landing_page-block-with-separator .section_inner_margin {
 position: relative;
}
.landing_page-block-with-separator .section_inner_margin:before {
 content: '';
 display: block;
 height: 100%;
 width: 0;
 border-left: 2.5px dashed #D2D2D2;
 position: absolute;
 top: 0;
 left: 75%;
}
.landing_page-block img {
  max-height: 154px;
  width: auto;
  margin: 0 0 25px 0;
}
.landing_page-block h5{
  font-size: 16px;
}
.landing_page-block p{
  font-size: 14px;
}
.landing_page-2_col_wrapper {
  margin-top: 75px;
  margin-bottom: 40px !important;
}
.landing_page-2_col_wrapper .section_inner_margin .section_inner_margin {
  padding: 0 140px;
}
.landing_page-2_col_wrapper .section_inner_margin .vc_column_container {
  display: flex;
  justify-content: center;
}
.landing_page-2_col_wrapper .section_inner_margin .section_inner_margin .vc_column_container>.vc_column-inner {
  max-width: 360px;
}
.landing_page-2_col_wrapper img {
  margin: 30px 0;
}
.landing_page-2_col_wrapper .qbutton, .landing_page-block-with-separator  .qbutton{
  border-radius: 3px;
  background-color: #E62427;
  border-color: #E62427;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: auto;
}
.landing_page-2_col_wrapper h2 {
 margin-bottom: 50px !important;
}
.recent-posts--with-buddy.recent-posts {
  padding: 5px 0 75px;
}
.landing_page .quote {
    font-size: 36px;
}
.landing_page-block-with-separator .vc_col-sm-3 .wpb_wrapper {
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.landing_page-block-with-separator .qbutton {
   min-width: 140px;
    text-align: center;
}

@media (max-width: 1024px) {
.landing_page-2_col_wrapper .section_inner_margin .section_inner_margin {
  padding: 0;
}
}
@media (max-width: 1000px) {
.page-template-landing_page header{
  position: relative !important;
  background-color: #417880;
}
.recent-posts--with-buddy.section--with-buddy .vc_col-sm-1 {
  width: 66%;
}
}
@media (max-width: 768px) {
.landing_page h2 {
  font-size: 24px;
  margin-bottom: 20px !important;
}
}
@media (max-width: 767px) {
.landing_page-block .section_inner_margin {
  padding-bottom: 0;
  margin-top: 25px;
}
.landing_page-block .vc_column-inner {
  padding-bottom: 40px;
}
.landing_page-2_col_wrapper {
  margin-bottom: 0px !important;
}
.landing_page-2_col_wrapper .section_inner_margin .section_inner_margin .vc_column_container>.vc_column-inner {
  max-width: 100%;
}
.landing_page-2_col_wrapper h2 {
 margin-bottom: 30px !important;
}
.landing_page-2_col_wrapper .qbutton {
  margin-bottom: 50px !important;
}
.landing_page-2_col_wrapper img {
    margin: 15px 0;
}
.landing_page-block-with-separator .section_inner_margin:before {
 display: none;
}
.landing_page-block-with-separator .vc_col-sm- 3 {
  position: relative;
}
.landing_page-block-with-separator .vc_col-sm-3:before {
 content: '';
 display: block;
 height: 0;
 width: 100%;
 border-top: 2.5px dashed #D2D2D2;
 position: absolute;
 top: -40px;
 left: 0;
}
.recent-posts--with-buddy.section--with-buddy .vc_col-sm-1 {
  width: 100%;
}
.landing_page h1 {
  font-size: 30px;
  margin: 0 0 20px;
}
.landing_page h3, .landing_page h3 a {
  font-size: 16px;
}
.landing_page .section_inner {
  width: 80% !important;
}
}

.post-comments-section {
    border-radius: 12px;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.31);
    overflow: hidden;
    padding: 0 45px 0;
    margin: 50px 0;
}
.post-comments-section input[type="text"], .post-comments-section textarea, .post-comments-section .comment {
   border-radius: 6px !important;
    background: #f6f6f6 !important;
}
.post-comments-section .comment input[type="text"], .post-comments-section .comment textarea {
    background: #fff !important;
}
.post-comments-section .column1>.column_inner {
    padding-right: 15px;
}
.post-comments-section .form-submit {
    text-align: left !important;
}
.post-comments-section .form-submit .submit {
    color: #417880 !important;
    border-color: #417880 !important;
}
.post-comments-section .form-submit .submit:hover {
    color: #fff!important;
}
.post-comments-section #cancel-comment-reply-link {
    color: #b65555;
}
@media (max-width: 480px) {
.post-comments-section {
    padding: 0 20px;
}
}

.button-careportal {
  background: #fff;
  color: #417880;
  width: auto;
  margin-left: 15px;
}
.button-careportal:hover {
  color: #417880;
}
@media (max-width: 1023px) {
.button-careportal {
  display: none;
}
}

.trees-banner {
  position: relative;
  background: #417880;
  padding: 15px 130px 15px 25px;
  color: #fff;
  z-index: 99999;
}
.trees-banner--mobile {
  display: block;
}
.trees-banner--desktop {
  display: none;
}
.trees-banner span {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.trees-banner a:not(.trees-banner-img-link){
    color: #fff;
    margin-left: 30px;
    text-decoration: underline;
}
.trees-banner .trees-banner-img-link{
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
}
.trees-banner-img {
    position: absolute;
    top: 0;
    right: 15px;
    background: #417880;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1000px) {
.trees-banner {
  margin-top: 85px;
  padding: 15px 130px 15px 45px;
 z-index: 109;
}
.trees-banner--mobile {
  display: none;
}
.trees-banner--desktop {
  display: block;
  padding: 20px 150px;
}
.trees-banner .trees-banner-img-link{
    width: 100px;
    height: 100px;
}
.trees-banner .trees-banner-img-link img{
    width: 100%;
}
.trees-banner-img {
  right: auto;
  left: 25px;

    width: 122px;
    height: 122px;
}
.trees-banner span {
  font-size: 16px;
  line-height: 30px;
}
.content.content_top_margin {
    margin-top: 0 !important;
}
}
.ccfic {
text-align: center;
}

/* TEMPORARY disable comments form */
.comment_form {
   display: none !important;
}