
/*
Theme Name: Simple Grid Child Theme
Theme URI: http://florarsa.co.za/simplegrid-child
description: Simple Grid Theme
Author: Juan Woest
Author URI: http://florarsa.co.za
Template: simplegridtheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 4 column theme, clean, portfolio
Text Domain: simplegrid-child
*/






/* Contact Form 7 text size */

.wpcf7 {
 
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.wpcf7-textarea {
  width: 100%;
}
  
.wpcf7 input {
  width: 100%;
}


/* Contact Form 7 Submit Button */

.wpcf7 input[type="submit"] {
    color: #FEFE3A;
    font-size: 16px;
    font-weight: 600;
    background: #008000;
    padding: 3px 10px 3px 10px;
    border: solid;
    border-color: #008000; 
    border-radius: 3px;
    width: auto;
    text-transform: none;
    letter-spacing: 5px;
    align: center;
}

.wpcf7 input:hover[type="submit"] {
    color: #008000;
    background: #FEFE3A;
    transition: all 0.0s ease 0.0s;
}

.wpcf7 input:active[type="submit"] {
    color: #FEFE3A;
    font-size: 17px;
    padding: 4px 12px 4px 12px;
    background: #008000;
    border-color: #008000;
}



/* Sidebar */

#sidebar {
    border-left: 3px solid #008000;
    border-bottom: 3px solid #008000;
    border-right: 3px solid #008000;
}

.side_box h3 { 
    font-size: 15.5px;
    font-family: arial, Times;
}



/* Menu */

#menu_container { border-top: 3px solid #008000;
     border-bottom: 3px solid #008000;
     padding: 0px 28px;
}



/* Global */

body { font-size: 15.5px;
     font-family: arial, verdana, georgia;
     color: #008000;
     background: url('images/cont-shadow.png') repeat-y; background-position: top center;
     background-color: #008000;
}


h1 {
     font-family: "Flat brush normal";
     font-size:22px;
}


h2,h3,h4,h5 {
     margin: 10px 0;
     font-family: "Flat brush normal";

p {
     margin: 10px 0;
}

.left {
     float: left;
}

.right {
     float: right;
}

.clear {
     clear: both;
}
img {
     border: none;
}

a {
     color: #333;
}

a:hover {
     text-decoration:underline;
     color:#333;
}

#main_container {
     width: 1056px;
     margin: 0 auto;
}

.contactSubmit{

     padding:8px 0 10px 0px;
     color:#FF0000;

     border:none;

     width:119px;

     height:27px;

     text-align:center;

     background-image:url(http://www.florarsa.co.za/image/sm.jpg);

     background-repeat:no-repeat;
}
































































