

  .blog_post {
        background-color: white;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
        border-radius: 2px;
  }  
  
  .blog_video {
        background-color: white;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
        border-radius: 2px;         
  }    
  
  .blog_quote {
        background-color: white;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
        border-radius: 2px;         
  }  

  .blog_image {
        background-color: white;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
        border-radius: 2px;         
  }  


  .blog_control {
    width: 18%;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    min-width: 250px;
  }

@media ( min-width: 1601px ) {

  
  main {
    width: 1600px;
    margin: auto;
  }

  /* -- [ BLOG WRAPPER ] -- */

  .blog_wrapper {
    padding: 100px 75px 100px 75px;
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(242,242,242);
  }
  
  .blog_content {
    width: 100%;
    display: flex;
    display: -webkit-flex;
  }


  .blog_view {
    padding: 3%;
    width: 100%;
    height: 100%;
	max-width: 1300px;
	margin: 0 auto;
  }
  
  #post_table {
    position: relative;
    min-width: 350px;
    
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  

  
  .blog_control_wrapper {
    height: 100%;
    width: 100%;
    
    display: flex;
    flex-direction: column;
    
    display: -webkit-flex;
    -webkit-flex-direction: column;
  }
  
  .control_wrapper_photo {
    width: 100%;
    background-position: center;
    background-size: cover;
    /* border-radius: 50%; */
  }
  
  .control_wrapper_photo:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
    
  .news_article_art {
    text-align: justify;
	margin: 15px 0px 20px 0;
  }
  
  .photo_blog {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* -- [ CATEGORY ] ---------------------------------------------------------- */
  
  .control_wrapper_section {
    width: 100%;
    margin-top: 25px;
  }
  
  .wrapper_section_titlebox {
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .titlebox_title {
    color: rgb(28,28,28);
    background-color: rgb(242,242,242);
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    padding: 0 15px 0 15px;
    z-index: 1;
  }
  
  .titlebox_line {
    left: 0;
    top: 12px;
    position: absolute;
    width: 100%;
    border-top: 1px solid rgb(220,220,220);
  }
  
  .wrapper_section_content {
    width: 100%;
    margin: 20px 0 0 0;
  }
  
  .content_tag {
    display: inline-block;
    padding: 8px 18px 8px 18px;
    background-color: rgb(250, 68, 82);
    font-size: 12px;
    margin-bottom: 5px;
    color: rgb(255,255,255);
  }
  
  .content_tag:hover {
    background-color: rgb(250 ,38, 52);
  }
  
  /* -- [ YEAR SEARCH ] ----------------------------------------------------- */

  .section_content_year {
    width: 100%;
    padding: 0 0 5px 0;
  }
  
  .content_year {
    width: 100%;
    
    display: flex;
    align-items: center;
    
    display: -webkit-flex;
    -webkit-align-items: center;
  }
  
  .arrow {
    height: 30px;
    width: 30px;
    background-color: rgb(230,230,230);
    border-radius: 50%;
    background-image: url('img/arrow.png');
    background-position: center;
    background-size: cover;
  }
  
  .arrow:hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  }
  
  .arrow:active {
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
  }
  
  .cont_year {
    color: rgb(28,28,28);
    font-weight: bold;
    margin-left: 10px;
    font-size: 18px;
  }
  
  .content_month {
    width: 100%;
    padding: 5px 0 5px 0;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
  }
  
  .month_row {
    width: 100%;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    
    display: flex;
    align-items: center;
    
    display: -webkit-flex;
    -webkit-align-items: center;
  }
  
  .month_disc {
    height: 16px;
    width: 16px;
    background-image: url('../../img/disc.png');
    background-position: center;
    background-size: cover;
  }
  
  .month_cont {
    color: rgb(28,28,28);
    font-size: 14px;
  }
  
  /* -- [ FREE SEARCH ] ----------------------------------------------------- */
  
  .search_tbox {
    width: 100%;
    background-color: rgb(255,255,255);
    margin: 20px 0 0 0;
    border: 1px solid rgb(220,220,220);
    
    display: flex;
    align-items: center;
    
    display: -webkit-flex;
    -webkit-align-items: center;
  }
  
  .search_text {
    width: 100%;
    border: 0;
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px 10px 15px;
    line-height: 20px;
  }

}


