/**++++++++++++++++++++ WPHELPER TEAM ++++++++++++++++++++**/

* {
    font-family: "yekan", Sans-serif;
}
a{
	color: #ffb21b;
	text-decoration: none !important;
}
#field_25_8 {
  margin-top: -20px;
  margin-bottom: 7px;
 font-family: "yekan", Sans-serif;
}
#field_28_9
{
  margin-top: -20px;
  margin-bottom: 7px;
   font-family: "yekan", Sans-serif;
}

/* blog download button - start */
.button-87 {
  margin: 10px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 20px;
  display: block;
  border: 0px;
  font-weight: 600;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}
/* blog download button - end */
/*icon box shadow - start*/
.type-page .elementor-element.icon-shadow.elementor-view-default .elementor-icon {
    box-shadow: 0px 0px 10px 0px rgb(255 216 74) !important; 
    border-radius: 100%;
}
/*icon box shadow - end*/


/* vebinar gravity form style -- start */
.gform_required_legend {
  display: none;
}
.wp-gf-form_wrapper h2.gform_title {
    display: none;
}
.wp-gf-form_wrapper div.gfield_price {
    background-color: #ffcf00;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
.wp-gf-form_wrapper input.gform-button--width-full {
    width: 100% !important;
}
