/* FOOTER */

#main-footer {
    background-color: #073e6b !important;
}

#main-footer .container {
    width: 90%;
    max-width: 90%;
}

.et_pb_widget {
    margin: 0 !important;
    width:100%;
}

#footer-widgets h2, #footer-widgets h3, #footer-widgets h4 {
	padding-bottom:30px;
    margin: 0;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
}

#footer-widgets h5 {
    margin-top: 20px;
    color: white !important;
    line-height: 22px;
    font-size: 15px;
}

#footer-widgets .footer-widget li {
    font-family: var(--bodyFont);
    padding-left: 0;
    margin-bottom: 10px;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width:15%;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:first-of-type {
    margin-right: 8.5%;
    width:26%;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:last-of-type {
    width: 24% !important;
    float: right;
}

.footer-widget li:before {
	display:none;
}

#footer-widgets a {
	position:relative;
}

#footer-widgets .footer-widget .wp-block-image {
    margin: 0;
}

#footer-widgets .footer-widget img {
    display: block;
    max-height: 100px;
    width: auto;
}

.wp-element-button, .wp-block-button__link {
    padding:calc(0.667em + 2px) calc(1.333em + 2px) calc(0.667em + -2px);
}

#footer-widgets .footer-widget p {
    color: white;
    font-size: 15px;
}

#footer-widgets .footer-widget p a {
    margin-top: 10px;
    display: inline-block;
}

#footer-widgets .footer-widget li a{
    display:inline-block;
    color:#fff;
}

#footer-widgets .footer-widget li a:hover {
    color: #fff;
}

#footer-widgets .menu a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

#footer-widgets .menu a:hover:after {
    transform: scaleX(1);
}

.footer-widget li { padding-left: 0 !important; }
#footer-widgets .footer-widget li:before { display: none; }
.wp-social-link-facebook, .wp-social-link { background: var(--altColor) !important; }

.footer-email {
    padding-left:20px;
}

.footer-email:before {
    content:"\f0e0";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    margin-left: -22px;
    margin-top: 4px;
}

.footer-phone {
    padding-left:20px;
}

.footer-phone:before {
    content:"\f095";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    margin-left: -22px;
    margin-top: 5px;
}

.footer-address {
    line-height:21px;
    padding-left:20px;
    margin-top:20px;
}

.footer-address:before {
    content:"\f3c5";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}

#footer-bottom {
    padding: 30px 0 22px;
}

#footer-info {
    text-align: left;
    color: #fff;
    padding-bottom: 0px;
    font-size: 12px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    float: none;
}

#footer-info a {
    font-weight: 400;
    color:#fff;
    transition: 0.4s all;
    display: inline-block;
}

#footer-info li {
	display:inline-block;
	margin-right:16px;
}

#footer-info li a {
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.4s all;
}

#footer-info li a:hover {
    color: #fff !important;
    text-decoration: none;
}

#footer-info a:hover {
    text-decoration: underline;
    opacity: 1;
}

#footer-social {
    width: 100%;
    padding: 20px;
    background: #ed8a33;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    align-self: center;
}

#footer-social a {
    color: #fff;
    transition: 0.4s all;
    font-size: 20px;
    display: inline-flex;
    padding: 10px;
    border-radius: 5px;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

#footer-social a:hover {
    color: #ec8a33;
    background: white;
    border-color: white;
}