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

#navigationPrimary a:focus,
#navigationPrimary a:active {
  outline: none;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: brightness(1.3) !important;
}
    @font-face {
        font-family: 'DancingScript';
        src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/DancingScript.ttf') format('truetype');
        font-display: swap;
    }

@font-face {
    font-family: 'Dubtronic';
    src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/Dubtronic-Solid.otf') format('opentype');
    font-display: swap;
}

@font-face {
  font-family: 'Aboreto';
  src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/Aboreto-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
    font-family: 'ANAGRAM';
    src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/ANAGRAM.TTF') format('truetype');
    font-display: swap;
}
    @font-face {
        font-family: 'BaiJamjuree';
        src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/BaiJamjuree-Regular.ttf') format('truetype');
        font-display: swap;
    }

    @font-face {
        font-family: 'Barrio';
        src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/Barrio-Regular.ttf') format('truetype');
        font-display: swap;
    }

    @font-face {
        font-family: 'FascinateInline';
        src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/FascinateInline-Regular.ttf') format('truetype');
        font-display: swap;
    }

    @font-face {
        font-family: 'PassionsConflict';
        src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/PassionsConflict-Regular.ttf') format('truetype');
        font-display: swap;
    }

    @font-face {
        font-family: 'PermanentMarker';
        src: url('https://cdn.jsdelivr.net/gh/Rottjung/ChulaDesigns@main/fonts/PermanentMarker-Regular.ttf') format('truetype');
        font-display: swap;
    }

    .pkp_site_name, .pkp_site_name * {
        font-family: 'DancingScript', serif !important;
        color: #f8e1ea !important;
        background-color: transparent !important;
        font-size: 14rem !important;
        text-transform: uppercase;
        display: block;
        text-align: center !important;
        bottom: 2px;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .pkp_site_name::after {
            content: "ISSN: 2586-906X";
            position: absolute;
            bottom: -2rem;
            left: -1rem;
            font-size: 0.75rem;
            font-family: 'BaiJamjuree', serif !important;
            color: #f8e1ea !important;
            letter-spacing: 0.05em;
            opacity: 0.9;
            text-align: right;
        }

.pkp_navigation_primary_row {
  background-color: transparent !important;
}

    /*pkp_navigation_user_wrapper {
        position: absolute !important;
        bottom: -2rem !important;
    }*/

.pkp_site_name_wrapper {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    background-color: transparent !important;
    width: auto;
    min-height: 175px;
    overflow: clip;
    position: relative;
}

.pkp_navigation_user_wrapper {
  position: absolute;
  top: 50px;
  right: 80px;
  height: 50%;
  display: flex;
  align-items: baseline;
  padding-top: 125px;
  z-index: 20;
}
    /*https://i.ibb.co/DHf4MHk3/BG1.png*/
    body {
        background-color: #f8e1ea !important;
        background-image: url('https://i.ibb.co/ynctdbNm/BG0.png') !important;
        background-position: center !important;
    }
    
    .pkp_structure_head {
        background-color: transparent !important;
    }

.pkp_structure_page {
  background-color: transparent !important;
}

.pkp_structure_content {
  background-color: #f8e1ea !important;
}

/* Menu Items with Icons and Hover Labels */

/* CURRENT */
a[href$="/issue/current"] {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('https://i.imgur.com/4rMeQc5.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: visible;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
  color: transparent !important;
}

    a[href$="/issue/current"]::before {
        content: "Current";
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        color: #f8e1ea;
        font-size: 0.75rem;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.2s ease;
        pointer-events: none;
        z-index: 9999;
    }

a[href$="/issue/current"]:hover::before {
  opacity: 1;
}

a[href$="/issue/current"]:hover {
  filter: brightness(1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* ARCHIVES */
    a[href$="/issue/archive"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url('https://i.imgur.com/pCmdefV.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: visible;
        vertical-align: middle;
        filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
        color: transparent !important;
    }

        a[href$="/issue/archive"]::before {
            content: "Archives";
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            color: #f8e1ea;
            font-size: 0.75rem;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.2s ease;
            pointer-events: none;
            z-index: 9999;
        }

a[href$="/issue/archive"]:hover::before {
  opacity: 1;
}

a[href$="/issue/archive"]:hover {
  filter: brightness(1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* ANNOUNCEMENTS */
    a[href$="/announcement"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url('https://i.imgur.com/LPatUVo.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: visible;
        vertical-align: middle;
        filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
        color: transparent !important;
    }

        a[href$="/announcement"]::before {
            content: "Announcements";
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            color: #f8e1ea;
            font-size: 0.75rem;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.2s ease;
            pointer-events: none;
            z-index: 9999;
        }

a[href$="/announcement"]:hover::before {
  opacity: 1;
}

a[href$="/announcement"]:hover {
  filter: brightness(1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* EDITORIAL TEAM */
    a[href$="/editorialTeam"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url('https://i.imgur.com/emd7EFc.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: visible;
        vertical-align: middle;
        filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
        color: transparent !important;
    }

        a[href$="/editorialTeam"]::before {
            content: "Editorial Team";
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            color: #f8e1ea;
            font-size: 0.75rem;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.2s ease;
            pointer-events: none;
            z-index: 9999;
        }

a[href$="/editorialTeam"]:hover::before {
  opacity: 1;
}

a[href$="/editorialTeam"]:hover {
  filter: brightness(1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* PUBLICATION ETHICS */
    a[href$="/publication_ethics"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url('https://i.imgur.com/lFOScjE.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: visible;
        vertical-align: middle;
        filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
        color: transparent !important;
    }

        a[href$="/publication_ethics"]::before {
            content: "Publication Ethics";
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            color: #f8e1ea;
            font-size: 0.75rem;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.2s ease;
            pointer-events: none;
            z-index: 9999;
        }

a[href$="/publication_ethics"]:hover::before {
  opacity: 1;
}

a[href$="/publication_ethics"]:hover {
  filter: brightness(1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* SUBMISSIONS */
    a[href$="/about/submissions"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url('https://i.imgur.com/KkkdfQC.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: visible;
        vertical-align: middle;
        filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
        color: transparent !important;
    }

        a[href$="/about/submissions"]::before {
            content: "Submissions";
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            color: #f8e1ea;
            font-size: 0.75rem;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.2s ease;
            pointer-events: none;
            z-index: 9999;
        }

a[href$="/about/submissions"]:hover::before {
  opacity: 1;
}

a[href$="/about/submissions"]:hover {
  filter: brightness(1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}
    /* Peer Review Process */
    a[href$="/PeerReviewProcess"] {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url('https://i.ibb.co/B2W1ddKQ/PRP.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: visible;
        vertical-align: middle;
        filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
        color: transparent !important;
    }

        a[href$="/PeerReviewProcess"]::before {
            content: "Peer Review Process";
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            color: #f8e1ea;
            font-size: 0.75rem;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.2s ease;
            pointer-events: none;
            z-index: 9999;
        }

        a[href$="/PeerReviewProcess"]:hover::before {
            opacity: 1;
        }

        a[href$="/PeerReviewProcess"]:hover {
            filter: brightness(1);
            transform: scale(1.1);
            transition: all 0.3s ease;
        }
/* ABOUT */
    #navigationPrimary li:last-child > a[data-toggle="dropdown"] {
        background-image: url('https://i.imgur.com/xxMdBRn.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 40px;
        display: inline-block;
        position: relative;
        overflow: visible;
        vertical-align: middle;
        filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(1063%) hue-rotate(292deg) brightness(80%) contrast(88%);
        color: transparent !important;
        text-indent: -9999px;
        text-align: center;
    }

#navigationPrimary li:last-child > a[data-toggle="dropdown"]::before {
  content: "About";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #f8e1ea;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 9999;
}

#navigationPrimary li:last-child > a[data-toggle="dropdown"]:hover::before {
  opacity: 1;
}

/* Preserve dropdown menu appearance */
/*#navigationPrimary li:last-child ul.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}*/
/* About dropdown icon only — keep dropdown functionality */
#navigationPrimary li:last-child > a[data-toggle="dropdown"] {
    background-image: url('https://i.imgur.com/xxMdBRn.png');
    overflow: visible !important;
    position: relative;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    text-indent: -9999px;
    color: inherit;
}

#navigationPrimary li:last-child > a[data-toggle="dropdown"]::before {
    content: none !important;
}

#navigationPrimary li:last-child > a[data-toggle="dropdown"]:hover {
    filter: brightness(0.5);
    transform: scale(1.1);
    transition: all 0.3s ease;
}
    #customblock-logo img {
        display: none;
    }

    #customblock-logo {
        background-image: url('https://i.ibb.co/xn2ydKG/Thoughts-Icon-5.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 250px; /* Adjust as needed */
        height: 250px; /* Adjust as needed */
        margin: 0 auto;
    }
.pkp_structure_footer {
  background-color: #A3D7D9 !important;
}

} /* END media query */
