
/*
Theme Name: LT Donut
Theme URI: http: //ltheme.com
Description: This is child theme of Layerswp
Author: L.THEME
Author URI: http://ltheme.com
Template: layerswp
Version: 1.0
*/
@import url("../layerswp/style.css");
/* Responsive Custom */
@media (max-width: 480px) {
   .lt-blog ul li {
    width: 100%!important;
  } 
  .lt-contact .form.content {
       padding: 0!important;
   }
   .lt-blog ul li {
       padding-right: 0!important;
    }
    .lt-testimonial {
       height: 510px!important;
    }
}
@media (max-width: 767px) {
    .lt-footer-right {
        float: left!important;
        position: static!important;
        text-align: left!important;
        width: 100%!important;
    }
    .lt-footer-left {
        width: 100%!important;
    }
    .lt-home-slider h2 {
        font-size: 40px!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .lt-about-us .layers-masonry-column {
        width: 100%!important;
    }
    .nav .menu {
        display: none!important;
    }
    .nav .responsive-nav {
        display: block!important;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
   section.header-site .nav-horizontal li a {
       font-size: 12px!important;
       padding: 0 8px!important;
    }
}
/* General */
.container {
    max-width: 1170px;
}
.lt-general .section-title .heading {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
    background: url(img/border-title.png) no-repeat bottom center;
}
.created-using-layers {
    display: none;
}
/* Header */
.header-site .nav-horizontal li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}
.header-site .nav-horizontal li.current-menu-item a,
.header-site .nav-horizontal li.current_page_item a,
.header-site .nav-horizontal li.current-menu-parent a,
.header-site .nav-horizontal li a:hover {
   /* color: #5aaddd!important;*/
    color: #291670!important;
}
.header-site {
    line-height: 20px;
}
.header-site .sub-menu li a:hover {
    /*background: #5aaddd!important;*/
    background: #291670!important;
    color: #fff!important;
}
.header-site .sub-menu {
    padding: 20px!important;
    border: 2px solid #fff!important;
}
.header-site .nav-horizontal li a {
    font-weight: 400!important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px!important;
    position: relative;
}
.header-site .nav-horizontal li .sub-menu li a {
    padding: 10px!important;
    text-transform: capitalize;
    font-weight: 300!important;
}
.header-site .nav-horizontal li.current-menu-item a,
.header-site .nav-horizontal li a:hover {
    /*color: #5aaddd;*/
    color: #291670;
}
/* Slider */
.lt-home-slider h2 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 40px;
}
/* Introduction */
.lt-introduction .layers-masonry-column {
    padding-top: 30px;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
}
.lt-introduction .layers-masonry-column .media .heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    transition: all 0.4s ease-in-out 0s;
}
.lt-introduction .layers-masonry-column:hover .media .heading {
    /*color: #5aaddd;*/
    color: #291670;
    transition: all 0.4s ease-in-out 0s;
}
/* Portfolio */
.lt-portfolio .layers-masonry-column {
    float: left;
}
.csstransitions .portfolio-item:hover .portfolio-hover.style1 {
    background: rgba(90, 173, 221, .6);
}
/* About us */
.lt-about-us .layers-masonry-column .media .heading {
    font-weight: 700;
    font-size: 24px;
}
.lt-about-us .layers-masonry-column h3 {
    padding: 10px 0;
    font-size: 24px;
    margin: 20px 0;
}
/* Testimonial */
.lt-testimonial img {
    border-radius: 50%;
    transition: all 0.7s ease-in-out 0s;
}
.lt-testimonial p {
    font-size: 16px;
}
.lt-testimonial h3 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 30px;
    color: #000;
    background: url(img/bottom-testimonial.png) no-repeat top center;
}
.swiper-container.lt-testimonial .arrows a {
    color: #000;
}
/* Client */
.lt-client img {
    opacity: 0.7;
    transition: all 400ms ease 0s;
}
.lt-client img:hover {
    opacity: 1;
    transition: all 400ms ease 0s;
}
/* Blog */
#rpwwt-recent-posts-widget-with-thumbnails-3 {
    float: left;
    width: 100%;
    padding: 90px 0;
}
.lt-blog ul li {
    float: left;
    width: 33.33%;
    padding-right: 20px;
}
.lt-blog ul li .rpwwt-post-title {
    /*color: #5aaddd;*/
    color: #291670;
    font-size: 16px;
}
.lt-blog ul li .rpwwt-post-date {
    font-size: 13px;
    font-style: italic;
}
.lt-blog ul li img {
    width: 100%;
    max-width: 100%;
    float: left;
}
.lt-blog ul li:nth-child(3n+3) {
    padding-right: 0;
}
/* Contact */
.lt-contact {
    width: 100%;
    padding: 0 0 50px 0;
    clear: left;
}
.lt-contact .wpcf7-text,
.lt-contact .wpcf7-textarea {
    width: 100%;
    max-width: 100%;
}
.lt-contact .wpcf7-submit {
    padding: 12px 40px;
}
/* Bottom */
.lt-bottom .section-nav-title {
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
}
/* Footer */
.copyright .span-6 {
    width: 100%;
}
.lt-footer-right {
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50%;
}
.lt-footer-left {
    width: 50%;
}
.copyright .span-6 a {
    color: #adadad;
}
#footer {
    padding-bottom: 0;
}
#footer .content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#footer .copyright {
   /*background: #5aaddd;*/
   
   color: #fff;
   padding: 30px 0;
   border-top: 0;
}
.copyright .span-6 {
    width: 1170px;
    margin: 0 auto;
    float: inherit;
    padding-left: 10px;
    padding-right: 10px;
}
#footer>div>div:nth-child(1) {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 10px;
}
.lt-footer-right {
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50%;
}
.lt-footer-left {
    width: 50%;
}

#footer .content .grid {
	max-width: 1170px;
    margin: 0 auto;
}
#footer .content .grid.copyright {
	max-width: 100%;
}
