/*
Theme Name: CargoHub Child
Theme URI: http://steelthemes.com/cargohub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: CargoHub Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cargohub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: cargohub
*/


.whatsapp-link {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 55px;
    z-index: 10000;
}

.cargo-office-location-widget .office-switcher {
    display: none;
}
.cargo-office-location-widget .topbar-office {
    padding: 4px 10px;
}
.cargo-office-location-widget .topbar-office .address {
    display: none;
}

.site-footer .footer-copyright {
	width: 100%;
    text-align: center;
}
.site-footer .footer-text {
	display: none;
}

.counter_section .fh-icon-box {
	padding: 0;
    border-width: 0;
	cursor: default;
}
.counter_section .fh-icon-box h4 {
	font-size: 50px;
    font-weight: 700;
	padding-bottom: 0;
	color: #fff;
}
.counter_section .fh-icon-box .desc {
	background-color: #007560;
	font-size: 18px;
	color: #fff;
	padding: 2px;
}
.counter_section .fh-icon-box .desc p {
	margin-bottom: 2px;
}
.about-sec .about-main-title h1 {
    color: #004236;
    font-size: 26px;
}
.about-sec .about-subtitle{font-size:36px;line-height:54px;color:#004236;text-transform: uppercase;padding-bottom:10px;position:relative;}
.about-subtitle .wpb_wrapper:after
{
    content: '';
    position: absolute;
    width: 250px;
    height: 2px;
    background: #004236;
    bottom: 0;
    left: 40%;
}
@media(max-width:680px)
{
	.about-sec .about-main-title h1 {font-size: 22px;}
	.about-sec .about-subtitle{font-size:30px;line-height:44px;}
}