/*!
Theme Name: CSGM Video
Theme URI: http://underscores.me/
Author: Caroline Sullivan
Author URI: http://carodactyll.com
Description: A custom wordpress theme for Kate Sullivan
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: csgm-video
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url("https://use.typekit.net/tso2mxu.css");

:root {
    --trump: 'trumpgothicpro', sans-serif;
    --sans: 'articulat-cf', sans-serif;
    --cyan: #2feee6;
    --purp: #7829fc;
    --yell: #fce629;
    --gray: #1c1c1e;
    --active: #30302f;
    --ease: all 200ms ease-in-out;
}

/* -----------------------------------------
	Typography, Links & Elements
----------------------------------------- */

/*fold*/

body {
    background: #1c1c1e;
}

article {
    max-width: 900px;
    margin: auto;
    padding: 200px 10px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.border {
    width: 60px;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.border.cyan {
    background: var(--cyan);
}

.border.purple {
    background: var(--purp);
}

.border.yellow {
    background: var(--yell);
}

.border.center {
    margin: 20px auto;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: white;
    font-family: var(--sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

pre {
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--trump), serif;
    clear: both;
    text-transform: uppercase;
}

h2 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 1px;
}

h3 {
    font-family: var(--trump);
    font-size: 34px;
    font-weight: 300;
}

p {
    font-family: var(--sans);
    margin: 0 0 1.5em;
    font-size: 22px;
    font-weight: 200;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

a,
a:visited {
    color: var(--cyan);
    font-weight: bold;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    /*	color: #191970;*/
    text-decoration: underline;
}

a:focus {
    /*	outline: thin dotted;*/
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

a.csgm-btn,
a.csgm-btn:visited {
    background: var(--purp);
    font-weight: 200;
    font-style: italic;
    color: white;
    text-align: center;
    font-family: var(--sans);
    text-transform: lowercase;
    margin: 10px auto;
    line-height: 1;
    padding: 16px 40px;
    font-size: 30px;
    display: inline-block;
}

a.csgm-btn:hover,
a.csgm-btn:focus,
a.csgm-btn:active {
    text-decoration: none;
    color: black;
    background: var(--cyan);
    transition: var(--ease);
}

.csgm-btn.small {
    font-size: 20px;
    padding: 10px 20px;
}

.entry-header {
    text-align: center;
    padding: 0;
    margin: 0 0 60px;
}

h1.entry-title {
    text-align: center;
    letter-spacing: 3px;
    line-height: 1;
    border-bottom: 1px solid #2222222e;
    display: inline-block;
    margin: 0 0 10px;
    font-family: var(--trump);
    font-weight: 300;
    font-size: 50px;
    margin: 0;
}

.sticky {
    display: block;
}

.post,
.page {
    /*	margin: 0 0 1.5em;*/
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

@media screen and (max-width: 600px) {
    article {padding: 150px 10px;}
    .entry-header {margin: 0 0 20px;}
    h1.entry-title {font-size: 40px;}
    p {font-size: 18px;}
}

/*endfold*/

/* -----------------------------------------
	Header
----------------------------------------- */

/*fold*/

.site-header {
    background: #000000b0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 20px;
    z-index: 99999;
    /*    position: relative;*/
}

.site-header .branding {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    grid-gap: 10px;
}

.site-header .branding a {
    text-transform: uppercase;
    font-family: var(--trump);
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 1px;
    color: white;
}

.site-header .branding a:hover {
    color: var(--cyan);
    transition: var(--ease);
}

.site-header .branding a span:first-child {
    font-weight: 300;
}

.site-header .padding {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.site-header .site-branding {
    margin: auto;
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    text-align: left;
}

.site-header .site-branding .custom-logo-link {
    grid-row: 1 / 3;
}

.site-header .site-branding a img {
    max-width: 100px;
    filter: grayscale(1);
}

.site-header .site-branding a:hover img {
    filter: none;
    transition: all 200ms ease-in-out;
}


.site-header .site-branding .site-title a {
    color: black;
    text-decoration: none;
}

.site-header .site-branding .site-description {
    margin: 0;
    align-self: start;
}



@media screen and (max-width: 900px) {

    /*    .site-header .padding  {display: block;}*/
    .main-navigation ul {
        float: none;
        margin: auto;
    }

    .site-header .site-branding {
        margin: 0 auto 20px;
        max-width: 400px;
        display: block;
        text-align: center;
    }

}




/*endfold*/

/* -----------------------------------------
	Navigation
----------------------------------------- */

/*fold*/

.menu-menu-container {
    position: relative;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: end;
    grid-gap: 40px;
}

.main-navigation ul li span,
.main-navigation ul li a {
    font-family: var(--sans);
    text-transform: lowercase;
    font-size: 22px;
    line-height: 1;
    padding: 10px 14px;
    font-weight: 200;
    border: none;
    border-radius: 0;
    background: transparent;
    color: white;
}

/*
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item span {
    border-bottom: 2px solid #d0b996b5;
}
*/

.main-navigation ul li span.active,
.main-navigation ul li span:hover,
.main-navigation ul li a:hover {
    text-decoration: none;
    transition: var(--ease);
    cursor: pointer;
    background: var(--purp);
}

.main-navigation ul li.menu-item-has-children svg,
.main-navigation ul li.menu-item-has-children i {
    font-size: 12px;
    vertical-align: 0;
    padding-left: 3px;
}

.main-navigation .sub-menu-wrap {
    display: none;
    position: absolute;
    /*    left: 0;*/
    right: 0;
    /*    background: var(--brown);*/
    top: 140%;
    text-align: center;
    z-index: 9999;
}

.main-navigation ul.sub-menu {
    display: block;
    float: none;
    width: 100%;
    grid-gap: 0;
}

.main-navigation ul.sub-menu a {
    font-family: var(--sans);
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 20px;
    font-style: italic;
    background: black;
    color: white;
    display: block;
    padding: 10px 20px;
}


.page-template-home-page .main-navigation ul.sub-menu a {
    background: var(--gray);
}

.main-navigation ul.sub-menu a:hover,
.page-template-home-page .main-navigation ul.sub-menu a:hover {
    background: var(--purp);
}

@media screen and (max-width: 1100px) {
    .main-navigation ul {
        grid-gap: 20px;
    }

}


@media screen and (max-width: 600px) {

    .site-header .padding {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .site-header .branding {
        justify-self: center;
    }

    .main-navigation ul {
        justify-content: center;
    }

    .site-header {
        padding: 20px 10px;
    }

    .main-navigation ul {
        float: none;
        width: 100%;
    }

    #menu-menu {
        position: relative;
        grid-gap: 0;
    }

    .main-navigation li.menu-item-has-children {
        position: initial;
    }

    .main-navigation .sub-menu-wrap {
        left: 0;
        right: 0;
    }

    .main-navigation li.wide {
        grid-column: 1 / 3;
    }

    .main-navigation ul.sub-menu a {
        padding: 14px 5px;
        border: 1px solid var(--accent);
    }

    =
}

/*endfold*/


/* -----------------------------------------
	Home Page
----------------------------------------- */

/*fold*/

.hero {
    background-image: url(https://www.katesullivan.video/wp-content/uploads/2024/12/hero-bg-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0 0;
}

.hero .grid {
    display: grid;
    grid-template-columns: 4fr 3fr;
    height: 900px;
}

.hero .grid .image {
    background-image: url(https://www.katesullivan.video/wp-content/uploads/2024/12/kate.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
}

.hero .grid .image .kate {
    display: block;
    width: 650px;
    max-width: 100%;
}

.hero .grid .text {
    align-self: center;
}

.hero h1.site-title {
    font-family: var(--trump);
    text-transform: uppercase;
    font-size: 140px;
    line-height: 0.9;
    margin: 0 0 20px;
}

.hero h1.site-title > span:first-child {
    font-weight: 300;
}

.hero h1.site-title span {
    display: block;
}

.hero p.site-description {
    margin: 0;
    font-size: 40px;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: 200;
}

.home-section {
    padding: 0 10px;
    margin: 200px auto;
}

.home-section .padding {
    max-width: 1200px;
    margin: auto;
}

.home-section h2 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 1px;
}

#reel-section .textwidget {
    text-align: center;
}

#reel-section p {
    margin: 40px auto;
    max-width: 600px;
    text-align: center;
    hyphens: none;
}

.home-section .image-grid {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    grid-gap: 10px;
}

.home-section .image-grid .item {
    max-width: 200px;
}

.home-section .image-grid .item img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 150px;
    width: auto;
    margin: auto;
}

.home-section .image-grid .item a:hover img {
    transform: scale(1.1);
    transition: var(--ease);
}

@media screen and (max-width: 1000px) {
    .hero h1.site-title {
        font-size: 100px;
    }

    .hero .grid {
        height: 700px;
    }

    .hero .grid .image {
        background-image: url(https://www.katesullivan.video/wp-content/uploads/2024/12/kate-top-1.webp);
        background-position: bottom right;
    }

}

@media screen and (max-width: 700px) {

    .hero {
        padding: 100px 0 0;
        background-image: url(https://www.katesullivan.video/wp-content/uploads/2024/12/hero-mobile.webp);
        background-attachment: scroll;
    }

    .hero .grid {
        grid-template-columns: 1fr;
        grid-template-areas: "main";
    }

    .hero .grid .image {
        grid-area: main;
        background-position: top right;
        background-size: 130%;
        background-image: url(https://www.katesullivan.video/wp-content/uploads/2024/12/kate.webp);
    }

    .hero .grid .text {
        grid-area: main;
        width: 100%;
        background: #000000a6;
        text-align: center;
        padding: 10px;
        align-self: end;
    }

    .hero h1.site-title span {
        display: inline;
    }

    .hero h1.site-title {
        font-size: 70px;
    }

    .hero p.site-description {
        font-size: 30px;
    }

    .hero .border {
        margin: 20px auto;
    }


    .home-section .image-grid {
        grid-template-columns: 1fr 1fr;
    }

}


/*endfold*/

/* -----------------------------------------
	Resume
----------------------------------------- */

/*fold*/

#resume {
    max-width: 600px;
    padding-bottom: 0;
}

#resume .section {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #2222222e;
}

#resume .section h2 {
    text-align: center;
    letter-spacing: 3px;
    line-height: 1;
    padding: 0 0 10px;
    border-bottom: 1px solid #2222222e;
    display: inline-block;
    margin: 0 0 20px;
}

#resume > div:nth-child(2) > div:nth-child(3) > p {
    margin: 0 !important;
}

#resume .section .textwidget p {
    margin: 0;
}

#resume .section h3 {
    margin: 0;
    letter-spacing: 3px;
}

#resume .desc {
    font-style: italic;
    text-transform: lowercase;
}

#resume .item.education .desc {
    margin: 0 0 30px;
}

#resume > div:nth-child(2) > div:nth-child(2) > p.desc {
    margin: 0;
}

#resume .item.experience .desc {
    margin: 0 0 10px;
}

#resume .item.experience .text {
    margin: 0;
    font-size: 18px;
}

#resume .item {
    margin: 40px auto;
}

#resume .item .website-link {
    font-style: italic;
    font-weight: 200;
    text-decoration: underline;
}

#resume .item .website-link:hover {
    color: var(--purp);
    transition: var(--ease);
}

.programs {
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 100px auto;
    grid-gap: 20px;
    grid-template-columns: repeat(4, auto);
    /*    grid-template-columns: repeat(auto-fit, minmax(min-content, 80px));*/
    max-width: 100%;
}

.programs .item {
    margin: auto;
    min-width: 0;
}

.programs .item img {
    max-height: 70px;
    max-width: 180px !important;
    width: auto;
    display: block;
}

#hero h1 {
    font-size: 60px;
    margin: 0 0 20px;
    line-height: 1;
}

#hero p {
    font-size: 18px;
    hyphens: none;
    margin: 0;
}

@media screen and (max-width: 700px) {
    #resume {
        padding: 100px 10px;
    }

    .programs {
        grid-template-columns: repeat(2, auto);
    }
}


/*endfold*/

/* -----------------------------------------
	Forms
----------------------------------------- */

/*fold*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*endfold*/


/* -----------------------------------------
	Masonry
----------------------------------------- */

/*fold*/

.is-masonry .wp-block-image {
    float: left;
    width: 300px;
    border-radius: 3px;
    overflow: hidden;
}

.is-masonry.columns-default {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.is-masonry {
    display: block !important;
}

.is-masonry .wp-block-image {
    width: 100% !important;
    margin-bottom: var(--wp--style--unstable-gallery-gap) !important;
}

.is-masonry.columns-1 {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    /* Standard syntax */
}

.is-masonry.columns-2 {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    /* Standard syntax */
}

.is-masonry.columns-3 {
    -webkit-columns: 3;
    /* Chrome, Safari, Opera */
    -moz-columns: 3;
    /* Firefox */
    columns: 3;
    /* Standard syntax */
}

.is-masonry.columns-4 {
    -webkit-columns: 4;
    /* Chrome, Safari, Opera */
    -moz-columns: 4;
    /* Firefox */
    columns: 4;
    /* Standard syntax */
}

.is-masonry.columns-5 {
    -webkit-columns: 5;
    /* Chrome, Safari, Opera */
    -moz-columns: 5;
    /* Firefox */
    columns: 5;
    /* Standard syntax */
}

.is-masonry.columns-6 {
    -webkit-columns: 6;
    /* Chrome, Safari, Opera */
    -moz-columns: 6;
    /* Firefox */
    columns: 6;
    /* Standard syntax */
}

.is-masonry.columns-7 {
    -webkit-columns: 7;
    /* Chrome, Safari, Opera */
    -moz-columns: 7;
    /* Firefox */
    columns: 7;
    /* Standard syntax */
}

.is-masonry.columns-8 {
    -webkit-columns: 8;
    /* Chrome, Safari, Opera */
    -moz-columns: 8;
    /* Firefox */
    columns: 8;
    /* Standard syntax */
}

@media screen and (max-width: 600px) {
    .is-masonry.columns-default {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

/*endfold*/

/* -----------------------------------------
	Video Lists / Portfolio
----------------------------------------- */

/*fold*/



article.has-sidebar {
    max-width: 1400px;
}

article.has-sidebar .entry-content {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 300px 1fr;
}

article.has-sidebar .entry-content .content {
    grid-column: 1/3;
    grid-row: 1;
}

article.has-sidebar .video-list {
    grid-column: 1 / 3;
    grid-template-columns: repeat(5, 1fr);
}



#video-details {
    border-top: 1px solid var(--accent);
    padding: 10px;
    position: relative;
}

#video-details .edit {
    position: absolute;
    right: 0;
    top: 0;
}

.video-list .wrapper {
    position: relative;
}

a.edit {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--brown);
}

.video-list .wrapper .edit {
    position: absolute;
    top: -14px;
    left: 0;
    color: transparent;
}

.video-list .wrapper:hover .edit {
    color: var(--brown);
    transition: var(--ease);
}

#video-details h2 {
    margin: 0;
    text-transform: none;
    line-height: 1;
}



.video .sidebar a img.logo {
    /*    max-width: 200px;*/
    /*
    margin: auto;
    display: block;
*/
}

.video .sidebar h3 {
    background: #222;
    text-align: center;
    color: white;
    line-height: 1;
    padding: 5px;
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 10px auto;
}

.video .sidebar .desc {
    font-style: italic;
    margin: 0 0 10px;
}

/* list of videos in category */

.video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
}

.single-video {
    padding: 5px;
    border-radius: 3px;
    display: grid;
    grid-gap: 5px;
    cursor: pointer;
}

.single-video.active,
.single-video:hover {
    transition: var(--ease);
    background: var(--accent);
    background: #222;
    cursor: pointer;
    color: white;
}

.single-video.active {
    padding: 0;
}

.single-video.active .meta {
    padding: 0 5px 5px 5px;
}

.single-video .image-container {
    max-height: 160px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
    position: relative;
}

.single-video .length {
    position: absolute;
    line-height: 1;
    background: black;
    color: white;
    font-weight: bold;
    font-family: system-ui;
    font-size: 12px;
    bottom: 5px;
    right: 5px;
    padding: 2px 5px;
}

.single-video img {
    display: block;
}

.single-video h2 {
    margin: 0;
    text-transform: none;
    font-size: 15px;
    line-height: 1.2;
}

.logo-container img {
    display: block;
    margin: auto;
}

.page-gwinnett-daily-post .logo-container {
    padding: 20px;
}

.page-cfg .logo-container {
    padding: 20px;
}

.page-cfg .logo-container img {
    max-width: 200px;
}

@media screen and (max-width: 1400px) {
    article.has-sidebar {
        padding: 0 10px
    }

    article.has-sidebar .video-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1100px) {

    article.has-sidebar .entry-content {
        grid-template-columns: 1fr;
        max-width: 900px;
        margin: auto;
    }

    article.has-sidebar .video-list {
        grid-column: auto;
    }

    article.has-sidebar {
        padding: 0 10px;
    }

    .video .sidebar {
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-gap: 20px;
        align-items: center;
    }

    .video .sidebar .logo-container {
        display: grid;
        align-content: center;
        height: 100%;
    }

    #video-details h2 {
        font-size: 20px;
    }

}

@media screen and (max-width: 800px) {
    article.has-sidebar .video-list {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media screen and (max-width: 600px) {

    article.has-sidebar .video-list,
    .video-list {
        grid-template-columns: 1fr;
    }


    .single-video .image-container {
        max-height: none;
        margin: 0;
    }

    .video .sidebar {
        grid-row: 3;
        grid-template-columns: 1fr;
        padding: 30px 0;
    }

    #video-details {
        border-top: none;
        padding: 20px 0;
    }

    #video-details h2 {
        font-size: 16px;
    }

    h1.entry-title {
        margin: 0;
    }

}

/*endfold*/

/* -----------------------------------------
	Responsive Iframe Videos
----------------------------------------- */

/*fold*/

.video-container,
.section.video .container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin: 0 0 30px;
}

[data-platform="instagram"] .video-container {
/*    width: 40%;*/
    max-width: 480px;
    min-height: 650px;
    margin: auto;
    padding-top: 63%;
}

iframe.responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
}

.video-container.insta iframe.responsive {
    margin-top: -363px;
    height: 200%;
}

iframe.instagram-media {
    min-width: 400px !important;
    margin: auto !important;
}

/*endfold*/

/* -----------------------------------------
	Video Portfolio 2024
----------------------------------------- */

/*fold*/

article.portfolio {
    max-width: 1400px;
}

#videos .section {
    margin: 0 auto 100px;
}

#videos .section h3.section-title {
    margin: 0 0 10px;
    background: white;
    display: inline-block;
    line-height: 1;
    color: black;
    font-size: 22px;
    padding: 6px 10px 4px;
    border-radius: 2px;
}

#videos .section p.term-description {
    font-size: 18px;
    font-style: italic;
}

#videos .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.watch-video {
    grid-column: span 3;
    grid-row: span 3;
}

/*
.watch-video[data-platform="instagram"] {
    grid-row: span 5;
}
*/

.watch-video .video-container {
    margin: 0 auto;
}

.watch-video .details {
    font-family: "Roboto", "Arial", sans-serif;
}

.watch-video .details h4 {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}

.watch-video .details h4 svg, 
.watch-video .details h4 i {
    margin-right: 3px;
    display: none;
}

.watch-video .details-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 5px;
    grid-template-areas:
        "title title"
        "channel bits"
        "desc desc";
    margin: 10px 0 0;
}

.watch-video .details .title {
    grid-area: title;
}

.watch-video .details .channel {
    grid-area: channel;
}

.watch-video .details .channel p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.watch-video .details .channel p a {
    color: white;
}

.watch-video .details .bits {
    grid-area: bits;
    justify-self: end;
}

.watch-video .details .bit a {
    color: white;
    text-decoration: none;
}

.watch-video .details .bit a:hover {
    background: #fff3;
    transition: var(--ease);
}

.watch-video .details .bits > .bit:not(:last-child) {
    margin-right: 5px;
}

.watch-video .details .bit {
    background: #ffffff1a;
    padding: 9px 14px;
    border-radius: 100px;
    line-height: 1;
    display: inline-block;
}

.watch-video .details .desc {
    background: var(--active);
    border-radius: 10px;
    padding: 10px 13px;
    grid-area: desc;
}

.watch-video .details .desc p {
    margin: 0;
    font-size: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
}

.watch-video .details .desc .view-data p {
    font-weight: 600;
    display: inline-block;
}

.watch-video .details .desc .view-data > p:not(:last-child) {
    margin-right: 10px;
}

.watch-video .details .desc .view-data .tag svg,
.watch-video .details .desc .view-data .tag i {
    font-size: 14px;
}

#videos .filter-by {
    grid-column: span 4;
    text-align: right;
}

#videos .filter-by > .cat-btn:not(:last-child) {
    margin-right: 5px;
}

#videos .filter-by .label {
    color: gray;
    margin-right: 5px;
    display: none;
}

.cat-btn {
    font-family: 'Roboto', 'Arial', sans-serif;
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    line-height: 1;
    cursor: pointer;
}

.cat-btn.inactive {
    background: #ffffff1a;
    color: white;
}

.cat-btn.inactive:hover {
    background: #fff3;
    transition: var(--ease);
}

.cat-btn.active {
    background: white;
    color: black;
}

.cat-btn .count {
    font-size: 12px;
    vertical-align: 1px;
}

#videos .single {
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

#videos .single.active {
    background: var(--active);
}

#videos .single .edit {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    left: -25px;
    color: transparent;
}

#videos .single-grid {
    display: grid;
    grid-gap: 5px;
}

.watch-video:not([data-platform="youtube"]) .details .desc .view-data .views,
.watch-video:not([data-platform="youtube"]) .details .bit.likes {
    display: none;
}

.watch-video[data-platform="instagram"] .details h4 svg,
.watch-video[data-platform="instagram"] .details h4 i {
    display: inline;
}

#videos .single:hover {
    background: var(--active);
    transition: var(--ease);
    cursor: pointer;
}

#videos .single:hover .edit {
    color: var(--purp);
    transition: var(--ease);
}

#videos .single .thumb-container {
    position: relative;
}

#videos .single .duration {
    position: absolute;
    background: #000000a6;
    bottom: 3px;
    left: 3px;
    border-radius: 5px;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
    color: white;
}

#videos .single .thumb-container {
    aspect-ratio: 2/1;
}

#videos .single .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 2/1;
    border-radius: 4px;
}

#videos .single h4 {
    font-family: "Roboto", "Arial", sans-serif;
    margin: 0;
    color: white;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    max-width: 100%;
    white-space: nowrap;
}

#videos .single .details {
    display: grid;
    grid-template-rows: 1.3fr 1fr 1fr;
    align-items: center;
    color: white;
}

#videos .single p.channel {
    font-size: 12px;
    margin: 0;
}

#videos .single p.data {
    font-size: 12px;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .watch-video {grid-row: 1;}
    #videos .grid {grid-template-columns: repeat(3, 1fr);}
    
    #videos .filter-by {
        grid-column: span 3; 
        text-align: left;
        grid-row: 2;
    }
    
    #videos .filter-by .label {
        display: block;
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 600px) {
    
    #videos .filter-by {grid-column: span 1;}
    .cat-btn {margin-bottom: 5px;}
    
    #videos .grid .watch-video {
        grid-column: span 1;
        margin: 0 -10px;
    }
    
    [data-platform="instagram"] .video-container {
        max-width: none;
        min-height: 800px;
    }
    
    #videos .grid .watch-video iframe.responsive {border-radius: 0;}
    
    #videos .grid {grid-template-columns: 1fr; grid-gap: 20px;}
    #videos .single {padding: 0;}
    
    .watch-video .details h4 {
        font-size: 22px;
        line-height: 1.2;
    }
    
    .watch-video .details {padding: 0 10px;}
    .watch-video .details .channel p {font-size: 14px;}
    .watch-video .details .desc p {font-size: 13px;}
    
    .watch-video .details-grid {
        grid-template-columns: 1fr;
        align-items: center;
    }
    
    .watch-video .details .bit {font-size: 13px;}
    
    #videos .single .details {display: block;}

    #videos .single-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        align-items: center;
    }
    
    #videos .single h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    
}

/*endfold*/

/* -----------------------------------------
	Instagram Embed
----------------------------------------- */

/*fold*/

.instagram-media {
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 1px;
    max-width: 540px;
    min-width: 326px;
    padding: 0;
    width: 99.375%;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
}

.instagram-media a.link {
    background:#FFFFFF; 
    line-height:0; 
    padding:0 0; 
    text-align:center; 
    text-decoration:none; 
    width:100%;
}

/*endfold*/

/* -----------------------------------------
	Footer
----------------------------------------- */

/*fold*/

.site-footer {
    background: var(--accent);
    /*    background-image: url('https://www.katesullivan.video/wp-content/uploads/2021/12/head.jpg');*/
    background-image: url('https://www.katesullivan.video/wp-content/uploads/2022/01/bgfoot.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.site-footer .padding {
    padding: 200px 20px;
    text-align: center;
}

.site-footer .social .grid {
    font-size: 40px;
    line-height: 1;
    display: grid;
    justify-content: center;
    max-width: 400px;
    margin: auto;
}

.site-footer .social a {
    color: white;
}

.site-footer .social a:hover {
    text-decoration: none;
}

.site-footer .social a:hover svg,
.site-footer .social a:hover i {
    transform: scale(1.1);
    transition: var(--ease);
}

.site-footer .site-info {
    padding: 20px;
    /*    text-align: center;*/
    color: #8a8686;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.site-footer .site-info a {
    color: #8a8686;
}

.site-footer .site-info a:hover {
    text-decoration: none;
    color: white;
    transition: var(--ease);
}



/* -----------------------------------------
	Basics
----------------------------------------- */

/*fold*/


@media screen and (min-width: 600px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/*endfold*/
