/**
Theme Name: Logisko Child
Theme URI: https://wp.dynamiclayers.net/logisko
Author: DynamicLayers
Author URI: https://themeforest.net/user/dynamiclayers
Description: A child theme of the Logisko - Transportation & Logistics WordPress theme.
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: logisko
Template: logisko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.footer-widgets-area .dl-widget-about .widget-brand img{
	
	margin-bottom : 10px;
}

.running-truck .truck-3{
    background-image: url(../img/truck-3.webp) !important;
}


.running-truck .truck-2{
    background-image: url(../img/truck-2.webp) !important;
}


.running-truck .truck{
    background-image: url(../img/truck-1.webp) !important;
 }
/*.ph-banner-overlay{
	
background-image: url('<?php echo get_the_post_thumbnail_url(); ?>');	
} */
.site-info{
text-align:center;		
	}
 
/* .num-bullets ol { counter-reset: item }
.num-bullets li{ display: block }
.num-bullets li:before { content: counters(item, ".") " "; counter-increment: item }
 */

.accordian-list .custom-ol {
  counter-reset: list-counter;
  list-style: none;
}

.accordian-list .custom-ol li {
  counter-increment: list-counter;
}

.accordian-list .custom-ol li::before {
  content: counters(list-counter, ".") " ";
}

#accordian-list .accordian-list ul, ol {
  padding-left: 20px; /* Adjust bullet indentation */
}

#accordian-list .accordian-list ul li, ol li {
  text-indent: -20px; /* Pulls first line back */
  padding-left: 20px; /* Indents the entire text block */
}
.wpcf7-form  button, input, select, optgroup, textarea {
	color:none !important;
}

/* Move Zoho SalesIQ slightly upward */
  #zsiq_float {
/*     bottom: 90px !important; */
	  top : 80% !important;
}  

/* Hide Scroll To Top button */
#scroll-to-top {
    display: none !important;
}

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
}


