<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-blog-single, #main-content{float: left; width: 100%; padding: 80px 0;}
.blog-post {
  width: 100%;
  float: left;
}
.blog-post .post-content {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.blog-post .post-content .blog-post-format {
  width: 100%;
  float: left;
  position: relative;
}
.blog-post .post-content .blog-post-format figure {
  width: 100%;
  float: left;
}
.blog-post .post-content .blog-post-format figure img {max-width: 100%}
.blog-post .post-content .blog-post-format figure .overlay {
  height: 100%;
  width: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-post .post-content .blog-post-format figure .overlay span {
  border: 4px solid rgba(255, 255, 255, 0.9);
  float: left;
  height: 100%;
  opacity: 0.9;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-post .post-content .blog-post-format figure .hover {
  top: 50%;
  position: absolute;
  left: 50%;
  opacity: 0;
}
.blog-post .post-content .blog-post-format figure .hover a {
  color: #fff;
  font-size: 30px;
}
.blog-post .post-content .blog-post-format figure:hover .overlay {
  padding: 0;
  opacity: 1;
}
.blog-post .post-content .blog-post-format figure:hover .overlay span {background: #a9aa39}
.blog-post .post-content .blog-post-format figure:hover .hover {opacity: 1}
.blog-post .post-content .blog-post-format .blog-meta-date, .blog-post .post-content .blog-post-format .post-single-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #a9aa39;
  width: 66px;
  height: 85px;
  z-index: 10;
}
.blog-post .post-content .blog-post-format .blog-meta-date span, .blog-post .post-content .blog-post-format .post-single-date span {
  float: left;
  width: 100%;
}
.blog-post .post-content .blog-post-format .blog-meta-date span strong, .blog-post .post-content .blog-post-format .post-single-date span strong {
  font-size: 27px;
  font-weight: 300;
  padding: 10px 0;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
}
.blog-post .post-content .blog-post-format .blog-meta-date span i, , .blog-post .post-content .blog-post-format .post-single-date span i {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 6px 0;
  background: #858620;
}
.blog-post .post-content .blog-post-format .background {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 66px;
  height: 86px;
  padding: 4px;
  z-index: 10;
}
.blog-post .post-content .blog-post-format .background span {
  border: 2px solid rgba(255, 255, 255, 0.9);
  float: left;
  height: 100%;
  opacity: 0.9;
  width: 100%;
}
.blog-post .post-content h3 {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.blog-post .post-content h3 a {
  color: #a9aa39;
  font-size: 30px;
  font-weight: 400;
  -webkit-transition: all 0.41s ease-in-out 0s;
  -moz-transition: all 0.41s ease-in-out 0s;
  -ms-transition: all 0.41s ease-in-out 0s;
  -o-transition: all 0.41s ease-in-out 0s;
  transition: all 0.41s ease-in-out 0s;
}
.blog-post .post-content h3 a:hover {color: #858620}
.blog-post .post-content .post-meta-link, .blog-list .post-content .post-meta-link {
  float: left;
  width: 100%;
}
.blog-post .post-content .post-meta-link span, .blog-list .post-content .post-meta-link span{margin-right: 15px;}
.blog-post .post-content .post-meta-link span i, .blog-list .post-content .post-meta-link span i {
  font-size: 12px;
  color: #bbb;
}
.blog-post .post-content .post-meta-link span a, .blog-list .post-content .post-meta-link span a {
  font-size: 12px;
  text-transform: uppercase;
}
.blog-post .post-content .post-meta-link span a:hover, .blog-list .post-content .post-meta-link span a:hover {color: #a9aa39}

.blog-post .post-content p {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 23px;
}
.recent-post {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.recent-post h4 {
  width: 100%;
  padding: 20px 0;
}
.recent-post h4 a {
  color: #a9aa39;
  font-weight: 500;
  font-size: 18px;
}
.recent-post ul {
  float: left;
  width: 100%;
  padding: 0px;
  list-style-type: none;
}
.recent-post ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  margin-bottom: 16px;
}
.recent-post ul li figure {
  float: left;
  margin-right: 15px;
}
.recent-post ul li figure img {display: block}
.recent-post ul li a {
  font-size: 17px;
  line-height: 17px;
  color: #909090;
  display: block;
}
.recent-post ul li a:hover {color: #a9aa39}
.recent-post ul li i {
  color: #c9c9c9;
  display: block;
  font-size: 11px;
}
.popular-post {
  float: left;
  width: 48%;
}
.popular-post h4 {
  width: 100%;
  padding: 20px 0;
}
.popular-post h4 a {
  color: #a9aa39;
  font-weight: 500;
  font-size: 18px;
}
.popular-post ul {
  float: left;
  width: 100%;
  padding: 0px;
  list-style-type: none;
}
.popular-post ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  margin-bottom: 16px;
}
.popular-post ul li figure {
  float: left;
  margin-right: 15px;
}
.popular-post ul li figure img {display: block}
.popular-post ul li a {
  font-size: 17px;
  line-height: 17px;
  color: #909090;
  display: block;
}
.popular-post ul li a:hover {color: #a9aa39}
.popular-post ul li i {
  color: #c9c9c9;
  display: block;
  font-size: 11px;
}
#masonry-blog {
  float: left;
  width: 100%;
}
#masonry-blog .item {width: 31.7%}
#masonry-blog .item .post-content {
  width: 100%;
  float: left;
}
#masonry-blog .item .post-content .blog-post-format {
  width: 100%;
  float: left;
}
#masonry-blog .item .post-content .blog-post-format figure {
  width: 100%;
  position: relative;
  float: left;
}
#masonry-blog .item .post-content .blog-post-format figure:hover .overlay {
  opacity: 1;
  padding: 0;
}
#masonry-blog .item .post-content .blog-post-format figure:hover .overlay span {background-color: #a9aa39}
#masonry-blog .item .post-content .blog-post-format figure .hover {
  float: left;
  left: 0;
  margin-top: -40px;
  min-height: 120px;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#masonry-blog .item .post-content .blog-post-format figure .hover &gt; span {
  float: left;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#masonry-blog .item .post-content .blog-post-format figure .hover &gt; span i {
  color: #fff;
  font-size: 48px;
}
#masonry-blog .item .post-content .blog-post-format figure:hover .hover &gt; span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
#masonry-blog .item .post-content .blog-post-format figure img {max-width: 100%}
#masonry-blog .item .post-content .title-post {
  float: left;
  width: 100%;
}
#masonry-blog .item .post-content .title-post h3 {
  float: left;
  width: 100%;
}
#masonry-blog .item .post-content .title-post h3 a {
  float: left;
  color: #a9aa39;
  font-size: 28px;
  padding: 20px 0 15px 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#masonry-blog .item .post-content .title-post h3 a:hover {color: #858620}
#masonry-blog .item .post-content .meta {
  float: left;
  width: 100%;
}
#masonry-blog .item .post-content .meta ul {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#masonry-blog .item .post-content .meta ul li {
  float: left;
  margin-right: 15px;
}
#masonry-blog .item .post-content .meta ul li i {
  font-size: 14px;
  color: #808080;
}
#masonry-blog .item .post-content .meta ul li a {color: #606060}
#masonry-blog .item .post-content .meta ul li a:hover {color: #1c1c1c}
.blog-grid {
  float: left;
  text-align: center;
  width: 100%;
}
.blog-post-item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.blog-grid-title h4{min-height: 60px;}
.blog-grid-title h4 a{line-height: 30px;}
.blog-post-item &gt; img {width: 100%}
.blog-post-item .blog-meta-date {
  width: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 3px;
  z-index: 1;
  border: 2px solid #a9aa39;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-post-item:hover .blog-meta-date {
  opacity: 0;
  padding: 0;
  width: 0;
}
.blog-post-item .blog-meta-date &gt; span {
  float: left;
  width: 100%;
  position: relative;
}
.blog-post-item .blog-meta-date span:before {
  background: #a9aa39;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.blog-post-item .blog-meta-date i {
  color: #fff;
  float: left;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  padding:4px 0;
  background: #858620;
}
.blog-post-item .blog-meta-date strong {
  color: #fff;
  float: left;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}
.blog-title {
  background: none repeat scroll 0 0 #fff;
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-top: -30px;
  padding: 30px 10px;
  position: relative;
  z-index: 1;
}
.blog-title &gt; i {
  float: left;
  font-family: roboto slab;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.blog-title h4 {
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.blog-title h4 a {color: #505050}
.blog-title &gt; p {
  color: #8b8b8b;
  float: left;
  font-family: roboto slab;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
}
.blog-grid-img {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 270px;
}
.blog-grid-img &gt; img {width: 100%}
.blog-hover {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-post-item:hover .blog-hover {
  opacity: 1;
  padding: 10px;
}
.blog-hover-wrap {
  float: left;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
  border: 3px solid rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.blog-hover-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #a9aa39;
  opacity: 0.95;
  z-index: -1;
}
.blog-hover-wrap i {
  position: absolute;
  left: 47%;
  top: 45%;
  color: #fff;
  font-size: 18px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-post-item:hover .blog-hover-wrap i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
.blog-list {
  width: 100%;
  float: left;
}
.blog-list .post-content {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  border-bottom: 2px solid #cecece;
  padding-bottom: 50px;
}
.blog-list .post-content.sticky{text-align: left; border: 1px solid #a9aa39;}
.blog-list .post-content.sticky .blog-post-top{padding: 0 20px; overflow: hidden;}
.blog-list .post-content .blog-post-format {
  width: 100%;
  float: left;
  position: relative;
}
.blog-list .post-content .blog-post-format figure {
  width: 100%;
  float: left;
}
.blog-list .post-content .blog-post-format figure img {max-width: 100%}
.blog-list .post-content .blog-post-format figure .overlay {
  height: 100%;
  width: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-list .post-content .blog-post-format figure .overlay span {
  border: 4px solid rgba(255, 255, 255, 0.9);
  float: left;
  height: 100%;
  opacity: 0.9;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-list .post-content .blog-post-format figure .hover {
  top: 50%;
  position: absolute;
  left: 50%;
  opacity: 0;
}
.blog-list .post-content .blog-post-format figure .hover a {
  color: #fff;
  font-size: 30px;
}
.blog-list .post-content .blog-post-format figure:hover .overlay {
  padding: 0;
  opacity: 1;
}
.blog-list .post-content .blog-post-format figure:hover .overlay span {background: #a9aa39}
.blog-list .post-content .blog-post-format figure:hover .hover {opacity: 1}
.blog-list .post-content .blog-post-format .blog-meta-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #a9aa39;
  width: 66px;
  height: 85px;
}
.blog-list .post-content .blog-post-format .blog-meta-date span {
  float: left;
  width: 100%;
}
.blog-list .post-content .blog-post-format .blog-meta-date span strong {
  font-size: 27px;
  font-weight: 300;
  padding: 10px 0;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
}
.blog-list .post-content .blog-post-format .blog-meta-date span i {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 6px 0;
  background: #858620;
}
.blog-list .post-content .blog-post-format .background {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 66px;
  height: 86px;
  padding: 4px;
}
.blog-list .post-content .blog-post-format .background span {
  border: 2px solid rgba(255, 255, 255, 0.9);
  float: left;
  height: 100%;
  opacity: 0.9;
  width: 100%;
}
.blog-list .post-content .blog-post-top &gt; h3 {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.blog-list .post-content .blog-post-top &gt; h3 a {
  color: #a9aa39;
  font-size: 30px;
  font-weight: 400;
  -webkit-transition: all 0.41s ease-in-out 0s;
  -moz-transition: all 0.41s ease-in-out 0s;
  -ms-transition: all 0.41s ease-in-out 0s;
  -o-transition: all 0.41s ease-in-out 0s;
  transition: all 0.41s ease-in-out 0s;
}
.blog-list .post-content &gt; h3 a:hover {color: #858620;}
.blog-list .post-content .blog-post-top .bl-content blockquote{
  float: left;
  width: 100%;
  overflow: hidden;
}
.blog-list .post-content .blog-post-top .bl-content{float: left; width: 100%;}
.blog-list .post-content .blog-post-top .bl-content p {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
}</pre></body></html>