:root {
    --color-primary: #ce2b37;
    --color-primary-darker: #b1242e;
    --color-secondary: #53b568;
    --color-secondary-darker: #479d5a;
}

.wp-admin:not(.is-admin) #misc-publishing-actions,
.wp-admin:not(.is-admin) #preview-action,
.wp-admin:not(.is-admin) .wp-submenu,
.wp-admin:not(.is-admin) #menu-dashboard,
.wp-admin:not(.is-admin) #menu-posts,
.wp-admin:not(.is-admin) #menu-media,
.wp-admin:not(.is-admin) #menu-pages,
.wp-admin:not(.is-admin) #menu-comments,
.wp-admin:not(.is-admin) #menu-plugins,
.wp-admin:not(.is-admin) #menu-appearance,
.wp-admin:not(.is-admin) #menu-settings,
.wp-admin:not(.is-admin) #menu-tools,
.wp-admin:not(.is-admin) .user-rich-editing-wrap,
.wp-admin:not(.is-admin) .user-admin-color-wrap,
.wp-admin:not(.is-admin) .user-comment-shortcuts-wrap,
.wp-admin:not(.is-admin) .user-admin-bar-front-wrap,
.wp-admin:not(.is-admin) .user-language-wrap,
.wp-admin:not(.is-admin) .application-passwords,
.wp-admin:not(.is-admin) .user-profile-picture,
.wp-admin:not(.is-admin) .user-description-wrap,
.wp-admin:not(.is-admin) .misc-pub-post-status,
.wp-admin:not(.is-admin) .misc-pub-post-visibility,
.wp-admin:not(.is-admin) .menu-order-label-wrapper,
.wp-admin:not(.is-admin) #menu_order,
.wp-admin:not(.is-admin):not(.is-editor) #pageparentdiv,
.wp-admin:not(.is-admin):not(.is-editor) #delete-action,
.wp-admin:not(.is-admin):not(.is-editor) #menu-users,
.wp-admin:not(.is-admin):not(.is-editor) #wp-admin-bar-user-info,
.wp-admin:not(.is-admin):not(.is-editor) #wp-admin-bar-edit-profile,
.wp-admin:not(.is-admin):not(.is-editor) .row-actions,
.wp-admin:not(.is-admin):not(.is-editor) .tablenav,
.wp-admin:not(.is-admin):not(.is-editor) .subsubsub,
.wp-admin:not(.is-admin) .subsubsub .administrator,
.wp-admin:not(.is-admin) .subsubsub .all .count,
.wp-admin:not(.is-admin):not(.is-editor) .search-box,
.wp-admin:not(.is-admin):not(.is-editor) .page-title-action,
.wp-admin:not(.is-admin) #reset-group,
.wp-admin:not(.is-admin) #wpfooter,
.wp-admin .user-url-wrap,
.post-locked-message p .button:nth-child(2),
#minor-publishing-actions,
#wp-admin-bar-site-name .ab-sub-wrapper,
#wp-admin-bar-my-account .avatar,
#collapse-menu,
.login #nav,
#preview-action,
#wp-admin-bar-comments,
#dashboard-widgets-wrap,
#message.updated a,
.user-admin-color-wrap,
#footer-left,
#wp-admin-bar-new-content,
#screen-meta,
#screen-meta-links,
/*#wp-admin-bar-wp-logo .ab-icon:before,
#wp-admin-bar-wp-logo .ab-sub-wrapper,*/
.post-type-footprint #edit-slug-box,
#footer-thankyou,
#wp-admin-bar-view,
#backtoblog,
.language-switcher,
#posts-filter #filter-by-date,
.d-none {
    display: none !important;
}

.post-type-footprint .cmb-type-text {
    margin-bottom: -1px !important;
}

.post-type-footprint .cmb-type-title {
    background: #eee;
    padding: 6px 12px !important;
    margin: 0 -12px !important;
}

.post-type-footprint .cmb2-postbox .inside {
    margin-top: 0 !important;
    overflow: hidden;
    padding: 12px;
}

.post-type-footprint .cmb2-postbox h2 {
    font-size: 16px !important;
    display: block !important;
}

.post-type-footprint .cmb-th label {
    font-size: 12px;
}

.post-type-footprint .text-light {
    color: #2271b1 !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.cmb2-border-top {
    border-top: 1px solid #e9e9e9;
}

.post-type-footprint .postbox .hndle {
    cursor: pointer;
}
.post-type-footprint .handle-order-higher,
.post-type-footprint .handle-order-lower {
    display: none;
}

.post-type-footprint span.cmb2-metabox-description {
    display: block;
    font-size: 12px;
    padding: 5px 0 0 0;
}

.post-type-footprint .cmb-row.cmb-type-title {
    clear: both;
}

.post-type-footprint .postbox {
    clear: both;
    overflow: hidden;
}

.float-right {
    float: right;
}

@media screen and (min-width: 1279px) {
    .post-type-footprint
        .postbox:not(#_metabox_footprint_data)
        .cmb-row.cmb-type-text-medium {
        float: left;
        width: 50%;
        height: 60px;
    }
}

.post-type-footprint .cmb-repeatable-group:last-of-type,
.post-type-footprint .cmb-row:last-of-type,
.post-type-footprint .cmb2-wrap .cmb-row:last-of-type {
    border-bottom: 1px solid #e9e9e9;
}

#cmb2-metabox-_metabox_footprint_data .cmb-row {
    border-bottom: 0 !important;
}

.post-type-footprint .cmb-th,
.post-type-footprint .cmb2-postbox .cmb-th {
    width: 25%;
}
.post-type-footprint .cmb-type-group .cmb-th + .cmb-td,
.post-type-footprint .cmb2-postbox .cmb-th + .cmb-td {
    width: 65%;
    padding-right: 5%;
}
.post-type-footprint .cmb2-text-medium {
    width: 100% !important;
}

#wp-admin-bar-wp-logo {
    pointer-events: none;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    background: url(../images/logo-admin-bar.svg) no-repeat;
    content: "";
    top: 2px;
    background-size: 100% auto;
    width: 18px;
    height: 22px;
    display: block;
}

/*
.post-type-footprint #post-body.columns-2 #postbox-container-1 {
  display: none;
}

.post-type-footprint #poststuff #post-body.columns-2 {
  margin-right: 0;
}*/

.text-desc {
    color: #2271b1 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 20px;
    display: block;
}

.post-type-footprint .postbox .hndle {
    cursor: pointer;
}
.post-type-footprint .handle-order-higher,
.post-type-footprint .handle-order-lower {
    display: none;
}

.post-type-footprintspan.cmb2-metabox-description {
    display: block;
    font-size: 12px;
    padding: 5px 0 0 0;
}

.post-type-footprint .cmb-row.cmb-type-title {
    clear: both;
}

.post-type-footprint .postbox {
    clear: both;
    overflow: hidden;
}

.float-right {
    float: right;
}

@media screen and (min-width: 1279px) {
    .post-type-footprint
        .postbox:not(#metabox_footprint_data)
        .cmb-row.cmb-type-text-medium {
        float: left;
        width: 47.5%;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }
    .post-type-footprint
        .postbox:not(#metabox_footprint_data)
        .cmb-row.cmb-type-text-medium:nth-child(odd) {
        padding-right: 5%;
    }
}

#cmb2-metabox-metabox_footprint_totals {
    padding-top: 10px;
}

.cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
    padding: 10px 0 !important;
}

.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row.cmb-type-text-medium {
    padding: 0 !important;
}

.cmb-type-group .cmb-repeatable-group > .cmb-row,
.cmb2-postbox .cmb-repeatable-group > .cmb-row {
    padding-bottom: 5px !important;
}

.cmb2-border-top {
    border-top: 0px solid #e9e9e9;
}

.cmb-type-group .cmb-repeatable-group:not(:last-of-type),
.cmb-type-group .cmb-row:not(:last-of-type),
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
.cmb2-postbox .cmb-row:not(:last-of-type) {
    border-bottom: 0px !important;
}

.cmb-type-group .cmb-repeatable-grouping {
    border-bottom: 1px solid #e9e9e9 !important;
    background-color: #f5f5f5;
}

.post-type-footprint .cmb-repeatable-group:last-of-type,
.post-type-footprint .cmb-row:last-of-type,
.post-type-footprint .cmb2-wrap .cmb-row:last-of-type {
    border-bottom: 0px solid #e9e9e9;
    margin: 0;
}

#cmb2-metabox-_metabox_footprint_data .cmb-row {
    border-bottom: 0px !important;
}

.post-type-footprint .cmb-th,
.post-type-footprint .cmb2-postbox .cmb-th {
    width: 100%;
}
.post-type-footprint .cmb-type-group .cmb-th + .cmb-td,
.post-type-footprint .cmb2-postbox .cmb-th + .cmb-td {
    width: 100%;
    padding-right: 0;
}
.post-type-footprint .cmb2-text-medium {
    width: 100% !important;
}

.cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row,
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row {
    padding: 10px 0 !important;
}

.cmb2-wrap input.cmb2-text-medium {
    width: 230px;
}
.post-type-footprint .cmb2-text-medium {
    width: 100% !important;
}

.post-type-footprint .cmb-th,
.post-type-footprint .cmb2-postbox .cmb-th {
    width: 100%;
}
.post-type-footprint span.cmb2-metabox-description {
    display: block;
    font-size: 12px;
    padding: 5px 0 0 0;
}

.cmb2-postbox input:not([type="checkbox"]):not([type="radio"]) {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding: 6px;
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    height: auto;
}

#wpadminbar
    #wp-admin-bar-my-account.with-avatar
    #wp-admin-bar-user-actions
    > li {
    margin-left: 0;
}

.d-flex {
    display: flex !important;
}
.ml-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.align-items-center {
    align-items: center;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}

.text-lg {
    font-size: 20px;
}
.text-sm {
    font-size: 14px;
}

.d-none {
    display: none !important;
}

.clearfix {
    clear: both !important;
}

.float-left {
    float: left !important;
}
.clear-none {
    clear: none !important;
}
.w-50 {
    width: 50% !important;
}

.btn-reset {
    margin-right: 10px !important;
}

.btn-green {
    background-color: #5eaa2c;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px 7px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s;
}

.btn-red {
    background: var(--color-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 20px;
    transition: background-color 0.2s;
}

.btn-red:hover {
    background: var(--color-primary-darker);
    color: #fff;
}

#adminmenuback,
#adminmenuwrap,
#adminmenu {
    background: var(--color-primary);
}
#adminmenu .wp-submenu {
    background: var(--color-primary-darker);
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
#adminmenu .wp-menu-arrow,
#adminmenu .wp-menu-arrow div,
#adminmenu li.current a.menu-top,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
    background: #5eaa2c;
}

#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus {
    position: relative;
    background-color: var(--color-primary-darker);
    color: #fff;
}
#adminmenu .wp-submenu a:focus,
#adminmenu .wp-submenu a:hover,
#adminmenu a:hover,
#adminmenu li.menu-top > a:focus {
    color: #fff;
}

#adminmenu .wp-submenu a:focus,
#adminmenu .wp-submenu a:hover,
#adminmenu a:hover,
#adminmenu li.menu-top > a:focus {
    color: #fff;
}

#adminmenu li a:focus div.wp-menu-image:before,
#adminmenu li.opensub div.wp-menu-image:before,
#adminmenu li:hover div.wp-menu-image:before {
    color: #fff;
}

#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after,
#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after {
    border-right-color: #fff !important;
}

.wrap .add-new-h2,
.wrap .add-new-h2:active,
.wrap .page-title-action,
.wrap .page-title-action:active {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.wrap .add-new-h2:hover,
.wrap .add-new-h2:active:hover,
.wrap .page-title-action:hover,
.wrap .page-title-action:active {
    border-color: var(--color-primary-darker);
    color: var(--color-primary-darker);
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: #f6f7f7;
}

.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
    color: var(--color-primary-darker);
    border-color: var(--color-primary-darker);
}

.wp-core-ui .button-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.wp-core-ui .button-primary:hover {
    background: var(--color-primary-darker);
    border-color: var(--color-primary-darker);
    color: #fff;
}

a,
.wp-core-ui .button-link {
    color: var(--color-secondary);
}
a:hover,
.wp-core-ui .button-link:hover {
    color: var(--color-secondary-darker);
}

#wpadminbar .wp-core-ui .button-link {
    color: #fff !important;
}

#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
    background: #2c3338;
    color: #fff;
}

#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,
#wpadminbar li #adminbarsearch.adminbar-focused:before,
#wpadminbar li .ab-item:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
    color: #fff;
}

.wp-person a:focus .gravatar,
a:focus:not(.row-title),
a:focus .media-icon img,
a:focus .plugin-icon {
    color: #fff;
    box-shadow: none;
    outline: none;
}

.shadow-none:hover {
    box-shadow: none !important;
}

.posts .row-title {
    color: var(--color-primary) !important;
}

.pe-none {
    pointer-events: none !important;
}

#titlediv #title {
    border: 1px solid #bbb;
    border-radius: 0;
}

.badge-sm {
    background: #5eaa2c;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 15px;
    font-size:12px;
    font-weight: 300;
}