/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** LATEST NEWS BLOCK ******************/
/***********************************************************/ 

/* Latest news block */

.latest-news-row-b-column-c-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
}

.latest-news-block-container{
  background-size: contain!important;
}

h2.subtitlelatestnewssingle{
  font-size: 36px;
  font-family: 'Moderat Extended Bold', 'Roboto Bold';
  width: 55%;
  margin: auto;
  line-height: 1;
  color: #2E2D62;
  padding-bottom: 50px;
}



.latest-news-row-b-column-a-title,.latest-news-row-b-column-b-title,.latest-news-row-b-column-c-title{
  display: none;
}




.latest-news-row-c a{
  display: inline-block;
  padding: 10px 30px;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid white;
  transition: background-color 0.3s, color 0.3s;
  font-family: 'Moderat Bold', 'Roboto Bold';
  margin-top: 20px;
}

.latest-news-row-c a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.latest-news-row-b-column-a-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

.latest-news-row-b-column-b-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.latest-news-row-b-column-c-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

/* BUTTON STYLE */

/* Button style 1 */

/* DESKTOP - Min 1,200px Max 1,600px */



@media (min-width: 1200px) {
    .latest-news-row-a h2{
        font-size: 85px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Min 900px Max 1199px */

@media (min-width: 900px) and (max-width: 1200px) {
    .latest-news-row-a h2{
        font-size: 75px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Min 768px Max 900px */

@media (min-width: 768px) and (max-width: 899px) {
    .latest-news-row-a h2{
        font-size: 65px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Min 420px Max 768px*/

@media (min-width: 420px) and (max-width: 767px) {
    .latest-news-row-a h2{
        font-size: 65px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Min 300px Max 420px*/

@media (min-width: 300px) and (max-width: 420px) {
    .latest-news-row-a h2{
        font-size: 45px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}


@media (max-width: 990px) {
    .latest-news-row-b{
        justify-content: space-between;
    flex-direction: column;
    }   
}


@media (max-width: 990px) {
  .latest-news-row-b-column-b{
      margin-top: 40px;
      margin-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-c{
      margin-top: 40px;
      margin-left: 24px;
      border: 1px solid black;
  }   
}   


@media (min-width: 990px) {
  .latest-news-main-container{
      margin-left: 5%;
      margin-right: 5%;
  }   
}


@media (max-width: 990px) {
  .latest-news-row-b-column-a-title h2{
      padding-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-b-title h2{
      padding-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-c-title h2{
      padding-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-b-title h2{
      padding-left: 24px;
  }   
}

/********************************************************/

@media (max-width: 767px) {
  .latest-news-row-b-column-a-featured-image,.latest-news-row-b-column-b-featured-image,.latest-news-row-b-column-c-featured-image {
      height: 150px !important;
  }
}

.container2 {
    display: flex;
    flex-direction: row; /* Default: Columns side by side */
    align-items: center;
    justify-content: center;
  }

  .column1,
  .column2 {
    width: 100%;
  }

  @media (max-width: 767px) {
    .container2 {
      flex-direction: column; /* Change to stacked columns */
    }
  }


  @media (max-width: 1200px) {
    .latest-news-content-inner {
      padding-right: 0px;
    }
  }
  
/*******************************************************/



@media (min-width: 1600px) {
    .latest-news-row-b-column-a {
        margin-right: 3%;
        border: 1px solid black;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-a {
        margin-right: 3%;
        border: 1px solid black;
    }
  }

  @media (min-width: 1600px) {
    .latest-news-row-b-column-b {
        margin-right: 3%;
        border: 1px solid black;
    }
  }
  
  @media (max-width: 1600px) {
    .latest-news-row-b-column-b {
        margin-right: 3%;
        border: 1px solid black;
    }
  } 

  @media (min-width: 1600px) {
    .latest-news-row-b-column-c {
        margin-right: 0px;
        border: 1px solid black;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-c {
        margin-right: 24px;
        border: 1px solid black;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-a {
        margin-right: 24px;
        margin-left: 24px;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-b {
        margin-right: 24px;
    }
  }

  @media (max-width: 1600px){
    .latest-news-row-c{
      margin-left: 24px;
    }
  }  


  @media (min-width: 1601px) and (max-width: 1650px) {
    .latest-news-row-b {
        margin-left: 24px;
    margin-right: 24px;
    max-width: 1600px;
    }
  }  

  @media (min-width: 1650px){
    .latest-news-row-b {
    width: 1600px;
    margin: auto;
    }
  } 

  @media (min-width: 1601px) and (max-width: 1650px) {
    .latest-news-row-c {
        margin-left: 24px;
    margin-right: 24px;
    max-width: 1600px;
    }
  }  

  @media (min-width: 1650px){
    .latest-news-row-c {
    width: 1600px;
    margin: auto;
    }
  } 
 

 