/* - Footer Section - Start */
.footer-section {
    background-color: #191919;
}

/* - Newsletter Section */
.newsletter-section .content-box h3 {
	font-size: 2.125rem;
    line-height: 1.3;
}
.newsletter-section .content-box .input-group .form-control {
	box-shadow: none;
	border: none;
	color: #181818;
	outline: none;
	font-size: 16px;
    line-height: 2;
	border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
	padding-bottom: 9px;
	padding-top: 9px;
}
.newsletter-section .content-box .input-group button {
	background-color: #fff;
	box-shadow: none;
	outline: none;
	color: #9e9f7f;
	font-size: 16px;
	font-weight: 600;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
	padding: 9px 28px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newsletter-section .content-box .input-group button:hover {
	background-color: #9e9f7f;
	color: #fff;
}

/* - Footer Widget */
.footer-widget .widget-title {
	color: #fff;
	font-family: 'Spartan', sans-serif;
	font-size: 1rem;
	font-weight: 400;
    line-height: 1.5;
	margin-bottom: 25px;
}
.footer-widget .widget_about .content-box p {
	position: relative;
	padding-left: 20px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.footer-widget .widget_about .content-box p,
.footer-widget .widget_about .content-box p a {
	color: #fff;
}
.footer-widget .widget_about .content-box p a > i {
	position: absolute;
	left: 0;
	top: 0;
}
.footer-widget .widget_about .content-box p a:hover {
	color: #9e9f7f;
}
.footer-widget .widget_connect ul {
	padding: 0;
	margin-bottom: 20px;
}
.footer-widget .widget_connect ul li {
	display: inline-block;
	margin-right: .7em;
}
.footer-widget .widget_connect ul li a {
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	font-size: 1.316rem;
	width: 40px;
    height: 40px;
}
.footer-widget .widget_connect ul li a:hover {
	background-color: #fff;
	color: #9e9f7f;
}
.footer-widget .widget_connect p {
	color: #fff;
	font-size: .875rem;
	line-height: 1.4;	
}
.footer-widget .widget_pages ul li {
	line-height: 1;
    margin-bottom: .9em;
}
.footer-widget .widget_pages ul li a {
	line-height: 1;
	padding: 0;
	font-size: 16px;
}
.bottom-footer .copyrights a {
	color: #ddd;
}
.bottom-footer .cnt-box {
	border-top: 1px solid #fff;
	padding: 27px 0;
}
.bottom-footer .cnt-box p {
	color: #fff;
}
.bottom-footer .cnt-box p,
.bottom-footer .cnt-box ul {
	margin-bottom: 0;
}
.bottom-footer .cnt-box ul {
	padding: 0;
}
.bottom-footer .cnt-box ul li {
	list-style: none;
}
.bottom-footer .cnt-box ul li a {
	color: #fff;
	text-decoration: underline;
}
.bottom-footer .cnt-box ul li a:hover {
	text-decoration: none;
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Newsletter Section */
	.newsletter-section .content-box h3 {
		margin-bottom: 0;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	.bottom-footer .cnt-box ul li {
		margin-left: 30px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Newsletter Section */
	.newsletter-section .content-box h3 {
		margin-bottom: 15px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	.newsletter-section .content-box .input-group button {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bottom-footer .cnt-box ul {
		margin-top: 15px;
	}
	.bottom-footer .cnt-box ul li {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/* - Footer Section - End */