// ====
// Footer
// ====

.newsletter-signup{
	padding: 20px 0;
	text-align: center;
	.newsletter-icon{
		width: 56px;
		img{
			display: block;
			width: 100%;
			position: relative;
			top: -5px;
		}
	}
	.newsletter-intro{
		.info-title{
			margin: 0 0 2px;
			font-size: 18px;
			color: $grey900;
		}
		.info-descr{
			font-size: 13px;
			color: $grey600;
		}
	}
	.newsletter-input{
		display: inline-block;
		.form-group{
			margin: 0;
		}
		.form-control{
			width: 320px;
		}
	}
}

.site-footer{
	margin: 0;
	// padding: 24px 0;
	font-size: 13px;
	background-color: $grey900;
	.footer__top-section{
		padding: 24px 0;
		// .more-pr{
		// 	@media (min-width: $screen-md-min){
		// 		padding-right: 24px;
		// 	}
		// }
	}
	.footer__about-company{
		padding: 12px 0;
		.company-title{
			margin: 0 0 12px;
			line-height: 22px;
			font-size: 18px;
			font-weight: 500;
			color: $grey900;
		}
		.company-info{
			position: relative;
			padding: 0 0 0 24px;
			margin: 0 0 4px;
			line-height: 18px;
			color: $grey800;
			.info-icon{
				display: block;
				position: absolute;
				top: 0; left: 0;
				width: 20px;
				line-height: 18px;
				text-align: center;
				color: $grey500;
			}
		}
	}
	.footer__nav-menu{
		padding: 12px 0;
		.list-title{
			margin: 0 0 12px;
			line-height: 22px;
			font-size: 18px;
			font-weight: 500;
			color: $grey900;
		}
		.list-menu{
			li{
				margin: 0 0 2px;
			}
			a{
				display: inline-block;
				&:hover, &:active, &:focus{
					text-decoration: none;
				}
				&:hover{
					color: $grey600;
				}
			}
		}
	}
	.footer__site-nav{
		padding: 12px 0;
		text-align: center;
	}
	.footer__bottom-section{
		padding: 24px 0;
	}
	.footer__site-nav{
		margin: 0;
		padding: 0 0;
		font-size: 0;
		line-height: 20px;
		ul{
			margin: 0;
			li{
				display: inline-block;
				vertical-align: top;
				line-height: 20px;
				&:after{
					display: inline-block;
					vertical-align: top;
					content: "|";
					padding: 0 8px;
					line-height: 20px;
					font-size: 13px;
					color: #fff;
				}	
				&:last-child{
					&:after{
						display: none;
					}
				}
				a{
					display: inline-block;
					vertical-align: top;
					line-height: 20px;
					font-size: 13px;
					color: $grey300;
					&:hover, &:active, &:focus{
						text-decoration: none;
					}
					&:hover{
						color: #fff;
					}
				}
			}
		}	
	}
	.footer__company-copyright{
		color: #fff;
	}
	// .footer__company-copyright{
	// 	margin: 0;
	// 	padding: 12px 0;
	// 	font-size: 0;
	// 	text-align: center;
	// 	line-height: 32px;
	// 	li{
	// 		display: inline-block;
	// 		vertical-align: top;
	// 		margin: 0 4px;
	// 		line-height: 32px;
	// 		a{
	// 			display: inline-block;
	// 			vertical-align: top;
	// 			width: 32px;
	// 			height: 32px;
	// 			line-height: 32px;
	// 			font-size: 16px;
	// 			text-align: center;
	// 			color: $grey900;
	// 			background-color: $grey200;
	// 			border-radius: 50%;
	// 			&:hover, &:active, &:focus{
	// 				text-decoration: none;
	// 			}
	// 			i{
	// 				display: inline-block;
	// 				vertical-align: top;
	// 				line-height: 32px;
	// 			}
	// 			&:hover{
	// 				opacity: .8;
	// 			}
	// 		}
	// 	}
	// }
}