/* 
 Author: Emma Jaud
 Organization: University of Delaware Library, Museums and Press
 File: video-list.css
 Description: Styling for Tutorial / Video List Pages.
*/

html {
  scroll-behavior: smooth !important;
}

/* FILTER BLOCK ||||||||||||||||||||||||||||||||||*/
.s-filter-form {
	background-color: #fff;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-radius: 1rem !important;
	padding: 15px 30px;
/*	margin-bottom: 18px;*/
}
.filter-desc {
	font-family: "greycliff_semibold";
	font-size: 1.125rem;
    margin: 0 4px 0;
}
.s-filter-inline {
	display: grid;
    grid-template-columns: auto 102px;
    grid-gap: 20px;
/*	padding-bottom: 12px;*/
}
.s-1 {
	display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
/*	padding-bottom: 12px;*/
}
.s-2 {
	display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
/*	padding-bottom: 12px;*/
}
.s-filter-form input[type="text"], .s-filter-form textarea {
	font-family: "greycliff_semibold";
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.5rem 1rem;
    font-size: 1.375rem;
    line-height: 1.5;
    color: #555;
    color: var(--color-blue-dark);
    background-color: #fff;
    background-color: var(--color-gray-light);
    background-image: none;
    border: 1px solid #ccc;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.s-filter-form select.dropdown {
	font-family: "greycliff_semibold";
    display: block;
    width: 100%;
    height: 3rem;
    font-size: 1.375rem;
    line-height: 1.5;
    color: var(--color-blue-dark);
    background-color: var(--color-gray-light);
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    padding: 0.5rem 1rem;
}
.s-filter-form label {
	display: block;
	height: 0;
	width: 0;
	color: transparent;
}
.submit-btn {
	background: linear-gradient(var(--color-blue-med),#00539a);
    color: #fff;
    display: table;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    padding: 5px 2rem;
    font-size: 1.375rem;
    line-height: 2rem;
    border-radius: 2rem;
    box-shadow: 0 2px 1rem rgba(0,0,0,.2);
    font-family: "greycliff_semibold";
    cursor: pointer;
    border: 0;
}
.submit-btn:hover {
	background: var(--color-blue-light);
}

/* FILTER TAGS ||||||||||||||||||||||||||||||||||*/
.filter-title {
/*	margin: 0 0 18px; */
	border-bottom: 2px solid var(--color-gold); 
	padding: 16px 0 16px 6px;
}
.filter-tag {
	display: inline-block; 
	background: var(--color-blue-dark); 
	padding: 1px 10px 2px; 
	border-radius: .5rem; 
	color: white;
	margin-left: 0px;
}
.filter-h3 {
	display: inline-block !important; 
	margin: 0 !important;
    font-size: calc(1.25rem + 0.5vmin);
    font-family: 'greycliff_semibold';
    color: var(--color-blue-med);
    line-height: 1;
    letter-spacing: -0.025vmax;
}
#first-tag {
	margin-right: 4px;
}
.remove-tag {
	color: var(--color-gold);
	padding: 0 0 0 4px;
	text-decoration: none;
	font-size: calc(1.25rem + 0.5vmin);
}
.remove-tag:hover{
	color: var(--color-blue-light);
}

/* CARD GRID  ||||||||||||||||||||||||||||||||||*/
.video-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
	margin-top: 18px;
}

/* INDIVIDUAL CARD  ||||||||||||||||||||||||||||||||||*/
.video-card {
	background: white;
	padding: 0 0 20px;
	border-radius: 1rem;
}

/* CATEGORY TAG  ||||||||||||||||||||||||||||||||||*/
.category-tag-position {	
/*	text-align: center;*/
/*	padding-bottom: 8px;*/
	position: absolute;
    top: 8px;
    left: 10px;
/*	z-index: 10;*/
}
.category-tag p {
/*	font-size: 12px;*/
	font-size: 0.89em;
	margin: 0 !important;
	line-height: inherit;
}
.category-tag {
	background: var(--color-gold-pale) !important;
	line-height: 1.5;
	padding: 3px 1rem;
}


.single .entry-content .white-shadow a:hover, .last:hover {
	color: var(--color-blue-light) !important;
}
/* VIDEO BLOCK  ||||||||||||||||||||||||||||||||||*/
.video-block {
/*	position: relative;*/
}

/* VIDEO IMG BLOCK  ||||||||||||||||||||||||||||||||||*/
.video-img-block {
	position: relative;
}
.video-img-block img {
	border-radius: 1rem 1rem 0 0;
	width: 100%;
}
.video-duration {
	position: absolute;
/*	bottom: 8px;*/
	right: 10px;
/*	z-index: 10;*/
	bottom: 12px;
	background: #daecff;
    padding: 1px 8px;
    border-radius: 0.5rem;
	font-family: "greycliff_semibold";
    font-size: 14px;
}

/* VIDEO INFO BLOCK  ||||||||||||||||||||||||||||||||||*/
.video-info-block {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
}
.video-info-block a {
	text-decoration: none;
}
.video-info-block a:hover {
	text-decoration: underline;
	color: var(--color-blue-light) !important;
}
.video-item-title {
	display: block; 
	text-align: center;
	font-family: "greycliff_semibold";
	margin: 0 15px;
	width: auto; 
}

/* VIDEO LIST SINGLE TEMPLATE CSS  ||||||||||||||||||||||||||||||||||*/
.single .white-shadow {
	background: #fff;
    margin-bottom: 3rem;
    border-radius: 1rem;
    overflow: hidden;
}
.single h2.description-header {
    font-size: calc(1.25rem + 0.5vmin);
}
.single .media-video-stub {
    border: 0 solid;
    position: relative;
    width: 100%;
    background: #333;
    padding-bottom: 56.25%;
}
.single .media-video-stub iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}
.single .video-list {
    display: table;
    width: 100%;
    border: 1px solid var(--color-gray-light);
}
.single .media-description, .single .transcripts {
    padding: 2.25rem 3rem;
}

.single .video-item {
    display: table-row;
    width: 100%;
}
.single .video-item a {
    width: 100%;
    display: block;
    line-height: 2rem;
    text-decoration: none;
    color: #aaa;
    color: var(--color-blue-dark);
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #ececec;
}
.single .video-item a>div {
    display: table-cell;
    vertical-align: middle;
    opacity: .7;
    -webkit-filter: saturate(0);
    filter: saturate(0);
}
.single .video-item.current a {
    font-family: "greycliff_semibold";
    letter-spacing: -.025vmax;
}
.single .video-item:hover a>div, .video-item.current a>div {
    opacity: 1;
    -webkit-filter: saturate(1) !important;
    filter: saturate(1) !important;
}
.single .video-title {
    width: 100%;
}
.single .video-dur {
    padding-left: 1.5rem;
}
.single .video-symbol {
    padding-right: 1.5rem;
}
.single .current .video-symbol svg {
    background: var(--color-blue-med);
    border-radius: 100%;
}
.single .video-symbol svg {
    fill: var(--color-blue-med);
    fill: none;
    height: 2rem;
    width: 2rem;
    padding: 1px;
    vertical-align: middle;
}
.single .video-symbol svg g {
    stroke-width: 2px;
    stroke: var(--color-blue-med);
}
.single .current .video-symbol svg .circle {
    fill: var(--color-blue-med);
}
.single .current .video-symbol svg .tri {
    fill: #fff;
    stroke: #fff;
    stroke-width: 2px;
}
.single .video-symbol svg .tri {
    fill: var(--color-blue-med);
    stroke-width: 0;
}

/* description */
.single #video-desc {
	position: relative;
}
.single .media-title {
    color: var(--color-blue-med);
    font-family: "greycliff_semibold";
    letter-spacing: -.025vmax;
    line-height: 1.5rem;
}
.single .media-desc {
    line-height: 2rem;
}
.single .media-desc p:last-child {
    margin: 0;
}
.single .s-category-tag-position {
	position: absolute;
	top: 22px;
	right: 36px;
}

/* transcript */
.single .mobile-transcipts {
	display: none;
}
.single .desktop-table {
/*	display: block;*/
}
.single .transcripts {
    line-height: 2rem;
    font-size: 1.375rem;
    font-family: "greycliff_semibold";
    letter-spacing: -.025vmax;
    color: #555;
}
.single table {
	border: 2px solid #e6f2fe;
}
.single td {
	width: 50%;
}
.single tr:nth-child(even) {
    background-color: #E6F2FE;
}
.single .transcripts a {
	color: var(--color-blue-dark);
}
.single .transcripts a:hover {
	color: var(--color-blue-light);
}
.single .transcript-grid {
/*	display: grid;*/
/*	grid-template-columns: auto auto;*/
}
.single .transcript-row.written, 
.single .transcript-row.timecode, 
.single .transcript-row.resource {
    padding: 0.75rem;
}

.single .transcript-row {
    display: table;
    border-bottom: 1px solid #003c711c;
    padding: 4px 0;
    width: 100%;
}
.single .transcript-row:first-of-type {
	border-radius: 1rem 1rem 0 0;
}
.single .transcript-row:last-of-type {
    border-bottom: none;
	border-radius: 0 0 1rem 1rem;
}
.single .written .pdf-icon, 
.single .timecode .pdf-icon, 
.single .resource .pdf-icon {
    display: table-cell;
    width: 1.75rem;
}
.single .linea-svg {
    height: 100%;
}
.single .linea-svg-inner {
    height: 100%;
    overflow: visible;
    display: block;
    display: flex;
    margin: 0 auto;
}
.single .linea-svg.white svg {
    stroke: #fff;
}

.single .linea-svg svg {
    width: 100%;
    height: 100%;
    padding: 2px;
    overflow: visible;
    vertical-align: middle;
    align-self: center;
    stroke-width: 3px;
    fill: none;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: inherit;
}
.single .pdf-box {
    fill: #FFFFFF;
}
.single .pdf-logo {
    fill: #F44040;
    stroke: #FFFFFF;
    stroke-width: 1px;
    stroke-miterlimit: 10;
}

.single .written .pdf-name, 
.single .timecode .pdf-name, 
.single .resource .pdf-name {
    display: table-cell;
    padding-left: 0.75rem;
    font-size: 1.25rem;
    vertical-align: middle;
}
.single .pdf-name a:not(:hover) {
    text-decoration: none;
}

/* license */
.single .media-license {
	display: grid;
	grid-template-columns: 25% 75%;
	align-items: center;
	grid-gap: 12px;
}
.single .media-license-logo {
    display: block;
    width: 100%;
}
.single .media-license-logo img {
    width: 85%;
}
.single .media-license-text {
    display: table-cell;
    vertical-align: top;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

/* VIDEO LIST SINGLE MULTIPAGE TEMPLATE CSS  ||||||||||||||||||||||||||||||||||*/
.single #nav-below {
    min-height: 3rem;
}
.single .tut-nav {
    margin: 44px 0 0;
	text-align: center;
}
.single #nav-below .linea-svg.white svg {
	stroke-width: 8px;
}
.single #nav-below.tut-nav>div a {
    display: block;
    line-height: 26px;
}
/*
.single .nav-next {
	margin-left: 15px;
}
.single .nav-previous {
	margin-right: 15px;
}
*/
.single #nav-below {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
/*
.single #nav-below.tut-nav {
	
}
*/
.single #nav-below>div {
    display: block;
}
.single #nav-below.tut-nav .nav-previous {
     padding: 0; 
     width: auto; 
}
.single .prev-blog-arrow {
    margin-left: -1rem;
}
.single .next-blog-arrow {
    margin-right: -1rem;
}
.single .prev-blog-arrow, .single .next-blog-arrow {
    height: 26px;
    display: inline-block;
}
.single #nav-below .linea-svg {
    display: inline-block;
    vertical-align: top;
}

.single .tutorial-tree {
/*    padding: 27.5px 33px;
    margin-top: 44px;
    border-radius: 4px;
*/
    margin: 44px 0;
}

.single .tutorial-tree h3 {
    display: none;
}

.single .tutorial-tree ol,
.single .tutorial-tree ul {
    padding: 11px 22px;
    padding: 0 11px;
    margin: 0;
    background: none;
    border: 0;
}

.single .tutorial-tree li {
    margin: 0;
    padding: 0 0 0 22px;
    line-height: 27.5px;
}

.single .tutorial-tree .submenu-head-wrap {
    position: relative;
}

.single .tutorial-tree .new-down-arrow {
    right: 0;
    width: 66px;
}

.single .tutorial-tree ul.sub-menu {
    display: none;
    counter-reset: none;
}

.single .entry-content .tutorial-tree li a {
    text-decoration: none;
    font-weight: 500;
}

.single .tutorial-tree li.kid.current-menu-item > div > a,
.single .tutorial-tree li.grandkid.current-menu-item > a {
    font-weight: 600;
}

.single .tutorial-tree li a:hover {
    text-decoration: underline;
}

.single .tutorial-tree ol ul,
.single .tutorial-tree ul ul {
    border: 0;
    padding: 0;
    margin: 0 0 22px;
    margin: 8px 0;
}

.single .tutorial-tree ol ul li,
.single .tutorial-tree ul ul li {
/*    font-size: 14px;
    line-height: 18px; */
}
.single h3.tutorial-part {
    margin-bottom: 0;
    background: #3474b1;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: center;
    padding: 11px 18px;
}

.single .tutorial-content {
    padding: 27.5px 33px;
}

.single .tutorial-content p:last-of-type {
    margin-bottom: 0px;
}

.single .progress {
    display: table;
    width: 100%;
    background: #e8e8e8;
    background: #fff;
    border-radius: 44px;
    overflow: hidden;
    table-layout: fixed;
    box-shadow: 0 0 1px 2px #f0f0f0;
}

.single .progress span {
    font-size: 0;
    display: table-cell;
    background: #d7b21d;
    background: linear-gradient(#e3c866,#d7b21d);
}

.single .progress a {
    display: block;
}

.single .progress .you-are-here ~ span {
    background: none;
}

.single .progress span:not(:first-child) {
    border-left: 1px solid #f0f0f0;
}

.single .progress span:not(.you-are-here):hover {
    background: #d7b21d;
    opacity: 0.5;
}

.single .wp-caption {
	width: 100% !important;
}



/* RESPONSIVE CSS  ||||||||||||||||||||||||||||||||||*/
@media screen and (max-width: 760px) {
	.s-filter-inline {
		grid-template-columns: none;
		grid-gap: 12px;
	}
	.s-1, .s-2 {
		display: grid;
		grid-template-columns: auto;
		grid-gap: 10px;
	}
	.s-filter-form {
		padding: 15px;
	}
	
	.video-grid {
		grid-gap: 15px;
	}


}

@media screen and (max-width: 700px) {
	.single #nav-below {
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column-reverse;
	}
	.single .nav-previous {
		margin-top: 20px;
	}

}

@media screen and (max-width: 650px) {
	.single .mobile-transcipts {
		display: block;
	}
	.single .desktop-table {
		display: none;
	}
	
	.single .s-category-tag-position {
		position: initial;
		margin-bottom: 8px;
	}
	.single .media-title .description-header {
		margin-bottom: 12px;
	}
	
	.single .media-license {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto;
		align-items: center;
		justify-items: center;
		grid-gap: 12px;
	}
	.single .media-license-logo {
		display: block;
		width: 50%;
		margin-top: 12px;
	}

}


@media screen and (max-width: 460px) {



}














