@import url("variables.css");

/******************************************************
* SWAZOOM FRONT-END STYLES
*
* Author: SowiesoDigital - https://sowiesodigital.nl/
*
*******************************************************/


/**********************
* FOOTER
*
* See on swazoom-color-areas.css: different footer styles for different parent pages - based on the page's parent slug
*
***********************/

.footer {
	background-color: var(--green);
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.footer a,
.footer a:hover,
.footer .menu-topmenu-container .menu a,
.footer .menu-topmenu-container .menu a:hover,
.footer p {
	color: var(--white);
}

.footer a,
.footer .menu-topmenu-container .menu a {
	font-weight: 500;
	text-decoration: none;
}

.footer a:hover,
.footer .menu-topmenu-container .menu a:hover {
	text-decoration: underline;
}

.footer img {
	position: relative;
	top: -1px;
}

.footer .footer-inner {
	padding-top: 150px;
	padding-bottom: 80px;
}

.footer .footer-strip {
	width: 100%;
	height: 9px;
	border: 0;
	margin: 12px 0;
	background-image: url('../img/zonova-streep-digital-footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer .footerlinks ul {
	padding: 0;
    margin: 0;
}

.footer .footerlinks li {
	line-height: 2;
	padding: 0;
	list-style: none;
}

.footer .footerlinks .current-menu-item>a {
	color: inherit;
	text-decoration: underline;
}

.footer .socialcontainerinner a {
    background-color: var(--green-4);
    color: var(--black);
}

.footer .socialcontainerinner a:hover {
	outline: 2px solid var(--green-4);
    color: var(--black);
}

.footer .adresinfo {
	margin-top: 16px;
}

.footer .adresinfobottom {
    line-height: 165%;
}
.footer .adresinfobottom a {
	font-weight: 600;
    text-decoration: underline;
}

.footer .fadspacer {
	padding-right: 40px;
	display: inline-block;
}

.footer .fadspacer:last-child {
	padding-right: 0px;
}

@media (max-width: 576px) {
    .footer .fadspacer {
        padding-right: 0px;
        display: block;
    }

}

@media only screen and (max-width: 767px) {
	.footer .footer-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

@media (min-width:992px) {
	.footerlinks .menu-topmenu-container .menu {
		flex-direction: column;
	}
	.footerlinks  .menu-topmenu-container .menu li::after {
		content: "";
	}
}


/*
* Footer - Terms menu
*/

#termsmenu {
    background-color:rgba(0,0,0,0.2);
}

#termsmenu div {
	padding: 13px 0;
	width: 100%;
	text-align: center;
}

#termsmenu ul {
	margin: 0;
	padding: 0;
}

#termsmenu li {
	display: inline-block;
}

#termsmenu li a {
	font-weight: normal !important;
	color: #fff;
}

#termsmenu li:last-child {
	padding-left: 100px;
}
