/*

 Theme Name:   Soledad Child Theme

 Theme URI:    http://pencidesign.com/

 Description:  Soledad Child Theme - Made by PenciDesign

 Author:       Pencidesign

 Version:      1.0

 Author URI:   http://pencidesign.com/

 Template:     soledad

 Text Domain:  soledad

*/



/* = Theme customization go here

-------------------------------------------------------------- */
.post-entry .toc li {
	font-size: 17px;
	padding: 5px;
	font-weight: 600;
	color: #5a4545;
}
.post-entry .toc li a  {
	color: #5a4545;
}
.post-entry .toc  {
	margin: 0;
	padding: 1.5rem;
	background-color: #f0eded;
	border-radius: 20px;
	padding: 10px 50px;
}	

/* Tarot */
.col-md-3 {
    width: 25%;
    float: left;
    padding: 5px;
}

.tarot-deck {
	margin-left: 17%;
}
.tarot-deck .card-tarot-deck {
    cursor: pointer;
    width: 20.5%;
    height: auto;
    margin-left: -17%;
    position: relative;
    transition: transform .3s ease-in-out;
}
.tarot-deck .card-tarot-deck:hover {
    transform: translate(0, -20px);
}
.post-content a {
	color: #0000ff;
}
.tarot-post-deck {
	clear: both;
	float: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/* .tarot-post-deck .card-tarot-deck {
	margin: 0 10px 10px 0;
    min-width: 200px;
} */

.tarot-post-deck figcaption {
	text-align: center;
}
.gutentor-module-table-of-contents {
	margin-bottom: 15px;
}
ol li {
	list-style-type: none; 
}
.gutentor-module-table-of-contents .g-toc-body li a:hover {
    color: #000000;
}