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

/*** Head Top***/
.top-head {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
}
.top-head a {
    box-shadow: 0 0px 0 0 currentColor !important;
    text-transform: uppercase;
    font-size: 13px;
    color: #c8263e !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%;
  	z-index: 999;
    position: relative; 
    top: 0;
  	padding: 0;
}
body:not(.home) .site-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);  
	position: relative;
}
body:not(.home) .site-header.is-sticky {
	position: fixed;
}
body header .site-header-main, body:not(.home) header .site-header-main {
    padding-left: 0px;
    padding-right: 0px;
}
header .site-branding {
  	margin-top: 0px;
  	margin-bottom: 0px;
}
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;
  	width: 100%;
  	z-index: 999!important;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

/*** 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;
}
.site-header-menu .primary-menu > li > a:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    border: 3px solid #c8263e;
    opacity: 0;
}
.site-header-menu .primary-menu > li:hover > a:before, 
.site-header-menu .primary-menu > li.focus > a:before,
.site-header-menu .primary-menu > li.current-menu-item > a:before { 
    opacity: 1;
}

/*** Title ***/
.lt-title-small, .lt-title-big {
    margin-bottom: 15px !important;
}

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

/*** Slider ***/
.lt-slider .sentence {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.lt-slider .sentence:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    transform-origin: 50% 50% 0px;
    transform-style: preserve-3d;
    transform: matrix(1, 0, 0, 1, 11.7, 5.92);
}

/*** Service ***/
.lt-service-item {    
    position: relative;
    overflow: hidden;
}
.lt-service-item img {
    max-width: 80px;
    border-radius: 50% !important;
}
.sppb-media, .sppb-media-body {
    overflow: hidden;
    zoom: 1;
}
.lt-service-item h5 {
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    line-height: 25px;
}
.lt-service-item  p {
    color: #797979;
}
.lt-service-item .gc_category_label_wrapper p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Great Vibes', cursive;
    font-weight: bold;
}

.lt-service-item .gc_category_label_wrapper {
    width: 40px;
    text-align: center;
    height: 90px;
    background: #c53546;
    position: absolute;
    top: -100px;
    left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lt-service-item .gc_category_label_wrapper:after {
    content: '';
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.lt-service-item:hover .gc_category_label_wrapper {
    top: -10px;
    padding-top: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*** Tribe_Events ***/
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 0;
	padding-right: 0;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after, .tribe-events .tribe-events-c-ical__link:hover,
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-svgicon--featured,
.tribe-events .tribe-events-c-ical__link:before {
	background: #c8263e;
}
.tribe-events .tribe-events-c-ical__link {
	border-color: #c8263e;
}
.tribe-events .tribe-events-c-ical__link, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
	color: #c8263e;
}
body.tribe_events-template-default .sidebar,
body.post-type-archive-tribe_events .sidebar {
		display: none;
}
body.tribe_events-template-default #content #primary,
body.post-type-archive-tribe_events #content #primary {
    width: 100%!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 25px !important;
}

/*** Event ***/
.lt-event ol {
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    list-style-type: none;
    margin-bottom: 60px;
}
.lt-event ol li {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
}
.lt-event ol li h4.tribe-event-title a {
    font-size: 20px !important;
    line-height: 25px;
}
.lt-event ol li h4.tribe-event-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.lt-event ol li h4 a {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
.lt-event ol li .tribe-event-duration {
    font-size: 15px;
}
.lt-event ol li {
    width: 48%;
    float: left;
    margin: 10px;
    position: relative;
}
.lt-event ol li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    display: inline-block;
    background-color: #c8263e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lt-event ol li:hover:before {
    width: 100%;
}
.lt-event .tribe-events-widget-link {
    clear: left;
}
.lt-event .tribe-event-image img {
    border-radius: 50%;
    border: 3px solid #c8263e;
    max-width: 18%;
    margin: 0 auto;
}
.lt-event .tribe-events-widget-link {
    text-align: center;
}
.lt-event .tribe-events-widget-link a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    background-color: #c8263e;
    border-radius: 29px 29px 29px 29px;
    padding: 15px 30px 15px 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.lt-event .tribe-events-widget-link a:hover {
    background: #fe688b;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.tribe-events-single h1, .tribe-events-single h2 {
    color: #000;
    font-weight: 600;
}
.tribe-events-single a {
    color: #fe688b;
}
.tribe-events-single span {
    font-size: 18px;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    margin-top: 20px;
}
.edit-link {
    display: none;
}
.tribe-events-month-event-title a {
    font-family: poppins,sans-serif;
    text-decoration: none !important;
    color: #fe688b !important;
}
.tribe-events-category-first-day:hover .tribe-events-month-event-title a {
    color: #fe688b !important;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    background: #fcd7e0;
}
.tribe-events-button {
    background: #c8263e !important;
}
#tribe-events .tribe-events-single-event-title {
    padding-left: 15px !important;
}
#tribe-events .tribe-events-back {
    margin-left: 15px !important;
}
#tribe-events .tribe-events-back > a {
    margin: 0 !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: rgba(255, 255, 255, 0.5) 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;
}

/*** Blog ***/
.lt-blog .premium-blog-post-outer-container {
    margin-bottom: 30px !important;
}
.lt-blog .premium-blog-entry-container {
    padding-top: 20px;
}
.lt-blog .premium-blog-content-wrapper {
    margin: 0px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.premium-blog-post-container .premium-blog-content-wrapper {
    padding: 0 10px !important;
}
.lt-blog .premium-blog-post-outer-container .premium-blog-content-wrapper {
    top: 0px !important;
}
.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: #c8263e !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #c8263e !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: #c8263e !important;
    border: none !important;
    font-family: 'Berkshire Swash', cursive;
}
.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: #c8263e;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.right-border {
    border-color: #c8263e;
}
.woocommerce-message {
    border-top-color: #c8263e;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-family: 'Berkshire Swash', cursive;
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #c8263e;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #c8263e;
}
body .woocommerce ul.products li.product h2 {
    font-size: 14px !important;
}
.woocommerce span.onsale {
    font-size: 11px !important;
}

/*** Footer ***/
.site-footer .container, .main-footer .container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 10px;
}
.main-footer, .site-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer {
    background-image: url('../images/xmas3.png');
    background-position: center center;
    background-size: cover;
}
.main-footer .container {
    padding-top: 70px;
    padding-bottom: 90px;
    overflow: hidden;
}
.main-footer .columns {
    padding: 10px;
    text-align: center;
}
.main-footer h2 {
    margin: 0 0 20px;
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 600;
}
.main-footer p {
    font-size: 30px;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a {
    font-size: 13px;
}
.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;
    }
    .lt-event ol li {
        width: 45% !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: 13px;
    padding-left: 7px;
  }
  .site-header {
      background-color: #fff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  }
  .site-header-menu .primary-menu > li > a:before {
    content: none;
  }
  body.full-content #content #primary {
    width: 100% !important;
  }
}
@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-full-content,
  .lt-contact-form p:nth-child(4),
  .lt-contact-form p:nth-child(2),
  .lt-contact-form p:nth-child(3) {
    width: 100% !important;
  }
  .lt-countdown > .elementor-container > .elementor-row {
    margin-right: 5%;
    margin-left: 5%;
  }
  .lt-portfolio .premium-gallery-item, .lt-full-big, .lt-live-price-item {
    width: 50% !important;
  }
  .lt-history .lt-history-item:before,
  .lt-history .lt-history-item:after {
    content: none;
  }
  .sidebar {
    padding-right: 15px;
    }
    .lt-event ol li {
    width: 80% !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, .lt-full-big,
  .lt-live-price-item {
    width: 100% !important;
  }
  body .n2-ss-widget.n2-ss-widget-display-desktop .n2-ow {
    display: none !important;
  }
  .lt-event ol {
    margin: 0 !important;
  }
  .lt-event ol li {
    width: 90% !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;
}
section {
  margin: 0 auto;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}
.sidebar {
    padding-right: 0;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
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;
}
body.woocommerce-js .woocommerce {
    padding: 0!important;
}
body.single-product .site-footer .container {
    margin-bottom: 0!important;
}