/*
Theme Name: Hello Child
Template: hello-elementor
Author: Edera digital
Version: 1.0
Description: Child Theme per Hello Elementor
*/

li{
	margin-bottom: 8px !important;
}
.elementor-element.elementor-button-info .elementor-button {
    background-color: #ffffff !important;
    color: #355691 !important;
}


.elementor-element.elementor-button-info .elementor-button:hover{
    background-color: #355691 !important;
    color: #ffffff !important;
    border-color: #ffffff;
}
.wpcf7-submit{
    background-color: #355691 !important;
    color: #ffffff !important;
    width: 100% !important;
    margin-top: 30px;
}
.elementor-button-link:hover .elementor-button-icon path{
    fill: #3F356C;
}


footer {
    background-color: #3F356C;
}
.footer-triangle{
    height: 45px;
    width: 100%;
}
.footer-triangle path{
    fill: #ffffff
}
footer .container{
    margin: auto;
    max-width: 1440px;
    padding: 3% 20px 3% 20px;
}
footer .logo-container{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
footer .footer-col.social{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
footer .footer-col.social a {
    margin-right: 25px;
}
footer .footer-col.social a:last-child{
    margin-right: 0;
}
footer .footer-col.social a path{
    fill: #ffffff;
	transition: all 0.2s linear;
}
footer .footer-col.social a:hover path{
    fill: #4da6d5;
}
footer .footer-info-row{
    display: flex;
    color: #ffffff;
    font-family: "Bai Jamjuree", sans-serif;
}
footer .footer-info-col{
    width: 33.33%;
    display: flex;
    justify-content: center;
}
footer .footer-info-col svg{
    margin-right: 15px;
}
footer .footer-info-col p{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 20px;
}
footer .footer-info-col a{
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 18px;
    line-height: 20px;
	font-weight: 700;
    color: #ffffff;
	transition: all 0.2s linear;
}

footer .footer-info-col a:hover{
    color: #4da6d5;
}

footer .footer-info-section{
    text-align: end;
    background-color: #ffffff;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    line-height: 18px;
}
footer .footer-info-section .container{
    margin: auto;
    max-width: 1440px;
    padding: 10px;
}
footer .footer-info-section a{
    color: black;
    cursor: pointer;
}

@media (max-width: 768px) {
    footer .footer-info-row{
        flex-direction: column;
    }
    footer .footer-info-col{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .wpcf7-submit{
        font-size: 16px !important;
    }
}