/* 
    Created on : Aug 19, 2014, 10:17:23 PM
    Author     : Muhammad Anas
    Description: quick and dirty styling that would be later pushed 
                 inside main stylesheet
*/

/* Bootstrap 3 support for WordPress Comment form */
.form-submit {
    display: none;
}

#kvstar-star-rating {
    cursor: pointer;
}

#comingSoonModal .modal-content {
    text-align: center;
}
#comingSoonModal .modal-content h2 {
    margin-top: 25px;
}
#comingSoonModal .modal-content p {
    margin-top: 35px;
    margin-bottom: 30px;
}

/* put the default styling back on button like links in articles */
.article-view .article-view-body a.btn-primary {
    background-color: #3ca5df;
    border-color: #269bdb;
    color: #ffffff;
}

.rating-home-outer-container {
    margin-top: 25px;
}

.home-from-partners {
    color: white; 
    font-weight: bolder;
}

@media screen and (max-width: 991px) {
    .home-from-partners {
        margin-top: 25px;
        margin-bottom: -10px;
    }
}

@media screen and (min-width: 992px) {
    .home-from-partners {
        margin-top: -10px;
        margin-bottom: 15px;
    }
}

.home-recent-idea {
    border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .home-recent-idea {
        height: 350px;
    }

    .home-recent-idea h4 {
        height: 130px;
    }

    .home-recent-idea .date-category {
        height: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-recent-idea {
        height: 360px;
    }

    .home-recent-idea h4 {
        height: 145px;
    }

    .home-recent-idea .date-category {
        height: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .home-recent-idea {
        height: 310px;
    }

    .home-recent-idea h4 {
        height: 125px;
    }

    .home-recent-idea .date-category {
        height: 20px;
    }
}

.contact-us-form br, .contact-us-form p {
    display: none;
}

.dropdown-hover .border {
    border-top: 2px solid #e6e6e6;
    margin-top: 10px;
}

.dropdown-hover .border .link-blue {
    color: #3ca5df;
    font-size: 10pt;
    margin-top: 15px;
    padding-bottom: 20px;
}

.dropdown-menu {
    box-shadow: none;
}

.authors-thumbnails a {
    display: inline-block;
    position: relative;
}

.authors-thumbnails a .thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(28, 132, 220, 0.70);
    width: 92px;
    height: 92px;
    display: none;
}

.authors-thumbnails a.active .thumbnail-overlay {
    display: inline-block;
}

.border-highlight {
    border: 3px solid #3ca5df;
    padding: 20px;
    margin-bottom: 20px;
}

/* Show content area on top on mobile phones, before the sidebar. */
@media screen and (min-width: 768px) {
    .cc-right-content-area {
        float: right;
    }
}
