/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 10 2024 | 23:20:14 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
footer {
	background-color: #162220;
    position: relative;
	overflow-x: hidden;
	display:block;
}

.footerBg {
    position: relative;
}
.footerBg::before {
    content: "";
    background: url(https://blog.boonio.com/wp-content/uploads/2023/08/bg-footer.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-sizing {
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.col,
.col-lg-9,
.col-md-6,
.col-sm-6 {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
@media (min-width: 576px) {
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 768px) {
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.footer-logo {
	display: block;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}
.footer-list {
    list-style: none;
	margin-top: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.footer-list li a {
	font-weight: 400;
    line-height: 1.5;
}

.wp-site-blocks {
	padding-bottom: 0;
}

#small-footer {
    background-color: #000000ad;
    /* min-height: 60px; */
    line-height: initial !important;
    bottom: 0;
    vertical-align: middle;
    padding: 20px 0px;
}
.footer-text {
	display: block;
    color: #c1c1c1;
    font-size: 0.875rem;
}
small {
	font-weight: 400;
}
.social-icons-ft {
    width: 100%;
    padding-left: 50px;
}
.social-icons-ft a img {
    margin-right: 15px;
    width: 26px;
}
.row-footer-top,
.row-footer-bottom{
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-logo {
    	margin-left: -13px;
	}
	.footer-list {
	    padding-left: 0px;
	}
	.footer-list {
	    padding-left: 0px;
	}
	.social-icons-ft {
      	padding-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-logo {
	    margin-left: -13px;
	}
	.footer-text {
    	padding-left: 0px;
		text-align: center;
	}
	.social-icons-ft {
		padding-left: 0;
	}
	.footer-list {
	    padding-left: 0px;
	}
	.row-footer-bottom {
		text-align: center;	
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.footer-logo {
    	position: unset;
    	width: 145px;
	}
	.footer-text {
    	padding-left: 0px;
		text-align: center;
	}
	.row-footer-bottom {
		text-align: center;
	}
	.social-icons-ft {
		padding-left: 0;
	}
	.row-footer-bottom {
		text-align: center;	
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.footer-logo {
   		position: unset;
    	width: 145px;
	}
	.footer-text {
    	padding-left: 0px;
	}
	.social-icons-ft {
		padding-left: 0;
	}
	.footer-list {
	    padding-left: 0px;
	}
	.row-footer-bottom {
		text-align: center;	
	}
}


