/*
Theme Name: LT Start Up
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");
@media (max-width: 480px) {
    .lt-wp-slider {
        display:none;
    }
}
@media (max-width: 767px) {
    .lt-start-up .heading {
		text-align: center;
		width: 100%!important;
	}
	.lt-start-up .column.span-3 {
		width: 100%!important;
	}
	.lt-contact .column.span-3 {
		width: 100%!important;
	}
	.lt-start-up .button {
		margin-left: 0px!important;
	}
	.lt-contact .heading {
		width: 100%!important;
	}
	.lt-contact .button {
		margin-left: 0px!important;
	}
	.lt-contact .text-left {
		text-align: center;
	}
	.lt-portfolio .section-title .heading {
		text-align: center!important;
	}
}
@media (max-width: 980px) {
	.lt-start-up .heading {
		font-size: 17px!important;
	}
	.lt-contact .heading {
		font-size: 14px!important;
	}
	.lt-start-up .button {
		font-size: 9px!important;
	}
}
/***Header***/
.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;
}
.header-site .nav-horizontal li a {
    color: #323232;
    display: block;
	text-transform:capitalize!important;
    font-size: 16px;
    text-align: center;
    font-weight: 300!important;
}
.header-secondary {
	background: #000000!important;
	padding: 1px;
}
 .invert .nav > li > a {
	color: #ffffff!important;
	font-size: 14px;
	font-weight: 200!important;
}
.header-site .sub-menu li a {
    padding: 10px!important;
    text-align: left;
}
.header-site .sub-menu {
	 padding: 10px;
	 border:2px solid #f8f8f8!important;
}
.header-site .sub-menu li a:hover {
    background-color: #5aaddd!important;
    color: #fff!important;
}
/***Slider***/
.lt-wp-slider .section-title.large .heading {
	background-color: transparent;
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	font-family: Arial;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	text-transform: capitalize;
}
.lt-wp-slider .section-title.large .excerpt {
	border-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.lt-wp-slider .section-title.large .button {
	background: #5aaddd;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    font-weight: 300;
    text-shadow: none;
    text-transform: uppercase;
}
.lt-wp-slider .section-title.large:hover .button  {
	background: #0e9dc1;
	cursor: pointer;
}
/***Services***/
.lt-wp-service .service_widgt {
	margin-bottom: 0px;
}
.lt-wp-service .media {
	padding: 0px!important;
}
.lt-wp-service .heading {
	font-size: 20px;
    padding: 15px 0px 0px 0px;
    text-transform: capitalize;
    font-weight: 500;
}
.lt-wp-service .service-content:hover .heading {
	cursor: pointer;
	color: #5aaddd;
}
.lt-wp-service  .excerpt p {
	font-size: 12px;
	cursor: pointer;
}
.lt-wp-service  .excerpt {
		font-size: 12px!important;
		cursor: pointer;
}
.lt-wp-service .style2.service_widgt span {
	font-size: 24px;
	border-radius: 50%;
	border: 1px solid #333;
	height: 60px;
	width: 60px;
	line-height: 51px;
	cursor: pointer;
}
.lt-wp-service .service_widgt span {
   -webkit-transition: all 0.7s ease-in-out 0s;
   -moz-transition: all 0.7s ease-in-out 0s;
   -o-transition: all 0.7s ease-in-out 0s;
   -ms-transition: all 0.7s ease-in-out 0s;
   transition: all 0.7s ease-in-out 0s;
}
.lt-wp-service .service_widgt:hover span {
   transform: rotateY( 360deg );
}
/***************LT SART UP *******************/
.lt-start-up .heading {
	font-weight: 500;
	font-size: 22px;
	float: left;
	margin-top:20px;
}
.lt-start-up .excerpt {
	float: left;
	margin-top:10px;
}
.lt-start-up .button {
	font-size: 16px;
    font-weight: 300;
    margin-left: 65px;
    margin-top: 30px !important;
    padding: 10px 25px;
}
.lt-start-up .medium:hover .button {
	background: #0e9cd1;
	cursor: pointer;
}
/***Contact Us***/
.lt-contact .heading {
	font-weight: 500;
	float: left;
	font-size: 22px;
	margin-top:20px;
}
.lt-contact .excerpt {
	float: left;
	margin-top:10px;
}
.lt-contact .button {
	font-size: 16px;
    font-weight: 300;
    margin-left: 65px;
    margin-top: 30px !important;
    padding: 10px 25px;
}
.lt-contact .medium:hover .button {
	background: #0e9cd1;
	cursor: pointer;
}
.lt-contact .excerpt a {
	color: #5aaddd;
	cursor: pointer;
}
/*** About Company ***/
.lt-about-company .section-title .heading {
	font-size: 25px;
	font-weight: 400;
	text-transform: capitalize;
}
.lt-about-company .button {
	background: #5aaddd;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 300;
}
.lt-about-company .layers-plus .excerpt {
	font-size: 14px;
	padding: 0px;
}
.lt-about-company .layers-plus .designation {
	font-size: 18px;
}
.lt-about-company .media .heading {
	font-weight: 600;
}
/*** Contact ***/
.lt-contact-us {
	padding: 50px 0;
}
.lt-contact-us .wpcf7-form input {
    -moz-appearance: none;
    max-width: 100%!important;
}
.lt-contact-us textarea {
    max-width: 100%!important;
}
.lt-contact-us .wpcf7-submit  {
    padding: 10px 40px!important;
    font-size: 15px!important;
    font-weight: 300!important;
    text-transform: uppercase;
}
.lt-contact-us .wpcf7-form p {
	font-weight: 500!important;
}
/*************Bottom*******************/
.lt-bottom-1  h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #000!important;
}
.lt-bottom-1 ul li a {
	color: #5aaddd;
	font-size: 14px;
}
.lt-tag h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #000!important;
}
.lt-tag .tagcloud a {
    background: transparent;
    border: 1px solid #999;
    padding: 4px 10px;
    float: left;
    display: block;
    color: #333;
    font-size: 14px !important;
    margin: 2px;
}
.lt-bottom-3  h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #000!important;
}
.lt-bottom-3  a {
	text-transform: capitalize;
	font-size: 14px;
	color: #5aaddd;
}
.lt-bottom-3  p {
	line-height: 30px;
}
.lt-bottom-4  h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #000!important;
}
.lt-bottom-4  a {
	text-transform: capitalize;
	font-size: 14px;
	color: #5aaddd;
}
.created-using-layers {
    display: none;
}
/* Footer */
.copyright .span-6  a {
    color:#5aaddd;
}
.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%;
}