/* LeisureBoost Discount Click To Copy */
.lb-ctc-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content/Box */
.lb-ctc-modal-content {
    background-image:url('../images/LQ LB Discount Click To Copy - Discount Popup Background - Arrows.jpg');
    background-repeat: no-repeat;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 10px;
    width: 600px; /* Could be more or less, depending on screen size */
    height: 450px;
    color: #000;
    position: relative;
}
.lb-ctc-modal-content-container {
    width: 50%;
    float: right;
    text-align: center;
    padding-top: 120px;
    margin-right: 10px;
    color: #fff;
}
.lb-ctc-modal-content-container h2 {
    line-height: 1;
    font-size: 44px;
    margin-bottom: 0px;
}
.lb-ctc-modal-content-container p {
    margin-bottom: 0px;
}
.lb-ctc-content {
    margin-bottom: 10px;
}
.lb-ctc-hint {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.lb-ctc-fields {
    display: flex;
    position: relative;
}
.lb-ctc-modal-content input:not([type=submit]) {
    background: #FFF;
    color: #000;
    height: 48px;
    font-weight: 700;
}
.lb-ctc-button {
    background-image: url('../images/lb-ctc-copy-icon.svg');
    background-repeat: no-repeat;
    background-color: #F20587;
    background-position: 72px center;
    background-size: 24px;
    color: #fff;
    position: relative;
    transition: all 200ms ease-in-out;
    width: 120px;
    padding: 0 50px 0 22px;
    text-transform: uppercase;
    font-weight: 400;
}
.lb-ctc-button:hover {
    background-color: #43c6ea;
    color: #fff;
}
.lb-ctc-button img {
    width: 24px;
    position: absolute;
    top: 11px;
    left: 9px;
}
.lb-ctc-copied {
    display: none;
    background: #23c523;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0px;
    right: 0px;
}
/* The Close Button */
.lb-ctc-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 14px;
}
.lb-ctc-close:hover,
.lb-ctc-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .lb-ctc-modal-content {
        background-image:url('../images/LQ LB Discount Click To Copy - Discount Popup Background - Mobile.jpg');
        background-position: center;
        max-width: 90%;
        padding: 0;
        margin: 30% auto;
    }
    .lb-ctc-modal-content-container {
        width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0px;
    }
    .lb-ctc-modal-content-container h2 {
        font-size: 36px;
    }
}
/* end LeisureBoost Discount Click To Copy */