/* FOOTER */

#main-footer {
    background: #dddbd4;
    position: relative;
    background-image: url(/wp-content/uploads/2023/07/Footer_BG.png);
    background-size: 380px;
    background-repeat: no-repeat;
    background-position: 103% 136%;
}

#main-footer .container {
    padding:0 !important;
}

#footer-widgets {
    padding: 6% 0 0;
    display: flex;
    justify-content: space-between;
    gap:40px;
}

.footer-widget:first-of-type {
    width:35% !important;
}

.footer-widget {
    width:16% !important;
    margin-right:0 !important;
}

#footer-widgets:after {
    display:none;
}

#footer-widgets .footer-widget:last-of-type {
    width: 30% !important;
}

.et_pb_widget {
    margin:0 !important;
}

#footer-widgets p {
    line-height: 23px;
    color:#64696f;
}

#footer-widgets .footer-widget li {
    font-family: 'ProximaNova';
    padding-left: 0;
    margin-bottom:1em;
	font-weight: 500;
}

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

#footer-widgets a {
	position:relative;
    display:inline-block;
    font-size: 13px;
    font-weight:400;
    color: #64696f !important;
}

#footer-widgets .menu a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #64696f;
    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-widgets h4 {
    padding-bottom: 20px;
    color: #64696f !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
	font-family: 'ProximaNova';
}

.footer-btn {
    background: transparent;
    border:1px solid #64696f;
    text-align: center;
	color: #64696f;
    padding: 6px 32px 5px;
    display: block;
    clear: both;
    margin: 10px 0 0px 0;
    font-family: 'ProximaNova';
    font-size: 13px;
    transition: 0.3s all;
    text-transform: uppercase;
}

.footer-btn:after {
    display:none !important;
}

#footer-widgets .footer-widget a.footer-btn:hover {
    background: var(--mainColor);
    color: white !important;
    border-color: var(--mainColor);
}

#footer-widgets form {
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

#footer-widgets form input[type="text"] {
    padding: 9px 12px 6px;
    border: 0;
    flex:1;
}

#footer-widgets form input[type="submit"] {
    border: 0;
    background: var(--mainColor);
    color: white;
    padding: 9px 12px 6px;
    cursor: pointer;
    flex:1;
    transition:0.25s all;
}

#footer-widgets form input[type="submit"]:hover {
    filter:brightness(110%);
}

/* FOOTER BOTTOM */

#footer-bottom {
    padding: 0px 0 12px;
    background:transparent;
}

#footer-info {
    text-align: left;
    color: #64696f;
    padding-bottom: 0px;
    float: left;
    font-size:12px;
	font-family: 'ProximaNova';
}

#footer-info p {
    float: left;
    margin: 12px 25px 0 0px;
}

#footer-info ul {
    float: left;
    margin: 12px 0px 0 0px;
}

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

#footer-info li a {
    color: #64696f;
    transition: 0.4s all;
}

#footer-info li a:hover {
    color: #64696f;
    text-decoration: none;
}

#footer-info a {
    font-weight: 900;
    color: #64696f;
	transition:0.4s all;
    display:inline-block;
}

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

#footer-social {
	float:right;
	margin-top:12px;
}

#footer-social a {
	color: #64696f;
	margin-left:17px;
	transition:0.4s all;
	font-size:15px;
}

#footer-social a:hover {
	color:var(--mainColor);
}