/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");

.fixed-footer{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    align-items: center;
    position:fixed;
    bottom:0;
    width: 100%;
    padding: 12px 20px;
    background-color:#967f71;
		opacity: 1;
    box-shadow: 0 0 5px #ccc;
    z-index: 1000;
}

.fixed-footer .contact-footer a.button-footer{
    text-decoration: none;
    display: block;
    background-color:#f0e6d4;
    color:#967f71;
		font-weight: bold;
    padding:8px 20px;
    border-radius: 50px;
    max-width:100px;
    margin:auto;
    text-align: center;
}

@media(min-width: 768px){
    .fixed-footer{
        display: none;
    }
}
