/*
 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
-------------------------------------------------------------- */

 .tabs .tab-close {
	 display: flex;
	 justify-content: flex-end;
	 padding: 1em;
	 font-size: 0.75em;
	 background: #2c3e50;
	 cursor: pointer;
}
 .tabs .tab-close:hover {
	 background: #1a252f;
}
 .tabs input:checked + .tab-label {
	 background: #fff;
}
  .tabs input:checked + .tab-label::after {
	 transform: rotate(90deg);
}
  .tabs input:checked ~ .tab-content {
	    	max-height: 100%;
	 	padding: 0.5em;
		border: 1px solid #ccc;
    		margin-bottom: 18px;
		line-height: 1.5;
  		 font-size: 16px;
/*     		margin: 0px 12px; */
    		opacity:1;
		word-break: break-word;
    hyphens: auto;
}
 .tabs input[type="checkbox"]{
  	display:none;
} 

@media screen and (max-width:500px) {
	.tabs {
		margin-bottom:10px;
	}
	
	.tabs .tab-content {
		font-size: 16px;
		margin:0px;
	}
	
  .tabs input:checked ~ .tab-content {
		font-size: 16px;
		margin:0px;
	}
	
	.tabs .tab-label {
    font-size: 16px;
    align-items: baseline;
}

	
} */
