
/*
 -----------------------------------------
 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: Lato, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
	background-image: url(/images/book-address-book-learning-learn-159751.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	font-size: 100%;
}

/*ADDED ROW COLORS*/
.row-black {
	background-color: rgba(0,0,0,0.80);
	color: #FFF;
}

.row-blue {
	background-color: rgba(151,170,204,0.80);
	color: #000;
}
.row-Green {
	background-color: rgba(169,240,90,0.80);
	color: #000;
}
.row-red {
	background-color: rgba(204,127,129,0.80);
	color: #000;
}

.row-gray {
	background-color: rgba(140,140,120,0.80);
	color: #000;
}

.row-white {
	background-color: rgba(255,255,255,0.80);
	color: #000;
}

.top-right {
	font-size: 80%;
	letter-spacing: .15em;
}

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.6;
}

/*DWT Styles*/
#logo {
	background-color: #000;
	background: rgba(0,0,0,0.9);
	color: #FFF;
	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%;
}
}
