/*
Theme Name: Dustro
Text Domain: dustro
Version: 1.1.2
Description: Dustro - Construction Company WordPress Theme
Tags: blog, one-column, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: rayoflightthemes.com
Author URI: rayoflightthemes.com
Theme URI: https://themeforest.net/user/rayoflightt
License: https://themeforest.net/
License URI: https://themeforest.net/

**/

.cart-collaterals .cross-sells h2,
.up-sells.upsells.products h2 {
  font-size: 22px;
}

select {
  outline: none;
  appearance: none;
  background: url("assets/images/chevron-down.png") right center no-repeat;
}
.footer.footer1 select {
  outline: none;
  appearance: none;
  background: url("assets/images/chevron-down-white.png") right center no-repeat;
}
select:focus {
  box-shadow: 0;
}
.wp-caption p {
  margin: 10px!important;
}
.wp-caption p:empty:before {
  content:""!important;
}
.wp-caption p.wp-caption-text {
  font-size: 13px!important;
}
@media all and (max-width: 992px) {
  .white-nav-wrapper.sticky-top { 
    position: relative;
  }
}



/*** boxes ***/
.boximage1-wrapper { 
  position: relative;
}
.boximage1-wrapper1 { 
  position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.boximage1-wrapper1 img { 
  object-fit: cover;	
	width: 100%;
	height: 100%;
}
.boximage1-wrapper2 { 
  position: relative;
	z-index: 1;
	padding: 25px;
}
