/* Global CSS for LEGACY Multisite */

.book-consultation {
    width:90%;
}

.book-consultation a {
    margin-right: 10px !important;
    background-color: #F15642 !important;
    float: left !important;
    text-align: center !important;
    padding: 22px !important;
    border-radius: 13px !important;
    border-color: black !important;
    border: #fff solid 2px !important;
    color: #fff !important;
    font-weight:bold !important;
    margin-top: 20px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.book-consultation a:hover {
    color: #000 !important;
    background-color: #ccc !important;
    -webkit-transition: background-color 230ms ease-out !important;
    -moz-transition: background-color 230ms ease-out !important;
    -o-transition: background-color 230ms ease-out !important;
    transition: background-color 230ms ease-out !important;
}

.page-template-page-Blog .custom-frame-wrapper, .archive .custom-frame-wrapper {
    width:100%;
}

.page-template-page-Blog .read-more-align-left, .archive .read-more-align-left {
    width: 100%;
    text-align: right;
}

#freewhitepaper .free-download p {
    min-height: 120px;
}