@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");

body {
	font-family: 'Lato', sans-serif;
    background: #f3f6f6;
}

/* Header */
.logo img {
	max-width: none;
}
.page-header {
	background: white;
}
#header {
    background: white;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#header .container {
    max-width: 1240px;
    margin: 0 auto;
}
#header.sticky {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#header .header_top {
	padding: 12px 10px 7px;
}
#header .top_menu {
	float: left;
	margin-bottom: 5px;
}
#header .top_menu ul {
	margin: 0;
	padding: 0;
	display: block;
}
#header .top_menu ul li {
	margin: 0;
	padding: 0 15px;
	display: block;
	float: left;
	border-left: 1px solid #f1f3f3;
}
#header .top_menu ul li:first-child {
	padding-left: 0;
	border-left: none;
}
#header .top_menu ul li:last-child {
	padding-right: 0;
}
#header .top_menu ul li a {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #898989;
	font-weight: normal;
}
#header .top_menu ul li a:hover {
	color: #00674f;
}
#header .hed_right {
	float: right;
	margin-bottom: 5px;
}
ul.social-footer,
#header .hed_right ul {
	margin: 0;
	padding: 0;
}
ul.social-footer li,
#header .hed_right ul li {
	margin: 0;
	padding: 0 15px;
	display: block;
	float: left;
	border-left: 1px solid #f1f3f3;
	font-size: 14px;
	line-height: 16px;
	color: #898989;
	font-weight: normal;
}
ul.social-footer li:first-child,
#header .hed_right ul li:first-child {
	padding-left: 0;
	border-left: none;
}
ul.social-footer li:last-child,
#header .hed_right ul li:last-child {
	padding-right: 0;
}
ul.social-footer li a,
#header .hed_right ul li a {
	margin: 0;
	padding: 0;
	display: block;
	color: #898989;
}
ul.social-footer li span,
#header .hed_right ul li span {
	color: #00674f;
	margin-right: 6px;
}

/* Menu */
.page-main > .page-title-wrapper .page-title {
    margin-bottom: 15px;
}
.ves-megamenu .menu-icon.icon-left {
    max-width: 40px;
    max-height: 40px;
	margin-top: -5px;
    float: left;
    padding-right: 10px;
}
.ves-megamenu .row .nav-anchor .menu-icon.icon-left + span:not(.caret):not(.opener) {
    margin-left: 0;
	display: inline-block;
}
.ves-megamenu .row .nav-anchor span.caret,
.ves-megamenu .row .nav-anchor span.opener::before {
	color: #EEE !important;
}
.ves-megamenu .row .nav-anchor span {
    margin-left: 40px;
	display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #00674f;
}

/* Colours */
.action.primary {
    background: #00674f;
    border: 1px solid #00674f;
}
.action.primary:action,
.action.primary:hover {
    background: #00674f;
    border: 1px solid black;
}
.block-event .slider-panel .slider .item .action.event {
	background: #00674f;
	border: 1px solid #00674f;
}
a,
.alink,
a:visited,
.alink:visited,
a:hover,
.alink:hover,
a:active,
.alink:active,
.breadcrumbs a,
.breadcrumbs a:visited {
    color: #00674f;
    text-decoration: none;
}

/* Cookie notice */
#m-cookienotice.v-bar {
    width: 100% !important;
}
#m-cookienotice .m-button:hover, #m-cookienotice .m-button:focus {
    color: #fff;
    border: 1px solid #d4d4d4 !important;
}
#m-cookienotice-inner {
	max-width: 1200px;
    margin: 0 auto;
}

/* WordPress */
.post-meta .post-user.post-meta-item {
	display: none;
}

/* Category */
.sidebar .block {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
    margin-bottom: 20px;
    padding: 10px;
}
.sidebar .block-title {
    border-bottom: 1px solid #efefef;
    color: #282727;
    font-family: "Lato", serif;
    font-weight: 700;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.product-item {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
    margin-bottom: 20px;
}
.product-item img {
    transition: transform 400ms;
}
.product-item img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.category-item-details {
    font-family: "Lato", serif;
    font-weight: 700;
    color: #282727;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
	max-width: calc(100% + 20px);
}
.filter-options-title::after {
    color: #00674f;
}

/* Subcategory view */
.subcategories.products-grid {
    padding-left: 0;
}
.sub-category.product-item {
    text-align: center;
    margin-bottom: 5em;
}
.sub-category img {
    max-height: 275px;
}
#maincontent .category-view {
	display: none;
}

/* Footer */

/*----------------
 Footer
-----------------*/

.footer .f_top a {
    color: black;
}
.footer .f_top .ftop_blk {
	padding: 20px 60px 20px 0;
	border-right: 1px solid #efefef;
	position: relative;
}
.footer .ftop_blk h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 900 !important;
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
	max-width: 155px;
	text-transform: uppercase;
}
.footer .ftop_blk .fa-arrow-circle-right {
	color: #00674f;
}
.footer .f_top .bor_none {
	border-right: none;
}
.footer .f_top .h5 {
	line-height: 19px;
}
.footer .f_top span.fa {
	display: block;
	font-size: 40px;
	height: 45px;
	line-height: 24px;
	padding: 8px;
	position: absolute;
	right: 25px;
	top: 20px;
	width: 45px;
}
.footer .f_mid {
	padding: 45px 0 55px 0;
	border-top: 1px solid #efefef;
	box-shadow: 0px 3px 3px #d1d7d7;
	position: relative;
}
.footer .f_mid h4 {
	padding: 0 0 22px 0;
}
.footer .f_mid .desc {
	font-size: 14px;
	line-height: 21px;
	color: #898989;
	margin: 0;
	padding: 0 0 25px 0;
}
.footer .f_mid .partner {
	padding-top: 15px;
}
.footer .f_mid .partner h4 {
	padding-bottom: 32px;
}
.footer .f_mid .partner ul {
	margin: 0;
	padding: 0;
}
.footer .f_mid .partner ul li {
	margin: 0;
	padding: 0 6px;
	float: left;
}
.footer .f_mid .partner ul li a img {
	max-width: 100%;
}
.footer .f_mid p {
	font-size: 14px;
	line-height: 16px;
	color: #898989;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
}
.footer .f_mid p strong {
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.footer .f_mid p a {
	color: #00674f;
}
.footer .f_mid .emial_box {
	margin-top: 15px;
	position: relative;
}
.footer .f_mid .txtbox {
	width: 100%;
	height: 30px;
	border-radius: 18px;
	font-size: 14px;
	color: #898989;
	padding: 0 35px 0 18px;
	border: 1px solid #d7dbdb;
}
.footer .f_mid .emial_box a {
	position: absolute;
	right: 18px;
	top: 0px;
}
.footer .f_mid .emial_box a span {
	font-size: 12px;
	color: #d7dbdb;
	line-height: 30px;
}
.footer .f_mid .social {
	padding: 30px 0 0 0;
}
.footer .f_mid .social ul {
	margin: 0;
	padding: 0;
	display: block;
}
.footer .f_mid .social ul li {
	float: left;
	margin: 0 5px;
	padding: 0;
}
.footer .f_mid .social ul li a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border: 1px solid #d7dbdb;
	border-radius: 50%;
}
.footer .f_mid .social ul li a span {
	font-size: 18px;
	color: #898989;
	line-height: 40px;
}
.footer .f_bot {
	padding: 30px 0;
	background: #f3f6f6;
}
.footer .f_bot .f_bot_left {
	font-size: 14px;
	line-height: 20px;
	color: #898989;
	margin: 0;
	padding: 0;
	float: left;
}
.footer .f_bot .f_bot_left strong {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.footer .f_bot .f_bot_right {
	font-size: 14px;
	line-height: 20px;
	color: #898989;
	margin: 0;
	padding: 0;
	float: right;
}
.footer .f_bot .f_bot_right a {
	color: #00674f;
}
.social li.facebook a:hover {
	background-color: #325c94;
}
.social li.twitter a:hover {
	background-color: #00abdc;
}
.social li.dribbble a:hover {
	background-color: #fa4086;
}
.social li.flickr a:hover {
	background-color: #fa4086;
}
.social li.plus a:hover {
	background-color: #d9031f;
}
.social li.facebook a:hover * {
	color: #fff !important;
}
.social li.twitter a:hover * {
	color: #fff !important;
}
.social li.dribbble a:hover * {
	color: #fff !important;
}
.social li.flickr a:hover * {
	color: #fff !important;
}
.social li.plus a:hover * {
	color: #fff !important;
}
.footer .f_mid .partner ul li {
    margin: 0;
    padding: 0 6px;
    float: left;
}
.page-wrapper .page-footer {
    background: white;
	padding-bottom: 0;
}
small.copyright {
	display: none;
}
.footer .ftop_blk h5 {
    margin-top: 0;
    margin-bottom: 0;
}
.page-footer .footer.content {
    padding-top: 0px;
    max-width: none;
    padding: 0;
    margin: 0;
}
.f_top .row,
.f_mid .container,
.f_bot .container {
    margin: 0 auto;
    max-width: 1170px
}
.footer .f_mid h4 {
    padding: 0 0 22px 0;
    margin: 0;
    font-size: 18px;
}
.fa-arrow-circle-right {
    color: #00674f;
    font-size: 14px;
    margin-left: 6px;
    line-height: 27px;
}

/* Homepage */
.center {
    text-align: center;
}
.center img.img-responsive {
    margin: 0 auto;
}
.homepage-blocks {
    margin: 0 20px;
	text-align: center;
}
.homepage-block {
    border: 5px solid #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin: 0 1.1% 3%;
    overflow: hidden;
    position: relative;
}
.homepage-block .text {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 25px;
    background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
    text-align: center;
    padding: 20px 0;
    z-index: 3;
	pointer-events: none;
    
}
.homepage-block img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    transition: transform 400ms;
}
.homepage-block img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 1024px) {
	.homepage-block img {
		max-height: 310px;
	}
	.homepage-block .text {
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 15px;
	}
	.homepage-block .text h1 {
		font-size: 2em;
	}
}

/* Contact Page */
.contact-index-index .contact-us-header {
    text-align: center;
    margin-bottom: 50px;
}
.contact-index-index .contact-us-header iframe {
    width: 100% !important;
}
.contact-index-index .contact-us-info {
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
    margin: 0 2% 30px 0;
    border-radius: 5px;
    padding: 20px;
}
.contact-index-index #contact-form {
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
    margin: 0 0 30px 0;
    border-radius: 5px;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs {
		display: block;
	}
	.hed_right {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
    .contact-index-index .contact-us-info {
        float: left;
        width: 48%;
    }
    .contact-index-index #contact-form {
        width: 48%;
        float: right;
		min-width: 0 !important;
    }
	body .navigation {
		z-index: 5;
	}
}



/* Mobile */
@media (max-width: 660px) {
	#header .hed_right {
		float: none;
		text-align: center;
		padding-top: 10px;
	}
	#header .hed_right ul {
		display: inline-block;
	}
	.footer .f_top .ftop_blk {
		border-bottom: 1px solid #efefef;
		border-right: none;
	}
	.footer .f_top .bor_none {
		border-bottom: none;
	}
	.footer .f_mid .partner {
		padding-top: 0;
	}
	.footer .f_mid .partner ul li {
		width: auto;
		padding: 0 5px;
	}
	.footer .f_mid h4 {
		padding-top: 15px;
	}
	.footer .f_mid .social ul li a {
		width: 40px;
		height: 40px;
	}
	.footer .f_mid .social ul li a span {
		font-size: 18px;
		line-height: 40px;
	}
}

@media (max-width: 480px) {
	#header .hed_right ul li {
		float: none;
		font-size: 12px;
		margin: 5px 0;
		padding: 0;
	}
	#header .hed_right ul li .fa-phone {
		display: none;
	}
	.footer .f_mid .partner ul li {
		float: none;
		text-align: center;
		width: auto;
		padding: 10px 0;
	}
	.footer .f_mid .social {
		text-align: center;
	}
	.footer .f_mid .social ul {
		display: inline-block;
	}
	.footer .f_bot .f_bot_left {
		float: none;
		font-size: 12px;
	}
	.footer .f_bot .f_bot_right {
		float: none;
		font-size: 12px;
		padding-top: 15px;
	}
	.footer .f_bot {
		text-align: center;
	}
    #header .top_menu {
        float: none;
        text-align: center;
    }
    #header ul {
        display: inline-block !important;
    }
}


/* Blog */
.post-list-wrapper .post-list-item h2 {
    min-height: 2.2em;
    padding-right: 5px;
}

.post-list-wrapper .post-entry {
    padding-right: 5px;
}