/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('fonts/Montserrat-Light.eot');
  src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/Montserrat-Light.woff2') format('woff2'),
  url('fonts/Montserrat-Light.woff') format('woff'),
  url('fonts/Montserrat-Light.ttf') format('truetype'),
  url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat', sans-serif;
  src: url('fonts/Akrobat-Bold.eot');
  src: url('fonts/Akrobat-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Akrobat-Bold.woff2') format('woff2'),
  url('fonts/Akrobat-Bold.woff') format('woff'),
  url('fonts/Akrobat-Bold.ttf') format('truetype'),
  url('fonts/Akrobat-Bold.svg#Akrobat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat', sans-serif;
  src: url('fonts/Akrobat-Black.eot');
  src: url('fonts/Akrobat-Black.eot?#iefix') format('embedded-opentype'),
  url('fonts/Akrobat-Black.woff2') format('woff2'),
  url('fonts/Akrobat-Black.woff') format('woff'),
  url('fonts/Akrobat-Black.ttf') format('truetype'),
  url('fonts/Akrobat-Black.svg#Akrobat-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat', sans-serif;
  src: url('fonts/Akrobat-Regular.eot');
  src: url('fonts/Akrobat-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/Akrobat-Regular.woff2') format('woff2'),
  url('fonts/Akrobat-Regular.woff') format('woff'),
  url('fonts/Akrobat-Regular.ttf') format('truetype'),
  url('fonts/Akrobat-Regular.svg#Akrobat-Regular') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'Akrobat' !important;
  font-weight: 900;
}
h2,h3,h4,h5,h6{
  font-family: 'Akrobat' !important;
  font-weight: 900; 
}*/

.fusion-header .fusion-logo{
  transition: all 0.3s ease 0s;
}
.fusion-header-wrapper.fusion-is-sticky .fusion-header .fusion-logo{
  width: 100px;
}

