/*
 * iGiftback Theme v1.1
 * Copyright 2015 iGiftback®.com
 * Styles for development
 */

/* COLOR SHCEME
------------------------------------
Gray: 555
Salmon: DE4E56
Black: 322f30
------------------------------------

/** TABLE OF CONTENTS **/
code, samp, kbd {
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
	color: #555;
}

/**
 * Newsletter Section
 */
#newsletter,
#input_1_4_3 {
	background-color:#ff791f;
}
#newsletter .form-control,
#input_1_4_3,
#input_1_4_6,
#input_1_2 {
	border-radius:0;
	border:none;
	border-bottom: 1px solid #fff !important;
}
#gform_submit_button_1 {
	float: right;
	padding-bottom: 0.6em;
}
#newsletter input[type="email"],
#newsletter textarea.form-control,
#field_1_4 > label,
#field_1_2 > label {
	font-weight:100;
	color:#fff;
}
#input_1_4_3_container > label,
#input_1_4_6_container > label {
	display: none;
}
#input_1_5 > li > label {
	color:#fff;
	margin-left:20px;
}
#newsletter .btn-primary,
#gform_submit_button_1 {
	background-color: #fd9053 !important;
	text-shadow:0;
	border-color:none;
	box-shadow:none;
}
#newsletter .btn-primary:hover,
#gform_submit_button_1:hover {
	background-color: #fd5a00 !important;
}
#newsletter .btn-primary,
#gform_submit_button_1 {
	border-color: #fff !important;
	color: #fff !important;
	text-shadow: none;
}
#newsletter .icheckbox .checked,
#input_1_5 > li > div > ins .icheckbox .checked {
	background-color:#fff;
}
#newsletter .icheckbox,
#input_1_5 > li > div > ins .icheckbox {
	color: #fd9053;
	margin-top: -26px !important;
	margin-left: -4px !important;
}
#newsletter .icheckbox::before,
#input_1_5 > li > div > ins .icheckbox::before {
	color: #00f;
}
#newsletter .icheckbox,
#newsletter .iradio,
#input_1_5 > li > div > ins .icheckbox {
	border: 1px solid #fff !important;
}

#input_1_5 > li > div input {
	position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background-color: rgb(255, 255, 255); border: 1px; opacity: 0; background-position: initial initial; background-repeat: initial initial;
}


#input_1_2 {
	width:98%;
}
#input_1_4_3,
#input_1_4_6,
#input_1_2,
#gforms_confirmation_message {
	color:#fff;
}








/**
 * Newsletter Section
 */
#gform_1 .gform_wrapper .ginput_complex input[type=text],
#gform_1 input {
	background-color:#ff791f !important;
}
#gform_1 .form-control {
	border-bottom: 1px solid #fff !important;
}
#gform_1 input[type="email"],
#gform_1 textarea.form-control {
	color:#fff;
}
#gform_1 .btn-primary {
	background-color: #fd9053 !important;
}
#gform_1 .btn-primary:hover {
	background-color: #fd5a00 !important;
}
#gform_1 .btn-primary {
	border-color: #fff !important;
	color: #fff !important;
	text-shadow: none;
}
#gform_1 .icheckbox .checked {
	background-color:#fff;
}
#gform_1 .icheckbox {
	color: #fd9053;
	margin-top: -26px !important;
	margin-left: -4px !important;
}
#gform_1 .icheckbox::before {
	color: #00f;
}
#gform_1 .icheckbox,
#gform_1 .iradio {
	border: 1px solid #fff !important;
}