/*
Theme Name: Makisig
Description: Makisig Theme is a two-column, fixed-width and widget-ready Wordpress theme with the shades of pastel blues 
Version: 1.0
Author: Padd Solutions
Tags:two columns, fixed width, adsense ready, advertisement ready, valid css, valid xhtml 

The CSS, XHTML and design is released under Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported:
http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

@import 'style-section-typography.css';
@import 'style-section-required.css';
@import 'style-section-layout.css';
@import 'style-section-navigation.css';
@import 'style-section-pagination.css';
@import 'style-section-colors.css';
@import 'style-ui-tabs.css';

/*BEGIN contact form 7 */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea   {height: 2.5em; border: 1px solid #e5e1e1; padding: 5px; width: 300px; color: #9e8f8f; font-family: "Open Sans", Helvetica, Arial, sans-serif; -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1); transition: all 0.25s ease-in-out; background-color: #fdfcfc;} 
.wpcf7 textarea {height: 10em; margin-top: 0;}
/*.wpcf7-submit {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 10px 20px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background: #B7CB51;
color: #fff;
-webkit-box-shadow: 0 6px 0 0 #87963E;
box-shadow: 0 6px 0 0 #87963E;
border-radius: 5px;}

.wpcf7-submit:hover {
-webkit-box-shadow: 0 4px #87963E;
box-shadow: 0 4px #87963E;
top: 2px;
background: #95A546;
color: #fff;
}
*/
.wpcf7 .address { float: left; width: 25%;}
.wpcf7 .map {float: right; width: 75%}