/*
Theme Name: Pine Stable Turnings
Theme URI: http://www.webfwd.co.uk/
Description: Extremely lightweight starter theme with bootstrap, jquery, less and loads of functions ready to go.
Author: Webforward
Author URI: http://www.webfwd.co.uk
Version: 1.0
*/
/* Style.less is where you should start wrinting your css and them complie it to style.css.
If you have not used Less but have a good understanding of CSS and PHP then you will have no problem
with less, you can download software to automatically convert or use the online tool at http://less2css.org/
----------------------------------------------------------------------------------------------------*/
/***** BREAKPOINTS FOR BOOTSTRAP *****/
/***** VARIABLES *****/
/***** GENERAL STYLES *****/
body {
  background: #e9e4d0;
  font-family: "museo-sans",sans-serif !important; }

p {
  font-size: 17px;
  word-wrap: break-word; }

.opacity, a:hover, .news_container .news_post .news_row .news_text .news_post_title:hover, .news_container .news_post .news_row .news_text .news_post_text:hover, #footer .footer_top ul li a:hover, #post-entries .storytitle a:hover, #sidebar #recent-posts-2 ul li a:hover, #sidebar #archives-2 ul li a:hover, #sidebar #categories-2 ul li a:hover, .contact_button:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75; }

.text_clay {
  color: #b18857; }

.text_brown {
  color: #504037; }

.text_cream {
  color: #e9e4d0; }

.text_grey {
  color: #8c867d; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.margin_none {
  margin: 0; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.float_left {
  float: left; }

.row.nopadd {
  margin-right: 0;
  margin-left: 0; }

.row.nopadd > .col-lg-1, .row.nopadd > .col-lg-10, .row.nopadd > .col-lg-11, .row.nopadd > .col-lg-12, .row.nopadd > .col-lg-2,
.row.nopadd > .col-lg-3, .row.nopadd > .col-lg-4, .row.nopadd > .col-lg-5, .row.nopadd > .col-lg-6, .row.nopadd > .col-lg-7,
.row.nopadd > .col-lg-8, .row.nopadd > .col-lg-9, .row.nopadd > .col-md-1, .row.nopadd > .col-md-10, .row.nopadd > .col-md-11,
.row.nopadd > .col-md-12, .row.nopadd > .col-md-2, .row.nopadd > .col-md-3, .row.nopadd > .col-md-4, .row.nopadd > .col-md-5,
.row.nopadd > .col-md-6, .row.nopadd > .col-md-7, .row.nopadd > .col-md-8, .row.nopadd > .col-md-9, .row.nopadd > .col-sm-1,
.row.nopadd > .col-sm-10, .row.nopadd > .col-sm-11, .row.nopadd > .col-sm-12, .row.nopadd > .col-sm-2, .row.nopadd > .col-sm-3,
.row.nopadd > .col-sm-4, .row.nopadd > .col-sm-5, .row.nopadd > .col-sm-6, .row.nopadd > .col-sm-7, .row.nopadd > .col-sm-8,
.row.nopadd > .col-sm-9, .row.nopadd > .col-xs-1, .row.nopadd > .col-xs-10, .row.nopadd > .col-xs-11, .row.nopadd > .col-xs-12,
.row.nopadd > .col-xs-2, .row.nopadd > .col-xs-3, .row.nopadd > .col-xs-4, .row.nopadd > .col-xs-5, .row.nopadd > .col-xs-6,
.row.nopadd > .col-xs-7, .row.nopadd > .col-xs-8, .row.nopadd > .col-xs-9 {
  padding-right: 0;
  padding-left: 0; }

.vc_images_carousel {
  margin: 0 auto; }

/***** HEADER *****/
#header {
  background: #e9e4d0;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    #header {
      padding-bottom: 0; } }
  #header .navbar .navbar_title {
    font-size: 16px;
    padding-top: 40px; }
    @media (max-width: 767px) {
      #header .navbar .navbar_title .header_number {
        display: inherit;
        margin: 0 auto;
        text-align: center; } }
  #header .navbar .navbar-collapse {
    padding: 0; }
  @media (max-width: 767px) {
    #header .navbar .navbar-brand {
      text-align: center;
      margin: 0 auto; } }
  #header .navbar .navbar-brand img {
    height: 100px; }
  #header .navbar .navbar-header .navbar-toggle {
    cursor: pointer;
    border-color: #504037;
    margin-top: 50px; }
    #header .navbar .navbar-header .navbar-toggle .icon-bar {
      background: #504037; }
  #header #menu-menu-1 {
    float: right;
    background: #e9e4d0; }
    @media (max-width: 767px) {
      #header #menu-menu-1 {
        width: 100%;
        padding: 10px;
        margin: 0;
        z-index: 2;
        position: relative; } }
    #header #menu-menu-1 .menu-item {
      border-right: 1px solid #b18857; }
      @media (max-width: 767px) {
        #header #menu-menu-1 .menu-item {
          border: none;
          margin: 0;
          border-bottom: 1px solid #504037; } }
      #header #menu-menu-1 .menu-item:last-child {
        border-right: none;
        margin-right: -20px; }
        @media (max-width: 991px) {
          #header #menu-menu-1 .menu-item:last-child {
            margin-right: 0; } }
        @media (max-width: 767px) {
          #header #menu-menu-1 .menu-item:last-child {
            border-bottom: none; } }
      #header #menu-menu-1 .menu-item a {
        padding: 0 20px;
        text-decoration: none !important;
        color: black;
        cursor: pointer;
        font-weight: bold; }
        @media (max-width: 1199px) {
          #header #menu-menu-1 .menu-item a {
            padding: 0 18px; } }
        @media (max-width: 991px) {
          #header #menu-menu-1 .menu-item a {
            padding: 0 7px;
            font-size: 14px; } }
        @media (max-width: 767px) {
          #header #menu-menu-1 .menu-item a {
            padding: 10px 5px;
            font-size: 14px; } }
    #header #menu-menu-1 .dropdown-menu .menu-item {
      border-right: none;
      padding: 5px 0; }
      @media (max-width: 767px) {
        #header #menu-menu-1 .dropdown-menu .menu-item {
          border: none;
          margin: 0;
          border-bottom: none; } }
      #header #menu-menu-1 .dropdown-menu .menu-item:last-child {
        border-right: none;
        margin-right: 0; }
        @media (max-width: 991px) {
          #header #menu-menu-1 .dropdown-menu .menu-item:last-child {
            margin-right: 0; } }
        @media (max-width: 767px) {
          #header #menu-menu-1 .dropdown-menu .menu-item:last-child {
            border-bottom: none; } }
      #header #menu-menu-1 .dropdown-menu .menu-item a {
        padding: 0 20px;
        text-decoration: none !important;
        color: black;
        cursor: pointer;
        font-weight: bold; }
        @media (max-width: 1199px) {
          #header #menu-menu-1 .dropdown-menu .menu-item a {
            padding: 0 18px; } }
        @media (max-width: 991px) {
          #header #menu-menu-1 .dropdown-menu .menu-item a {
            padding: 0 7px;
            font-size: 12px; } }
        @media (max-width: 767px) {
          #header #menu-menu-1 .dropdown-menu .menu-item a {
            padding: 10px 5px;
            font-size: 14px; } }

.banner {
  background-image: url(images/sawdust.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    .banner {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .banner .banner_content {
    margin-top: -100px;
    width: 400px;
    height: 150px;
    background: #504037;
    padding: 15px 20px; }
    @media (max-width: 767px) {
      .banner .banner_content {
        width: 300px;
        height: 120px;
        margin-top: -60px; } }
    .banner .banner_content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .banner .banner_content ul li {
        float: left;
        color: white;
        padding: 0 9px;
        font-size: 17px;
        border-right: 1px solid #b18857; }
        .banner .banner_content ul li:first-child {
          padding-left: 0; }
        .banner .banner_content ul li:last-child {
          border-right: none; }
        @media (max-width: 767px) {
          .banner .banner_content ul li {
            font-size: 13px; } }
    .banner .banner_content p {
      color: white;
      font-size: 30px;
      font-weight: bold;
      padding-top: 15px; }
      @media (max-width: 767px) {
        .banner .banner_content p {
          margin-top: 10px;
          font-size: 23px; } }

/***** NEWS *****/
.news_container {
  background: #f0ece0 !important;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0 15px; }
  .news_container .news_post {
    margin-bottom: 20px; }
    .news_container .news_post:last-child {
      margin-bottom: 0; }
    .news_container .news_post .news_row {
      background: #e9e4d0; }
      .news_container .news_post .news_row .news_post_image {
        background: #e9e4d0; }
      .news_container .news_post .news_row .news_text {
        padding: 5px;
        background: #e9e4d0;
        /*height: auto;*/
        height: 115px; }
        @media (max-width: 1199px) {
          .news_container .news_post .news_row .news_text {
            height: 91px; } }
        .news_container .news_post .news_row .news_text .news_post_title {
          color: #b18857;
          font-weight: bold;
          padding-bottom: 5px;
          font-size: 14px; }
          @media (max-width: 1199px) {
            .news_container .news_post .news_row .news_text .news_post_title {
              height: 40px;
              overflow: hidden; } }
        .news_container .news_post .news_row .news_text .news_post_text {
          color: #504037;
          font-size: 14px;
          margin: 0;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 1199px) {
            .news_container .news_post .news_row .news_text .news_post_text {
              height: 40px; } }

/***** FOOTER *****/
#footer .footer_top {
  background: #352f2a;
  padding: 40px 0; }
  #footer .footer_top p {
    color: #8c867d;
    text-align: center; }
  #footer .footer_top ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer .footer_top ul li {
      color: #8c867d;
      text-align: center; }
      #footer .footer_top ul li a {
        color: #8c867d;
        text-decoration: none; }
#footer .footer_bottom {
  padding: 20px 0 13px 0;
  background: #423d38; }
  #footer .footer_bottom p {
    text-align: right;
    color: #8c867d; }
    #footer .footer_bottom p a {
      color: #8c867d; }

/***** POST ENTRIES *****/
#post-entries .post {
  border: 1px solid black;
  padding: 15px 20px;
  background: #f0ece0;
  margin-top: 40px; }
#post-entries:last-child {
  margin-bottom: 40px; }
#post-entries .storytitle a {
  color: #b18857;
  text-decoration: none; }
#post-entries .post_image {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 30px 0; }

/***** SIDEBAR *****/
#sidebar {
  border: 1px solid black;
  padding: 15px 20px;
  background: #f0ece0;
  margin-top: 40px; }
  #sidebar #recent-posts-2, #sidebar #archives-2, #sidebar #categories-2 {
    color: #b18857;
    font-weight: bold;
    font-size: 16px; }
    #sidebar #recent-posts-2 ul, #sidebar #archives-2 ul, #sidebar #categories-2 ul {
      list-style: none; }
      #sidebar #recent-posts-2 ul li, #sidebar #archives-2 ul li, #sidebar #categories-2 ul li {
        margin-left: -40px;
        padding: 4px 0; }
        #sidebar #recent-posts-2 ul li a, #sidebar #archives-2 ul li a, #sidebar #categories-2 ul li a {
          color: black;
          font-size: 12px;
          text-decoration: none !important; }

/***** PAGINATION *****/
.page-numbers {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 20px 0; }
  .page-numbers li {
    float: left;
    margin: 0 auto;
    text-align: center; }
    .page-numbers li a {
      padding: 8px 5px;
      border: 1px solid black;
      background: #b18857;
      color: #e9e4d0; }
    .page-numbers li .current {
      padding: 8px 5px;
      border: 1px solid black;
      background: #b18857;
      color: black; }

.contact_button {
  border: none;
  border-radius: 0;
  color: #e9e4d0;
  background: #b18857;
  font-weight: bold;
  font-size: 14px; }
  .contact_button:hover {
    color: #CAC5B1; }

.entry-content {
  font-size: 17px; }

/*# sourceMappingURL=style.css.map */
