/*
Theme Name: Poseidon Child
Template: poseidon
Description: Poseidon is an elegant designed WordPress theme featuring a splendid fullscreen image slideshow. The clean typography and spacious white layout makes it great to share your stories. You can use the theme as simple blog or easily create a news website with the widget-based Magazine Homepage template.
Tags: two-columns,custom-background,custom-header,custom-logo,custom-menu,blog,news,editor-style,block-styles,rtl-language-support,featured-image-header,featured-images,flexible-header,custom-colors,full-width-template,sticky-post,threaded-comments,translation-ready,theme-options,one-column,left-sidebar,right-sidebar,three-columns
Version: 2.4.1.1757079458
Updated: 2025-09-05 13:37:38

*/
/* -----------------------------
   REMOVE HEADER WHITE GAP & STYLE SEARCH
------------------------------ */

/* Remove Poseidon Header Top area if it exists */
.header-top,
.header-top-widget-area {
    display: none !important;
}

/* Remove header padding and extra containers */
.site-header,
.header-wrap,
.site-header .container,
.site-branding,
.nav-primary {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

/* Remove empty space from body/html */
body, html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Search icon top-left */
.custom-search-icon {
    position: relative;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999;
}

/* Search form inside the icon container */
.custom-search-icon .search-form {
    display: flex;
    align-items: center;
}

/* Search input */
.custom-search-icon .search-field {
    width: 160px;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}

/* Search button with icon */
.custom-search-icon .search-submit {
    background-color: #0073e6;
    color: #fff;
    border: 1px solid #0073e6;
    border-left: none;
    padding: 6px 10px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
}

.custom-search-icon .search-submit:hover {
    background-color: #005bb5;
    border-color: #005bb5;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .custom-search-icon {
        float: none;
        text-align: center;
        margin: 10px auto;
    }
    .custom-search-icon .search-field {
        width: 120px;
    }
}