/**** 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;
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
    }
    #sp-bottom3 {
        clear: left;
    }
}
@media (max-width: 767px) {
    .projects-filter {
        display: inline-block;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
    #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;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    .free-template-download  {
        display: none;
   }
}

/***** GENERAL *****/
.tp-caption a {
  color: #fff;
}
.tp-caption a:hover {
  color: #fff;
}
.sppb-section-title h3 {
    font-size: 24px!important;
    border-bottom: 1px solid #eeeeee!important;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
  	line-height: 28px!important;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 14px;
    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;
}
.sp-megamenu-parent > li > a {
    padding: 8px 15px;
    transition: all 400ms ease;
}
.sp-megamenu-parent > li.active > a {
    border-radius: 20px;
    color: #fff!important;
}
.sp-megamenu-parent > li > a:hover {
    color: #fff!important;
    border-radius: 20px;
    transition: all 400ms ease;
}
#sp-logo .logo {
  	padding: 20px 0;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#sp-slide-wrapper .home-top-slide-text {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!important;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    border-radius: 20px!important;
}
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** TEAM MEMBERS *****/
.lt-team-member ul {
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}
.lt-team-member:hover ul {
    opacity: 1;
}
.lt-team-member ul li {
    display: inline-block;
    background: #e7ecea;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}
.lt-team-member h5,
.lt-team-member ul li:nth-child(1) {
  	-webkit-transition: .4s ease-in-out!important;
	-moz-transition:    .4s ease-in-out!important;
	-ms-transition:     .4s ease-in-out!important;
	-o-transition:      .4s ease-in-out!important;
	transition:         .4s ease-in-out!important;
}
.lt-team-member ul li:nth-child(2) {
  	-webkit-transition: .6s ease-in-out!important;
	-moz-transition:    .6s ease-in-out!important;
	-ms-transition:     .6s ease-in-out!important;
	-o-transition:      .6s ease-in-out!important;
	transition:         .6s ease-in-out!important;
}
.lt-team-member ul li:nth-child(3) {
  	-webkit-transition: .8s ease-in-out!important;
	-moz-transition:    .8s ease-in-out!important;
	-ms-transition:     .8s ease-in-out!important;
	-o-transition:      .8s ease-in-out!important;
	transition:         .8s ease-in-out!important;
}
.lt-team-member:hover ul li {
    -ms-transform: translateY(130px);
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
}
.lt-team-member ul li strong {
  	display: none;
}
.lt-team-member img {
    border-radius: 100%;
    opacity: 0.8;
    width: 100%;
    transition: all 400ms ease 0s;
}
.lt-team-member img:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease 0s;
}
.lt-team-member h5 {
    font-size: 16px;
    font-weight: 700;
}
/***** PRICES *****/
.lt-price .sppb-col-sm-3 {
    padding: 0;
}
.lt-price-sub {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    margin-left: 0;
    padding-bottom: 20px;
    text-align: center;
        border-top: 1px solid #d7d7d7;
}
.lt-price-sub h1 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 28px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.lt-price-sub h2 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
    margin: 10px 0;
    text-transform: uppercase;
}
.lt-price-sub h2 small {
    text-transform: none;
}
.lt-price-sub ul {
    margin: 0;
    padding-left: 0;
}
.lt-price-sub ul li {
    border-bottom: 1px dotted #d7d7d7;
    list-style: outside none none;
    padding: 10px 0;
}
.lt-price-sub ul li.odd {
    background: #f8f8f8 none repeat scroll 0 0;
}
.lt-price-sub p {
    margin-top: 15px;
}
.lt-price-sub a {
    padding: 8px 15px;
    text-transform: none;
}
.lt-price-sub .premium {
    padding: 5px 0;
}
.lt-price .ltPremium {
    margin-top: -20px;
}
.lt-price .ltPremium .premium h1 {
    border: medium none;
    color: #fff;
    margin-top: 0;
}
.lt-price .ltPremium .premium h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
/***** CLIENTS *****/
.lt-sub-clients {
    text-align: center;
}
.lt-sub-clients img {
    opacity: 0.7;
    display: block;
    margin: 0 auto;
    transition: all 400ms ease 0s;
}
.lt-sub-clients img:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease 0s;
}
/***** WORKS *****/
.lt-works-content h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
/***** BUY NOW *****/
.lt-buy-now-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
}
/***** K2 *****/
span.catItemImage img,
span.itemImage img {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
.search form input {
  	width: 100%!important;
}
/* 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%;
}
/* Banner */
.get-quickstart {
    bottom: 0;
    position: fixed;
    z-index: 999;
}
.pro-edition-banner {
    margin-bottom: 0;
    margin-left: 0;
}
.download-quickstart-banner {
    margin-bottom: -25px;
    opacity: 0;
    padding-left: 75px;
    position: relative;
    transition: all 200ms ease 0s;
}
.download-quickstart:hover .download-quickstart-banner {
    opacity: 1;
    transition: all 200ms ease 0s;
}
.pro-edition-banner img {
    width: 60%;
}
.get-unlimited {
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    right: 280px;
}
.get-unlimited-link {
    margin-bottom: 5px;
}
.get-unlimited {
    z-index: 999;
}
.get-unlimited-list {
    display: none;
    margin-left: 0;
}
.get-unlimited-list li {
    color: #fff;
    list-style: outside none none;
}
.get-unlimited:hover .get-unlimited-list {
    display: block;
    transition: all 200ms ease 0s;
}
.get-unlimited-list img {
}
.get-unlimited-link a {
    background: #5ba0d0 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 8px 140px 8px 10px;
}
.get-unlimited-link a:hover {
    color: #fff;
}
#sp-user1 .sp-module {
    margin-top: 0;
}
#sp-user1 {
  	min-height: 0;
}
@media (max-width: 767px) {
    #sp-user1 {
        display: none;
    }
}
/* Portfolio */
.projects-filter a {
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 20px;
    text-transform: uppercase;
}
.projects-filter a {
    color: #fff;
    background: #2d2d2d;
}
.projects-filter ul li {
    background: none;
}
.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;
}