/*
Theme Name: SCORR Content Mapper
Theme URI: https://www.scorrmarketing.com/
Author: SCORR Marketing
Author URI: http://www.scorrmarketing.com/
Description: A theme built by SCORR Marketing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scorr

scorr is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------
# Type / Elements
--------------------------------*/

body, button, input, select, textarea {
    color: #2c2c2c;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
}
body {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
ul, ol {
    margin: 0 0 1.5em 1.4em;
}
li>ul, li>ol {
	margin: 0 0 0 1.5em;
}
p, ul, ol, hr {
	margin-bottom: 1.71em;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 1rem;
}
h1 {
    font-size: 2.5em;
	font-weight: 700;
    line-height: 1.444em;
}
h2 {
    font-size: 2.25em;
    line-height: 1.333em;
}
h3 {
    font-size: 1.75em;
    line-height: 1.36em;
}
h4, h5, h6 {
    font-size: 1.25em;
    line-height: 1.5em;
}
.entry-content ul {
    list-style: none;
}
.entry-content ul li:before {
    content: '\2022';
    position: absolute;
    float: left;
    margin-left: -20px;
    color: #00B5C6;
}
body.is-safari .entry-content ul li:before {
    position: static;
}
.entry-content ul ul li:before {
    content: '‑';
    color: #2c2c2c;
}
hr {
    background-color: #f8f8f8;
}

/*--------------------------------
# Links
--------------------------------*/

a {
    color: #4e5157;
}
a:visited {
    color: #4e5157;
}
a:hover, a:focus, a:active {
    color: #00B5C6;
    text-decoration: underline;
}
a:hover sup {
    text-decoration: none !important;
}
a:focus, div:focus, a:hover, a:active {
    outline: 0;
}
.entry-content a {
	border-bottom: 1px solid #333;
    position: relative;
    text-decoration: none;
    transition: all .4s ease;
}
.entry-content a:hover {
    text-decoration: none;
}
.entry-content .card-contain a {
    position: static;
}
.btn, button, input[type="button"], input[type="submit"], a.wp-block-button__link {
    background: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    padding: .812em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    z-index: 1;
}
.field-wrap.submit-wrap {
    display: inline-block !important;
}
.field-wrap.submit-wrap .nf-field-element {
    display: inline-block !important;
    position: relative !important;
    z-index: 2 !important;
}
.btn:before, button:before, input[type="button"]:before, input[type="submit"]:before, .field-wrap.submit-wrap:before, a.wp-block-button__link:before {
    background-color: #b91f3a;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #78102a 50%, #b91f3a 50%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* -webkit-transform: skewX(-38deg);
            transform: skewX(-38deg); */
    transition: all .4s ease;
    z-index: -1;
}
.btn.reverse:before {
    background-color: #B91237;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #00B5C6 50%, #B91237 50%);
}
a.btn:visited {
    color: #fff;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.wp-block-button__link:hover {
    color: #fff;
    text-decoration: none;
}
.btn:hover:before, button:hover:before, input[type="button"]:hover:before, input[type="submit"]:hover:before, .field-wrap.submit-wrap:hover:before, a.wp-block-button__link:hover:before {
    background-position: -95% 0;
}
.entry-content a.btn {
    border: 0;
    color: #fff;
}
.entry-content a.btn:after, .entry-content .card-contain a:after, a.wp-block-button__link:after {
    content: none;
    display: none;
}
button.sc-search {
    /* background: #fff; */
    /* border-radius: 50%; */
    color: #00b5c4;
    font-size: 1.2em;
    /* height: 36px; */
    padding: 0;
    /* width: 36px; */
}
button.sc-search:before {
    content: none;
}
button:focus, button:active {
    outline: none;
}

button.text-btn {
    background: none;
    color: #00b5c4;
    font-weight: 400;
    padding: .812em 1em;
    text-transform: none;
}
button.text-btn::before {
    content: none;
}
button.text-btn:hover {
    color: #00b5c4;
    text-decoration: underline;
}

/*--------------------------------
# Header
--------------------------------*/

header#masthead {
    background: #2c2c2c;
    border-top: 6px solid #00b5c4;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
header#masthead.wp-active {
    top: 32px;
}
.masthead-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
}
.head-part {
    position: relative;
    display: inline-block;
    z-index: 20;
}
header#masthead {
    transition: all .6s ease, width 0s;
}
.site-home-link {
    display: inline-block;
}
.site-branding img.logo-img {
    display: inline-block;
}

/*Hidden State*/

@media only screen and (min-width: 1023px) {
    header#masthead.hidden {
        transform: translateY(-112px);
        visibility: hidden;
    }
}

/*--------------------------------
# Menus
--------------------------------*/

.main-navigation {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    /* margin: auto; */
    /* position: absolute; */
    right: 20px;
    text-align: right;
    top: 0;
    width: 100%;
}
.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.site-header ul.menu {
    align-items: center;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    width: 100%;
}
.site-header li {
    display: inline-block;
    line-height: 1em;
    padding: 0 14px;
    position: relative;
}
.site-header li a {
    align-items: center;
    display: inline-block;
    display: inline-flex;
    height: 80px;
    font-weight: 700;
    justify-content: center;
    padding: 0 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
}
.site-header li a, .site-header li a:visited {
    color: #fff;
}
.site-header li a:hover, .site-header li a.active, .site-header ul.menu>li.active>a {
    background: #00B5C6;
    color: #fff;
    text-decoration: none;
}
.site-header li a.open-type:hover, .site-header li a.open-type.active {
    background: #8cc540;
}
.site-header li a.open-client:hover, .site-header li a.open-client.active {
    background: #fcb717;
}
.site-header li a.open-date:hover, .site-header li a.open-date.active {
    background: #b91f3a;
}
.site-header ul.menu ul {
    background: #fff;
    border-top: 4px solid #00B5C6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    left: -15px;
    opacity: 0;
    padding: 2em;
    position: absolute;
    text-align: left;
    top: 46px;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 99;
}
.site-header ul.menu > li > ul {
    transform: translate(-10px, -10px);
}
.site-header ul.menu > li > ul:before {
    border-color: transparent transparent #00B5C6 transparent;
    border-style: solid;
    border-width: 0 16px 20px 16px;
    content: '';
    height: 0;
    left: 32px;
    position: absolute;
    top: -20px;
    width: 0;
}

/* Dropdown from right */
.site-header ul.menu li.dropdown-right ul {
	left: auto;
	right: 0;
	width: 220px;
}
.site-header ul.menu > li.dropdown-right > ul:before {
	left: auto;
	right: 20px;
}
.site-header ul.menu > li.dropdown-right > ul {
    transform: translate(10px, -10px);
}
.site-header ul.menu ul ul {
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 0 0 0 1em;
    position: static;
    transform: none;
    visibility: inherit;
}
.site-header ul.menu ul a {
    font-size: 1rem;
    line-height: 16px;
    text-transform: none;
    padding-bottom: .5em;
    position: relative;
    width: 250px;
}
.site-header ul.menu ul ul a {
    font-size: .9375rem;
}
.site-header ul.menu ul a:before {
    border-color: transparent transparent transparent #00B5C6;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    content: '';
    height: 0;
    left: -16px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 0;
}
.site-header ul.menu ul a:hover:before {
    opacity: 1;
}
.site-header ul.menu ul a, .site-header ul.menu ul a:visited {
	color: #333;
}
ul#primary-menu ul a:hover {
    color: #00B5C6;
    transform: translateX(16px);
}
ul#primary-menu li.active>ul {
    transform: translate(0);
}
ul#primary-menu li.active>ul, ul#primary-menu li.focus>ul, ul#primary-menu ul li:hover>ul, ul#primary-menu ul li.focus>ul {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu>li.menu-item-has-children.active a:active, ul#primary-menu>li.menu-item-has-children.active a:focus {
    text-decoration: none;
}
ul#primary-menu ul li {
    padding: 0 0 .75em;
}
ul#primary-menu ul li:last-of-type, ul#primary-menu ul li.menu-item-has-children li {
    padding: 0;
}

/* Indicators */

ul#primary-menu>li.menu-item-has-children>a:after {
    color: #00B5C6;
    display: inline-block;
    font-family: fontello;
    font-size: .875em;
    margin-left: 8px;
    transition: all .3s ease;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    content: '\e80e';
}
ul#primary-menu>li.menu-item-has-children.active>a:after {
    transform: rotate(180deg) scale(.75);
}
#primary-menu li:last-of-type {
    padding-right: 0;
}
/* span.btn-sep {
    bottom: 1px;
    color: #00B5C6;
    display: inline-block;
    font-size: 20px;
    margin: 0 5px;
    position: relative;
} */

@media only screen and (max-width: 1280px) {
    .masthead-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-navigation {
        right: 20px;
    }
}

/* @media only screen and (max-height: 730px) {
    ul#primary-menu ul {
        padding: 1em 2em;
    }
    ul#primary-menu ul li {
        padding-bottom: 5px;
    }
    ul#primary-menu ul a {
        font-size: .9em;
        padding-bottom: 5px;
    }
} */



/*--------------------------------
# Content
--------------------------------*/

#content {
    min-height: 600px;
    padding-top: 86px;
}
#page {
    background: #f4f4f4;
    margin: 0 auto;
    min-height: 100vh;
	overflow-x: hidden;
    padding: 0;
	position: relative;
    width: 100%;
}
@media only screen and (min-width: 959px) {
    ul.four-col {
        -webkit-column-count: 4;
             -moz-column-count: 4;
             column-count: 4;
        -webkit-column-break-inside: avoid;
             -moz-column-break-inside: avoid;
             break-inside: avoid-column;
    }
}
@media only screen and (min-width: 640px) {
    .two-col, .twocol-ul ul {
        -webkit-column-count:2;
             -moz-column-count:2;
             column-count:2;
        -webkit-column-gap: 3rem;
             -moz-column-gap: 3rem;
             column-gap: 3rem;
        -webkit-column-break-inside: avoid;
             -moz-column-break-inside: avoid;
             break-inside: avoid-column;
    }
    .two-col li {
        display: inline-block;
    }
    .twocol-ul ul li input, .twocol-ul ul li label {
        display: inline-block !important;
        float: none !important;
        margin: 0 3px 0 0 !important;
    }
}

/*--------------------------------
# Gutenberg
--------------------------------*/

.blocks-content, .wp-block-cover__inner-container {
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}
.alignwide {
    margin-left: -120px;
    margin-right: -120px;
    max-width: 100vw;
}
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
@media only screen and (min-width: 1800px) {
    .alignfull {
        margin-left: calc(-1800px / 2 + 100% / 2);
        margin-right: calc(-1800px / 2 + 100% / 2);
        /* max-width: 1800px; */
    }
}

.wp-block-image, .wp-block-media-text {
    margin-bottom: 1.71rem;
}
.wp-block-cover__inner-container {
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
    max-width: 100%;
}

/*--------------------------------
# Search Form
--------------------------------*/

/* Search Animation */

#primary-menu li, .search-btn-cont, .search-btn-cont form {
    transition: all .4s ease;
    transition-timing-function: cubic-bezier(.2727, .0986, .8333, 1);
}
.search-active #primary-menu li {
    opacity: 0;
    transform: scale(.7);
}
.search-btn-cont {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    height: 36px;
    width: 36px;
}
.search-active .search-btn-cont {
    opacity: 1;
    transform: none;
    width: 400px;
}
.search-btn-cont form {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    max-width: 0;
    width: 364px;
}
.search-active .search-btn-cont form {
    max-width: 364px;
}
.search-btn-cont input {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    color: #2c2c2c;
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    width: 340px;
}
.search-btn-cont input::-webkit-input-placeholder {
    color: #6e6e6e;
}
.search-btn-cont input:-ms-input-placeholder {
    color: #6e6e6e;
}
.search-btn-cont input::-ms-input-placeholder {
    color: #6e6e6e;
}
.search-btn-cont input::-moz-placeholder {
    color: #6e6e6e;
}
.search-btn-cont input::placeholder {
    color: #6e6e6e;
}
.search-close, .search-submit {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    padding: 0;
    position: relative;
    width: 20px;
}
/* .search-submit {
    width: 25px;
} */
.search-submit:before, .search-submit:after {
    bottom: 0;
    content: '';
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
}
.search-submit:before {
    background: #00B5C6;
    height: 2px;
    left: 0;
}
.search-submit:hover:before {
    background: #B91237;
}
.search-submit:after {
    background: none;
    border-right: 2px solid #00B5C6;
    border-top: 2px solid #00B5C6;
    height: 8px;
    left: auto;
    transform: rotate(45deg);
    width: 8px;
}
.search-submit:hover:after {
    border-color: #B91237;
}

/* Close Button */

.close {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 50px;
    top: 50px;
    transition: all .4s ease;
    width: 20px;
    z-index: 100;
}
.close:before, .close:after, .search-close:before, .search-close:after {
    background: #B91237;
    /* background-size: 210% 100%; */
    /* background-image: linear-gradient(to left, #00B5C6 50%, #B91237 50%); */
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 70%;
}
.close:before, .search-close:before {
    transform: rotate(45deg);
}
.close:after, .search-close:after {
    transform: rotate(-45deg);
}
/* .close:hover:before, .close:hover:after, .search-close:hover:before, .search-close:hover:after {
    background-position: -95% 0;
} */

/*--------------------------------
# Forms
--------------------------------*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
    color: #4e5157;
    border: 1px solid #eae7de;
    border-radius: 3px;
    transition: all .4s ease;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    color: #4e5157;
    border: 1px solid #00B5C6;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
label {
    color: #333;
    font-size: 1em;
    font-weight: 400;
}
.ninja-forms-form-wrap label {
    font-weight: normal!important;
}
.ninja-forms-req-symbol, .nf-error-msg, .hs-form-required {
    color: #B91237 !important;
}
.nf-error-msg {
    font-size: .875em;
    font-style: italic;
}
.nf-error .ninja-forms-field {
    border: 1px solid #00B5C6 !important;
}
.nf-form-fields-required, .ninja-forms-required-items {
    display: none !important;
}
.nf-field-container, #ninja_forms_required_items, .hs-form-field {
    margin-bottom: 1rem !important;
}
.entry-content .nf-field-element ul li:before {
    content: '';
}
#nf-field-23-wrap li {
    text-align: left;
}
.label-above .nf-field-label {
    margin-bottom: 0 !important;
}
.nf-multi-cell .nf-cell {
    padding: 0 1em !important;
}
.field-wrap.submit-wrap {
    position: relative;
}
.field-wrap.submit-wrap:before {
    z-index: 1;
}
.field-wrap.submit-wrap input[type=button] {
    background: transparent;
}
.field-wrap.submit-wrap .nf-field-label, .field-wrap.submit-wrap .nf-error-wrap {
    display: none !important;
}
.nf-fu-fileinput-button {
    overflow: visible !important;
}

/*--------------------------------
# Cards
--------------------------------*/

a.cardlink {
    display: block;
}
.card {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.card:hover {
    box-shadow: 0 5px 12px 0 rgba(0,0,0,.2);
    transform: translateY(-5px);
}
.card.no-link {
    cursor: default;
}
.card, .card-image, .card-type, .card-content {
    transition: all .4s ease;
}
.card-type {
	color: #00B5C6;
    display: block;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 1rem;
    position: relative;
    text-transform: uppercase;
}
.card-type, a.card-link {
    font-size: .8125em;
}
.card-content {
    border: 2px solid #f8f8f8;
    height: 330px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    z-index: 4;
}
.grid-item .card-content {
	height: auto;
}
h3.card-title {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 1rem;
    text-transform: none;
}
h3.card-title, h3.card-title a {
    border: 0;
    color: #2c2c2c;
    transition: all .4s ease;
}
a.cardlink:hover, .card a:hover, h3.card-title a:hover {
    text-decoration: none;
}

.card-exerpt p {
    color: #2c2c2c;
    font-size: .9375em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    transition: all .4s ease;
}
.card-exerpt p strong {
    color: #2c2c2c;
}
.card-exerpt p.card-txt, .card-exerpt p.topic-cloud {
    margin-top: 10px;
}
.card-contain {
    padding-bottom: 30px;
}

span.topic-bubble {
    background: #00B5C6;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    line-height: 1em;
    margin-right: 3px;
    padding: 4px 8px;
}

/* Client */

.card-client-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.card-client-list li {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: .8em;
    font-weight: 700;
    height: 28px;
    margin: 0;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}
.card-client-list li:before {
    background: #fcb717;
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    z-index: -1;
}
.card:hover .card-client-list li:before {
    opacity: 1;
}
.card-client-list li img {
    height: 16px;
    margin: 0 5px 0 0;
}

/* Card Date */

.card-date {
    color: #2c2c2c;
    font-size: .8125em;
    font-weight: 400;
    display: inline-block;
    line-height: 1em;
    position: absolute;
    right: 2rem;
    text-align: right;
    top: 2rem;
}

@media only screen and (max-width: 959px) {
    h3.card-title {
        font-size: 1em;
    }
    .card-content {
        padding: 1.75rem;
    }
}
@media only screen and (max-width: 640px) {
    .card-content {
        height: auto;
    }
}

/*--------------------------------
# Footer
--------------------------------*/

/* #pre-foot {
    background-color: #00B5C6;
    padding: 5em 15px;
    text-align: center;
}
#pre-foot h3 {
	color: #fff;
}
.pre-foot-content {
    text-align: center;
}
#pre-foot a.btn {
    z-index: 10;
} */
footer.site-footer {
    background: #f3f3f3;
    padding: 0;
}
.right-foot-col {
    text-align: right;
}
.right-foot-col img {
    display: inline-block;
}
.foot-content.row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
    padding: 50px 20px;
    width: 100%;
}
.foot-part {
    margin: 0 auto;
	width: 33%;
}
.site-info {
	/* margin-left: 0; */
    text-align: center;
}
.site-info p {
    font-size: .8125em;
}
.menu-foot-menu-container {
    display: inline-block;
}
p#copyright-statement {
    display: inline-block;
    margin-bottom: 0;
}
ul#foot-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#foot-links li {
    border-right: 1px solid #4e5157;
    display: inline-block;
    line-height: 1em;
    padding: 0 8px;
}
ul#foot-links li:last-of-type {
    border: 0;
}
ul#foot-links li a {
    font-size: .8125em;
}
.social-icons {
    margin-right: 0;
	text-align: right;
}
.social-icons a.social-icon {
    background-color: #B91237;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    height: 40px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    transition: all .4s ease;
    width: 40px;
}
.social-icons a.social-icon i.fa {
    line-height: 1em;
    vertical-align: middle;
}
.social-icons a.social-icon:hover {
    background-color: #333;
}

/* Footer Responsive Styles */

@media only screen and (max-width: 640px) {
    #pre-foot {
        padding: 60px 15px;
    }
    .foot-content.row {
        flex-direction: column;
    }
    .foot-part {
        margin-bottom: 2em;
        text-align: center;
        width: 100%;
    }
    .site-info {
        order: 1;
    }
    .social-icons {
        margin: 0;
        order: 3;
    }
    .right-foot-col {
        order: 2;
    }
}

/*--------------------------------
# Responsive
--------------------------------*/

.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 28px;
    right: 20px;
    cursor: pointer;
    z-index: 199;
    transition: all .4s ease;
}
.menu-btn-contain {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: all .4s ease;
    width: 50px;
}
.menu-btn {
    height: 20px;
    position: relative;
    width: 25px;
}
.menu-btn:before, .menu-btn:after {
    content: '';
}
.menu-bar, .menu-btn:before, .menu-btn:after {
    background-color: #333;
    height: 4px;
    position: absolute;
    transition: all .4s ease;
    width: 100%;
}
.menu-bar {
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.mobile-menu-btn.active .menu-bar {
    opacity: 0;
}
.menu-btn:before {
    top: 0;
}
.mobile-menu-btn.active .menu-btn:before {
    top: 50%;
    transform: rotate(45deg);
}
.menu-btn:after {
    bottom: 0;
}
.mobile-menu-btn.active .menu-btn:after {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
}
.lightbox, .lightbox-contain {
    bottom: 0;
    /* height: 100%; */
    left: 0;
    margin: auto;
    right: 0;
    transition: all .4s ease;
    top: 0;
    /* width: 100%; */
}
.lightbox {
    color: #333;
    display: block !important;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    transform: translate(0, -100vh);
    width: 100%;
    visibility: hidden;
    z-index: 151;
}
.lightbox-contain, .lightbox-content {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lightbox-contain {
    background-color: #fff;
}
#image-box-contain {
    background: #fff;
}
.lightbox-content {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    z-index: 10;
}
#image-box-contain.lightbox-contain img {
    max-width: 90%;
    margin: 0 auto;
}
.lightbox.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0);
}
.lightbox-contain.sub-open {
    transform: translateX(0);
}
#search-form.lightbox {
    z-index: 161;
}
#mobile-menu-contain .search-btn-cont {
    display: none;
}
#mobile-menu-contain ul {
    list-style: none;
    margin: 0;
	padding: 0;
    text-align: center;
}
#mobile-menu-contain ul li.has-submenu>a:after {
	color: #00B5C6;
	content: '\e810';
	display: inline-block;
	float: right;
    font-family: fontello;
    padding-left: 10px;
}
#mobile-menu-contain ul li a {
	color: #333;
    display: inline-block;
	font-size: 1em;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
	#mobile-menu-contain ul li a, button.mobile-search-btn, li.back {
		font-size: 1.25em;
		padding: 7px 15px;
	}
}
#mobile-menu-contain ul li ul {
    align-items: center;
    background-color: #00B5C6;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    list-style: none;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    width: 95vw;
    z-index: 200;
}
#mobile-menu-contain ul li ul li a {
    color: #fff;
}
#mobile-menu-contain ul li ul ul {
    background-color: #333;
    width: 100%;
    width: 90vw;
}
#mobile-menu-contain ul li.has-submenu.open-submenu>ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#mobile-menu-contain ul li ul li a {
    padding-left: 30px;
}
#mobile-menu-contain ul li ul li ul li a {
    padding-left: 45px;
}
.back {
    color: #4e5157;
    cursor: pointer;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.back:before {
    color: #4e5157;
    content: '\e80f';
    display: inline-block;
    font-family: fontello;
    padding-right: 10px;
}
#mobile-menu-contain li.btn {
    display: block;
    margin: 15px 0;
}
#mobile-menu-contain li.btn a {
    color: #fff;
    padding: 0;
}

/* Mobile search button */

button.mobile-search-btn, button.search-back {
    color: #00B5C6;
    font-weight: 700;
    position: static;
    text-transform: uppercase;
}
button.search-back {
    opacity: 0;
    visibility: hidden;
}
button.search-back:before {
    background: none;
    position: static;
    transform: none;
}
.mobile-search-active button.search-back {
    opacity: 1;
    visibility: visible;
}
button.mobile-search-btn i {
    color: #00B5C6;
}
button.mobile-search-btn:before {
    content: none;
}
button.mobile-search-btn, button.mobile-search-btn:hover {
    background-color: transparent;
    border: 0;
}
.sub-open button.mobile-search-btn {
    opacity: 0;
    visibility: hidden;
}
button.mobile-search-btn:active, button.mobile-search-btn:focus {
    outline: none;
}
.mobile-search-contain, .mobile-links {
    overflow: hidden;
    transition: all .4s ease;
    z-index: 10;
}
.mobile-links {
    max-height: 100vh;
    padding: 0 2rem;
}
.mobile-search-contain, .mobile-search-active .mobile-links {
    max-height: 0;
    visibility: hidden;
}
.mobile-search-active .mobile-search-contain {
    max-height: 200px;
    width: 400px;
    max-width: 80%;
    visibility: visible;
}
@media only screen and (max-width: 1023px) {
    header#masthead {
        position: absolute;
    }
    /* nav#top-navigation, nav#site-navigation, .no-small, li.search-link.menu-item {
        display: none;
    }
    .mobile-menu-btn {
        display: inline-block;
    } */
    .lightbox .close {
        bottom: 50px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
    }
    .site-header li {
        padding: 0;
    }
    .site-header li a {
        font-size: .875em;
        padding-left: 0;
        padding-right: 0;
    }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .search-trigger {
        display: inline-block;
    }
    .field-wrap.sc-column-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #page, .search-contain .columns {
        padding: 0;
    }
    #primary.row {
        padding-bottom: 0;
    }
    #content {
        padding-top: 95px;
    }
    /* .mobile-menu-btn {
        top: 20px;
    } */
}
