/**********************************************************
// Block >> Optin >> Sidebar
**********************************************************/
.Block-Optin-Sidebar {
	padding: 10px 20px;
	background: #001C2A;
	color: #FFF;
	border-radius: 6px;
	text-align: center;
	}

.Block-Optin-Sidebar-Line {
	margin: 10px auto;
	border-top: 2px solid #B2D6B4;
	box-shadow: 0 0 10px 1px #B2D6B4;
	}

.Block-Optin-Sidebar-Image img {
	width: auto;
	height: auto;
	max-height: 70px;
	}

.Block-Optin-Sidebar h2 {
	margin-top: 5px;
	padding: 0 !important;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	}

/**********************************************************
// Block >> Optin >> Home >> Form
**********************************************************/
.Block-Optin-Sidebar-Form { margin: 10px auto; }
.Block-Optin-Sidebar-Form .gform_wrapper {
	padding: 0 20px;
	max-width: 300px !important;
	}

.Block-Optin-Sidebar-Form .gform_wrapper.gravity-theme .gform_fields { display: block; }
.Block-Optin-Sidebar-Form .gform_wrapper.gravity-theme .gform_footer { padding: 0 !important; }

body .Block-Optin-Sidebar-Form .gform_wrapper.gravity-theme input[type="text"],
body .Block-Optin-Sidebar-Form .gform_wrapper.gravity-theme input[type="email"] {
	margin: 10px auto;
	padding: 10px !important;
	height: 60px;
	line-height: 38px;
	border-radius: 8px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	background: transparent !important;
	border: 2px solid #FFF !important;
	color: #FFF;
	box-shadow: 0 0 10px 1px #FFF;
	}

body .Block-Optin-Sidebar-Form .gform_wrapper ::-webkit-input-placeholder { color: #FFF; text-transform: uppercase; }
body .Block-Optin-Sidebar-Form .gform_wrapper :-moz-placeholder           { color: #FFF; text-transform: uppercase; }
body .Block-Optin-Sidebar-Form .gform_wrapper ::-moz-placeholder          { color: #FFF; text-transform: uppercase; }
body .Block-Optin-Sidebar-Form .gform_wrapper :-ms-input-placeholder      { color: #FFF; text-transform: uppercase; }

body .Block-Optin-Sidebar-Form .gform_wrapper.gravity-theme #field_submit input {
	margin-top: 10px;
	padding: 10px !important;
	height: 60px;
	line-height: 38px;
	border-radius: 8px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: transparent !important;
	border: 2px solid #FFB948 !important;
	box-shadow: 0 0 10px 1px #FFB948;
	color: #FFB948;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

body .Block-Optin-Sidebar-Form .gform_wrapper.gravity-theme #field_submit input:hover {
	background: #FFB948 !important;
	color: #001B2A;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 900px),
all and (max-device-width: 900px)
{
	.Block-Optin-Home-Inner { display: block; }

	.Block-Optin-Home-Image { margin: auto; }

	.Block-Optin-Home-Main {
		margin: 30px auto 0 auto;
		padding-left: 0;
		width: 100%;
		}
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{

}
