/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

h2 strong.colored{
    color: #a99674;
}

.max-width-476{
    display: inline-block;
    max-width: 476px;
}

.button-height-1,
.button-height-2{
    float: left;
    margin-right: 13px;
}

.button-height-1{
    padding: 12px 54px !important;
}
.button-height-2{
    padding: 20px 76px 20px!important;
    margin-right: 0;
}
.button-height-4 button{
    padding: 18px 77px 20px!important;
}

.firma-sofia{
    width: 270px;
}

.fusion-text h2{
    margin-bottom: 10px;
}

.fixed-boxes{}
.fixed-boxes .fusion-column-wrapper{
    min-height: 360px !important;
    max-height: 360px !important;
}

.bottom-line-effect-1,
.bottom-line-effect-2{
    position: relative;
}

.bottom-line-effect-1::before,
.bottom-line-effect-2::before{
    display:block;
    content: '';
    position: absolute;
    height: 174px;
    width: calc(100% + 20px);
    bottom: 40px;
    border: 1px solid #a99674;
    border-top: 0px;
}

.bottom-line-effect-1::before{
    border-left: 0px;
    right: -50px;
}

.bottom-line-effect-2::before{
    border-right: 0px;
    left: -50px;
}

.special-paragraph p{
    line-height: 25px;
}

.footer-logo{
    width: 234px !important;
}

.fusion-footer{
    margin-top: -20px;
}

.fusion-footer-widget-column {
    margin-bottom: 20px;
}

.max-size-contact-title h3{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 610px) {

    footer .widget_media_image{
        text-align: center;
    }

    .fusion-widget-menu ul {}
    .fusion-widget-menu ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .fusion-widget-menu ul li a:after {
        display: none;
    }
}