@font-face {
  font-family: 'avenir-custom-font';
  src: url('../fonts/AVENIRLTSTD-BLACK.otf') format('opentype');
}

body {
  font-family: 'avenir', 'AVENIRLTSTD-BLACK';
}




.all_news {
  width: 80%;
  margin: auto;
  margin-top: 3vw;


}



.h_red {
    margin-top: 2px;
    margin-bottom: 2px;
  color: #ea212d;
  text-transform: uppercase;
}

.h_black_caps {
    margin-bottom: 2px;
  color: black;
  text-transform: uppercase;
}

.h_black {
  color: black;
  margin-top: 0.5vw;
  margin-bottom: 0%;
}

.p_grey {
  color: grey;
  margin-top: 0.5vw
}



.hr_grey {
  border: 1px solid grey;
  width: 100%;
}

.news_flex {
  display: flex;
  width: 100%;
}

.img_news_flex {
  width: 50%;
  height: 100%;
  margin-left: 0.5vw;
  /* height: 6vw; */
}

.news_flex_inner {
  margin: 0%;
}

.related_content_row {
  display: flex;
  margin-bottom: 1vw;
}

.related_img {
  width: 100%;
  /* height: 6vw; */
}

.related_content_item {
  display: flex;
  flex-direction: column;
}

.videos_section {
  width: 80%;
  margin: auto;
}

.top_area {
  display: flex;
  overflow: hidden;
  margin-bottom: 0.5vw !important;
  margin-top: 1.5vw;
  font-size: x-large;
}

.top_btn {

  background-color: red;
  padding-top: 5px;
  padding-bottom: 3px;
  color: white;
  text-align: center;
  font-weight: 400 !important;
  border: 1px solid red;
  float: right;
  text-transform: uppercase !important;
  /* padding: 0.5vw; */
  font-size: small !important;
}

.top_btn:hover {
  color: white;
  background-color: red;

}




div.video_element {
  width: 30%;
}

.video_section_img {
  width: 100%;
  height: 12vw;
  border-radius: 10px;
}

.video_section_img hov:hover {
  transform: scale(1.1);
  transition: transform 0.3s;

}

.podcast_element {
  display: flex;

}


.podcast_img {
  width: 40%;
  border-radius: 10%;
}

.podcast_element_inner {
  margin-left: 0.5vw;
  padding-top: 4vw;
}

.general {
  width: 80%;
  margin: auto;
}

.top_img {
  width: 100%;
  height: 20vw;
}



.articles_row_element {
  margin-bottom: 20px;
}

.articles_inner_top {

  /* height: 75%; */
  overflow: hidden;
}

.articles_img {
  max-width: 100%;
  height: 100%;
}

.article_lower_left {
  width: 100%;
  overflow-wrap: break-word;
}

.article_lower_right {
  width: 30%;
  text-align: right;
}



@media screen and (max-width: 658px) {
  .articles_row {
    flex-direction: column;
  }

  .articles_row_element {
    margin-bottom: 5vw;

  }

  .articles_inner_top {
    width: 100%;
    overflow: hidden;
  }

  .articles_img {
    width: 100%;
    height: 100%;
  }

  .custom-btn {
    display: none;
  }

  .btn-5 {
    display: none;
  }

  .article_inner_bottom {
    padding: 1vw !important;
  }

  .top_btn {
    display: none;
  }

  .videos_row {
    flex-direction: column;
    width: 100% !important;

  }

  .video_element {
    /* display: flex; */
    width: 100% !important;
    justify-content: space-between !important;
  }

  .podcast_element {
    flex-direction: column;
  }

  .podcast_img {
    width: 100%;
  }
  .general {
    width: 90%;
  }
  .h_black {
    font-size: 14px;
  }
  .video_section_img {
    height: 100%;
  }
}

@media screen and (max-width: 1245px) {
  .top_btn {
    display: none;
  }

  .article_btn {
    display: none;
  }
}


.flex {
  display: flex;
}



.podcast_pg_img {
  width: 100%;
  border-radius: 5%;
}

.since_1996 {
  width: 80%;
  margin: auto;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 5vw;
  margin-top: 5vw;
}

.since_1996_img {
  width: 100%;
  height: 25vw;
}

.photos_2_img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 15px;
  transition: transform 0.3s ease;
}

.photos_2_img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.photos_2_block {
  margin-top: 5vw !important;
  margin-bottom: 5vw !important;
}



.post {
  width: 70%;
  margin: auto;
  margin-bottom: 1vw;
}

.post_border {
  border-left: 2px solid black !important;
  border-right: 2px solid black !important;
  width: 70% !important;
  margin: auto;
}

.post_shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2);
}

.post_img {
  width: 100%;
  /* height: 40vw; */

}

.post_lower {
  width: 100%;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  ;
}

.photos_2_block {
  max-height: 70vw;
  overflow-y: scroll;
  margin-top: 0% !important;
}

.buttons_onpost {
  float: right;
  margin-right: 0.3vw;
  margin-top: 0.3vw;
}

.download_btn {
  background-color: transparent;
  color: white;
  background-color: green;
  padding: 0.3vw;
  border: 1px solid white;
  border-radius: 5px;
}

.share_btn {
  padding: 0.3vw;
  border: 1px solid grey;
  background-color: transparent;
  color: grey;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}

.share_btn:hover {
  transform: scale(1.1);
  cursor:pointer;
}


.download_btn:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.photos_3_block {
  max-height: 70vw;
  overflow: hidden;
  margin-top: 5vw !important;
  margin-bottom: 5vw !important;
  width: 60%;
}

.column_padding {
  padding-left: 1vw !important;
  padding-right: 1vw !important;
}

.post_left {
  width: 20%;
}

.post_right {
  width: 60%;
  margin-left: 20%;

}

.vm_btn_custom {

  /* position: absolute; */
  /* width: 7vw;  */
  /* margin-top: -2.5vw; */
  margin-left: -5.7vw;
  font-size: small;
  font-weight: bold;
  color: #000;
  padding: 0.2vw;
  background-color: #d1d2d4;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  align-items: center;
  /* padding: 0.3vw; */
  text-align: center !important;

}




.vm_btn {

  /* position: absolute; */
  /* width: 7vw;  */
  /* margin-top: -2.5vw; */
  margin-left: -5.7vw;
  font-size: small;
  font-weight: bold;
  color: #000;
  padding: 0.2vw;
  background-color: #d1d2d4;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  align-items: center;
  /* padding: 0.3vw; */
  text-align: center !important;

}

.vm_btn:hover {
  color: white;
  background-color: black;
}


/* videos 2 styling starts from here.... */

.grid_vids_one {
  display: grid;
  grid-template-columns: 64% 32%;
  column-gap: 2vw;
}

/* .vid_box_left {} */

.vid_box_right {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 1vw;
  row-gap: 1vw;

}

/* .vid_element_left {} */

/* .vid_element_right {} */

.section_two_heading {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 1vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
  font-size: x-large;
  font-weight: bolder;

}

.grid_vids_two {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 1vw;
  row-gap: 1vw;

}

/* .image_vids_two {} */

.image_vids_two img {
  max-width: 100%;
  min-width: 100%;
}

div.inner_grid {

  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 1vw;
  row-gap: 1vw;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 75%;

}

.vid_gen {
  max-width: 100%;
}

.vid_highlight {
  display: flex;
  flex-direction: column;

}

/* videos 2 styling ends here........... */

.general_small {
  width: 60%;
  margin: auto;
}
