.footer-form-link{
	color: #ec1117 !important;
}

.footer-form-link:hover{
	text-decoration: underline;
}

/* #footer-black */

#footer-black .footer-newsletter-text p {
	margin-top: 18px !important;
}

#footer-black .divider-wrapper.footer-divinder {
	margin-top: 52px !important;
}

#footer-black input.wpcf7-email {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

#footer-black input.wpcf7-submit {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

#footer-black .wpcf7-list-item input[type="checkbox"] {
	margin-top: -4px !important;	
	border-radius: 4px !important;
}

#footer-black .footer-black-acceptance .wpcf7-list-item-label {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #777 !important;
}

#footer-black .footer-black-acceptance .wpcf7-list-item-label a {
	color: #777 !important;
	text-decoration: underline !important;
}

#footer-black .footer-black-acceptance .wpcf7-list-item-label a:hover {
	color: #fff !important;
}

/* end of #footer-black */

.divider-wrapper.footer-new-divinder {
	margin-top: 18px !important;
}

.footer-nszd-input p,
.footer-nszd-submit p {
	margin-top: 0px !important;
}

.footer-nszd-input input.wpcf7-form-control.wpcf7-email {
	margin-top: 0px !important;
}

.footer-nszd .wpcf7-submit {
	color: #fff !important;
	background-color: #444 !important;
	border: none !important;
	width: 100%;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.footer-nszd-input input.wpcf7-form-control {
	width: 100%;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.footer-nszd {
	display: flex;
}

.footer-nszd-input {
	width: 80%;
}

.footer-nszd-submit {
	width: 20%;
}

.footer-nszd-acceptance .wpcf7-list-item-label,
.footer-nszd-acceptance .wpcf7-list-item-label a {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

footer hr.separator-break{
	border-color: #000 !important;
}

.footer-links p a:hover,
footer .widget ul li a:hover,
.footer-recent-posts .uncode_text_column p a:hover{
	color: #fff !important;
	text-decoration: underline;
}

.social-icons-footer a i{
	font-size: 30px !important;
	padding: 0 5px;
}

.footer-recent-posts li a{
	text-transform: uppercase;
    line-height: 36px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.footer-recent-posts .uncode_text_column p a{
	line-height: 36px !important;
}

.footer-links p a{
	line-height: 36px !important;
	padding-left: 0 !important;
}

footer .empty-space.empty-half{
	display: none !important;
}

footer .uncode_text_column{
	margin-top: 18px !important;
}

footer .footer-recent-posts-link{
	margin-top: 0 !important;
}

@media (max-width: 1100px){
	.footer-recent-posts li a{
		font-size: 14px;
	}
	
	.footer-links p a{
		font-size: 14px;
	}
	
	.footer-recent-posts .uncode_text_column p a{
		font-size: 14px;
	}
	
	footer .uncode_text_column{
		margin-top: 18px !important;
	}
	
	footer .footer-recent-posts-link{
		margin-top: 0px !important;
	}
}