/*
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.   ***************/
/*use custom font*/
@font-face {
  font-family: 'eUkraine';
  src: url('/wp-content/themes/flatsome-child/fonts/e-Ukraine-Regular.otf');
}

@font-face {
  font-family: 'eUkraine-bold';
  src: url('/wp-content/themes/flatsome-child/fonts/e-Ukraine-Bold.otf');
}

.nav > li > a {font-family:  "eUkraine";}
body {font-family:  "eUkraine";}
h1,h2,h3,h4,h5,h6, .heading-font {font-family: "eUkraine-bold";}

/* приховуємо лейбл рекапчі */
body > div > .grecaptcha-badge { 
visibility: hidden !important; 
}

.product-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-video {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 20px;
}

.product-video video {
    display: block;
    width: 100%;
}

/*центрування ux меню*/
.header-inner .menu-item > .sub-menu > .row{
  margin-left: auto !important;
  margin-right: auto !important;
}

.footer {
	background: #555555;
}

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


}