/*-----------------------------------

	Newslatter Style Start

------------------------------------*/

.tnp-subscription .tnp-field-firstname label{
	color: var(--color-06);
    font-size: 16px;
}

.tnp-subscription .tnp-field-firstname .tnp-name{
	border: 1px solid var(--theme-color-3);
    border-radius: 5px;
    background-color: transparent;
    color: #979fa6;
    height: 40px;
}

.tnp-subscription .tnp-field-email label{
	color: var(--color-06);
    font-size: 16px;
}

.tnp-subscription .tnp-field-email .tnp-email{
	border: 1px solid var(--theme-color-3);
    border-radius: 5px;
    background-color: transparent;
    color: #979fa6;
    height: 40px;
}

.tnp-subscription .tnp-privacy-field .tnp-privacy{
    max-width: 2em;
	border: 2px solid var(--theme-color-3);

}
.tnp-subscription .tnp-privacy-field .tnp-privacy:checked{
    background-color: var(--theme-color-1);
}

.tnp-subscription .tnp-privacy-field label{
  padding: 5px 0px;
}

.tnp-subscription .tnp-privacy-field label a{
   color: var(--color-06);
   font-size: 14px;
}

.tnp-subscription .tnp-field-button .tnp-submit{
  border: 1px solid var(--theme-color-3);
  border-radius: 5px;
  width: 85%;
  text-align: center;
  font-weight: 700;
  height: 42px;
  background-color: transparent;
  color: var(--theme-color-3);
}

.tnp-subscription .tnp-field-button .tnp-submit:hover{
   background-color: var(--theme-color-3);
   color: var(--color-04);
}

.newsletterLinkContent{
	font-size: 13px !important;
    color: var(--color-05) !important;
}

.newsletterLinkContent a{
	color: var(--theme-color-3);
}

.newsletterLinkContent a:hover{
	 color: var(--color-06);
}

@media screen and (max-width: 575px)
.tnp-field-button{
	text-align: center !important;
}

/*-----------------------------------

	Newslatter Style End

------------------------------------*/