/*
Theme Name: Finanbux
Theme URI: http://maxxtheme.com/wp/themes/finanbux/
Author: MaxxTheme
Author URI: https://themeforest.net/user/maxxtheme/portfolio
Description: Finanbux is an Awesome Finance, Consulting & Business Muti-Purpose WordPress Theme.It is suitable for any corporate, creative, finance, consulting, portfolio or business agency & can be used for launching any website, intro pages, product launch promos etc.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: finanbux
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.fina-singlePostInfos{
	padding-top:25px;
	width:100%;
}
.fina-entryTitle_warp{
	margin-top: -8px;
    padding-bottom: 20px;
}
.fina-entryTitle{
	font-weight:700;
	letter-spacing: -0.4px;
	color: #151525;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.widget_media_gallery{
	margin:-2.5px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin:0;
	padding:2.5px;
}
.gallery .gallery-item{position:relative;}
.gallery .gallery-item .gallery-caption{
	position:absolute;
	bottom:0;background-color:#fff;
	left: 0;
	padding:5px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
	opacity:0;
	 -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}
.gallery .gallery-item:hover .gallery-caption{opacity:1;}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.fina-post-content .wp-caption-text, 
.comment-content .wp-caption-text{
	margin-top: 8px;
	font-style: italic;
	font-size: 15px;
	color: #56566a;
	font-weight: 600;
}
.fina-post-content .wp-caption .wp-caption-text, 
.comment-content .wp-caption .wp-caption-text{
	font-size: 16px;
	margin-top:10px;
}
p.has-large-font-size{line-height:42px;}
p[style="font-size:46px"]{line-height:50px;}
.wp-block-table tr td{padding:5px 10px;}