/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
.e4546-5.x-anchor{
	background-color: transparent!important

}
.e4546-5.x-anchor:hover{
	background-color: transparent!important
}
.e4546-6.x-anchor{
background-color: transparent!important
}
.e4546-6.x-anchor:hover{
background-color: transparent!important
}
.e825-6.x-anchor{
	background-color: transparent!important
}
.e825-6.x-anchor:hover{
	background-color: transparent!important
}
.x-anchor-button  {
  background-color: #00e277!important;
  transition: background-color 0.3s ease; /* Add a smooth transition effect */
	 color: #000!important; 
}
.x-anchor-button .x-anchor-text-primary{
  color: black!important;
}

.x-anchor-button:hover {
  background-color: white!important; /* Change to white on hover */
}
.rit-date {
  margin: 0;
  font-family: 'Uni Neue Regular';
  font-size: 14px;
  color: #1eaf8c;
  font-weight: 200;
  font-style: italic;
}

.rit-title {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}

.rit-button-reverse,
.rit-button {
  font-family: 'Uni Neue Regular', sans-serif;
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 5px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s;
}

.rit-button-reverse:hover,
.rit-button {
  border-color: #00e277;
  background-color: #00e277!important;
  transition: background-color 0.3s ease; /* Add a smooth transition effect */
  color: #000;
}

.rit-button:hover,
.rit-button-reverse {
  background-color: transparent!important; /* Remove a smooth transition effect */
  border-color: rgb(0, 0, 0)!important;
  color: rgb(45, 55, 60);
}
