/*
Theme Name: FinancePlus
Theme URI: http://dixipixi.com/
Author: DixiPixi
Author URI: http://themeforest.net/user/dixipixi
Description: Finance Consultancy WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: financeplus
Tags: left-sidebar, custom-menu, featured-images, post-formats

*/

/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1 - Alignment

2 - Caption and Blockquote

3 - Default Widget

4 - Post & Comment Markup

5 - Footer Widget

*/

body {
    word-wrap: break-word;

}
.sticky{
	
}
/*-----------------------
	1 - Alignment
------------------------*/
.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}
/*-----------------------
	2 - Caption and Blockquote
------------------------*/
 .wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
}
 .wp-caption img {
    max-width: 98%;
    height: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.wp-caption-text{
	font-size: 14px;
	font-size: 1.4rem;
}
.sidebar-gallery .flickr_badge_image{
	display:inline;
}
#main-content{
	word-break: break-word;
}
.vc_column_container{
	padding-left: 15px !important;
    padding-right: 15px !important;
}
/*-----------------------
	3 - Default Widget
------------------------*/
.textwidget img{
	height:100%;
	width:100%;
	
}
.textwidget select{
	width:100%;
}
#widget-post-image{
	width:172px;
}
.container.vc_row{
    margin-left: auto !important;
    margin-right: auto !important;
}
.entry-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
table, th, td {
    border: 1px solid #d1d1d1;
}
th, td {
    padding: 10px !important;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
th, td {
    font-weight: normal;
    text-align: left;
	border-width: 0 1px 1px 0;
}
/*-----------------------
	4 - Post & Comment Markup
------------------------*/
.comment-navigation .nav-links{
	margin:20px 0px;
}
.comment-navigation .nav-links .nav-next{
	float:right;
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 24px;
    line-height: 1.6153846154;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    margin-top: 20px;
	background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    width: 100%;
}
.post-password-form input[type="submit"] {
	background-color: #444444;
	background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
.page-links{
	margin: 25px 0px;
}
.page-links .page-links-title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.page-links a{
	padding: 5px 10px;
    background: #3E56B4;
    color: white;
	margin-right:3px;
}
.page-links a:hover{
	color: white;
}
.post-navigation .nav-links{
	margin-bottom: 20px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous{
	display: inline-block;
}
.post-navigation .nav-next{
	float:right;
}
.comment-reply{
	margin-bottom:10px;
}
.comment-respond span.required,
.comment-respond sup{
	color:#f7505a;
	font-weight:bold;
}
.comment-respond .form-sec1{
	margin-top:20px;
}
.comment-thread h3 {
    margin-top: 70px;
}
.comment-thread .media{
	margin:10px 0px;
}
.widget_tag_cloud{
	display:inline-block;
}
.widget_tag_cloud a {

}
.tagcloud a,
.widget_tag_cloud a {
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0 10px;
    line-height: 26px !important;
    position: relative;
    border: 1px solid #eeeeee;
    transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
}
.single-blog-post .tagcloud {
    display: inline;
}
.tagcloud a:hover,
.widget_tag_cloud a:hover {
    border-color: #ffaf36;
}
.entry-content iframe{
	max-width:100%;
}
ol.breadcrumb  li {
	color: #ffaf36;
}
li.media{
	margin-left:30px;
}
.color-white-down {
    color: #e6ebff !important;
}
.vc_column-inner{
	padding-top: 0px !important;
}
#footer2 .footer-widget.border,
#footer2 .footer-widget.border .social-effect,
#footer2 .footer-widget.border p {
	text-align: center !important;
}

/**** post  ****/
.single-blog-post .post-desk p {
    margin-bottom: 20px !important;
}
.blog-post ul,
.single-blog-post ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.blog-post ol,
.single-blog-post ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.blog-post ul ul,
.single-blog-post ul ul,
.blog-post ol ul,
.single-blog-post ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.blog-post ol ol, 
.single-blog-post ol ol, 
.blog-post ul ol,
.single-blog-post ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-left: 15px; 
}


.sticky .post-desk {
    border-top: 2px solid #3f56b4;
}
.single-blog-post .post-desk h1, 
.single-blog-post .post-desk h2, 
.single-blog-post .post-desk h3, 
.single-blog-post .post-desk h4, 
.single-blog-post .post-desk h5, 
.single-blog-post .post-desk h6 { 
    margin-bottom: 10px;
}
blockquote {
    min-height: 135px;
    padding: 35px 35px 30px;
}
blockquote::after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 80px;
    left: 0;
    top: 50%;
    margin-top: -40px;
    background: #3f56b4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-blog-post strong,
.blog-post strong {
    display: inline;
}
.single-blog-post table {
    margin-bottom: 25px;
}
.single-blog-post table a {
    color: #808080;
}
.single-blog-post table a:hover {
    color: #ffaf36;
}
.single-blog-post dl dd {
    margin-left: 15px;
    margin-bottom: 10px;
}
.single-blog-post address {
    font-style: italic;
}
.blog-post .post-desk iframe,
.single-blog-post .post-desk iframe {
    width: 100% !important;
}
.single-blog-post ul,
.single-blog-post ol {
    padding: 0;
}
.single-blog-post ul li,
.single-blog-post ol li {
    margin-bottom: 10px;
}
.single-blog-post ul li ul,
.single-blog-post ol li ol,
.single-blog-post ul li ol,
.single-blog-post ol li ul {
    margin-top: 10px;
    margin-bottom: 0;
}
.single-blog-post ul li ul,
.single-blog-post ol li ol {
    margin-left: 15px;
}

/*** comment box ***/
.comment-box .media-body h1,
.comment-box .media-body h2,
.comment-box .media-body h3,
.comment-box .media-body h4,
.comment-box .media-body h5,
.comment-box .media-body h6 {
    margin-bottom: 10px;
}
.comment-box .media-body p {
    margin-bottom: 20px;
}
.comment-box .media-body table {
    margin-bottom: 20px;
}
.comment-box .media-body table a {
    color: #808080;
}
.comment-box .media-body table a:hover {
    color: #ffaf36;
}
.comment-box .media-body dd {
    margin-bottom: 10px;
    margin-left: 15px;
}
.comment-area  .media-list  .media-list .media-list .replay {
    border: 0;
}

.comment-box .media-body ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.comment-box .media-body ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.comment-box .media-body ul ul, 
.comment-box .media-body ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.comment-box .media-body ol ol, 
.comment-box .media-body ul ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-left: 15px; 
}


.comment-box .media-body ul,
.comment-box .media-body ol {
    padding: 0;
}
.comment-box .media-body ul li ,
.comment-box .media-body ol li {
    margin-bottom: 10px;
}

.comment-box .media-body ul li ul,
.comment-box .media-body ol li ol {
    margin-left: 15px;
}
.comment-box .media-body ul li ul,
.comment-box .media-body ol li ol,
.comment-box .media-body ol li ul,
.comment-box .media-body ul li ol {
    margin-bottom: 0;
    margin-top: 10px;
}
.comment-box .media-body img {
    max-width: 100%;
}
.comment-box .media-body iframe {
    width: 100% !important;
}
.comment-area .media > .media-list {
    border-top: 0;
}
/**** Widget ***/
.widget_categories .cat-item {
    margin-bottom: 20px !important;
}
.widget_recent_comments a {
    word-wrap: break-word;
}
.widget .screen-reader-text {
    display: none;
}
.widget ul li {
    margin-bottom: 10px;
}
.widget ul li span {
   // margin-top: -25px;
}
.widget ul li ul {
    margin-left: 15px;
    margin-bottom: 0;
}
.widget ul li ul li {
    margin-top: 20px;
}
.widget.widget_pages ul li ul li, 
.widget.widget_nav_menu ul li ul li {
    margin-top: 10px;
}
.widget.custom_widget_search .widget-title {
    margin-left: 20px;
}
.widget.custom_widget_search form  {
    width: 95%;
    margin: auto;
    border: 1px solid #eeeeee !important;
}
.widget.widget_text .textwidget p {
    margin-bottom: 30px;
}
.widget.widget_text .textwidget p strong {
    font-size: 14px;
}
.widget.widget_text .textwidget p.wp-caption-text {
    margin-bottom: 0;
}
.widget.widget_tag_cloud .tagcloud a {
    font-size: 15px !important;
    line-height: 20px;
}
.wpb_content_element {
	margin-bottom: 0px !important;	
}
.main-content{
	padding:100px 0px;
}
.color-white-down .style4{
	color:#e6ebff;
}


.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.post-desk .gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.page-links{
 margin: 25px 0px;
 text-align:center;
}
.page-links a span{
 color:#ffffff;
}
.wpb_video_widget .wpb_video_wrapper{
	height:320px;
}
.search-toggole {
	width: 40px
}
.navbar-box .search-toggole {
	width: 63px;
}


/*-----------------------
	5 - Footer Widget
------------------------*/

footer .tagcloud a,
footer .widget_tag_cloud a {
    border-color: #565968;
}

.widget_tag_cloud a:after,
.tagcloud a:after,
footer .tagcloud a:after,
footer .widget_tag_cloud a:after  {
    content: none !important;
}
footer .ft-title {
    margin-bottom: 25px;
}
footer .ft-title span {
    color: #ffffff;
    font-size: 16px;
 }
footer ul li,
footer ul li a {
    color: #565968;
}
footer select {
    border: 1px solid #3F56B4;
}
footer .screen-reader-text {
    display: none;
}
footer table,
footer table th,
footer table td {
    border: 1px solid #1b1f35;
}
footer .calendar_wrap caption {
    color: #ffffff;
}
footer .calendar_wrap tbody a,
footer .calendar_wrap tfoot a {
    color: #ffffff;
}
footer .calendar_wrap th,
footer .calendar_wrap th {
    color: #565968;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li ul {
    margin-left: 15px;
}
footer ul li ul li {
    margin-bottom: 0;
    margin-top: 10px;
}
footer form {
    position: relative;
}
footer form input.form-control {
    outline: none;
    box-shadow: none;
}
footer form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    border: 0;
}
footer .tagcloud a {
    font-size: 15px !important;
    color: #565968;
    line-height: 20px;
}
footer .tagcloud a:after {
    color: #565968;
}
footer .tagcloud a:hover {
    color: #ffaf36;
}
footer p {
    color: #868ba1;
}
.admin-bar #sticker {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	.admin-bar #sticker {
		top: 46px !important;
	}
	.admin-bar .mobile {
		position: fixed !important;
	}
}

.navbar.navbar-fixed-top .navbar-brand {
	padding-top: 32px !important;
}
.wpml-ls-legacy-dropdown-click {
	display:inline-block;
}
.wpml-ls-legacy-dropdown-click {
    width: 130px !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: 26px;
    height: 14px;
}
.tb-lang img {
   padding-right: 0px !important;
}
.wpml-ls-legacy-dropdown-click a {
	background:transparent !important;
	border:none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	background:#fff !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
	color:#333 !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    display: inline-block !important;
}