/* Version: 1.1 */
/* This file will hold all the media query used to handle fonts and images rsponsiveness*/

/* Note: These media queries below is intended for minor adjustments and will not interfere with major layout or comments*/

.image-border-thumbnail {
  height: 350px;
  width: 100% !important;
  width: 100%; 
 
}

#imageHolder {
 width: 1200px !important;
 height: 800px !important; 
 object-fit: fill !important; 
 border: 1px solid black; 
 border-radius: 5px;
}

#textlogo{
  font-size:24px;
  padding-left:30px;
}

@media (min-width: 1180px) {
  .header-container {
    height: 120px;
  }
  .logo {
    width: 330px;
    margin-left: 30px;
  }

  .tags {
    padding: 1% 3%;
  }
  #imageHolder {
    width: 1200px !important;
    height: 800px !important; 
    object-fit: fill !important; 
    border: 1px solid black; 
    border-radius: 5px;
   }
}

@media (max-width: 1670px) {
  .header-container {
    height: 120px;
  }
  .image-border {
    width: 350px !important;
    height: 233.33px !important;
  }
  .image-border-thumbnail {
    height: 350px;
    width: 100% !important;
  }

  .pickup-border {
    width: 340px !important;
    height: 226.67px !important;
  }
  #imageHolder {
    width: 900px !important;
    height: 600px !important; 
    border: 1px solid black; 
	object-fit: fill !important; 
    border-radius: 5px;
   }
}

@media (max-width: 1550px) {
  .image-border {
    width: 320px !important;
    height: 213.33px !important;
  }

  .pickup-border{
    width: 320px !important;
    height: 213.33px !important;
  }
  
}

@media (max-width: 1500px) {
  .header-container {
    height: 120px;
  }
  .image-border-thumbnail {
    height: 300px;
    width: 100% !important;
  }

  .image-border {
    width: 300px !important;
    height: 200px !important;
  }
  #imageHolder {
    width: 730px !important;
    height: 486.67px !important; 
    border: 1px solid black; 
	  object-fit: fill !important; 
    border-radius: 5px;
   }

   .pickup-border {
   width: 310px !important;
   height: 226.67px !important;
   }
}

@media (max-width: 1400px) {
  #imageHolder {
    width: 630px !important;
    height: 420px !important; 
    border: 1px solid black; 
	  object-fit: fill !important; 
    border-radius: 5px;
   }
  .header-container {
    height: 120px;
  }

  .image-border {
    width: 240px !important;
    height: 160px !important;
  }

  .image-border-thumbnail {
    height: 290px;
    width: 100% !important;
  }

  .pickup-border {
    width: 270px !important;
    height: 180px !important;
  }
}

@media (max-width: 1280px) {

  .header-container {
    height: 120px;
  }
  .article-title {
    font-size: 1rem;
  }

  .image-border {
    width: 230px !important;
    height: 153.33px !important;
  }

  .pickup-border {
    width: 230px !important;
    height: 153.33px !important;
  }

  .image-border-thumbnail {
    height: 250px;
    width: 100% !important;
  }
}

@media (max-width: 1180px) {
 
  .header-container {
    height: 120px;
  }
  .logo {
    width: 230px;
    margin-left: 0px;
  }

  .body-styles {
    padding: 25px 40px 25px 30px !important;
  }
  .archive-body-styles {
    padding: 25px 40px 25px 30px !important;
  }

  .pickup-container {
    width: 100%;
    padding: 0px 30px;
  }

  .articles-category {
    gap: 2px;
    letter-spacing: 0.25em;
    font-weight: 500;
    font-size: 0.75rem;
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .article-title {
    font-size: 1.2rem;
  }

  .image-border {
    width: 180px !important;
    height: 120px !important;
  }

  .image-border-thumbnail {
    height: 230px;
    width: 100% !important;
  }

  .pickup-border {
    width: 200px !important;
    height: 133.33px !important;
  }
}

@media (max-width: 1020px) {
  #imageHolder {
    width: 580px !important;
    height: 386.67px !important; 
    border: 1px solid black; 
	  object-fit: fill !important; 
    border-radius: 5px;
   }

}

@media (max-width: 1100px) {
  .header-container {
    height: 120px;
  }

  .image-border {
    width: 180px !important;
    height: 120px !important;
  }

  .image-border-thumbnail {
    height: 230px;
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .header-container {
    height: 120px;
  }

  .image-border {
    width: 170px !important;
    height: 113.33px !important;
  }

  .image-border-thumbnail {
    height: 190px;
    width: 100% !important;
  }
}

@media (max-width: 960px) {
  .articles-grid-container {
    padding-left: 0px;
  }
  #imageHolder {
    width: 100% !important;
    height: calc(100vw * 0.6666 - 46px) !important; 
    border: 1px solid black; 
	  object-fit: fill !important; 
    border-radius: 5px;
   }

   #textlogo{
    font-size:18px;
    padding-left:0px;
  }

  .header-container {
    height: 75px;
  }

  .image-border {
    width: 250px !important;
    height: 166.67px !important;
  }

  .pickup-border {
    width: 180px !important;
    height: 120px !important;
  }

  .article-title {
    font-size: 1.2rem;
  }

  .thumbnail-container {
    padding: 0px 0px 15px 0px;
  }

  .image-border-thumbnail {
    height: 250px;
    width: 100% !important;
  }
}

@media (max-width: 830px) {
  .image-border {
    width: 220px !important;
    height: 146.67px !important;
  }
  .pickup-border {
    width: 165px !important;
    height: 110px !important;
  }
}

/* Image Responsive */
@media (max-width: 768px) {
  .articles-category {
    gap: 2px;
  }

  .single-article-category_option {
    font-size: 16px;
  }

  .image-border {
    width: 200px !important;
    height: 133.33px !important;
  }

  .pickup-border {
    width: 140px !important;
    height: 93.33px !important;
  }

  .image-border-thumbnail {
    height: 280px;
    width: 100% !important;
  }

  .image-border-thumbnail {
    height: 230px;
    width: 100% !important;
  }
}

@media (max-width: 680px) {
  .image-border {
    width: 180px !important;
    height: 120px !important;
  }
  .pickup-border {
    width: 120px !important;
    height: 80px !important;
  }
}

@media (max-width: 630px) {
  .single-article-category_option {
    font-size: 14px;
  }

  .image-border {
    width: 160px !important;
    height: 106.67px !important;
  }

  .article-title {
    font-size: 1.2rem;
  }

  .image-border-thumbnail {
    height: 180px;
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .thumbnail-tags {
    font-size: 0.8rem !important;
    padding: 1% 2% !important;
  }
  .thumbnail-title {
    margin: 5px 0 10px 0;
  }
  .image-border-thumbnail {
    height: 300px;
    width: 100% !important;
  }

  .image-border {
    width: 140px !important;
    height: 93.33px !important;
  }

  .pickup-border {
    width: 230px !important;
    height: 153.33px !important;
  }
}

@media (max-width: 541px) {
  .tags {
    padding: 3% 4%;
  }
  .thumbnail-tags {
    font-size: 0.8rem !important;
    padding: 1% 2% !important;
  }
  .thumbnail-title {
    margin: 5px 0 10px 0;
  }

  .pickup-border {
    width: 200px !important;
    height: 133.33px !important;
  }

  .image-border-thumbnail {
    height: 280px;
    width: 100% !important;
  }
}

@media (max-width: 520px) {
  .articles-category {
    gap: 0px;
    letter-spacing: 0.2em;
    font-weight: 500;
    font-size: 0.65rem;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .article-title {
    font-size: 0.75rem;
    margin: 5px 0 17px 0;
  }

  .image-border {
    width: 130px !important;
    height: 86.67px !important;
  }

  .pickup-border {
    width: 190px !important;
    height: 126.67px !important;
  }

  .image-border-thumbnail {
    height: 280px;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .image-border {
    width: 110px !important;
    height: 73.33px !important;
  }

  .pickup-border {
    width: 170px !important;
    height: 113.33px !important;
  }

  .single-article-category_option {
    font-size: 13px;
  }
  .image-border-thumbnail {
    height: 230px;
    width: 100% !important;
  }
}

@media (max-width: 450px) {

  /* .image-border {
    width: 170px;
    height: 113.33px;
  } */

  .body-styles {
    padding: 25px 30px 25px 30px !important;
  }

  .thumbnail-m-padding{
    padding-right:10px;
  }

  .articles-grid-container {
    gap: 30px 30px !important;
    grid-template-columns: 1fr 1fr;
  }

  .pickup-border {
    width: 160px !important;
    height: 106.67px !important;
  }

  .image-border {
    width: 100% !important;
    height: 100px !important;
  }

  .search-bar-container {
    margin-right: 20px;
  }

  .thumbnail-container {
    padding: 0px 0px 20px 0px;
  }
}

@media (max-width: 400px) {
  .pickup-border {
    width: 150px !important;
    height: 100px !important;
  }

  .image-border-thumbnail {
    height: 230px;
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  .single-article-category_option {
    font-size: 11px;
  }

  .tags {
    padding: 3% 7%;
  }

  .image-border-thumbnail {
    height: 200px;
    width: 100% !important;
  }

  .image-border {
    width: 100% !important;
    height: 90px !important;
  }
  .pickup-border {
    width: 140px !important;
    height: 87.4px !important;
  }
}

@media (max-width: 360px) {
  .single-article-category_option {
    font-size: 11px;
  }

  .tags {
    padding: 3% 7%;
  }
  .image-border-thumbnail {
    height: 190px;
    width: 100% !important;
  }

  .image-border {
    width: 120px !important;
    height: 80px !important;
  }
}

@media (max-width: 320px) {
	.single-article-category_option {
    font-size: 11px;
  }

  .pickup-border {
    width: 117px !important;
    height: 80px !important;
  }

  .image-border-thumbnail {
    height: 200px;
    width: 100% !important;
  }
}
