/*
 Theme Name:     Troopworld Ltd
 Theme URI:      https://www.troopworld.com
 Description:    Child theme developed for Troopworld Ltd from WP TwentyTweenty
 Author:         Troopworld Ltd
 Author URI:     https://www.troopworld.com
 Template:       twentytwenty
 Version:        1.7
 License: 	 GNU General Public License v2 or later
 License URI: 	 https://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Remove Homepage Title on static front page */
.home .entry-title {
     display: none;
}

h1.entry-title {
  font-size: 34px !important;
  line-height:0.3;
}
.intro-text p {
  font-size: 16px !important;
}
footer {
  font-size: 12px !important;
}
.post-inner {
  padding-top: 0px;
}

/* Archive Category Header Title */
.archive-title {
  visibility: hidden;
}
.archive-header {
  padding: 0;
}

/* Hide ReCaptcha */
.grecaptcha-badge { 
    visibility: hidden;
}