/*
	Theme Name: G2G 
	Description: G2G 
	Author: Mogeia
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	Text Domain: g2g
	Domain Path: /languages
	Description:  G2G Theme
*/

.wpcf7
{
    background-color: #f7f7f7;
    border: 2px solid #0f0;
}

.wpcf7-form
{
    background-color: #555555;
    display:flex;
    flex-direction: row;
}

.wpcf7 .g2g
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
/* text - field */


box-sizing: border-box;

/* Auto layout */

display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
width: 100%;


/* grey2 */

background: #FAFAFA;
/* link - blue */

border-bottom: 1px solid #0060A7;
}