/*  

Theme Name: Financial Insights - Mobile Update
Description: Theme built for Financial Insights
Author: Rusty George Creative
Author URI: http://www.rustygeorge.com/
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;
	max-width:100%;
	
	}
	
.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; 
	
	}
	
.rounded { 

	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
	
	}
	
.wp-caption {

	background: none repeat scroll 0 0 transparent;
    border: medium none;
    line-height: 1em;
    margin-bottom: 20px;
    max-width: 98%;
    padding: 1%;
    text-align: left;
	float: left;
	clear: left;
	}
	
.wp-caption img {

	margin:2px auto;
	max-width:100% !important;

	}
	
.wp-caption p.wp-caption-text {

	color: #555; 
	margin:0;
	line-height: 1.3em;
	}

/* 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{clear: both; margin: 50px 0 20px; padding-top: 20px; width: 100%;}
#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;}
 

 
 