/*
Theme Name: Aoraki Child
Description: Child theme of the Aoraki. By using a child theme you will ensure that your modifications are preserved.
Author: Wyde
Template: aoraki
Version: 1.0
*/

#map{
    height: 400px;
    z-index: 99;
}

#map .meta-postcode,
#map .meta-instruments{
    display: none;
}

#map .post-footer {
    margin: 20px 0 0;
    border: none;
    padding: 3px 0;
    position: relative;
}

#map .readmore-link {
    width: 100px;
    display: inline-block;
    text-align: left;
    color: inherit;
}

#map .readmore-link a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    border: none;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    opacity: 0.5;
}

#map .readmore-link a:hover {
    opacity: 1;
    color: #fff;
}

.shop-listing .header-title{
    padding: 40px 0;
}

.page-template-template-shop .w-blog-posts:not(.w-masonry) .w-item > .post{
    margin-left: 4px !important;
}

.shop-listing article .entry-content{
    flex-grow: 1;
    width: 100%;
}

.shop-listing article .post-media{
    width: 25%;
    background: #fff;
}

.w-blog-posts .shop-listing .post-share{
    text-align: center;
    float: left;
    font-size: 14px;
    width: 100%;
    white-space: initial;
}

.w-blog-posts .shop-listing .post-share a{
    padding: 0;
    width: 100%;
}

.w-blog-posts .shop-listing .post-share a:hover{
    color: #444 !important;
}

#search_form .fieldset{
    display: flex
}

#search_form input{
    width: auto;
    flex-grow: 1;
    flex-shrink: 0;
}

select#instruments{
    background: #fff;
}

.page-template-template-shop .w-section.xl-padding{
    padding-top: 40px;
}

#shop-preloader {
    position: relative;
    z-index: 99999;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #fff;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#shop-preloader.loaded{
    opacity: 0;
}

#shop-rect{
    z-index: 999;
}

.page-template-template-shop article.w-item,
.page-template-template-shop .w-blog-posts .entry-content{
    background-color: #f5f5f5;
}

.page-template-template-shop .page-background{
    background: #fff !important;
}

@media all and (max-width: 667px) {
    .page-template-template-shop .w-blog-posts:not(.w-masonry) .w-item > .post {
        margin-left: 0;
        margin-right: 0 !important;
    }
}

.flexslider {
    max-height: 650px;
    overflow: hidden;
}

.flexslider .slides {
    margin: 0;
}

.flexslider .slides li {
    margin: 0;
    height: 100vh;
    background-size: cover;
    max-height: 650px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.flexslider .slides img {
    width: 100%;
}

.flexslider .slides li:before {
    display: none;
}

.flex-direction-nav {
    margin: 0;
}

.flex-direction-nav svg {
    height: 40px;
}

.flex-direction-nav path {
    fill: #fff;
}

.flex-direction-nav > li:before {
    display: none !important;
}

.flexslider .content {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    background-color: rgba(0, 174, 239, .8);
    width: 100%;
    max-width: 500px;
    padding: 25px;

}

.flexslider .flex-direction-nav .flex-nav-next {
     right: 15px;
     position: absolute;
     top: 50%;
 }

.flexslider .flex-direction-nav .flex-nav-prev {
    left: 15px;
    position: absolute;
    top: 50%;
}

.flexslider h2 {
    color: #d7df23;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.31;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.flexslider p {
    font-size: 18px;
    font-family: 'Oswald';
    color: #fff;
}

.tia-posts-filter{
    background: #222;
    margin:30px 0 30px 0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    position: relative;
}

.tia-posts-filter button {
    font-family: Muli,Arial, Helvetica, sans-serif;
    text-transform: none;
    background: transparent;
    border: 0;
    font-size: 16px;
    padding: 4px 10px;
    height: auto;
    cursor: pointer;
    color: #bbb;
}

.tia-posts-filter button.active {
    background: #00aeef;
    border-radius: 6px;
    color: #fff;
}


.tia-posts-filter button.active:hover {
    color: #fff;
}

.search-btn i{
    margin-right: 5px;
}

.btn-search {
    color: #bbb;
}

.btn-search:hover {
    color: #00aeef;
}

.search-input.hidden {
    display: none;
}

input#search-field {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    background: #222;
    color: #fff;
    height: 100%;
    padding: 15px 70px 15px 15px;
    font-size: 20px;
}

input#search-field::-webkit-input-placeholder { /* Edge */
    color: #bbb;
}

input#search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
}

input#search-field::placeholder {
    color: #bbb;
}

.btn-close {
    position: absolute;
    top: 20px;
    right: 15px;
}

.btn-close svg {
    height: 20px;
}

#ajax-content .w-blog-posts:not(.w-masonry) .w-item > .post {
    margin-left: 0;
}

#ajax-content .w-view {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

#ajax-content li.w-item.col-4 {
    flex-basis: calc(96%/3);
    margin-left: 2%;
    margin-bottom: 30px;
}

#ajax-content .meta-category {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: inline-block;
    font-size: 11px;
}

#ajax-content .meta-category a {
    background-color: #4195f7;
    padding: 3px 8px;
    color: #fff;
    line-height: 1.5;
}


#ajax-content li.w-item.col-4:first-child,
#ajax-content li.w-item.col-4:nth-child(3n + 1){
    margin-left: 0;
}

#ajax-content .w-view h3 {
    font-size: 18px;
}

#ajax-content .wp-pagenavi{
    display: table;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#ctf {
    padding: 25px 60px 25px 25px;
    border: 5px solid #333;
    display: block;
}

.fieldset-checkbox {
    margin-top: 25px;
}
.fieldset-checkbox input {
    width: 24px !important;
    height: 24px;
}

.fieldset-checkbox input:after {
    margin-top: 3px;
    float: left;
}

.slider-cta {
    background: #d7df23;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 14px;
    min-width: 80px;
    cursor: pointer;
    padding: 12px 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    border: 1px solid #4195f7;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-cta:hover {
    color: #000;
}

@media all and (max-width: 768px) {
    .tia-posts-filter {
        margin: 0;
    }
    .tia-posts-filter button {
        font-size: 12px;
        padding: 4px 5px;
    }

    #ajax-content li.w-item.col-4 {
        flex-basis: calc(100%/2 - 15px);
        margin-left: 4%;
    }

    #ajax-content li.w-item.col-4:nth-child(3n + 1){
        margin-left: 4%;
    }

    #ajax-content li.w-item.col-4:nth-child(2n + 1){
        margin-left: 0;
    }
}

@media all and (max-width: 480px) {
    #ajax-content li.w-item.col-4 {
        flex-basis: 100%;
        margin-left: 0;
    }

}

div.cspml_fs_options_list {
    display: block !important;
}

.cspml_fs_container .div.cspml_fs_options_list,
div.cspml_fs_label span.cspml_toggle_btn{
    display: none !important;
}

#catapult-cookie-bar .ctcc-inner .ctcc-left-side a {
    text-decoration: underline;
}