/*
Theme Name: Kitebi Secondary School
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.cm-txt-red{
    color: #ee1c25 !important;
}
.cm-txt-yellow{
    color: #ffde17 !important;
}
.cm-txt-black{
    color: #000000 !important;
}
.cm-bg-red{
    background-color: #ee1c25 !important;
}
.cm-bg-yellow{
    background-color: #ffde17 !important;
}


/*Home News*/
.cm-home-news {
    margin-bottom: 2px !important;
}
.cm-home-news h4 a{
    text-decoration: none;
}
.cm-home-news h4 a:hover{
    color: #ee1c25;
}
/* Home facts */
.cm-hm-facts {
    border: 1px solid #dddddd;
    padding: 30px 15px;
    text-align: center;
}

/*Home Events*/
.cm-event-item {
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    margin-bottom: 30px;
}
.cm-event-item:hover {
    box-shadow: 0 0 20px 3px rgb(0 52 120 / 20%);
}
.cm-event-item .evt-left {
    width: 25%;
    float: left;
    padding: 5px;
}
.cm-event-item .evt-right {
    width: 75%;
    float: right;
    padding: 5px;
}
.evt-date {
    border: 2px solid #ee1c25;
    padding: 15px;
    color: #ee1c25;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.evt-time {
    margin-top: 5px;
    background-color: #ee1c25;
    padding: 3px;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
}
.cm-event-item h3 a {
    text-decoration: none;
    color: #000000;
}
.cm-event-item h3 a:hover{
    color: #ee1c25;
}
.evt-venue {
    color: #777777;
}
.evt-venue .fa, .fas, .far {
    color: #ee1c25;
}
.cm-evt-btn a {
    border: 1px solid #ee1c25;
    padding: 15px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
}
.cm-evt-btn a:hover{
    border: 1px solid #ffde17;
}
/*Single Event*/
.evt-single-item {
    background-color: #ededed;
    padding: 30px 20px;
}

/*Upcoming Events*/
.cm-upcoming-event-item {
    border: 1px solid #cdcdcd;
    padding: 40px 30px;
    margin-bottom: 30px;
    min-height: 280px;
    width: 90%;
}
.cm-upcoming-event-item:hover{
   box-shadow: 0 0 20px 3px rgb(0 52 120 / 20%); 
}
h4.cm-up-evt-date {
    color: #757575;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
h4.cm-up-evt-date:after {
    width: 60px;
    height: 2px;
    content: "";
    background-color: #b3b3b3;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
h3.cm-up-evt-title {
    font-size: 16px;
}
span.cm-up-evt-time, span.cm-up-evt-venue {
    display: block;
    text-align: left;
    font-size: 13px;
}
.cm-up-evt-readmore a {
    margin-top: 15px;
    display: block;
}

/*Search btn*/
.searchform-popup i.fas.fa-search {
    background-color: #ffde17;
    padding: 10px;
    border-radius: 50%;
    color: #ee1c25;
}

/*Programme Structure*/
.cm-table-stye-1 table th {
    background-color: #0072BB;
    color: #ffffff;
}

.cm-table-stye-1 table tr:nth-child(even) {
    background-color: #D8EAF5;
}
.cm-table-stye-1 table td {
    border: 1px solid #777777;
}
.cm-table-stye-1 table {
    border-collapse: collapse;
    border: 1px solid #777777;
    margin-bottom: 40px;
}

/*Cabinet Members*/
.cm-staff-list .cm-staff-member{
    margin-bottom: 40px;
    padding: 20px 10px;
}
.cm-staff-member.text-center:hover {
    background-color: #ededed;
    border-radius: 5px;  
}
.cm-staff-list .cm-staff-member img {
    width: 95%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 20px 3px rgb(0 52 120 / 20%);
}
.cm-staff-list .cm-staff-member h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.cm-staff-list .cm-staff-member .cm-staff-meta {
    line-height: 22px;
    font-size: 14px;
}
/*Cabinet Members Home*/
.cm-home-guild .cm-staff-member{
    margin-bottom: 40px;
    padding: 20px 10px;
}
.cm-home-guild .cm-staff-member.text-center:hover {
    background-color: #ededed;
    border-radius: 5px;  
}
.cm-home-guild .cm-staff-member img {
    width: 80%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 20px 3px rgb(0 52 120 / 20%);
}
.cm-home-guild .cm-staff-member h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.cm-home-guild .cm-staff-member h4 a {
    color: #221e1f;
}

/*Cabinate Members Button*/
.cm-evt-btn a {
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}
.cm-evt-btn a:hover {
    border: 1px solid #ffcb08;
}

/*Single Cabinet Member*/
.cm-single-staff{
    background-color: #ededed;
    padding: 40px 30px !important;
    border-bottom: 5px solid #ffcb08;
}
.cm-single-staff .cm-profile-photo img {
    border: 2px solid #ffffff;
    box-shadow: 0 0 20px 3px rgb(0 52 120 / 20%);
}
.cm-social-links .cm-social-item img{
    width: 30px;
    height: 30px;
    transition: transform .2s;
}
.cm-social-links .cm-social-item img:hover{
    transform: scale(1.1);
}


/*Fees Structure*/
.cm-fees-finder {
    background-color: #ee1c25;
    padding: 30px 20px;
    border-bottom: 5px solid #ffde17;
}
.cm-fees-finder .btn {
    margin-top: 15px;
    background-color: #ee1c25;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.cm-fees-finder .btn:hover{
    background-color: #ffde17;
    color: #ee1c25;
    border: 1px solid #ee1c25;
}
.cm-fees-finder h3 {
    color: #ffffff;
}

/*Staff Directory*/
.cm-staff-directory .cm-staff-member img {
    width: 93% !important;
}
/*Jobs & Careers*/
.cm-table-posts table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.careers-single-item {
    background-color: #ededed;
    padding: 40px 30px;
    border-bottom: 5px solid #ee1c25;
}

/*Awards*/
.cm-partner-list-item {
    border: 1px solid #ededed;
    margin-bottom: 30px;
    padding: 20px 10px;
    background-color: #f4f4f4;
}
.cm-partner-list-item:hover{
   background-color: #ffffff;
   box-shadow: 0 0 20px 3px rgb(0 52 120 / 20%);
}
.container.cm-single-partner {
    background-color: #f4f4f4;
    padding: 50px 40px;
}
.cm-single-partner .partner-name h3 {
    margin-bottom: 10px;
    color: #ee1c25;
}

/*WP Pagenavi*/
.wp-pagenavi {
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-top: 20px;
}

