/*  

Theme Name: Screenplay
Theme URI: http://epicthemes.net
Description: Minimal jQuery ajax portfolio theme with great features and an extensive theme admin.
Version: 1.2
License: GNU General Public License
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Author: Epicthemes
Author URI: http://epicthemes.net
Tags: three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments


*/

#wpadminbar #adminbarsearch-wrap {float:right;}

/* Required Wordpress classes */

.alignleft { 

	float:left; 
	margin:0 20px 10px 0 !important
	
	}
	
.alignright { 
	
	float:right; 
	margin:0 0 20px 10px !important
	
	}
	
.aligncenter,
img.aligncenter {

	clear:both;
	display: block;
	margin-left:auto;
	margin-right: auto; 
	margin-bottom:0;
	
	}
	
.alignleft-nomarginbottom { 

	float:left;
	margin:0 20px 0 0 !important
	
	}
	
.alignright-nomarginbottom {

	float:right; margin:0 0 0 20px !important
	
	}
	
.baseline-right {
	
	float:right; 
	vertical-align:baseline; 
	display:block; 
	margin-left:20px; 
	
	}
	

	
.wp-caption {

	background: #f4f4f4;
	line-height: 1.3em;	
	margin-bottom: 20px;	
	padding: 2px;	
	text-align: center; 
	border:1px solid #f1f1f1;

	}
	
.wp-caption img {

	margin:3px auto;
	border:1px solid #f1f1f1;
	max-width:100%;
	}
	
.wp-caption p.wp-caption-text {
	color: #666; 
	margin:0;
	
	}

/* Default Wordpress gallery styles */
.gallery {
	
	margin: 0 auto 18px;
	
	}
	
.gallery .gallery-item {
	
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	
	}

.gallery-columns-2 .gallery-item {
	
	width: 50%;
	
	}

.gallery-columns-4 .gallery-item {
	
	width: 25%;
	
	}

.gallery img {
	
	border: 0px solid #fff;
	
	}

.gallery-columns-2 .attachment-medium {
	
	max-width: 92%;
	height: auto;
	
	}

.gallery-columns-4 .attachment-thumbnail {
	
	max-width: 84%;
	height: auto;

	}

.gallery .gallery-caption {
	
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;

	}

.gallery dl {
	
	margin: 0;
	
	}

.gallery img {
	
	border:none;
	display: block;

	}

.gallery br+br {
	display: none;
	}

.bypostauthor{}
.sticky{}

/**
 * Other global classes
 * THese classes are default framework classes that are required for all child themes
 *
 * @ Since ver.1.0
 */
 
 
 
 /**
 * Social media share buttons
 *
 * @ Since ver. 1.0
 */
 
.epic_sharing{width:100%;  clear: both; margin:20px 0;}
#fb-root, .fb-like, .twitter-share-button{ float: left; clear: none; margin:0 10px 20px 0;}
#fb-root{width:1px;}
.fb-like{width:1px;}
.twitter-share-button{width:1px;}
 

 
 