/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: var(--primary);
}

.footer .f-top {
	padding-top: 50px;
	padding-bottom: 25px;
}

.footer .f-block {
	margin-bottom: 25px;
}

.footer .f-block .f-title {
	color: var(--white);
	margin-bottom: 20px;
}

.footer .f-block .f-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer .f-block .f-detail ul li {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	color: var(--white);
}

.footer .f-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.footer .f-block .f-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-block .f-detail ul li.active a,
.footer .f-block .f-detail ul li.current-menu-item a,
.footer .f-block .f-detail ul li.current-menu-parent a,
.footer .f-block .f-detail ul li.current_page_parent a,
.footer .f-block .f-detail ul li a.active,
.footer .f-block .f-detail ul li a.current-menu-item,
.footer .f-block .f-detail ul li a.current-menu-parent,
.footer .f-block .f-detail ul li a.current_page_parent,
.footer .f-block .f-detail ul li a:hover {
	color: var(--secondary);
}

.footer .f-block.f-contact-block .common-social-icons ul {
	justify-content: flex-end;
}

.footer .f-logo a {
	width: 125px;
	height: 125px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.footer .f-logo * {
	width: 60px;
	display: inline-block;
}

.footer .f-bottom {
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px solid var(--secondary);
}

.footer .f-bottom ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}

.footer .f-bottom ul li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: var(--white);
}

@media (min-width: 768px) and (max-width: 991px){
.footer .f-logo { text-align: center; }
}

@media (max-width: 767px){
.footer .f-top { padding-top: 35px; padding-bottom: 10px; }
.footer .f-logo { text-align: center; }
.footer .f-logo a { width: 100px; height: 100px; }
.footer .f-logo * { width: 50px; }
}

@media (min-width: 240px) and (max-width: 575px){
.footer .f-block { text-align: center; }
.footer .f-block .common-social-icons ul { justify-content: center; }
.footer .f-block.f-contact-block .common-social-icons ul { justify-content: center; }
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/