/* .bg-design{
    background-image:url(http://localhost:8888/wp-content/themes/cPbase/assets/img/trial/cpwhm-trial-bg.png);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */

.bg-design{
    background-image: url('/wp-content/themes/cPbase/assets/img/trial/cpwhm-trial-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-mist { background:#e9f6fc !important;}

.walk-thru a {
    color:#179BD7 !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.mont hr{
    color:white;
    border-color: white;
    font-family: 'Montserrat', sans-serif;
}

.trial-list h1{
    font-size:50px;
    font-weight:600;
    margin-bottom:30px;
}

.trial-list ul{
    margin:0;
    padding:0;
}

.trial-list ul li{
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-weight:600;
}

.trial-list p {
    font-size:24px;
}

.trial-list ul li p{
    padding-bottom:0;
    font-weight: 200;
    font-size:24px;
}

.trial-list ul li p b{
    font-weight:700;
}

.trial-info{
    position: relative;
}

.walk-thru h3{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight:200;
    line-height: 40px;
}
.walk-thru .ready h3{
    font-family: 'Montserrat', sans-serif !important;
    font-weight:500;
    line-height:32px;
}

.walk-thru > div p {
    font-size: 1.1em !important;

}

.walk-thru h4{ font-weight:500; font-size:1.75em}

.walk-thru h5{
    font-family: 'Montserrat', sans-serif;
}

.host-server ul{
    margin:0;
    padding-left:15px;
}

.host-server ul li{
    list-style:none;
    font-size: 1.1em !important;
}
.host-server ul li:before{
    color: #179BD7;
    content: "\2022";
    width: 1em;
    margin-left: -1em;
    display: inline-block;
    font-weight: bold;

}



/*ADD ONS*/

.add-on-heading{
    font-weight:400;
}

.add-ons .card{
    /* border: 0 !important; */
}
.add-ons .card .card-footer{
    border-top:0;
}

.resources a {
    font-weight:500;
    color:#179BD7;
}

/* EMMA FORM */

.trial-form{
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.trial-info .trial-form-desktop{

}

.trial-form-desktop p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.trial-info .trial-form h3,
.trial-info .trial-form-desktop h3{
font-weight:600;

}
.form-wrapper{ padding:25px;}

.form-wrapper #load_check{
    font-size:10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;

}

#e2ma_signup {
    color: white;
    text-align:left;
}

#e2ma_signup_form{
    width: 100% !important;
    margin:0;
    padding:0;
}

#e2ma_signup_form #e2ma_signup_message { display: none !important;}

.e2ma_signup_form_label{
	color:white !important;
}

.group-label b.emmaFormLabelBold{
	margin-top: 15px;
  	display:block;
}

.e2ma_signup_form_element input[type="text"]
{
	border-radius: 5px;
  	margin-bottom: 15px;
  	height: 45px !important;
}

.e2ma_signup_form_element input[type="email"]
{
	border-radius: 5px;
  	margin-bottom: 15px;
  	height: 45px !important;
}

.form-groups {
    color: white !important;
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom:0px !important;
}

.form-group .group-fields{
    margin-bottom:0px;
}

.form-groups  a {color: #179BD7;}
.form-groups  a:hover {color: #FF6c2c;}

.e2ma_signup_form_required_footnote {
    color: #96AEC5 !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size:11px;

}
.group-field-html{
    font-size:12px;
}
.e2ma_signup_form_required_footnote  span,
.emmaFormLabelSmall,
.e2ma_signup_form_required_asterix
{ color:#ff6c2c; }

.e2ma_signup_form_button {
	border-radius: 5px !important ;
    width:100%;
    height: 45px !important;
    background-color: #179bd7 !important;

}

 input[type="submit"]:hover {
    background-color: #ff6c2c !important;
 }

small.viewing-issue{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: block;
    line-height:14px;
}

/* FOOTER */

.legal-links p{
    font-size:12px;
}
.legal-links p a{
    color:white;
}

.legal-links p a:hover{
    color:#ff6c2c;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 559px) {

    .cp-logo,
    .legal-links p
    {
        text-align: center;
    }

    .form-wrapper{ padding:15px;}

    footer {
        padding-bottom:100px !important;
    }


}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .cp-logo,
    .legal-links p{
        text-align: right;
    }

    .form-wrapper{ padding:15px;}

    section.add-ons{
        padding-top:0px !important;
    }

    .walk-thru .trial-list {
        text-align: center;
    }



}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bg-design{ margin-bottom:0px;}
    section.add-ons{
        padding-top: 0px !important;
    }

    .cp-forums,
    .prop-domain { text-align: left;}

    .nameservers p{
        /* padding-right:60px; */
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bg-design{ margin-bottom:-300px;}
    .cp-forums,
    .prop-domain { text-align: right;}

    .walk-thru .trial-list { text-align: left; }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
