/*
 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 */
#login-widget {
    position: absolute;
    width: 210px;
    top: 0;
    color: #FFF;
    left: 10px;
    float: left;
    z-index: 10;
}

.home-login-widget {
    background-color: rgba(168, 5, 50, .9);
    padding: 12px;
    color: #FFF;
}
input[type="text"],input[type="password"]{
    padding: 7px 0px 7px 5px !important;
        border-radius: 3px;
        border-width: 0px;
            outline: none;
}


.home-login-widget input[type="text"],
.home-login-widget input[type="password"]
 { color: #000 ;}

.home-login-widget .btn.btn-md.style-3 {
    border: 2px solid #a80532;
    border-radius: 4px;
    background-color: #fff;
    color: #58585a!important;
    padding: 5px;
    font-size: 12px;
}

.home-login-widget .btn.btn-md.style-3:hover {
    color: #a80532 !important;
}

@media (min-width: 300px) {

	#login-widget {display:none;}
	.site-header:not(.site-header-vertical-menu) .site-logo {width:60%;}
}
@media (min-width: 993px) {

	#login-widget {display:block;}
	.site-header:not(.site-header-vertical-menu) .site-logo {width:100%;}
}

.site-logo img {
    max-width: min(100%, 340px);
    height: auto;
    padding: 2px 0;
}

body.boxed.home header + section .wpb_revslider_element {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Override Transport 3.2.2 */
@media (min-width: 992px) {
    body.home .site-header ~ .container {
        margin-top: 0;
    }
}

home.body .site-header ~ .container {
    margin-top: 0;
}

.searchform {
    padding-bottom: 0;
}

.searchform button[type=submit] {
    top: 10px;
}

