body {
    background: #fff;
    font-size: 16px;
    color: #5a3733;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0;
}
a, 
.comment-reply-link {
	color: #eb6d2f;
}
a:focus {
	outline: 0!important;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 20px;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
/*** Top Head Menu ***/
.site-header {
    position: relative;
	padding:0 15px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.site-header-main {
    max-width: 1120px;
    margin: 0 auto;
}
.site-header-main .site-description {
    display: none;
}
.site-branding {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
}
.main-navigation a {
	font-weight: 700;
	font-size: 16px;
}
.site-header-menu {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu.is-sticky {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu .primary-menu > li > a {
    color: #5a3733;
    font-weight: 600;
    font-size: 18px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 90px;
    height: 90px;
    position: relative;
	padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.main-navigation .current-menu-item > a,
.main-navigation li:hover > a {
    color: #eb6d2f;
}
/*** Button ***/
.ws-btn {
    font-size: 16px;
    padding: 12px 25px;
    color: #ffffff !important;
    text-transform: uppercase;
    margin: 0 0 20px;
    background: #1d2a37;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.ws-btn:hover {
    color: #fff !important;
    background: #eb6d2f;
}
/*** Title ***/
.et-title {
    margin-bottom: 20px;
}
.et-title h3 {
    line-height: 2 !important;
}
.et-title span {
    color: #9A005C;
}
.ws-slider .elementor-element-populated {
    padding: 0 !important;
}
/*** Intro ***/
.ws-intro-item {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;   
}
.ws-intro-item:after {
    content: "";
    position: absolute;
    right: -35px;
    top: 15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background: url("../images/download.png") no-repeat 100% 50%;
}
.ws-intro-item.last-child:after {
    content: none !important;
}
.ws-intro-item:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ws-intro-item img {
    display: block;
    margin: 0 auto 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20;
    text-align: center;
    position: relative;
}
.ws-intro-item .ltx-hex-wrapper, 
.ws-intro-item .ltx-hex {
    width: 220px;
    height: 190.52px;
    border-radius: 16px;
}
.ltx-hex {
    overflow: hidden;
    display: inline-block;
    width: 154px;
    height: 133.364px;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 14px;
}
.ws-intro-item .ltx-hex-wrapper {
    z-index: 0;
    position: absolute;
    top: -22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ws-intro-item .ltx-hex-shadow {
    top: 15px;
    left: 0;
    position: absolute;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    zoom: 1;
    filter: alpha(opacity=10);
    -webkit-opacity: .1;
    -moz-opacity: .1;
    opacity: .1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ltx-hex .ltx-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.ltx-hex>.ltx-hex-inner, 
.ltx-hex>.ltx-hex-inner:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}
.ws-intro-item .ltx-hex-shadow .ltx-hex-inner:before {
    background-color: #5a3733;
}

.ltx-hex .ltx-hex-inner:before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background-color: #eb6d2f;
    content: '';
}
.ws-intro-item .ltx-hex-white {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ws-intro-item .ltx-hex-white .ltx-hex-inner:before {
    background-color: #fff;
}
.ws-intro-item .ltx-hex-gray {
    top: 18px;
    left: 20px;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 180px;
    height: 155.88px;
}
.ws-intro-item .ltx-hex-gray .ltx-hex-inner:before {
    background-color: #f8f7f1;
}
/*** About ***/
.ws-about-list .elementor-icon-list-items {
    margin-left: 15px !important;
}
.ws-about-list i:before {
    position: relative;
    z-index: 1;
    left: 5px;
    top: 3px;
}
.ws-about-list i:after {
    content: "";
    position: absolute;
    padding: 14px;
    background-color: #ffd832;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    z-index: 0;
    left: 0;
    top: 0;
}
.ws-about-list .elementor-icon-list-text {
    margin-left: 15px;
}
/*** Product ***/
.ws-product .woocommerce ul.products li.product {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.ws-product-item .woocommerce ul.products li.product a {
    display: inline-block;
    position: relative;
}
.ws-product-item .woocommerce ul.products li.product {
    background: #fff;
    z-index: 1;
}
.ws-product-item .woocommerce ul.products li.product:hover {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
}
.ws-product-item .woocommerce ul.products li.product a img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.ws-product-item .woocommerce ul.products li.product:hover a img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);    
}
.ws-product-item ul.products li.product.pif-has-gallery .wp-post-image--secondary {
    position: absolute;
    left: 50%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear !important;
}
.ws-product-item ul.products li.product.pif-has-gallery:hover .wp-post-image--secondary {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ws-product-item .woocommerce ul.products li.product h2 {
    position: relative;
    margin-top: 40px;
}

.ws-product-item .woocommerce ul.products li.product:hover h2:before {
    width: 90px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*** Blog ***/
.ws-blog-item .premium-blog-thumb-effect-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ws-blog-item .premium-blog-content-wrapper {
    top: 0;
    margin: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Portfolio ***/
.ws-gallery-item .gallery-item {
	position: relative;
}
.ws-gallery-item .gallery-icon {
	display: inline-block;
	position: relative;
}
.ws-gallery-item .gallery-icon:before {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  bottom: 0;
  color: #6f6f6f;
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  visibility: hidden;
  width: 50px;
  z-index: 11;
}
.ws-gallery-item .gallery-icon:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.ws-gallery-item .gallery-icon:after {
  background: rgba(255, 113, 90, 0.58) none repeat scroll 0 0;
  bottom: 25px;
  content: "";
  display: block;
  left: 25px;
  opacity: 0;
  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;
}
.ws-gallery-item .gallery-icon:hover::after {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
/*** Contact ***/
.wpcf7-form p {
	width: 48%!important;
	float: left;
	margin-right: 3.5%;
}
.wpcf7-form p:nth-child(3),
.wpcf7-form p:nth-child(5) {
    margin-right: 0 !important;
}
.wpcf7-form p:nth-child(6),
.wpcf7-form p:nth-child(7) {
    width: 100% !important;
}
.wpcf7-form p:nth-child(7) {
    text-align: center;
}
.wpcf7-form input {
	background: transparent;
	padding: 12px 10px;
}
.wpcf7-form textarea {
    height: 150px;
    background-color: transparent;
}
.wpcf7-form .wpcf7-submit {
	padding: 18px 50px;
    display: inline-block;
    margin-top: 28px;
    background: #9A005C;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #f2784b;
}
.ws-opening li {
    color: #5a3733;
    line-height: 36px;
}
/*** Footer ***/
.main-footer .columns h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
.main-footer .columns h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #5a3733;
}
.main-footer .columns li {
    margin-bottom: 7px;
}
.main-footer .columns p {
    margin-bottom: 10px !important;
}
.social-icons-list {
    margin: 0;
}
.social-icons-list li {
    list-style-type: none;
}
.social-icons-list span {
    color: #eb6d2f;
    margin-right: 10px;
}
.social-icons-list a,
.social-icons-list strong {
    color: #5a3733;
}
.footer-custom-code .widget.widget_text {
	margin: 0 !important;
	padding-bottom: 0 !important;
}
.footer-custom-code .widget.widget_text .textwidget {
	height: 0px !important;
}
/*** Responsive ***/
@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}	
	.sidebar {
	    margin-left: 0%;
		width: 100%!important;
	}
	.site-header-menu .primary-menu > li > a {
		height: 45px;
		line-height: 45px;
	}
    .ws-intro-item:after {
        content: none;
    }
}
@media(max-width: 678px) {
    .ws-blog-item .premium-blog-post-container {
        width: 100% !important;
    }
}
@media (max-width: 480px) {

    body.woocommerce-page ul.products li.product {
        width: 100%!important;
        margin: 30px 0!important;
    }
    body.home .woocommerce ul.products li.product {
        margin-right: 0%!important;
        width: 100%!important;
    }
}