﻿/*!
Theme Name: Plumbing
Theme URI: http://demos.pixelatethemes.com/plumbingwplst
Author: DesignArc
Author URI: https://themeforest.net/user/designarc
Description: Plumbing - A WordPress theme.
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plumbing
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

html {
	font-size: 100%;}
body {
  color: #333; }
body.error404 {
    background-size: cover !important; }
body.error404 #main {
    background-color: transparent; }
body.error404 .content_wrapper {
    background: none; }
 
#main {
  position: relative;
  z-index: 10; }

#wrapper {
  position: relative;
  overflow: hidden; }

.navbar-default .navbar-nav li a{
  color: white;
  font-size: 14.5px;
}

.btn-primary {
  background: #7cb226 !important;
  transition: all ease 0.3s !important;
}
.btn-primary:hover {
  background: #699620 !important;
}
  
.btn-index:hover {
  background-color: #03538D;
  color: #ffffff;
}
.btn-index{
  background-color: #0168B3;
}
.btn-menus{
  text-align:right
}
.btn-menus .btn {
  font-size: 12px;
  line-height: 28px;
  border-radius: 0;
}

.btn-sm {
  line-height: 37px;
  padding: 0 20px;
}
.logo{
    border-radius: 5px;
    transition: all 0.5s ease;
    /*box-shadow: 0 0 0 5px #fecf2f;*/
}
.border-img{
  border-radius: 5px;
  transition: all 0.5s ease;
  box-shadow: 0 0 0 5px #fecf2f;
}
.this-inner{
  margin: 0 0 -10px 0 !important;
}
.navbar-default .navbar-nav>li>a:hover{
  color: white;
}

.btn {
  font-family: 'Lato' !important;
}

