body {
    font-size: 14px;
    line-height: 1.4;
    color: #696969;
    letter-spacing: 0.025em;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    
}
a:focus,
a:hover,
.dropdown-toggle,
.slick-slide {
	outline: 0!important;
}
a, a:hover, .comment-reply-link {
	color: #c6a079;
}
.entry-title a:hover, 
.entry-title a:focus {
	color: #c6a079;	
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 50px;
}

/*** Top Head Menu ***/
.site-header {
    position: relative;
	padding-top: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
	padding-bottom: 0;
    z-index: 999;
}
body:not(.home) .site-header {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);	
}
.site-header.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.site-header-main {
    max-width: 1200px;
    margin: 0 auto;
}
body:not(.home) header .site-header-main {
    padding-left: 0px;
    padding-right: 0px;
}
.site-header-main .site-description {
    display: none;
}
.site-branding {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
}
.main-navigation a {
	font-weight: 700;
	font-size: 14px;
    position: relative;
}
.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 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 90px;
    height: 90px;
    position: relative;
    -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;
}
.site-header-menu .primary-menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 39px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.site-header-menu .primary-menu > li > a:hover:after,
.site-header-menu .primary-menu > li.current-menu-item > a:after {
    width: 90%;
}

/*** Button ***/
button:hover {
    background-color: #c6a079 !important
}

/*** Menu ***/
.tk-product-menu-content > .elementor-container.elementor-column-gap-no {
    position: relative;
}
.tk-product-menu-content > .elementor-container.elementor-column-gap-no:before {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: 0.7;
    height: 100%;
    width: 100%;
}
.tk-product-menu-content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.tk-product-menu-content .product-menu-bk {
    position: absolute;
    background-color: rgba(33,33,33,.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tk-product-menu-content:before {
    left: 35px;
    -webkit-box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    transform: rotate(-4deg);
}
.tk-product-menu-content:after {
    right: 35px;
    -webkit-box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    transform: rotate(4deg);
}
.tk-product-menu-content:after, 
.tk-product-menu-content:before {
    height: 0;
    position: absolute;
    bottom: 5px;
    content: '';
    z-index: -1;
    width: 50%;
}
.tk-line {
    width: calc(100% - 40px);
    margin-left: 20px;
}
.tk-line,
.tk-line .line-one {
    left: 0;
    top: 0;
    height: calc(100% - 40px);
    margin-top: 20px;
    display: block;
    position: absolute;
    z-index: 5;
}
.tk-line .line-one {
    border-width: 0 2px;
    border-color: rgba(255,255,255,.5);
    width: 100%;
    border-style: solid;
}
.tk-line .line-two {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    margin-left: 20px;
    border-width: 2px 0; 
    border-style: solid;
    border-color: rgba(255,255,255,.5); 
    display: block;
}
.tk-line .line-one span:first-child,
.tk-line .line-one span:last-child,
.tk-line .line-two span:first-child,
.tk-line .line-two span:last-child {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    overflow: hidden;
}
.tk-line .line-one span:first-child {
    top: -20px;
    left: -1px;
}
.tk-line .line-one span:last-child {
    left: -1px;
    bottom: -20px;
}
.tk-line .line-two span:first-child {
    right: -20px;
    top: -1px;
}
.tk-line .line-two span:last-child {
    right: -20px;
    bottom: -1px;
}
.tk-line .line-one span:first-child:before,
.tk-line .line-one span:last-child:before, 
.tk-line .line-two span:first-child:before,
.tk-line .line-two span:last-child:before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: absolute;
    border: 2px solid rgba(255,255,255,.5);
}

.tk-line .line-one span:first-child:before {
    left: -20px;
    top: -20px;
}
.tk-line .line-one span:last-child:before {
    left: -20px;
    top: 0;
}
.tk-line .line-two span:first-child:before {
    right: -20px;
    top: -20px;
}
.tk-line .line-two span:last-child:before {
    right: -20px;
    top: 0;
}
.tk-product-menu-content ul {
    position: relative;
    z-index: 1;
}
.tk-menu-content {
    padding: 0px 30px 0px;
    margin: 0;
    display: inline-block;
}
.tk-menu-content li {
    width: 50%;
    float: left;
    padding: 15px 15px;
    margin: 0px 0;
    list-style-type: none !important;
}
.tk-menu-content li .menu-thumb img {
    max-width: 65px;
    max-height: 65px;
    margin-bottom: 0;
    vertical-align: middle;
}
.tk-menu-content li .menu-thumb {
    float: left;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.tk-menu-content li .menu-thumb:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.tk-menu-content li .product-menu-ds {
    padding-left: 120px;
    padding-top: 5px;
    color: #fff;
}
.tk-menu-content li .product-menu-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.tk-menu-content li .p-menu-title {
    padding-right: 3px;
    text-transform: uppercase;
}
.tk-menu-content li .p-menu-title a {
    color: #fff;
    font-weight: normal;
    padding-top: 5px;
    display: inline-block;
}
.tk-menu-content li .p-menu-border {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-width: 10%;
    border-bottom: 1px dotted rgba(255,255,255,.5);
    margin-bottom: 6px;
}
.tk-menu-content li .price {
    padding-left: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #c6a079;
}
.tk-menu-content li p {
    color: #fff;
}

/*** Service ***/
.tk-service-item {
    max-width: 250px;
    width: 100%;
    padding-bottom: 20px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}
.tk-service-item .line-top {
    background-color: #f4eede;
    position: absolute;
    width: calc(100% - 36px);
    height: 100%;
    display: block;
    left: 18px;
    top: 0;    
}
.tk-service-item .line-left {
    position: absolute;
    left: 0;
    top: 18px;
    width: 100%;
    height: calc(100% - 36px);
    display: block;
    background-color: #f4eede;
}
.tk-service-item .line-top span:first-child,
.tk-service-item .line-top span:last-child {
    width: 18px;
    height: 18px;
    position: absolute;
    left: -18px;
    top: 0;
    overflow: hidden;
}
.tk-service-item .line-top span:last-child {
    bottom: 0;
    top: initial;
}
.tk-service-item .line-left span:first-child,
.tk-service-item .line-left span:last-child {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: -18px;
    overflow: hidden;
}
.tk-service-item .line-left span:last-child {
    top: initial;
    bottom: -18px;
}
.tk-service-item .line-top span:first-child:before,
.tk-service-item .line-top span:last-child:before,
.tk-service-item .line-left span:first-child:before,
.tk-service-item .line-left span:last-child:before  {
    width: 50px;
    height: 50px;
    content: '';
    border: 10px solid #f4eede;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.tk-service-item .line-top span:first-child:before {
    left: -24px;
    bottom: -9px;
}
.tk-service-item .line-top span:last-child:before {
    left: -24px;
    top: -9px;
}
.tk-service-item .line-left span:first-child:before,
.tk-service-item .line-left span:last-child:before {
    right: -24px;
    bottom: -9px;
}
.tk-service-item .line-left span:last-child:before {
    bottom: initial;
    top: -9px;
}
.tk-service-item .service-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
}
.tk-service-item h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: Pacifico,cursive;
}
.tk-service-item p {
    margin-top: 30px;
}
.tk-service-item:hover .line-top,
.tk-service-item:hover .line-left {
    border-color: rgba(255,255,255,.5);
    border-style: solid;
    background: 0 0;    
}
.tk-service-item:hover .line-top {
    border-width: 2px 0;
}
.tk-service-item:hover .line-left {
    border-width: 0 2px;
}
.tk-service-item:hover .line-top span:first-child:before,
.tk-service-item:hover .line-top span:last-child:before,
.tk-service-item:hover .line-left span:first-child:before,
.tk-service-item:hover .line-left span:last-child:before {
    left: -12px;
    border: 2px solid rgba(255,255,255,.5);
    width: 30px;
    height: 30px;
    bottom: 0;
} 
.tk-service-item:hover .line-top span:last-child:before,
.tk-service-item:hover .line-left span:last-child:before {
    top: 0;
    bottom: initial;
}
.tk-service-item:hover .line-left span:first-child:before,
.tk-service-item:hover .line-left span:last-child:before {
    right: -12px;
    left: initial;  
}
.tk-service-item:hover h3 {
    color: #fff;
}
.tk-service-item:hover p {
    color: #eeeff0;
}
.btn-link {
    font-size: 18px !important;
    transition: all 0.3s ease-in;
    font-family: 'Marcellus', sans-serif;
}
.btn-link:before {
    font-family: FontAwesome;
    margin-right: 10px;
}
.btn-link:hover {
    padding-left: 15px;
    transition: all 0.3s ease-in;
    color: #c6a079;
}

/*** Instagram ***/ 
.tk-instagram > div.panel-grid-cell:first-child {
    width: 33% !important;
}
.tk-instagram > div.panel-grid-cell:last-child {
    width: 67% !important;
}
.tk-instagram-info {
    position: relative;
    text-align: center;
    padding: 20px;
}
.tk-instagram-table {
    padding: 80px 30px;
}
.tk-title h2 {
    color: #212121;
    padding-top: 10px;
    font-weight: 900;
    font-size: 34px;
    margin: 5px 0;
    text-transform: uppercase;
}
.tk-title h4 {
    font-family: Cookie,cursive;
    font-weight: 400;
    line-height: 1.2;
    color: #c6a079 !important;
    margin-bottom: 10px;
    font-size: 28px;
    text-transform: capitalize;
    margin-top: 20px;
}
.tk-instagram-info .textwidget {
    padding: 15% 0;
}
.tk-instagram-info .tk-title h4,
.tk-instagram-info .tk-title p {
    color: #fff;
}
.tk-instagram-info .tk-title p {
    font-size: 13px;
}
.on-instagram {
    margin-top: 64px;
}
.on-instagram i,
.on-instagram svg {
    font-size: 56px;
    color: #fff;
    margin-right: 22px;
}
.on-instagram span {
    display: inline-block;
    text-align: left;
    font-family: Pacifico,cursive;
    font-size: 17px;
    color: #fff;
}
.on-instagram span a {
    display: block;
    font-family: Lato,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
}

/*** Testimonial ***/
.tk-testimonial .swiper-slide-image {
    margin-bottom: 30px;
    border-radius: 50% !important;
}
.tk-testimonial .slick-slide-image {
    width: 15%;
    margin-bottom: 30px !important;
}
.tk-testimonial .swiper-slide-image img {
    border-radius: 50% !important;
    width: 15% !important;
}
.tk-testimonial .tk-testimonial-item .desc {
    color: #000 !important;
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 10px;
}
.tk-testimonial .tk-testimonial-item h3.name {
    color: #c6a079;
    font-size: 20px;
    margin: 0;
}
.tk-testimonial .tk-testimonial-item .positions {
    color: #000 !important;
}


/*** Product ***/
.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 ***/
.tk-blog-item .premium-blog-content-wrapper {
    top: 0px !important;
    margin: 0px;
    padding: 30px 10px;
}
.tk-blog-item .premium-blog-post-container .premium-blog-content-wrapper  {
    background-color: transparent;
}
.tk-blog-item .premium-blog-post-container:hover .premium-blog-content-wrapper  {
    box-shadow: 0 -2px 29px 0 rgba(0,0,0,.15);
    background-color: #fff;
}
.tk-blog-item .premium-blog-entry-meta {
    margin: 10px 0;
}

/*** Team ***/
.tk-team-item ul li {
	display: inline-block;
	list-style-type: none;
	margin:  10px;
}
.tk-team-item .elementor-image-box-content {
    padding: 20px;
    padding-bottom: 0;
}
.tk-team-item .elementor-image-box-img {
    margin-bottom: 0 !important;
}
.tk-team-item .elementor-image-box-img img {
    border-radius: 5px 5px 0 0;
}
.tk-team .tk-team-item .socials-item {
    margin-bottom: 0 !important;
}
.tk-team .tk-team-item ul li i {
    color: #000 !important;
}
.tk-team .tk-team-item:hover h3, .tk-team .tk-team-item:hover p, .tk-team .tk-team-item:hover ul li i {
    color: #fff !important;
}

/*** Woocommerce ***/
body ul.products li.product:hover .button.add_to_cart_button {
    bottom: 0px;
}
body ul.products li.product {
    border-radius: 8px !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 1px 0px 18px 2px rgba(0, 0, 0, 0.2);
}
body .woocommerce ul.products li.product h2 {
    font-size: 16px!important;
    font-weight: 600;
}
body .woocommerce ul.products li.product .price {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.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: #c6a079 !important;
    border: none !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.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, .sidebar .widget-title:before, 
body.woocommerce .woocommerce button.button, body.woocommerce .ui-slider-range.ui-widget-header.ui-corner-all,
body.woocommerce .ui-slider-handle.ui-state-default.ui-corner-all, body.woocommerce .form-submit .submit {
    background: #c6a079 !important;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #c6a079;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #c6a079;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #c6a079;
}

/*** 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: #b0a37e !important;
    border: none !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.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: #b0a37e;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #b0a37e;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #b0a37e;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #b0a37e;
}
.woocommerce .site-main ul.products {
	display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: inline-block;
    margin: 0!important;
}

/*** 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: #ed145b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #f2784b;
}


/*** Footer ***/
.main-footer {
    background: url('../images/coffee_parallax.jpg');
    background-position: center center;
    background-size: cover;
    float: left;
    width: 100%;
}
.main-footer .columns {
    width: 100%;
    text-align: center;
}
.main-footer .columns h2 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #c6a079 !important;
}
.main-footer p {
    font-size: 16px;
    margin-bottom: 10px;
}
.main-footer a {
    font-size: 16px;
    line-height: 35px;
}
.main-footer .info-des {
    font-style: italic;
    font-family: Pacifico,cursive;
}
.main-footer .columns h2:after {
    display: none;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
    margin-bottom: 0;
    margin-top: 5px;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #c6a079;
    background: transparent;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a i {}
.shrewd_solution_icon ul li a:hover,
.shrewd_solution_icon ul li:nth-child(2) a:hover,
.shrewd_solution_icon ul li:nth-child(3) a:hover,
.shrewd_solution_icon ul li:nth-child(4) a:hover,
.shrewd_solution_icon ul li:nth-child(5) a:hover,
.shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #c6a079; 
    color:#fff!important;
}
.main-footer .columns:nth-child(2),
.main-footer .columns:nth-child(3),
.main-footer .columns:nth-child(4) {
    display: none;
}
.site-footer {
    background: #c6a079;
    float: left;
    width: 100%;
}
.site-info p a {
    font-size: 15px;
}

/*** Responsive ***/
@media (max-width: 1208px) {
	.site-header-menu .primary-menu > li > a {
		font-size: 15px;
	}
    .tk-ads .tk-ads-porfolio, .tk-ads .tk-ads-item {
        width: 100% !important;
    }
}
@media (max-width: 1170px) {
	.site-header-menu .primary-menu > li > a {
		padding: 0 7px !important;
	}
	.site-header {
	    padding: 0 15px;		
	}
}
@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;
	}
	.tk-atributes-item:first-child .tk-atributes-content {
		margin-left: 0px;
	}
	.tk-atributes-item.item2 .tk-atributes-content {
		margin-left: -50px;
	}
	.tk-atributes-item.item3 .tk-atributes-content {
		margin-left: -130px;
	}
}
@media (max-width: 910px) {
    .sidebar {
        padding-right: 15px;
    }
    .site-header-menu .primary-menu > li > a:after {
        display: none;
    }
    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;
    }
	body ul.products li.product .button.add_to_cart_button {
		margin-left: 0 !important;
		bottom: -10px !important;
	}
}
@media (max-width: 768px) {
    .tk-menu-content li, .tk-blog .premium-blog-post-container, .tk-sale-item {
        width: 100% !important;
    }
    .tk-sale-img > .elementor-widget-container {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }
}
@media (max-width: 480px) {
	.tk-atributes-img {
		margin-top: 70px;
	}
    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;
    }
    .tk-menu-content li .product-menu-ds {
        padding-left: 0 !important;
    }
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}
.sidebar {
    padding-right: 0px;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}  