/**
* Theme Name: Antra Child
* Description: This is a child theme of Antra, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: antra
* Version: 1.0.5
*/

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --e-global-typography-primary-text-transform: none !important;
  --e-global-typography-secondary-text-transform: none !important;
  --e-global-typography-accent-text-transform: none !important;
}

.entry-title a {
  text-transform: none !important;
}

.post-author
{
    display: none !important;
}