/**
* Block Name: child_list
*/

section.child_list ul.link_list {
    padding-left: 0;
    list-style: none;
}

section.child_list ul.link_list li a {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
    color: rgba(242, 242, 242, 0.5);
    border-bottom: 1px solid #fff;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    position: relative;
}

section.child_list ul.link_list li a:hover {
    color: rgba(242, 242, 242, 1);
}

section.child_list ul.link_list li:first-child {
    border-top: 1px solid #fff;
}

section.child_list .btn_secondary:after {
    right: 5px;
    opacity: 0.5;
}

section.child_list .btn_secondary:hover:after {
    right: 0px;
    opacity: 1;
}