/*
Theme Name: Cheema College of Education
Author: Macwill
*/

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

body {
    background: #fff url('images/h-bg.png');
    font-family: 'Open Sans', sans-serif;

}

img {
    max-width: 100%;
    height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #464646;
}

p {
    color: #444444;
    font-size: 13px;
}

a {
    color: #04658c;
}

a:hover {
    color: #075879;
}

.header {
    /*border-top: 10px solid #006289;*/
    box-shadow: 0px 0px 10px rgba(34, 34, 34, 0.43);
    background-color: #07294d;
background-image: url(images/header-bg.png);
    background-size:cover;
}

.notification-outter {
    margin: 0 auto;
    top: 0px;
    position: relative;

}

.notification {
    background: #f7a406;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    }

.notification-text {
    margin-top: -32px;
    color: #222;
    margin-left: 115px;
    background: #f7a406;
    font-size: 16px;
    padding: 5px;
}

.notification-label {
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    background: #07294d;
}


.header-inner {
   /* background: url(images/header-bg.jpg) no-repeat right;*/
    padding: 18px 15px;
}

.notify-bg{
    background: #ffc600;
}

.logo {
    vertical-align: middle;
    text-decoration: none;
    padding: 0px 0 10px 0;
    display: block;
}

.logo:hover {
    text-decoration: none;
}

.logo-icon img {
    width: 135px;
    height: auto;
}

.logo-text {
    padding: 15px 10px;
    vertical-align: middle;
}

.logo-text h1,
.logo-text h3 {
    margin: 0px;
}

.logo-text h1 {
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: 1px 1px 4px #222;
}
/*
.logo-text h1:after {
    position: absolute;
    content: '';
    background: url(images/shine.png) no-repeat right;
    width: 310px;
    height: 60px;
    right: -60px;
    bottom: -20px;
}*/

.logo-text h3 {
    color: #37393c;
    font-family: 'Lato', sans-serif;
    background: #ffc600;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
}

.phone-outter {
    background: #fff;
    padding: 0px 10px;
    float: right;
}

.h-contact{padding:0;}
.user-pic{
    text-align: center;
}
.user-pic img
{
    width: 150px;
    height: auto;
    border-radius: 50%;
    border: 5px solid #d99005;
}
.user-ribbon
{
    background: #07294d;
    margin-top: 15px;
    color: #fff;
    position: relative;
    left: -20px;
    padding: 10px;
    width: 113%;
}
.msgfrom,.msgfrom a, .msgfrom a:hover{    text-align: center;
    font-size: 16px;
    color:#07294d;
    padding: 15px;}


.user-ribbon p{color:#fff !important;}

.phone-outter h5,
.phone-outter h4 {
    margin: 0;
    color: #222 !important;
    font-family: 'Roboto slab';
    font-weight: normal;
}

.phone-outter .phone-icon {
    font-size: 35px;
    vertical-align: middle;
    padding-right: 5px;
}

.phone-outter .phone-text {
    vertical-align: middle;
}

.btn.prosp {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 12px;
}

.text-danger.affilation-text {
    color: #f9af27;
}

.alert-danger.affilation {
    background: #f6f6f6;
    border: 2px solid rgba(217, 35, 25, 0.56);
    color: #000;
    padding: 5px 10px;
    font-family: "Open sans";
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0px;
    margin: 0;
}

/*****Main Menu******/

.main-menu-outter {
    background: #07294d;
    font-family: 'Lato', sans-serif;

}

ul.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;

}

ul.main-menu > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    position: relative;
   
}

ul.main-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}

ul.main-menu > li > ul > li.menu-item-has-children > a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}


/*
ul.main-menu li.current_page_item a {
    background: rgba(3, 18, 29, 0.15);
}*/

ul.main-menu li a {
    color: #f3f6f9;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    font-weight: normal;
    text-decoration: none !important;
    display: block;
     margin: 15px 10px;
}

ul.main-menu li.current-menu-item a,
ul.main-menu > li:hover > a, ul.main-menu > li > a:hover {
    text-decoration: none;
    color: #ffc600;
    border-bottom: 1px solid #ffc600;
}
ul.main-menu li.current-menu-item a
{
    text-decoration: none;
    color: #ffc600;
    border-bottom: 1px solid #ffc600;
        background: #07294d;
}


ul.main-menu li ul {
    position: absolute;
    left: -999em;
    margin: 0;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background: #ffc600;
    display: block !important;

}

ul.main-menu li:hover ul {
    left: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.main-menu li li {
    float: none;
    display: block;
    padding: 0;
    height: auto;
    line-height: 35px;
    border-right: none;
    position: relative;
    margin:0;

}

ul.main-menu li li:first-child {
    border-left: none;
}

ul.main-menu li li a {
    color: #444444;
    display: block;
    float: none;
    font-size: 13px;
    line-height: normal;
    min-width: 250px;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
     margin:0;

}

ul.main-menu li li a:hover {
   background: #f7a406;
    color: #fff;

}

ul.main-menu ul ul {
    z-index: 505;
    padding: 0 20px 0 20px;

}

ul.main-menu li:hover ul ul {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

ul.main-menu ul li:hover ul {
    left: 100%;
    top: 0;
    padding: 0px;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
    background: #02638b;
}

footer.footer {
    background: #1f3d5e url(images/footerbg.png);
    color: #fff;
    font-family: "Open Sans";
    background-size:cover;
    position: relative;
}
.yellow-ribbon{    width: 100%;
    display: block;
    top: 0;
    height: 75px;
    background: #ffc600;
    position: absolute;}

.footer-col {
    padding: 20px 0 40px 0;
}

.footer-logo a{
    display: block;
    width: 85px;
    margin: 0 auto;
    opacity: 1 !important;
    margin-top: -50px;
    position: relative;
}

.footer-contact {
    background: #094962;
    padding: 15px;
    vertical-align: middle;
}

.footer-contact .contact-outter {
    padding: 3px;
}

.footer-contact .contact-outter i {
    position: absolute;
    left: -10px;
    top: 3px;
    font-size: 1.5em;
}

.copyright {
    padding: 20px;
    background: #ffc600;
    color: #1f3d5e;
    font-weight: 600;
    font-size: 13px;
}

.copyright a {
    color: #1f3d5e;
    text-decoration: none;
}

.copyright a:hover {
        text-decoration: none;
}

.footer-widget-title {
    margin: 0 0 15px 0;
    color: #fff;
}
.black-color{    position: relative;}

.black-color .footer-widget-title {
    margin: 0 0 0px 0;
    color: #222;
}
.margin-top-15{
    margin-top:30px;
}

.black-color .textwidget{
    color: #222;
}

footer ul.menu {
    padding: 0 15px 0 0px;
    margin: 0;
    list-style: none;
}

footer ul.menu li {
    line-height: 25px;
}

footer ul.menu li a {
    color: #fff;
    font-size: 14px;
}

/*******Content******/

.home .entry-header {
    display: none;
}

.entry-footer {
    text-align: center;
    /*display:none;*/
    background: #f8ef8c;
    border: 1px dashed #222;
    padding: 15px 0px;
}

.entry-footer .post-edit-link {
    display: none;
}

.widget-inner .widget-title {
    margin-top: 0;
    font-weight: 600;
    color: #464646;
}

.widget-inner {
    background-color: white;
    padding: 20px;
    margin-top: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    box-shadow: 0px 0px 7px #f2f2f2;
}

.sidebar > .widget-inner + .widget-inner {
    margin-top: 15px;
}

.sidebar > .widget-inner + .widget-inner:last-child {
    margin-bottom: 30px;
}

.widget-inner .readmore {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.widget-inner.slider {
    padding: 10px 5px;
}

.welcome-msg p {
    color: #444444;
    font-weight: 600;
    font-size: 13px;
}

.special-person {
    height: 300px;
    position: relative;
}

.page article, .single article, .archive article, .blog article {
    background: #fff;
    margin-top: 15px;
    padding:15px;
    box-shadow: 0px 0px 7px #f2f2f2;
}
.home article {
    background: none;
    padding: 0px;
    margin: 0;
    box-shadow: none;
}
.special-person .wpb_wrapper {
    position: absolute;
    background: rgba(0, 98, 137, 0.6);
    padding: 15px;
    text-align: center;
    color: #fff;
    bottom: 10px;
    width: 100%;
}

.special-person .wpb_wrapper h1,
.special-person .wpb_wrapper h2,
.special-person .wpb_wrapper h3,
.special-person .wpb_wrapper h4,
.special-person .wpb_wrapper h5,
.special-person .wpb_wrapper h6,
.special-person .wpb_wrapper p {
    color: #fff;
}

.news-events-box #news-event-scroll {
    height: 330px;
    font-family: 'Open Sans', sans-serif;
}

.news-events-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #04658c !important;
    opacity: 1;
}

.news-events-box .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.25);
}

.news-events-box ul {
    list-style: none;
    padding-left: 5px;
    margin: 0;
}

.news-events-box ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #f2f2f2;
}

.news-events-box ul li a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #07294d;
}
.news-events-box ul li .date{color:#999;}

.news-events-box ul li a:hover {
    color: #222;
    text-decoration: none;
}

header .page-title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #6b6b6b;
}

.page article,
.single article,
.archive article,
.blog article {
    background: #fff;
    /*padding: 15px;*/
    margin-bottom: 15px;
}

.home article {
    background: none;
}

.page article .entry-title,
.single article .entry-title,
.archive article .entry-title a,
.blog article .entry-title a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #0875a0;
}

.archive article .entry-title a:hover,
.blog article .entry-title a:hover {
    color: #222;
    text-decoration: none;
}

.archive article .entry-content,
.archive article .entry-content span,
.archive article .entry-content div,
.archive article .entry-content div span,
.archive article .entry-content p,
.blog article .entry-content,
.blog article .entry-content span,
.blog article .entry-content div,
.blog article .entry-content div span,
.blog article .entry-content p {
    font-size: 13px !important;
    font-weight: normal !important;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .page-numbers.current,
.pagination a,
.pagination a:hover,
.pagination .active a,
.pagination .disabled {
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #006289;
}

.pagination a:hover,
.pagination .active a {
    background-color: rgba(0, 98, 137, 0.86);
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.social-menu, .social-menu ul{
    display:block;
}
.social-menu > div{
    display:block;
}

.social-menu ul li {
    line-height: 40px !important;
}

.social-menu ul li a i
{
    background: #fff;
    color: #1f3d5e;
    width: 28px !important;
    height: 28px !important;
    text-align: center;
    vertical-align: middle !important;
    border-radius: 50%;
    margin-top: 0 !important;
    padding-top: 8px;
    margin-right: 10px !important;
}
.social-menu ul li a
{
text-decoration: none;
}
.social-menu ul li a:hover{
    text-decoration: none;
    color:#fff;
}
.contact-info{
    background: #fff;
    padding: 0px 12px 0px 10px;
    display: inline-block;
    margin-bottom: 15px;
    float: right;
}
.contact-info a, .contact-info a:hover{color:#222;text-decoration: none;}
.contact-info i, .contact-info h5 {
display:inline-block;
}

.contact-info h5 {
font-family: roboto slab;
font-size: 13px;
font-weight: normal;
}
.contact-info i {
    font-size:32px;
    padding-right:5px;
}

.topbar-outter{
    background: #ffc600;
    color: #07294d;
    position: relative;
    z-index: 1;
}
.topbar-right{text-align: right;}
.topbar-menu ul{
list-style: none;
    margin:0;
    padding:0;
}
.topbar-menu ul li{
    display:inline-block;
    padding: 8px;
}

.topbar-menu ul li a{
color:#07294d;
    text-decoration: none;
}
.topbar-menu ul li a:hover{
    text-decoration: none;
    color: #5a5a5a;
}
.address-info p{
    color: #fff;
    vertical-align: top;
    font-size: 14px;
}

.address-info p span{
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.address-info p i{
    vertical-align: top;
    margin-top: 5px;
    font-size: 14px;
}


.footer-col .row .yellow-ribbon{
display:none;
}

.wordpress-hit-counter-text{
    display: inline-block;
    vertical-align: middle;
}

.wordpress-hit-counter{
    display: inline-block;
}
.wordpress-hit-counter img{
    margin-right: 4px;
}
@media (max-width: 1199px) {
    .header .container,
    .topbar-outter .container{width:100%;}
    .h-contact{padding-right:15px;}
    .logo-icon img {
        width: 110px;
        height: auto;
    }
}
@media (max-width: 1099px) {
    .header .col-sm-10{width: 100%;}
    .header .h-contact{width:100%;padding:0 15px;}
    .contact-info, .phone-outter{display:inline-block;}
    .logo-text{text-align: left;}
    .phone-outter{float:left;}
}

@media (max-width: 1024px) {
    .user-ribbon {
        width: 115%;
    }
}
@media (max-width: 991px) {
    .container {
        width: 100% !important;
    }

    .header {
        overflow: hidden;
    }

    .header-inner {
        text-align: left;
    }

    .header-inner .col-sm-10,
    .header-inner .col-sm-2 {
        width: 100%;
    }

    .header-inner .btn,
    .header-inner .phone-outter {

    }
    .topbar-left{}
    button#responsive-menu-button{
        top: 5px !important;
        background: #ffc600 !important;
        color: #222 !important;
        position: absolute !important;
        border-radius: 50% !important;
    }
    .responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after{
        background: #222 !important;
    }
    button#responsive-menu-button .responsive-menu-box{
        color: #37393c;
    }
    .alert-danger.affilation {
        width: 100%;
        text-align: center;
    }

    .main-menu-outter {
        display: none;
    }

    .logo-text h1:after {
        background-size: 200px;
    }

    #responsive-menu-container {
        width: 300px;
    }

    #responsive-menu-container #responsive-menu-additional-content {
        color: #000 !important;
        background: #e8e8e8;
    }

    #responsive-menu-container #responsive-menu-additional-content .btn.prosp {
        padding: 8px 12px !important;
    }
    .topbar-left{
        width:100%;
        display:block;
    }
    .topbar-left,
    .topbar-right{
        width:100%;
        display:block;
        text-align: left;
    }

}
@media (max-width: 930px) {
    button#responsive-menu-button {
        top: 5px !important;
    }
}

@media (max-width: 816px) {
    .header-inner .col-sm-10{
        text-align: center;
    }
    .logo-text{
        text-align: center;
    }
}
@media (max-width: 768px) {
    .widget_nav_menu {
        width: 48%;
        display: inline-block;
    }
    .footer-col{
        padding: 0px 0 40px 0;
    }
    .user-ribbon {
        width: 100%;
        left: 0;
    }
    .footer-logo{display:none;}
    .footer-col .row .yellow-ribbon{
        display:block !important;
    }
    .col-sm-5 {
     float:none;
        width:100%;
        text-align:center;
        margin-bottom:5px;
    }

    .eemail_widget {
        margin-bottom: 15px;
    }

    .footer .col-sm-5,
    .footer .col-sm-3 {
     /*   width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;*/
    }

    .yellow-ribbon {
        width: 100%;
        display: block;
        top: 0;
        height: 75px;
        background: #ffc600;
        position: absolute;
        left: 0;
    }
    .black-color {
        position: relative;
        padding-top: 18px;
    }

    .footer .col-sm-4 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-contact .contact-outter i {
        position: relative;
        height: 30px;
        width: 30px;
        display: inline-block;
        left: 0;
        top: 3px;
    }

    .footer-contact .lsi-social-icons {
        text-align: left !important;
    }

    .copyright .col-sm-6 {
        text-align: center !important;
    }
}
@media (max-width: 700px) {
    .logo-text h1{font-size:30px;}
    .logo-text h3{font-size:13px;}
}
@media (max-width: 560px) {
    .footer .col-sm-5,
    .footer .col-sm-3 {
        width: 100%;
    }

    .gg-banner {
        display: none;
    }

    .eemail_widget:before {
        content: "\f003";
        display: inline-block;
        font: normal 3em FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 15px;
    }

    .eemail_widget {
        text-align: center;
        padding: 15px;
        border: 2px solid #fff;
    }

    .eemail_textbox {
        margin: 0 auto;
    }
    .amazingslider-arrow-left-1,
    .amazingslider-arrow-right-1,
    .amazingslider-text-1{display:none !important;}

}
@media (max-width: 530px) {

    .topbar-left .topbar-menu ul li{display:inline-block;width:42%;}
    .topbar-left .topbar-menu ul li:last-child{display:inline-block;width:100%;}
.topbar-menu ul li {
    display: inline-block;
    padding: 7px 5px;
    font-size: 12px;
}

}
@media (max-width: 480px) {
    .widget_nav_menu {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }
}

@media (max-width: 380px) {
    .topbar-left .topbar-menu ul li {

        width: 80%;
    }
    .phone-outter,.contact-info{float:none;}
    .phone-outter,.contact-info{}
.topbar-menu ul li{}

}
@media (max-width: 320px) {
    .logo-text h1 {
        font-size: 30px;
    }

    .logo-text h3 {
        font-size: 15px;
    }

    .logo-icon img {
        width: 50px;
    }

}

#responsive-menu-container #responsive-menu li.responsive-menu-item a{
    background:#07294d url(images/header-bg.png);
}


.documents-style ul{
list-style:none;margin:0;padding: 0;
}

.documents-style ul li a {
    color: #F44336;
    padding: 5px 0px;
    display: inline-block;
}

.documents-style ul li a:before {
       content: '';
    width: 38px;
    height: 18px;
    display: inline-block;
    background: url(../../uploads/2017/05/new6.gif) center center;
    background-size: 36px;
    vertical-align: middle;
}