/*
Theme Name:     Trucking Live Preview
Theme URI:      http://pixel-industry.com/
Description:    Child theme for the Wordpress theme 
Author:         Pixel Industry
Author URI:     http://pixel-industry.com/
Template:       trucking
Version:        1.0
*/

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

.page-id-18 .header-style01 .nav > li.current-menu-ancestor#menu-item-967 > a{
    border-bottom-color: transparent;
}

.footer-dark .footer-widget-container .widget_newsletterwidget input[type="text"], .footer-dark .footer-widget-container .widget_newsletterwidget input[type="email"]{
    color: #bcc0c4;
    background-color: #565f66;
    border: none;

}

.footer-dark .footer-widget-container .widget_newsletterwidget input[type="submit"]{
background-color: #d6393a;
border: none;

}

.footer-dark .footer-widget-container .widget_newsletterwidget .tnp-widget label{
color: #bcc0c4;

}



input, textarea {
    border-color: #76b741 !important;
    
}
input:focus, textarea:focus {
    border-color: #76b741;
    box-shadow: 0 2px 10px #76b741;;
}