/*
Theme Name: Divi Child 01
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.0.2
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 14 Sep 2016 23:24:21 +0000 */

/* updated on Feb 14 */

@import url('http://texasschoolguide.org/wp-content/themes/Divi/style.css');

/* to fix rendering differences in Chrome and Safari */

@media only screen and (min-width: 981px) {

    .et_header_style_centered #main-header .chrome {
        height: 100px;
        position: relative;
        top: -25px;
    }

    .et_header_style_centered #main-header  .safari {
        height: 125px;
        position: relative;
        top: -90px;
    }
}


/* PAGINATION
// ------------------------- */

#pagination {
    margin-top: 0px;
}
#pagination ul {
    font-size: 0;
    list-style-type: none;
    text-align: center;
}
#pagination li {
    font-size: 14px;
    display: inline;
}
#pagination a {
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #eee;
    border-right: none;
}
#pagination a:hover {
    background: #f5f5f5;
}
#pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#pagination li:last-child a {
    border-right: 1px solid #eee;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#pagination li.active a {
    color: white;
    border-color: #8775a7;
    background: #8775a7;
}
#pagination li.active a:hover {
    cursor: default;
}
#pagination li.disabled a {
    cursor: not-allowed;
}
#pagination li.disabled a:hover {
    background: none;
}


#pagination-bottom {
    margin-top: 0px;
}
#pagination-bottom ul {
    font-size: 0;
    list-style-type: none;
    text-align: center;
}
#pagination-bottom li {
    font-size: 14px;
    display: inline;
}
#pagination-bottom a {
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #eee;
    border-right: none;
}
#pagination-bottom a:hover {
    background: #f5f5f5;
}
#pagination-bottom li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#pagination-bottom li:last-child a {
    border-right: 1px solid #eee;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#pagination-bottom li.active a {
    color: white;
    border-color: #8775a7;
    background: #8775a7;
}
#pagination-bottom li.active a:hover {
    cursor: default;
}
#pagination-bottom li.disabled a {
    cursor: not-allowed;
}
#pagination-bottom li.disabled a:hover {
    background: none;
}