/*index page buttons*/
.guide-links .guide-item { 
background-color: #e8f6ff!important;
color: #00a0ff!important;
}

.rcontinue .guide-item {
background-color: #00a0ff!important;
color: white!important;
}


.guide-links .guide-item:hover {
background-color: #00a0ff!important;
color: white!important;
}

/*child page buttons */

.page-template-guide-template-child-php .button_blue_light {
background-color: #e8f6ff;
color: #00a0ff;
}


.page-template-guide-template-child-php .button {
    -moz-appearance: none;
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: medium none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: bold;
    height: auto;
    line-height: 40px;
    min-height: 40px;
    outline: medium none;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s ease 0s;
}

 
.page-template-guide-template-child-php .left {
    float: left;
}

.page-template-guide-template-child-php .right {
    float: right;
}
.page-template-guide-template-child-php .button_blue_light:hover {
    background-color: #00a0ff;
    color: white;
} 