/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2020 | 20:32:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body .ct-div-block.newsletterform * {
    float: left;
    max-width: 100%;
}
body .ct-div-block.newsletterform {
    padding-left: 13px!important;
    padding-right: 13px!important;
}
body .ct-div-block.newsletterform p {
    margin-bottom: 0;
    float:left;
    width:100%;
}
body .ct-div-block.newsletterform p label input.wpcf7-form-control {
    float: left;
    width: 100%;
    text-indent: 5px;
    min-height: 35px;
}


body .ct-div-block.newsletterform p input.wpcf7-form-control.wpcf7-submit {
    background: #48c2fb;
    color: #fff;
    border: 0;
    margin: 9px auto -20px;
    display: table;
    float: none;
    padding: 12px 44px;
    border-radius: 56px;
    cursor: pointer;
}

body .ct-div-block.newsletterform p input.wpcf7-form-control.wpcf7-submit:hover {
    background:#fff;
    color:#000;
}


body div#poweryorbox {
    margin-top: -100px;
}

img.ct-image.imgbotgap {
    margin-bottom: -100px;
}

.imgmovetorgt {
  position:relative;
  left:40px;
}

.imgmovetolft {
  position:relative;
  left:-40px;
}