﻿#pt-finder-parent {
    position: relative;
    overflow: hidden;
}

    #pt-finder-parent .title {
        font-size: 4vw;
        font-weight: 800;
        color: #133880;
        text-align: center;
    }

    #pt-finder-parent .search-filters {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 1vw 0 2vw 0;
    }

        #pt-finder-parent .search-filters .filter {
            margin: 0 1vw;
            flex: 0 0 20%;
        }

    #pt-finder-parent .select {
        text-align: center;
    }

    #pt-finder-parent .select {
        cursor: pointer;
    }

        #pt-finder-parent .select .select-header {            
            color: #13387f;
            font-weight: bold;
            font-size: 1.25vw;
            border: 2pt solid;
            margin: auto;
            position: relative;
            text-align: left;
            border: 1pt solid #000;
        }

            #pt-finder-parent .select .select-header .select-content {
                display: none;
            }

            #pt-finder-parent .select .select-header .select-content {
                padding-top: 1vw;
                border-top: 2pt solid;
                padding-top: 1vw;
                position: absolute;
                z-index: 2;
                background: #fff;
                width: 100.5%;
                border: 2pt solid;
                overflow-y: scroll !important;
                height: 17vw;
                border: 1pt solid #000;
                left: -0.25%;
                z-index: 3;
            }

            #pt-finder-parent .select .select-header .select-header-slide {
                display: flex;
                align-items: center;
                position: relative;                
            }

                #pt-finder-parent .select .select-header .select-header-slide .text {
                    width: 90%;
                    padding-left: 1vw;
                    height: 2vw;
                    overflow: hidden;
                }

                #pt-finder-parent .select .select-header .select-header-slide img {
                    width: 1.4vw;
                    right: 0.5vw;
                    position: relative;
                }

            #pt-finder-parent .select .select-header .o-group {
                font-weight: bold;
                font-size: 1.35vw;
                margin-bottom: 1vw;
                padding-left: 1vw;
            }

                #pt-finder-parent .select .select-header .o-group .header {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    background: none;
                }

                    #pt-finder-parent .select .select-header .o-group .header .text {
                        width: 91.25%;
                    }

                #pt-finder-parent .select .select-header .o-group img {
                    width: 2vw;
                    right: 0vw;
                    position: relative;
                }

            #pt-finder-parent .select .select-header .o-cf {
                font-size: 1vw;
            }

            #pt-finder-parent .select .select-header .o-sf {
                color: #18a0dc;
                font-size: 1vw;
            }

            #pt-finder-parent .select .select-header .o-cf, #pt-finder-parent .select .select-header .o-sf {
                margin: 0.5vw 0;
            }

            #pt-finder-parent .select .select-header .select-content .locations {
                display: none;
            }

    #pt-finder-parent .search-filters .filter input {
        width: 19vw;
        font-size: 1vw;
        border: 1pt solid #000;
        padding: 0.25vw 0.5vw;
    }

    #pt-finder-parent .search-filters .filter select {
        list-style: none;
    }

    #pt-finder-parent .search-filters .filter input {
    }

    #pt-finder-parent .image-slider {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: center;
        overflow: hidden;
        width: 81vw;
        min-height: 30vw;
        margin: auto;
        z-index: 1;
    }

        #pt-finder-parent .image-slider .slider-item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex: 0 0 auto;
            width: 18.5vw;
            margin-right: 2vw;
        }

            #pt-finder-parent .image-slider .slider-item:nth-child(n+5) {
                display: none;
            }
            /*#pt-finder-parent .image-slider .slider-item:nth-child(even){
    margin-right: 2vw;
}

#pt-finder-parent .image-slider .slider-item:nth-child(odd){

}*/

            #pt-finder-parent .image-slider .slider-item .profile-image {
                width: 100%;
                box-shadow: 0.25vw 0.25vw 0.5vw rgba(0, 0, 0, 0.75);
                margin-bottom: 0.5vw;
                cursor: pointer;
            }

            #pt-finder-parent .image-slider .slider-item .profile-name {
                font-weight: 900;
                font-size: 1.25vw;
                text-transform: uppercase;
                text-align: center;
            }

            #pt-finder-parent .image-slider .slider-item .profile-quote {
                font-size: 1vw;
                text-align: center;
                height: 4vw;
            }

    #pt-finder-parent .arrow-right {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3vw;
        height: 3vw;
        background: #ee2e24;
        border-radius: 0.25vw;
        right: 5vw;
        bottom: 19vw;
        cursor: pointer;
        z-index: 1;
    }

    #pt-finder-parent .arrow-left {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3vw;
        height: 3vw;
        background: #ee2e24;
        border-radius: 0.25vw;
        left: 4vw;
        bottom: 19vw;
        cursor: pointer;
        z-index: 1;
    }

        #pt-finder-parent .arrow-right img, #pt-finder-parent .arrow-left img {
            width: 1.5vw;
            height: 2vw;
        }

    #pt-finder-parent .pt-finder-koru-1 {
        position: absolute;
        width: 39vw;
        top: -8vw;
        left: -13vw;
    }

    #pt-finder-parent .pt-finder-koru-2 {
        position: absolute;
        width: 39vw;
        right: -26vw;
        top: 5vw;
    }

    #pt-finder-parent .pt-finder-koru-3 {
        position: absolute;
        width: 39vw;
        left: -13vw;
        top: 36vw;
    }

    #pt-finder-parent .zero-matches {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        font-size: 1.5vw;
        font-weight: 600;
        padding: 0 10vw;
        position: absolute;
        top: 18vw;
    }

    #pt-finder-parent .showing {
        text-align: center;
        margin: 1vw 0;
        font-weight: bold;
        font-size: 1vw;
    }

.pt-finder-profile-pop-up {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

    .pt-finder-profile-pop-up .profile-content {
        position: relative;
        background: #fff;
        height: 45vw;
        width: 60vw;
        border-radius: 2vw;
        padding: 2.5vw 7vw;
        overflow: hidden;
    }

        .pt-finder-profile-pop-up .profile-content .content-top {
            display: flex;
            /*justify-content: center;
    align-items: center;*/
        }

            .pt-finder-profile-pop-up .profile-content .content-top .content-top-child {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child:last-child {
                    margin-left: 3vw;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image {
                    width: 15vw;
                    box-shadow: 0.25vw 0.25vw 0.5vw rgba(0, 0, 0, 0.75);
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-name {
                    font-size: 2.25vw;
                    font-weight: 900;
                    text-transform: uppercase;
                    line-height: 2.25vw;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-club {
                    font-size: 1.75vw;
                    font-weight: 700;
                    line-height: 1.75vw;
                    text-transform: capitalize;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-quote {
                    font-size: 1.25vw;
                    font-weight: 500;
                    font-style: italic;
                    margin: 2vw 0 1vw 0;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-email {
                    position: relative;
                    display: flex;
                    align-items: center;
                    font-size: 1.25vw;
                    font-weight: 500;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-phone {
                    position: relative;
                    display: flex;
                    align-items: center;
                    font-size: 1.25vw;
                    font-weight: 500;
                    margin-top: 0.5vw;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-copied {
                    display: none;
                    position: absolute;
                    background: lightgray;
                    padding: 0.25vw 2vw;
                    border-radius: 0.5vw;
                    left: 0;
                    right: 0;
                    margin-inline: auto;
                    width: fit-content;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-link {
                    color: #0000EE;
                    cursor: pointer;
                    margin: 0 0.5vw;
                }



                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image-email, .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image-phone {
                    width: 1.5vw;
                }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image-copy {
                    width: 1vw;
                    cursor: pointer;
                }

        .pt-finder-profile-pop-up .profile-content .content-bottom {
        }

            .pt-finder-profile-pop-up .profile-content .content-bottom .content-about {
                font-size: 1.75vw;
                font-weight: 900;
                margin-top: 1vw;
                text-transform: uppercase;
            }

            .pt-finder-profile-pop-up .profile-content .content-bottom .content-tags {
                font-size: 1.25vw;
                font-weight: 500;
                font-style: italic;
                line-height: 1.5vw;
                margin-bottom: 1vw;
                text-transform: capitalize;
            }

            .pt-finder-profile-pop-up .profile-content .content-bottom .content-description {
                overflow-y: scroll;
                font-size: 1.25vw;
                height: 14vw;
                line-height: 1.75vw;
            }

        .pt-finder-profile-pop-up .profile-content .content-koru-1 {
            position: absolute;
            width: 20vw;
            left: -14vw;
            top: 27vw;
        }

        .pt-finder-profile-pop-up .profile-content .content-koru-2 {
            position: absolute;
            width: 20vw;
            right: -12vw;
            top: 7vw;
        }

        .pt-finder-profile-pop-up .profile-content .content-close {
            position: absolute;
            font-size: 3vw;
            font-weight: 600;
            top: 0.5vw;
            right: 2vw;
            cursor: pointer;
        }

.reset-search {
    background: #ee2e24;
    color: #f7f7f7;
    border: none;    
    font-size: 1vw;
    font-weight: 600;
    border-radius: 0.25vw;
    padding: 0.25vw 0.5vw;
}

@media screen and (max-width: 1024px) {
    #pt-finder-parent .image-slider {
        min-height: 41vw;
    }
    
    #pt-finder-parent .image-slider .slider-item:nth-child(n+4) {
        display: none;
    }

    #pt-finder-parent .title {
        font-size: 7vw;
        position: relative;
        z-index: 5;
    }

    #pt-finder-parent .search-filters {
        margin-bottom: 5vw;
        flex-direction: column;
    }

        #pt-finder-parent .search-filters .filter {
            margin: 0 2vw;
            /*z-index: 5;*/
            flex: unset;
            width: 75%;
            display: flex;
            justify-content: center;
        }

    #pt-finder-parent .select {
        width: 100%;
        font-size: 2.5vw;
        padding: 2vw 0;
        z-index: 5;
        position: relative;
    }

    #pt-finder-parent .select .select-header {
        /*max-width: 90%;*/
    }

        #pt-finder-parent .select .select-header .select-header-slide {
            padding: 1vw 0 1vw 1vw;
        }

            #pt-finder-parent .select .select-header .select-header-slide .text {
                font-size: 3vw;
                height: 4vw;
            }

        #pt-finder-parent .select .select-header .select-content {
            padding-top: 3vw;
            height: 50vw;
            /*z-index: 10;*/
        }

        #pt-finder-parent .select .select-header .select-header-slide img {
            width: 3vw;
            right: -1.25vw;
        }

        #pt-finder-parent .select .select-header .o-group {
            margin-bottom: 3vw;
        }

            #pt-finder-parent .select .select-header .o-group .header .text {
                font-size: 3vw;
            }

            #pt-finder-parent .select .select-header .o-group img {
                width: 5vw;
                right: .75vw;
            }

        #pt-finder-parent .select .select-header .o-sf, #pt-finder-parent .select .select-header .o-cf {
            font-size: 2.5vw;
            display: flex;
            flex-wrap: wrap;
        }

            #pt-finder-parent .select .select-header .o-sf, #pt-finder-parent .select .select-header .o-cf span:last-child {
                margin-left: 1vw;
            }

        #pt-finder-parent .select .select-header .o-group .locations div {
            margin: 3vw 0;
        }

    #pt-finder-parent .search-filters .filter select, #pt-finder-parent .search-filters .filter input {
        width: 100%;
        font-size: 3vw;
        padding: 0.5vw 1.5vw;
    }

    #pt-finder-parent .search-filters .filter select {
        padding: 0.5vw;
    }

    #pt-finder-parent .image-slider .slider-item {
        width: 25.5vw;
    }

    #pt-finder-parent .arrow-right, #pt-finder-parent .arrow-left {
        width: 5vw;
        height: 5vw;
        border-radius: 0.5vw;
    }

    #pt-finder-parent .arrow-right {
        right: 3vw;
        bottom: 32vw;
    }

    #pt-finder-parent .arrow-left {
        left: 3vw;
        bottom: 32vw;
    }

        #pt-finder-parent .arrow-right img, #pt-finder-parent .arrow-left img {
            width: 2.5vw;
            height: 2.75vw;
        }

    #pt-finder-parent .image-slider .slider-item .profile-name {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    #pt-finder-parent .image-slider .slider-item .profile-quote {
        font-size: 1.75vw;
        min-height: 6vw;
    }

    #pt-finder-parent .showing {
        font-size: 2vw;
        margin-bottom: 4vw;
    }

    .pt-finder-profile-pop-up {
    }

        .pt-finder-profile-pop-up .profile-content {
            padding: 0;
            height: 175vw;
            width: 85vw;
        }

            .pt-finder-profile-pop-up .profile-content .content-top {
                flex-direction: column;
                text-align: center;
            }

                .pt-finder-profile-pop-up .profile-content .content-top .content-top-child {
                    height: 70vw;
                    overflow: hidden;
                    justify-content: start;
                    align-items: center;
                }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child:last-child {
                        margin-top: 3vw;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image {
                        width: 100%;
                        box-shadow: unset;
                        position: relative;
                        top: -21vw;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child:last-child {
                        margin-left: unset;
                        height: 35vw;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-name {
                        font-size: 6.25vw;
                        text-shadow: 0.25vw 0.25vw rgba(0,0,0,0.25);
                        line-height: 6.25vw;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-club {
                        font-size: 4.75vw;
                        line-height: 5vw;
                        text-align: center;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-quote {
                        font-size: 3vw;
                        margin: 3vw 0;
                        padding: 0 3vw;
                        text-align: center;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-email, .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-phone {
                        font-size: 3.5vw;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image-email, .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image-phone {
                        width: 4vw;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-image-copy {
                        width: 3vw;
                    }

                    .pt-finder-profile-pop-up .profile-content .content-top .content-top-child .content-link {
                        margin: 0 3vw;
                    }

            .pt-finder-profile-pop-up .profile-content .content-bottom {
                display: flex;
                flex-direction: column;
                /*justify-content: center;*/
                align-items: center;
                height: 75vw;
                padding-bottom: 11vw;
            }

                .pt-finder-profile-pop-up .profile-content .content-bottom .content-about {
                    font-size: 5.5vw;
                    text-shadow: 0.25vw 0.25vw rgba(0,0,0,0.25);
                }

                .pt-finder-profile-pop-up .profile-content .content-bottom .content-tags {
                    font-size: 3vw;
                    line-height: 3.5vw;
                    padding: 0 5vw;
                    text-align: center;
                }

                .pt-finder-profile-pop-up .profile-content .content-bottom .content-description {
                    font-size: 3.5vw;
                    height: 50vw;
                    line-height: 3.75vw;
                    text-align: center;
                    padding: 0 3vw;
                    margin-top: 2vw;
                }

            .pt-finder-profile-pop-up .profile-content .content-close {
                color: #f7f7f7;
                font-size: 7vw;
                right: 3vw;
            }

            #pt-finder-parent .zero-matches {
                font-size: 3vw;
                top: unset;
                bottom: 20vw;
            }

    .reset-search {
        margin-top: 2vw;
        font-size: 3vw;        
        padding: 1vw 2vw;
        border-radius: 1vw;
    }
}
