/*
Theme Name: Student Transportation Services Child
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.4
Template: stwdsts
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

.policy-con{
    justify-content: center;
}
.policies .policy-1 {
        flex-basis: 28%;
    }
.policies .policy-2 {
        flex-basis: 38%;
    }
.policies .policy-3 {
        flex-basis: 28%;
}
table.bus-company-contact-information thead tr th:not(:last-child),
table.bus-company-contact-information tbody tr td:not(:last-child){
    border-right: 40px solid #fafafa !important;
}

#tablepress-1 {
    display: table !important;
    width: 100% !important;
}
#tablepress-1 tr {
    display: table-row !important;
}

@media (max-width: 1749.98px) {
    .policies .policy-1 {
        flex-basis: 30.33%;
    }
    .policies .policy-2 {
        flex-basis: 30.33%;
    }
    .policies .policy-3 {
        flex-basis: 30.33%;
    }
}
@media (max-width: 1365.98px){
    table.bus-company-contact-information thead tr th:not(:last-child),
    table.bus-company-contact-information tbody tr td:not(:last-child){
        border-right: 20px solid #fafafa !important;
    }
}
@media (max-width: 991.98px) {
    .policies .policy-1 {
        flex-basis: 100%;
    }
    .policies .policy-2 {
        flex-basis: 100%;
    }
    .policies .policy-3 {
        flex-basis: 100%;
        flex-wrap: ;
    }
    table.bus-company-contact-information thead tr th:not(:last-child),
    table.bus-company-contact-information tbody tr td:not(:last-child){
        border-right: 6px solid #fafafa !important;
    }
}
@media (max-width: 767.98px){
    table.bus-company-contact-information tbody tr td:nth-child(odd){
        text-align: right;
        display: inline-block;
        width: 50%;
        font-weight: 600;
    }
    table.bus-company-contact-information tbody tr td:nth-child(even){
        text-align: left;
        display: inline-block;
        width: 50%;
    }
    #tablepress-1 tr {
        display: block !important;
        width: 100%;
    }
    table.bus-company-contact-information thead tr th:not(:last-child),
    table.bus-company-contact-information tbody tr td:not(:last-child){
        border-right: 0px solid #fafafa !important;
    }
}

