/**
 * @tableofcontents
 *
 * 1. Sign Up and Pricing
 * 2. Campaign
 */

/* @section 1. Sign Up and Pricing */
.wt-sig-prc-wrapper {
    background-color: #2e39bf;
    padding: 120px 15px 300px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wt-sig-prc-wrapper.wt-sig-prc-no-box{
    padding-bottom: 140px;
}

.wt-sig-prc-gray {
    background: #ddd !important;
}

.wt-sig-prc-wrapper h2 {
    text-align:center;
    font-size:36px;
    margin:0;
    color: #fff;
    font-weight: 400;
}

.wt-sig-prc-wrapper h2 > b {
    font-size:36px;
    color: #fff;
    font-weight: 500;
}


.wt-sig-prc-wrapper p {
    text-align: center;
    font-size: 20px;
    margin: 15px 0 30px 0;
    color: #fff;
}

div.wt-sig-prc-btn {
    width: 100%;
    text-align:center;
}

.wt-sig-prc-btn a
{
    margin:0 0 15px 5px;
    min-width: 200px;
    padding:10px 24px;
}

.wt-sig-prc-caption {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.wt-sig-prc-icon {
    line-height: 24px;
    font-size: 13px;
    color: #fff;
}


#wt-sig-prc-prc-strp-1{
    left: 17%;
    top: 100px;
}
#wt-sig-prc-prc-strp-2{
    left: 10%;
    top: 140px;
}
#wt-sig-prc-prc-strp-3{
    right: -5%;
    top: 100px;
}
#wt-sig-prc-prc-strp-4{
    right: 6%;
    top: 120px;
}

/* Widget Sign Pricing Stripes */

.wt-sig-prc-wrapper #wt-signup-strp-1 {
    left: 5%;
    top: 150px;
    width: 130px;
}

.wt-sig-prc-wrapper #wt-signup-strp-2{
    left: -10px;
    top: 210px;
    width: 120px;
}

.wt-sig-prc-wrapper #wt-signup-strp-3{
    left: -9px;
    top: 270px;
    width: 25px;
}

.wt-sig-prc-wrapper #wt-signup-strp-4{
    left: 5%;
    top: 270px;
    width: 170px;
}

.wt-sig-prc-wrapper #wt-signup-strp-5{
    left: 20%;
    top: 270px;
    width: 30px;
}

.wt-sig-prc-wrapper #wt-signup-strp-6{
    left: -10px;
    top: 335px;
    width: 175px;
}

.wt-sig-prc-wrapper #wt-signup-strp-7{
    right: 8%;
    top: 150px;
    width: 135px;
}

.wt-sig-prc-wrapper #wt-signup-strp-8{
    right: -10px;
    top: 210px;
    width: 180px;
}

.wt-sig-prc-wrapper #wt-signup-strp-9 {
    right: -10px;
    top: 270px;
    width: 80px;
}

.wt-sig-prc-wrapper #wt-signup-strp-10{
    right: 8%;
    top: 270px;
    width: 170px;
}

.wt-sig-prc-wrapper #wt-signup-strp-11{
    right: 23%;
    top: 270px;
    width: 30px;
}

.wt-sig-prc-wrapper #wt-signup-strp-12{
    right: -10px;
    top: 335px;
    width: 220px;
}

/* Widget Pricing Feature */
#wt-sig-prc_feat-sec
{
    padding: 0 0 40px;
    background: #f8f9fb;
}

.wt-sig-prc_feat-wrap
{
    margin-top: -200px;
}

.wt-sig-prc_feat-box
{
    text-align: center;
    padding: 40px 30px 60px;
    box-shadow: 1px 5px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 5px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 5px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 5px 30px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.wt-sig-prc_feat-img
{
    width: 75px;
    text-align: center;
  /*  border-radius: 50px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);*/
    display: inline-block;
}

.wt-sig-prc_feat-box h3
{
    color: #091e42;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 25px;
}

.wt-sig-prc_feat-box p
{
    color: #42526e;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}

@media (max-width: 1200px) {
    .wt-sig-prc_feat-box
    {
        padding: 40px 30px;
        min-height: 330px;
    }
}

@media (max-width: 991px) {
    .wt-sig-prc-wrapper h2{
        font-size: 36px;
    }
    .wt-sig-prc-wrapper p{
        font-size: 16px;
    }

    .wt-sig-prc-wrapper
    {
        padding-bottom: 250px;
    }

    #wt-sig-prc_feat-sec
    {
        padding-bottom: 20px;
    }

    .wt-sig-prc_feat-box
    {
        padding: 30px 15px;
        min-height: 360px;
    }
}

/* @reset styling for small screen size */

@media (max-width: 766px) {

    .wt-sig-prc-wrapper {
    padding-bottom: 220px;
        padding-top: 80px;
    }

    .wt-sig-prc-wrapper.wt-sig-prc-no-box {
        padding-bottom: 60px;
        padding-top: 50px;
    }

    .wt-sig-prc_feat-wrap{
        margin-top: -170px;
    }

    .wt-sig-prc_feat-box
    {
        min-height: auto;
    }

    .wt-sig-prc_feat-box h3 {
    font-size: 18px;
    margin: 15px 0;
    }

    div.wt-sig-prc-wrapper form h2 {
        font-size: 22px;
        margin-bottom: 26px;
    }

    div.wt-sig-prc-wrapper div.form-group {
        width: 100%;
        padding: 0px;
    }

    div.wt-sig-prc-wrapper input.form-control,
    div.wt-sig-prc-wrapper input.btn-primary {
        height: 58px;
        font-size: 18px;
    }

    .wt-sig-prc-icon {
        font-size: 12px;
        padding-right: 10px;
    }
}


/* @reset styling for extra small screen size */

@media (max-width: 500px) {

    .wt-sig-prc-wrapper h2{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .wt-sig-prc-btn a, .wt-sig-prc-cta
    {
        /*width: 100%;*/
        min-width: 100%;
        margin-left: 0;
    }

}
