@charset "UTF-8";

@-moz-viewport { width: device-width; scale: 1;}
@-ms-viewport { width: device-width; scale: 1;}
@-webkit-viewport { width: device-width; scale: 1;}
@-o-viewport { width: device-width; scale: 1;}
@viewport { width: device-width; scale: 1;}

*, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
}


.img-container{
    background-image: url("https://legionmagazine.com/features/front-lines-podcast/head-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 751px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.signup-heading{
    color: #fff;
    margin-bottom: 1rem;
}
.form-wrapper-top{
    
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 5rem;

}

.top-form-wrapper{
    display: flex;
}

.submit-btn-top{
    width: 10rem;
    font-size: 0.8rem;
    height: 3rem;
    border: none;
    border-radius: 2px;
    background:#BF1E2E;
    color: #fff;
    
    transition: 0.3s;
    margin-left: 1rem;
}

.podcast-icons{
    
    margin-left: 8rem;
}

.podcast-icons img{
    width: 4rem;
    margin-bottom: 4rem;
    margin-left:1rem;
    transition: 0.5s;
}

.podcast-icons img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}



.img-container-mob {
    display:none;
}


.heading-container{

display: flex;
justify-content: center;
font-size: 1.3rem;

}

.subheading-container{
    display: flex;
    justify-content: center;
}

.spacer{
    height: 2rem;
}





.host-image-container{
    width: 25rem;;
    margin-left: 2rem;
    background: #f2f2f2;
    padding: 1rem;
}


.host-image-container img{
    width: 40%;
}

.section-2{
    display: flex;
    justify-content: center;
}

.right-block{
    width: 50%;
    
}

.story-container{
    width: 90%;
}

.left-block{
    width: 25%;
    margin-left:1rem;
    
}

.subscribe-buttons-container{
    margin-left: 2rem;
}
.subscribe-buttons-container img{
height: 4rem;
}
.social-share-heading{
    margin-left: 2rem;
}
.share-buttons-container{
    display: flex;
    margin-left: 2rem;
}


.social-share-heading{
    margin-top: 2rem; 
    margin-bottom: 0.5rem;
}


.share-buttons-container img{
    height: 3rem;
    margin-right: 1rem;
    transition: 0.5s;
}

.share-buttons-container img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}


.about-hr{
    width: 7rem;
    height: 0.2rem;
    background: #000;
    border: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.signup-hr{
    width: 7rem;
    height: 0.2rem;
    background:#fff;
    border: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}



.info-container{
    height: 150px;
    width: 100%;
    background: #004C74;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.new-episodes-wrapper{
    color: #fff;
    
}
.new-episodes-wrapper p{
    font-size: 1.2rem;
    text-align:center;
}


.all-episodes-container{
    margin-top: 3rem;
}

.previous-episodes {
    display: inline-block;
    color: #148FC6;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
    
}

.previous-episodes:hover{
    color: #000;
}

.previous-episodes::after{
    content:'';
    display:block;
    width:0%;
    height: 2px;
    background:#000;
    
}

.previous-episodes:hover::after{
    width: 100%;
    transition: width .5s;
    
}

.podcast-link{
    display: inline-block;
    color: #148FC6;
    text-decoration: none;
    text-decoration: underline;
}

.podcast-link:hover{
    color: #000;
}

.credits-text {
    font-size: 0.8rem;
    color: #a9a9a9;
}






.listen-now-container{
    
    width: 100%;
    height: 350px;
}

.listen-now-heading{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.subscribe-buttons-bottom{
    display: flex;
    justify-content: center;
}

.subscribe-buttons-bottom img{
    height: 4rem;
    margin-right:1rem;
    
}

.social-share-heading-bottom{
    display:flex;
    justify-content: center;
    padding-top: 3rem;
    margin-bottom: 1rem;
}

.share-buttons-container-bottom{
    display: flex;
    justify-content: center;
}
.share-buttons-container-bottom img{
    height: 3rem;
    margin-left: 1rem;
    transition: 0.5s;
}

.share-buttons-container-bottom img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}


h3{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h2{
    margin-top: 2rem;
}

 
.latest-story{
    
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}

.latest-story-title{
    text-decoration: none;
    color: #148FC6;
}

.latest-story-title:hover{
    text-decoration: none;
    color: #000;
}



h5{
    color: #148FC6;
    margin-top: 1rem;
}








.subscribe-email-container{
    height: 300px;
    width: 100%;
    background: #004C74;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  
}

.footer-text{
    color: #fff;
}

.text-wrapper{
    margin-right: 20rem;
}

.email-textbox{
    width: 30rem;
    height: 3rem;
    border: none;
    border-radius: 2px;
    padding: 1rem;
    font-size: 1rem;

}

input::placeholder {
    
    font-size: 0.8rem;
  }

.submit-btn{
    font-size: 0.8rem;
    width: 30rem;
    height: 3rem;
    border: none;
    border-radius: 2px;
    background:#BF1E2E;
    color: #fff;
    margin-top: 1rem;
    transition: 0.3s;
}

.submit-btn:hover{
   
    background:rgb(163, 12, 27);
    
}

.fieldset{
    border: none;
    
}

.podcast-icons-mob{
    display:none;
}

.signup-mob-heading{
    display:none;
}

.form-wrapper-top-mob{
    display: none;
}





.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
  }
  
  .grid > article {
   
    background: #333;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
  }

  .grid > article a {
    text-decoration: none;
   
  }

  .grid > article:hover {
   
    transform: scale(1.05);
  }
  
  .grid > article img {
    max-width: 100%;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
  }
  
  .grid .text {
    padding: 15px;
    color: #fff;
    display: flex;
    
  }
  
  .grid .text img {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  


  




@media (max-width: 1366px){
    .img-container{
        
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 700px;
    }
}



@media (min-width: 320px) and (max-width: 968px){

.img-container{
        display: none;
}

.img-container-mob{
    display:block;
    
}
.img-container-mob img{
    width: 100%;
}

.podcast-icons-mob{
    display: flex;
    justify-content: center;
}
.podcast-icons-mob img{
    display: flex;
    justify-content: center;
    width: 3rem;
    margin: 1rem;
}

.signup-mob-heading{
    display: block;
    text-align: center;
    font-weight: 600;
}

.form-wrapper-top-mob{
    display: block;
    padding:1rem;
}

.email-textbox{
    border: 1px solid #ccc;
    
}




.heading-container{
        margin-top: 1rem;
        font-size: 0.8rem;
        display: flex;
        justify-content: center;
}

.about-container{
        height: 500px;
        margin-top: 2rem; 
        padding: 2rem; 
        display: flex;
        justify-content: center;
        background: #f2f2f2;
}


.about-wrapper h1{
        font-size: 1.2rem;
}


.about-container{
    width: 100%;
    display: block;
    
    
}

.about-wrapper{
    width: 100%;
    text-align: center;
    
}

.about-hr{
    margin:auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.host-image-container{
    width: 100%;
    text-align: center;
    margin: 0;

}

.host-image-container img{
    
    margin-top: 2rem;
}

.section-2{
    display: block;
    padding: 1rem;
    width: 100%;
}

.right-block{
    width: 100%;
}

.left-block{
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
}

.listen-now-heading{
    margin-top: 1rem;
}
.listen-now-container{
    display: block;
    width: 100%;
    height: 400px;
}

.subscribe-buttons-bottom{
display: block;
padding-left: 2rem;

}

.subscribe-email-container{
    display:block;
    height: 400px;
}

.text-wrapper{
    margin:auto;
    font-size: 1rem;
}

.footer-text{
    padding: 1rem;
}

.signup-hr{
    margin-left: 1.3rem;
}

.form-wrapper{
    padding: 1rem;
}

.email-textbox{
    width: 100%;
}

.submit-btn{
    width: 100%;
}

.podbean-player{
    width: 100%;
}
}

