/**** 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;
    }
}
@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%;
    }
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #sp-bottom3 {
        clear: left;
    }
    #lt-services .sppb-col-sm-3 {
		width: 100%;
    }
  	#lt-banner-1 .sppb-col-sm-6,
  	#lt-banner-2 .sppb-col-sm-6,
  	#lt-banner-3 .sppb-col-sm-6,
  	#lt-banner-4 .sppb-col-sm-6 {
    	width: 100%;
  	}
}
@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;
    }
    .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;
    }
  	.lt-blog div.k2ItemsBlock ul li {
        width: 100%!important;
        margin-right: 0!important;
        padding: 0 10px;
    }
    .lt-introduction-first {
      	margin-top: 0!important;
    }
    .lt-intro-sub {
      	margin-top: 70px;
    }
  	.projects-filter {
        display: inline-block;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
   .free-template-download .free-template-download-link img {
        display: none;
  }
}
/***** GENERAL *****/
#sp-page-builder .sppb-section-title {
    margin-bottom: 20px;
}
.lt-general .sppb-title-heading {
    font-size: 20px!important;
    text-transform: uppercase;
    font-weight: 700;
}
.lt-general .sppb-section-title h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.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;
}
div.itemContainer {
  margin-right:20px;
}
/***** HEADER *****/
#sp-header-sticky-wrapper #sp-header .sp-megamenu-parent > li > a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#sp-slide-wrapper .tparrows {
    background: none!important;
    border: 2px solid #fff;
    border-radius: 3px;
    position: relative;
}
#sp-slide-wrapper .tparrows:hover {
    background: #fff!important;
}
#sp-slide-wrapper .tparrows:hover::before {
    color: #000!important;
}
#sp-slide-wrapper .tp-leftarrow.default::before {
    position: absolute;
    content: "\f053";
    top: 6px;
    left: 10px;
    font-family: FontAwesome;
    color: #fff;
}
#sp-slide-wrapper .tp-rightarrow.default::before {
    position: absolute;
    content: "\f054";
    top: 6px;
    left: 13px;
    font-family: FontAwesome;
    color: #fff;
}
#sp-slide-wrapper .home-top-slide-text {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!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 span {
    position: relative;
}
.lt-introduction .lt-intro-sub span::before {
    position: absolute;
    content: "";
    top: -30px;
    border-top: none;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    -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 span::after {
    position: absolute;
    content: "";
    bottom: -30px;
    border-bottom: none;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    -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 i {
    display: inline-block!important;
    width: 100px!important;
    height: 60px!important;
    line-height: 60px!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 span::before {
    border-bottom: 30px solid #2a2d2e;
    -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 span::after {
    border-top: 30px solid #2a2d2e;
    -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;
    background: #2a2d2e;
}
.lt-introduction .lt-intro-sub h3 {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 700;
    -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;
}
/***** BANNER *****/
.lt-banner-content .sppb-addon-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.lt-banner-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.lt-banner-content p {
    line-height: 30px;
    color: #fff;
}
.lt-banner-content a {
    background: #fff;
    color: #000;
}
/***** ABOUT *****/
#lt-testimonial .bullet {
    background: #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid transparent;
}
#lt-testimonial .bullet:hover {
    background: none;
    padding: 5px;
    border: 1px solid #fff;
}
/***** SERVICES *****/
.lt-banner-5-content .sppb-addon-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.lt-banner-5-content h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.lt-banner-5-content p {
    line-height: 30px;
    color: #000;
}
.lt-services-first-content {
    padding: 20px;
    background: #fff;
}
.lt-services-accordion .sppb-panel-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}
.lt-services-accordion .sppb-panel-heading.active {
    color: #333;
}
.lt-services-sub:nth-child(2n+2) {
  	margin-bottom: 0;
}
.lt-services-sub {
    padding: 81px 50px;
    margin: 0 0 30px 0;
    border: 1px solid #fff;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-services-sub:hover {
    cursor: pointer;
    background: #fff;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-services-sub .sppb-feature-box-title {
    text-transform: uppercase;
}
.lt-services-sub p {
    line-height: 30px;
}
.lt-services-sub a {
    text-transform: uppercase;
    font-weight: 700;
}
/***** STATISTICS *****/
.lt-counter-sub h1 {
    font-size: 48px;
  	margin-top: 0;
}
.lt-counter-sub h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
/***** PORTFOLIO *****/
.lt-portfolio .sp-simpleportfolio-filter {
    text-align: left;
}
.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;
}
/***** PRICING *****/
.lt-pricing .sppb-section-title {
    margin-bottom: 50px!important;
}
.lt-pricing-sub {
    padding: 0 0 20px 0;
    border: 5px solid #f4f4f4;
}
.lt-pricing-sub .sppb-addon-title {
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
}
.lt-pricing-sub h2 {
    background: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 35px 0 20px 0;
    margin: 0;
    font-size: 60px;
    line-height: 30px;
    font-weight: 700;
}
.lt-pricing-sub h2 strong {
    font-size: 12px!important;
    color: #999!important;
    text-transform: uppercase;
}
.lt-pricing-sub ul {
    padding-left: 0;
    margin-bottom: 30px;
}
.lt-pricing-sub ul li {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
  	list-style: none;
}
.lt-pricing-special {
    border:none;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,.5);
    padding-bottom: 50px;
    margin-top: -20px;
} 
/***** BLOG *****/
.lt-blog-title .sppb-container .sppb-section-title {
    margin-bottom: 0!important;
}
.lt-blog-title .sppb-section-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.lt-blog .header {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.lt-blog div.k2ItemsBlock ul {
    margin-top: 30px;
}
.lt-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 0.8%;
    width: 32%;
}
.lt-blog div.k2ItemsBlock ul li a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(3n+3) {
    margin-right: 0;
}
.lt-blog a.moduleItemImage img {
    width: 100% !important;
    margin-bottom: 15px;
    padding-top:15px;
}
.lt-blog .media-body {
    padding-top: 10px;
}
/***** 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%;
}
@media (max-width: 767px) {
    #sp-user1 {
        display: none;
    }
}
/* Portfolio */
.projects-filter a {
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
}
.projects-filter a {
    color: #fff;
    background: #2d2d2d;
}
.projects-filter ul {
    text-align: center;
}
.projects-filter {
    border-bottom: none;
}
.projects-wrapper .project-img img {
    width: 100%;
}
/* Canvas Menu */
.offcanvas-menu .menu .nav-child.small {
    padding-left: 15px;
}
/* Refine Layout */
body.com-k2 #sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.projects-wrapper .project-img .project-img-extra h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}