/*  
Theme Name: CrudePulse.com
Theme URI: https://www.crudepulse.com
Description: Default CrudePulse.com theme.
Version: 1.00
Author: Precision Creations
Author URI: https://www.precisioncreations.com
*/

@import url('https://use.typekit.net/eho7bor.css');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: #a2b5b8;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;
    background: #212f31;
}

h1 {
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-size: 60px;
    font-weight: 700;
    line-height: 58px;
}

h2 {
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
}

blockquote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    border-color: #000000;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
.container.full {
    max-width: 100%;
}
.container.narrow {
    max-width: 1020px;
}
.container.page-content {
    max-width: 780px;
}
.button {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 60px;
    letter-spacing: 3%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    height: 60px;
    padding: 0 40px;
    background: #4354FF;
    color: #ffffff;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.button:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    filter: brightness(1.2);
    color: #ffffff;
}
.center {
    text-align: center;
}

/* Header */
.header {
    position: relative;
    padding: 15px 0;
    background: #D4E1E3;
    background: radial-gradient(circle,rgba(237, 246, 247, 1) 20%, rgba(212, 225, 227, 1) 80%);
    background: -moz-radial-gradient(circle,rgba(237, 246, 247, 1) 20%, rgba(212, 225, 227, 1) 80%);
}
.header a.logo {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    padding: 0 30px;
    width: 100%;
}
.header a.logo img {
    width: 100%;
    height: auto;
}
.header button.search-toggle, 
.header button.close-toggle {
    display: block;
    background: none;
    border: none; 
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 0px;
}
.header button.search-toggle {
    display: block;
}
.header button.close-toggle {
    display: none;
    padding: 2px;
    border: 1px solid #ed0059;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin-top: -2px; 
    margin-left: -12px;
}
.header button.search-toggle svg, .header button.close-toggle svg {
    width: 20px;
    height: auto;
}
.header button.close-toggle svg {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
.header button.search-toggle svg path, .header button.close-toggle svg path {
    fill: #25262e;
    transition: fill 0.3s ease;
}
.header button.search-toggle:hover svg path, .header button.close-toggle:hover svg path {
    fill: #ed0059;
}
.header.search-expanded button.search-toggle {
    display: none;
}
.header.search-expanded button.close-toggle {
    display: block;
}


/* Navigation */
.nav {
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    position: sticky;
    top: 0;
    z-index: 100000;
    background: linear-gradient(90deg, rgba(1, 191, 226, 1), rgba(44, 181, 114, 1), rgba(1, 191, 226, 1));
    background-size: 200% 200%;
    animation: gradientMove 6s linear infinite;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.nav .container ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px 46px;
    flex-wrap: wrap;
}
.nav .container ul li a {
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}
.nav .container ul li a:hover {
    color: #672e52;
}
.nav .search-form {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    background: #9B00B9;
    background: -webkit-linear-gradient(90deg, rgba(155, 0, 185, 1) 0%, rgba(252, 0, 71, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(155, 0, 185, 1) 0%, rgba(252, 0, 71, 1) 100%);
    background: linear-gradient(90deg, rgba(155, 0, 185, 1) 0%, rgba(252, 0, 71, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B00B9", endColorstr="#FC0047", GradientType=1);    
    width: 100%;
    z-index: 100;
    box-shadow: 0px 25px 25px 0px #00000026;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    pointer-events: none;
}

.nav .search-form.active {
    max-height: 500px;
    padding: 40px 0px;
    opacity: 1;
    pointer-events: auto;
}

.nav .search-form form {
    max-width: 890px;
    display: block;
    position: relative;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background-color: rgba(0,0,0,0.1);
}

.nav .search-form form input[type=text] {
    width: 100%;
    padding: 10px 20px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: none;
    outline: 0;
    text-indent: 10px;
    padding-right: 60px;
}

.nav .search-form form button {
    display: block;
    background: none;
    border: none; 
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
}
.nav .search-form form button svg {
    width: 25px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -12.5px;
}
.nav .search-form form button svg path {
    fill: #fff;
    transition: fill 0.3s ease;
}
.nav .search-form form button:hover svg path {
    fill: #4354FF;
}

/* Page Content */
.page-content {
    margin-top: 32px;
}
h1.page-title {
    width: 100%;
    text-align: center;
}
.page-content .gform_wrapper form .gform_footer input[type=submit].gform_button.gform_button {
    padding: 0 24px;
    height: 60px;
    line-height: 60px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    letter-spacing: 3%;
    text-align: center;
    text-transform: uppercase;
    background: #4354FF;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

/* Page Content - 404 */
.error-404 {
    text-align: center;
    padding: 200px 0px;
    max-width: 730px;
    margin: 0 auto;
}
.error-404 .error-label {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24.27px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.error-404 h1.page-title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0%;
    padding: 0;
    margin: 0;
}
.error-404 a.button {
    margin-top: 20px;
}

/* Legal styles */
.legal-selector {
    display: inline-block;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #CECECE;
    border-radius: 40px;
    margin-bottom: 15px;
    margin-top: -20px;
}
.legal-selector a {
    display: inline-block;
    border-radius: 40px;
    padding: 0 16px;
    height: 42px;
    line-height: 42px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3%;
    color: #000000;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}
.legal-selector a:hover {
    color: #4354FF;
}
.legal-selector a.active {
    background: #4354FF;
    color: #ffffff;
    z-index: 5;
}

/* Single Post */ 
.post-header {
    margin-top: 40px;   
}
.post-header .post-category,
.post-header .post-category a {
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #00bee0;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 0 0 10px 0;
}
.post-header .post-category a:hover {
    color: #4354FF;
}
.post-header h1.post-title {
    font-family: "Domine", serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 58px;
    letter-spacing: 0%;
    margin: 0;
    padding: 0;
}
.post-header h2.post-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.post-header .post-meta {
    margin-top: 20px;
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #566769;
}
.post-header .post-author {
    padding-right: 5px;
}
.post-header .post-author a {
    text-decoration: none;
}
.post-header .post-date {
    padding-left: 5px;
}
.post-header .post-thumbnail {
    margin-top: 20px;
    text-align: center;
}
.post-header .post-thumbnail .post-thumbnail-image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.3%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f5f6f9;
    overflow: hidden;
}
.post-header .post-thumbnail-caption {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 3%;
    color: #454757;
    font-size: 13px;
    line-height: 16px;
}
.post-header .post-thumbnail-credit {
    line-height: 15px;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 3%;
    color: #454757;
}
.post-header .post-thumbnail-credit a {
    color: #454757;
    text-decoration: none;
}
.post-header .post-thumbnail-credit a:hover {
    color: #75cdd4;
}
.post-content {
    position: relative;
}

.text {
    position: relative;
}

.text a,
.text a span { 
    font-weight: 600; 
    color: #25262e; 
    text-decoration: none; 
    background: #5299D4;
    background: -webkit-linear-gradient(-90deg, rgba(82, 153, 212, 1) 0%, rgba(120, 205, 212, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(82, 153, 212, 1) 0%, rgba(120, 205, 212, 1) 100%);
    background: linear-gradient(-90deg, rgba(82, 153, 212, 1) 0%, rgba(120, 205, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5299D4", endColorstr="#78CDD4", GradientType=0);
    padding: 0 8px; 
}
.text a:hover { 
    color: #25262e; 
    background: #5299D4;
    background: -webkit-linear-gradient(90deg, rgba(82, 153, 212, 1) 0%, rgba(120, 205, 212, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(82, 153, 212, 1) 0%, rgba(120, 205, 212, 1) 100%);
    background: linear-gradient(90deg, rgba(82, 153, 212, 1) 0%, rgba(120, 205, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5299D4", endColorstr="#78CDD4", GradientType=1);
}

.text img,
.text .image-wrap { 
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle; 
}

.text img,
.text .image-wrap {
    width: 100%;
    display: block;
}

.text img { }

.text img.border {
    border: 12px solid #fff;
    -moz-box-shadow: 1px 2px 3px #acb4bf;
    -webkit-box-shadow: 1px 2px 3px #acb4bf;
    box-shadow: 1px 2px 3px #acb4bf;
}

.text img.round {
    -moz-border-radius: 250px;
    border-radius: 250px;
}

    .text img,
    .text a img,
    .text .image-wrap { margin-top: 2%; margin-bottom: 2%; }
    .text .image-wrap img { margin: 0; position: relative; }

    .text img.alignleft,
    .text a img.alignleft,
    .text .image-wrap.alignleft { float: left; margin-right: 2.5%; margin-left: 0; }

    .text img.alignright, 
    .text a img.alignright,
    .text .image-wrap.alignright { float: right; margin-right: 0; margin-left: 2.5%; }

    .text img.aligncenter, 
    .text a img.aligncenter,
    .text .image-wrap.aligncenter { float: none; margin-right: auto; margin-left: auto; }

    .text img.alignnone, 
    .text a img.alignnone,
    .text .image-wrap.alignnone { float: none; margin-right: 0; margin-left: 0; }

    .text img.width-5,
    .text .image-wrap.width-5 { width: 5% !important; }
    .text img.width-10,
    .text .image-wrap.width-10 { width: 10% !important; }
    .text img.width-15,
    .text .image-wrap.width-15 { width: 15% !important; }
    .text img.width-20,
    .text .image-wrap.width-20 { width: 20% !important; }
    .text img.width-25,
    .text .image-wrap.width-25 { width: 25% !important; }
    .text img.width-30,
    .text .image-wrap.width-30 { width: 30% !important; }
    .text img.width-35,
    .text .image-wrap.width-35 { width: 35% !important; }
    .text img.width-40,
    .text .image-wrap.width-40 { width: 40% !important; }
    .text img.width-45,
    .text .image-wrap.width-45 { width: 45% !important; }
    .text img.width-50,
    .text .image-wrap.width-50 { width: 50% !important; }
    .text img.width-55,
    .text .image-wrap.width-55 { width: 55% !important; }
    .text img.width-60,
    .text .image-wrap.width-60 { width: 60% !important; }
    .text img.width-65,
    .text .image-wrap.width-65 { width: 65% !important; }
    .text img.width-70,
    .text .image-wrap.width-70 { width: 70% !important; }
    .text img.width-75,
    .text .image-wrap.width-75 { width: 75% !important; }
    .text img.width-80,
    .text .image-wrap.width-80 { width: 80% !important; }
    .text img.width-85,
    .text .image-wrap.width-85 { width: 85% !important; }
    .text img.width-90,
    .text .image-wrap.width-90 { width: 90% !important; }
    .text img.width-95,
    .text .image-wrap.width-95 { width: 95% !important; margin: 5px 0 10px 0 !important; }
    .text img.width-100,
    .text .image-wrap.width-100 { width: 100% !important; margin: 5px 0 10px 0 !important; }

    .text .image-wrap img { width: 100% !important; }

    .text img.min-width-50 { min-width: 50px; }
    .text img.min-width-100 { min-width: 100px; }
    .text img.min-width-150 { min-width: 150px; }
    .text img.min-width-200 { min-width: 200px; }
    .text img.min-width-250 { min-width: 250px; }
    .text img.min-width-300 { min-width: 300px; }
    .text img.min-width-350 { min-width: 350px; }
    .text img.min-width-400 { min-width: 400px; }
    .text img.min-width-450 { min-width: 450px; }
    .text img.min-width-500 { min-width: 500px; }
    .text img.min-width-550 { min-width: 550px; }
    .text img.min-width-600 { min-width: 600px; }
    .text img.min-width-650 { min-width: 650px; }
    .text img.min-width-700 { min-width: 700px; }
    .text img.min-width-750 { min-width: 750px; }
    .text img.min-width-800 { min-width: 800px; }
    .text img.min-width-850 { min-width: 850px; }
    .text img.min-width-900 { min-width: 900px; }
    .text img.min-width-950 { min-width: 950px; }
    .text img.min-width-1000 { min-width: 1000px; }

.text figure {
    width: 100% !important;
    display: block;
    margin: 0;
    padding: 0;
}

.text figure.alignleft { float: left; margin: 15px 20px 20px 0; }
.text figure.alignright { float: right; margin: 15px 0 20px 20px; }
.text figure.aligncenter { float: none; margin: 15px auto 20px auto; }
.text figure.alignnone { float: none; margin: 15px 0 20px 0; }

    .text figure.width-5 { width: 5% !important; }
    .text figure.width-10 { width: 10% !important; }
    .text figure.width-15 { width: 15% !important; }
    .text figure.width-20 { width: 20% !important; }
    .text figure.width-25 { width: 25% !important; }
    .text figure.width-30 { width: 30% !important; }
    .text figure.width-35 { width: 35% !important; }
    .text figure.width-40 { width: 40% !important; }
    .text figure.width-45 { width: 45% !important; }
    .text figure.width-50 { width: 50% !important; }
    .text figure.width-55 { width: 55% !important; }
    .text figure.width-60 { width: 60% !important; }
    .text figure.width-65 { width: 65% !important; }
    .text figure.width-70 { width: 70% !important; }
    .text figure.width-75 { width: 75% !important; }
    .text figure.width-80 { width: 80% !important; }
    .text figure.width-85 { width: 85% !important; }
    .text figure.width-90 { width: 90% !important; }
    .text figure.width-95 { width: 95% !important; }
    .text figure.width-100 { width: 100% !important; }

        .text figure img,
        .text figure img.width-5,
        .text figure img.width-10,
        .text figure img.width-15,
        .text figure img.width-20,
        .text figure img.width-25,
        .text figure img.width-30,
        .text figure img.width-35,
        .text figure img.width-40,
        .text figure img.width-45,
        .text figure img.width-50,
        .text figure img.width-55,
        .text figure img.width-60,
        .text figure img.width-65,
        .text figure img.width-70,
        .text figure img.width-75,
        .text figure img.width-80,
        .text figure img.width-85,
        .text figure img.width-90,
        .text figure img.width-95,
        .text figure img.width-100 { width: 100% !important; margin: 0 !important; }

    .text figure figcaption {
        width: 100%;
        display: inline-block;
        padding: 10px 5%;
        margin: 0;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        color: #595a68;
        border-bottom: 2px solid rgba(255,255,255,0.1);
    }

        .text figure.width-5 figcaption,
        .text figure.width-10 figcaption,
        .text figure.width-15 figcaption,	
        .text figure.width-20 figcaption,
        .text figure.width-25 figcaption,
        .text figure.width-30 figcaption,
        .text figure.width-35 figcaption,
        .text figure.width-40 figcaption,
        .text figure.width-45 figcaption,
        .text figure.width-50 figcaption { width: 100%; padding: 10px 5%; }
        .text figure.width-55 figcaption,
        .text figure.width-60 figcaption,
        .text figure.width-65 figcaption,
        .text figure.width-70 figcaption,
        .text figure.width-75 figcaption,
        .text figure.width-80 figcaption,
        .text figure.width-85 figcaption,
        .text figure.width-90 figcaption,
        .text figure.width-95 figcaption,
        .text figure.width-100 figcaption { width: 100%; padding: 12px 3.5%; font-size: 15px; }

/* Image/Video Credit */ 
.credit { 
width: 100%;
display: block;
position: relative;
margin: 1.5% 0 0 0;
text-align: right;
text-decoration:none;
}

.credit a { color: #595a68; text-decoration: none; }
.credit a:hover { color: #7e7e7e; }

.credit,
.credit span,
.credit a,
.text .credit,
.text .credit span,
.text .credit a { 
font-size: 9px !important;
line-height: 1.0 !important;
text-transform: uppercase !important;
color: #595a68 !important;
font-style: italic !important;
font-weight: 600 !important;
}

.text .image-wrap.alignleft .credit { float: left; }
.text .image-wrap.alignright .credit { float: right; }

.post-content .post-share {
    position: absolute;
    top: 0px;
    left: -330px;
    z-index: 10;
}
.post-share {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-share .post-share-option {
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    background-color: rgba(255,255,255,0.1);
    border-top: 0px;
    width: 77px;
    height: 77px;
}
.post-share .post-share-option:first-of-type {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.post-share .post-share-option a {
    display: block;
    height: 77px;
    width: 77px;
    position: relative;
}
.post-share .post-share-option a svg {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
.post-share .post-share-option a svg path {
    fill: #fff;
    transition: fill 0.3s ease;
}
.post-share .post-share-option a:hover svg path {
    fill: #67dee0;
}
.related-posts {
    display: block;
    margin-top: 50px;
}
#comments,
#respond, 
.comments-area,
#wpdcom.wpd-dark {
	background: transparent !important;
}

/* Loop */
.loop-content {
    margin-top: 40px;
}
h1.search-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
}
h1.category-title {
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
}
h2.loop-label {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 8px;
    color: #566769;
}
.standard-loop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
}
.standard-loop .standard-loop-entry {
    width: calc(25% + 10px);
    padding: 20px 0px;
    box-sizing: initial;
    display: flex; 
    flex-direction: column;
}
.standard-loop .standard-loop-entry:nth-child(4n-3), 
.standard-loop .standard-loop-entry:nth-child(4n) {
    width: calc(25% - 10px);
}
.standard-loop .standard-loop-entry.top-border {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.standard-loop .standard-loop-entry .standard-loop-entry-inner {
    min-height: 100%; 
    width: 100%;
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 0 20px;
}
.standard-loop .standard-loop-entry:nth-child(4n-3) .standard-loop-entry-inner {
    padding-left: 0px;
}
.standard-loop .standard-loop-entry:nth-child(4n) .standard-loop-entry-inner {
    padding-right: 0px;
    border-right: 0px;
}

.standard-loop-entry .loop-entry-thumbnail-inner {
    width: 100%; 
    padding-top: 56.3%; 
    position: relative;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}
.standard-loop-entry a:hover .loop-entry-thumbnail-inner {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    filter: brightness(1.2);
}
.standard-loop-entry .loop-entry-category,
.standard-loop-entry .loop-entry-category a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 0 5px 0;
    color: #00bee0;
}
.standard-loop-entry  a.loop-entry-title {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0%;
    text-decoration: none;
    color: #fff;
    margin-top: 2px;
}
.standard-loop-entry  a.loop-entry-title:hover {
    color: #a2b5b8;
}
.standard-loop-entry .loop-entry-excerpt {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 10px;
}
.standard-loop-entry .loop-entry-meta {
    font-family: Inter;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #566769;
    margin-top: 20px;
}

.standard-loop-entry .loop-entry-meta a {
    color: #566769;
    text-decoration: none;
}
.standard-loop-entry .loop-entry-meta a:hover {
    color: #a2b5b8;
}
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.pagination .next-link, .pagination .previous-link {
    margin-top: 30px;
}
.pagination .next-link {
    margin-left: auto;
}
.pagination a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    text-transform: uppercase;
    padding: 22px;
    border: 1px solid #4354FF;
    color: #4354FF;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.pagination a:hover {
    background: #F5F5F5;
}

/* Front Page */ 
.homepage-content .top-fold {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-bottom: 40px;
}
.homepage-content .top-fold .popular-posts {
    flex: 250px 0 0;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.1);

}
.homepage-content .top-fold .featured-posts {
    flex-grow: 1;
    padding-left: 20px;
}
.category-section {
    margin-top: 40px;
}
.category-section .section-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    align-items: center;
}
.category-section .loop-label {
    display: inline-block;
}
.category-section  .view-all-link {
    margin-left: auto;
    display: block;
    position: relative;
}
.category-section  .view-all-link a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    text-transform: uppercase;
    color: #566769;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 15px;
    z-index: 1;

}
.category-section  .view-all-link a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0px;
    top: 1px;
    mask: url('imgs/arrow.svg') no-repeat center;
    -webkit-mask: url('imgs/arrow.svg') no-repeat center;
    background-color: #000000; /* Default fill color */
    mask-size: cover;
    -webkit-mask-size: cover;
    z-index: -1;
}

.category-section .view-all-link a:hover:after {
    background-color: #4354FF; /* Hover fill color */
}
.category-section  .view-all-link a:hover {
    color: #4354FF;
}
.magazine-loop, .center-loop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.magazine-loop .magazine-featured, 
.center-loop .center-featured {
    flex-grow: 1;
    padding-right: 20px;
}
.magazine-loop .magazine-featured .standard-loop-entry a.loop-entry-title,
.center-loop .center-featured .standard-loop-entry a.loop-entry-title {
    font-family: "Domine", serif;
    font-weight: 700;
    font-size: 39.27px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.magazine-loop .magazine-large,
.magazine-loop .magazine-small,
.center-loop .center-column {
    display: flex;
    flex-direction: column;
    flex: 340px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.magazine-loop .magazine-small {
    flex: 320px 0 0;
    padding-right: 0px;
}
.magazine-loop .magazine-large,
.center-loop .center-column {
    gap: 40px;
}
.magazine-loop .magazine-small .standard-loop-entry {
    margin-top: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.magazine-loop .magazine-small .standard-loop-entry:first-child {
    margin-top: 0px;
}
.magazine-loop .magazine-small .standard-loop-entry:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.center-loop .center-featured {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
    order: 1;
}
.center-loop .center-column:nth-last-of-type(2) {
    padding-left: 0px;
    border-left: 0px;
    order: 0;
}
.center-loop .center-column:last-of-type {
    padding-right: 0px;
    border-left: 1px solid rgba(255,255,255,0.1);
    order: 2;
}
.popular-posts-loop {
    display: flex;
    flex-direction: column;
}
.popular-posts-loop .popular-posts-entry {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    gap: 22px;
    align-items: center;
}
.popular-posts-loop .popular-posts-entry .number {
    font-family: "Domine", serif;
    font-weight: 400;
    font-size: 63.54px;
    line-height: 100%;
    letter-spacing: 3%;
}
.popular-posts-loop .popular-posts-entry .title {
    line-height: 17px;
}
.popular-posts-loop .popular-posts-entry .title a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0%;
    text-decoration: none;
}
.popular-posts-loop .popular-posts-entry:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.podcast-embed {
    margin-top: 40px;
}

/* Load More */
.nav-load {
    display: inline-block!important;
    width: 100%!important;
    text-align: center!important
}

.nav-load-buttons {
    width: 100%;
    display: inline-block;
    margin: 35px 0;
}

    .nav-load-buttons .load-more-button {
        display: block;
        text-align: center;
        margin: 0 0 5% 0;
    }

    .nav-load-buttons .load-more-button a {
        color: #d00653;
        font-size: 18px;
        line-height: 1.0;
        font-weight: 800;
        padding: 15px 30px;
        display: inline-block;
        text-transform: uppercase;
        font-family: 'proxima-nova', 'Arial', sans-serif;
        border: 3px solid #d00653;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        text-decoration: none;
    }

        .nav-load-buttons .load-more-button a:hover {
            color: #9e00b6;
            border: 3px solid #9e00b6;
        }

.nav-load-buttons .loading {
    display: none;
    position: relative;
    text-align: center;
}
.nav-load-buttons .loading.active { display: block; }


.nav-load-buttons .message {
    display: none;
    width: 100%;
    text-align: center;
    margin: 30px auto 0;
}

.nav-load-buttons .message p {
    margin: 0;
    text-align: center;
}


    .nav-load-buttons .loading svg {
        animation: 3s linear infinite loading-svg-animation;
        max-width: 75px;
    }

    @keyframes loading-svg-animation {
        0% {
            transform: rotateZ(0deg);
        }
        100% {
            transform: rotateZ(360deg)
        }
    }

    .nav-load-buttons .loading circle {
        animation: 2.4s ease-in-out infinite both loading-circle-animation;
        display: block;
        fill: transparent;
        stroke: #78cdd4;
        stroke-linecap: round;
        stroke-dasharray: 283;
        stroke-dashoffset: 280;
        stroke-width: 10px;
        transform-origin: 50% 50%;
    }

    @keyframes loading-circle-animation {
        0%,
        25% {
            stroke-dashoffset: 280;
            transform: rotate(0);
        }
        50%,
        75% {
            stroke-dashoffset: 75;
            transform: rotate(45deg);
        }
        100% {
            stroke-dashoffset: 280;
            transform: rotate(360deg);
        }
    }

/* Footer */
.footer-container {
    margin-top: 40px;
    background: #1b1c22;
}
.footer-form {
    color: #ffffff;
}
.footer-form .container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-top: 3%;
    padding-bottom: 3%;
}
.footer-form .form-container-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    padding-left: 460px;
    position: relative;
}
.footer-form .gform_wrapper {
    border-left: 1px solid #767676;
    padding-left: 63px;
    padding-top: 77px;
    padding-bottom: 77px;
}
.footer-form .gform_wrapper.gform_confirmation_wrapper {
    border-left: 0px;
    width: calc(100% + 460px);
    margin-left: -460px;
    padding-left: 0px;
}
.footer-form .gform_wrapper.gform_confirmation_wrapper .gform_confirmation_message {
    width: 100%;
    display: block;
    text-align: center;
    font-family: "Domine", serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 63px;
    letter-spacing: 0%;
}
.footer-form .gform_wrapper h2.gform_title {
    position: absolute;
    left: 0px;
    top: 77px;
    width: 400px;
    font-size: 54px;
    line-height: 63px;
    padding: 0px;
    margin: 0px;
}
.footer-form .gform_wrapper p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}
.footer-form .gform_wrapper .gform_body .gform-field-label {
    display: none;
}
.footer-form .gform_wrapper form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer-form .gform_wrapper form .gform_body {
    flex-grow: 1;
}
.footer-form .gform_wrapper form .gform_body input[type=email] {
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #747474;
    border: 0px !important;
    outline: 0px !important
}
.footer-form .gform_wrapper form .gform_footer {
    padding: 0;
    margin: 0;
}
.footer-form .gform_wrapper form .gform_footer input[type=submit].gform_button.gform_button {
    padding: 0 24px;
    height: 60px;
    line-height: 60px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    letter-spacing: 3%;
    text-align: center;
    text-transform: uppercase;
    background: #4354FF;
    border-radius: 0;
    transition: all .2s ease-in-out;
}
.footer-form .gform_wrapper form .gform_footer input[type=submit].gform_button.gform_button:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    filter: brightness(1.2);
}

.footer-form .form-container-inner {
    max-width: 1120px;
}
.footer-form .form-container-inner:has(.footer-email-signup) {
    padding-left: 0;
}
.footer-form .footer-email-signup {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.footer-form .footer-email-signup__intro {
    margin-bottom: 14px;
    text-align: center;
}
.footer-form .footer-email-signup__intro h4 {
    margin: 0;
    color: #ffffff;
    font-family: 'proxima-nova', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.15;
}
.footer-form .footer-email-signup__form-wrap {
    width: 100%;
}
.footer-form .footer-email-signup__form-wrap form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    background: rgba(255,255,255,0.03);
}
.footer-form .footer-email-signup__form-wrap input[type=email] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 20px;
    border: 0;
    outline: 0;
    border-radius: 999px;
    background: rgba(0,0,0,0.18);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 48px;
}
.footer-form .footer-email-signup__form-wrap input[type=email]::placeholder {
    color: rgba(255,255,255,0.55);
}
.footer-form .footer-email-signup__form-wrap button[type=submit] {
    flex: 0 0 auto;
    height: 48px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(1, 191, 226, 1), rgba(44, 181, 114, 1), rgba(1, 191, 226, 1));
    background-size: 200% 200%;
    animation: gradientMove 6s linear infinite;
    transition: filter .2s ease-in-out, transform .2s ease-in-out;
}
.footer-form .footer-email-signup__form-wrap button[type=submit]:hover {
    filter: brightness(1.08);
}
.footer-form .footer-email-signup__disclaimer {
    margin-top: 12px;
    text-align: center;
    color: #454757;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    line-height: 1.5;
    max-width: 640px;
    margin: 10px auto;
}
.footer-form .footer-email-signup__disclaimer a {
    color: #6b6f87;
    text-decoration: none;
}
.footer-form .footer-email-signup__disclaimer a:hover {
    color: #8d91ab;
}
.footer {
    width: 100%;
    padding: 25px 0 40px;
    color: #566769;
    font-size: 13px;
    line-height: 20px; 
}
.footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.footer .container .footer-logo {
    flex-grow: 1;
}
.footer .container .footer-logo a {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
.footer .container .footer-copyright, .footer .container .footer-social {
    flex: 425px 0 0;
}
.footer .container .footer-copyright {
    padding-left: 50px;
    text-align: right;
}
.footer .container .footer-copyright a {
    text-decoration: none;
}
.footer .container .footer-copyright a:hover {
    color: inherit;
    text-decoration: underline;
}
.social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}
.social-links .social-link {
    display: block;
    height: 20px;
    width: 20px;
    position: relative;
    transition: all .2s ease-in-out;
}
.social-links .social-link svg {
    height: 20px;
    width: 20px;
    fill: #fff !important;
}
.social-links .social-link:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}
.social-links .social-link svg path {
    fill: var(--secondary);
}
.social-links .social-link.facebook svg {
    position: absolute;
    height: 24px;
    width: 24px;
    top: -3px;
    left: -2px;
}
.social-links .social-link.instagram svg {
    height: 28px;
    width: 28px;
    margin-top: -5px;
    margin-left: -3px;
}

@media screen and (max-width: 1500px) {
    .post-content .post-share {
        position: relative !important;
        top: initial !important;
        left: initial !important;
        flex-direction: row;
        width: 100%;
    }
    .post-share .post-share-option {
        flex-grow: 1;
        border-top: 1px solid #D7D7D7;
    }
    .post-share .post-share-option a {
        width: 100%;
    }
    .footer .container {
        flex-direction: column;
        align-items: center;
    }
    .footer .container .footer-logo {
        order: 0;
    }
    .footer .container .footer-logo a {
        padding: 0 40px;
    }
    .footer .container .footer-copyright, .footer .container .footer-social {
        flex: initial;
        width: 100%;
        order: 1;
        text-align: center;
        padding-left: 0px;
        font-size: 11px;
        line-height: 13px;
    }
    .footer .container .footer-social {
        padding: 20px 0;
    }
    .footer .social-links {
        justify-content: center;
    }
    .footer-form .gform_wrapper form .gform_body input[type=email],
    .nav .search-form form input[type=text],
    .page-content .gform_wrapper form .gform_body input[type=email],
    .page-content .gform_wrapper form .gform_body input[type=text],
    .page-content .gform_wrapper form .gform_body textarea {
        font-size: 16px;
    }
}

@media screen and (max-width: 850px) {
    .nav .container ul {
        gap: 10px 30px;
    }
    .nav .container ul li a {
        font-size: 11px;
        letter-spacing: 2%;
    }
    .post-header h1.post-title {
        font-size: 28.8px;
        line-height: 32px;
    }
    .post-header h2.post-subtitle {
        font-size: 13px;
        line-height: 17px;
        margin-top: 10px;
    }
    .standard-loop {
        flex-direction: column;
    }
    .standard-loop .standard-loop-entry {
        width: 100% !important;
        flex: initial;
    }
    .standard-loop .standard-loop-entry .standard-loop-entry-inner {
        border-left: 0px !important;
        border-right: 0px !important;
        padding: 0 !important;
    }
    .homepage-content .top-fold {
        flex-direction: column;
        gap: 45px;
    }
    .homepage-content .top-fold .popular-posts {
        flex: initial;
        width: 100%;
        order: 1;
        border-right: 0px;
        padding-right: 0px;
    }
    .homepage-content .top-fold .featured-posts {
        padding-left: 0px;
        width: 100%;
        order: 0;
    }
    .magazine-loop, 
    .center-loop {
        flex-direction: column;
        gap: 30px;
    }
    .magazine-loop .magazine-featured, .center-loop .center-featured {
        padding-right: 0px;
        border-left: 0px;
        padding-left: 0px;
    }
    .magazine-loop .magazine-large, 
    .magazine-loop .magazine-small, 
    .center-loop .center-column {
        padding-left: 0px;
        padding-right: 0px;
        border: 0px !important;
    }
    .magazine-loop .magazine-featured .standard-loop-entry a.loop-entry-title, 
    .center-loop .center-featured .standard-loop-entry a.loop-entry-title {
        font-size: 28.8px;
        line-height: 32px;
    }
    .standard-loop-entry .loop-entry-meta {
        margin-top: 15px;
    }
    .magazine-loop .magazine-small .standard-loop-entry:first-child {
        padding-top: 20px;
        border-top: 1px solid #CECECE;
    }
    .footer-form .form-container-inner {
        padding-left: 0px;
    }
    .footer-form .gform_wrapper {
        border-left: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0px;
    }
    .footer-form .gform_wrapper h2.gform_title {
        position: relative;
        top: initial;
        left: initial;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        font-size: 46px;
        line-height: 50px;
    }
    .footer-form .gform_wrapper p {
        margin-bottom: 26px;
        text-align: center;
        font-size: 13px;
        line-height: 17px;
    }

    .footer-form .footer-email-signup__intro h4 {
        font-size: 28px;
    }
    .footer-form .footer-email-signup__form-wrap form {
        gap: 10px;
    }
    .error-404 h1.page-title {
        font-size: 60px;
        line-height: 60px;
    }
}

/* End-of-file overrides for the requested header and comments layout. */
.site-header-bar { min-height:78px; flex-wrap:nowrap; }
.site-header-logo { flex:0 1 225px; width:225px; min-width:150px; transition:width .25s ease,min-height .25s ease,padding .25s ease; }
.site-header-main { flex:1 1 auto; width:auto; min-width:0; padding-left:38px; }
.main-nav-toggle { display:flex; flex:0 0 42px; width:42px; height:42px; margin:auto 8px auto 0; padding:9px 8px; flex-direction:column; justify-content:space-between; background:transparent; border:1px solid rgba(255,255,255,.35); border-radius:5px; cursor:pointer; z-index:7; }
.main-nav-toggle span { display:block; height:2px; width:100%; background:#fff; border-radius:2px; }
.site-header-main .nav { display:none; position:absolute; top:100%; right:58px; width:min(360px,calc(100vw - 58px)); background:#8f00a8; box-shadow:0 12px 24px rgba(0,0,0,.25); }
.site-header-bar.menu-expanded .site-header-main .nav { display:block; }
.site-header-main .nav .container { height:auto; padding:12px 18px; }
.site-header-main .nav .container ul { display:block; margin:0; }
.site-header-main .nav .container ul li { display:block; margin:0; padding:0; }
.site-header-main .nav .container ul li a { display:block; padding:10px 4px; font-size:14px; }
.site-header-bar.is-scrolled { min-height:58px; }
.site-header-bar.is-scrolled .site-header-logo { width:175px; min-height:58px; padding:7px 18px; }
.site-header-bar.is-scrolled .site-header-logo::after { right:-24px; width:24px; }
.site-header-bar.is-scrolled .main-nav-toggle { transform:scale(.86); margin-right:3px; }
.site-header-bar.is-scrolled .header-search-area button { transform:scale(.82); }
.site-header-bar.search-expanded .main-nav-toggle { opacity:0; pointer-events:none; }
.site-header-main .search-form { left:46px; right:58px; }
.site-header-main .search-form .container { padding-right:18px; }
.header-search-area .close-toggle::before,.header-search-area .close-toggle::after { top:50%; left:50%; margin:-1px 0 0 -9px; }
.comments { width:100%; max-width:1024px; margin-left:auto; margin-right:auto; }
@media screen and (max-width:850px) {
    .site-header-bar { min-height:62px; }
    .site-header-logo { flex-basis:180px; width:180px; min-width:130px; padding:8px 14px; }
    .site-header-logo::after { right:-22px; width:22px; }
    .site-header-main { padding-left:24px; }
    .site-header-main .search-form { left:30px; right:52px; }
    .site-header-bar.is-scrolled .site-header-logo { width:145px; min-width:120px; }
}

/* Last-pass cascade: desktop menu, compact sticky bar, and supplied SVG icons. */
@media screen and (min-width:851px) {
    .main-nav-toggle { display:none !important; }
    .site-header-main .nav { display:block !important; position:static; width:auto; background:transparent; box-shadow:none; flex:1 1 auto; }
    .site-header-main .nav .container { height:100%; padding:0 22px; }
    .site-header-main .nav .container ul { display:flex; }
    .site-header-main .nav .container ul li a { padding:0; font-size:inherit; }
}
.header-search-area { margin-left:auto; }
.header-search-area .search-toggle { background-image:url('../images/icon-white-search.svg') !important; background-position:center !important; background-repeat:no-repeat !important; background-size:20px 20px !important; }
.header-search-area .close-toggle { background-image:url('../images/icon-white-close.svg') !important; background-position:center !important; background-repeat:no-repeat !important; background-size:20px 20px !important; }
.header-search-area .search-toggle::before,.header-search-area .search-toggle::after,.header-search-area .close-toggle::before,.header-search-area .close-toggle::after { display:none !important; }
.site-header-bar.is-scrolled { height:58px; min-height:58px; }
.site-header-bar.is-scrolled .site-header-logo { height:58px; min-height:58px; width:175px; padding:6px 18px; }
.site-header-bar.is-scrolled .site-header-logo a.logo img { max-height:46px; width:auto; max-width:100%; margin:auto; }
@media screen and (max-width:850px) {
    .main-nav-toggle { display:flex !important; }
    .site-header-main .nav { display:none !important; position:absolute; top:100%; right:52px; width:min(360px,calc(100vw - 52px)); }
    .site-header-bar.menu-expanded .site-header-main .nav { display:block !important; }
    .header-search-area { flex-basis:52px; width:52px; min-width:52px; }
    .site-header-main .search-form { left:30px; right:52px; }
    .site-header-bar.is-scrolled .site-header-logo { width:145px; min-width:120px; padding:6px 14px; }
}

/* Final cascade correction: full navigation on desktop, hamburger only on tablet/mobile. */
@media screen and (min-width:851px) {
    .main-nav-toggle { display:none !important; }
    .site-header-main .nav { display:block !important; position:static; width:auto; background:transparent; box-shadow:none; flex:1 1 auto; }
    .site-header-main .nav .container { height:100%; padding:0 22px; }
    .site-header-main .nav .container ul { display:flex; }
    .site-header-main .nav .container ul li a { padding:0; font-size:inherit; }
}
.header-search-area { margin-left:auto; }
.header-search-area .search-toggle { background-image:url('../images/icon-white-search.svg') !important; background-position:center !important; background-repeat:no-repeat !important; background-size:20px 20px !important; }
.header-search-area .close-toggle { background-image:url('../images/icon-white-close.svg') !important; background-position:center !important; background-repeat:no-repeat !important; background-size:20px 20px !important; }
.header-search-area .search-toggle::before,.header-search-area .search-toggle::after,.header-search-area .close-toggle::before,.header-search-area .close-toggle::after { display:none !important; }
.site-header-bar.is-scrolled { height:58px; min-height:58px; }
.site-header-bar.is-scrolled .site-header-logo { height:58px; min-height:58px; width:175px; padding:6px 18px; }
.site-header-bar.is-scrolled .site-header-logo a.logo img { max-height:46px; width:auto; max-width:100%; margin:auto; }
@media screen and (max-width:850px) {
    .main-nav-toggle { display:flex !important; }
    .site-header-main .nav { display:none !important; position:absolute; top:100%; right:52px; width:min(360px,calc(100vw - 52px)); }
    .site-header-bar.menu-expanded .site-header-main .nav { display:block !important; }
    .header-search-area { flex-basis:52px; width:52px; min-width:52px; }
    .site-header-main .search-form { left:30px; right:52px; }
    .site-header-bar.is-scrolled .site-header-logo { width:145px; min-width:120px; padding:6px 14px; }
}

/* Responsive menu and compact sticky header final behavior. */
.main-nav-toggle { display:none; }
.site-header-main .nav { display:block; position:static; width:auto; background:transparent; box-shadow:none; flex:1 1 auto; }
.site-header-main .nav .container { height:100%; padding:0 22px; }
.site-header-main .nav .container ul { display:flex; margin:0; }
.site-header-main .nav .container ul li { display:list-item; }
.site-header-main .nav .container ul li a { padding:0; font-size:inherit; }
.header-search-area { margin-left:auto; flex:0 0 58px; width:58px; min-width:58px; }
.site-header-main .search-form { right:58px; left:46px; }
.header-search-area .search-toggle,
.header-search-area .close-toggle { background-repeat:no-repeat !important; background-position:center !important; background-size:20px 20px !important; }
.header-search-area .search-toggle { background-image:url('../images/icon-white-search.svg') !important; }
.header-search-area .close-toggle { background-image:url('../images/icon-white-close.svg') !important; }
.header-search-area .search-toggle::before,
.header-search-area .search-toggle::after,
.header-search-area .close-toggle::before,
.header-search-area .close-toggle::after { display:none; }
.site-header-bar.is-scrolled { height:58px; min-height:58px; }
.site-header-bar.is-scrolled .site-header-logo { height:58px; min-height:58px; width:175px; padding:6px 18px; }
.site-header-bar.is-scrolled .site-header-logo a.logo { max-height:46px; }
.site-header-bar.is-scrolled .site-header-logo a.logo img { max-height:46px; width:auto; max-width:100%; margin:auto; }
@media screen and (max-width:850px) {
    .main-nav-toggle { display:flex; }
    .site-header-main .nav { display:none; position:absolute; top:100%; right:58px; width:min(360px,calc(100vw - 58px)); background:#8f00a8; box-shadow:0 12px 24px rgba(0,0,0,.25); }
    .site-header-bar.menu-expanded .site-header-main .nav { display:block; }
    .site-header-main .nav .container { height:auto; padding:12px 18px; }
    .site-header-main .nav .container ul { display:block; }
    .site-header-main .nav .container ul li { display:block; }
    .site-header-main .nav .container ul li a { display:block; padding:10px 4px; font-size:14px; }
    .site-header-main .search-form { left:30px; right:52px; }
    .header-search-area { flex-basis:52px; width:52px; min-width:52px; }
    .site-header-bar.is-scrolled .site-header-logo { height:58px; min-height:58px; width:145px; min-width:120px; padding:6px 14px; }
}

/* Final header behavior: compact sticky state and hamburger navigation. */
.site-header-bar {
    min-height: 78px;
    flex-wrap: nowrap;
}
.site-header-logo {
    flex: 0 1 225px;
    width: 225px;
    min-width: 150px;
    transition: width .25s ease, min-height .25s ease, padding .25s ease;
}
.site-header-main {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-left: 38px;
}
.main-nav-toggle {
    display: flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: auto 8px auto 0;
    padding: 9px 8px;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 5px;
    cursor: pointer;
    z-index: 7;
}
.main-nav-toggle span { display:block; height:2px; width:100%; background:#fff; border-radius:2px; }
.site-header-main .nav { display:none; position:absolute; top:100%; right:58px; width:min(360px, calc(100vw - 58px)); background:#8f00a8; box-shadow:0 12px 24px rgba(0,0,0,.25); }
.site-header-bar.menu-expanded .site-header-main .nav { display:block; }
.site-header-main .nav .container { height:auto; padding:12px 18px; }
.site-header-main .nav .container ul { display:block; margin:0; }
.site-header-main .nav .container ul li { display:block; margin:0; padding:0; }
.site-header-main .nav .container ul li a { display:block; padding:10px 4px; font-size:14px; }
.site-header-bar.is-scrolled { min-height:58px; }
.site-header-bar.is-scrolled .site-header-logo { width:175px; min-height:58px; padding:7px 18px; }
.site-header-bar.is-scrolled .site-header-logo::after { right:-24px; width:24px; }
.site-header-bar.is-scrolled .main-nav-toggle { transform:scale(.86); margin-right:3px; }
.site-header-bar.is-scrolled .header-search-area button { transform:scale(.82); }
.site-header-bar.search-expanded .main-nav-toggle { opacity:0; pointer-events:none; }
.site-header-main .search-form { left:46px; right:58px; }
.site-header-main .search-form .container { padding-right:18px; }
.header-search-area .close-toggle::before,
.header-search-area .close-toggle::after { top:50%; left:50%; margin:-1px 0 0 -9px; }
.comments { width:100%; max-width:1024px; margin-left:auto; margin-right:auto; }
@media screen and (max-width: 850px) {
    .site-header-bar { min-height:62px; }
    .site-header-logo { flex-basis:180px; width:180px; min-width:130px; padding:8px 14px; }
    .site-header-logo::after { right:-22px; width:22px; }
    .site-header-main { padding-left:24px; }
    .site-header-main .search-form { left:30px; right:52px; }
    .site-header-bar.is-scrolled .site-header-logo { width:145px; min-width:120px; }
}

@media print {
    .nav, .header button.search-toggle, .post-share, .podcast-embed, .related-posts, .footer-form {
        display: none;
    }
}

/* Responsive Embed */
.responsive-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background: #000; /* Optional: black background for videos */
}

.responsive-embed-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed-inner iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* === Photo Gallery Styles === */
.gallery-archive {
    padding-top: 40px;
    padding-bottom: 60px;
}

.gallery-slider-wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 100%;
    position: relative;
}

.gallery-slider .slider-item {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    background: #000;
}

.gallery-slider .slider-item a {
    display: block;
    text-decoration: none;
}

.gallery-slider .slider-img {
    width: auto;
    height: 500px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.gallery-slider .slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.gallery-slider .slider-caption h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #fff;
}

/* Slick Customization */
.slick-prev:before, .slick-next:before {
    color: #000 !important;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.gallery-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.gallery-item a:hover .gallery-thumb {
    transform: scale(1.05);
}

.gallery-pagination {
    text-align: center;
    margin-top: 40px;
}

.gallery-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.gallery-pagination .page-numbers.current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* GLightbox Tweaks */
.gdesc-inner {
    padding: 15px 20px !important;
}

.gdesc-inner a {
    color: #fff;
    text-decoration: underline;
}

/* Tablet */
@media (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px;
    }
}

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advt {
	width: auto;
	display: block;	
	text-align: center !important;
	margin: 0;
}

	.advt.align-center {
		width: 100%;
		display: block;
		padding: 10px 0 20px 0;
	}
	
	.advt.align-left {
		display: block;
		float: left;
		padding: 5px 35px 20px 0;
	}
	
	.advt.align-right {
		display: block;
		float: right;
		padding: 5px 0 20px 35px;
	}

.advt .advt-wrap {
	width: auto;
	display: block;
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
}
.advt.advt-desktop-300x250 .advt-wrap,
.advt.advt-mobile-300x250 .advt-wrap { min-width: 300px; min-height: 250px; }
.advt.advt-desktop-336x280 .advt-wrap,
.advt.advt-mobile-336x280 .advt-wrap { min-width: 336px; min-height: 280px; }
.advt.advt-desktop-375x375 .advt-wrap,
.advt.advt-mobile-375x375 .advt-wrap { max-width: 375px; min-height: 375px; }
.advt.advt-desktop-400x225 .advt-wrap,
.advt.advt-mobile-400x225 .advt-wrap { min-width: 400px; min-height: 225px; }
.advt.advt-desktop-160x600 .advt-wrap,
.advt.advt-mobile-160x600 .advt-wrap { max-width: 160px; min-height: 600px; }

.advt .advt-300x250 { width: 300px !important; height: 250px !important; }
.advt .advt-300x600 { width: 300px; height: 600px; }
.advt .advt-336x280 { width: 336px; height: 280px; }

.advt .ad.max-width-336 { max-width: 336px; }
.advt .ad.max-width-400 { max-width: 400px; }
	
.advt .advt-wrap .ADK_BANNER {
	display: block;
	margin: 0 auto;
}

.advt .advt-wrap img.self {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.advt .advt-wrap img.self:hover { opacity: 0.75; }

.advertisment .advt-carousel .advt-wrap {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.top-advt,
.bottom-advt {
	width: 100%;
	display: block;
	position: relative;	
	padding: 15px 0;
	clear: both !important;
}
.top-advt.dark,
.bottom-advt.dark { background-color: #191c21; }
	
	.top-advt .advt.align-center,
	.bottom-advt .advt.align-center {
		width: 100%;
		display: block;
		padding: 0;
	}

.below-article {
	width: 100%;
	margin: 15px 0;
}
	
/* MGID */
#top .mctitle a {
	display: block !important;
}
	
/* RevContent */
.advt .sbn-item-anchor,
.advt .sbn-item-anchor span {
	background: transparent !important;
	background-color: transparent !important;
    padding: 0 !important;
}

.advt .sbn-item-anchor .sbn-item-headline {
	font-size: 16px;
    line-height: 1.25;
	color: #fff !important;
}

.advt.leaderboard .sbn-item-anchor .sbn-item-headline {
	font-size: 20px;
	color: #fff !important;
}

/* TruVid */
.trv-player-container {
	clear: both !important;
}
    
/* Sticky Ad Banner */  
#sticky-ad-close-bar {
    position: fixed;
    bottom: 90px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    align-items: center;
    z-index: 99999999;
    vertical-align: middle;
    padding: 2px 4px;
}

#sticky-ad-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

#sticky-ad-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
#sticky-ad-close-btn .icon {
    font-size: 12px;
    margin-right: 3px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    #sticky-ad-close-bar {
        bottom: 50px;
    }
    #sticky-ad-banner {
        height: 50px;
    }
    #sticky-ad-banner img {
        max-width: 320px;
        height: auto;
    }
}

/* Resolutions */
.res {
	display: none;	
}

.res.full,
.res.res-1920,
.res.res-1600,
.res.res-1440,
.res.res-1280,
.res.res-1024,
.res.res-900,
.res.res-768,
.res.res-640,
.res.res-480,
.res.res-320 {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 5px 10px;
	color: #fff;
	background-color: #F06;
	z-index: 999999999;	
	font-size: 18px;
	line-height: 1.0;
}
.hide-res-full { display: none !important; }

@media only screen and (max-width: 1920px) and (min-width: 1601px) {

.res.res-1920 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1920 { display: none !important; }	

}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {

.res.res-1600 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1600 { display: none !important; }

}

@media only screen and (max-width: 1440px) and (min-width: 1281px) {

.res.res-1440 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1440 { display: none !important; }

}

@media only screen and (max-width: 1024px) and (min-width: 901px) {

.res.res-1024 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1024 { display: none !important; }
	
}

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

.res.res-900 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-900 { display: none !important; }
	
}
	
@media only screen and (max-width: 768px) and (min-width: 641px) {

.res.res-768 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-768 { display: none !important; }
	
}

@media only screen and (max-width: 640px) and (min-width: 481px) {

.res.res-640 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-640 { display: none !important; }
	
}

@media only screen and (max-width: 480px) and (min-width: 321px) {

.res.res-480 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-480 { display: none !important; }
	
}

@media only screen and (max-width: 320px) {
		
.res.res-320 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-320 { display: none !important; }

}

/* Archive Refresh */
.archive-page-wrapper .archive-content {
    margin-top: 0;
    margin-bottom: 40px;
}
.page-wrapper .archive-page-header {
    margin-top: 0 !important;
    margin-bottom: 36px;
    background: #1b1c22;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.page-wrapper .archive-page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(67, 84, 255, 0.18) 0%, transparent 55%);
    pointer-events: none;
}
.page-wrapper .archive-page-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.16) 20%, var(--archive-accent, #4354ff) 50%, rgba(255,255,255,0.16) 80%, rgba(255,255,255,0) 100%);
}
.archive-page-header-inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3% 20px;
}
.archive-page-header-content {
    text-align: center;
}
.archive-page-header-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.archive-page-title,
.archive-page-subtitle {
    text-align: center;
    color: #ffffff;
    margin: 0;
}
.archive-page-title {
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 43px;
    line-height: 1.05;
    letter-spacing: 0.01em;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    opacity: 0;
    transform: translateY(10px);
    animation: archiveTitleFadeIn 0.55s ease forwards;
}
.archive-page-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 72px;
    height: 4px;
    border-radius: 999px;
    background: var(--archive-accent, #4354ff);
    box-shadow: 0 0 22px rgba(67, 84, 255, 0.35);
}
.archive-page-subtitle,
.archive-page-wrapper .archive-description {
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    color: #a2b5b8;
    max-width: 760px;
    opacity: 0;
    transform: translateY(10px);
    animation: archiveTitleFadeIn 0.55s ease forwards 0.12s;
}
.archive-page-wrapper .archive-description p {
    margin: 0;
}
.archive-page-wrapper .archive-section-first {
    margin-top: 0;
}
.archive-page-wrapper .archive-top-fold {
    margin-top: 0;
}
.archive-page-wrapper .archive-top-section,
.archive-page-wrapper .archive-feed-section {
    margin-top: 0;
}
.archive-page-wrapper .archive-magazine-loop {
    margin-top: 24px;
}
.archive-page-wrapper .archive-feed-wrapper {
    margin-top: 24px;
}
.archive-page-wrapper .archive-feed-grid {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.archive-page-wrapper .archive-feed-grid .grid-sizer,
.archive-page-wrapper .archive-feed-grid .archive-feed-item {
    width: 25%;
}
.archive-page-wrapper .archive-feed-grid .archive-feed-item {
    padding: 0 20px 40px;
    box-sizing: border-box;
}
.archive-page-wrapper .archive-feed-grid .archive-feed-item .standard-loop-entry-inner {
    border-right: 0;
    padding: 0;
}
.archive-page-wrapper .archive-feed-grid .archive-feed-item .loop-entry-content {
    padding-top: 0;
}
.archive-page-wrapper .archive-feed-grid .archive-feed-item .loop-entry-title {
    display: block;
}
.archive-page-wrapper .archive-feed-grid .archive-feed-item .loop-entry-meta {
    margin-top: 16px;
}
.archive-page-wrapper .nav-load-buttons {
    margin-top: 10px;
}
.archive-page-wrapper .nav-load-buttons .load-more-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
}
@keyframes archiveTitleFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width: 1100px) {
    .archive-page-wrapper .archive-feed-grid .grid-sizer,
    .archive-page-wrapper .archive-feed-grid .archive-feed-item {
        width: 33.3333%;
    }
    .archive-page-title {
        font-size: 34px;
    }
}
@media screen and (max-width: 850px) {
    .page-wrapper .archive-page-header {
        margin-bottom: 28px;
    }
    .archive-page-header-inner {
        padding: 28px 18px;
    }
    .archive-page-title {
        font-size: 28px;
        padding-bottom: 12px;
    }
    .archive-page-title::after {
        width: 56px;
        height: 3px;
    }
    .archive-page-wrapper .archive-feed-grid {
        width: 100%;
        margin-left: 0;
    }
    .archive-page-wrapper .archive-feed-grid .grid-sizer,
    .archive-page-wrapper .archive-feed-grid .archive-feed-item {
        width: 100%;
    }
    .archive-page-wrapper .archive-feed-grid .archive-feed-item {
        padding: 0 0 30px;
    }
    .archive-page-wrapper .archive-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .footer-form .container {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .footer-form .footer-email-signup__form-wrap form {
        flex-direction: column;
        border-radius: 24px;
    }
    .footer-form .footer-email-signup__form-wrap input[type=email],
    .footer-form .footer-email-signup__form-wrap button[type=submit] {
        width: 100%;
    }
}

/* One-row sticky header refresh */
.site-header-bar {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 78px;
    position: sticky;
    top: 0;
    z-index: 100000;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.site-header-logo {
    width: 20%;
    max-width: 225px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    background: #061b1e;
    z-index: 2;
}
.site-header-logo::after {
    content: '';
    position: absolute;
    top: 0;
    right: -38px;
    width: 0;
    height: 0;
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 38px solid #061b1e;
    z-index: 3;
}
.site-header-logo a.logo {
    display: block;
    width: 100%;
    max-width: 245px;
    position: relative;
    z-index: 4;
}
.site-header-logo a.logo img {
    display: block;
    width: 100%;
    height: auto;
}
.site-header-main {
    width: 80%;
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: stretch;
    position: relative;
    padding-left: 38px;
    background: linear-gradient(90deg, rgba(1, 191, 226, 1), rgba(44, 181, 114, 1), rgba(1, 191, 226, 1));
    background-size: 200% 200%;
    animation: gradientMove 6s linear infinite;
}
.site-header-main .nav {
    position: static;
    flex: 1;
    width: auto;
    padding: 0;
    background: transparent;
    animation: none;
    z-index: 1;
}
.site-header-main .nav .container {
    max-width: none;
    height: 100%;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header-main .nav .container ul {
    align-items: center;
    justify-content: center;
    gap: 10px 34px;
    flex-wrap: wrap;
}
.header-search-area {
    width: 150px;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,0.18);
}
.header-search-area button {
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0,0,0,0.13);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    padding: 11px 18px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.header-search-area button:hover {
    background: rgba(255,255,255,0.16);
    color: #fff;
}
.header-search-area .close-toggle {
    display: none;
}
.site-header-bar.search-expanded .header-search-area .search-toggle {
    display: none;
}
.site-header-bar.search-expanded .header-search-area .close-toggle {
    display: inline-block;
}
.site-header-main .search-form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    background: linear-gradient(90deg, rgba(155, 0, 185, 1) 0%, rgba(252, 0, 71, 1) 100%);
    box-shadow: 0px 25px 25px 0px #00000026;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    pointer-events: none;
    z-index: 5;
}
.site-header-main .search-form.active {
    max-height: 220px;
    padding: 24px 0;
    opacity: 1;
    pointer-events: auto;
}
.site-header-main .search-form form {
    max-width: 890px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background-color: rgba(0,0,0,0.14);
    overflow: hidden;
}
.site-header-main .search-form form input[type=text] {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0 22px;
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: none;
    outline: 0;
}
.site-header-main .search-form form button[type=submit] {
    position: static;
    width: auto;
    height: 42px;
    margin-right: 6px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #fff;
    border: none;
    font-family: 'proxima-nova', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 1050px) {
    .site-header-logo {
        min-width: 210px;
        padding-left: 18px;
    }
    .site-header-main .nav .container ul {
        gap: 8px 22px;
    }
    .header-search-area {
        width: 120px;
        min-width: 110px;
    }
}

@media screen and (max-width: 850px) {
    .site-header-bar {
        flex-direction: column;
        position: sticky;
    }
    .site-header-logo,
    .site-header-main {
        width: 100%;
        min-width: 0;
    }
    .site-header-logo {
        min-height: 70px;
        padding: 12px 20px;
    }
    .site-header-logo::after {
        display: none;
    }
    .site-header-main {
        padding-left: 0;
    }
    .site-header-main .nav .container {
        padding: 10px 16px;
    }
    .header-search-area {
        min-width: 92px;
        width: 92px;
    }
    .header-search-area button {
        padding: 9px 12px;
        font-size: 10px;
    }
}

/* Inline header search refinement */
.site-header-logo::after {
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    border: 0;
    background: #061b1e;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.header-search-area {
    order: 3;
    width: 58px;
    min-width: 58px;
    position: relative;
    z-index: 6;
}
.header-search-area button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: rgba(0,0,0,0.13);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    position: relative;
}
.header-search-area .search-toggle::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 9px;
}
.header-search-area .search-toggle::after {
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 24px;
    left: 23px;
    transform: rotate(45deg);
}
.header-search-area .close-toggle::before,
.header-search-area .close-toggle::after {
    content: '';
    width: 17px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 18px;
    left: 10px;
}
.header-search-area .close-toggle::before { transform: rotate(45deg); }
.header-search-area .close-toggle::after { transform: rotate(-45deg); }
.header-search-area button:hover::before { border-color: #d4e1e3; }
.header-search-area button:hover::after,
.header-search-area .close-toggle:hover::before { background: #d4e1e3; }
.site-header-bar.search-expanded .header-search-area .search-toggle { display: none; }
.site-header-bar.search-expanded .header-search-area .close-toggle { display: flex; }
.site-header-main .search-form {
    order: 2;
    position: static;
    top: auto;
    left: auto;
    width: 0;
    flex: 0 0 auto;
    max-width: 0;
    max-height: none;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
    transition: width .28s ease, max-width .28s ease, opacity .2s ease;
    z-index: 5;
    display: flex;
    align-items: center;
}
.site-header-main .search-form.active {
    width: clamp(190px, 24vw, 320px);
    max-width: clamp(190px, 24vw, 320px);
    max-height: none;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
}
.site-header-main .search-form .container {
    width: 100%;
    max-width: none;
    padding: 0;
}
.site-header-main .search-form form {
    width: 100%;
    max-width: none;
    margin: 0;
    height: 40px;
    background-color: rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 999px;
}
.site-header-main .search-form form input[type=text] {
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    min-width: 0;
}
.site-header-main .search-form form button[type=submit] {
    display: none;
}
@media screen and (max-width: 1050px) {
    .site-header-main .search-form.active {
        width: clamp(170px, 26vw, 260px);
        max-width: clamp(170px, 26vw, 260px);
    }
}
@media screen and (max-width: 850px) {
    .site-header-main { flex-wrap: wrap; }
    .site-header-main .nav { flex: 1 1 calc(100% - 58px); }
    .site-header-main .search-form {
        order: 4;
        flex-basis: 100%;
        width: 100%;
        max-width: none;
        height: 0;
        padding: 0 16px;
        transition: height .28s ease, opacity .2s ease, padding .28s ease;
    }
    .site-header-main .search-form.active {
        width: 100%;
        max-width: none;
        height: 54px;
        padding: 8px 16px;
    }
}

/* Header search full-width inline overlay refinement */
.site-header-logo::after {
    height: 100%;
    background: #061b1e;
}
.header-search-area {
    border-left: 0 !important;
}
.header-search-area .search-toggle {
    background: transparent !important;
    border: 0 !important;
}
.header-search-area .close-toggle {
    width: 38px;
    height: 38px;
    background: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 999px;
}
.header-search-area .close-toggle::before,
.header-search-area .close-toggle::after {
    background: #fff;
}
.header-search-area .close-toggle:hover {
    background: transparent !important;
    border-color: #fff !important;
}
.header-search-area .close-toggle:hover::before,
.header-search-area .close-toggle:hover::after {
    background: #fff;
}
.site-header-bar.search-expanded .site-header-main .nav {
    opacity: 0;
    pointer-events: none;
}
.site-header-main .search-form {
    order: initial;
    position: absolute;
    top: 0;
    right: 58px;
    bottom: 0;
    left: 30px;
    width: auto;
    max-width: none;
    height: 100%;
    flex: none;
    display: flex;
    align-items: center;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    transition: opacity .22s ease-in-out;
    z-index: 5;
}
.site-header-main .search-form.active {
    width: auto;
    max-width: none;
    height: 100%;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
}
.site-header-main .search-form .container {
    width: 100%;
    max-width: none;
    padding: 0 18px 0 0;
}
.site-header-main .search-form form {
    width: 100%;
    max-width: none;
    height: 44px;
    margin: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.20);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
}
.site-header-main .search-form form input[type=text] {
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
}
.site-header-main .search-form form button[type=submit] {
    display: none;
}
@media screen and (max-width: 850px) {
    .site-header-main .search-form,
    .site-header-main .search-form.active {
        left: 0;
        right: 58px;
        height: 100%;
        padding: 0;
    }
    .site-header-main .search-form .container {
        padding: 0 8px 0 12px;
    }
}

/* Final header behavior */
.site-header-bar {
    min-height: 78px;
    flex-wrap: nowrap;
}
.site-header-logo {
    flex: 0 1 225px;
    width: 225px;
    min-width: 150px;
    transition: width .25s ease, min-height .25s ease, padding .25s ease;
}
.site-header-main {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-left: 38px;
}
.main-nav-toggle {
    display: none !important;
}
.site-header-main .nav {
    display: block !important;
    position: static !important;
    top: auto;
    right: auto;
    flex: 1 1 auto;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.site-header-main .nav .container {
    height: 100%;
    padding: 0 22px;
}
.site-header-main .nav .container ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}
.site-header-main .nav .container ul li {
    display: list-item;
    margin: 0;
    padding: 0;
}
.site-header-main .nav .container ul li a {
    padding: 0;
    font-size: inherit;
}
.header-search-area {
    order: 3;
    flex: 0 0 58px;
    width: 58px;
    min-width: 58px;
    margin-left: auto;
    z-index: 8;
}
.header-search-area .search-toggle,
.header-search-area .close-toggle {
    width: 38px;
    height: 38px;
    background-color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}
.header-search-area .search-toggle {
    display: flex !important;
    background-image: url('images/icon-white-search.svg') !important;
}
.header-search-area .close-toggle {
    display: none !important;
    background-image: url('images/icon-white-close.svg') !important;
}
.site-header-bar.search-expanded .header-search-area .search-toggle {
    display: none !important;
}
.site-header-bar.search-expanded .header-search-area .close-toggle {
    display: flex !important;
}
.header-search-area .search-toggle::before,
.header-search-area .search-toggle::after,
.header-search-area .close-toggle::before,
.header-search-area .close-toggle::after {
    display: none !important;
}
.site-header-main .search-form {
    left: 46px;
    right: 58px;
}
.site-header-main .search-form .container {
    padding-right: 18px;
}
.site-header-bar.is-scrolled {
    height: 58px;
    min-height: 58px;
}
.site-header-bar.is-scrolled .site-header-logo {
    width: 175px;
    height: 58px;
    min-height: 58px;
    padding: 6px 18px;
}
.site-header-bar.is-scrolled .site-header-logo::after {
    right: -24px;
    width: 24px;
}
.site-header-bar.is-scrolled .site-header-logo a.logo img {
    width: auto;
    max-width: 100%;
    max-height: 46px;
    margin: auto;
}
.site-header-bar.is-scrolled .header-search-area button {
    transform: scale(.82);
}

/* Comments */ 
.comments {
    width: 100%;
    max-width: 900px;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
}

	.comments .comment-policy {
		width: 100%;
		display: inline-block;
	}
	
		.comments .comment-policy p,
		.comments .comment-policy p strong {
			font-size: 14px;
			line-height: 1.4;
			color: #939aa3;
			font-family: 'proxima-nova', 'Arial', sans-serif;
			font-weight: 400;
		}
		
		.comments .comment-policy p strong {
			font-size: 14px;
			color: #939aa3;
			font-weight: 600;
		}
	
#wpdcom { max-width: 900px !important; }
#wpdcom .wpd-auth .wpd-login a { color: #00bee0 !important; }
#wpdcom .ql-toolbar button:hover .ql-stroke { color: #00bee0 !important; stroke: #00bee0 !important; }
#wpdcom .ql-toolbar button.ql-spoiler:hover, 
#wpdcom .ql-toolbar button.ql-sourcecode:hover,
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i:hover { color: #00bee0 !important; }
#wpdcom .ql-toolbar button:hover .ql-fill { color: #00bee0 !important; fill: #00bee0 !important; }
#comments { margin: 0 auto !important; }

@media screen and (max-width: 1050px) {
    .site-header-bar {
        min-height: 62px;
    }
    .site-header-logo {
        flex-basis: 180px;
        width: 180px;
        min-width: 130px;
        padding: 8px 14px;
    }
    .site-header-logo::after {
        right: -22px;
        width: 22px;
    }
    .site-header-main {
        padding-left: 24px;
    }
    .main-nav-toggle {
        display: flex !important;
        order: 1;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        margin: auto 8px;
        padding: 9px 8px;
        flex-direction: column;
        justify-content: space-between;
        background: transparent;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 5px;
        cursor: pointer;
        z-index: 7;
    }
    .main-nav-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }
    .site-header-main .nav {
        display: none !important;
        position: absolute !important;
        top: 100%;
        right: auto;
        left: 32px;
        width: min(360px, calc(100vw - 58px));
        background: #3b3c43;
        box-shadow: 0 12px 24px rgba(0,0,0,.25);
    }
    .site-header-bar.menu-expanded .site-header-main .nav {
        display: block !important;
    }
    .site-header-main .nav .container {
        height: auto;
        width: 100%;
        padding: 14px;
        box-sizing: border-box;
    }
    .site-header-main .nav .container > div {
        width: 100%;
    }
    .site-header-main .nav .container ul {
        display: block;
        width: 100%;
    }
    .site-header-main .nav .container ul li {
        display: block;
        width: 100%;
    }
    .site-header-main .nav .container ul li a {
        display: block;
        width: 100%;
        padding: 12px 14px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .site-header-main .search-form {
        left: 30px;
        right: 58px;
    }
    .site-header-bar.is-scrolled .site-header-logo {
        width: 145px;
        min-width: 120px;
        padding: 6px 14px;
    }
}

@media screen and (max-width: 850px) {
    .site-header-bar {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: nowrap;
    }
    .site-header-logo {
        flex: 0 0 clamp(105px, 22vw, 180px);
        width: clamp(105px, 22vw, 180px);
        min-width: 105px;
        padding-left: clamp(8px, 2vw, 14px);
        padding-right: clamp(8px, 2vw, 14px);
    }
    .site-header-logo::after {
        display: block;
        right: -22px;
        width: 22px;
    }
    .site-header-main {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }
    .site-header-bar.is-scrolled .site-header-logo {
        flex-basis: clamp(100px, 20vw, 145px);
        width: clamp(100px, 20vw, 145px);
        min-width: 100px;
    }
}
