.gform_button { 
    background-color: #ee7a31 !important;
    padding: 11px 20px !important;
    line-height: 21px !important;
    border-radius: 5px !important;
    font-size: 17px !important;
}

.df-app{
    border-radius: 8px;
}

.circle-image img {
    border-radius: 50%;
}

.about-author-image {
    padding: 40px 40px 40px 40px;
}

.on-top {
    z-index: 100;
    position: relative;
}

.visible {
    overflow: visible !important;
}

.orange-btn a {
    background-color: #ee7a30 !important;
    border: none !important;
    font-weight: 600;
}
.orange-btn a:hover{
    background-color: #e2732f !important;
}
.whole-orange-btn {
    background-color: #ee7a30; 
    color: #ffffff; 
    padding: 12px 20px; 
    border-radius: 5px;
}
.whole-orange-btn:hover{
    background-color: #e2732f;
    color: #ffffff !important;
    text-decoration: none !important;
}
.white-btn a {
    font-weight: 600;
    color: #000000 !important;
}

.white-btn a:hover {
    font-weight: 600;
}

.book-preview-mobile {
    margin-left: 60px;
    margin-right: 60px;
}

.transparent-image img {
    opacity: 0.7;
}

.as-seen-in {
    max-width: 1000px;
    margin: auto;
}
.hide-on-desktop {
    display:none;
}
.white-text blockquote {
    color: #ffffff !important;
}
.white-text i {
    color: #ffffff !important;
}

.info-box-no-background div {
    background: none !important;
}
.media-items-row {
    display: flex; 
    align-items: center; 
    padding-bottom:60px;
}
.media-item-column1 {
    width: 25%;
    text-align: center;
}
.media-item-column2 {
    width:75%;
}
.media-list-short {
    max-height: 1100px;
    overflow: hidden;
}
.media-list-whole {
    max-height: none !important;
}

@media (max-width: 767px) {
    .gform_button { 
        font-size: 13px;
    }
    .phone-reverse-col {
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        flex-direction: column-reverse;
    }
    .flex-row {
        display: flex;
    }
    .center-text {
        text-align: center !important;
    }
    
    .center-btn {
        display: block !important;
        text-align: center !important;
    }
    
    .center-img {
        text-align: center !important;
    }
    
    .book-preview-mobile {
        margin-left: 0;
        margin-right: 0;
    }
    .about-author-image{
        padding: 20px 20px 0 20px;
    }
    .hide-on-mobile {
        display: none;
    }
    .hide-on-desktop {
        display: block !important;
    }
    .media-items-row {
        display: block; 
    }
    .media-item-column1 {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .media-item-column2 {
        width: 100%;
    }
}