﻿﻿/*

Theme Name: KingPay

Theme URI:

Description: Custom Built KingPay WordPress Theme

Version: 1.1

Author: ChilliPlum

Author URI: Chilliplum.com

Tags: clean

*/

a {
    cursor: pointer;
}

.modal {
    margin-bottom: 3rem !important;
}

.section-5 p {
    color: #777;
}

.single-pf_form_entry {
    display: none;
}

.kdm_power_up {
    width: 100px;
    height: 98px;
    background: url("../images/icon7.png") 0px 0;
    float: left;
    margin-right: 15px;
}

/*.kdm_power_up:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -4px -305px;

}*/

.kdm_right_arrow {
    width: 100px;
    height: 98px;
    background: url("../images/icon6.png") 0px 0px;
    margin-right: 15px;
    float: left;
}

/*.kdm_right_arrow:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -4px -405px;

}*/

.kdm_pencil {
    width: 100px;
    height: 98px;
    background: url("../images/icon5.png") 0px 0px;
    margin-right: 15px;
    float: left;
}

/*.kdm_pencil:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -4px -508px;

}*/



.kdm_video {
    width: 100px;
    height: 98px;
    background: url("../images/icon4.png") 0px 0;
    margin-right: 15px;
    float: left;
}

/*.kdm_video:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -104px -305px;

}*/

.kdm_search {
    width: 100px;
    height: 98px;
    background: url("../images/icon8.png") 0px 0px;
    margin-right: 15px;
    float: left;
}

/*.kdm_search:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -104px -405px;

}*/

.kdm_group {
    width: 100px;
    height: 98px;
    background: url("../images/icon3.png") 0px 0px;
    margin-right: 15px;
    float: left;
}

/*.kdm_group:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -104px -508px;

}*/

.kdm_graph {
    margin-right: 15px;
    width: 100px;
    height: 98px;
    background: url("../images/icon1.png") 0px 0;
    float: left;
}

/*.kdm_graph:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -203px -305px;

}*/

.kdm_money {
    margin-right: 15px;
    width: 100px;
    height: 98px;
    background: url("../images/icon2.png") 0px 0px;
    float: left;
}

.clearfix {
    clear: both;
}

.landing-form-bg {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    overflow: hidden;
    padding: 20px;
}

    .landing-form-bg .col-md-4 > label {
        float: left;
        text-align: left;
        width: 100%;
    }

    .landing-form-bg .wpcf7-form-control.wpcf7-text {
        border: 0 none;
        border-radius: 2px;
        color: #000;
        padding: 7px 10px;
        width: 100%;
    }

.landing-form-row {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

.form-group.landing-page-submit {
    margin-top: 25px;
}

    .form-group.landing-page-submit .wpcf7-form-control.wpcf7-submit.btn.btn-default.landing-submit-btn {
        background: #3ca838 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.page-template-kingpay-landing-page-template .hero video {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.7;
    position: relative;
    top: 0;
    transform: none;
    width: auto;
}
/* .page-template-kingpay-landing-page-template .hero{
	height: auto;
} */


.thankyou div.modal-header {
    width: 100%;
    display: block;
}

    .thankyou div.modal-header img.logo {
        max-width: 150px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.thankyou h2 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    color: #004e7c;
    font-weight: bold;
}


.thankyou .modal-header .close {
    position: absolute;
    right: 20px;
}



@media screen and (max-width:960px) {
    .page-template-kingpay-landing-page-template .perfect {
        top: 47%;
    }
}

@media screen and (max-width:769px) {

    .kdm_graph {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_right_arrow {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_group {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_search {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_money {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_video {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_pencil {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_power_up {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kdm_icon_title {
        text-align: center !important;
    }

    .kdm_icon_text {
        text-align: center !important;
    }
}

/*.kdm_money:hover {

    width: 104px;

    height: 104px;

    background: url("../wp-content/uploads/2016/04/kpay_icons.png") -203px -405px;

}*/

.arrow-down::after {
    content: '';
    background-image: url("../wp-content/uploads/2016/04/right-arrow.png");
    width: 35px;
    height: 40px;
    position: absolute;
    margin-left: 20px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}

@media screen and (max-width:376px) {

    .arrow-down::after {
        top: 50px;
    }
}

.embed-responsive {
    margin-top: 30px;
}

.embed-responsive-item {
    width: 80%;
    height: 80%;
}

.kdm_icon_desc {
    font-weight: normal !important;
}

.kdm_icon_title {
    text-transform: uppercase;
    margin-bottom: 0px !important;
    text-align: left;
}

.kpp_italic {
    font-style: italic;
}



.kdm_icon_text {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: left;
}

.sixfive_logo_section {
    padding: 4rem 0 0 0;
}

.kdm_section {
    padding: 2rem 0 2rem 0 !important;
}

.kdm_icons .desc {
    padding-top: 5px;
}

.case_study_half {
    padding: 0px !important;
}

.second_row_image {
    margin-top: 43px;
}

.kdm_icons li:hover {
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,.15);
    border-radius: 5px;
}

.page-template-kingpay-landing-page-template .perfect {
    top: 47%;
}

    .page-template-kingpay-landing-page-template .perfect h1 {
        font-size: 75px;
    }

    .page-template-kingpay-landing-page-template .perfect h2 {
        font-size: 35px;
    }

.landing_page_form {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}


.page-template-kingpay-landing-page-template .main-title {
    padding-bottom: 10%;
}

.page-template-kingpay-landing-page-template .perfect .circle_new {
    margin: 10px 20px 15px;
}

.kdm_case_positioner {
    width: 60%;
    height: 70%;
    position: absolute;
    left: 20%;
    top: 15%;
    background: rgba(0,0,0,.5);
    /* padding-left: 30px; */
    color: #fff;
    /* font-weight: bold; */
    border: 5px solid #fff;
}



    .kdm_case_positioner h3 {
        margin-top: 32%;
    }

.embed-section {
    padding-bottom: 0px !important;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 10% !important;
    bottom: 0;
    height: 80% !important;
    width: 80% !important;
    border: 0;
    right: 10% !important;
}

.kdm_icons li {
    min-height: 135px !important;
}

.tab-pane:not(.active) {
    display: none;
}

.page-template-kingpay-landing-page-template .hero, .hero {
    height: 100%;
}

.be-a-king .wpcf7-form-control.wpcf7-text {
    padding: 6px;
    width: 100%;
}

.extra_label_margin {
    margin-bottom: 28px !important;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}


hr.wpl_form_hr {
    float: left;
    box-sizing: content-box;
    height: 0;
    width: 91%;
    /* margin-left: 10%; */
    margin-left: 2rem !important;
}

.page-template-template-register-php #form-section .text-center {
    clear: both;
}

#features .full.row.text-center {
    clear: unset;
}


.row {
    margin-left: inherit !important;
    margin-right: inherit !important;
}

.field-validation-error {
    color: red;
}


.case_study_tab a {
    position: relative;
    display: block;
    /* padding: 20px; */
    border: 2px #dfdfdf solid;
    overflow: auto;
    text-align: center;
    padding-left: 34px;
    padding-right: 40px;
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 8px;
}

    .case_study_tab a:hover {
        border-color: #f6ce3c;
    }

    .case_study_tab a img {
        max-width: 387px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

.case_model .modal-content {
    padding: 25px;
}

.case_model .modal-header h3 {
    text-align: center;
    font-size: 29px;
    font-weight: bold !important;
}

.case_model .modal-header span {
    position: absolute;
    top: 0;
}

.case_model .modal-body h3 {
    font-size: 18px;
    font-weight: bold !important;
}

.case_model .modal-body p {
    font-size: 16px;
}

.case_model .modal-body .person p {
    margin-bottom: 10px;
}

.case_model .modal-body .person {
    margin-bottom: 42px;
    padding-left: 0;
    margin-top: 25px;
}

.case_model .modal-body strong {
    font-weight: 700;
    color: #777;
    font-size: 20px;
}

.case_model .modal-body img {
    max-width: 200px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 20px;
    position: relative;
}



.case_model .modal-lg {
    max-width: 1103px;
}


.chatpopup input {
    height: 48px;
    color: black;
}

    .chatpopup input::-webkit-input-placeholder {
        color: #818181;
    }

    .chatpopup input:-moz-placeholder {
        color: #818181;
    }

    .chatpopup input:-ms-input-placeholder {
        color: #818181;
    }


    .chatpopup input:focus::-webkit-input-placeholder {
        color: gainsboro;
    }

    .chatpopup input:focus:-moz-placeholder {
        color: gainsboro;
    }

    .chatpopup input:focus:-ms-input-placeholder {
        color: gainsboro;
    }

.chatpopup textarea {
    height: 48px;
    color: black;
}

    .chatpopup textarea::-webkit-input-placeholder {
        color: #818181;
    }

    .chatpopup textarea:-moz-placeholder {
        color: #818181;
    }

    .chatpopup textarea:-ms-input-placeholder {
        color: #818181;
    }


    .chatpopup textarea:focus::-webkit-input-placeholder {
        color: gainsboro;
    }

    .chatpopup textarea:focus:-moz-placeholder {
        color: gainsboro;
    }

    .chatpopup textarea:focus:-ms-input-placeholder {
        color: gainsboro;
    }


.chatpopup .button_area {
    border-bottom: 1px gray;
    border-bottom-style: solid;
    padding-bottom: 3px;
    margin-bottom: 20px !important;
}


.be_a_king_form .button_area {
    border-bottom: 1px gray;
    border-bottom-style: solid;
    padding-bottom: 3px;
    margin-bottom: 20px !important;
}

.be_a_king_form .blurb p {
    margin-bottom: 36px;
    margin-top: 19px;
    border-bottom: 1px gray;
    border-bottom-style: solid;
    padding-bottom: 26px;
}


.be_a_king_form input[type=submit] {
    background-image: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: 0;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #004e7c;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 30px;
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 22px !important;
    margin-top: 21px !important;
}

    .be_a_king_form input[type=submit]:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #0a71ae !important;
    }

.be_a_king_form input {
    height: 48px;
    color: black;
}

    .be_a_king_form input::-webkit-input-placeholder {
        color: #818181;
    }

    .be_a_king_form input:-moz-placeholder {
        color: #818181;
    }

    .be_a_king_form input:-ms-input-placeholder {
        color: #818181;
    }


    .be_a_king_form input:focus::-webkit-input-placeholder {
        color: gainsboro;
    }

    .be_a_king_form input:focus:-moz-placeholder {
        color: gainsboro;
    }

    .be_a_king_form input:focus:-ms-input-placeholder {
        color: gainsboro;
    }


div.payment_methods {
    position: relative;
    height: 177px;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

    div.payment_methods img {
        max-width: 160px;
        position: absolute;
        display: none;
        float: none;
        top: auto;
        bottom: auto;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-self: center;
    }


@media (min-width: 992px) {
    .case_model .modal-lg {
        width: 100%;
    }
}


@media only screen and (max-width: 1136px) {
    .perfect .full h1 {
        font-size: 4rem !important;
    }
}

@media only screen and (max-width: 991px) {
    .landing_page_form .col-md-4 {
        float: left;
        width: 100%;
    }

    .be-a-king #form-section .row label {
        font-size: 16px;
        width: 100%;
    }

    .be-a-king .col-md-6 {
        float: left;
        width: 50%;
    }

    .kdm_icons li {
        min-height: 160px !important;
    }

    .kdm_icons .desc p {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 960px) {
    .hero .perfect .full h1 {
        font-size: 3rem !important;
    }
}


@media (max-width:991px) {
    .page-template-kingpay-landing-page-template .hero video {
        position: absolute !important;
        z-index: 1;
    }

    .page-template-kingpay-landing-page-template .hero {
        height: auto;
    }

        .page-template-kingpay-landing-page-template .hero .container {
            z-index: 50;
            text-align: center;
            color: #fff;
            top: initial;
            transition: none;
            transform: none;
            position: relative;
            display: block;
            left: initial;
            z-index: 77;
            padding-top: 40px;
        }
}


@media screen and (max-width:708px) {
    #cta-span {
        padding: 0 1rem;
    }
}

@media screen and (max-width:769px) {
    .kdm_icons .desc {
        clear: both;
    }

    .kdm_icons li {
        min-height: 230px !important;
    }
}

@media screen and (max-width:767px) {
    .kdm_icons li {
        min-height: 250px !important;
    }
}

@media screen and (max-width:743px) {
    .popup-btm {
        background-image: none !important;
    }
}

@media screen and (max-width:674px) {
    .circle_new {
        height: 130px;
        margin: 35px 15px 15px;
        width: 130px;
    }

    .circle h1 img {
        width: 30px;
    }
}

@media only screen and (max-width: 667px) {
    .page-template-kingpay-landing-page-template .perfect .circle_new {
        height: 140px;
        width: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .kdm_icons li {
        min-height: 260px !important;
    }
}

@media only screen and (max-width: 600px) {
    .page-template-kingpay-landing-page-template .perfect .circle_new {
        height: 125px;
        width: 125px;
    }

    /*.page-template-kingpay-landing-page-template .perfect {
        top: 50%;
    }*/

    .page-template-kingpay-landing-page-template .circle_new .circle h1 {
        padding-top: 1.8rem;
    }

    .be-a-king .col-md-6 {
        width: 100%;
    }

    .be-a-king .wpcf7-form-control.wpcf7-text {
        width: 100%;
    }
}

@media only screen and (max-width: 574px) {
    .circle_new {
        height: 120px;
        width: 120px;
    }

        .circle_new .circle h1 {
            padding-top: 2rem;
        }
}

@media only screen and (max-width: 557px) {
    .page-template-kingpay-landing-page-template .hero .perfect .full h1 {
        font-size: 2.3rem !important;
    }

    .page-template-kingpay-landing-page-template .circle_new .circle h1 {
        font-size: 1rem !important;
    }

    .page-template-kingpay-landing-page-template .perfect .circle_new {
        height: 110px;
        width: 110px;
    }

    .page-template-kingpay-landing-page-template .circle h1 img {
        width: 27px;
    }

    .page-template-kingpay-landing-page-template .perfect .circle_new {
        margin: 10px;
    }
}

@media only screen and (max-width: 541px) {
    .circle_new {
        height: 110px;
        width: 110px;
    }

        .circle_new .circle h1 {
            padding-top: 1.4rem;
            font-size: 0.9rem !important;
        }
}

@media only screen and (max-width: 529px) {
    .kdm_icons li {
        min-height: auto !important;
    }
}

@media only screen and (max-width: 522px) {
    #cta-button, .apply-button {
        padding-left: 25px;
        padding-right: 25px;
    }

        .apply-button.green {
            padding-left: 45px;
            padding-right: 45px;
        }
}

@media only screen and (max-width: 508px) {
    .circle_new {
        height: 100px;
        width: 100px;
    }

        .circle_new .circle h1 span {
            font-size: 0.7rem;
        }
}

@media only screen and (max-width: 480px) {
    .landing-form-bg .col-md-4 > label {
        float: left;
        font-size: 14px;
        text-align: left;
        width: 100%;
    }

    .perfect {
        top: 30% !important;
    }

    .page-template-kingpay-landing-page-template .perfect {
        top: 40px !important;
    }
}

@media only screen and (max-width: 474px) {
    .page-template-kingpay-landing-page-template .perfect .circle_new {
        margin: 10px 4px;
    }

    .hero .cta-bottom {
        bottom: 1.2rem;
    }

    .form-group.landing-page-submit {
        margin-bottom: 70px;
    }

        .form-group.landing-page-submit .wpcf7-form-control.wpcf7-submit.btn.btn-default.landing-submit-btn {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 20px;
            width: 100%;
            white-space: normal;
        }
}

@media only screen and (max-width: 467px) {
    .circle_new {
        margin: 13px 7px 15px;
    }
}

@media only screen and (max-width: 446px) {
    #cta-button, .apply-button {
        padding-left: 20px;
        padding-right: 20px;
    }

        .apply-button.green {
            padding-left: 40px;
            padding-right: 40px;
        }
}

@media only screen and (max-width: 434px) {
    .page-template-kingpay-landing-page-template .perfect .circle_new {
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 426px) {
    #cta-button, .apply-button {
        padding-left: 15px;
        padding-right: 15px;
    }

        .apply-button.green {
            padding-left: 30px;
            padding-right: 30px;
        }
}

@media only screen and (max-width: 421px) {
    .circle_new {
        height: 90px;
        width: 90px;
    }

        .circle_new .circle h1 {
            font-size: 0.8rem !important;
            padding-top: 1.2rem;
        }

        .circle_new .circle h1 {
            font-size: 0.8rem !important;
            padding-top: 1.2rem;
        }

            .circle_new .circle h1 span {
                font-size: 0.6rem;
            }
}

@media only screen and (max-width: 414px) {
    .page-template-kingpay-landing-page-template .perfect {
        top: 48%;
    }

    .landing_page_form .col-md-4 {
        float: left;
        width: 100%;
    }

    /*.page-template-kingpay-landing-page-template .hero {
        height: 1000px;
    }*/
}

@media only screen and (max-width: 408px) {
    .page-template-kingpay-landing-page-template .circle_new .circle h1 {
        font-size: 0.8rem !important;
        padding-top: 1rem;
    }

    .page-template-kingpay-landing-page-template .perfect .circle_new {
        height: 100px;
        width: 100px;
    }

    .page-template-kingpay-landing-page-template .circle h1 img {
        width: 20px;
    }
}

@media only screen and (max-width: 396px) {
    #cta-span {
        padding: 0 6rem;
    }
}

@media only screen and (max-width: 385px) {
    .circle_new {
        height: 145px;
        width: 145px;
        margin: 8px 7px;
    }

        .circle_new .circle h1 {
            font-size: 1rem !important;
            padding-top: 2.5rem;
        }
}

@media only screen and (max-width: 374px) {
    .page-template-kingpay-landing-page-template .perfect .circle_new {
        height: 90px;
        width: 90px;
    }

    .page-template-kingpay-landing-page-template .circle_new .circle h1, .circle_new .circle h1 span {
        font-size: 0.7rem !important;
    }
}

@media only screen and (max-width: 367px) {
    .circle_new {
        height: 135px;
        margin: 3px 7px;
        width: 135px;
    }

    .light_new {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 341px) {
    .page-template-kingpay-landing-page-template .perfect h2 {
        font-size: 1rem;
    }

    .page-template-kingpay-landing-page-template .hero .perfect .full h1 {
        font-size: 1.8rem !important;
    }
}

@media only screen and (max-width: 335px) {
    .page-template-kingpay-landing-page-template .perfect {
        top: 48%;
    }

    .circle_new {
        margin: 8px 7px;
        ;
    }
}

@media only screen and (max-width: 320px) {
    .page-template-kingpay-landing-page-template .perfect h2 {
        font-size: 1rem;
    }

    .page-template-kingpay-landing-page-template .hero .perfect .full h1 {
        font-size: 1.9rem !important;
    }

    .page-template-kingpay-landing-page-template .perfect {
        top: 50%;
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    .kdm_icons .desc p {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

@media screen and (max-width:800px) {
    .sixfive_logo_section img {
        /*margin-left:54%!important;}*/
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: relative;
        display: block;
        float: none;
        margin-top: 20px;
        animation-name: none !important;
        animation-duration: 0 !important;
    }
}


@media(max-width:650px) {
    .section-7 .third {
        padding-left: 0;
        padding-right: 0;
    }

    .section-10 .two-third {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width:530px) {
    .kdm_section .half-container {
        padding: 0 2rem 2rem 2rem;
    }

    .half {
        width: 100% !important;
    }

    .half, .quarter, .third, .three-quarter, .two-third, .sixty, .forty {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-12 .half {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .contactadd-cont {
        width: 100% !important;
        display: block !important;
        margin-bottom: 25px; 
    }

    .contactadd-cont-right {
        width: 100% !important;
        display: block !important;
        border-left: none !important;
        padding-left: 0 !important;
    }

    hr.wpl_form_hr {
        float: none !important;
        margin-left: 0 !important;
        max-width: 100%;
        width: 100%;
    }


    body.page-template-template-register .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    body.page-template-template-register #form-section .row label {
        margin-bottom: 5px !important;
    }

    body.page-template-template-register .half {
        padding-bottom: 5px !important;
    }
}

@media (max-height:970px)
{
    .page-template-kingpay-landing-page-template .main-title
    {
        padding-bottom:3%;
    }
}

@media (max-height:860px) {
    .page-template-kingpay-landing-page-template .main-title
    {
        padding-bottom:25px;
    }

    .page-template-kingpay-landing-page-template .hero, .hero
    {
        height:auto;
    }
}




.wbounce-modal {
    font-family: "Open Sans",sans-serif;
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10011;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .wbounce-modal * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wbounce-modal.underlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        cursor: pointer;
    }

    .wbounce-modal .wbounce-modal-flex {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
    }

        .wbounce-modal .wbounce-modal-flex.wbounce-modal-flex-activated {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
        }

    .wbounce-modal .wbounce-modal-sub {
        display: block;
        position: relative;
        left: initial;
        opacity: 1;
        overflow: scroll;
        overflow-x: hidden;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        max-width: 95%;
        max-height: 95%;
        width: 600px;
        background-color: #f0f1f2;
        z-index: 21;
        border-radius: 4px;
    }

        .wbounce-modal .wbounce-modal-sub::-webkit-scrollbar {
            display: none;
        }

        .wbounce-modal .wbounce-modal-sub.belowIE10 {
            top: 50%;
            margin: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .wbounce-modal .modal-title {
        font-size: 18px;
        background-color: #252525;
        color: #fff;
        padding: 10px;
        margin: 0;
        border-radius: 4px 4px 0 0;
        text-align: center;
    }

    .wbounce-modal .modal-body {
        padding: 20px 35px;
        font-size: 0.9em;
    }

    .wbounce-modal h3 {
        color: #fff;
        font-size: 1em;
        margin: 0.2em;
        text-transform: uppercase;
        font-weight: 500;
    }

    .wbounce-modal h4 {
        font-size: 1.25em;
        margin: 10px 0;
    }

        .wbounce-modal h4 a {
            text-decoration: none;
        }

    .wbounce-modal p {
        line-height: 1.7em;
        color: #344a5f;
    }

    .wbounce-modal form {
        text-align: center;
        margin-top: 35px;
    }

        .wbounce-modal form p {
            text-align: left;
            margin-left: 35px;
            opacity: 0.8;
            margin-top: 1px;
            padding-top: 1px;
            font-size: 0.9em;
        }

        .wbounce-modal form input[type=email], .wbounce-modal form input[type=tel] {
            color: #999;
            padding: 12px;
            font-size: 15px;
            width: 300px;
            border-radius: 4px;
            border: 1px solid #ccc;
            -webkit-font-smoothing: antialiased;
        }

        .wbounce-modal form input[type=text] {
            padding: 12px;
            font-size: 1.2em;
            width: 300px;
            border-radius: 4px;
            border: 1px solid #ccc;
            -webkit-font-smoothing: antialiased;
        }

        .wbounce-modal form input[type=submit] {
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px;
            font-size: 14px;
            border-radius: 4px;
            color: #fff;
            background-image: none;
            background-color: #4ab471;
            border: none;
            cursor: pointer;
            -webkit-font-smoothing: antialiased;
        }

    .wbounce-modal .byline, .wbounce-modal .updated {
        display: block;
    }

    .wbounce-modal .modal-footer {
        position: relative;
        text-align: center;
        width: 100%;
        padding: 10px 0 20px;
    }

        .wbounce-modal .modal-footer p {
            text-transform: capitalize;
            cursor: pointer;
            display: inline;
            border-bottom: 1px solid #344a5f;
        }

.admin-bar .wbounce-modal {
    padding-top: 32px;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
