/*
 Theme Name:   Bam Child
 Theme URI:    
 Description:  Bam Child Theme
 Author:       Silvia77
 Author URI:   https://quieroserelprimero.es
 Template:     bam
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  bam
*/

.blocks-gallery-item__caption a{
  color: #333;
  /*text-shadow: 2px 2px 2px #000!important;*/
  font-size: x-large!important;
	line-height:0.6em!important;
}
ul{
	list-style-position: inside;
}

.btn{
	display:block;
	background:#f4a54b;
	padding:10px;
	border-radius:5px;
	box-shadow: 2px 2px 2px #000!important;
	color:#fff!important;	
	width:90%!important;
	margin-left:auto;
	margin-right:auto;
}

/*patra texto fuera de imagenes*/
.wp-block-gallery .blocks-gallery-item figure {
    flex-direction: column;
	margin:0px;
}

.blocks-gallery-item__caption a{
	
}


.wp-block-gallery .btn{
	height:auto!important;
}

.wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    bottom: auto;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 10px 0 20px 0;
  /*  color: #333;*/
    text-align: center;
     background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0) 0%,transparent);
}


.conborde img{
	border:solid 1px #000;
}
