/*--------------footer-----------*/
 .ftrwtdizox footer {
	 padding: 60px 0px 0px 0px;
	 background-color: var(--theme-quaternary);
}
 .ftrwtdizox_footer {
	 font-size: 14px;
}
 .ftrwtdizox_footer__content h5,
 .ftrwtdizox_footer__content h3 {
	 color: var(--theme-quaternary-text);
	 position: relative;
	 padding-bottom: 10px;
	 font-weight: 700;
}
 .ftrwtdizox_footer__content h5:after,
 .ftrwtdizox_footer__content h3:after {
	 content: '';
	 background-color: var(--theme-secondary-text);
	 position: absolute;
	 width: 80px;
	 height: 2px;
	 bottom: 0px;
	 left: 2px;
}
.ftrwtdizox_footer__content h3 {
	font-size: 1.4rem;
}
 .ftrwtdizox_footer__content p {
	 color: var(--theme-quaternary-text);
}
 .ftrwtdizox_footer__content ul {
	 list-style: none;
	 padding: 0px;
}
 .ftrwtdizox_footer__content li {
	 line-height: 40px;
	 list-style-type: none;
}
 .ftrwtdizox_footer__content li a {
	 color: var(--theme-quaternary-text);
	 text-decoration: none;
}
 .ftrwtdizox_footer__content li a:hover {
	 color: var(--theme-quaternary-text-hover);
}
 .ftrwtdizox_footer__link li {
	 color: var(--theme-quaternary-text);
}
 .ftrwtdizox_footer__link li i {
	 margin-right: 0.5rem;
}
 .ftrwtdizox_footer__copyright {
	 color: var(--theme-quaternary-text);
}
 .ftrwtdizox_footer-header-fields button {
	 background: var(--theme-quaternary-text);
}
 .ftrwtdizox_footer-header-fields button i {
	 color: var(--theme-quaternary);
}
 .ftrwtdizox_footer__icon a {
	 color: var(--theme-secondary-text);
	 font-size: 16px;
	 margin: 0px 7px;
	 background-color: transparent;
	 border-radius: 100%;
}
 .ftrwtdizox_footer__straight--line {
	 width: 80px;
	 height: 2px;
	 margin: 20px 0px;
	 background-color: var(--theme-secondary);
}
 .ftrwtdizox_footer__straight--line:hover {
	 width: 120px;
	 transition: all 0.5s;
}
 .ftrwtdizox .subscribers-form {
	 border: 2px solid #fff;
	 padding: 10px;
}
 .ftrwtdizox .subscribers-form .input-group {
	 margin-bottom: 0px !important;
}
 .ftrwtdizox .subscribers-form input {
	 background: transparent;
	 padding: 5px;
	 border: none !important;
	 box-shadow: none;
	 color: #fff !important;
}
 .ftrwtdizox .subscribers-form input::placeholder {
	 color: #fff !important;
}
