/*
 Theme Name: Fintech WP Child Theme
 Theme URI: https://themeforest.net/user/mnky
 Description: Child theme of Fintech WP WordPress theme.
 Author: MNKY
 Author URI: https://themeforest.net/user/mnky
 Template:     fintech-wp
 Version:      1.0.0
 License: Envato Marketplaces Split Licence
 License URI: Envato Marketplace Item License Certificate
 Tags: theme-options, translation-ready, rtl-language-support, post-formats, microformats, full-width-template, custom-colors, left-sidebar, right-sidebar, fluid-layout
 Text Domain:  fintech-wp-child
*/

.header-style-centred #site-logo {
    float: left;
	margin-top: 15px;
}

/* Header */

#site-navigation {
    float: right;
    margin-top: 15px;
}

.facebook a i {
    font-size: 30px;
    color: #3b5998;
    opacity: 1!important;
}

.instagram a i {
    font-size: 34px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1!important;
}

.youtube a i {
    font-size: 30px;
    color: #f00;
    opacity: 1!important;
}

.language-menu-class {
    position: absolute;
    margin-top: 10px;
}

.language-menu-class ul {
	margin-left: 0px;
}

.language-menu-class ul li {
	display: inline-block;
	float: left;
	padding: 0px 10px 0px 0px;
}

#site-navigation ul li {
    padding: 0 5px 0 0;
}

.language {
	font-weight: 600;
}

.language::after {
    content: "/";
    margin-left: 10px;
    color: #007cc2;
    font-weight: 300;
}

.language:last-child::after {
	display: none;
}

/* menu */

.wpml-ls-flag {
	margin-top: 3px;
}

.bellows {
	margin: 0px!important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-custom-content {
    background: #007cc2;
	padding: 10px 20px;
	font-weight: 600;
}

.bellows .bellows-nav .bellows-submenu .bellows-target {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: 14px;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target {
    background: #7500e2!important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-target {
    color: #ffffff!important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-custom-content, .bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-widget .textwidget {
    color: #007cc2!important;
    background: #f9f9f9;
    font-weight: 600;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-target:hover {
	background: #eaeaea!important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-custom-content {
    border-bottom: 1px solid #01649c!important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-item > .bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target {
    background: #7500e2!important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
    background: #7500e2!important;
}

.bellows .bellows-nav .bellows-subtoggle .fa {
    margin-top: -5px;
    color: #ffffff;
    font-size: 10px;
	left: 20px!important;
}

.bellows .bellows-nav li .bellows-submenu .bellows-subtoggle .fa {
    color: #007cc2;
}

.bellows .bellows-nav li ul li .bellows-subtoggle {
    width: 100%!important;
    justify-content: flex-end!important;
    margin-right: 30px;
}

.bellows-item-level-0 > a > .bellows-target-title {
	display: grid!important;
    grid-template-columns: 30px calc(100% - 30px);
}

.menu-icon {
    margin-right: 10px!important;
    font-size: 14px;
	min-width: 20px;
}

#mobile-site-navigation ul li.menu-item-has-children.submenu-open > ul {
	max-height: none;
}

/* Content */

.mp-container .mp-content-container {
    padding: 20px 0px;
}

.mp-container .mp-inner-container {
    box-shadow: none;
}

.read-more {
    font-weight: 600;
	color: #7500e2;
}

.read-more:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f30b";
	margin-left: 10px;
}

.franklin {
    padding: 30px;
}

img.alignright {
	margin-bottom: 7px;
}

/* 
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
	display: inline-block;
    content: "";
    background: #9d35fe;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 99px;
}

*/

/* Footer */

.site-footer .inner {
	padding-bottom: 20px;
}

.site-info .inner {
    padding: 0 30px;
}

.site-info .copyright-separator {
    border-top: 2px solid rgba(255,255,255,0.2);
}

.social-footer {
	display: inline-block;
	float: right;
}

/* Mobile */

#mobile-site-header {
    height: 100px;
}

#mobile-site-navigation .mobile-menu-header {
    height: 100px;
    background: #9d35fe!important;
}

#mobile-site-navigation .mobile-menu-heading {
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
}

#mobile-site-navigation .mobile-menu-header i {
    margin-top: 37px;
}

#mobile-site-navigation ul.menu li > a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding: 10px 10px 10px 30px;
}

/* News */

.single-post .entry-header {
    text-align: left;
}

.single-post .entry-title {
    font-size: 36px;
    font-weight: 600;
}

.entry-meta {
    font-size: 16px;
    margin-bottom: 20px;
}

.solidarni {
	margin-bottom: 10px;
}

.solidarni img {
	width: 40px;
}

.social-menu {
	list-style: none;
	margin: 0px;
}

.social-menu li {
	display: inline-block;
	margin-right: 20px;
}

/* UE project */

.ue-logo {
	width: 1200px;
    margin: auto;
    position: relative;
}

.ue-logo li {
	list-style: none;
	position: absolute;
    bottom: -37px;
    right: -50px;
    padding: 12px;
    background: #011489;
    border-radius: 10px;
    height: auto;
}

.ue-logo li img {
	height: 50px!important;
	width: auto!important;
}

@media only screen and (max-width: 479px) {
		
	.mnky-content-box:not(.keep-paddings) {
		padding: 10px !important;
	}
	.entry-content .alignleft, .entry-content .alignright {
		margin-bottom: 20px;
		margin-left: 0px;
	}
	
	.language-menu-class {
		position: relative;
		display: block;
	}
	
	.language-menu-class ul li {
		float: none;
	}
	
	.language::after {
		display: none;
	}
	
	.solidarni {
		text-align: right;
		margin: 10px 30px;
	}
	
	.ue-logo {
		width: auto;
	}

	.ue-logo li {
		bottom: -120px;
		right: 15px;
		padding: 8px;
		border-radius: 8px;
	}

	.ue-logo li img {
		height: 25px!important;
	}

}

@media only screen and (max-width: 1023px) {

	#sidebar {
		display: none;
	}

}

@media only screen and (min-width: 1024px) {

	.column-count-3 .mp-container {
		margin-bottom: 0px;
	}

}