/** Shopify CDN: Minification failed

Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 22:16 Expected identifier but found whitespace
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 22:78 Expected ":"
Line 23:19 Expected identifier but found whitespace
Line 23:21 Unexpected "{"
Line 23:30 Expected ":"
Line 23:84 Expected ":"
... and 39 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:featured-blog-full-remake (INDEX:20) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  
   .container{
    max-width: 1200px;
    width: 100%;
    /*margin-top: 150px;
    padding-top: 50px;*/
  }
  .container_items {
    width: 60%;
    margin: auto;
  }
  
  .container_items_heading{
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
    .container_items_heading_title {
    text-align: center;
      color: #dc90b6;
  }
  
  .container_items_news_list {
    width: 100%;
    margin: 50px 0;
  }
  .container_items_news_list_item {
    width: 100%;
    border-bottom: 1px solid;
  }
  .container_items_news_list_item_box {
    margin: 15px 0;
  }
  a {
    text-decoration: none;
  }
  a,a:hover,a:visited{
    color: inherit;
}
  
  .container_items_button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container_items_button_more {
    width: 30%;
    border: 1px solid;
    padding:20px;
    position: relative;
  }
  .container_items_button_more a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
  }
  .container_items_button_more_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
  }
  .container_items_button_more_text_detail {
    text-decoration: none;
  }
  {% comment %} .news-list{
    width: 100%;
  }
   .news-list-item{
     width: 80%;
    border-bottom: 1px solid #ccc;
  }
   .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
   .news-list-date{
    font-size: 12px;
    margin-right: 15px;
  }
   .news-list-category{
    font-size: 10px;
    color: #fff;
    background: #000;
    padding: 5px;
    margin-right: 15px;
  }
   .news-list-info{
    position: relative;
    top: -1px;
  }
   .news-list-title{
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }
  .button {
    width: 20%;
    backgroud-color: #000;
    margin-top: 15px;
  }
  .button-more {
    margin: auto;
  }{% endcomment %}
 {% comment %} @media screen and (max-width: 768px){
    #section-news-list .container{
      padding: 35px 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
  }{% endcomment %}
/* END_SECTION:featured-blog-full-remake */

/* START_SECTION:news_list (INDEX:58) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  
   .newslist{
    max-width: 1200px;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .newslist_items {
    width: 60%;
    margin: auto;
  }
  
  .newslist_items_heading{
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
    .newslist_items_heading_title {
    text-align: center;
    color: #dc90b6;
  }
  
  .newslist_items_news_list {
    width: 100%;
    margin: 50px 0;
  }
  .newslist_items_news_list_item {
    width: 100%;
    border-bottom: 1px solid;
  }
  .newslist_items_news_list_item_box {
    margin: 15px 0;
  }
  a {
    text-decoration: none;
  }
  a,a:hover,a:visited{
    color: inherit;
}
  
  .newslist_items_button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newslist_items_button_more {
    width: 30%;
    border: 1px solid;
    padding:20px;
    position: relative;
  }
  .newslist_items_button_more a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
  }
  .newslist_items_button_more_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
  }
  .newslist_items_button_more_text_detail {
    text-decoration: none;
  }
  .newslist_items_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .pagination_previous {
    margin-left: 10px;
  }
  .pagination_page {
    margin-left: 10px;
  }
  .pagination_next {
    margin-left: 10px;
  }
/* END_SECTION:news_list */