body.page-template-blog .filters {
  padding: 80px 0 50px;
}
body.page-template-blog .filters .container-terms h4 {
  margin-bottom: 1.5rem;
}
body.page-template-blog .filters .container-terms .terms {
  display: flex;
  justify-content: flex-start;
}
body.page-template-blog .filters .container-terms .terms .term {
  margin-right: 15px;
}
body.page-template-blog .filters .container-terms .terms .term > span {
  display: block;
  padding: 0.8em 1em;
  color: #BC955B;
  border: 2px solid #BC955B;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
}
body.page-template-blog .filters .container-terms .terms .term input[type=checkbox] {
  display: none;
}
body.page-template-blog .filters .container-terms .terms .term input[type=checkbox]:checked + span {
  background-color: #BC955B;
  color: #fff;
}
body.page-template-blog .penega-listing-post-container {
  margin: 80px -15px;
}
body.page-template-blog .penega-listing-post-container .items-container {
  width: 100%;
  min-height: 100px;
  position: relative;
}
body.page-template-blog .penega-listing-post-container .items-container .col {
  padding: 15px;
}
body.page-template-blog .penega-listing-post-container .single-post-vertical {
  width: 33.33%;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  body.page-template-blog .penega-listing-post-container .single-post-vertical {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-blog .penega-listing-post-container .single-post-vertical {
    width: 100%;
  }
}
body.page-template-blog .penega-listing-post-container .text-center {
  text-align: center;
}
body.page-template-blog .penega-listing-post-container .mt-5 {
  margin-top: 80px;
}
body.page-template-blog .penega-listing-post-container .load-more {
  display: inline-block;
  padding: 0.8em 1em;
  color: #BC955B;
  border: 2px solid #BC955B;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
body.page-template-blog .penega-listing-post-container .load-more:hover {
  background-color: #BC955B;
  color: #fff;
}
body.page-template-blog .loading {
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0);
  border-top: 3px solid #BC955B;
  border-bottom: 3px solid #BC955B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.single-post-vertical .image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  filter: grayscale(1);
}
.single-post-vertical .image a {
  display: block;
}
.single-post-vertical .image img {
  width: 100%;
  display: block;
}
.single-post-vertical .image + .information {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.single-post-vertical .information {
  border-radius: 15px;
  background: #fff;
  padding: 50px;
  font-size: 1.8rem;
}
.single-post-vertical .information h3 {
  color: #BC955B;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 1em;
  font-weight: 500;
  text-transform: initial;
  line-height: 1.1;
}
.single-post-vertical .information h3 a {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}
.single-post-vertical .information h3 a:hover {
  color: #000;
}
.single-post-vertical .information .excerpt {
  color: #171717;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
}
.single-post-vertical .information .buttons {
  text-align: center;
}
.single-post-vertical .more {
  display: inline-block;
  padding: 0.8em 1em;
  color: #BC955B;
  border: 2px solid #BC955B;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.single-post-vertical .more:hover {
  background-color: #BC955B;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  body.single-blog .content_inner > *:first-child {
    margin-top: 70px;
  }
}
body.single-blog .blog_header_photo {
  height: 500px;
  background-color: #333;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  body.single-blog .blog_header_photo {
    height: 300px;
  }
}
body.single-blog section {
  padding: 80px 0px 50px;
}
body.single-blog section.main-section {
  background-color: #F6F4F4;
}
body.single-blog section.main-section p {
  margin-bottom: 1em;
}
body.single-blog section.main-section .row {
  display: flex;
  margin: 0 -60px;
}
@media screen and (max-width: 1024px) {
  body.single-blog section.main-section .row {
    flex-direction: column;
  }
}
body.single-blog section.main-section .row > * {
  padding: 0 60px;
}
body.single-blog section.main-section .row .col {
  flex: 1;
}
body.single-blog section.main-section .post-content {
  font-size: 16px;
}
body.single-blog section.main-section .post-content .sharethis-inline-share-buttons {
  margin-top: 30px;
}
body.single-blog section.main-section .post-content .post-navigation__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}
body.single-blog section.main-section .post-content .post-navigation__container .post-navigation a {
  display: flex;
  align-items: center;
}
body.single-blog section.main-section .post-content .post-navigation__container .post-navigation.previous-article a img {
  margin-right: 20px;
}
body.single-blog section.main-section .post-content .post-navigation__container .post-navigation.next-article {
  margin-left: auto;
}
body.single-blog section.main-section .post-content .post-navigation__container .post-navigation.next-article a img {
  margin-left: 20px;
}
body.single-blog section.main-section .blog-content ul li {
  font-size: 16px;
}
body.single-blog section.main-section aside {
  border-left: 1px solid #171717;
}
@media screen and (max-width: 1024px) {
  body.single-blog section.main-section aside {
    border-left: 0;
    border-top: 1px solid #171717;
    margin-top: 60px;
    padding-top: 60px !important;
  }
}
body.single-blog section.main-section aside h2 {
  color: #BC955B;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body.single-blog section.main-section aside .single-post-vertical {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.single-blog section.main-section aside .single-post-vertical {
    width: 330px;
  }
}
body.single-blog section.main-section aside .single-post-vertical .information {
  padding: 35px;
}
body.single-blog section.main-section aside .single-post-vertical .information h3 {
  font-size: 25px;
}
body.single-blog section.main-section aside .single-post-vertical .information .excerpt {
  display: none;
}
body.single-blog section.main-section aside .single-post-vertical .information .more {
  font-size: 13px;
}
body.single-blog section .container {
  background: transparent;
}
body.single-blog section .btn {
  display: inline-block;
  padding: 0.8em 1em;
  color: #BC955B;
  border: 2px solid #BC955B;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}
body.single-blog h1 {
  font-size: 40px;
  color: #171717;
  font-weight: bold;
  margin-bottom: 1em;
}

.home .content {
  margin-top: -70px;
}

.content {
  margin-top: 0;
}

.breadcrumbs__container {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
