/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Proba Pro Md';
  src: url('/wp-content/themes/flatsome/assets/fonts/ProbaPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proba Pro';
  src: url('/wp-content/themes/flatsome/assets/fonts/ProbaPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proba Pro';
  src: url('/wp-content/themes/flatsome/assets/fonts/ProbaPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: 'Proba Pro', sans-serif !important;
}
.nav > li > a {
  font-family: 'Proba Pro', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}





.text-banner-main {
  border-left: 3px solid #1d8ec7;
  padding-left: 25px;
}
/*Lang Switch*/

.header-bottom .nav-spacing-large>li {
  margin: 0 10px;
}
.nav-size-large>li>a {
  font-size: 15px;
}
#menu-item-92-uk,
#menu-item-206-uk{
  margin: 0px;
}
#menu-item-92-ru,
#menu-item-206-ru{
  margin: 5px;
}
#menu-item-92-uk,
#menu-item-206-uk{
	margin-right: 0px;
	margin-left: 20px;
}
#menu-item-92-ru,
#menu-item-206-ru{
  margin: 5px;
}
.header-nav-main .current-lang a {
  color: #1d8ec7 !important;
  cursor: default;
  pointer-events: none;
}
.footer .lang-item-uk, .footer .lang-item-ru {
  display: none;
}
.footer .widget span {
  color: #fff;
}
ul.menu>li+li, .widget>ul>li+li {
  border: none;
}
.footer .widget a {
  color: #fff;
  padding: 3px 0;
}
.footer .widget a:hover {
  color: #1d8ec7;
}
.byline {
	display: none;
}





@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}