/*
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;
}
/*underline links body*/
.entry-content p a {
color: #000 !important;
text-decoration: none !important;
border-bottom: 3px solid #fff200 !important;
}
.entry-content p a:hover {
color: #80b7b3 !important;
text-decoration: none !important;
border-bottom: none !important;
}
/*slider arrows css */
#top .avia-smallarrow-slider .avia-slideshow-arrows a {
    background: #CC000000 !important;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 50px;
    font-weight: bolder;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
  background: transparent !important;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
#top .avia-smallarrow-slider .avia-slideshow-arrows {
    width: 505px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
}
}
@media only screen and (max-width: 767px) {
#top .avia-smallarrow-slider .avia-slideshow-arrows {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
    height: 24px;
}
}