﻿.pfSpinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    z-index: 1999;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

#pfNewLoading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: gray;
    z-index: 9999;
    text-align: center;
}

#pfNewLoading-image {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}


.text-red {
    color: red;
}


.gift_main {
    background: url(https://cdn.pfcloud.net/common/images/Oak-Gift-Background.jpg) no-repeat center center;
    background-size: cover;
}

.gift_box {
    width: 100%;
    float: left;
    padding: 0 0 35px;
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.gift_L {
    float: left;
    width: 55%;
}

    .gift_L h1 {
        color: #fff;
        font-size: 53px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 20px 0 15px;
    }

        .gift_L h1 span {
            font-weight: 400;
        }

    .gift_L h2 {
        color: #fff;
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 28px;
    }

.gift_btn {
    background: rgba(1,48,81,0.75);
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    font-style: italic;
    padding: 12px 20px;
    border: none;
    width: 270px;
    text-align: left;
    margin-top: 40px;
    line-height: 32px;
}

    .gift_btn:hover {
        background: rgba(1,48,81,1);
    }

    .gift_btn i {
        float: right;
        font-size: 35px;
    }

.gift_R {
    width: 45%;
    float: right;
    margin: 60px 0 0;
    text-align: center;
}


/* Colors */

.bg-black {
    background-color: black;
}
.text-black {
    color: black;
}

#pfMainContent {
    background-color: seashell;
/*    background-color: #f9f9f9;*/
}


/* Bootstrap 4 xs Button */
.btn-group-xs > .btn, .btn-xs {
    padding-left: .58rem;
    padding-right: .58rem;
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-size: .675rem;
    line-height: .5;
    border-radius: .2rem;
}

/* Bootstrap 4 xs Button */
.btn-group-xxs > .btn, .btn-xxs {
    padding-left: .28rem;
    padding-right: .28rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .675rem;
    line-height: .4;
    border-radius: .2rem;
}


/*
@Media only screen and (max-width: 300px) {
    .modal {
        width: 80%;
        margin-left: 10%;
    }
}*/

#map {
    height: 100%;
}

.pac-container {
    z-index: 10000 !important;
}

#div1 {
    width: 350px;
    height: 70px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.slant-left {
    display: block;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.slant-right {
    display: block;
    width: 100%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Used by Restaurants Page */
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.link:hover {
    text-decoration: none;
}

.thumbnail_container1 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.thumbnail_container {
}

.pfvl {
    position: relative;
    height: 120px !important;
    width: 100px !important;
}


.cc1 {
    filter: contrast(9);
}

.slick-prev:before, .slick-next:before {
    color: #306431 !important;
}

.linkhover:hover {
    background: #f3f3f3 !important;
}

/* End Restaurant Page CSS */


/* Text Truncator  */
.multiline {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-resize {
    resize: horizontal;
}

.truncate-overflow {
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
}

    .truncate-overflow::before {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
    }


    .truncate-overflow::after {
        content: "";
        position: absolute;
        right: 0; /* note: not using bottom */
        width: 1rem;
        height: 1rem;
        background: white;
    }
/* End Text Truncator  */

/* Menu Accordion */
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.large {
    font-size: 1.2em;
}
/* End Menu Accordion */


/* CHAT BOX */
.chatboxsetup {
    z-index: 200;
    position: absolute;
    top: 100px;
    left: 100px;
    color: black;
    background-color: white;
}

/* MAKES FIXED HEADER IN ALL TABLES (added 8/14/2023 by Scott) */
/*thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}
*/
/* MAKES FONT-SIZE 12PX (FOR USE IN INPUT FIELDS; added 8/14/2023 by Scott) */
.input-small {
    font-size: 12px;
}
