HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpmuhibbah_err/wp-content/themes/goodwish/assets/css/scss/modules/header/_header.scss
@import "blocks/logo";
@import "blocks/main_menu";
@import "widgets/search";
@import "widgets/sections";
@import "top-bar/top-bar";
@import "types/header-standard/_header-standard";
@import "types/header-standard-extended/_header-standard-extended";
@import "types/header-vertical/_header-vertical";
@import "types/header-full-screen/_header-full-screen";
@import "types/mobile-header/_mobile-header";

$logo-area-height: 220px;
$menu-area-height: 70px;
$sticky-header-height: 60px;

.edgtf-page-header {

  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 110;

    /* ==========================================================================
    #General header layout - start
    ========================================================================== */
    a img {
        display: block;
    }

    .edgtf-grid{
        height: 100%;

        .edgtf-vertical-align-containers{
            padding: 0;
            @include edgtfTransition(background-color 0.3s ease);
        }
    }

    /* ==========================================================================
    #General header layout - end
    ========================================================================== */

    /* ==========================================================================
    #Logo area styles - start
    ========================================================================== */
    .edgtf-logo-area {
        height: $logo-area-height;
        overflow: hidden;
        position: relative;

        .edgtf-logo-wrapper a {
            max-height: $logo-area-height*0.9;
        }
    }
    /* ==========================================================================
    #Logo area styles - end
    ========================================================================== */

    /* ==========================================================================
    #Menu area styles - start
    ========================================================================== */
    .edgtf-menu-area {
        height: $menu-area-height;
        position: relative;
        border-bottom: 1px solid transparent;
        @include edgtfTransition(background-color 0.3s ease);

        .edgtf-logo-wrapper a {
            max-height: $menu-area-height*0.9;
        }
    }

    /* ==========================================================================
    #Menu area styles - end
    ========================================================================== */

    /* ==========================================================================
    #Sticky header styles - start
    ========================================================================== */
    .edgtf-sticky-header{
        height: $sticky-header-height;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.33s ease;
        transition: transform 0.3s ease;
        -webkit-backface-visibility: hidden;

        &.header-appear{
            transform: translateY(0%);
        }

        .edgtf-sticky-holder {
            height: 100%;
            background-color: #f6f4ee;
            position: relative;
            z-index: 2;
			box-sizing: border-box;
            border-bottom: 1px solid #f6f4ee;
        }

        .admin-bar &.header-appear{
            top: 32px;
        }

        //.edgtf-position-left-inner {
        //    height: 100%;
        //}

        .edgtf-sticky-holder .edgtf-logo-wrapper a {
            max-height: $sticky-header-height*0.9;

            img {
                &[src*="goodwish.qodeinteractive.com"] {
                    height: 23px;
                    width: auto;
                    position: relative;
                    top: 18px;
                }
            }
        }

        .edgtf-sticky-right{
            display: inline-block;
            vertical-align: middle;

            &.widget_text {
                padding-left: 15px;
                margin-left: 10px;
                position: relative;

                &:before {
                    position: absolute;
                    height: 14px;
                    content: "";
                    width: 1px;
                    left: 0;
                    top: 16px;
                    border-left: 1px solid rgba(148,148,148,.52);
                }
            }
        }
		.edgtf-position-right-inner {
			height: 100%;
		}
    }

    /* ==========================================================================
    #Sticky header styles - start
    ========================================================================== */

    /* ==========================================================================
    #Fixed header styles - start
    ========================================================================== */
    .edgtf-fixed-wrapper.fixed{
        width: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        -webkit-backface-visibility: hidden;
    }

    /* ==========================================================================
    #Fixed header - end
    ========================================================================== */
}

/* ==========================================================================
#Light header - begin
========================================================================== */

.edgtf-light-header{

    .edgtf-logo-area,
    .edgtf-menu-area,
    .edgtf-vertical-menu-area{
        color: $header-light-color !important; //Beacause of inline color styles

        .widget {
			color: $header-light-color !important; //Beacause of inline color styles

            p,
            a,
            span,
            i,
            .widgettitle {
                color: $header-light-color !important; //Beacause of inline color styles
            }

            &.widget_text {
                a {
                    span {
                        @include edgtfTransition(color 0.15s ease-out);
                    }

                    &:hover span {
                        color: $first-main-color!important;
                    }
                }
            }

        }

        .edgtf-light-logo{
            opacity: 1;
        }

        .edgtf-dark-logo,
        .edgtf-normal-logo{
            opacity: 0;
        }

    }
}

/* ==========================================================================
#Light header - end
========================================================================== */

/* ==========================================================================
#Dark header - begin
========================================================================== */

.edgtf-dark-header{

    .edgtf-logo-area,
    .edgtf-menu-area,
    .edgtf-vertical-menu-area{
        color: $header-dark-color !important; //Because of inline color styles

        .widget {
			color: $header-dark-color !important; //Beacause of inline color styles

            p,
            a,
            span,
            i,
            .widgettitle {
                color: $header-dark-color !important; //Beacause of inline color styles
            }

        }

        .edgtf-dark-logo{
            opacity: 1;
        }

        .edgtf-normal-logo,
        .edgtf-light-logo{
            opacity: 0;
        }

    }

}

/* ==========================================================================
#Dark header - end
========================================================================== */