/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Web Design Davao
 Author URI:     https://webdesigndavao.xyz
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


@font-face {
  font-family: gothambold;
  src: url(/wp-content/themes/divi-child/fonts/Gotham-Bold.otf);
}

@font-face {
  font-family: gothammedium;
  src: url(/wp-content/themes/divi-child/fonts/GothamMedium_1.ttf);
}

@font-face {
  font-family: gravitybold;
  src: url(/wp-content/themes/divi-child/fonts/Gravity-Bold.otf);
}

@font-face {
  font-family: gravitybook;
  src: url(/wp-content/themes/divi-child/fonts/Gravity-Book.otf);
}

@font-face {
  font-family: gravityregular;
  src: url(/wp-content/themes/divi-child/fonts/Gravity-Regular.otf);
}

@font-face {
  font-family: adlinnakabold;
  src: url(/wp-content/themes/divi-child/fonts/Adlinnaka-Bold.ttf);
}


body, strong, p  {
    font-family:gravitybook, arial, sans-serif;
}

/****Footer Navigation*****/
body:not(.page-id-23) #main-footer #et-footer-nav {
    display: none;
}

/****Single Post*****/
.single #main-content>.container:before{
    display: none;
}
