/*!
 * Custom Stylesheet
 * User Define
 */
.note-editor.note-frame {
    border: 2px solid #ccd0d4!important;
}
.note-toolbar {
    background-color: #f5f5f5!important;  
    padding: 5px!important;
}
.note-btn {
    padding: 5px 10px;
    color: #707478!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}
.note-btn i {
    margin-right: 0;
}
.item-img-overlay span {
    background-color: rgba(87, 1, 231,.5);
}
.post-detail {
    border-top: 1px solid #e6d913;
    border-bottom: 1px solid #e6d913;
}
.breadcrumb-wrap {
    background: #ffcc00;
    padding: 20px 0;
}
.about-author {
    min-height: 180px;
}
.about-author img {
    width: 80px;
    height: 80px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    border-color: #e6d913
}
.general-with-bg .content {
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    -webkit-transition: all 0.5s; /* Safari */
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.general-with-bg .content:hover {
    background-color: #3b4fe4;
}
.full-width-link {
    width: 100%;
    font-size: 20px;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.5s; /* Safari */
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.full-width-link:hover {
    color: #ffffff;
}
.bprsk-sidebar {
    padding-left: 0;
    margin-bottom: 40px;
}
.bprsk-sidebar > li {
    list-style: none;
    display: block;
    padding-left: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s; /* Safari */
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bprsk-sidebar > li.no-link {
    margin-left: 0;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
.bprsk-sidebar > li > a {
    text-decoration: none;
}
.bprsk-sidebar > li:not(.no-link):hover {
    padding-left: 30px;
}
.bprsk-sidebar > li.current:hover {
    padding-left: 20px;
}
.bprsk-sidebar > li > a:hover {
    color: #ffcc00;
}
.bprsk-sidebar > li > a.active {
    color: #3b4fe4;
    text-decoration: none;
}
.panel-primary .panel-heading {
    background: #3b4fe4;
}
.main-table-column {
    background: #3b4fe4;
    color: #ffffff;
    font-weight: bold;
}
.sub-table-column {
    background: #ffcc00;
    font-weight: bold;
}
.flexbox-wrapper {
    display: -webkit-flex; 
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flexbox-wrapper p {
    margin-bottom: 0;
    color: #ffffff;
}
.flexbox-wrapper p a {
    color: #ffffff; 
}
 .flexbox-wrapper p a:hover {
    color: #ffffff; 
 }
 @media(max-width: 767px) {
    .flexbox-wrapper {
        display: block;
    }   
 }