/*
Theme Name: PCC (Avada-Child)
Description: Child theme for Avada theme
Author: PCC
Author URI: 
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/**Toggles**/
.pcc-toggle {background-color:#003764; color:#fff; padding:0 5px;}
.testimonial-readmore + input:checked + div {padding:20px}

.testimonial-hr {background-color:#003764; margin:100px 0; height:3px;}
.testimonial-readmore {
cursor: pointer;
display: block;
text-align:center;
margin-bottom:20px;
font-size:70%;
}
.testimonial-readmore + input{
display: none; /* hide the checkboxes */
}
.testimonial-readmore + input + div{
display:none;
}
.testimonial-readmore + input:checked + div{
display:block;
}
.thin-silver input {
	border:1px solid silver !important;
}