/*
Theme Name:     pgio-luna
Description:    MT Luna derivative for pgio.info copywriting portfolio
Author:         pgio
Template:       luna

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.site-info {
	display: none;
}

.nav-links {
	display: none;
}

.footer-contact {
	margin-bottom: 30px;
}

.page-entry-header {
	background-position: center center;
	opacity: 0.9;
}

.home-project-image-bg span h5 { 
	margin: 0;
	color: #ffffff;
	display: inline-block;
	padding: 10px 25px;
	border: 0px solid #e3e3e3;
	background: linear-gradient(to right, rgba(100,100,100,0.1), rgba(100,100,100,0.75) 15%, rgba(100,100,100,0.75) 85%, rgba(100,100,100,0.1));
	
} 


.page-entry-header .entry-title {
	font-size: 3em;
	font-family: AvenirNextLTPro-Bold;
	line-height: 1.2em;
	color: #ffffff;
	background: linear-gradient(to right, rgba(100,100,100,0.0), rgba(100,100,100,0.9) 10%, rgba(100,100,100,0.9) 90%, rgba(100,100,100,0.0));
	
}

@media screen and (max-width: 560px) {
	.page-entry-header .entry-title {
		font-size: 2em;
	}
}

.shadow {
	box-shadow: 6px 6px 6px rgba(80, 80, 80, 0.3);
}


.home-project-image-bg {
	height: 200px;
	display:  table;
	width: 100%;
	float: left;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	opacity: 0.9;
}

.home-project-image-bg span h5:hover{

    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
	-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s, -ms-transform 0.5s ease 0s;
  	-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s; 
	transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}


@media handheld, only screen and (max-width: 750px) {
	.home-project-image-bg {
		width: 100%;
	}
} 


/************************************************
*	Writing Resume Styles			*
************************************************/

.resume_item {
	color: #333340;
	margin-bottom: 10px;
}

.resume_item h1, .resume_item p {
	margin: 0px 0px 8px 0px;
	width: 500px;
	color: #333340;
}

.resume_item p.resume_clients, .resume_item h1 em, .resume_item p a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

/************************************************
*	Acting Resume Styles			 *
************************************************/

.actingresume {
	align: center;
	
}



.resumeitem {
	color: #333340;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	max-width: 700px;
	
}

.resumeitem p {
	margin: 0px 0px 2px 0px;
	line-height: 1em;

}

.resumeitem p span.title {
	display: inline-block;
	margin-right: 10px;
	width: 140px;
	font-weight: bold;
	vertical-align: text-top;
}

.resumeitem p span.role {
	display: inline-block;
	margin-right: 10px;
	width: 120px;
	vertical-align: text-top;
	font-style: italic;
	font-weight: bold;
}

.resumeitem p span.level {
	display: inline-block;
	margin-right: 10px;
	width: 80px;
	vertical-align: text-top;

}

.resumeitem p span.company {
	display: inline-block;
	margin-right: 10px;
	width: 110px;
	vertical-align: text-top;
	font-style: italic;
}

.resumeitem p span.year {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	vertical-align: text-top;

}

.resumeitem p span.IMDB {
	display: inline-block;
	margin-right: 10px;
	width: 60px;
	vertical-align: text-top;

}

.resumeitem p span {
	margin: 0px 0px 8px 0px;
	width: 100px;
	color: #333340;
}

.resumeitem p span a {
	color: #3333FF;
	font-weight: normal;
	font-style: italic;
}

/************************************************
*	Responsive Pic and Cap		        *
************************************************/


.wrapper div {
   max-width: 600px; 
   min-height: 200px;
   padding: 10px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

@media screen and (min-width: 420px) {
   .wrapper {
      height: auto; overflow: hidden; }
   .wrapper > .pic { width: 300px; float: left; }
   .wrapper > .cap { margin-left: 300px; padding: 50px; }
   .wrapper > .cap > p { font-size: 20px; }
}

/************************************************
*	Screenplay			        *
************************************************/
/*

Adapted from screenplay.css by Jonathan Neal
Only for short scripts
by Pete Giovagnoli
*/

/* Elements */

.script-page,
.script-page-content {
	overflow: hidden;
	position: relative;
}

.script-page {
	background: #F9FDE7;
	color: #000;
	word-wrap: break-word;
}

.page-number {
	position: absolute;
}

.script-page {

	max-width: 700px;
}

.script-page-content {

	max-width: 600px;
}

.page-number {
	top: 0.75in;
	right: 1in;
}

.script-page-content {
	margin-left: 30px;
	margin-top: 50px;
	font: 16px/1 'Courier New', Courier, sans-serif;
}

.slugline,
.action,
.character,
.dialog,
.parenthetical {
	margin-bottom: 1em;
	margin-right: 50px;
}

.character + .parenthetical,
.character + .dialog,
.parenthetical + .dialog {
	margin-top: -1em;
}

.character {
	margin-right: 10px;
	margin-left: 100px;
}

.dialog {
	margin-right: 125px;
	margin-left: 50px;
	line-height: 2em;
}

@media screen and (max-width: 420px) {
	.dialog {
		margin-right: 25px;
		margin-left: 50px;
	}
}

.parenthetical {
	margin-right: 75px;
	margin-left: 50px;
}

.sound-fx {
	font-style: italic;
	margin-bottom: 1em;
}

.slugline,
.character,
.action .character-name,
.action .sound-fx,
.action .important-prop {
	text-transform: uppercase;
}