/*
Theme Name: Logistics Child Theme
Description: 
Theme URI:   
Author: 
Author URI:  
Template: logistics
Version: 1.0
*/

.services .owl-nav .owl-prev, .services .owl-nav .owl-next{ font-size: 0 !important; transition: all 0.3s ease-in-out; }
.services .owl-nav .owl-prev:before{ content: ''; display: block; width: 7px; height: 12px; background: url(./images/slider-right-arrow.svg) no-repeat; background-size: contain; position: absolute; left: 10px; top: 9px; transform: rotate(180deg); }
.services .owl-nav .owl-next:before{ content: ''; display: block; width: 7px; height: 12px; background: url(./images/slider-right-arrow.svg) no-repeat; background-size: contain; position: absolute; left: 12px; top: 9px; }
.services .owl-nav .owl-prev:hover, .services .owl-nav .owl-next:hover{ background: #f1f1f1 !important; border: 1px solid #f1f1f1 !important; }

@media (max-width:640px){
.services .owl-nav{ display: none !important; }
.services .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner{ padding: 0 !important; }
.off-canvas-menu-container.mobile-only .menu-wrap.menuwrapper ul li{ text-align: left;     text-transform: capitalize; }
.off-canvas-menu-container.mobile-only .menu-wrap.menuwrapper ul li.quote{ padding-top: 30px;  margin-top: 35px !important; border-top: 2px solid #ffffff; }
body .wpb_row .row_col_wrap_12_inner .vc_col-sm-2{ width: 33% !important; padding-right: 0 !important; padding-left: 15px !important; }
body .wpb_row .row_col_wrap_12_inner .vc_col-sm-2 .number{ font-size: 40px !important; line-height: 50px !important; }
body .nectar-milestone .subject{ font-size: 14px !important; line-height: 23px !important; }


}