body {
    background: #fff;
  	font-size: 14px;
  	line-height: 1.625;
  	margin: 0;
    font-weight: 400;
  	color: #333;
}
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: #fcba30;
}
.entry-title a:hover, 
.entry-title a:focus {
    color: #fcba30;	
}
.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: #fcba30 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.entry-title {
  font-size: 30px;
}
.single-post .site-inner,
.category .site-inner {        
	margin-top: 40px;
}
.site-header-main .menu-toggle,
.dropdown-toggle {
    color: #fff !important;
}

/*** Top Head Menu ***/
.top-head {
    padding: 10px 0 0;
    background-color: #fcba30;
}
.top-head .container {
  	max-width: 1200px;
  	padding-left: 30px;
  	padding-right: 30px;
  	margin: 0 auto;
}
.top-head .top-head-widget {
  	display: inline-block;
  	width: 50%;
}
.top-header-left {
    float: left;
}
.top-header-right {
    float: right;
}
.top-head a {
    color: #fff;
  	box-shadow: none !important;
}
.top-head ul {
  	margin-bottom: 0 !important;
  	margin-left: 0 !important;
}
.top-head li {
  	color: #fff;
  	margin: 0 7px;
   	font-size: 14px;
  	display: inline-block;
  	list-style-type: none;
}
.top-header-right span {
    margin-right: 5px;
}
/*** Head ***/
.site-header {
  	padding-top: 0;
  	padding-bottom: 0;
}
.site-header {
  	left: 0;
  	right: 0;
  	width: 100%;
  	z-index: 999;
    position: fixed;
    top: 0;
  	margin: 0 auto;
}
body:not(.home) .site-header {   
	position: relative;
}
body.home .site-header{	
	background: transparent !important;
}
body.home .site-header.is-sticky {	
	background: #111 !important;
}
body:not(.home) .site-header.is-sticky {	
	position: fixed;
}
header .site-branding {
  	margin-top: 5px;
  	margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
  	max-width: 1140px;
  	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;
  	width: 100%;
  	z-index: 999!important;
    border-bottom: 3px solid #fcba30;
  	-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: 500;
    font-size: 12px;
}
.site-header-menu .primary-menu > li > a {
    text-transform: uppercase;
    height: 80px;
    line-height: 65px;
    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 .primary-menu > li:hover > a, 
.main-navigation .primary-menu >  li.focus > a,
.main-navigation .primary-menu >  li.current-menu-item > a,
.main-navigation .primary-menu >  li.current-menu-parent > a { 
    background: #fcba30;
}
.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: 30px;
}

/*** Button ***/
.lt-btn a {
  background: transparent !important;	
}
.lt-btn a:hover {
  background: #fcba30 !important;  
}

/*** Slider ***/
.lt-slider .elementor-element-populated {
    padding: 0 !important;
}

/*** Intro ***/
.lt-intro-item .elementor-image-box-img img {
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    width: 100%;
}
.lt-intro-item:hover .elementor-image-box-img img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.lt-intro-item .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.lt-intro-item .elementor-image-box-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,.5);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -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-intro-item:hover .elementor-image-box-img:after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

/*** Tab ***/
.lt-about-tabs .elementor-widget-tabs .elementor-tabs {
    text-align: center;
}
.lt-about-tabs .elementor-tabs-wrapper {
  background: rgba(252, 186, 48, .2);
  max-width: 372px;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.lt-about-tabs .elementor-tab-title {
  padding: 0!important;
}
.lt-about-tabs .elementor-tab-title a {
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    color: #fcba30 !important;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.lt-about-tabs .elementor-active a {
    background: #fcba30;
    color: #000 !important;
}
.lt-about-tabs .tabs_text h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}
.lt-about-tabs .tabs_text a {
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    padding: 9px 35px;
    color: #000;
}
.lt-about-tabs .tabs_text a:hover {
    color: #fff!important;
}

/*** Gallery ***/
.ws-gallery .premium-gallery-item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden;
}
.ws-gallery .ws-gallery-item .pa-gallery-img-container {
    position: relative;
}
.ws-gallery .ws-gallery-item .pa-gallery-img-container:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background: rgba(252, 186, 48, .8);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-gallery .ws-gallery-item .pa-gallery-img:hover .pa-gallery-img-container:before {
    opacity: 1;
}
.ws-gallery .ws-gallery-item .pa-gallery-img .premium-gallery-caption {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    bottom: -20% !important;
    z-index: 2;
}
.ws-gallery .ws-gallery-item .pa-gallery-img:hover .premium-gallery-caption {
    bottom: 30% !important;
}

/*** Banner ***/
.lt-banner-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.lt-banner-item:before {
    position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); 
}
.lt-banner-item:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*** Team ***/
.ws-team .ws-team-item {
    overflow: hidden;
}
.ws-team .ws-team-item .elementor-image-box-img img {
    border-radius: 50%;
    border: 5px solid #fff;
}
.ws-team-icon {
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.ws-team .ws-team-item:hover .ws-team-icon {
    bottom: 58%;
    opacity: 1;
}

/*** Blog ***/
.lt-blog .premium-blog-content-wrapper {
    top: 0px !important;
    margin: 0px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0px 0px 5px 0px rgba(163,158,163,1);
}
.lt-blog .premium-blog-entry-title a {
    font-size: 16px !important;
}
.lt-blog .premium-blog-entry-meta {
    font-size: 13px !important;
}
.lt-blog .premium-blog-post-outer-container:hover .premium-blog-content-wrapper {
    top: -30px !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: #fcba30 !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #fcba30 !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;
}
/*** 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: #fcba30 !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 {
    background: #fcba30;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #fcba30;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #fcba30;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #fcba30;
}
.woocommerce span.onsale {
	font-size: 12px;
}

/*** Footer ***/
.main-footer, .site-footer {
  	float: left;
  	width: 100%;
}
.main-footer {
	 padding: 50px 0;
}
.main-footer h2 {
  	font-size: 19px;
  	margin: 0 0 20px;
}
.main-footer ul {
	 margin: 0;
}
.main-footer .footer1 ul li {
  	display: inherit;
  	line-height: 1;
  	font-size: 15px;
  	color: rgba(255,255,255,0.67);
  	font-weight: 600;
  	padding-left: 0;
  	padding: 8px 0;
  	letter-spacing: 1px;
}
.main-footer .footer1 ul li:before {
  	font-family: FontAwesome;
  	width: 45px;
  	height: 45px;
  	text-align: center;
  	border-radius: 100px;
  	background-color: #fcba30;
  	line-height: 45px;
  	padding: 14px;
  	color: #fff;
  	margin-right: 10px;
}
.main-footer .footer1 ul li a {
  	box-shadow: none;
}
  .main-footer .footer2 ul {
  	border: 1px solid rgba(255,255,255,0.1);
  	padding: 10px 25px;
  	list-style: none;
  	max-width: 225px;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
  	list-style: none;
  	line-height: 35px;
}
.site-footer .container {
  	padding: 30px 0;
  	border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** 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;
  }
  .lt-slider-item {
    margin-top: -50px ;
  }
}
@media(max-width: 1280px) {
	.site-header {
		padding: 0 10px!important;
	}
}
@media (min-width: 910px) and (max-width: 1200px) {
  .site-header-menu .primary-menu > li > a {
      font-size: 9px;
      padding-left: 7px;
  }
}
@media(max-width: 910px) {
  .site-header-menu .primary-menu > li > a {
    height: 50px;
    line-height: 35px;
  }
  body .site-header {
    background-color: #111;
  }
  .lt-slider-item {
    margin-top: 0px ;
  }
  .main-navigation .primary-menu > li:hover > a, 
  .main-navigation .primary-menu >  li.focus > a,
  .main-navigation .primary-menu >  li.current_page_item > a { 
     background: transparent !important;
    color: #fcba30;
}
}
@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-post-outer-container {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .lt-blog .premium-blog-thumb-effect-wrapper {
      margin-bottom: 0px !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;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
.premium-blog-post-content { 
   overflow: hidden; 
   width:100%; 
   display: -webkit-box; 
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical; 
}