/**
* Theme Name: Noxe Child
* Description: This is a child theme of Noxe.
* Author: <a href="https://gloriathemes.com/">Gloria Themes</a>
* Template: noxe
* Version: 1.1.8
*/

.gt-title-listing .swiper-container {
    padding: 35px 0 0;
}

.gt-title-item.gt-style-1:hover .gt-poster, .gt-title-item.gt-style-1:focus .gt-poster {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, .35);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .35);
	border: 0;
}

.gt-title-item.gt-style-1 .gt-poster  {
    -webkit-transition: all .3s cubic-bezier(0.3,0.58,0.55,1);
    -moz-transition: all .3s cubic-bezier(0.3,0.58,0.55,1);
    transition: all .3s cubic-bezier(0.3,0.58,0.55,1);
}

.gt-team .gt-social-links.gt-size-s ul li i {
    font-size: 3rem;
}

.gt-off-canvas.gt-style-1 .gt-drilldown-menu ul li a,
.gt-off-canvas.gt-style-1 .gt-drilldown-menu ul li a:visited {
	color: #777;
}

.home .gt-header .gt-menu {
	display: none;
}

.gt-off-canvas.gt-style-1 .gt-content .gt-bottom a:hover,
.gt-off-canvas.gt-style-1 .gt-content .gt-bottom a:focus {
    color: var(--gt-main-secondary-color);
}

.gt-footer-widgets.gt-style-1.gt-dark a[href^="mailto:"]:hover,
.gt-footer-widgets.gt-style-1.gt-dark a[href^="mailto:"]:focus,
.gt-footer-widgets.gt-style-1 a[href^="mailto:"]:hover,
.gt-footer-widgets.gt-style-1 a[href^="mailto:"]:focus {
	color: #fff;
}

.gt-off-canvas.gt-style-1 .gt-drilldown-menu ul li {
    line-height: 1.1;
}