/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: The Pixel Farm
Author URI: https://www.thepixelfarm.co.uk
Description: Twenty Twenty-One child
Template: twentytwentyone
Version: 3.0.0
*/

/*
#page {
    position: relative;
    height: 100vh !important;
}
*/

/*
#page,
#masthead {
    min-width: 900px !important;
}
*/

#colophon {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1001;
}

.site-footer {
    max-width: 100% !important;
    background-color: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 1em !important;
    height: 36px !important;
    margin-top: 0px !important;
}

.site-copyright {
    position: relative;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-top: 0px !important;
    margin-top: 18px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
}

:root {
    --global--color-background: white !important;
    --global--color-primary: #454545 !important;
    --global--font-primary: Arial, sans-serif !important;
    --global--font-secondary: Arial, sans-serif !important;
    --global--font-size-base: 14px !important;
}

#masthead {
    all: initial;
    position: fixed;
    left: 0px;
    right: 0px;
    height: 48px;
    box-shadow: 0 1px 0 #000 !important;
    z-index: 9999;
    background-color: white !important;
}

.site-logo .custom-logo {
    margin-top: 4px;
    height: 48px !important;
}

#site-navigation {
    all: initial;
    position: absolute;
    top: 0px;
    width: 100%;
}

@media only screen and (min-width : 1000px) {
#site-navigation {
    left: max(240px, calc(50% - 550px + 120px));
}
}

@media only screen and (max-width : 1000px) {
#site-navigation {
    left: max(10px, calc(50% - 550px + 120px));
}
}

.menu-wrapper li.menu-item {
    margin-top: 6px !important;
    height: 48px !important;
}

.primary-navigation a:link {
    font-size: 16px;
}

.primary-navigation .menu-item {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}

@media only screen and (max-width : 1000px) {
    .site-branding {
	display: none;
    }
}

.primary-navigation a:link,
.primary-navigation a:visited {
    background-color: transparent !important;
}

.primary-navigation .current-menu-item > a:first-child {
    text-decoration: none !important;
    color: #5eb0e6 !important;
}

.primary-navigation a:hover {
    text-decoration: none !important;
    color: #797979 !important;
}

.primary-navigation a:active {
    background-color: transparent !important;
}

.site-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.site-main {
    padding-bottom: 0px !important;
}

.site-branding {
    position: absolute;
    height: 48px;
    margin-top: 0px !important;
    top: 0px;
    left: 20px;
}

.site-logo {
    margin: 0px !important;
    height: 48px;
}

.widget-area {
    padding-left: calc(50% - 400px) !important;
    padding-right: calc(50% - 400px) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 60px;
    max-width: 100% !important;
    margin: 0px !important;
    background-color: #454545 !important;
    grid-template-columns: repeat(1, 1fr) !important;
}

#menu-company-info li {
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 16px;
}

.widget-area .widget_nav_menu {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

.widget-area a {
    color: #5eb0e6 !important;
    text-decoration: none !important;
}

.widget-title {
    color: white !important;
}

.widget-area h2 {
    margin-bottom: 4px !important;
}

.widget-area nav {
    margin-top: 8px !important;
}

.widget-area ul {
    color: #5eb0e6 !important;
    list-style: disc inside none !important;
}

.button:focus {
    outline: none !important;
}

.custom-logo-link:active img,
.custom-logo-link:focus img {
    outline: none !important;
}

.entry-title {
    display: none;
}

.entry-header {
    border: none !important;
}

.entry-content .cli_pg_page_contaner,
.entry-content .cli_pg_page_container {
    max-width: 800px !important;
}

.entry-content > * {
    max-width: 800px !important;
}

.entry-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.entry-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.entry-content {
    font-size: 14px !important;
}

.entry-content {
    font-size: 14px !important;
}

.widget-area a:focus {
    background: none !important;
}

.sub-menu {
    background: white !important;
    transform: translateX(-22px) translateY(-6px);
    border-top: 0px;
}

.sub-menu li.menu-item {
    margin: 0px !important;
}

.sub-menu a {
    font-size: 14px !important;
}

.sub-menu-toggle .icon-plus,
.sub-menu-toggle .icon-minus {
    display: none !important;
}

.primary-navigation > div > .menu-wrapper {
    padding-left: 20px !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    display: none !important;
}

.page-header {
    border-bottom: none !important;
}

#primary-mobile-menu {
    position: absolute;
    top: 15px;
    margin-left: 20px !important;
}
