/*

Description: Footer
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* 	==============================================================================================
	FOOTER
============================================================================================== 	*/

.footer {


    .border-top {

        border-top-color: rgba(255,255,255,0.25) !important;

    }

    .border-bottom {

        border-bottom-color: rgba(255,255,255,0.25) !important;

    }

    .area-menu {

        h6 {

            margin-bottom: 1.5rem;

        }

        ul {

            padding: 0;
            margin: 0 0 1.5rem 0;
            list-style: none;

            li  {

                line-height: 180%;

                a {

                    color: $color-white !important;
                    font-weight: 300;
                    text-decoration: none;

                    &:hover {

                        color: $color-white !important;
                        @include opacity(0.5)

                    }

                }

            }

            &:last-child {

                margin-bottom: 0;

            }

        }

    }

    .logo {

        img {

            max-width: 100%;
            @include transition(0.6s);

        }

    }

    .area-text-small {

        a {

            font-size: inherit;
            font-weight: 300;
            color: $color-white-text !important;
            text-decoration: none;

            &:hover {

                @include opacity(0.5);

            }

        }

    }

    &.home-footer {

        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 4;

        .area-text-small {

            p {

                margin: 0;
                font-size: 0.93rem;
                color: $color-white-text;

            }

        }

    }

    // Wide Screen
    @media only screen and (min-width: 1280px) {

        .logo {

            img {

                max-width: 75%;

            }

        }

    }

    // Laptop 15"/13"
    @media only screen and (min-width: 1280px) and (max-width: 1440px) {

        .logo {

            img {

                max-width: 90%;

            }

        }

    }

    // Smartphone Portrait
    @media only screen and (max-width: 767px) {

        .logo {

            img {

                max-width: 50vw;

            }

        }

    }

    // Smartphone Landscape
    @media only screen and (min-width: 480px) and (max-width: 767px) {

        .logo {

            img {

                max-width: 33vw;

            }

        }

    }

}

.single-software, .single-settore, .single-macchinari, .single-rilevamento {

    .footer {
        margin-top: 0;
    }
}
