/*
 Theme Name:   BFS Theme - Bootstrap Basic child
 Theme URI:    http://busforsale.com/wp-bootstrap-starter-child/
 Description:  Bootstrap Basic Child Theme
 Author:       BFS
 Author URI:   
 Template:     bootstrap-basic
 Version:      1.0.0
 License:      MIT
 License URI:  https://opensource.org/licenses/MIT
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  bootstrap-basic
*/

body {background-color: #f6f6f6;}

.page-container {border: 1px solid #ccc;}
.page-container img {max-width: 100%;}
.main-navigation {margin:0;}
.main-navigation .col-md-12 {padding:0;}
.site-content {border:0;}
.site-content {margin: 0}
#site-footer {background: #f6f6f6; border: 0;}

.page-container {max-width: 970px; background: #fff; margin-top: 10px; margin-bottom: 10px; padding:0; padding-bottom: 14px;}

#main-column .post,
#main-column .page {
  border: 0;
  margin-bottom: 0px;
  padding: 10px;
}
#sidebar-left .widget,
#sidebar-right .widget {
  border: 0;
  padding: 10px;
  padding-left: 0;
}

.site-branding {
    margin-left: 0px;
    width: 100%;
    background: url(https://www.busforsale.com/images/header_bus_group.jpg) no-repeat;
    background-position: right;
    height: 92px;
}
.site-title {margin-top: 20px;}
.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 100%;
    padding: 0px;
    width: auto;
}

.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}

.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: 15px;
    margin-left: 15px;
}

.navbar-primary-collapse {
    background-color: #e2001a; 
    border-bottom: solid 1px #e2001a;
    padding-top: 4px;
}
.navbar {
    border: none; 
    font-family: "Trebuchet MS", Verdana, sans-serif; 
    font-size: 0.9em;
}
#menu-main-menu li.menu-item a{color: #fff;}
#menu-main-menu li.active a{color: #e2001a;}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a{background-image: none; background-color: #fff !important; }
.nav > li > a {padding: 8px;}

.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}


.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}



/*
----------------------------------
Text Formatting
----------------------------------
*/


#title{
  float:left;
  font-size: 1.12px;
  color: #676767;
  text-transform: uppercase;
  font-weight: lighter;
}

#main a{
  color: #e2001a;
  border-bottom: 1px dotted #e2001a;
}

#main a:hover {
  border-bottom: 1px solid #e2001a;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
  padding-top: 10px;
}

#main h1{
  display: block;
  font-size: 26px;
  color: #e2001a;
  letter-spacing: -.08px;
  font-weight: normal;
  font-family: Trebuchet MS, Verdana, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e2001a;
  margin-bottom: 10px;
}

#main h2{
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 1px;
  margin-bottom: 4px;
  clear:both;
}


#main h2.trail {
font-size: 11px;
color: #3d3d3d;
}


#main h3{
  color: #333;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main h4{
  letter-spacing: -0.012px;
  padding-bottom: 3px;
  font-size: .95em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.4em;
}

#main h5{
  font-size: .9em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
}

#main h6{
  font-size: .85em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}



#main ul{
  padding: 6px 0;
  margin: 6px 0;
  font-size: 12px;
}

#main li{ 
  padding: 0 0 10px 0px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 19px;
}

#main ul li, #main ul li a{
  font-family: Arial, Helvetica, sans-serif;
  line-height: 17px;
  list-style-image:url(../images/content_bullet.gif);
  list-style-position: outside;
}

#main ul li a{
  text-decoration: none;
  text-align: left;
}


#main p, #main a{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin-bottom: 12px;
}

#main p{
  font-size: 12px;
  line-height: 19px;
}

#main p a {
  line-height: 19px;
}


#main .leftindent {
  padding-left: 14px;
}

#main hr {
  margin: 16px 0;
  height: 1px;
  width: 96%;
  background-color: #ddd;
  border-style: none;
  text-align:center;
}

#main blockquote {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-top-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  background-color: #fcfaf5;
  padding: 28px;
  margin: 12px 0 12px 0;
  font-family: Times New Roman, Times, serif;
}


#main .photoleft {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  line-height: 1.3em;
  color: #999999;
  float: left;
  margin-bottom: 6px;
  margin-right: 10px;
  padding: 6px 6px 6px 0;
}

#main .photoright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  line-height: 1.3em;
  color: #999999;
  padding: 6px 0 6px 6px;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

#main .photoleft a, #main .photoright a {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  text-decoration: none;
  border-style: none;
}

#main .backtotop {
  padding-bottom: 2em;
}

#main .backtotop a{
  font-family: Georgia, Times, serif;
  font-size: .7em;
  text-transform: uppercase;
  color: #cfd4ac;
  border-bottom: none;
}

#main.backtotop a:hover {
  background-color: #cfd4ac;
  color:#fff;
}

#main .byline {
  font-style: italic;
  text-align: right;  
}


#main .question {
  padding-top: 12px;
  font-size: 12px;
  font-weight: bold;
}


#main .answer {
  font-style: italic;
}


/*
----------------------------------

Form Formatting
----------------------------------
*/

#main form {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

#main form table {
width: 100%;
padding: 15px;
}
#main fieldset {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border: 1px solid #bbb;
  font-family: arial, sans-serif;
}

#main fieldset fieldset {
  padding: 10px;
  margin-bottom: 0;
}


#main fieldset legend {
  color: #032c78;
  padding: 0 6px 6px 6px;
  font-family: georgia, times, serif;

}


#main input, #main textarea, #main .linkbutton {
  padding: 3px;
  font-family: verdana, arial, sans-serif;
  color: #000;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  vertical-align: middle;
  font-size: 11px;
}
#main table img{max-width: 100%; }


#main .linkbutton, #main input.button {background-color: #ffe;}

#main input.button {width: auto;}

#main label input {
width: auto;
}

#main label {
padding: 4px;
line-height: 20px;
}

#main #submit { padding: 6px; font-weight: bold; color: #666}
#main #submit:hover {background-color: #fff; color: #000; cursor: pointer;}
#main .separator{
color: #aaa;
}

.extramore{
  font-size: 12px;
  padding: 0;
}

.extramore a{
  font-family: Arial, Helvetica, sans-serif;
  color: #0b3177;
}

.extramore a:hover{
  color: #1752bf;
  border-bottom: solid 1px #1752bf;
}

.datatable td{
  border-bottom: solid 1px #ddd;
}

.oddrow {background: #f8f8f8;}



/*
----------------------------------
Sidebar
----------------------------------
*/

#sidebar h4 {
color: #777;
text-transform: uppercase;
font-size: 10px;
padding-bottom: 4px;
}

#sidebar ul,
#sidebar ul li a {
background-color: #ececec;
font-size: 11px;
text-transform: uppercase;
color: #555;
font-weight: bold;
}

#sidebar ul li a{
padding: 4px;
line-height: 18px;
display: block;

}

#sidebar ul li a:hover{
background-color: #f4f4f4;
}

#sidebar ul li.catcurrent a {
background-color: #fff;
}

#sidebar ul li {
border-bottom: 1px solid #c1c1c1;
padding-left: 4px;
}

#sidebar ul li ul li a{
background-color: #d7d7d7;
padding-left: 10px;
}


/*
----------------------------------
Footer
----------------------------------
*/

#footer {
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 12px;
    clear: both;
}

#footer, #footer a{
    text-align: center;
    color: #e2001a;
    font-family: Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

#footer a {
    border-bottom: 1px solid #fff;
}

#footer a:hover {
    border-bottom: 1px solid #fff;
}


#footer .signup {background: #111; margin: 20px 0; padding: 12px;}
#footer .signup a{color: #fff; border-bottom: 1px dotted}
#footer .signup a:hover{border-bottom: 1px solid}
#footer .signup img {position: relative; top: 1px;}


/*
----------------------------------

Specialty Formatting
----------------------------------
*/

#categories ul {list-style-type: none; padding:0;}
#busjump select {max-width: 100%}

.notice {
  display: block;
  background-color: #FFF0F0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #A40000;
  border: 1px dotted #666666;
  padding: 10px;
  text-align: center;
  font-size: 0.96em;
}

.note {
  color: #A40000;
  font-style: italic;
  font-size: 12px;
}

.fsbonote{
  color: #555;
  padding: 10px;
  border: 1px solid #dcccdd;
  font-size: 14px;
  line-height: 18px;
}

#bigimage a {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

.person {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
}

.person .photo {
  float: right;
  padding: 0 0 20px 20px;
}

.quote {
  font-style: italic;
}


#busheader .fsbo h3 {
font-size: 16px;
line-height: 24px;
text-align: center;
color: #1e1b9e;
}


.sellbtn {
background: #c70000;
background-image: -webkit-linear-gradient(top, #c70000, #ff0000);
background-image: -moz-linear-gradient(top, #c70000, #ff0000);
background-image: -ms-linear-gradient(top, #c70000, #ff0000);
background-image: -o-linear-gradient(top, #c70000, #ff0000);
background-image: linear-gradient(to bottom, #c70000, #ff0000);
-webkit-border-radius: 12;
-moz-border-radius: 12;
border-radius: 12px;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

.sellbtn:hover {
background: #d90000;
background-image: -webkit-linear-gradient(top, #d90000, #ff0000);
background-image: -moz-linear-gradient(top, #d90000, #ff0000);
background-image: -ms-linear-gradient(top, #d90000, #ff0000);
background-image: -o-linear-gradient(top, #d90000, #ff0000);
background-image: linear-gradient(to bottom, #d90000, #ff0000);
text-decoration: none;
}


.logogroup {text-align: center; padding: 30px 0;}
.logogroup img {width: 250px; margin: 0 20px;}
.logogroup a {border:0 !important;}
.btn {
  background: #c70000;
  background-image: -webkit-linear-gradient(top, #c70000, #ff0000);
  background-image: -moz-linear-gradient(top, #c70000, #ff0000);
  background-image: -ms-linear-gradient(top, #c70000, #ff0000);
  background-image: -o-linear-gradient(top, #c70000, #ff0000);
  background-image: linear-gradient(to bottom, #c70000, #ff0000);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #d90000;
  background-image: -webkit-linear-gradient(top, #d90000, #ff0000);
  background-image: -moz-linear-gradient(top, #d90000, #ff0000);
  background-image: -ms-linear-gradient(top, #d90000, #ff0000);
  background-image: -o-linear-gradient(top, #d90000, #ff0000);
  background-image: linear-gradient(to bottom, #d90000, #ff0000);
  text-decoration: none;
}

/*
----------------------------------

Media styles
----------------------------------
*/


@media (max-width: 768px) {

    .site-branding {
        background: #fff;
    }

}