/*
 Theme Name:   University Child
 Description:  CactusThemes - University Child Theme
 Author:       CactusThemes
 Author URI:   http://cactusthemes.com
 Template:     university
 Version:      1.0.2
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


.logo img {
    max-width:210px;
}
@media (min-width: 1280px) {
    #main-nav > nav.navbar > .container {
        width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
    #top-nav {
        height:0;
    }
}
.page-heading {
    background: url('images/bandeau-pangea.jpg') no-repeat;
    background-size: cover;
}
#main-nav .affix-top .navbar-nav > li > a {
    padding-right: 30px;
    height: 100px;
    line-height: 40px;
    font-family: 'Open Sans';
    font-size: 13px;
}
.last-update {
    font-style: italic;
    font-size: 11px;
    text-align: center;
    margin-top: 40px;
}
.wpb_content_element table tr:not(:first-child) {
    border-top:1px solid #CCC;
}
body .vc_progress-bar-color-bar_black .vc_single_bar {
    background: #444;
}