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

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
h4 {font-size: 135%;}
h5 {font-size: 120%;}

p, ul {
     line-height:1.4em;
}

ul {
    list-style-position: inside;
    padding-left: 0px;
}

li {
    padding-bottom: 8px;
}

a {
    color:#0000FF;
}

.scalable-ads {
	width: 100%;
	height: auto;
	margin:0px 0px 3px 0px;
}
.scalable-coversplash {
	width: auto;
	height: auto;
	max-width: 60%;
    float:left;
    margin-right:30px;
}
.scalable-plain {
	width: auto;
	height: auto;
	max-width: 100%;
}
.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
    float: left;
	max-width: 50%;
    margin: 10px 30px 12px 0px;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.padding-right {
    padding-right:30px;
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}

/* Transitions*/
body, .padding-right, .scalable-ads, .scalable-coversplash {
    -webkit-transition: all linear .25s .1s;
	transition: all linear .2s .1s;
}

/*Media Queries*/

@media only screen and (min-width: 0px) and (max-width: 1100px) {
.padding-right {
    padding-right:12px;
}
.scalable-coversplash {
    margin-right:12px;
}
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
}

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

body {font-size: 80%;}

.scalable-ads {
	width: 50%;
    margin:10px 25% 0px 25%;
}

}

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

body {font-size: 80%;}

.scalable-ads {
	width: 50%;
    margin:10px 25% 0px 25%;
}

}

@media only screen and (min-width: 0px) and (max-width: 767px) {
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 135%;}
h4 {font-size: 115%;}
h5 {font-size: 100%;}
}
