/*
Theme Name: DIY Depot Theme

Author: Lion Marketing
Author URI: http://www.lionmarketing.co.za

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, responsive, DIY, promotional, projects, slider, navigation, header, footer
Text Domain: DIY DEPOT THEME

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*****************/
/***Helper Classes ***/
/*****************/
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-just{
	text-align: justify;
}
.text-medium{
	font-size: 3em;
}
.font-wight-100{
	font-weight: 100;
}
.font-wight-200{
	font-weight: 200;
}
.font-wight-300{
	font-weight: 300;
}
.font-wight-400{
	font-weight: 400;
}
.font-wight-500{
	font-weight: 500;
}
.font-wight-600{
	font-weight: 600;
}
.font-wight-700{
	font-weight: 700;
}
.text-upper{
	text-transform: uppercase;
}
.space{
	width: 100%;
	height: 10vh;
}
.space-xs{
	width: 100%;
	height: 2vh;
}
.m-t-10{
	margin-top: 10px !important;
}
.p-0{
	padding: 0 !important;
}
.p-l-0{
	padding-left: 0 !important;
}
.p-r-0{
	padding-right: 0 !important;
}
.p-l-20{
	padding-left: 20px !important;
}
.p-r-20{
	padding-right: 20px !important;
}
#main-content{
	padding-left: 0 !important;
}
#social-icon{
	width: 15%;
	margin: auto
}
/*****************/
/***Header ***/
/*****************/
.page-template-page-contact #slider-main, .home #slider-main{
	background-position:top center;
}
#logo{
	position: absolute;
  max-height: 300px;
  z-index: 9999;
  top: 20%;
}
#main-button{
	position:absolute;
	right:0;
}
.navbar-transparent{
  position: absolute !important;
  bottom: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
.navbar-default{
	background-color: transparent !important;
	border: 0 !important;
}
.navbar , .navbar-transparent{
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}
.nav-tabs{
	margin-bottom: 0 !important;
	background-color: rgba(29, 26, 94, .5) !important;
	
}
.nav-tabs a{
	text-transform: uppercase !important;
	color: white !important;
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color: rgba(29, 26, 94, .5) !important;
    color: white !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(29,26,94,.8) !important;
}
.nav-tabs > li > a:hover{
	border-color: rgba(29,26,94,.8) !important;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{
	background-color: rgba(29, 26, 94, .7) !important;
    color: white !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(29,26,94,.4) !important;
}
.nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a{
	border-bottom: 0 !important;
}
#logo img{
  width: 150px;
  margin: auto;
  height: inherit;
}
#header-nav-2{
	background-color: rgba(158, 208, 20, 0.60) !important;
	z-index: 999;
}
#slider-text{
	margin: 14% 0;
}
#slider-text h1{
  text-transform: uppercase;
  margin: 5% 0;
  padding: 6% 0;
  color: rgba(37, 8, 75, 1);
}
#slider-main{
	height: 60vh;
	position: relative;
	background-size: cover;
	padding: 0;
	overflow: hidden;
	background-position: center;
}
#slider-main2{
  height: 60vh;
  position: relative;
  background-size: 100%;
  padding: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position-y: -20em;
}
/*Search Form Styles*/
#search-form{
	position: absolute;
	right: 0;
	top:10%;
}
#s{
	width: 100%;
}
/* Color Overlay */
.color{
  background: rgba(158, 208, 20, 0.60);
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.navbar{
	border-bottom: 1px solid #25084b;
}
.navbar-brand {
  padding: 0px;
  margin-left: 10px;
}
.navbar-brand>img {
    height: 185%;
    width: auto;
}
.collapse.in{
	text-align: center !important;
}
.collapse.in > li{
	border-bottom: 1px solid rgba(115,115,115,.2);
}
.navbar-right li a{
	color: rgba(29, 26, 94, .8) !important;
    font-weight: 600;
}
button.navbar-toggle{
	z-index: 9999;
}
.icon-bar{
	background-color: black;
}
.navbar-header.custom-logo{
	width: 100%;
	height: auto;
}

#call-icon{
	margin: auto;
    width: 40%;
}
#contact-content{
	margin-bottom: 10px;
}


/*****************/
/***Footer ***/
/*****************/
#main-footer{
	position: initial!important;
	width: 100%;
	background-color: rgba(247,247,247,.6);
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	padding: 15px 0 0 0 !important;
	z-index: 999;
}
#main-footer p{
	text-transform: uppercase;
	color: white;
}
#main-footer a{
	color: white;
}
#copy-bottom{
	background-color: rgba(29, 26, 94, 0.95);
    padding: 10px 0;
}
#copy-bottom p{
	margin-bottom:0;
}
/*****************/
/***Footer Nav ***/
/*****************/
.sidebar-nav{
	list-style:none;
}
#foot-nav{
	font-size: 17px;
	color: rgba(10,10,10,.8) !important;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 5px;
}
.sidebar-nav li, .sidebar-nav li a{
	color: rgba(58,58,58,.8) !important;
}
/*****************/
/***Home Page ***/
/*****************/
#home-icons{
	margin-top: 40px;
}
#footer-fix{
	display: inline-block;
  position: relative;
  height: 5vh;
}

#text-fix{
	padding-right: 0;
	padding-left: 0;
}
#spacing-fix{
	margin-bottom: 10px;
}
#nav-icons{
	width: 30%;
    margin: auto;
}
#text1{
	color: rgb(77, 81, 125);
	font-weight:600;
}
#text2{
	color: rgba(216, 233, 189, 1);
	font-weight:600;
}
#text3{
	color: rgba(220,10,10,1);
	font-weight:600;
}
#text4{
	color: rgba(115,115,115,1);
	font-weight:600;
}

/*****************/
/***About Us Page ***/
/*****************/
#navig-links{
	padding: 0;
}
#about-image img{
	width: 100%;
	height: inherit;
	padding: 4%;
}

/*****************/
/***Services Page ***/
/*****************/

#services-contain{
	z-index: 1;
}
#services-contain:hover{
	z-index: 2;
}
#accordion:hover{
	transform: scale(1.2);
	z-index: 999;
	box-shadow: 2px 3px rgba(0,0,0,.6);
	border-radius: 5px;
}
#accordion:hover .panel-heading{
  background: rgba(197, 227, 114,.5); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, rgba(197, 227, 114,.9), rgba(197, 227, 114,.1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, rgba(197, 227, 114,.9), rgba(197, 227, 114,.1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, rgba(197, 227, 114,.9), rgba(197, 227, 114,.1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(197, 227, 114,.9), rgba(197, 227, 114,.1)); 
  
}
#serv-image img{
	width: 50%;
    height: auto;
    margin-bottom: 10px;
}
#navig-links .col-xs-12.col-sm-6.col-md-4.col-lg-3.text-center{
	min-height: 170px;
}
#img-contain img{
	width: 100%;
	height: inherit;
}
#serv-image i:hover{
	color: rgba(33,137,0,.75);
}
.list-group-item ul li{
	list-style-type: none;
}
#feature-image img{
	width: 100%;
	height:auto;
}

/*****************/
/***Promotions Page ***/
/*****************/

#promo-main{
	padding: 5% 0;
	
}
#no-promo{
	background-color: rgba(241,241,241,.6);
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 1px 1px rgba(0,0,0,.5);
}
#promo-img img{
	width: 100%;
	height: inherit;
}
#gform_submit_button_1.gform_button.button{
	float: right;
    height: 50px;
    width: 15%;
    color: rgba(29, 26, 94, .8);
    border: 2px solid rgba(29, 26, 94, .8);
    background-color: transparent;
    box-shadow: 4px 4px rgba(180,180,180,.6);
    font-weight: 700;
}
#gform_submit_button_1.gform_button.button:hover{
	background-color: rgba(29, 26, 94, .8);
	color: white;
	transform:scale(1.1,1);
}
#gform_submit_button_2.gform_button.button{
	float: right;
    height: 50px;
    width: 15%;
    color: rgba(29, 26, 94, .8);
    border: 2px solid rgba(29, 26, 94, .8);
    background-color: transparent;
    box-shadow: 4px 4px rgba(180,180,180,.6);
    font-weight: 700;
}
#gform_submit_button_2.gform_button.button:hover{
	background-color: rgba(29, 26, 94, .8);
	color: white;
	transform:scale(1.1,1);
}
#call-btn{
	padding: 1%;
    width: 20%;
    height: 55px;
    background-color: rgba(29, 26, 94, 0.9);
    border-color: rgba(29, 26, 94, 0.5);
    box-shadow: 4px 5px rgba(210,210,210,.6);
}
#call-btn:hover{
	background-color: rgba(29,26,94,.8);
}
/*****************/
/***Isotope Styling ***/
/*****************/
.button-group{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.btn-primary{
	border-radius: 10px;
	padding: 1%;
}
.grid{
	margin-bottom: 20px;
}
.item{
	position: relative;
  float: left;
  width: 33%;
  padding: 10px;
  color: #262524;
}
.item:hover{
	background-color: rgba(181, 211, 54, .7);
}
.item:hover img{
	opacity: .6;
}

/*****************/
/***Media Queries ***/
/*****************/
@media(max-width: 768px){
	#slider-text h1{
		padding: 11% 0;
	}
	
	.sidebar-nav li br{display:none;}
	
	#main-footer .container{ text-align:center;}
}
@media (max-width: 991px){
	#logo img{
		width: 110px;
	}
	#logo{
		top: 10%;
	}
	
	.sidebar-nav{padding-left: 0 !important}
}
@media (max-width: 425px){
	#slider-text{
		margin: 30% 0;
	}
	#slider-text h1{
		font-size: 20px;
	}
	#map-fix{
		display:none;
	}
	#contact-main{
		padding-top: 20px;
	}
	.col-sm-12{
		padding: 0 !important;
	}
	#call-btn{
		width: 50%;
	}
	#call-icon{
		display: none;
	}
}
@media (max-width: 376px){
	#logo img{
		width: 90px;
	}
}
@media (min-width: 769px){
	button.navbar-toggle{
		display: none;
	}
	.navbar-right.collapse{
		display: inline-block;
	}
}