<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row {
  margin-right: -15px;
  margin-left: -15px;
}

.post{
  padding      : 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9d47b;
  position     : relative;
}
.post .text h2{
  color      : #282828;
  font-size  : 22px;
  line-height: 26px;
  font-weight: 600;
  margin     : 0 0 5px;
}
  .post .text p {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
  }
/*.post .text a.read_more{
  color         : #0f6071;
  font-size     : 12px !important;
  text-transform: uppercase;
  font-weight   : 700;
  border: 1px solid #0f6071;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  margin-top: 12px;
}
*/
  .post .text a.read_more {
    font-size: 11px;
    line-height: 35px;
    color: #1985A3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
    text-transform: uppercase;
    width: 125px;
    height: 38px;
    border: 1px solid #1985A3;
    margin: 30px 0 0 0;
  }

    .post .text a.read_more:hover {
      background: #1985A3;
      color: #ffffff;
      border: 1px solid #1985A3;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      height: 38px;
    }

.post .image{
  overflow: hidden;
  margin-bottom: 10px;
}
.post .image .image_wrap{
  display       : block;
  height        : 0;
  padding-bottom: 56.2%;
  width         : 100%;
  position      : relative;
  overflow: hidden;
}
.post .image img{
  position  : absolute;
  top:0;
  width:100%;
/*  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
*/  /*height    : 100%;*/
/*  height: auto;
  max-width:100%;
*/}

.post_archive .header{
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 50px;
  width: 100%;
}
.post_archive .header .title_wrap .title{
/*  font-family: "canada-type-gibson",sans-serif
*/}
.post_archive .header .title_wrap .title .main{
  font-weight: 200;
  font-size: 42px;
  line-height: 50px;
  color      : #3170b5;
  text-transform: uppercase;
}
.post_archive .header .title_wrap .title .text strong{
  font-weight: 600;
}
.post_archive .header .title_wrap .title .sub_title{
  font-size  : 20px;
  line-height: 25px;
  color      : #77cac8;
  margin-bottom: 10px;
}
.post_archive .header .title_wrap .title .text{
  color: #282828;
  font-size  : 15px;
  line-height: 20px;

}
@media (max-width:992px){
  .post_archive .header .title_wrap .title .text br{
    display: none;
  }
  .post_block{
    padding: 0;
  }


}
@media screen and (max-width: 768px) {
  .post .image img{
    height: auto;
    width: 100%;
  }
  .post_block .post .image{
    margin-bottom: 10px;
  }
}

.title_wrap {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 80em;
  padding: 0px 15px;
}

.k-listview {
  border: none !important;
}

.post_archive .row {
  margin-left: 64px;
  margin-right: 64px;
}

@media(max-width:576px){
  .post_archive .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}</pre></body></html>