/*
 ----------------------------- 
 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: bold;
	font-family:'Open Sans', sans-serif; color: black;
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}
.scalable-op {
	width: auto;
	height: auto;
	max-width: 100%;
	}
.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}


.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;
}


/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 100%;}
    .pdx{
    padding-bottom: 0px;
    padding-left:30px;
    padding-right: 0px;
    padding-top:  30px;
}
    .scalable-op {
	width: auto;
	height: auto;
	max-width: 100%;
	}
}

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

body {font-size: 85%;}
    .pdx{
    padding-bottom: 0px;
    padding-left:15px;
    padding-right: 0px;
    padding-top:  15px;
} 
    .scalable-op {
	width: auto;
	height: auto;
	max-width: 75%;
	}
}

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

body {font-size: 75%;}
    .pdx{
    padding-bottom: 0px;
    padding-left:10px;
    padding-right: 0px;
    padding-top:  10px;
}
     .scalable-op {
	width: auto;
	height: auto;
	max-width: 50%;
	}
    .pdx{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
 body {font-size: 55%;}
    .pdx{
    padding-bottom: 0px;
    padding-left:10px;
    padding-right: 0px;
    padding-top:  10px;
}
     .scalable-op {
	width: auto;
	height: auto;
	max-width: 20%;
  }
    .pdx{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
