/*
Theme Name: Shop Isle Child
Theme URI: https://wp-themes.com/shop-isle
Author: ydeo.it
Author URI: ydeo.it
Description: Shop Isle child theme.
Template: shop-isle
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: shop-isle-child
*/

.caption-content {
  opacity: 1!important;
}
.caption-content a.section-scroll.btn.btn-border-w.btn-round {
  background: #0003 url('shop-button.png') 50% 50% no-repeat;
  background-size: contain;
  background-origin: content-box; 
  padding: 6px;
  width: 302px;
  height: 115px;
  margin-left: -160px;
  bottom: 120px;
  border: none;
  text-indent: 2000px;
  overflow: hidden;
}
.caption-content a.section-scroll.btn.btn-border-w.btn-round:hover {
  -webkit-box-shadow:0px 0px 10px 2px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.8);
}
ul.slides {
  background: #111;
}

@media screen and (max-width: 768px) {
  .home-section {
    height: 78dvh!important;
  }
  ul.slides li {
    max-height: 480px!important;
  }
  .caption-content a.section-scroll.btn.btn-border-w.btn-round {
    width: 200px;
    height: 76px;
    margin-left: -100px;
  }
}
