/*

 Theme Name:   Transport Child Theme

 Theme URI:    http://themeforest.net/user/Anps/portfolio

 Description:  Transport Child Theme

 Author:       AnpsThemes

 Author URI:   http://themeforest.net/user/Anps/portfolio

 Template:     transport

 Version:      1.0.0

 License:      GNU General Public License

 License URI:  license.txt

 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments

 Text Domain:  transport-child

*/



/* Place your custom CSS in this file */

/*Contact Form*/

.wpcf7-form-control.wpcf7-submit {
    float: left;
    background-color: #00247D;
}

.wpcf7-form label {
    margin-bottom: -5%;
}

/*End of Contact Form*/

.site-logo {
    width: 90% !important;
}

/*Footer*/

footer.site-footer .menu li {
    width: 90%;
    margin-right: 30px;
}

/*End of Footer*/

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .site-footer .col-md-3 {
        width: 100% !important;
    }

    .site-logo img {
        padding: 3px;
    }
}