/*
 Theme Name:   Constructo Child
 Description:  Constructo Child Theme
 Author:       Nurul Amin
 Author URI:   http://nurul-amin.me
 Template:     constructo
 Version:      1.0.0

*/

@media (max-width: 748px) {
    section {
        margin-top: 0px !important;
    }
    .site-footer>.container {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .site-search-toggle button,
    .navbar-toggle {
        background-color: #0588cf !important;
    }
}

ul.footer-menu li {
    float: left;
    min-width: 50%;
    line-height: 30px;
}

ul.footer-menu li:before {
    content: '>';
    padding-right: 3px;
}

.footer-contact img {
    margin-right: 25px;
}