

.site-btn,
.editorButton {
    line-height: normal !important;
    text-align: center !important;
    display: inline-block;
    cursor: pointer;
    font-size:16px !important;
    font-weight: 400 !important;
    /*line-height: 40px !important;*/
    margin: 0px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    /*color: rgba(100, 138, 187, 1) !important;*/
    color: #fff !important;;
    background-color: rgba(100, 138, 187, 0.01);
    border: 1px solid transparent;
    box-shadow: inset 0 0 20px rgba(100, 138, 187, 0);
    outline: 1px solid;
    outline-color: rgba(100, 138, 187, 0.8);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.site-btn:hover,
.editorButton:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    box-shadow: inset 0 0 10px rgba(100, 138, 187, 0.2),inset 0 0 10px rgba(100, 138, 187, 0.1);
    outline-color: rgba(100, 138, 187, 0);
    outline-offset: 15px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}



/*
.has-white-button .site-btn,
.has-white-button .editorButton {
    line-height: normal !important;
    text-align: center !important;
    display: inline-block;
    cursor: pointer;
    font-size:16px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    margin: 0px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .8);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.has-white-button .site-btn:hover,
.has-white-button .editorButton:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #000;
}

*/

.site-btn.site-btn-small,
.has-white-button .site-btn.site-btn-small {
    font-size:14px !important;
    font-weight: 400 !important;
    /*line-height: 32px !important;*/
    margin: 0px;
    padding: 6px 15px;
}




.site-pager-container {
    text-align: center;
    padding: 30px 0px;
}
.site-pager-container a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border: 1px solid rgba(100, 138, 187, 0.4);
    text-align: center;
    color: #648abb;
    font-size: 16px;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.site-pager-container a.target-page {
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}
.site-pager-container a.prev-page {
    margin-right: 15px;
}
.site-pager-container a.next-page {
    margin-left: 15px;
}
.site-pager-container a.target-page.active {
    background-color: rgba(100, 138, 187, 1);
}

.site-pager-container a:hover {
    border-color: rgba(100, 138, 187, 0.4);
    color: #ddd;
    background-color: rgba(100, 138, 187, 0.4);
}
.site-pager-container a * {
    color: inherit;
    font-size: inherit;
}



























