/*
Theme Name:     Industro Child
Theme URI:      http://wpdemo2.oceanthemes.net/industro/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industro
*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
@import url("../industro/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.testi-slider.style-2 .testi-item { margin: 0; }
.news-slider .news-item { padding: 15px; border: 1px solid #cccccc; border-radius: 8px; }
.news-slider .slick-slide { margin: 0 15px; }
.testi-slider { margin: 0; }
body .btn.btn-light:hover, body .btn.btn-light:focus { color: #fff; }
.btn { text-transform: uppercase; font-size: 16px; }
.half-right-box ul i { border-radius: 50%; border: 1px solid; width: 25px; height: 25px; line-height: 25px; text-align: center; }
.half-right-box ul li { margin-bottom: 8px; }
.features-box .content-box .link-box { text-transform: uppercase; font-size: 16px; }
.subtitle { color: #dd9933; }
.btn { background: #dd9933; }
.btn:hover { background: #0a0f2b; color: #fff; }
.wp-block-search .wp-block-search__button { background: #dd9933; color: #fff; border-color: #dd9933; border-radius: 4px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
.wp-block-search .wp-block-search__button:hover { background: #0a0f2b; color: #fff; border-color: #0a0f2b;  }
.footer-contact-info .footer-info-box { display: flex; align-items: center; } 
.breadcrumb li a { color: #fff; }
.hero-ov-blocks .wpb_wrapper { display: flex; flex-flow: row wrap; }
.features-box .content-box { height: 100%; position: relative;  padding-bottom: 66px;  }
.features-box .content-box .link-box { position: absolute; bottom: 40px;}
#page-header { position: relative; }
#page-header:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #0a0f2b; opacity: 0.8; }