body{
  	font-size: 14px;
  	line-height: 1.625;
  	margin: 0;
    font-weight: 400;
  	color: #212529;
}
a:focus,
button:focus,
button:hover { 
    outline: 0!important;
}
a, .comment-reply-link,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
    color: #89d861;
}
.entry-title a:hover, 
.entry-title a:focus {
    color: #89d861;	
}
.widget_calendar tbody a,
button:hover, button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus,
button:hover { 
    background-color: #89d861 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.entry-title {
	font-size: 30px;
}
.site {
	overflow: hidden;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
.site-header-main .menu-toggle,
.dropdown-toggle {
    color: #fff !important;
}

/*** Head Top***/
.top-head {
    width: 100%;
    background-color: #89d861;
    overflow: hidden;
}
.top-head a {
    box-shadow: 0 0px 0 0 currentColor !important;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff !important;
    line-height: 3.5em;
}
.top-head .container {
    max-width: 1200px;
    margin: 0 auto;
}
.head-left {
    width: 50%;
    float: left;
}
.head-right {
    text-align: right;
    float: right;
    width: 50%;
}

/*** Head ***/
.site-header {
  	padding-top: 0;
  	padding-bottom: 0;
}
.site-header {
  	left: 0;
  	right: 0;
  	width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  	z-index: 999;
    position: relative;
    background: transparent; 
    top: 0;
  	padding: 0;
}
body:not(.home) .site-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    background: #111;
}
body:not(.home) header .site-header-main {
    padding-left: 0px;
    padding-right: 0px;
}
header .site-branding {
  	margin-top: 5px;
  	margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
  	max-width: 1200px;
  	margin: 0 auto;
}
.site-header {
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
  	position: fixed !important;
  	top: 0;
  	left: 0;
  	right: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  	width: 100%;
  	z-index: 999!important;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

/*** Menu ***/
.site-header-menu {
    margin: 0 !important;
}
.main-navigation ul ul {
  	-webkit-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
  	opacity: 0;
  	visibility: hidden;
}
.main-navigation li:hover > ul {
  	opacity: 1;
  	visibility: initial;
}
.main-navigation a {
    font-weight: 600;
    font-size: 13px;
}
.site-header-menu .primary-menu > li > a {
    text-transform: uppercase;
    height: 90px;
    line-height: 70px;
    margin: 0 2px;
}
.main-navigation ul ul a {
  	width: 240px;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.main-navigation li ul {
    opacity: 0;
    visibility: initial;
    transition: all 500ms ease;
    border-bottom: none !important;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
.main-navigation ul ul li {
    border: 0;
    border-top: 1px solid #e9e9e9;
}
.main-navigation li ul li:first-child {
    border: 0;
}
.main-navigation ul ul li a {
    padding: 13px 12px 13px 0;
}
.main-navigation ul ul li a:hover {
    padding-left: 20px;
}
.main-navigation ul ul li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background: currentColor;
    border-radius: 50%;
    content: "";
    margin: 19px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.main-navigation ul ul li a:hover:before {
    transform: scale(1);
    left: 10px;
}
.main-navigation .menu-item-has-children > a:after {
    top: 33px;
}

/*** Slider ***/
.lt-slider .lt-slider-title span {
	color: #89d861 !important;
}

/*** Intro ***/
.lt-intro-item:hover {
	cursor: pointer;
}
.lt-intro-item:hover i {
	color: #fff!important;
}
.lt-intro-item:hover h5,
.lt-intro-item:hover p {
	color: #fff !important;
}

/*** Portfolio ***/
.lt-portfolio .pa-gallery-img-container {
    position: relative;
}
.lt-portfolio .pa-gallery-img.default .pa-gallery-icons-inner-container {
    top: 48%;
}
.lt-portfolio .pa-gallery-img-container:after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 25px;
    content: "";
    display: inline-block;
    left: 25px;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lt-portfolio .pa-gallery-img-container:before {
    background: #89d861 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lt-portfolio .pa-gallery-img:hover .pa-gallery-img-container:after {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.lt-portfolio .pa-gallery-img:hover .pa-gallery-img-container:before {
    opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.lt-portfolio .pa-gallery-img .premium-gallery-caption {
    bottom: -50px !important;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.lt-portfolio .pa-gallery-img:hover .premium-gallery-caption {
    bottom: 20px !important;
}

/*** About ***/
.lt-about-item > .elementor-widget-container{
    position: relative;
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    box-shadow: 1px 2px 7px 1px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.lt-about-item:hover span {
    color: #89d861;
}

/*** Service ***/
.lt-service-item > .elementor-widget-container{
    position: relative;
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    box-shadow: 1px 2px 7px 1px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.lt-service-item span {
    -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-service-item:hover span {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-service-item:hover h3 {
    color: #89d861 !important;
}

/*** Blog ***/
.lt-blog .premium-blog-content-wrapper {
    margin: 0px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.lt-blog .premium-blog-post-outer-container .premium-blog-content-wrapper {
    top: -100px !important;
}
.lt-blog .premium-blog-entry-title a {
    font-size: 20px !important;
}
.lt-blog .premium-blog-content-wrapper {
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.23);
}
.lt-blog .premium-blog-entry-meta {
    font-size: 13px !important;
}
.lt-blog .premium-blog-entry-meta {
    margin-bottom: 18px;
    margin-top: 8px;
}
.post-title:hover, .nav-previous a .post-title:hover, .nav-links .nav-previous .post-title:hover,
.nav-links .nav-previous .post-title:focus, .nav-next .post-title:hover,
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title, 
.ws-title h2 span, .ws-title2 h3 span  {
    color: #89d861 !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #89d861 !important;
}

/*** Contact ***/
.lt-contact-form label {
  	display: inline-block;
  	width: 100%;
}
.lt-contact-form p:nth-child(4),
.lt-contact-form p:nth-child(2),
.lt-contact-form p:nth-child(3) {
  	width: 30.8% !important;
  	margin-right: 3%;
  	display: inline-block;
}
.lt-contact-form p:nth-child(4) {
	  margin-right: 0 !important;
}
.lt-contact-form p:nth-child(5) {
  	margin-top: 20px;
  	width: 100% !important;
  	margin-right: 0 !important;
}
.lt-contact-form p:nth-child(6) {
	 margin-top: 20px;
   text-align: center;
}
/*** Woocommerce ***/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale,
.widget button, body ul.products li.product .button.add_to_cart_button,
.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button:hover,
.woocommerce button.button, .woocommerce #respond input#submit, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #89d861 !important;
    border: none !important;
}
.wpmenucartli.wpmenucart-display-standard a i,
body ul.products li.product a.button.compare,
body ul.products li.product a.button.yith-wcqv-button,
body ul.products li.product a.button.tinvwl_add_to_wishlist_button,
.button.compare:hover:after,
.button.yith-wcqv-button:hover:after,
.button.tinvwl_add_to_wishlist_button:hover:after, .mg-wsac-badge, .mg-wsac-btn {
    background: #89d861;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #89d861;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before, .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
    color: #89d861;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #89d861;
	padding-bottom: 10px;
}
body .woocommerce ul.products li.product h2 {
    font-size: 14px !important;
}
body .woocommerce span.onsale {
    font-size: 11px !important;
}
.right-border {
    border-color: #89d861 !important;
}
body.single-product .site-inner #content {
   	float: left !important;
    width: 72% !important;
}
body.woocommerce .site-inner .sidebar .widget .widget-title {
    padding-top: 20px;
}
body.single-product .site-inner .sidebar {
     margin-left: 15px !important;
     padding-top: 50px;
}
/*** Footer ***/
.main-footer, .site-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer .container {
    padding-top: 70px;
    padding-bottom: 60px;
    overflow: hidden;
}
.main-footer .columns {
    padding: 10px;
    text-align: left;
}
.main-footer h2 {
    margin: 0 0 20px;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-footer p, .main-footer a, .main-footer li {
    font-size: 13px !important;
}
.main-footer ul {
    margin: 0;
    list-style-type: none;
}
.main-footer .footer1 .phone {
    margin-top: 10px;
    margin-bottom: 10px;
	color: #fff !important;
}
.main-footer .footer2 li {
    margin-bottom: 15px;
}
.main-footer .footer3 ul li {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .footer3 ul li:before {
    position: absolute;
    content: '\f00c';
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 14px;
    font-family: FontAwesome;
}
.main-footer .footer3 ul li a {
    padding-left: 25px;
}
.main-footer .footer4 input,
.main-footer .footer4 button {
    width: 100% !important;
}
.main-footer .footer4 input {
    margin-top: 15px;
}
.main-footer .footer4 button,
.main-footer .footer4 input,
.main-footer .footer4 input::placeholder {
    font-size: 14px !important;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a {
    font-size: 13px;
	box-shadow: none;
}
.site-footer .site-info p {
    font-size: 13px;
}

/*** Responsive ***/
@media(max-width: 1110px) {
  .site-header-menu .primary-menu > li > a {
		font-size: 12px;
		padding-left: 7px;
  }
  .lt-category-item .lt-btn {
		display: none;
  }
}
@media(max-width: 1280px) {
	.site-header {
		padding: 0 10px!important;
	}
}
@media(max-width: 1024px) {
    .lt-portfolio .premium-gallery-item {
        width: 33.33% !important;
    }
}
@media(max-width: 910px) {
  .site-header-menu .primary-menu > li > a {
		height: 50px;
		line-height: 35px;
  }
  .site-header-menu .primary-menu > li > a {
		font-size: 15px;
		padding-left: 7px;
  }
  .site-header {
		background-color: #111;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  }
  .sidebar {
		padding-right: 15px;
  }
}
@media(max-width: 768px) {
  .elementor-tabs-content-wrapper .elementor-tab-title {
		display: none;
  }
  .elementor-tabs .elementor-tabs-wrapper {
		display: block !important;
  }
  .lt-blog .premium-blog-thumb-effect-wrapper {
		margin-bottom: 0px !important;
  }
  .main-footer .columns, .lt-blog .premium-blog-post-outer-container {
		width: 100% !important;
  }
  body.woocommerce-page ul.products li.product {
        width: 48%!important;
        margin: 30px 0!important;
   }
  body.home .woocommerce ul.products li.product {
		margin-right: 0%!important;
		width: 48%!important;
  }
  article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
		margin: 10px 30px !important;
  }
  body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
  body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
		margin: 5px !important;
  }
  .lt-content-big {
		width: 100% !important;
  }
  .lt-countdown > .elementor-container > .elementor-row {
		margin-right: 5%;
		margin-left: 5%;
  }
  .lt-history .lt-history-item:before,
  .lt-history .lt-history-item:after {
		content: none;
  }
  body.woocommerce article .entry-content a {
		margin: 0 !important;
  }
}
@media(max-width: 767px) {
  .lt-portfolio .premium-gallery-item {
      width: 50% !important;
    }
}
@media(max-width: 480px) {
  body.woocommerce-page ul.products li.product {
      width: 100%!important;
  }
  body.home .woocommerce ul.products li.product {
      width: 100%!important;
  }
  .lt-portfolio .premium-gallery-item {
      width: 100% !important;
  }
  body .n2-ss-widget.n2-ss-widget-display-desktop .n2-ow {
      display: none !important;
  }
	.lt-contact-form p:nth-child(4), .lt-contact-form p:nth-child(2), .lt-contact-form p:nth-child(3) {
    	width: 100% !important;
	}
}

/*** Template null ***/
body.template-full .site-header-main .page_item a {
	 line-height: 50px;
}
body.template-full .site-header {
	 border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
	 margin-top: 7em;
}
body.page-id-5 .site-main {
    margin-bottom: 0px !important;
}
.sidebar {
    padding-right: 0px;
}
section {
  margin: 0 auto;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}