/*
Theme Name:     Pulse Child
Description:    Child theme for Pulse
Version:        3.9
Author:         Pirenko
Author URI:     https://www.pirenko.com/
Template:       pulse
*/

.tablepress{
    border-color:#252525!important;
    border-bottom:1px solid #252525!important;
    border-top:1px solid #252525!important;    
    max-width:800px;
    margin:0 auto;
    padding:1rem;
}

.tablepress td{
    padding:1rem;
    border-top:1px solid #252525!important;        
    border-bottom:1px solid #252525!important;    
}

.tablepress td.column-1{
    background:#171717;
    max-width:300px!important;
    white-space: nowrap

}
.wpcf7{
    max-width:600px;
    margin:0 auto;
}
.wpcf7 .wpcf7-submit{
    width:300px;
    margin:10px auto!important;
    display:block;
}

.ceoMessage{
    font-size:130%; 
    line-height:1.5; 
}

@media only screen and (max-width: 768px) {
    #pulse_logo_after{
        margin-top:7px!important;
        margin-left:10px!important;
    }
    #pulse_logo_after img{
    max-width:250px;
}
    .wpb_wrapper .pulse_spacer{
        display:none!important;
    }
    
    .ceoMessage{
        font-size:100%!important; 
}
    .ceoPic div div img{
        width:100%!important;
        height:auto!important;
        display:block!important;
        margin:0 auto!important;
        max-width:100%!important;
    }
}