/* @import url('http://example.com/example_style.css'); */


/***********************************************/


/* CSS @imports must be at the top of the file */


/* Add them above this section                 */


/***********************************************/


/*****************************************/


/* Start your style declarations here    */


/*****************************************/

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000;
}

.stet {
    overflow: hidden !important;
}

.text-center {
    text-align: center;
    width: 100%;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 40%;
    background-size: auto 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 1px 12px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
}

.newCampPopHdng {
    position: relative;
    clear: both;
    font-size: 24px;
    line-height: 1.2em;
    padding: 25px 20px;
    color: #162020;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    text-align: center;
}

.page-template-page-listicles .newCampPopHdng h2, .newCampPopHdng h2{
    font-family: 'ProximaNova-Bold';
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 26px !important;
}


.newCampPopHdng strong {
    color: #0f67ea;
    font-family: "ProximaNova-Bold";
}

.newCampPopContent {
    clear: both;
    padding: 30px 30px;
    padding-top: 0px !important;
    text-align: center;
}

.newCampPopContent ul {
    list-style: none;
    padding: 0;
    margin: 0px 0 0;
    margin-bottom: 25px !important;
    display: inline-block;
    text-align: left;
}

.page-template-page-listicles .body-container .newCampPopContent ul li , .newCampPopContent ul li {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 1.1em;
    padding: 4px 0 4px 28px;
    background: url(https://wp-stage.socialpilot.co/wp-content/themes/wp-bootstrap-starter/inc/assets/images/svg/check.svg) no-repeat 2px 8px;
}

.newCampPopfreeTrialWrap {
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.noCTA {
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    font-family: 'ProximaNova-Semibold';
    color: #1068E9;
    width: 50%;
    margin-top: 16px;
    text-decoration: none;
}

.newCTA {
    display: block;
    width: 250px;
    font-family: 'ProximaNova-Semibold';
    background: #1068E9;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 11px 15px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 6px;
    cursor: pointer;
    margin: 0px auto;
    margin-bottom: 20px !important;
}
.newCTA:hover{
      color: #fff !important;
       text-decoration: none;
}



/* The Close Button */

.close {
    color: #1068E9;
    position: absolute;
    font-family: 'ProximaNova-Regular';
    right: 27px;
    top: 15px;
    font-size: 36px;
    font-weight: 200;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #1068E9;
    text-decoration: none;
    cursor: pointer;
}

.show {
    display: block;
}

.hide {
    display: none;
}

@media screen and (max-width: 1200px) {
    .modal-content {
        width: 60%;
    }
}

@media screen and (max-width: 1000px) {
    .modal-content {
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
    .modal-content {
        width: 70%;
    }
}

@media screen and (max-width: 600px) {
    .modal-content {
        width: 90%;
    }
    .newCTA {
        font-size: 14px;
    }
    .noCTA {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .newCTA{
        display: block !important;
        width: 100% !important;
    }

}