/*
 Theme Name:   PBCC FL
 Theme URI:    http://example.com
 Description:  Origamize Child Theme
 Author:       Bill Panasuik
 Author URI:   http://example.com
 Template:     origamiez
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         none
 Text Domain:  Origamize Child Theme
*/

.breadcrumb {
    padding: 3px 0px 3px 20px;
    margin-bottom: 0px;
    line-height: 30px;
    min-height: 30px;
    border-bottom: 2px solid #005f00 !important;

}

#main-menu {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 49px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

#main-menu > li > a {
    font-weight: inherit;
}

#main-menu a {
    font-family: inherit;
}

#origamiez-header-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

#origamiez-header {
	background-color: #eeeeee !important;
    border-bottom: 2px solid #005f00 !important;
}

#site-home-link #site-title {
    color: #005f00 !important;
	font-size: 25px !important;
    line-height: 25px !important;
}

#site-home-link #site-desc {
    color: #005f00 !important;
	font-size: 25px !important;
    line-height: 25px !important;
}


#origamiez-body-inner {
    padding-left: 0px !important;
}


#origamiez-footer-end {
    background-color: #eeeeee !important;
    border-top: 2px solid #005f00 !important;
}

@media only screen and (max-width: 799px){
#origamiez-header {
    border-bottom: 2px solid #005f00 !important;
}
}

body.origamiez-boxer #origamiez-logo {
    margin-left: 20px;
}

body.origamiez-boxer #origamiez-top-banner {
    margin-right: 20px;
}
	
#sidebar-center {
    padding: 0px;
}

#sidebar-center-bottom {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#sidebar-center {
    border-right: 2px solid #005f00 !important;
    width: 80%;
}

h4, h5, h6 {
    color: inherit;
}

#sidebar-right {
    width: 20%;
}

#doc-table th {
    height: 30px;
    vertical-align: top;
    padding: 2px;
}

#doc-table td {
    height: 30px;
    vertical-align: top;
    padding: 2px;
}

#doc-table {
    border-collapse: collapse;
    width: 100%;
}

.wpt-form-textfield {
    max-width: 500px !important;
}

.wpt-form-textarea {
    max-width: 500px !important;
}

.wpt-form-select {
    max-width: 500px !important;
}

ul {

    -webkit-padding-start: 0;
}

input[type=password] {
    max-width: 300px !important;
}

.btn-primary {
    border-color: #005f00 !important;
	background-color: #005f00 !important;
}

    

/* Print Styles */
/*
@media print {
body { background:white; color:black; margin:0 }
h1 {color:#000; font-size:16px;}
h2 {color:#000; font-size:16px;}
h3 {color:#000; font-size:16px;}
h4 {color:#000; font-size:16px;}
#site-title {
    color: white !important;
}

body { background:white; color:black; margin:0 }

#sidebar-center { display:block width:100% }
#sidebar-center-bottom { display:block }

#origamiez-header-bottom { display:none }


#sidebar-center{
	display:inline;
	width: 100%;
	border-right: none !important;
}


#main-menu { display:none }
#sidebar-right { display:none }

a[href]:after { content: none !important; }
.np { display:none !important}
noprint = document.getElementById("np");
noprint.style.display = "none";
}
*/
