/*
Theme Name: WPCargo Pro Child
Theme URI: http://theme.wpcargo.com
Description: A mobile responsive and HTML5 theme built for WPCargo.
Author: WPCargo Pro
Author URI: http://theme.wpcargo.com
Version: 1.0.0
Template: wpcargo-pro
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-----------------------------------------------*/


.category-news .no-image .entry-header-wrap {
    background-color: #01ba7c;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #009664;
    text-transform: capitalize;
}
/*
	RESPONSIVE
----------------------*/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
.wdes-rmm-active .top-header,
.wdes-rmm-active .custom-header {
  display: none;   
}
.wdes-rmm-active .site-header {
    display: block !important;
}
.page-id-629 .textwidget h2 {
   margin-bottom: 15px;
}

.page-id-629 .textwidget img {
   margin-bottom: 15px;
}
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
.home .tracking-form {
    position: initial;
    text-align: center;
    display: block;
}
.home .wpctp-site-container input[type="text"],
.home .wpctp-site-container input[type="submit"] {
   width: 100%;
   margin: 10px 0   
}
.home .tracking-form .wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home form#search-tracking {
    margin-top: 20px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.39);
}
.bx-controls a.bx-next,
.bx-controls a.bx-prev {
   display: none;
}
.site-footer .table-cell {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.site-footer .left-bottom.table-cell  {
    width: 100%;
}
}