/*
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.   ***************/
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../index.html'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../index.html#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../index.html') format('woff2'), /* Super Modern Browsers */
       url('../index.html') format('woff'), /* Modern Browsers */
       url('../index.html') format('truetype'), /* Safari, Android, iOS */
       url('../index.html#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../index.html'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../index.html#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../index.html') format('woff2'), /* Super Modern Browsers */
       url('../index.html') format('woff'), /* Modern Browsers */
       url('../index.html') format('truetype'), /* Safari, Android, iOS */
       url('../index.html#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../index.html'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../index.html#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../index.html') format('woff2'), /* Super Modern Browsers */
       url('../index.html') format('woff'), /* Modern Browsers */
       url('../index.html') format('truetype'), /* Safari, Android, iOS */
       url('../index.html#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../index.html'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../index.html#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../index.html') format('woff2'), /* Super Modern Browsers */
       url('../index.html') format('woff'), /* Modern Browsers */
       url('../index.html') format('truetype'), /* Safari, Android, iOS */
       url('../index.html#Roboto') format('svg'); /* Legacy iOS */
}



.header_subnavi .ux-menu-link__link
{
    border-bottom-color: #282828;
    border-bottom-width: 1px;
    min-height: 0;
    padding-bottom: 0em;
    padding-top: 0em;
    font-size: 16px !important;
    font-weight: bold;
}
.header_subnavi .ux-menu-link__link:hover
{
    color:#FFA000 !important;
}



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


}
