/* ---------------------------------------
	Variables and Mixins
--------------------------------------- */
/* ---------------------------------------
	Typography / Forms / Inputs / Buttons
--------------------------------------- */
/* ---------------------------------------
	Layout ( Header / Footer / Sidebar )
--------------------------------------- */
/* ---------------------------------------
	WPBakery ( Custom Classes / Default Modules )
--------------------------------------- */
/*** Archive Post Type Blog***/
body.post-type-archive-blog .blog-entry,
body.tax-region .blog-entry,
body.tax-category_blog .blog-entry,
body.tax-topic_blog .blog-entry {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }
  body.post-type-archive-blog .blog-entry .column-blog,
  body.tax-region .blog-entry .column-blog,
  body.tax-category_blog .blog-entry .column-blog,
  body.tax-topic_blog .blog-entry .column-blog {
    width: 72%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    body.post-type-archive-blog .blog-entry .column-blog .news-entry,
    body.tax-region .blog-entry .column-blog .news-entry,
    body.tax-category_blog .blog-entry .column-blog .news-entry,
    body.tax-topic_blog .blog-entry .column-blog .news-entry {
      width: 31%;
      margin-bottom: 30px;
      border: 1px solid #eee;
      margin-left: 20px; }
      body.post-type-archive-blog .blog-entry .column-blog .news-entry__image img,
      body.tax-region .blog-entry .column-blog .news-entry__image img,
      body.tax-category_blog .blog-entry .column-blog .news-entry__image img,
      body.tax-topic_blog .blog-entry .column-blog .news-entry__image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center; }
      body.post-type-archive-blog .blog-entry .column-blog .news-entry__title,
      body.tax-region .blog-entry .column-blog .news-entry__title,
      body.tax-category_blog .blog-entry .column-blog .news-entry__title,
      body.tax-topic_blog .blog-entry .column-blog .news-entry__title {
        font-family: "Muro";
        font-size: 16px;
        padding: 20px;
        color: #222; }
      body.post-type-archive-blog .blog-entry .column-blog .news-entry__content,
      body.tax-region .blog-entry .column-blog .news-entry__content,
      body.tax-category_blog .blog-entry .column-blog .news-entry__content,
      body.tax-topic_blog .blog-entry .column-blog .news-entry__content {
        font-size: 13px;
        padding: 0 20px 20px 20px;
        font-family: "Roboto"; }
      body.post-type-archive-blog .blog-entry .column-blog .news-entry__btn,
      body.tax-region .blog-entry .column-blog .news-entry__btn,
      body.tax-category_blog .blog-entry .column-blog .news-entry__btn,
      body.tax-topic_blog .blog-entry .column-blog .news-entry__btn {
        background-color: #ce3183;
        font-family: "Muro";
        letter-spacing: .03em;
        border-radius: 0;
        font-size: 16px;
        line-height: 1.65;
        color: #fff;
        padding: 7px 15px;
        margin: 0 0 20px 20px;
        display: inline-block;
        transition: .3s; }
        body.post-type-archive-blog .blog-entry .column-blog .news-entry__btn:hover,
        body.tax-region .blog-entry .column-blog .news-entry__btn:hover,
        body.tax-category_blog .blog-entry .column-blog .news-entry__btn:hover,
        body.tax-topic_blog .blog-entry .column-blog .news-entry__btn:hover {
          text-decoration: none;
          background-color: #f15922; }
  body.post-type-archive-blog .blog-entry .column-filter,
  body.tax-region .blog-entry .column-filter,
  body.tax-category_blog .blog-entry .column-filter,
  body.tax-topic_blog .blog-entry .column-filter {
    width: 25%;
    float: right;
    margin-left: 30px;
    padding: 15px 15px 45px;
    background: #008385;
    margin-bottom: 40px; }
    body.post-type-archive-blog .blog-entry .column-filter .form-search-wrp,
    body.tax-region .blog-entry .column-filter .form-search-wrp,
    body.tax-category_blog .blog-entry .column-filter .form-search-wrp,
    body.tax-topic_blog .blog-entry .column-filter .form-search-wrp {
      margin-bottom: 20px; }
      body.post-type-archive-blog .blog-entry .column-filter .form-search-wrp .form-title,
      body.tax-region .blog-entry .column-filter .form-search-wrp .form-title,
      body.tax-category_blog .blog-entry .column-filter .form-search-wrp .form-title,
      body.tax-topic_blog .blog-entry .column-filter .form-search-wrp .form-title {
        color: #ffffff;
        font-size: 28px;
        margin-bottom: 10px; }
    body.post-type-archive-blog .blog-entry .column-filter .search-wrp .cat-title,
    body.tax-region .blog-entry .column-filter .search-wrp .cat-title,
    body.tax-category_blog .blog-entry .column-filter .search-wrp .cat-title,
    body.tax-topic_blog .blog-entry .column-filter .search-wrp .cat-title {
      color: #ffffff;
      font-size: 28px;
      font-family: "Muro";
      margin: 20px 0;
      font-weight: 600;
      line-height: 1.4;
      clear: both; }
    body.post-type-archive-blog .blog-entry .column-filter .search-wrp .list-cat,
    body.tax-region .blog-entry .column-filter .search-wrp .list-cat,
    body.tax-category_blog .blog-entry .column-filter .search-wrp .list-cat,
    body.tax-topic_blog .blog-entry .column-filter .search-wrp .list-cat {
      display: block;
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      body.post-type-archive-blog .blog-entry .column-filter .search-wrp .list-cat a,
      body.tax-region .blog-entry .column-filter .search-wrp .list-cat a,
      body.tax-category_blog .blog-entry .column-filter .search-wrp .list-cat a,
      body.tax-topic_blog .blog-entry .column-filter .search-wrp .list-cat a {
        color: #ffffff;
        font-family: "Muro";
        letter-spacing: .03em;
        font-size: 16px;
        padding: 2px 10px;
        background: #F1591D;
        border-color: #F1591D;
        display: inline-block;
        float: left;
        margin: 0 3px 3px 0; }
        body.post-type-archive-blog .blog-entry .column-filter .search-wrp .list-cat a:hover,
        body.tax-region .blog-entry .column-filter .search-wrp .list-cat a:hover,
        body.tax-category_blog .blog-entry .column-filter .search-wrp .list-cat a:hover,
        body.tax-topic_blog .blog-entry .column-filter .search-wrp .list-cat a:hover {
          text-decoration: none; }

/*** Single Blogposts ***/
body.single-blog .page-header {
  display: flex;
  align-items: center;
  min-height: 400px; }

body.single-blog .header--cpt {
  display: block !important;
  margin-bottom: 40px;
  padding-top: 120px; }
  body.single-blog .header--cpt .page-header-title {
    font-size: 45px !important;
    font-family: "Muro";
    letter-spacing: .03em;
    line-height: 60px;
    color: #222; }

body.single-blog .blog-entry {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }
  body.single-blog .blog-entry .single-article {
    width: 72%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    body.single-blog .blog-entry .single-article .post-media img {
      width: 350px;
      height: 250px;
      object-fit: cover;
      object-position: center; }
    body.single-blog .blog-entry .single-article .post-meta {
      list-style: none;
      margin: 0 0 20px 0;
      display: flex;
      width: 100%; }
      body.single-blog .blog-entry .single-article .post-meta li {
        display: inline-block;
        margin-right: 20px; }
        body.single-blog .blog-entry .single-article .post-meta li a {
          color: #757575; }
    body.single-blog .blog-entry .single-article .related-post {
      width: 100%;
      float: left;
      margin-top: 40px; }
      body.single-blog .blog-entry .single-article .related-post__heading {
        letter-spacing: .03em;
        padding: 0 0 5px;
        border-bottom: 1px solid #e8e8e8;
        font-family: "Muro";
        line-height: 1.4;
        font-size: 1.231em;
        font-weight: 600;
        color: #222;
        margin: 0 0 20px; }
      body.single-blog .blog-entry .single-article .related-post .related-post-entry {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        body.single-blog .blog-entry .single-article .related-post .related-post-entry .news-entry {
          width: 31%;
          margin-right: 20px; }
          body.single-blog .blog-entry .single-article .related-post .related-post-entry .news-entry__image img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            object-position: center; }
          body.single-blog .blog-entry .single-article .related-post .related-post-entry .news-entry__title {
            font-family: "Muro";
            font-size: 16px;
            color: #222; }
          body.single-blog .blog-entry .single-article .related-post .related-post-entry .news-entry__content {
            font-size: 13px;
            padding: 0 20px 20px 0;
            font-family: "Roboto"; }
          body.single-blog .blog-entry .single-article .related-post .related-post-entry .news-entry__btn {
            background: none;
            font-family: "Muro";
            letter-spacing: .03em;
            border-radius: 0;
            font-size: 16px;
            line-height: 1.65;
            color: #000;
            display: block; }
            body.single-blog .blog-entry .single-article .related-post .related-post-entry .news-entry__btn:hover {
              text-decoration: none; }
  body.single-blog .blog-entry .column-filter {
    width: 25%;
    float: right;
    margin-left: 30px;
    padding: 15px 15px 45px;
    background: #008385;
    margin-bottom: 40px; }
    body.single-blog .blog-entry .column-filter .form-search-wrp {
      margin-bottom: 20px; }
      body.single-blog .blog-entry .column-filter .form-search-wrp .form-title {
        color: #ffffff;
        font-size: 28px;
        margin-bottom: 10px; }
    body.single-blog .blog-entry .column-filter .search-wrp .cat-title {
      color: #ffffff;
      font-size: 28px;
      font-family: "Muro";
      margin: 20px 0;
      font-weight: 600;
      line-height: 1.4;
      clear: both; }
    body.single-blog .blog-entry .column-filter .search-wrp .list-cat {
      display: block;
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      body.single-blog .blog-entry .column-filter .search-wrp .list-cat a {
        color: #ffffff;
        font-family: "Muro";
        letter-spacing: .03em;
        font-size: 16px;
        padding: 2px 10px;
        background: #F1591D;
        border-color: #F1591D;
        display: inline-block;
        float: left;
        margin: 0 3px 3px 0; }
        body.single-blog .blog-entry .column-filter .search-wrp .list-cat a:hover {
          text-decoration: none; }

body.single-blog .post-pagination {
  display: none; }

/* ---------------------------------------
	Grid Builder ( WPBakery )
--------------------------------------- */

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