@font-face {
    font-family: Cervo;
    src: url('https://danielamenmd.com/wp-content/themes/danielnew/fonts/Cervo/Cervo-Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: Cervo;
    src: url('https://danielamenmd.com/wp-content/themes/danielnew/fonts/Cervo/Cervo-Medium.otf');
    font-weight: 400;
}

@font-face {
    font-family: Cervo;
    src: url('https://danielamenmd.com/wp-content/themes/danielnew/fonts/Cervo/Cervo-Regular.otf');
    font-weight: 600;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.show__title--mobile,
.show__description--mobile{
	display: none;
}

.show__title--mobile{
	font-family: 'Raleway', sans-serif !important;
    color: white;
	font-size: 1.8em;
	font-weight: bold;
}

.show__description--mobile{
	font-weight: 400;
    font-size: 1.5em;
	color: white;
	margin-top: 20px;
}

#pbs-shows{
    width: 100%;
    padding: 100px 20px;
    background: rgb(19,81,120);
    background: linear-gradient(180deg, rgba(19,81,120,1) 0%, rgba(0,166,200,1) 100%);
}

.pbs-shows__container{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.header{
    text-align: center;
}

.header__subtitle{
    letter-spacing: 0px;
    font-family: Cervo !important;
    font-weight: 600;
    color: white;
    font-size: 3em;
    margin-bottom: 0px;
}

.header__title{
    font-size: 8em;
    color: #f7cc55;
    font-family: Cervo !important;
}

.the_show{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

    margin-top: 70px;
}

.show__cover{
    width: 20%;
    align-self: stretch;
}

.show__cover img{
    box-shadow: 5px 10px 23px -6px rgb(0 0 0 / 63%);
    -webkit-box-shadow: 5px 10px 23px -6px rgb(0 0 0 / 63%);
    -moz-box-shadow: 5px 10px 23px -6px rgba(0,0,0,0.63);

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show__video{
    width: 50%;
}

.show__desc{
    width: 22%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.video-container{ 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0px; 
    height: 0; 
    overflow: visible; 
    width: 100%;
}

.video-container iframe, 
.video-container object, 
.video-container embed{ 
    position: absolute; 
    top: 0; 
    left: 0%;
    width: 100%;
    height: 100%;
    
    box-shadow: 5px 10px 23px -6px rgba(0,0,0,0.63);
    -webkit-box-shadow: 5px 10px 23px -6px rgba(0,0,0,0.63);
    -moz-box-shadow: 5px 10px 23px -6px rgba(0,0,0,0.63);
}

.show__title,
.show__date,
.show__description{
    font-family: 'Raleway', sans-serif !important;
    color: white;
    margin: 0px;
}

.show__description{
    margin-top: 30px;
}

.show__title{
    font-weight: bold;
    font-size: 1.8em;
}

.show__date{
    font-size: 1.6em;
    font-weight: 600;
}

.show__description{
    font-weight: 400;
    font-size: 1.5em;
}

@media screen and (max-width: 1366px){
    .show__description{
        font-size: 1.2em;
    }
    
    .show__title {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 1024px){
    .show__video{
        width: 68%;
    }
    
    .show__cover{
        width: 30%;
    }
    
    .show__desc{
        padding-top: 30px;
        width: 100%;
    }
    
    .header__title {
        font-size: 5em;
    }
    
    .header__subtitle{
        font-size: 2em;
    }
    
    #pbs-shows{
        padding: 50px 20px;
    }
    
    .show__cover img{
        width: 91%;
    }
}

@media screen and (max-width: 768px){
    #pbs-shows{
        font-size: 14px;
    }
}

@media screen and (max-width: 480px){
    #pbs-shows{
        font-size: 12px;
    }
    
    .show__cover img{
        width: 100%;
        height: auto;
        object-fit: unset;
    }
    
    .show__video{
        order: 1;
        width: 100%;
    }
    
    .show__cover{
        order: 2;
        width: 30%;
        padding-top: 30px;
		display: none;
    }
    
    .show__desc{
        order: 3;
        padding-top: 30px;
        padding-left: 20px;
        width: 68%;
		display: none;
    }
    
    .show__title{
        line-height: 1.5em;
    }
    
    .show__description{
        margin-top: 10px;
    }
	
	.show__title--mobile,
	.show__description--mobile{
		display: block;
	}

	.the_show{
		margin-top: 20px;
	}
}
