/*
 -----------------------------------------
 PVII Layout Builder Magic Starter Pack 01
 by Project Seven Development
 www.projectseven.com
 Custom Starter Pack Styles
 -----------------------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
body {
	font-family: 'Slabo 27px', serif;
	/*
	background-image: url(/images/bg.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	*/
	color: #888888;
	font-weight: normal;
	font-size: 1.1em	
}

/*ADDED ROW COLORS*/
.row-hue {
    background-color: rgba(181,144,193,0.8);
	/* background-color: rgba(99,87,93,0.88); */
}
.row-black {
	background-color: rgba(0,0,0,0.8);
}
.row-cream {
	background-color: rgba(233,233,233,0.8);
}
.row-blue {
	background-color: rgba(151,170,204,0.8);
}
.row-navy {
	background-color: rgba(31,55,112,0.8);
}
.row-grey {
	background-color: rgba(250,250,250,1);
}
.row-white {
	background-color: rgba(255,255,255,0.45);
}
.greyline {
	width: 100%;
	height: 1px;
	background-color: #efefef;
	float: left;
}
/*
h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	margin: 30px 0px 0px 0px;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 165%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 135%;
}

h5 {
	font-size: 125%;
}
*/
.lbm-column h1:first-child,
.lbm-column h2:first-child,
.lbm-column h3:first-child,
.lbm-column p:first-child {
	margin-top: 0px;
}

.lbm-column p {
	line-height: 1.3;
}

/*DWT Styles*/
#logo {
	background-color: #ffffff;
	background: rgba(255,255,255,0.9);
	padding: 6px 10px;
}

.lbm-column p {
	margin: 10px 0px;
}

#logo .lbm-column {
	vertical-align: middle;
}

#logo .lbm-column p {
	margin: 6px 0px;
}

.bigg {
	font-size: 110%;
	line-height: 2.5;
	letter-spacing: .1em;
	background-color: rgb(30,30,16);
	color: #FFF;
	border-radius: 6px;
	padding: 28px;
}

.bigg strong {
	font-weight: 400;
}

.right-align {
	text-align: right;
}

/*
Link Styles
Assign one of the following classes to
Text Links on your page

a.light[href^="tel:"] {
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.light[href^="tel:"]:hover {
	color: #FFF;
	border-bottom: 1px solid;
}

a.dark[href^="tel:"] {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.dark[href^="tel:"]:hover {
	color: #000;
	border-bottom: 1px solid;
}

a[href^="tel:"]:before {
	content: "\260e";
	margin-right: 0.5em;
}
*/

/*Media Queries*/
@media only screen and (min-width: 0px) and (max-width: 700px) {

#masthead .lbm-column {
	padding: 0px 0px !important;
}
#logo .right-align {
	text-align: left;
	padding-left: 20px;
}

body {
	background-size: auto !important;
	font-size: 100%;
	padding-top: 1.5em;
}

.side-menu-fixed #p7LBNAV_1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: none !important;
}

.side-menu-fixed .p7LBNAV.lbnav-vertical .p7LBNAV-toolbar {
	margin-bottom: 0px;
}

.side-menu-fixed #p7LBNAV_1,
.side-menu-fixed #p7LBNAV_1 * {
	border-radius: 0px !important;
}

.side-menu-fixed #p7LBNAV_1 li {
	margin: 0px !important;
}
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {

body {
	font-size: 100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {
	font-size: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

body {
	font-size: 100%;
}
}
