/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
        font-size: 10px!important;
          }
    .lt-plans-content h1 {
        width: 145px!important;
        padding: 15px 0!important;
    }
    .lt-plans-content .link a {
        padding: 8px 10px!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 31%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    .lt-plans-content h1 {
        width: 145px!important;
        padding: 15px 0!important;
    }
    .lt-plans-content .link a {
        padding: 8px 10px!important;
    }
}
@media (max-width: 767px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    div.k2ItemsBlock ul {
        margin-left: -40px!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sp-contact-info {
        float: left!important;
    }
    #sp-slide-wrapper {
        display: none!important;
    }
    #sp-testimonial-wrapper {
        display: none;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
  	
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    padding-bottom: 30px;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.lt-button {
    padding: 8px 30px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.lt-button:hover {
    color: #fff;
}
.btn {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
    border: none!important;
}
/***** INTRODUCTION *****/
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction .lt-intro-sub i {
    display: inline-block!important;
    border: 1px solid #333;
    border-radius: 100%;
    width: 100px!important;
    height: 100px!important;
    line-height: 100px!important;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub:hover i {
    cursor: pointer;
    color: #fff;
    font-size: 50px!important;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    background: url(../images/border-sub.png) no-repeat bottom center;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub h3:hover {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub p {
    font-size: 13px;
    padding: 20px 0;
}
/***** PORTFOLIO *****/
.lt-portfolio .sppb-title-heading {
    text-transform: uppercase;
    font-weight: 700;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 0!important;
}
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** TEAM *****/ 
.lt-team-member {
    position: relative;
    text-align: center;
}
.lt-team-member img {
    border-radius: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.lt-team-member h4 {
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.lt-team-member:hover h4 {
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.lt-team-member h5 {
    background: rgba(0, 0, 0, 0) url("../images/border-sub.png") no-repeat scroll center bottom;
    font-weight: 700;
    padding: 20px 0;
}
.lt-team-member:hover ul {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.lt-team-member:hover img {
    opacity: 0.8;
    transition: all 0.5s ease 0s;
}
/***** SERVICES *****/
.lt-services-content 
.lt-services-content:hover {
    cursor: pointer;
}
.lt-services-content i {
    border: 2px solid #808080;
    border-radius: 100%;
    width: 150px!important;
    height: 150px!important;
    line-height: 150px!important;
    color: #808080;
    transition: all 0.5s ease 0s;
}
.lt-services-content h4 {
    background: rgba(0, 0, 0, 0) url("../images/border-sub.png") no-repeat scroll center bottom;
    color: #000;
    font-weight: 700;
    margin-top: 80px;
    padding-bottom: 20px;
    transition: all 0.5s ease 0s;
}
.lt-services-content:hover h4 {
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.lt-services-content:hover i {
    border: medium none;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
/***** PLANS *****/
.lt-plans-content {
    border: 1px solid #c1c1c1;
    padding: 10px 0 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.lt-plans-content:hover {
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.lt-plans-content h1 {
    border-radius: 100%;
    font-size: 50px;
    font-weight: 700;
    margin: 0 auto;
    padding: 28px 0;
    transition: all 400ms ease 0s;
    width: 170px;
}
.lt-plans-content:hover h1 {
    color: #fff;
    cursor: pointer;
    transition: all 400ms ease 0s;
}
.lt-plans-content h1 small {
    font-size: 15px;
    transition: all 400ms ease 0s;
}
.lt-plans-content:hover h1 small {
    color: #fff;
    transition: all 400ms ease 0s;
}
.lt-plans-content h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.lt-plans-content p {
    padding: 20px;
}
.lt-plans-content ul {
    background: #f4f4f4 none repeat scroll 0 0;
    margin: 0;
    padding-left: 0;
}
.lt-plans-content ul li {
    list-style: outside none none;
    padding: 10px 0;
}
.lt-plans-content .link a {
    text-transform: uppercase;
    transition: all 400ms ease 0s;
}
.lt-plans-content .link a:hover {
    transition: all 400ms ease 0s;
}
.lt-plans-content .link {
    margin-top: 30px;
}
/***** K2 *****/
span.catItemImage img,
span.itemImage img {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}

/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.lt-page-service i {
  margin-top: 10px;
}
.sp-simpleportfolio-img {
    width: 100%;
}
/***** Onepage *****/
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-first {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
    display: none;
}

.sp-simpleportfolio-title a {
  display: none;
}