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

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






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

}



.h_red{
  line-height: 45px;

  color: #ea212d;
  text-transform: uppercase;
}
.h_black_caps{
  color: black;
  text-transform: uppercase;
}

.h_black{
  line-height: 25px;
  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: 0.5vw;
  font-size: x-large;
}

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

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

 }




div.video_element{
  width: 30%;
}
.video_section_img{
  width: 100%;
  /* height: 15vw; */
  border-radius: 10px;
}
/* .height_adjustment{
    height: 15vw;
} */
.video_section_img :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:2vw;
}

.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{
  width: 100%;
  height: 100%;
}

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

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



@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%;  }
}

@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: 17vw;
}

.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; 
}

.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%;
  height: 5vw;
  padding: 2vw;
  display: flex;
}

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

.buttons_onpost{
  float: right;
}
.download_btn{
  background-color: transparent;
  color: green;
  padding: 0.3vw;
  border: 3px solid green;
  border-radius: 10px;
}

.share_btn{
  padding: 0.3vw;
  border: 3px solid white;
  background-color: transparent;
  color: white;
  border-radius: 10px;
  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: 60%;
}
.post_right{
  width: 30%;
  margin-left: 10%;
}





.vm_btn{
  
  position: absolute;
  width: 7vw;
  height: 1.5vw;
  margin-top: -3vw;
  margin-left: -2vw;
  font-size: medium;
  font-weight: 400;
  color: #000;
  background-color: #d1d2d4;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  align-items: center;
  padding-top: 0.3vw;
   
}














/* this is post  */

/* .card {
  margin: auto;
  padding: 0 1.7rem;
  width: 50%;
  margin-bottom: 3vw;
}

.card:hover{
  cursor: pointer;
}

.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: "";
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
  margin-top: 10px;
}
.card .text {
  height: 70px;
  margin: 0;
}
.card input[type=checkbox] {
  display: none;
}
.card input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
}

.example-2 .wrapper {
  background: url(https://tvseriescritic.files.wordpress.com/2016/10/stranger-things-bicycle-lights-children.jpg) center/cover no-repeat;
}
.example-2 .wrapper:hover .menu-content span {
  transform: translate(-50%, -10px);
  opacity: 1;
}
.example-2 .header {
  color: #fff;
  padding: 1em;
}
.example-2 .header::before, .example-2 .header::after {
  content: "";
  display: table;
}
.example-2 .header::after {
  clear: both;
}
.example-2 .header .date {
  float: left;
  font-size: 12px;
}
.example-2 .menu-content {
  float: right;
}
.example-2 .menu-content li {
  margin: 0 5px;
  position: relative;
}
.example-2 .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}
.example-2 .data {
  color: #fff;
  transform: translateY(calc(70px + 4em));
}
.example-2 .title a {
  color: #fff;
}
.example-2 .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: red;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.example-2 .button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}

@media screen and (max-width: 658px) {
  .card{
      width: 120% !important;
      margin-left: 0% !important;
  }

  .post_border{
      border: none !important;
      margin-left: 0%;
  }
  
  .buttons_onpost{
      flex-direction: column !important;
  }
}
  

  /* post styling ends here... */


  /* article button view more button code */

/* .custom-btn {
  width: 10vw;
  height: 2vw;
  color: #fff;
  border-radius: 5px;
  
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  text-transform: uppercase;
} */

/* 5 */
/* .btn-5 {
  width: 130px;
  height: 30px;
  line-height: 34px;
  padding: 0;
  border: none;
  background: rgb(255,27,0);
background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
}
.btn-5:hover {
  color: #f0094a;
  background: transparent;
   box-shadow:none;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #f0094a;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}

.article_inner_bottom{
  padding: 1vw;
} */
 
  
  