/*
 Theme Name:   Thermal Bench 4 - Child Theme
 Theme URI:    http://www.thermalbench.com/tb4
 Description:  TB4 is a Blackoot-lite child theme. Using Blackoot-lite you can alter the child theme to your taste in minutes. ThermalBench is mobile responsive, W3C Markup Validated, Schema.org integrated, search engine friendly, cross browser compatible and 100% translatable. See more about Blackoot-lite here: http://Blackoot-lite.com
 Author:       Vlozity
 Author URI:   http://vlozity.net
 Template:     blackoot-lite
 Version:      1.1.0
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow

 ThermalBench, Copyright 2015 Vlozity
 ThermalBench is distributed under the terms of the GNU GPL

 ThermalBench is a child theme of Blackoot-lite
 */
@import url("../blackoot-lite/style.css")
#header {
  /* background-image: url(tb-grid.jpg); 
 background-repeat: repeat;*/
}
#logo
{
  text-align: left;
  max-width: 400px;
}
#nav-wrap
{
  border: none;
  background: none;
  width: 400px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 30px;
}
#navbar { text-transform: uppercase; text-align: left; }
#navbar > .container
{
  width: 400px;
  margin-right: 10px;
  margin-left: 10px;
  clear: both;
}

#navbar > .menu-container {
	width: 400px;
	float: right;
}
#breadcrumbs
{
  text-align: left;
}
#page-container ul li
{
  list-style-type: square;
  line-height: 90%;
}
#page-title
{
  background-color: rgba(0, 0, 0, 0.2);
}
#page-title h1
{
  text-transform: uppercase;
}

/* Read More link - Start */
.more-link
{
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.more-link {
    background-color: #000;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    color: #cccccc;
    /* font-family: FontAwesome; */
    font-weight: normal;
    font-size: smaller;
    vertical-align: baseline;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.more-link:after {
    content:'\00BB ';
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}
a.more-link:link /* unvisited link */
{
  background-color: #000;
  color: #ffffff;
}

a.more-link:hover /* mouse over link */
{
  background-color: #b99128;
  color: #ffffff;
}
/* Read More link - End */

#sidebar li
{
  margin-bottom: 5px;
  line-height: 15px;
}
#sidebar .widget-title
{
  font-weight: bold;
  margin-top: 10px;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #4A4A4A;
}
label
{
  font-weight: bold;
  color: #cccccc;
  font-size: 14px;
  line-height: 160%;
}
#footer
{
  background-color: rgba(0, 0, 0, 0.3);
}
#footer .widget-title
{
  font-weight: bold;
}
#footer .widget li
{
  margin-bottom: 5px;
  line-height: 15px;
}

@media only screen and (max-width: 767px){
  #navbar select {
    width: 270px; /* 46%; */
    padding-left: 10px;
    padding-right: 10px;
    }
    #nav-wrap {
      width: 300px;
      padding: 0;
    }
}
