body {
    background: #fff;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    padding: 0;
    font-weight: 300;
}
a, 
.comment-reply-link,
.entry-title a:hover,
.entry-title a:focus,
.main-navigation li:hover > a, 
.main-navigation li.focus > a {
	color: #899fad;
}
a:focus,
button {
	outline: 0!important;
}
.menu-toggle:hover, .menu-toggle:focus {
    background: #899fad;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
.menu-toggle:before {
    color: #899fad;
}
.menu-toggle:hover:before, .menu-toggle:focus:before {
    color: #fff;
}
.dropdown-toggle:after {
    color: #000;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
/*** Top Header  ***/
.top-head {
    padding: 15px 0;
    position: relative;
    z-index: 2;
    background: #fef6e5;
}
.top-head .container {
    max-width: 1170px;
    margin: 0 auto; 
    padding-left: 30px;
    padding-right: 30px;  
    line-height: 16px; 
}
.top-head ul li a {
    line-height: 10px;
	font-family: "Quicksand";
}
.top-head .top-head-widget:nth-child(1) ul li,
.top-head .top-head-widget:nth-child(2) ul li a {
    font-family: FontAwesome;
    color: #899fad;
    font-size: 18px;
}
.top-head .top-head-widget:nth-child(2) ul li a:hover {
    cursor: pointer;
}
.top-head .top-head-widget:nth-child(1) ul li a,
.top-head .top-head-widget:nth-child(2) ul li {
    list-style-type: none;
}
.top-head .top-head-widget:nth-child(1) ul li a {
    padding-left: 10px;
    color: #333;
    font-size: 14px;
}
.top-head .top-head-widget:nth-child(2) ul li {
    float: right;
    margin-left: 20px;
}
.top-head-widget:nth-child(1) ul li {
    float: left;
    margin-right: 20px;
}
.top-head-widget {
    width: 50%;
    display: inline-block;
}
.top-head .top-head-widget:nth-child(1) {
    float: left;
}
.top-left-text span {
    color: #fff;
    font-size: 15px;
}
.top-left-link:before {
    content: " ";
    display: inline-block;
    margin: 3px 22px;
    width: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.top-left-sep {
    margin: 0 5px;
}
.top-bar-right {
    color: #fff;
    float: right;
}
.top-bar-right-text,
.top-bar-right-social {
    display: inline;
}
.top-bar-right i {
    font-size: 14px;
    color: #cb1a2b;
    margin-left: 20px;
    margin-right: 7px;
}
.top-bar-right span {
    margin-left: 20px;
    color: #cb1a2b;
}

/*** Head Menu ***/
.site-header {
    position: fixed;
    width: 100%;
    padding: 0 25px;
    box-shadow: 0px 1px 15px 0 rgba(0,0,0,.05);
    background-color: #fff;
    z-index: 999;
}
body:not(.home) .site-header {
    position: relative;
    background-color: #fff;
}
.site-header.is-sticky {
    width: 100%;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0px 1px 15px 0 rgba(0,0,0,.05);
    background-color: #fff;
}
.site-header-main .site-description {
    display: none;
}
.site-branding {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

/*** Menu ***/
.site-header-main {
    max-width: 1170px;
    margin: 0 auto;
}
.main-navigation a {
	font-weight: 700;
	font-size: 13px;
    text-transform: uppercase;
}
.site-header-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.site-header-menu.is-sticky {
    position: relative;
    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;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    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;
}
.site-header-menu .primary-menu > li:hover > a:after,
.site-header-menu .primary-menu > li.current-menu-item > a:after {
    background: #899fad;
}
.site-header-menu .primary-menu > li > a:after {
    content: " ";
    display: block;
    width: 3px;
    border-radius: 10px;
    left: 0;
    margin: -55px -6px;
    height: 22px;
    background: 0 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.site-header-menu .primary-menu > li > a.wpmenucart-contents:after {
    display: none;
}
.site-header .site-header-menu .primary-menu > li:hover > a,
.site-header .site-header-menu .primary-menu > li.current-menu-item > a {
    color: #899fad;
}

/*** Title ***/
.ws-title {
    margin-bottom: 13px !important;
}
.ws-title h3 {
    padding-top: 40px !important;
    position: relative;
}
.ws-title h3:before {
    content: "\f141";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    top: 0;
    display: inline-block;
    left: 0;
    right: 0;
}

/*** Button ***/
.ws-btn a {
    position: relative;
    z-index: 1;
}
.ws-btn a:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    width: 0;
    height: 100%;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-btn a:hover:before {
    width: 100%;
    border-radius: 10px;
}

/*** Product ***/
.woocommerce ul.products li.product {
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.woocommerce ul.products li.product {
    box-shadow: 0px 0px 10px 0px #eee;
}
.woocommerce ul.products li.product h2 {
    margin-top: 10px !important;
    font-size: 20px !important;
    font-weight: 300;
}
body div.woocommerce ul.products li.product span.price {
    font-size: 13px !important;
    font-weight: 300;
}
.woocommerce ul.products li.product:hover:before {
    transform: scale(1) !important;
}
body.woocommerce .sidebar-left-blog, body.woocommerce .sidebar-right-blog {
    display: block;
}

/*** Team ***/
.ws-team .ws-team-item {
    overflow: hidden;
}
.ws-team .ws-team-item:hover {
    cursor: pointer;
}
.ws-team .ws-team-item .elementor-image-box-content {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
    padding: 80px 10px 50px;
    margin-top: -50px;
    position: relative;
    border: 1px solid #ccc;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-team .ws-team-item:hover .elementor-image-box-content {
    background-color: #899fad;
}
.ws-team .ws-team-item:hover .elementor-image-box-content h3,
.ws-team .ws-team-item:hover .elementor-image-box-content h6,
.ws-team .ws-team-item:hover .elementor-image-box-content p {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-team .ws-team-item:hover .elementor-image-box-content h3,
.ws-team .ws-team-item:hover .elementor-image-box-content h6,
.ws-team .ws-team-item:hover .elementor-image-box-content p {
    color: #fff;
}
.ws-team .ws-team-item .elementor-image-box-img img {
    border-radius: 5%;
    border: 5px solid #899fad;
    position: relative;
    z-index: 3;
}
.ws-team .ws-team-item .elementor-image-box-content h6 {
    margin-bottom: 15px;
    font-size: 500;
    margin-top: 5px;
}
.ws-team .ws-team-item .elementor-image-box-content h6, 
.ws-team .ws-team-item .elementor-image-box-content p {
    font-size: 15px;
    font-weight: 400;
}
.ws-team .ws-team-item .elementor-widget-wrap > .elementor-element {
    margin-bottom: 0 !important;
    overflow: hidden;
}
.ws-team .ws-team-item .ws-team-item-btn  {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 4;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-team .ws-team-item:hover .ws-team-item-btn {
    bottom: 5px;
}

/*** Services ***/
.ws-services .ws-services-item .elementor-icon-box-icon span {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: rotate(-12deg);
    padding: 29px 25px !important;
}

/*** Portfolio ***/
.ws-portfolio .premium-gallery-item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

/*** Counter ***/
.ws-counter .ws-counter-item .premium-init-wrapper  {
    margin-top: 10px;
}

/*** Blog ***/
.ws-blog .premium-blog-post-container {
    margin: 10px;
    padding: 0;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
}
.premium-blog-skin-modern .premium-blog-content-wrapper {
    top: 0 !important;
    border-radius: 0px 10px 10px;
}
.ws-blog .premium-blog-post-container {
    position: relative;
}
.premium-blog-post-container .premium-blog-content-wrapper {
    background-color: #fff;
}
.ws-blog-item .premium-blog-entry-meta {
    top: -40px !important;
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
}
.ws-blog-item .premium-blog-entry-container h2 > a {
    font-size: 23px !important;
    text-transform: capitalize;
}
.premium-blog-post-content {
    border-top: none !important;
}
.premium-blog-skin-modern .premium-blog-content-wrapper {
    top: 0 !important;
    margin: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0
}
.ws-blog-item .premium-blog-thumbnail-container {
    border-radius: 10px 10px 0;
}
.ws-blog-item.right .premium-blog-post-container:nth-child(1) ,
.ws-blog-item.right .premium-blog-post-container:nth-child(1) .premium-blog-content-wrapper {
    padding-bottom: 0;
}
.ws-blog-item .premium-blog-entry-meta {
    position: absolute;
    top: 0px;
    left: 0;
}
.ws-blog-item span {
    display: inline-block;
    height: 40px;
    line-height: 44px;
    padding: 0 15px;
    position: relative;
    margin-right: 0 !important;
    background-color: #1cecc7;
    border-radius: 0 40px 0 0;
}
.ws-accordion-item .elementor-accordion-item {
    margin-bottom: 20px !important;
    border-top: 1px solid #d4d4d4 !important;
}
.post-thumbnail img {
    width: 100%;
}
.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: #899fad !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #899fad !important;
}

/*** Contact ***/
.wpcf7-form textarea {
    height: 150px;
    background-color: transparent;
}
.ws-contact-form .wpcf7 {
    display: inline-block;
    width: 100%;
}
.ws-contact-form p:nth-child(4),
.ws-contact-form p:nth-child(5) {
    width: 48% !important;
    float: left;
    display: inline-block;
    margin-bottom: 25px;
}
.ws-contact-form p:nth-child(4) {
    margin-right: 4%;
}
.wpcf7-submit {
    text-align: center;
    margin-top: 25px;
}
.ws-contact-form p:nth-child(7) {
    text-align: center;
}
.ws-contact .ws-contact-text ul li {
    list-style-type: none;
}
.ws-contact .ws-contact-icon .elementor-social-icons-wrapper a {
    border-color: transparent;
}

/*** Woocommerce ***/
.woocommerce span.onsale, .mg-wsac-badge, .mg-wsac-btn {
    background-color: #899fad;
} 
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar,
body .woocommerce a.button, body .woocommerce #respond input#submit, body  .woocommerce a.button:hover, 
body .woocommerce button.button, body .woocommerce input.button, 
body .woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
body .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar,
.sidebar .widget-title:before, .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.form-submit input:hover,
.button.compare:hover:after, .button.yith-wcqv-button:hover:after, 
.button.tinvwl_add_to_wishlist_button:hover:after,
ul.products li.product .button.add_to_cart_button:hover:after,
.price_slider div.ui-slider-range.ui-widget-header.ui-corner-all,
.woocommerce-product-search button:hover,
.price_slider span.ui-slider-handle.ui-state-default.ui-corner-all,
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus,
form#commentform .form-submit input#submit, .wpmenucartli.wpmenucart-display-standard a i {
    background-color: #899fad !important;
}
.tinvwl-buttons-group.tinv-wishlist-clear button.button.tinvwl_button_view.tinvwl-btn-onclick,
.tinvwl-buttons-group.tinv-wishlist-clear button.button.tinvwl_button_close {
    background-color: #899fad !important;
}
.right-border, .woocommerce-message,
.woocommerce div.product form.cart .button, .woocommerce #respond input#submit, 
.woocommerce button.button, .woocommerce input.button {
    border-color: #899fad;
}
.woocommerce-message:before {
    color: #899fad;
}
ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

/*** Footer ***/
.main-footer {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center; 
}
.main-footer .columns h2 {
    color: #899fad;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}
.main-footer .container {
    padding: 60px 0 40px;
}
.main-footer .columns,
.main-footer .columns {
    width: 33.3% !important;
    padding: 20px;
    text-align: center !important;
}
.main-footer .columns ul li {
    margin: 5px 10px !important;
}
.main-footer .columns:nth-child(1) .gallery-item .gallery-icon.landscape {
    text-align: center !important;
}
.main-footer .columns:nth-child(1) .gallery {
    margin-top: 30px;
}
.main-footer .columns:nth-child(1) .gallery-columns-4 .gallery-item {
    max-width: 18% !important;
}
.main-footer .columns:nth-child(2) ul {
    margin-left: 3px;
}
.main-footer .columns:nth-child(2) ul li {
    color: #000;
}
.main-footer .columns:nth-child(2) ul li a {
    padding-left: 15px;
    font-weight: 300;
}
.main-footer .columns:nth-child(3) #search-3 {
    margin-top: 25px;
}
.main-footer .columns:nth-child(3) .search-submit {
    background-color: #899fad;
}
.main-footer .columns:nth-child(3) .search-submit:hover {
    background-color: #000;
}
.main-footer .columns:nth-child(4) {
    display: none;
}
.main-footer .columns p {
    font-size: 15px;
    margin-top: 12px;  
}
.main-footer .columns:nth-child(4) .gallery {
    margin-top: 30px;
}
.main-footer .columns a {
    font-size: 16px; 
    line-height: 27px; 
	font-family: "Quicksand";
}
.site-footer p {
    font-size: 16px;
}

/*** Responsive ***/
@media (max-width: 1550px) {
    .ws-product-sale .ws-product-left img {
        height: 600px;
        object-fit: cover;
    }
}
@media (max-width: 1350px) {
    .ws-banner .ws-banner-item img {
        height: 400px;
        object-fit: cover;
    }
}
@media (max-width: 1170px) {
    .main-navigation a {
        font-size: 13px !important;
    }
}
@media (max-width: 1024px) {
    .ws-banner .ws-banner-item p {
        font-size: 30px !important;
    }
    .ws-product-left p {
        font-size: 55px !important;
    }
	.top-bar-right span,
	.top-bar-right i {
		margin-left: 10px;
	}
    body.woocommerce-page ul.products li.product:hover .button.add_to_cart_button {
        top: 20%;
        margin: 0 auto !important;
    }
	.main-navigation a {
    	font-size: 12px !important;
	}
}

@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}	
    .site-header-menu .primary-menu>li>a:after {
        margin: -33px -6px;
    }
	.sidebar {
	    margin-left: 0%;
		width: 100%!important;
	}
	.site-header-menu .primary-menu > li > a {
		height: 45px;
		line-height: 45px;
	}
    .site-header-menu .primary-menu > li > a:before {
        content: none;
    }
    .ws-special-product .elementor-element {
        width: 100% !important;
    }
    .site-header {
        position: relative;
        border-radius: 0 !important;
    }
    .ws-feature {
        margin-top: 0 !important;
    }
    .ws-blog-column {
        width: 100% !important;
    }
    .site-header-menu .primary-menu ul>li>a {
        padding-left: 15px;
    }
	.site-header-main {
		width: 100%;
	}
}

@media(max-width: 910px)  {
    .site-header-menu .primary-menu > li > a:after {
        content: none;
    }
}

@media(max-width: 769px)  {
    .ws-blog-item .premium-blog-entry-meta {
        top: -55px;
    }
    .top-head {
        display: none;
    }
	.ws-slider-text #n2-ss-2item3::after {
		content: none;
	}
	.ws-product-left .elementor-image-box-content {
		padding: 0 80px;
	}
    .main-footer .columns {
        width: 100% !important;
    }
    .main-footer .columns:nth-child(2) {
        padding-left: 10px;
    }
    .ws-about-item {
        width: 100% !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;
    }
    .ws-blog .premium-blog-wrap .premium-blog-post-outer-container, .ws-intro-big {
        width: 100% !important;
    }
    body.woocommerce-page ul.products li.product {
        width: 46%!important;
        margin: 0 0 2.992em !important;
    }
    .ws-blog .premium-blog-post-container {
        margin: 0;
        margin-bottom: 20px;
    }
    .ws-blog .premium-blog-thumb-effect-wrapper {
        margin-bottom: 0 !important;
    }
    body.woocommerce-page .page-numbers.current {
        margin: 10px 30px;
        background: none !important;
        color: #000 !important;
    }
}
@media(max-width: 678px) {
    .ws-blog-item .premium-blog-post-container {
        width: 100% !important;
    }

	.ws-btn-slider a {
		font-size: 9px !important;
		padding: 10px 20px !important;
	}
}
@media (max-width: 480px) {
    body.home .woocommerce ul.products li.product {
        margin-right: 0%!important;
        width: 100%!important;
    }
    .ws-contact-form p:nth-child(5),
    .ws-contact-form p:nth-child(6),
    .ws-feature-column {
        width: 100% !important;
    }
    .ws-product-left p {
        font-size: 40px !important;
    }
    .ws-product-sale .ws-product-left img {
        height: 510px;
    }
    .ws-blog-item span {
        padding: 0 10px;
    }
	.ws-blog-item.left .premium-blog-post-comments {
		display: none;
	}
	.footer-social a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.footer-social i {
		font-size: 15px;
	}
}
@media  (min-width: 767px) and (max-width: 769px) {
	.ws-product-item.featured-product .woocommerce ul.products li.product {
		width: 100% !important;
	}	
}
@media (max-width: 1175px) {
    .woocommerce ul.products li.product h2 {
        font-size: 16px !important;
    }
}
body.woocommerce #sidebar-right-blog {
	display: none;
}
.premium-blog-post-content { 
    overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}