/* overrides.css
   Custom CSS overrides for the theme.
   Add your custom styles below. */

a.brand {
    text-decoration: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.shout-content .col-sm-6 {
    width: 100% !important;
}

/* 2-12-2022 */
.certificates {
    text-align: center;
    margin-bottom: 40px;
}

/* Blog page */
.blog-heading {

    font-size: 3rem;
    margin: 2.2rem 0 1rem;
}

.blog-text {
    text-align: justify;
    margin: 0 0 0.8rem;
    line-height: 1.6;
}

.type-post .readmore {
    margin-bottom: 6rem;
}

.type-post .entry-content {
    margin: 3rem 1rem 6rem 0;
}

.panel-group .panel .panel-heading h2 span {
    background: url(http://www.helbocklaw.com/wp-content/themes/roots/assets/img/plus.png) no-repeat;
    background-position: left;
    padding: 20px;
}

.panel-group .panel .panel-heading.active h2 span {
    background: url(http://www.helbocklaw.com/wp-content/themes/roots/assets/img/minus.png) no-repeat;
    background-position: left;
    padding: 20px;
}