/*
	Theme name: Divi Child
	Author: ross@craftaweb.co.uk
	Template: Divi
*/
#main-header {
    box-shadow: none !important;
}

#top-header {
    background-color: #2931B3;
}

#top-header .container {
    text-align: right;
}

#top-header #et-info {
    float: unset;
}

.blink {
            animation: blinker 1.5s linear infinite;
            color: yellow;
            font-size: 1.5em;
            /* Larger, responsive font size */
            margin-bottom: 20px;
        }

        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }

.blink a {
	 color: yellow;
}

.toggle-dropdown {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: white;
    padding: 1rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    width: 100%;
}

@media (max-width: 980px) {
    .toggle-dropdown {
        position: static;
        box-shadow: none;
        padding: initial;
    }
}

.et-fb-root-ancestor .toggle-dropdown {
    display: block !important;
    position: static;
}

.et-img {
    display: inline-block;
    max-height: 4em;
    vertical-align: middle;
}

.et-spacer {
    content: '&nbsp;';
    width: 7em;
}

#top-header {
    right: 0 !important;
    top: 0 !important;
    padding: 1rem !important;
    background-color: none !important;
    width: auto !important;
}

.et_menu_container {
    padding-top: 108px;
    position: initial;
}

.logo_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(2, 9, 126);
    background: linear-gradient(90deg, rgba(2, 9, 126, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(2, 9, 126, 1) 100%);
}

.logo_img {
    height: 60px;
    margin: 0 auto;
}

.logo_under {
    padding: 0 0 .25rem 0;
    margin-top: -20px;
}

.header-strap {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: middle;
    margin: 0 .5em;
    display: inline-block;
}

.header_search {
    position: relative;
}

.et_header_style_centered #main-header .logo_container {
    height: unset !important;
}

.header_search input {
    padding: .5em;
    border: 2px solid black;
    padding-right: 3rem;
    color: black !important;
}

.worldpay_logo_wrapper {
    position: absolute;
    top: 2rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.worldpay_logo_wrapper img {
    max-height: 2rem;
    max-width: unset;
    margin: auto;
}

#header_contact_info {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
}

#header_contact_info * {
    display: block;
    color: white;
    margin-right: 0;
    font-weight: bold;
}

.header_search_button {
    background: none;
    border: none;
    position: absolute;
    top: .5rem;
    right: .25rem;
}

.header_search_button img {
    height: 1rem;
}

.et_header_style_centered #top-menu > li > a {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

#top-menu .menu-item-has-children > a:first-child:after {
    top: 15px !important;
}

#top-menu li a {
    font-size: 14px !important;
}

#top-menu .sub-menu li {
    line-height: 1rem;
}

#top-menu .sub-menu li a {
    font-size: 1rem;
}

.home .hide-home {
    display: none !important;
}

.ce-logo {
    display: inline-block;
    max-height: 2rem;
    max-width: 2rem;
    vertical-align: middle;
    margin: .25rem;
}

.uk-logo {
    display: inline-block;
    max-height: 2.75rem;
    max-width: 2.75rem;
    vertical-align: middle;
    margin: .25rem;
}

.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
    color: black;
}

.et_pb_contact input::placeholder,
.et_pb_contact textarea::placeholder {
    color: black;
}

.disable-lightbox .et_pb_gallery_image a {
    pointer-events: none;
}

.disable-lightbox .et_overlay {
    display: none !important;
}

.nav li.hovered > ul {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1275px) {
    .header-strap {
        font-size: 1.2rem;
        margin-top: .6rem;
    }
}

@media (max-width: 1175px) {
    .header-strap {
        font-size: 1rem;
        margin-top: .5rem;
    }

    .et-img {
        max-height: 3em;
        margin-top: 2em;
    }

    .header_contact_info {
        font-size: 80%;
    }
}

@media (max-width: 1023px) {
    .worldpay_logo_wrapper {
        display: none;
    }
}

@media (max-width: 990px) {
    #header_contact_info {
        position: initial;
        max-width: 14rem;
        margin: 0 auto;
        text-align: center;
    }

    #header_contact_info * {
        color: black;
    }

    #et-top-navigation {
        padding-top: 120px;
    }

    .header-strap {
        font-size: 1.4rem;
        margin-top: 0;
    }

    .et-spacer {
        width: 5em;
    }
}

@media (max-width: 980px) {
    .et_header_style_centered header#main-header .logo_container {
        max-height: unset !important;
    }
}

@media (max-width: 690px) {

    .header-strap {
        font-size: 1rem;
    }

    .logo_under .et-img {
        display: none;
    }

    .et_menu_container {
        padding-top: 120px;
    }

    #header_contact_info {
        position: initial;
        margin: 1rem auto;
    }

    #header_contact_info * {
        color: black;
    }
}