/* 
    Document   : tablet-style.css
    Created on : May 14, 2013, 2:00:00 AM
    Author     : Shamim
    Description: Main Stylesheet for LotsOfEssays.com
    Updated    : July 17, 2014, 9:09:00 AM 
*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

    .top-bar,
    .top-bar-section,
    .top-bar-section ul,
    .top-bar-section ul li,
    .top-bar-section ul li:hover:not(.has-form)>a,
    .top-bar-section .dropdown li:not(.has-form) a:not(.button),
    .top-bar-section li:not(.has-form) a:not(.button),
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: none;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        color: #000;
        padding: 0 15px;
        margin: 0;
    }
    .top-bar-section li.has-dropdown > a {
        background: url('../images/nav-has-sub.png') no-repeat center right !important;
        padding-right: 13px !important;
    }
    .top-bar-section ul li:hover:not(.has-form)>a {
        color: #846ba2 !important;
    }
    .top-bar-section .dropdown {
        border: solid 1px #CCC;
    }
    .top-bar-section .dropdown.category {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        right: -222px !important;
        background: #FFF !important;

    }
    .top-bar-section .dropdown li {
        background: #FFF;
    }
    .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #000;
    }
    .top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
        color: #846ba2 !important;
        background: #FFF;
    }
    /*    .top-bar-section ul li {
            background: none;
        }
        .top-bar-section li:not(.has-form) a:not(.button) {
            background: none;
            padding: 0 5px;
    
        }
        
    
        .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
            color: #846ba2 !important;
            background-color: none;
            background: none;
        }
        
        .header .top-bar {
            margin-top: 30px;
            margin-bottom: 0;
        }
        .top-bar .name h1 a {
            padding: 0 10px;
            margin: 0 5px;   
            line-height: 2em;
        }
        .top-bar, .top-bar-section ul {
            background: none;
        }
        .top-bar .toggle-topbar.menu-icon a,
        .top-bar a, .top-bar-section ul li > a, .top-bar .name h1 a {
            color: #000;
        }
        .top-bar-section li a:not(.button) {
            padding: 0 5px;
            margin: 0 5px;
            line-height: 2em;
            text-align: center;
        }
    
         DROPDOWN 
        .top-bar-section .dropdown {
            border: solid 1px #CCC;
        }
        .top-bar-section .dropdown li {
            background: #FFF;
        }
        .top-bar-section .dropdown li a {
            color: #333;        
        }
        .top-bar-section .has-dropdown > a {
            background: url('../images/nav-has-sub.png') no-repeat center right !important;
            padding-right: 13px !important;        
        }
    
    
        .top-bar .name h1 a:hover,
        .top-bar .name h1 a.active,
        .top-bar-section li a.active,
        .top-bar-section li a:hover {
            color: #2ba6cb;
            color: #846ba2 !important;
                    background: #9fd0de;
                    background: -moz-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                    background: -webkit-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                    background: -o-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                    background: -ms-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                    background: linear-gradient(180deg, #9fd0de 50%, #a1d2e0 50%);
                    box-shadow: 0 1px 0 #FFF inset;
                    -webkit-box-shadow: 0 1px 0 #FFF inset;
                    -moz-box-shadow: 0 1px 0 #FFF inset;
            border-radius: 25px;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
        }
        .top-bar-section .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown.not-click:hover>.dropdown {
            background: #846ba2;
        }
        .top-bar-section .dropdown.category {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0;
            right: -222px !important;
            background: #FFF;
        }
        .top-bar-section .dropdown li a {
            color: #333;
            text-align: left;
        }
        .top-bar-section .has-dropdown>a:after {
            border-color: rgba(0,0,0,0.4) transparent transparent transparent;
        }*/
    .content .panel.essays .inline-list li:nth-child(3) {
        display: block;
        margin-left: 0;
    }

}