/*
Theme Name: Talk2u
Theme URI: http://www.talk2u.lu/
Author: Noosphere
Author URI: http://www.noosphere.lu
Description: Theme for talk2u.lu
Version: 1.0.0
*/


.newsletter-form-container .form-control {
    padding-left: 40px;
    font-size: 13px;
}

.contact:after,
.contact .contact-info,
.contact .contact-form {
    margin-top: 16px;
}

.contact .contact-form {
    border: 1px solid #0090d7;
}

div[jstcache="0"] {
    background-color: red;
}

.map-container {
    height: 100%;
}

.google-map {
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
}

.map-container:after {
    position: absolute;
    top: 0;
    border-radius: 5px;
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(35, 172, 203, 0.1) 0%, rgba(35, 172, 203, 0.1) 100%);
}

@media only screen and (min-width: 1025px) {
    .menu-fixed .main-header .menu-main.color {
        background-color: transparent;
    }

    .menu-fixed .main-header .menu-main>ul>li.current-menu-item>a {
        background-color: #0090d7;
        color: #ffffff;
    }
}

@media (min-width: 768px) {

    .contact {
        height: 640px;
    }

    .contact:after,
    .contact .contact-info,
    .contact .contact-form {
        margin-top: -640px;
    }

}