/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/jul/2017, 12:07:26
    Author     : Milu
*/

/* FOOTER */
.site_footer_container {
    background: #007dab;
    padding: 24px 0 36px;
}
.site_footer_container .site_container {
    position: relative;
}
.footer_overlay {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.15;
}
.footer_double_column_wrapper {
    z-index: 0;
}



.footer_column_title_wrapper {
    height: 50px;
    font-size: 14px;
    color: #fff;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 12px;
}
.footer_column_text_wrapper {
    padding: 12px 0 0;
    border-top: 1px solid #fafafa;
}
.footer_column_text {
    color: #fff;
    font-size: 12px;
    height: 15px;
    cursor: pointer;
}
.footer_column_subtitle {
    color: #fff;
    font-size: 12px;
    height: 15px;
    font-weight: 600;
}

.footer_newsletter_container {
    background: #fff;
    padding: 2px;
    border-radius: 10px;
}
input.newsletter_input {
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 0 6px;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #007dab;
}
button.newsletter_button.md-button {
    border-radius: 10px;
    background: #007dab;
    margin: 0;
    line-height: 40px;
    min-width: 210px;
    color: #fff;
}
button.newsletter_button.md-button:hover {
    background: rgba(0, 125, 171, 0.85);
}
.footer_copyright_text {
    color: #fff;
    font-size: 12px;
    padding: 18px 3px 0;
}
a.social_logo {
    width: 24px;
    height: 24px;
    margin: 0 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}




@media screen and (max-width: 600px) {
    .footer_column_title_wrapper {
    background-position: center;
}
.footer_column_text_wrapper {
    border-top: 0px solid #fafafa;
    padding: 0px 0 0;
}
.footer_column_text {
    text-align: center;
}
.footer_column_subtitle {
    text-align: center;
}
.footer_column_title_wrapper, .footer_column_text_wrapper  {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}
.footer_copyright_text {
    text-align: center;
    padding: 0;
}
.footer_newsletter_container {
    margin: 0 auto 50px;
    width: calc(100% - 12px);
}
}

a.footer_copyright_text:hover {
    color: #99eeff;
}