/*
    Theme Name: Kirkland Museum
    Theme URI: https://www.kirklandmuseum.org
    Description: A custom Wordpress theme developed for Kirkland Museum
    Author: Rassman Design
    Author URI: https://rassmandesign.com
*/

/* THEME COLORS ===========
Orange (Primary)    #e86d1f
Teal                #006A71
Purple              #553c7c
Light Gray          #f2f2f2
======================== */


/* PAGE ELEMENTS
==================================================================================================== */

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #555;
    font-size: 16px;
    overflow-x: hidden;
    font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.mm-blocker {
    z-index: 9999;
    background: rgba(0,0,0,0.3);
}

.clearfix{
    display:table;
    clear:both;
    float:none;

}


/* PAGE (TABLET)
=================================================== */

@media (max-width: 1068px) {



}


/* PAGE (MOBILE)
=================================================== */

@media (max-width: 768px) {



}


/* TYPOGRAPHY
==================================================================================================== */

h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 700;
    color: #e86d1f;
    line-height: 1.2;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    color: #006A71;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

h4 {

}

h5 {

}

h6 {

}

p {
    line-height: 1.6;
    padding: 0;
    margin: 0 0 24px 0;
}

ul {
    margin: 5px 0 25px 0;
    line-height: 1.3;
    list-style: disc outside none;
    margin-left: 1em;
}

ul li {
    margin: 0 0 8px 0;
}

ul li ul {
    margin: 0 0 10px 0;
}

ol {
    counter-reset: li;
    margin: 0 0 25px 0;
    padding: 5px 0 0 0;
    padding: 0;
}

ol > li {
    position: relative;
    margin: 0 0 8px 20px;
    padding-left: 5px;
    list-style: none;
    line-height: 1.4;
}

ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    color: #006A71;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    box-sizing: border-box;
}

hr {
    margin: 40px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 6px solid #006A71;
    border-left: 0;
    width: 100px;
}

a, a:visited {
    color: #e86d1f;
    text-decoration: none;
    outline: 0;
    transition: all .3s ease-out;
}

a:hover {
    color: #e86d1f;
    text-decoration: underline;
}

.wp-block-button a,
.wp-block-button a:visited,
.elementor-widget-button a.elementor-button,
.elementor-widget-button a.elementor-button:visited,
a.button {
    display: inline-block;
    padding: 15px 20px !important;
    color: #555 !important;
    background: #f2f2f2 !important;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 4px !important;
    transition: all .3s ease-out;
    line-height: 1;
}

.wp-block-button a:hover,
.elementor-widget-button a.elementor-button:hover,
a.button:hover {
    color: #555;
    background: #FFD004 !important;
    text-decoration: none;
}

.wp-block-button,
.wp-block-image,
.wp-block-embed {
    margin-bottom: 30px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote {
    border-left: 6px solid #f2f2f2;
    padding: 0 0 0 20px;
    margin: 12px 0 30px;
}

blockquote p {
    background: url(img/icon-quote.svg) 0 2px no-repeat;
    background-size: 16px 13px;
    text-indent: 24px;
    margin-bottom: 18px;
}

blockquote cite {
    line-height: 1.4;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    color: #e86d1f !important;
}

blockquote cite span {
    color: #888 !important;
    font-weight: 400 !important;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

img {
    max-width: 100%;
    height: auto;
}

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
    border-color: #e86d1f;
}

::selection {
    background: #e86d1f;
    color: #fff;
}

::-moz-selection {
    background: #e86d1f;
    color: #fff;
}


/* TYPOGRAPHY (TABLET)
=================================================== */

@media (max-width: 1068px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

}


/* TYPOGRAPHY (MOBILE)
=================================================== */

@media (max-width: 768px) {

    #content table {
        overflow-x: auto;
        display: block;
    }

}




/* CONTENT
==================================================================================================== */

.content {
    padding-top: 10px;
}

.alignleft,
.alignright {
    max-width: 50%;
    padding-top: 15px;
}

.wp-block-image .alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
}

.wp-block-image .alignright {
    margin-left: 30px;
    margin-bottom: 30px;
}

#content ul.wp-block-gallery {
    line-height: normal;
}

#content ul.wp-block-gallery .blocks-gallery-item {
    padding: 0;
    background: none;
    line-height: normal;
    margin: 0 8px 8px 0;
}

#content ul.wp-block-gallery .blocks-gallery-item figcaption {
    width: calc(100% - 20px);
}

#title-wrap {
    padding: 35px 0 15px 0;
    background: #e86d1f;
    margin: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#title-wrap h1 {
    color: #fff;
}

#content {
    padding-top: 40px;
    padding-bottom: 80px;
    min-height: 320px;
}

#content .sidebar ul {
    margin: 0;
    list-style: none;
    line-height: 1.2;
}

#content .sidebar ul li {
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: 1px solid #ccc;
}

#content .sidebar ul li a {
    display: block;
    padding: 8px 10px 8px 0;
    padding-left: 0;
    color: #555;
    transition: all .3s ease-out;
}

#content .sidebar ul li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    padding-left: 10px;
}

#content .sidebar li.current_page_item > a {
    color: #e86d1f;
    font-weight: 700;
}

#content .sidebar ul li ul {
    display: none;
    margin-bottom: 10px;
}

#content .sidebar ul li.current_page_item ul,
#content .sidebar ul li.current_page_ancestor ul {
    display: block;
}

#content .sidebar ul li ul li {
    border-bottom: none;
}

#content .sidebar ul li ul li a {
    padding-left: 15px;
}

#content .sidebar ul li ul li a:hover {
    padding-left: 20px;
}

.selectnav {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: none;
    background: none;
    padding: 6px;
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
}

#tabs-wrap {
    background: #aaa;
    padding-top: 30px;
}

#tabs ul {
    list-style: none;
    margin: 0;
}

#tabs ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
}

#tabs ul li a {
    display: block;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.5);
    color: #555;
    border-radius: 4px 4px 0 0;
    transition: all .3s ease-out;
}

#tabs ul li a:hover {
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

#tabs ul li.active a,
#tabs ul li.parent-active a {
    background: #fff;
}

#tabs ul.single-work li:nth-child(1) a {
    background: #fff;
}

#tabs ul li.active a:hover {
    background: #fff;
    text-decoration: none;
}

.timeline {
    width: 100%;
}

.timeline td {
    padding-left: 20px;
    padding: 7px 10px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.5;
}

.timeline tr td:first-of-type {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
    font-size: 140%;
    color: #e86d1f;
    font-weight: 700;
    border-right: 10px solid #f2f2f2;
    width: 20%;
}

#map-canvas {
    width: 100%;
    height: 30vw;
    background: #f2f2f2;
}

.posts-wrap article {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.posts-wrap article .title {
    width: 100%;
    padding-bottom: 10px;
}

.posts-wrap article .image {
    width: 25%;
}

.posts-wrap article .image img {
    max-width: 100%;
    height: auto;
}

.posts-wrap article .text {
    width: calc(75% - 30px);
    padding-left: 30px;
}

p.date {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    margin-bottom: 12px;
}

article .read-more {
    display: inline-block;
    padding: 15px 20px;
    color: #555;
    background: #f2f2f2;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    transition: all .3s ease-out;
}

article .read-more:hover {
    color: #555;
    background: #FFD004;
    text-decoration: none;
}

.visitor-content {
    padding-top: 30px;
}

#content .listCol1,
#content .listCol2,
#content .listCol3 {
    float: left;
    width: calc(29% - 16px);
    margin-right: 4%;
    margin-bottom: 0;
}

#content .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-top: 0px;
}

#content .elementor-column-gap-wide {
    margin-left: -20px;
    margin-right: -20px;
}

#content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-top: 0px;
}

#content .elementor-column-gap-default {
    margin-left: -10px;
    margin-right: -10px;
}

#content .elementor-widget-image .widget-image-caption {
    font-size: 13px;
    padding: 8px;
    font-weight: 400;
    line-height: 1.4;
}

#content img.alignleft {
    float: left;
    margin: 0 30px 25px 0;
    padding: 8px 0 0 0;
    width: 50%;
    height: auto;
}

.search-result--wrap {
    padding: 40px 0 80px 0;
}

.search-result--single {
    margin: 0 0 35px 0;
}

.search-result--single h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    margin: 0 0 5px 0;
}

.search-result--single .search-image {
    float: left;
    width: 15%;
    margin: 0 20px 20px 0;
}

.search-result--single .search-image a {
    display: block;
}

.search-result--single .search-image a img {
    vertical-align: top;
}

.search-result--single .search-text {
    line-height: 1.6;
    margin: 0;
}

.search-result--single .search-text p {
    margin: 0;
}


/* CONTENT (TABLET)
=================================================== */

@media (max-width: 1068px) {

    #map-canvas {
        height: 40vw;
    }

    .content .wp-block-columns {
        flex-wrap: nowrap;
    }

}


/* CONTENT (MOBILE)
=================================================== */

@media (max-width: 768px) {

    .content .wp-block-columns {
        flex-wrap: wrap;
    }

    .content .wp-block-column {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        flex-basis: 100% !important;
    }

    #title-wrap {
        padding: 30px 0 10px 0;
    }

    #content {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .sidebar-menu ul {
        display: none;
    }

    .sidebar-menu {
        background: #f2f2f2 url(img/select-arrow.svg) right center no-repeat;
        background-size: 25px 20px;
        border-radius: 4px;
    }

    .selectnav {
        display: block;
        color: #000;
    }

    #tabs-wrap {
        padding: 15px 0px;
    }

    #tabs ul {
        display: none;
    }

    #map-canvas {
        height: 60vw;
    }

    #content .listCol1,
    #content .listCol2,
    #content .listCol3 {
        width: 100%;
    }

    #content img.alignleft {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
    }

    .search-result--single .search-image {
        width: 40%;
    }

}






/* HOMEPAGE
==================================================================================================== */

#home-wrap {
    padding-bottom: 40px;
}

.home-slider .elementor-swiper .elementor-slides-wrapper {
    padding-bottom: 0;
}

.home-slider .elementor-swiper .swiper-slide {
    height: 720px;
    background: #777;
}

.home-slider .elementor-swiper .swiper-slide .swiper-slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    min-width: 0;
    background-position: top center;
    background-size: contain;
}

.home-slider .elementor-swiper .swiper-slide .swiper-slide-inner {
    align-items: flex-start;
    padding: 0;
}

.home-slider .elementor-swiper .swiper-slide .swiper-slide-contents {
    width: 25%;
    height: 720px;
    padding: 20px;
    position: relative;
}

.home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-heading {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 27px;
    line-height: 1.2;
}

.home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-description {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-description h6 {
    position: absolute;
    bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    padding-right: 20px;
}

.home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-button {
    display: none;
}

.home-slider .elementor-swiper .swiper-pagination {
    position: absolute;
    text-align: right;
    bottom: 0;
    padding: 12px 20px;
}

.home-slider .elementor-swiper .swiper-pagination .swiper-pagination-bullet {
    color: #fff;
    opacity: .50;
}

.home-slider .elementor-swiper .swiper-pagination .swiper-pagination-bullet-active {
    color: #e86d1f;
    opacity: 1.0;
}

.home-links {
    margin-right: -10px;
    width: calc(75% + 10px) !important;
}

.home-links > .elementor-column-wrap {
    padding: 0 !important;
}

.home-feature-blocks .elementor-column-wrap,
.home-blocks .elementor-column-wrap {
    padding: 0 10px !important;
}

.feature-block .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.feature-block a {
    display: block;
    color: #555;
}

.feature-block a:hover {
    text-decoration: none;
    background: #f2f2f2;
}

.feature-block h2,
main .feature-block .elementor-widget-heading h2.elementor-heading-title {
    display: block;
    background: #777;
    color: #fff;
    min-height: 55px;
    padding: 10px 15px;
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    transition: all .3s ease-out;
    position: relative;
}

main .feature-block .elementor-widget-heading h2.elementor-heading-title {
    min-height: 75px;
}

.feature-block.collection h2,
main .feature-block.collection .elementor-widget-heading h2.elementor-heading-title {
    font-size: 20px;
    padding-left: 65px;
    padding-right: 28px;
}

main .feature-block:hover .elementor-widget-heading h2.elementor-heading-title {
    background: #FFD004 ;
}

.feature-block .elementor-widget-button {
    display: none;
}

.elementor-editor-active .feature-block .elementor-widget-button {
    display: block;
}

.feature-block.collection {
    position: relative;
    overflow: hidden;
}

.elementor-editor-active {
    overflow: visible;
}

.feature-block img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.feature-block p {
    min-height: 170px;
    padding: 20px;
    transition: all .3s ease-out;
}

.feature-block.collection p {
    min-height: 0px;
    padding: 0;
    margin: 0;
}

.feature-block.collection .elementor-widget-text-editor {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -40px;
    width: 100%;
    margin: 0;
    height: 0;
    min-height: 0;
    padding: 20px;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    color: #fff;
    transition: all .3s ease-out;
}

.elementor-editor-active .feature-block.collection .elementor-widget-text-editor,
.elementor-editor-active .feature-block.collection:hover .elementor-widget-text-editor {
    position: relative;
    bottom: auto;
    height: auto;
    margin-bottom: 20px;
}

.feature-block.collection:hover .elementor-widget-text-editor {
    height: calc(100% - 35px);
}

.collection-list .feature-block {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease-out;
}

.collection-list .feature-block:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

.collection-list .feature-block h2 {
    font-size: 22px;
}

.sidebar .elementor-widget:not(:last-child) {
    margin-bottom: 12px;
}

.sidebar h2 {
    color: #555;
    font-size: 22px;
    margin-bottom: 0;
}

.sidebar h3 {
    color: #e86d1f;
    margin-bottom: 12px;
}

.sidebar p {
    margin-bottom: 16px;
}

.sidebar .elementor-widget-divider.top {
    margin: 0px 0 24px 0 !important;
}

.sidebar .elementor-widget-divider.bottom {
    margin: 16px 0 6px 0 !important;
}

.sidebar .elementor-widget-button {
    margin-bottom: 6px !important;
}

.sidebar .elementor-button-link {
    display: block !important;
    padding: 12px 20px !important;
    text-align: center;
}


/* HOMEPAGE (TABLET)
=================================================== */

@media (max-width: 1422px) {

    .home-slider .elementor-swiper .swiper-slide,
    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents {
        height: 50.625vw;
    }

}


@media (max-width: 1300px) {

    .feature-block.collection h2,
    main .feature-block.collection .elementor-widget-heading h2.elementor-heading-title {
        padding-right: 15px;
        padding-top: 15px;
        font-size: 17px;
    }

    .collection-list .feature-block.collection h2 {
        font-size: 20px;
    }

}

@media (max-width: 1200px) {

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-heading {
        font-size: 23px;
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-description {
        font-size: 16px;
        line-height: 1.4;
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-description h6 {
        font-size: 12px;
    }

}

@media (max-width: 1068px) {

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-heading {
        font-size: 18px;
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-description {
        font-size: 14px;
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-description h6 {
        font-size: 11px;
        display: none;
    }

    .feature-block {
        font-size: 16px;
    }

    .feature-block h2 {
        font-size: 16px !important;
        min-height: 60px !important;
    }

    .feature-block.collection h2,
    main .feature-block.collection .elementor-widget-heading h2.elementor-heading-title {
        padding: 10px 15px;
        font-size: 14px !important;
        min-height: 60px;
    }

    .feature-block.collection h2::before {
        display: none !important;
        background-size: 28px 28px;
        width: 32px;
        height: 32px;
    }

    .feature-block.collection p {
        font-size: 14px;
        line-height: 1.3;
    }

    .feature-block.collection:hover .elementor-widget-text-editor {
        height: calc(100% - 20px);
    }

}


/* HOMEPAGE (MOBILE)
=================================================== */

@media (max-width: 768px) {

    .home-slider .elementor-swiper {
        background: #777;
    }

    .home-slider .elementor-swiper .swiper-slide {
        flex-wrap: wrap;
        height: auto;
        align-items: flex-start;
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-bg {
        position: relative;
        width: 100%;
        min-height: 0;
        height: calc((100vw - 40px) * .75 );
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-inner {
        position: relative;
        width: 100%;
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents {
        width: 100%;
        max-width: 100% !important;
        height: auto;
        padding-bottom: 40px;
    }

    .home-slider .elementor-swiper .swiper-slide .swiper-slide-contents .elementor-slide-heading {
        font-size: 23px;
    }

    .home-links {
        padding-top: 20px;
        width: calc(100% + 20px) !important;
        margin-left: -10px !important;
    }

    .home-feature-blocks {
        padding-top: 20px;
    }

    .home-links .feature-block {
        max-width: 400px !important;
        margin: 0 auto 20px auto;
    }

    .feature-block h2,
    main .feature-block .elementor-widget-heading h2.elementor-heading-title {
        font-size: 20px !important;
        min-height: 0;
    }

    .feature-block p {
        min-height: 0;
    }

    .feature-block.collection h2,
    main .feature-block.collection .elementor-widget-heading h2.elementor-heading-title {
        font-size: 20px !important;
        padding-left: 65px;
        padding-right: 28px;
        min-height: 75px !important;
    }

    .feature-block.collection h2::before {
        display: block !important;
        background-size: 36px 36px;
        width: 40px;
        height: 40px;
    }

    .feature-block.collection p {
        font-size: 16px;
        line-height: 1.6;
    }

    .feature-block.collection:hover .elementor-widget-text-editor {
        height: calc(100% - 35px);
    }

}




/* COLLECTIONS
==================================================================================================== */

.work-image {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    height: 485px;
    line-height: 485px;
    margin: 0 0 30px 0;
    text-align: center;
}

.work-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#content .work-description p {
    margin: 0 0 15px 0;
}

#content .work-description p .label {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
}

#content .work-description p.display {
    color: #e86d1f;
}

.collection-item-description {
    line-height: 1.6;
    padding-bottom: 15px;
}

#content .collection-item-description p {
    margin: 0;
}

.search-link {
    display: block;
    padding: 30px 20px 10px 20px;
    margin: 30px 0 0 0;
    text-align: center;
    color: #555;
    background: #f2f2f2;
    transition: background .3s ease-out;
}

.search-link h2 {
    color: #555;
}

.search-link p {
    color: #555;
}

.search-link img {
    max-width: 28px;
    vertical-align: bottom;
    margin: 0 10px 0 0;
}

.search-link:hover {
    text-decoration: none;
    background: #ccc;
}

.work-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.work {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
}

.work a {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    color: #555;
    transition: all .3s ease-out;
}

.work a:hover {
    text-decoration: none;
    border: 1px solid #e86d1f;
}

.work .image {
    height: 150px;
}

.work .image img {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
}

.work .description {
    padding: 10px 0 5px 0;
    position: relative;
}

.work h2 {
    display: block;
    height: 22px;
    overflow: hidden;
    font-size: 1em;
    color: #555;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

#content .work p {
    display: block;
    height: 20px;
    overflow: hidden;
    font-size: .875em;
    margin: 0;
    padding: 0;
    color: #999;
}

.work .overset {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    background: url(img/overset-bg.png) top right repeat-y;
    width: 30px;
    transition: all .3s ease-out;
}

.secondary-tabs {
    padding: 0 0 40px 0;
}

#content .secondary-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#content .secondary-tabs ul li {
    margin: 0 3px 3px 0;
    padding: 0;
    background: none;
}

.secondary-tabs ul li a {
    display: block;
    padding: 8px 20px;
    background: #eee;
    color: #555;
    line-height: 1.6;
    border-radius: 4px;
    transition: all .3s ease-out;
}

.secondary-tabs ul li a:hover {
    background: #ccc;
    text-decoration: none;
}

.secondary-tabs ul li.active a,
.secondary-tabs ul li.current_page_item a {
    background: #e86d1f;
    color: #fff;
}

.secondary-tabs ul li.active a:hover {
    background: #e86d1f;
    color: #fff;
}


.other-works-wrap {
    padding-top: 20px;
}

/* Collections Search CSS */
#search-collections {
    box-sizing:border-box;
    border: 2px solid #ccc;
    padding: 14px 28px;
    border-radius: 50px;
    font-size:20px;
    margin-top:20px;
}
#search-collections:focus{
    outline:none!important;
}

#search-collections + span {
    width: 26px;
    height: 26px;
    vertical-align: top;
    opacity: 0.3;
    background-image: url(img/icon-search.png);
    display: block;
    background-size: contain;
    float: right;
    margin-top: -40px;
    margin-right:20px
}

#search-result-filters {
    background-color: #f2f2f2;
    margin: 30px 0 40px 0;
    padding: 25px 30px;
    width: calc(100% - 60px);
}

#search-result-filters label{
    display:block;
    font-size: 18px;
    font-weight: 700;
    color: #006A71;
    margin: 10px 0px 16px 0px;
}

#search-result-filters select {
    border: none;
    background: none;
    font-size: 16px;
    appearance: none!important;
    -webkit-appearance: none!important;
    margin: 5px 0;
    font-weight: 400;
    color: #555;
    width: 100%;
}


#search-result-filters select:focus {
    outline:none!important;
}

#search-result-filters .select-wrap {
    float: left;
    background: #fff url(../kirkland/img/icon-select-arrow.png) right center no-repeat;
    padding: 6px 10px;
    margin-right: 2%;
    margin-bottom: 20px;
    color: #555;
    border: 2px solid #ccc;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
}

#search-result-filters .select-wrap.large {
    width: calc(27% - 20px);
}

#search-result-filters .select-wrap.small{
    width: calc(13% - 20px);
}

#search-result-filters .select-label{
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-right: 2%;
    float: left;
    clear: none;
    vertical-align: middle;
}

#search-result-searching{
    opacity:0;
    display:block;
    margin:-30px auto 0 auto;
    transition:opacity 300ms;
}
#search-result-searching.active{
    opacity:1;
    transition:opacity 100ms;
}

#search-result-body{
    opacity:0;
    transition:opacity 1500ms ease-in-out;
}
#search-result-body.active{
    opacity:1;
    transition:opacity 0ms;
}
#search-result-body strong{
    display:block;
    text-align:center;
}


/* COLLECTIONS (TABLET)
=================================================== */

@media (max-width: 1068px) {

    .work {
        width: calc(33.3% - 20px);
    }

    #content .secondary-tabs ul li a {
        font-size: 13px;
        padding: 4px 12px;
    }

    #search-result-filters .select-wrap select{
        font-size: 13px;
    }

    #search-result-filters .select-wrap.large {
        width: calc(25% - 20px);
    }

}


/* COLLECTIONS (MOBILE)
=================================================== */

@media (max-width: 768px) {

    .work {
        width: calc(50% - 20px);
    }

    #search-result-filters .select-wrap{
        width: calc(100% - 20px) !important;
    }

    #search-result-filters .select-wrap select{
        font-size: 16px;
    }

    #search-result-filters .select-label {
        width: 100%;
        text-align: center;
        line-height: 1.2;
        height: auto;
        margin-bottom: 20px;
    }

}

@media (max-width: 550px) {

    .work {
        width: calc(100% - 20px);
    }

    .posts-wrap article .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .posts-wrap article .text {
        width: 100%;
        padding: 0;
    }

}




/* COLLECTIONS COLOR CODING
=========================================================================== */

.international-decorative-art .secondary-tabs h3,
.colorado-regional-art .secondary-tabs h3,
.vance-kirkland .secondary-tabs h3,
.international-decorative-art #content .work h2,
.colorado-regional-art #content .work h2,
.vance-kirkland #content .work h2 {
    color: #555;
}

.international-decorative-art #title-wrap h1::before,
.colorado-regional-art #title-wrap h1::before,
.vance-kirkland #title-wrap h1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
}

.international-decorative-art #title-wrap h1,
.colorado-regional-art #title-wrap h1,
.vance-kirkland #title-wrap h1 {
    padding-left: 50px;
    position: relative;
}

.feature-block.collection h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
}


/* INTERNATIONAL & DECORATIVE
============================================= */

.international-decorative-art #title-wrap,
.international-decorative-art #content .secondary-tabs ul li.active a,
.international-decorative-art #content .secondary-tabs ul li.active a:hover,
.international-decorative-art #content .secondary-tabs ul li.current_page_item a,
.international-decorative-art #content .secondary-tabs ul li.current_page_item a:hover {
    background: #e86d1f;
}

.international-decorative-art #title-wrap h1::before,
.feature-block.international-decorative-art h2::before {
    background-image: url(img/icon-decorative.png);
}

.international-decorative-art #content h2 {
    color: #e86d1f;
}

.international-decorative-art .work a:hover {
    border: 1px solid #e86d1f;
}

.feature-block.international-decorative-art h2 {
    background: #e86d1f;
}

.home-feature-blocks .feature-block.international-decorative-art:hover h2 {
    background: #e86d1f !important;
}

/* COLORADO & REGIONAL
============================================= */

.colorado-regional-art #title-wrap,
.colorado-regional-art #content .secondary-tabs ul li.active a,
.colorado-regional-art #content .secondary-tabs ul li.active a:hover,
.colorado-regional-art #content .secondary-tabs ul li.current_page_item a,
.colorado-regional-art #content .secondary-tabs ul li.current_page_item a:hover {
    background: #553c7c;
}

.colorado-regional-art #title-wrap h1::before,
.feature-block.colorado-regional-art h2::before {
    background-image: url(img/icon-colorado.png);
}

.colorado-regional-art #content h2 {
    color: #553c7c;
}

.colorado-regional-art .work a:hover {
    border: 1px solid #553c7c;
}

.feature-block.colorado-regional-art h2 {
    background: #553c7c;
}

.home-feature-blocks .feature-block.colorado-regional-art:hover h2 {
    background: #553c7c !important;
}

/* VANCE KIRKLAND
============================================= */

.vance-kirkland #title-wrap {
    background: #eee;
}

.vance-kirkland #content .secondary-tabs ul li.active a,
.vance-kirkland #content .secondary-tabs ul li.active a:hover,
.vance-kirkland #content .secondary-tabs ul li.current_page_item a,
.vance-kirkland #content .secondary-tabs ul li.current_page_item a:hover {
    background: #006A71;
}

.vance-kirkland #title-wrap h1 {
    color: #006A71;
}

.vance-kirkland #title-wrap h1::before {
    background-image: url(img/icon-kirkland-green.png);
}

.feature-block.vance-kirkland h2::before {
    background-image: url(img/icon-kirkland.png);
}

.vance-kirkland #content h2 {
    color: #006A71;
}

.vance-kirkland .work a:hover {
    border: 1px solid #006A71;
}

.feature-block.vance-kirkland h2 {
    background: #006A71;
}

.home-feature-blocks .feature-block.vance-kirkland:hover h2 {
    background: #006A71 !important;
}


/* COLLECTIONS (TABLET)
=================================================== */

@media (max-width: 1068px) {




}


/* COLLECTIONS (MOBILE)
=================================================== */

@media (max-width: 768px) {



}




/* HEADER
==================================================================================================== */

#header-wrap {
    background: #fff;
}

.logo {
    padding: 15px 30px 15px 0;
    width: 35%;
    max-width: 400px;
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.top-nav-feature {
    text-align: right;
    padding: 18px 0 0 0;
}

.top-nav {
    float: right;
    padding-top: 15px;
}

.search-bar {
    float: right;
    clear: right;
    border: 2px solid #ccc;
    padding: 6px 14px 6px 4px;
    border-radius: 20px;
    margin: 12px 0 15px 0;
}

.search-bar input[type="text"] {
    border: none;
    width: 120px;
    padding: 4px 0;
}

.search-bar input[type="text"]:focus {
    border: none;
}

.search-bar input[type="image"] {
    width: 26px;
    height: 26px;
    vertical-align: top;
    opacity: 0.3;
}

.search-bar .innericon svg {
    opacity: 0.4;
}

.social-links {
    float: right;
}

.social-links ul {
    list-style: none;
    margin: 0;
}

.social-links li {
    float: left;
    margin: 0;
}

.social-links a {
    display: block;
    margin-left: 5px;;
    height: 36px;
    width: 36px;
    background: #aaa;
    border-radius: 18px;
    transition: all 300ms ease-out;
}

.social-links a:hover {
    background: #777;
}

.social-links a img {
    width: 24px;
    height: 24px;
    margin: 6px;
    float: left;
}

.page-links {
    float: right;
    clear: right;
    color: #ccc;
}

.page-links ul {
    list-style: none;
    margin: 0;
}

.page-links li {
    float: left;
    margin: 0;
}

.page-links a {
    display: block;
    height: 36px;
    line-height: 36px;
    background: #006A71;
    padding: 0 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 0 5px;
    border-radius: 18px;
    transition: all 300ms ease-out;
}

.page-links a:hover {
    background: #005a60;
    text-decoration: none;
}

#nav-wrap {
    background: #006A71;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    line-height: auto;
}

nav li {
    position: relative;
    margin: 0;
}

nav ul li ul {
    position: absolute;
    display: block;
    top: 43px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 260px;
    background: #005a60;
    z-index: 99;
    transition: all 300ms ease-out;
}

nav ul li ul li {
    display: block;
}

nav a,
nav a:visited {
    display: block;
    line-height: 43px;
    padding: 0 16px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 300ms ease-out;
}

nav a:hover,
nav ul li:hover > a {
    color: #fff;
    text-decoration: none;
    background: #005a60;
}

nav ul li:hover ul {
    opacity: 1.0;
    visibility: visible;
}

nav ul li ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    padding: 12px;
    line-height: 1;
}

nav ul li ul li a:hover {
    background: #004f55;
}

#mobile-header-wrap {
    width: 100%;
    background: #006A71;
    display: none;
}

.mobile-nav-button {
    float: left;
    display: block;
}

.mobile-nav-button img {
    width: 40px;
    height: 40px;
}

.mobile-search {
    float: right;
    padding-top: 5px;
}

.mobile-search div.asl_w,
.mobile-search div.asl_w .probox {
    background: none !important;
}

.mobile-search div.asl_w .probox .proinput input,
.mobile-search #ajaxsearchlite1 .probox .proinput input {
    color: #fff !important;
}

.mobile-search div.asl_w .probox .proinput input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.mobile-search div.asl_m .probox .promagnifier {
    box-shadow: none;
}

.mobile-search div.asl_m .probox .promagnifier .innericon svg {
    fill: #fff;
    width: 30px;
}

.mobile-search input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    width: 100px;
    padding: 10px 0;
    color: #fff;
}

.mobile-search input[type="text"]:focus {
    border: none;
}

.mobile-search input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-search input[type="image"] {
    width: 26px;
    height: 26px;
    margin: 7px;
    vertical-align: top;
}



/* HEADER (BREAKPOINT FOR NAV)
=================================================== */

@media (max-width: 1220px) {

    nav a,
    nav a:visited {
        padding: 0 10px;
        font-size: 16px;
    }

}


/* HEADER (TABLET SPECIFIC)
=================================================== */

@media (max-width: 1068px) {

    .logo {
        width: 40%;
    }

    .top-nav {
        padding-top: 35px;
    }

    .search-bar {
        display: none;
    }

    #nav-wrap {
        display: none;
    }

    #mobile-header-wrap {
        display: block;
    }

}


/* HEADER (MOBILE)
=================================================== */

@media (max-width: 768px) {

    .logo {
        width: 300px;
        margin: 0 auto;
        float: none;
        padding: 15px 0px;
    }

    .top-nav {
        display: none;
    }

}




/* FOOTER (MOBILE)
==================================================================================================== */

#footer-wrap {
    border-top: 1px solid #aaa;
    padding: 30px 0;
}

#footer .social-links{
	display:none;
}

.footernav {
    padding-bottom: 30px;
}

.footernav ul {
    list-style: none;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: auto;
    margin: 0;
}

.footernav ul li {
    font-weight: 400;
    line-height: 1.2;
    padding: 0 0 6px 0;
    margin: 0;
}

.footernav > div > ul > li {
    padding-right: 15px;
    font-weight: 700;
}

.footernav a {
    color: #555;
}

.footernav a:hover {
    color: #e86d1f;
    text-decoration: none;
}

.footernav ul li ul {
    display: block;
    padding-top: 10px;
}

.copyright {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.copyright ul {
    list-style: none;
}

.copyright ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    line-height: 1.2;
    border-right: 1px solid #999;
}

.copyright ul li:last-child {
    border-right: none;
}

/* FOOTER (TABLET SPECIFIC)
=================================================== */

@media (max-width: 1068px) {

    .footernav {
        display: none;
    }

    .copyright ul li {
        display: block;
        padding: 0 0 10px 0;
        margin: 0;
        border-right: none;
    }

}


/* FOOTER (MOBILE)
=================================================== */

@media (max-width: 768px) {

	#footer-wrap .social-links{
		display:block;
	}

}



/* FORM ELEMENTS (MOBILE)
==================================================================================================== */

textarea,
input[type="text"],
input[type="file"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"] {
    border: none;
    padding: 8px;
    font-size: 16px;
    color: #555;
    width: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
    border-radius: 4px;
}

input::placeholder {
    color: #999;
}

textarea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"] {
    border: 1px solid #e86d1f;
}

input[type="submit"],
input[type="button"] {
    padding: 12px 20px;
    color: #555;
    background: #f2f2f2;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease-out;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    color: #555;
    background: #FFD004;
    text-decoration: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: none;
}

.nf-form-fields-required {
    display: none;
}

.nf-field-container.half {
    width: 49%;
    clear: none;
}

.nf-field-container.left {
    float: left;
}

.nf-field-container.right {
    float: right;
}


/* FORM ELEMENTS (TABLET SPECIFIC)
=================================================== */

@media (max-width: 1068px) {



}


/* FORM ELEMENTS (MOBILE)
=================================================== */

@media (max-width: 768px) {

    .nf-field-container.half {
        width: 100%;
        clear: both;
    }

    .nf-field-container.left {
        float: none;
    }

    .nf-field-container.right {
        float: none;
    }

}
