/*
 Theme Name:   WD Child Theme
 Theme URI:    https://wd.ancorathemes.com
 Description:  WD Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     wd
 Version:      1.0
 Tags:         windows, doors, kitchen cabinets, renovation, remodeling, construction, replacement, diy, handyman, craftsman, makeover, hardware, shop, manufacture, interior design
 Text Domain:  wd
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/** ----!!---->
 MOBILE RESPONSIVE
<----!!---- **/
@media (max-width: 1024px) {
  .hidden-smaller-11inch {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .hidden-smaller-12inch {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .hidden-smaller-13inch {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media only screen and (max-device-width: 640px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-device-width: 640px) {
  .only-mobile {
    display: none !important;
  }
}

/** ----!!---->
 MOBILE RESPONSIVE
<----!!---- **/