@charset "utf-8";

/*Model*/

.vifVideoPopup.modal {
    text-align: center;
    padding: 0!important;
}

.vifVideoPopup.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.vifVideoPopup .modal-dialog {
    display: inline-block;
    vertical-align: middle;
}


/*vifvideoPopup*/

.videoAndOption form {
    width: 100%;
    text-align: center;
    color: #fff;
}

.vifVideoPopup .modal-body {
    padding: 0;
    font-family: inherit;
    clear: both;
}

.vifVideoPopup .modal-header {
    border: none;
    padding: 0;
    text-align: right;
}

.vifVideoPopup .modal-content {
    background: #191919;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.vifVideoPopup .modal-footer {
    border: none;
    padding: 15px 10px;
}

.vifVideoPopup .modal-header .close {
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    transition: all 0.3s ease-in-out 0s;
    font-size: 25px;
}

.vifVideoPopup .modal-header .close:hover {
    background-color: rgba(0, 0, 0, 0.2);
}


/*Style One Video with Option */

.videoAndOption form {
    width: 100%;
    text-align: center;
}

.videoAndOption form input {
    color: #282828;
    width: 32%;
    margin: 0 1%;
    line-height: 35px;
    border-radius: 0.15em;
    padding: 0 10px;
    border: 1px;
}

.videoAndOption form input[type="submit"],
button.custom-button-class {
    padding: 3px 5px;
    width: 30%;
    margin: 0 1%;
    line-height: 30px;
    border-radius: 0.15em;
    transition: all 0.3s ease-in-out 0s;
}

#onExit.videoAndOption form input[type="submit"]:hover,
#onExit.videoAndOption button.custom-button-class,
{
    background: rgba(0, 0, 0, 0.50);
}
.vifpropack-submit-autoresponder-success {
    text-align: center;
}

/*videoShare*/

.videoShare .modal-footer {
    text-align: center;
    padding: 0;
}

.videoShare button.buttonShare {
    font-size: 16px;
    height: 45px;
    width: 100%;
    line-height: 41px;
    background: #E61119;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    border: none;
}

.videoShare button.buttonShare i {
    font-size: 14px;
    padding: 0 2px;
}

.videoShare button.buttonShare:hover {
    background: rgba(0, 0, 0, 0.50);
}

button.buttonShare a {
    color: #fff;
}


/*onlyVideo*/

.onlyVideo .modal-content {
    background: transparent;
    box-shadow: none;
}

.onlyVideo .modal-body {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.onlyVideo .close {
    opacity: .8;
}

.onlyVideo .close:hover {
    opacity: 1;
}


/*----//// Responsive ////----*/

@media only screen and (max-width:782px) {
    .vifVideoPopup .modal-dialog {
        width: calc(100% - 21px);
    }
}

@media only screen and (max-width: 767px) {
    /*Style One Video with Option */
    .videoAndOption form input {
        margin: 5px 0;
        width: 100%;
    }
    .videoAndOption form input[type="submit"],
    button.custom-button-class {
        padding: 2px 5px;
        margin: 10px 0 0;
        width: 50%;
    }
}