/*
Theme Name: Tevily Child
Theme URI: https://gaviaspreview.com/wp/tevily/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Tevily theme.
Template: tevily
*/

.elementor-heading-title {
	display:none;
}

.post:not(.post-single-content) .post-thumbnail .entry-date {
	display:none;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-meta {
	display:none;
}

.gsc-pricing.style-1, .gsc-pricing.style-2{
	padding: 55px 0 0px 0px !important;
}

.gsc-pricing.style-1 .content-inner .title, .gsc-pricing.style-2 .content-inner .title {
	margin: 0px !important;
}

.gsc-pricing.style-1 .content-inner, .gsc-pricing.style-2 .content-inner {
	max-width: 98% !important;
}

.gsc-pricing.style-1 .content-inner .plan-price, .gsc-pricing.style-2 .content-inner .plan-price {
	padding-bottom: 0px !important;
}

.gsc-pricing.style-1 .content-inner .pricing-action, .gsc-pricing.style-2 .content-inner .pricing-action {
	padding-top: 0px !important;
}
    
    .hht {
        margin: -1em 0 0 0;
  font-weight: bold;
  animation: colorChange 2s infinite;
}

.center-div {
  margin:-0.5em 0 0.5em 0;
}

@keyframes colorChange {
  0%   { color: red; }
  25%  { color: blue; }
  50%  { color: green; }
  75%  { color: orange; }
  100% { color: red; }
}

.ttc p {
    text-align: center;
}
.ttc div {
    text-align: center;
}