/* Footer About Widget */
.footer-about-widget.default {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
/* Footer Links Widget */
.footer-links-widget {
      padding: 0;
}
.footer-links-widget h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

h4.footer-links-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

 .footer-links-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ttm-one .footer-links-list.show-divider li , .ttm-one .footer-links-list.no-divider li {    
    display: inline-block;
    width: calc(50% - 15px);
}
.footer-links-widget li {
  margin-bottom: 0;
}
.footer-links-widget a {  
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.footer-links-widget .link-icon {
  display: inline-block;
}
.footer-links-list li {
  padding: 8px 0;
}
.footer-links-list a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: color 0.3s ease;
	position: relative;
}
.ttm-link-main a,
.textwidget.custom-html-widget .ttm-link a,
.ttm-elementor-header-two h2.elementor-heading-title.elementor-size-default a {
	position: relative; 
}
span.ttm-ss {
    text-transform: capitalize;
}
.tm-h2-mail span.ttm-ss,
.footer-links-widget.footer-links-last a {
	position: relative; 
}
.textwidget.custom-html-widget .ttm-link a:after,
.ttm-link-main a:after,
.ttm-elementor-header-two h2.elementor-heading-title.elementor-size-default a:after,
.tm-h2-mail span.ttm-ss:after,
.footer-links-widget.footer-links-last a:after,
.footer-links-list a:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	bottom:-1px;
	width: 0;        
	left: 0;
	right: auto;
	background-color: #fff;
}
.ttm-elementor-header-one .ttm-link-main a:hover:after,
.ttm-elementor-header-one .footer-links-list a:after {
	background-color: var(--ttm-skincolor);
}
.textwidget.custom-html-widget .ttm-link a:hover:after,
.ttm-link-main a:hover:after,
.ttm-elementor-header-two h2.elementor-heading-title.elementor-size-default a:hover:after,
.tm-h2-mail span.ttm-ss:hover:after,
.footer-links-widget.footer-links-last a:hover:after,
.footer-links-list a:hover:after {
	width: 100%;  
	transform-origin: left;       
    transition: .5s all ease;
}
.handsy-fbar-box .textwidget.custom-html-widget .ttm-link a:hover, 
.footer-links-widget.footer-links-last a:hover,
.ttm-elementor-header-three .site-footer .ttm-link-main a:hover,    
.ttm-elementor-header-two .ttm-link-main a:hover {
	color: #fff !important;
}
.tm-h2-mail .social-icons li > a {
    line-height: 20px;
}
.footer-links-widget a.link-item {
    display: inline-flex;
    align-items: center;
}  
.footer-links-list.show-divider li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-links-list.show-divider li:last-child {
  border-bottom: none;
}
/* Layouts */
.footer-links-list.icon-left a {
  flex-direction: row;
}
.footer-links-list.icon-right a {
    flex-direction: row-reverse;
    color: var(--body-fonts-color);
}
.footer-links-list.icon-right a:hover { 
	color: var(--ttm-skincolor);
} 
.footer-links-list .link-icon {
	transition: transform 0.3s ease;
}
/* Slide effect */
.footer-links-list.hover-slide.icon-left a:hover .link-icon {
	transform: translateX(5px);
}
.footer-links-list.hover-slide.icon-right a:hover .link-icon {
	transform: translateX(-5px);
}

/* Spin effect */
.footer-links-list.hover-spin a:hover .link-icon {
	transform: rotate(360deg);
}

.tm-footer-email a {
    border-bottom: 1px solid #fff;
}

.tm-footer-btn.elementor-element.elementor-widget-button .elementor-button:hover {
    color: var(--ttm-blackishcolor) !important;
}


/**/
.ttm-elementor-header-two .mc4wp-form-fields input[type="email"] {
    background-color: rgb(255 255 255 / 10%);
}

/**/


.tm-bottom-footer-link .footer-links-default ul li {
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.tm-bottom-footer-link .footer-links-default ul li:before {
   content: '';
    position: absolute;
    right: 0;
    bottom: 12px;
    height: 16px;
    width: 1px;
    background-color: rgba(255 255 255 / 0.20);
}

.tm-bottom-footer-link .footer-links-default ul li:last-child {
    padding: 0;
    margin: 0;
}

.tm-bottom-footer-link .footer-links-default ul li:last-child:before {
    content: unset;
}

.tm-bottom-footer-link .footer-links-default ul li a:not(:hover) {
    color: var(--body-fonts-color);
}

@media(max-width:1025px) {
	.tm-h2-mail span.ttm-ss, .footer-links-widget.footer-links-last a {    
		display: inline;
	}
}
@media(max-width:767px) {
	.footer-links-list li {
		padding: 8px 0 0;
	}
}