@charset "utf-8";

DESKTOP {
}

.container_blog {
  width: 100%;
}

.content-blog {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 60px;
}
.content-blog img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.content-blog a {
  /* color: #7ebc03;
  text-decoration: none; */
}
.content-blog a:hover {
  /* color: #3d3d3d;
  text-decoration: none; */
}

.columns3-blog {
  width: 29.333%;
  clear: none;
  margin-right: 2%;
  float: left;
  margin-left: 2%;
  margin-bottom: 3%;
  min-height: 500px;
}
.columns3-blog h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.columns3-blog h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 12px;
    margin-bottom: 10px;
    text-transform: none;
}

.columns3-blog img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
  margin-top: 0px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.columns2-blog {
    width: 65%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 4%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.columns2-blog-sidebar {
  width: 31%;
  clear: none;
  position: relative;
  float: left;
}

.columns2-blog-sidebar ul {
  padding-right: 0px;
  padding-left: 0px;
}

.columns2-blog-sidebar li {
  list-style-image: none;
  margin-bottom: 15px;
  list-style-type: none;
  margin-left: 0px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.columns2-blog img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 4%;
}
.blog-button {
  color: #7ebc03;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border: 2px solid #7ebc03;
  background-color: #7ebc03;
  text-transform: uppercase;
}
.blog-button:hover {
  color: #ffffff !important;
}

/*!* Applies to index pages. *!*/
article.teaser {
  float: left;
  clear: both;
  width: 92%;
  padding: 15px 0;
}

article.teaser .thumbnail img {
  max-width: initial;
  float: left;
  clear: none;
  margin-right: 20px;
}

article.teaser .intro {
}

/*!* Page Navigation *!*/
nav.pagination {
  padding: 15px;
  text-align: center;
  clear: both;
}

nav.pagination h2 {
  display: none;
}

nav.pagination .page-numbers {
  display: inline-block;
  padding: 2px 6px;
  background: #0088cb;
  color: white;
  font-weight: bold;
  border: 1px solid #f89e1b;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

nav.pagination .page-numbers.current {
  background: white;
  color: #7ebc03;
  font-weight: bold;
}

nav.pagination .page-numbers.prev {
  display: none;
}

nav.pagination .page-numbers.next {
  display: none;
}

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

  .columns2-blog {
    width: 100%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .columns2-blog-sidebar {
    width: 100%;
    clear: none;
    position: relative;
    float: left;
  }

  .columns3-blog {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-left: 0%;
    margin-bottom: 40px;
    min-height: 0px;
  }
  .columns3-blog h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
}
