/**
* Theme Name: Liftsupply Child
* Description: This is a child theme of Liftsupply, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus Team</a>
* Template: liftsupply
* Version: 1.1.6
*/

a.elementor-button.elementor-button-link.elementor-size-sm:focus{
	background-color: #7EC248;
}

.image-effect-white a {
    position: relative;
    overflow: hidden;
    display: block
}

.post-inner:hover .image-effect-white a:before, .single-hentry:hover .image-effect-white a:before, .entry-brief:hover .image-effect-white a:before {
    -webkit-animation: shine 800ms;
    animation: shine 800ms;
}

.image-effect-white a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -khtml-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.layout-post-style-1 .post-inner{
    margin-bottom: 45px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.layout-post-style-1 .post-inner:hover{
    -webkit-box-shadow: 0 23px 29px rgba(0,0,0,.18);
    -khtml-box-shadow: 0 23px 29px rgba(0,0,0,.18);
    -moz-box-shadow: 0 23px 29px rgba(0,0,0,.18);
    -ms-box-shadow: 0 23px 29px rgba(0,0,0,.18);
    -o-box-shadow: 0 23px 29px rgba(0,0,0,.18);
    box-shadow: 0 23px 29px rgba(0,0,0,.18)
}

.layout-post-style-1 .item--title{
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
}

.layout-post-style-1 .item--content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
    line-height: 22px;
}

.layout-post-style-1 .item--title:before{
    content: "";
    width: 37px;
    height: 3px;
    bottom: -1px;
    left: 0;
    position: absolute;
    background-color: #53a4da
}

.layout-post-style-1 .item--title a{
    color: inherit
}

.layout-post-style-1 .item--title a:hover{
    color: #53a4da
}

.layout-post-style-1 .item--featured{
    position: relative
}

.layout-post-style-1 .item--featured img{
    width: 100%;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    height: 300px;
    object-fit: cover;
}

.layout-post-style-1 .item--featured .item--date{
    position: absolute;
    bottom: -24px;
    left: 27px
}

.layout-post-style-1 .item--meta{
    margin-top: 3px;
    margin-bottom: 3px
}

.layout-post-style-1 .item--body{
    background-color: #fff;
    padding: 30px 27px 27px
}

.layout-post-style-1 .item--featured+.item--body{
    padding-top: 48px
}

.layout-post-style-1 .item--readmore{
    margin-top: 5px;
    display: none
}


.layout-post-style-1 .post-inner:hover .item--featured img{
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%)
}

.ct-date-box {
    height: 80px;
    width: 80px;
    background-color: #53a4da;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-align: center;
    color: #fff
}

@media screen and (max-width: 767px) {
    .ct-date-box {
        bottom:20px;
        left: 20px;
        width: 74px;
        height: 74px
    }
}

.ct-date-box span:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 2px
}

.ct-date-box span:nth-child(2) {
    line-height: 1;
    font-size: 16px
}

.ct-item-meta {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 20px
}

.ct-item-meta li {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #53a4da;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #53a4da;
    margin-bottom: 6px
}

@media screen and (max-width: 767px) {
    .ct-item-meta li {
        padding-right:8px;
        margin-right: 8px
    }
}

.ct-item-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.ct-item-meta li a {
    color: inherit;
    position: relative
}

.ct-item-meta li a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(83,164,218,.67);
    position: absolute;
    left: 0;
    bottom: -6px;
    opacity: 0;
    -webkit-transition: .2s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .2s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .2s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .2s cubic-bezier(.24,.74,.58,1);
    -o-transition: .2s cubic-bezier(.24,.74,.58,1);
    transition: .2s cubic-bezier(.24,.74,.58,1)
}

.ct-item-meta li a:hover:before {
    bottom: 0;
    opacity: 1
}

.accent-color {
    color: #61ce70;
}

.elementor-select-wrapper .select-caret-down-wrapper{
    display: none;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}


.single-content .entry-featured {
    position: relative;
    overflow: hidden;
}

.single-content .item--date{
    position: absolute;
    left: 24px;
    bottom: 30px;
}

.single-content .entry-featured .post-thumbnail{
    margin-bottom: 0px;
}


.single-content .entry-featured:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(25, 25, 25, .2);
    z-index: 1;
    -webkit-transition: .3scubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3scubic-bezier(.24,.74,.58,1);
}

.single-content .entry-featured img {
    -webkit-transition: .3scubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3scubic-bezier(.24,.74,.58,1);
    width: 100%;
}

.single-content .entry-header .entry-meta{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.single-content .entry-meta:before {
    content: "";
    width: 37px;
    height: 3px;
    bottom: -1px;
    left: 0;
    position: absolute;
    background-color: #53a4da;
}

.single-content span.post-author, .single-content .entry-meta a{
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #53a4da;
    margin-right: 15px;
    margin-bottom: 6px;
}

.single-content span.post-author{
    border-right: 1px solid #53a4da;
}

.single .hentry .entry-header .entry-meta .categories-link{
    color: #53a4da;
    font-weight: 600;
}

.single .hentry .entry-header .entry-meta .categories-link a{
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #53a4da;
    margin-left: 5px;
}

.elementor-element.elementor-element-a331eeb.elementor-widget-liftsupply-nav-menu {
    margin-block-end: 0px;
}

span.size-slider1{
	background-color: #53A4DA;
    font-family: "Archivo", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 35px 35px 35px 35px;
    padding: 1.58em 3em 1.58em 3em;
}

@media (min-width: 1023px) {
    body.single-post:not(.liftsupply-sidebar-left) #page .site-content, body.post-type-archive:not(.liftsupply-sidebar-left) #page .site-content, body.blog:not(.error404):not(.liftsupply-sidebar-left) #page .site-content {
        background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(50%, #fff), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
        background-image: -moz-linear-gradient(right, #fff 50%, #ffffff 50%, #ffffff);
        background-image: -webkit-linear-gradient(right, #fff 50%, #ffffff 50%, #ffffff);
        background-image: linear-gradient(to left, #fff 50%, #ffffff 50%, #ffffff);
    }
}

.content-area .categories-list ul{
    list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.content-area .categories-list ul li{
	margin: 5px;
	background-color: #53a4da;
	padding: 7px 15px;
    border-radius: 25px;
}

.content-area .categories-list ul li a {
    color: #fff;
    font-size: 13px;
}

a.elementor-button.elementor-button-link, .content-area .categories-list ul li, p.form-submit input#submit{
	position: relative;
    overflow: hidden !important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #53a4da;
    z-index: 1;
    text-transform: uppercase;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}


a.elementor-button.elementor-button-link:before, .content-area .categories-list ul li:before, p.form-submit input#submit:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: #7EC248;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    z-index: -1;
}

a.elementor-button.elementor-button-link:hover, .content-area .categories-list ul li:hover{
    background-color: #53a4da;
}

p.form-submit input#submit:hover{
	background-color: #7EC248;
}

a.elementor-button.elementor-button-link:hover:before, .content-area .categories-list ul li:hover:before, p.form-submit input#submit:hover:before{
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.e-hotspot__tooltip.e-hotspot--tooltip-position.e-hotspot--fade-grow h5{
    font-size: 18px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
	line-height: 22px;
}

.e-hotspot__tooltip{
	white-space: normal;
}

.e-hotspot__tooltip p:last-of-type {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 13px !important;
    color: #ccc;
    margin-top: 5px;
}

.elementor-widget.elementor-widget-template.elementor-sticky.animated.fadeIn.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects{
	z-index: 10 !important;
}

.elementor-widget-liftsupply-testimonials .slick-slider button.slick-prev, .elementor-widget-liftsupply-testimonials .slick-slider button.slick-next{
	z-index: 1;
}

.swiper-slide-inner .swiper-slide-contents{
	background-color: rgba(0, 0, 0, 0.3) !important;
    padding: 30px;
    border-radius: 20px;
}

.swiper-slide-inner .elementor-slide-description ul{
	list-style: none;
}

.swiper-slide-inner .elementor-slide-description ul li {
    margin-bottom: 10px;
}

.mobile-navigation .dropdown-toggle{
	width: 50px;
}

.mobile-navigation .dropdown-toggle, .mobile-navigation toggled-on, .mobile-navigation-categories .dropdown-toggle, .mobile-navigation-categories toggled-on{
	top: 30px;
}

.mobile-navigation ul ul.sub-menu > li.menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
    text-transform: uppercase;
    line-height: 20px;
}