/* Begin Custom Footer Styles */

.custom-footer {
	padding-bottom: 0 !important;
}

/* ------ Footer Top/Main ------ */

/* Logo Styles */
.footer-logo {
	margin-bottom: 0 !important;
	padding-bottom: 10px;
}

/* Menu Styles */
.footer-menu {
	padding-right: 0;
	border: none;
}
.footer-menu h4.title {
	font-size: 25px;
	line-height: 1.5em;
	text-transform: uppercase;
}
.footer-menu .menu-footer-menu-container {
	text-transform: uppercase;
}

/* Form Styles */


/* Footer Form Buttton */
body .custom-footer .gform_wrapper .gform_footer {
	text-align:left;
}


body .custom-footer .gform_wrapper .gform_footer input.gform_button:hover {
	background: #333;
	color: #FFF;
}

/* ------ Footer Middle ------ */

/* Footer Contact */
.footer-contact a {
	font-size: 16px;
	color: #FFF;
	display: block;
    padding-bottom: 15px;
}
.footer-contact a.footer-phone {
	margin-right: 10px;
}
.footer-contact .footer-phone:before, .footer-contact .footer-email:before {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #FFF;
	margin-right: 15px;
	color: #222;
	font-family: 'ETmodules';
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
}
.footer-contact .footer-phone:before {
	content: '\e090';
}
.footer-contact .footer-email:before {
	content: '\e076';
}

/* Social Media Icons */
.footer-social li {
	margin-bottom: 0;
}
.footer-social li a.icon {
	background: #FFF !important;
}
.footer-social li a.icon:before {
	color: #222;
}
.footer-social li a.icon:hover:before {
	color: #111;
}


/* ------ Footer Bottom ------ */

.footer-bottom {
	padding: 20px 0 !important;	
}

/* Footer Copyright */
.footer-copyright {
	font-size: 12px;
	color: #FFF;
	opacity: 0.5;
}

/* Footer Credits */
.footer-credits {
	text-align: right;
	font-size: 12px;
	opacity: 0.5;
	color: #FFF;
}

.footer-credits img {
	width: 100px;
	vertical-align: middle;
	margin-left: 5px;
}


.footer-form .ginput_container input {
	width: 100% !important;
}

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 773px ) and ( max-width: 1230px ) {
	.footer-subscribe-col, .footer-contact-col {
		width: 48%;
    	margin-left: 14%;
	}
	.footer-contact-col {
		margin-bottom: 20px;
	}
}

@media only screen and ( max-width: 980px ) {
	.footer-contact, .footer-social, .footer-copyright, .footer-credits {
		text-align: center;
	}
	.footer-contact a, .footer-social {
		text-align: left;
	}

	.footer-top .et_pb_column:first-child {
    width: 50%!important;
    margin-bottom: 30px;
}
	
	.footer-subscribe-col, .footer-contact-col {
		width: 50%!important;
    	padding-left: 8%;
		margin-left: 0;
	}
}

@media only screen and ( max-width: 767px ) {
	.footer-contact a {
		display: block;
	}

}

@media only screen and ( max-width: 563px ) {
	.footer-top .et_pb_column, .footer-top .et_pb_column:first-child  {
    width: 100%!important;
		text-align: center;
}
	.footer-subscribe-col, .footer-contact-col {
		padding-left: 0;
    	margin-left: 0;
	}
	.footer-contact a, .footer-social {
		text-align: left;
	}
}