/*
-----------------------------
PVII Layout Builder Magic
by Project Seven Development
www.projectseven.com
UI Styles: p7LBM_1
-----------------------------

*** For LBM System Use Only ***
***  Do Not Edit Manually   ***

*/
.p7LBM-1-style-1 {
}
.p7LBM-1-style-2 {
    background-color:#3A3714;
    height: 32px;
	/*box-shadow: 0px 0px 10px #000;*/
    position: relative;
    z-index: 9;
}
.p7LBM-1-style-3 {
    background-color:#617742;
    height: 54px;
	/*box-shadow: 0px 0px 10px #000;*/
    position: relative; 
    z-index: 8;
}
.p7LBM-1-style-4 {
background-color:#E1E1E1;
}
.p7LBM-1-style-5 {
background-color:#E1E1E1;
}
.p7LBM-1-style-6 {
background-color:#E1E1E1;
}
.p7LBM-1-style-7 {
background-color:#EEEEEE;
}
.p7LBM-1-style-8 {
background-color:#3A3714;
    height: 20px;
}

/* Transitions*/
.p7LBM-1-style-2, .p7LBM-1-style-3 {
	-webkit-transition: all linear .25s .1s;
	transition: all linear .25s .1s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
.p7LBM-1-style-2 {
    height:17px;
}
.p7LBM-1-style-3 {
    height: 33px;
}

}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
.p7LBM-1-style-2 {
    height:17px;
}
.p7LBM-1-style-3 {
    height: 41px;
}
}
