alejomejia
2/14/2018 - 12:31 PM

Popup maker CSS

#popmake-7667{padding:20px;}

#popmake-7667 .pum-title{
 border-bottom: 1px solid #ededed;
 padding-bottom: 15px;}

#popmake-7667 form.wpcf7-form > .container{padding:0 15px 15px 15px;}

#popmake-7667 form.wpcf7-form h3{
    font-weight:normal;
  color: #616161;  
  font-size: 16px;
  margin:15px 0;}

#popmake-7667 form.wpcf7-form p{
    margin-bottom: 10px;
    font-size:14px;}
    
hr.cot-div{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

span.cot-terminos{
    width: 20px;
    float:left !important;
    margin-right: 15px !important;
}

#popmake-7667 form.wpcf7-form input:not([type="submit"]),
#popmake-7667 form.wpcf7-form textarea,
#popmake-7667 form.wpcf7-form select{
    margin: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    background: #f5f5f5;
    border-radius: 0;
    transition: .5s border ease;
    -webkit-transition: .5s border ease;
    -moz-transition: .5s border ease;
    -ms-transition: .5s border ease;
    -o-transition: .5s border ease;}

#popmake-7667 form.wpcf7-form input:not([type="submit"]):focus,
#popmake-7667 form.wpcf7-form textarea:focus{
    border-bottom: 1px solid #ff8200;}

#popmake-7667 input::-webkit-input-placeholder,
#popmake-7667 textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #a0a0a0;
  font-weight: 300;
  font-size:14px;
}

#popmake-7667 input::-moz-placeholder,
#popmake-7667 textarea::-moz-placeholder{ /* Firefox 19+ */
  color: #a0a0a0;
  font-weight: 300;
  font-size:14px;
}

#popmake-7667 input:-ms-input-placeholder,
#popmake-7667 textarea:-ms-input-placeholder{ /* IE 10+ */
  color: #a0a0a0;
  font-weight: 300;
  font-size:14px;
}

#popmake-7667 input:-moz-placeholder,
#popmake-7667 textarea:-moz-placeholder{ /* Firefox 18- */
  color: #a0a0a0;
  font-weight: 300;
  font-size:14px;
}

#popmake-7667 input[type="submit"]{
    border-radius:3px;
    background: #333333;
    color: #f4f4f4 !important;
    font-weight:bold !important;
    text-transform: uppercase;
    padding: 11px 15px;
}

#popmake-7667 input[type="submit"]:hover{
    background: #ff8200;
    color: #f4f4f4 !important;
}