/*
Theme Name: Shipping Rate Child Theme
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: 3.0.1
Template: wpcargo-shippingrate
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-----------------------------------------------*/
.aligncenter{text-align: center;}
.tagline{font-size: 19px !important;}
.border-bottom:after {
    content: '';
    display: block;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #04bdff;
    width: 40px;
    max-width: 40px;
    margin: 20px auto 35px;
}
/*
	CONTACT
----------------------*/
.vc_row.wpb_row.vc_row-fluid.cargo_address:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0ba6dd;
    width: 50%;
    height: 100%;
    left: 0;
}
/*
	RESPONSIVE
----------------------*/

@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%;
}
}