/*
Theme Name: Enfold Child
Description: A Child Theme for Bodas y Weddings Theme.
Version: 1.0
Author: Target Latino
Author URI: http://targetlatino.com
Template: enfold
*/



/*Add your own styles here:*/

/*diminished padding after widgets*/
.widget {
  padding: 5px 0px 0px 10px;
}

/*hide blog categories minor metas */
.custom-postslider .blog-categories.minor-meta {
  display: none;
}

/*fix woocommerce padding on adsense*/
#top #wrap_all ins::before { display: none; }

ins.adsbygoogle {
   margin-bottom: 30px;
   margin-top: 0px;
}
#text-29 ins.adsbygoogle {
  padding-top: 0px;
} 

/* remove cat thumbnail from category page */
.archive .page-thumb {
  display: none;
}

/* remove price from Shop page */
#av-masonry-2 .woocommerce-Price-amount {
  display:none !important;
}

