File: /home/crowdandsafety/www/wp-content/plugins/convertplug/admin/assets/css/accordion.css
.metro .accordion > .accordion-frame {
border-bottom: 1px #eaeaea solid;
}
.metro .accordion > .accordion-frame > .heading:focus {
box-shadow: none;
background: #f2f2f2;
}
.metro .accordion > .accordion-frame > .heading {
display: block;
text-decoration: none;
background-color: #f5f5f5;
padding: 10px 15px;
width: 100%;
position: relative;
color: #666;
box-sizing: border-box;
font-weight: 700;
font-size: 14px;
font-family: "Open Sans", sans-serif;
}
.metro .accordion > .accordion-frame > .heading.collapsed {
background-color: #fff;
}
.metro .accordion > .accordion-frame > .heading [class*="icon-"] {
margin-right: 10px;
}
.metro .accordion > .accordion-frame > .content {
padding: 10px;
background: #fff;
display: none;
}
.metro .accordion.with-marker .heading::before {
position: absolute;
right: 10px;
top: 50%;
margin-top: -10px;
content: "\f142";
color: #333;
border: none;
background: 0 0;
font: 400 20px/1 dashicons, sans-serif;
display: block;
padding: 0;
text-indent: 0;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
}
.metro .accordion.with-marker .heading.collapsed::before {
content: "\f140";
color: #ababab;
}
a.heading:hover {
color: #222 !important;
background-color: #f5f5f5 !important;
}