/**
 * Theme Name:     Finance Child
 * Author:         Themesflat
 * Template:       finance
 * Text Domain:	   finance-child
 * Description:    Finance is a clean and professional site template, perfect for , any business and personal chef web sites. Built on the Advanced Bootstrap 3 framework with HTML5 / CSS3. Its responsive too – Will fit great on all devices. More features with 5 Homepages (Full Screen, One Page, Video One Page, Video Full Screen One Page, Full Screen One Page, Parallax, Video Parallax, Video Full Screen), and much more gives you more space to work with and also with a few lines of code
 */
 
body {
    font-size: 18px;
    line-height: 1;
    font-family: "ProbaPro";
    font-weight: 400;
    background-color: #dee4e7;
}
.themesflat-boxed>.container {
	padding: 0px;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
}

/* Header */
.flat-top.header-style1 .custom-info {
	display: none;
}
.flat_header_wrap.header-style1 .container {
	padding: 0 20px;
}
header .main-logo {
    display: flex;
    cursor: pointer;
    background: transparent;
    border: 0;
    text-align: left;
    padding: 0;
}
header .main-logo:hover, header .main-logo:focus {
	background-color: transparent !important;
}
header .main-logo .icon {
    position: relative;
    width: 4px;
    height: 40px;
    background-color: #004BC1;
}
header .main-logo .icon:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 4px;
    height: 20px;
    background-color: #ffe358;
}
header .main-logo_text {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 25px);
    flex: 0 0 calc(100% - 25px);
}
header .main-logo_text span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    height: 20px;
    border-bottom: none !important;
    max-width: 100%;
    flex: 0 1 100%;
    min-width: 90px;
    margin-left: 10px;
}
header .main-logo_text .light {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: 20px;
    margin-top: 5px;
}
.modal {
    z-index: 2050;
}
.modal-dialog {
	width: 70&;
}
.modal.gov {
	background-color: rgba(0,0,0,.3);
}
.modal.gov .gov-ua {
    margin: 75px auto;
	background-color: #31486c;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.modal.gov .gov-ua .modal-body {
	padding: 35px;
}
.close {
    position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
	border: 1px solid #31486c;
	border-radius: 0px;
}
.close:hover, .close:focus {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
	border: 1px solid #fff;
}
.modal.gov .gov-ua .outer-links {
    color: #ffffff;
	list-style: none;
    line-height: 30px;
    margin-right: 25px;
}
.modal.gov .gov-ua .outer-links li {
    line-height: 20px;
    margin-bottom: 10px;
}
.modal.gov .gov-ua .outer-links a {
	font-size: 18px;
    color: #ffffff;
}
.modal.gov .gov-ua .outer-links a:hover {
	text-decoration: underline;
}
header .main-title {
    color: #fff;
    display: block;
    text-align: center;
}
header .main-title .icon {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(image/img-coat-of-arms.svg);
}
header .main-title .h1 {
    font-weight: 600;
    color: #fff;
    font-variant: small-caps;
    margin-bottom: 7px;
    font-size: 180%;
    letter-spacing: 0.15rem;
    padding-top: 14px;
    padding-left: 5px;
    margin-top: 20px;
    line-height: 1.1;
}
header .main-title .light {
    color: #aab3c6;
    font-size: 100%;
    letter-spacing: .2px;
    padding-top: 2px;
    left: 2px;
    position: relative;
}
header .additional {
    float: right;
    width: 200px;
    padding-top: 5px;
}
header .additional ul li {
    cursor: pointer;
    margin-bottom: 22px;
}
header .additional ul li .icon {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 13px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    position: relative;
    top: -5px;
    left: 10px;
}
header .additional ul li.change-vision .icon {
    background-image: url(imageicn-accessability.svg);
}
header .additional ul li span {
    color: #ffffff;
    display: block;
    width: 100%;
    padding-left: 48px;
    line-height: 1.2;
    font-size: 98%;
    -webkit-transition: 0.2s 
ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s 
ease-in-out;
}
header .additional ul li.change-vision span {
    color: #ffffff;
}
header .show-search {
    float: right;
    margin-left: auto;
}
header .show-search a {
	color: #ffffff;
    width: 100%;
    height: 35px;
    background: none;
    display: block;
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    margin: 10px 0;
	padding-left: 35px;
	background: url(image/ico-search.svg) no-repeat center left;
}
header .show-search a:hover {
	text-decoration: underline;
}
.top-search {
    width: calc(100% + 10px);
	left: -5px;
    right: -5px;
	padding: 30px;
	background-color: #273043;
}

#mainnav .menu-item.menu-item-has-children:before {
    color: #fff;
}
#mainnav > ul > li > a {
    line-height: 56px;
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    text-transform: none;
}
#mainnav ul.sub-menu > li {
    border-top: 1px solid #234161 !important;
}
#mainnav ul.sub-menu > li > a {
	padding: 10px 15px;
    line-height: 22px;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
    background-color: #fff;
}

/* News */
.home-news {
	padding: 30px;
}
.home-news .news .row, .home-news .rss .row {
	margin-top: 20px;
}
.home-news .news-item, .home-news .rss-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.home-news a .title {
	color: #2d5ca6;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    font-weight: 400;
	margin: 5px 0;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.home-news a:hover {
	color: #23527c;
    text-decoration: underline;
}
.home-news p {
	margin: 10px 0 5px;
}
.home-news .date {
	position: relative;
    color: #a7a9af;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.news-item .date {
	padding-left: 30px;
}
.news-item .date:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
    height: 24px;
    width: 24px;
	background: url(image/ico-clock.svg) no-repeat center center;
}
.news-item .post-categories {
	list-style: none;
	margin: 0 3px 5px 0;
}
.news-item .post-categories li {
	display: inline-block;
    border-radius: 30px;
    border: 2px solid rgba(0, 75, 193, 0.1);
    background: #F5F7FA;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-transform: none;
    padding: 4px 10px;
    letter-spacing: normal;
}
.all-news {
	text-align: right;
}
.all-news a {
	color: #2D5CA6;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: inline-flex;
    align-items: center;
}
.all-news a:after {
    content: '';
    background-image: url(image/arrow-blue.svg);
	background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 5px;
}

.elementor-element-ef86988, .elementor-element-57e2091, #slider_home_ua, .elementor-element-6ce983bb, .elementor-element-12ad0e42, .elementor-element-397a291, .elementor-element-1ef67e4b {
	display: none;
}

/* home-buttons */
.home-buttons {
	padding: 20px;
}
.home-button {
	padding: 10px;
}
.home-button a {
	background-color: #234161;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	font-size: 20px;
	color: #fff;
	height: 100px;
}
.home-button a:hover, .home-button a:focus {
	background-color: #1E2A3D;
}
.home-button a .fas {
	font-size: 40px;
	margin-right: 15px;
}

/* Footer */
.elementor-section.elementor-element-1688a1e1, .elementor-section.elementor-element-11e57ad7 {
	display: none;
}
.footer {
	padding: 0 20px;
}
.flat-before-footer {
    border-bottom: 1px solid #eee;
}
.bottom {
	padding: 20px 20px;
    border-top: 0px solid #394348;
}
.bottom .copyright {
    color: #444;
}
.copyright .description .item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
	font-size: 14px;
}
.copyright .description .item .icon {
    width: 50px;
    max-width: 50px;
    flex: 0 0 50px;
    height: 50px;
    margin-right: 15px;
    position: static;
}
.copyright .description .item:nth-child(1) .icon {
    background-image: url(image/footerkmuicon.svg);
}
.copyright .description .item:nth-child(2) .icon {
    height: 25px;
    background-image: url(image/beta.svg);
    background-size: contain;
}
.copyright .description .item span {
    font-size: 18px;
    display: block;
    line-height: 20px;
    letter-spacing: 0.1px;
    line-height: 1.1em;
    color: #1D1D1B;
}
.copyright .developer {
    position: relative;
    top: -10px;
}
.copyright .developer .license {
    display: flex;
    align-items: center;
}
.copyright .developer .license .icon {
    width: 50px;
    max-width: 50px;
    flex: 0 0 50px;
    height: 50px;
    margin-right: 15px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(image/cc-logo.svg);
    position: static;
}
.copyright .developer .license span {
    color: #aab3c6;
    font-size: 14px;
}
.copyright .developer .license a {
    color: #2d5ca6;
    font-weight: 500;
}
.copyright .developer .license a:hover {
	text-decoration: underline;
}