/*
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
*/

/* WOO */
.button.product_type_simple 
{ 
  background-color:#F90003 !important; color: white; 
  border:0px; padding:10px 20px 10px 20px; 
}

/* SITE NAV */
/*body::not([class*="logged-in"]) div.site-menu { display:none; }*/
.nav ul.menu > li { float:none; display:inline-block; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.nav ul.menu > li:hover > a, 
.nav ul.menu > li.current-menu-item > a, 
.nav ul.menu > li.current-menu-parent > a,
.nav ul.menu > li.current_page_item > a { color:white; }
#site-navigation ul.menu { margin-left: 50px; }
#site-navigation ul.menu > li.current-menu-item,
#site-navigation ul.menu > li.current-menu-parent{ background:#4f4f5a; }

#site-navigation ul.menu > li.current-menu-item:after,
#site-navigation ul.menu > li.current-menu-parent:after
{
    content: "";
    background:#4f4f5a;
    display: block;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    transform: skewX(20deg);
}

#site-navigation ul.menu > li.current-menu-item:before,
#site-navigation ul.menu > li.current-menu-parent:before
{
    content: "";
    background:#4f4f5a;
    display: block;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    width: 30px;
    transform: skewX(20deg);
}
.nav a { font-size:13px; }
.nav ul.menu > li.menu-item-has-children > a::before { content:""; }
.header-v3 .nav ul.menu > li { padding: 15px 7px !important; margin-right: 40px; }
/* ENDS */

/* REST OF SITE */

.tml-button { border:0px; padding:10px 20px 10px 20px; }
.tml-button,
.bg_red { background-color:#F90003 !important; color: white; }
.btn.bg_red:hover { color:white; }
.btn.square { border-radius:0px; }
.bg_blue1 { background:#232331 !important; }

.site-header-widget { margin-top:30px; }
.site-header-widget .textwidget i { color: red !important; }
.header-v3 .site-header-widget .widget h4 { color:black; font-size:17px; }
.header-v3 .site-header-widget .widget h4.muted { color:#777 !important; }
.header-v3 .site-header-widget .widget { padding: 0 35px; }
.footer-widgets,
.site-footer,
.header-v3 .site-menu { background:#232331 !important; }

.footer-widgets .widget-title {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
  }

  .footer-widgets .widget-title span { background-color: #f80000; font-size: 15px; }
  .footer-widgets .widget-title span {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 20px;
  }

  .footer-widgets .widget-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-widgets .widget-title span::after { border-left-color: #f80000; }
  .footer-widgets .widget-title span::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 50px;
    border-color: transparent transparent transparent transparent;
      border-left-color: transparent;
    position: absolute;
    top: 0;
    right: -50px;
  }
  .footer-widgets .widget-title span::after { border-left-color: #f80000; }

  .page-header h1 { color:#111111; text-align:left; letter-spacing: -1px; font-weight:800; }
  article.page .entry-title { display:none; }

  .fh-service-box-2.box-style-2 .box-header .fh-icon { background-color: #e6e6e6; }
  .fh-service-box-2.box-style-2 .box-header .fh-icon i { margin-top: 10px; color:#ff0000; }
  /* Original Theme Migration by Thule 2025 */

h1.page-title { font-size:34px; }
.white-text { color:#fff; }
.dark-input { background:#65656F !important; color:#fff !important; border:0px !important; }
.al_product-template-default .no-thumb .entry-thumbnail { display:block; }
.pl_button {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 150px;
  min-height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0 20px;
  background-color: #ff0000;
  text-transform: capitalize;
  border: 0;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  transition: 0.5s;
}
.pl_button:hover { color:#fff; }

#menu-footer-menu {
  column-count: 2;
  column-width: 50%;
  column-fill: balance;
}

.wide_btn { width:100% !important; }