/*
 Author:         ERICK RAMIREZ
 Author URI:     https://springtide.com/
 Template:       Custom Featured, Custom Spotlights, Custom T. Leadership and Custom News
 Version:        1.0.0
*/
/* =Custom CSS starts here
------------------------------------------------------- */
.er-flex-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; 
    align-items: flex-start;
/* align-content: flex-start;*/
}
.er-flex-child {
    background-color: transparent;
    width: 100%;
    margin: 10px 0px;
    flex-grow: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 0px !important;
    min-height:450px;
}
.er-flex-child-2 {
    background-color: transparent;
    width: 100%;
    margin: 10px 0px;
    flex-grow: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 0px !important;
    min-height:500px;
}
.er-flex-child-3 {
background-color: transparent;
width: 100%;
margin: 10px 0px;
flex-grow: 0;
overflow: hidden;
box-sizing: border-box;
border: 0px !important;
min-height:250px;
}
.er-flex-child-4 {
    background-color: transparent;
    width: 48%;
    margin: 10px 1%;
    flex-grow: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 0px !important;
    min-height:500px;
    }
.er-flex-child-5 {
        background-color: transparent;
        width: 100%;
        margin: 10px 0px;
        flex-grow: 0;
        overflow: hidden;
        box-sizing: border-box;
        border: 0px !important;
        min-height:10px;
}
.er-flex-child-6 {
    background-color: transparent;
    width: 32%;
    margin: 10px 1%;
    flex-grow: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 0px !important;
    min-height:250px;
    }
.st-overlay{
    background-color: rgba(0,0,0,0.3) !important;
    height: 450px;
}
.st-overlay-2{
    background-color: rgba(0,0,0,0.3) !important;
    height: 500px;
}
.st-overlay-3{
    background-color: rgba(0,0,0,0.3) !important;
    height: 250px;
}
.st-overlay-4{
    background-color: rgba(0,0,0,0.3) !important;
    height: 500px;
}
.et-db #et-boc .et-l .et_pb_image_container {
    margin: 0 auto !important;
} 
.box-title{
    position: relative;
    top: 200px !important;
    text-align: left;
    background-color: transparent;
    width: 100%;
    min-height: 87px;
    padding: 15px 30px 0px 30px;
}
.box-title h2{
    font-family: ivyjournal, sans-serif !important;
    font-size: clamp(30px, 2.5vw, 50px);
    line-height: 1.3em;
    font-weight: 400;
    color: #ffffff !important;
}
.box-title-2 {
    position: relative;
    top: 10px !important;
    text-align: left;
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 10px 0px 25px 0px;
}
.box-title-2 h2 {
    font-family: ivyjournal, sans-serif !important;
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 400;
    color: #000000 !important;
}
.cat-top {
  position: relative;
  top: 25px;
  padding: 5px 30px 5px 30px;
}
.cat-top p {
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  font-size: 18px !important;
  color: #ffffff !important;
  font-family: synthese, sans-serif!important;
}
.cat-top p span{
font-weight: 600;
}
.date-top{
    padding: 5px 0px 5px 0px;
}
.date-top p {
    line-height: 1.2;
    font-weight: 200;
    text-align: left;
    font-size: 16px !important;
    color: #000000 !important;
    font-family: synthese, sans-serif!important;
}
.box-read-more {
    position: relative;
    top: 210px;
    text-align: left;
    background-color: transparent;
    width: auto;
    min-height: 50px;
    padding: 15px 30px 10px 30px;
    color: #ffffff !important;
}
.box-read-more a {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    color: #ffffff !important;
    text-decoration: underline !important;
    font-family: synthese, sans-serif!important;
}
.box-read-more a:after {
    font-family: ETmodules!important;
    content: "$"!important;
    font-size: 23px;
    position: absolute;
    margin-left: 20px;
    border: 1px solid #ffffff;
    padding: 2px;
    border-radius: 50px;
}
.box-read-more:hover {
  text-decoration: underline;
}
.box-read-more-2 {
    position: relative;
    bottom: 10px;
    text-align: left;
    background-color: transparent;
    width: auto;
    min-height: 50px;
    padding: 15px 0px 10px 0px;
    color: #000000 !important;
}
.box-read-more-2 a {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 200;
    color: #000000 !important;
    text-decoration: underline !important;
    font-family: synthese, sans-serif!important;
}
.box-read-more-2:hover {
  text-decoration: underline;
}
.box-read-more-3 {
    position: relative;
    bottom: 10px;
    text-align: left;
    background-color: transparent;
    width: auto;
    min-height: 50px;
    padding: 15px 0px 10px 0px;
    color: #000000 !important;
}
.box-read-more-3 a {
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 400;
    color: #000000 !important;
    font-family: ETmodules!important;
    border: 1px solid #000000;
    padding: 2px;
    border-radius: 50px;
}
.er-hr {
    position: relative;
    top: 0px;
    border: none;
    height: 1.3px;
    background: #707070;
    margin-bottom: 10px;
}
.er-hr-2 {
    position: relative;
    top: 0px;
    border: none;
    height: 1.3px;
    background: #707070;
    margin-bottom: 10px;
}
.er-desktop{
    display:block;
    visibility: visible;
}
.er-mobile{
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 1200px)  {
    .er-flex-child-4 {
        min-height:450px;
    }
    .st-overlay-4{
        height: 450px;
    }
    .er-flex-child-6 {
        width: 48%;
        margin: 10px 1%;
    }
}
@media only screen and (max-width: 980px)  {
    .er-desktop{
        display: none;
        visibility: hidden;
    }
    .er-mobile{
        display:block;
        visibility: visible;
    }
.cat-top {
    padding: 1px 0px 5px 20px;
}
.cat-top p {
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    font-size: 18px !important;
    color: #ffffff !important;
}
.box-title-2 {
    position: relative;
    top: 20px !important;
    text-align: left;
    min-height: 60px;
    height: auto;
    padding: 15px 0px 35px 0px;
}
.box-title-2 h2 {
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 400;
    color: #000000 !important;
}
.er-flex-child {
    min-height:400px;
}
.st-overlay{
    background-color: rgba(0,0,0,0.3) !important;
    height: 400px;
}
    .er-flex-child-2 {
    min-height:370px;
    }
    .st-overlay-2{
        min-height: 370px;
    }
    .er-flex-child-3 {
        min-height:250px;
    }
    .st-overlay-3{
        min-height: 250px;
    }
    .er-flex-child-4 {
        width: 100%;
        margin: 10px 0px;
        min-height:370px;
    }
    .st-overlay-4{
        height: 370px;
    }
    .er-flex-child-6 {
        width: 100%;
        margin: 10px 0px%;
        min-height: 250px;
    }
    .st-overlay-6{
        min-height: 250px;
    }
    .er-hr-2 {
        top: 10px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 630px)  {
  .er-flex-child {
      width: 99%;
  }
  .entry-featured-image-url img{
      min-height: auto;
  }
}