.grecaptcha-badge {
    visibility: hidden !important;
	pointer-events: none;
}

.site-footer footer {
	position: relative;
	-webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .3);
	        box-shadow: 0 4px 13px rgba(0, 0, 0, .3);
	background-color: #fcfcfc;        
}
/* .site-footer footer .inside-site-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
} */
#footer_logo {
	/* margin-right: 15px; */
	text-align: left;
}
#footer_logo img {
	max-width: 120px;
	margin-top: 5px;
}
#footer_nav {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
#footer_nav_inner ul.menu {
    list-style: none;
	padding: 0;
	margin: 0;
    text-align: left;
}
#footer_nav_inner ul.menu li {
    display: inline-block;
    margin-right: 1em;
}
#footer_nav_inner ul.menu li a {
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9rem;
}

#footer_nav_inner {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem; */
	margin: 0 0 10px 0;
    padding: 0 0 5px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

#footer_nav_inner > p {
	text-align: right;
}

#footer_nav_inner .nav-btn-search {
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
    /* -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; */
    position: relative;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0px 0 25px;
    line-height: 1.5;
    color: var(--text);
}

#footer_nav_inner .nav-btn-search:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%231e1e1e' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0' /%3E%3Cpath d='M21 21l-6 -6' /%3E%3C/svg%3E");
}

#footer_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
	font-size: var(--txt-m);
	text-align: left;
}

.site-footer footer .pbi-social-media {
	margin-top: 10px;
}

#footer_terms ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer_terms ul.menu li {
	display: inline-block;
}

#footer_terms ul.menu li:not(:first-child) {
    padding-left: 20px;
    position: relative;
}

#footer_terms ul.menu li:not(:first-child):before {
    content: '•';
    position: absolute;
    left: 5px;
}

#footer_terms ul.menu li a {
	text-decoration: none;
}

#footer_terms .back-to-top a {
	font-weight: bold;
}

@media all and (max-width: 1200px) {
	.site-footer footer .inside-site-info {
		padding: 1em;
	}
}
@media all and (max-width: 767px) { 
	.site-footer footer .inside-site-info {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#footer_nav {
		-ms-flex-preferred-size: calc( 100% - 115px );
		    flex-basis: calc( 100% - 115px );
	}
	#footer_nav_inner ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#footer_nav_inner ul.menu li {
		display: block;
	}
    #footer_copyright {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
	#footer_terms ul.menu {
		text-align: left;
	}
}
@media all and (max-width: 750px) { 
	.site-footer footer .inside-site-info {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#footer_nav {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	#footer_nav_inner ul.menu li {
		margin-bottom: 10px;
	}
	#footer_nav_inner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 0;
		margin: 30px 0 15px;
	}
	#footer_nav_inner .menu-footer-container {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	#footer_nav_inner ul.menu {
        display: block;
    }
	#footer_nav_inner .nav-btn-search {
		margin-bottom: 10px;
	}
	#footer_nav_inner > p {
		text-align: left;
	}
}