#footer {
	background:#1a1c27;
	min-height:300px;
  top:0;
  left:0;
  padding: 40px 0 0 0;
}

.footer {
  text-align:left;
  margin-top:20px;
  /* font:normal 400 16px/1.5 "Roboto",Verdana,sans-serif; */
  text-decoration:none;
  font-size:14px;
  color: #a1b1bc;
}

.footer .contact-wrap {
	padding-left: 40px;
	line-height: 24px;
}

.footer .contact-wrap .description {
	font-weight: 500;
	margin-bottom: 10px;
	color: #F4F2eF;
}

.footer .footer-form {
	padding-right: 40px;
}

@media (max-width: 1199px) {
	.footer .contact-wrap {
		padding-left: 0;
	}
	.footer .footer-form {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.footer .contact-wrap {
		margin-bottom: 20px;

	}

	.footer .footer-form {
		margin-bottom: 60px;
	}
}
.footer a {
	color: #a1b1bc;
}

#footer-logo{
	background: url('../img/ghee_footer_logo_white.png') center center no-repeat;
	background-size: 100% auto;
	width: 200px;
	min-height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}


@media (max-width: 991px) {
	#footer-logo {
		width: 250px;
	}
}

.footer li{
	padding: 0 0 0 20px;
}

@media (max-width: 991px) {
	.footer li{
		padding: 0;
	}
}

.footer #ghee-logo {
	margin:0 0 0 -60px;
	float:left;
}
.footer h4 {
  color:#fff;
  font-size:1.5em;
  margin: 5px 0 30px 0;
  font-weight:400;
  text-transform:uppercase;
  padding-left: 15px;
  border-left: 3px solid #00aeef;
}

@media (max-width: 991px) {
	.footer h4 {
		margin-bottom: 15px;
		border: none;
	}
}

.footer-links li a {
	color: #a1b1bc;
	border-bottom: 1px solid #202230;
	display : block;
	padding: 5px 0;
	font-size:14px;
	font-weight:normal;

}

.footer-links li:last-child a {
	border-bottom: medium none;
}

.footer-menu a:hover, .footer-menu a:focus {
	color:#ffc04c;
}
.footer i {
  margin:2px 5px 5px 0;
	color:#00aeef;
	display:inline-block;
}
.footer i:hover {
	color:ffc04c;
}


.footer .btn-hollow{
	color:#bfccd5;
	border:1px solid #bfccd5;
}
.footer .btn-hollow:hover{
	color:#fff;
	border:1px solid #bfccd5;
	background-color:#bfccd5;
	border:medium none;
	transition:all 0.2s ease 0s;
}
.form-box {
    width:90%;
    margin:auto;
    padding-top:20px;
}

#gform_wrapper_7 {
	margin: 0px;
}
#gform_wrapper_7 li {
	padding: 0px;
}
#gform_wrapper_7 li label {
	display: none;
}
#gform_wrapper_7 li .ginput_container {
	margin-top: 15px;
}
.footer .gform_wrapper{
	width: 100%;
}
.footer #gform_wrapper_7 input{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.footer #gform_wrapper_7 input.medium,
.footer #gform_wrapper_7 select.medium {
	width: 100%;
	background-color: #a1b1bc;
	border: none;
	color:    #1a1c27;
}


.footer #gform_wrapper_7 .gform_footer {
	padding: 0px;
}
.footer #gform_wrapper_7 ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #505360;
}
.footer #gform_wrapper_7 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #505360;
   opacity:  1;
}
.footer #gform_wrapper_7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #505360;
   opacity:  1;
}
.footer #gform_wrapper_7 :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #505360;
}

#gform_submit_button_7 {
	border: none;
	background : #00aeef;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	width: 100%;
	display: block;
}


#footer-social {
	border-top: 1px solid #202230;
	padding: 20px 0;
	margin-top: 20px;
}
#footer-social i {
	font-size: 1.5em;
	margin: 0 10px;
}

@media (max-width: 991px) {
	.footer #gform_wrapper_7 input.medium,
	.footer #gform_wrapper_7 select.medium,
	#gform_submit_button_7  {
		width: 70%;
	}
}

@media (max-width: 480px) {
	#footer-logo {
		margin: 0 auto 20px auto;
	}
	.footer #gform_wrapper_7 input.medium,
	.footer #gform_wrapper_7 select.medium,
	#gform_submit_button_7 {
		width: 100%;
	}
	#footer .contact-wrap {
		text-align: center;
	}
	#footer h4 {
		text-align: center;
		margin-top: 20px;
	}

	.footer-links li a {
		text-align: center;
	}
	#footer-social i {
		margin-bottom: 10px;
	}
}
