/*
Theme Name:Divi Child TFrame
Theme URI: http://www.techniframe.com
Description: Child Theme For Divi
Author: Alan Laithwaite
Author URI: http://www.techniframe.com
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");

/* Start your custom CSS bellow this comment
============================================ */
.shadow{
    box-shadow: 0 0 30px #0000ff;
    border-radius: 10px;
    border:1px solid #ff0000;
    padding:10px 10px 10px 10px;
}

.myfooter{
    font-size: small;
}

/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
    background-color: #ffffff;
    border: 0px solid #666666;
}

.wpcf7-textarea {
    width: 85%;
    resize: none;
    border-radius: 5px;
}

.wpcf7-text {
    width: 50%;
    height:30px;
    border-radius: 5px;
}

.wpcf7-submit {
    background: #00ff00;
    color: #000000;
    width: 80px;
    height: 35px;
    border:1px solid #b0b0b0;
    border-radius: 5px;
}

.wpcf7-list-item {
    display: inline block;
}

.wpcf7-label{
    margin-left:20px;
}






