/*
Theme Name: Konnect (1.1)
Author: Theme KTM
Author URI: https://www.themektm.com/
Description: 
Version: 1.5
Tags:
Text Domain: themektm
*/

html {
	font-size: 100%;
	height: 100%;
	min-height: 100%
}

body {
	font-size: 16px;
	font-size: 1rem;
	min-height: 100%;
	height: 100%;
	color: #232932;
	margin: 0;
	font-weight: 400;
	font-family: "Didact Gothic", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: "PT Sans Caption", sans-serif
}

li,
ol,
p,
ul {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px;
	color: #454545;
	font-family: "Didact Gothic", sans-serif
}

a {
	color: #c28828;
	transition: all .3s ease-in-out
}

a:focus,
a:hover {
	cursor: pointer;
	transition: all .3s ease-in-out;
	color: #d69a37
}

.wrapper {
	min-height: 100%;
	margin-bottom: -60px
}

.header {
	padding: 15px 0
}

@media (min-width:768px) {
	.off-canvas-wrapper {
		height: 100%;
		overflow: visible
	}
}

@media (min-width:768px) {
	.off-canvas-content {
		height: 100%;
		overflow: visible
	}
}

#homeslide .slick-next {
	right:2px;
	z-index: 999;
	width: 30px
} 

#homeslide .slick-prev{
	left: -12px;
	z-index: 999;
	width: 30px
}

#homeslide .slick-prev:before {
	color: #fff;
	content: url(assets/img/prev-white.svg);
}
#homeslide .slick-next:before {
	color: #fff;
	content: url(assets/img/next-white.svg)
}

#productslide .slick-slide {
	background: #eeefef;
	padding: 15px;
	/*height:320px;*/
}

#productslide .slick-prev {
	left: -15px;
	z-index: 999;
	width: 30px
}

#productslide .slick-prev:before {
	color: #000;
	content: url(assets/img/prev.svg)
}

#productslide .slick-next {
	right: 0;
	z-index: 999;
	width: 30px
}

#productslide .slick-next:before {
	color: #000;
	content: url(assets/img/next.svg)
}

#productslide .item {
	text-align: center
}

#productslide .item img {
	display: inline-block
}

.nav-main {
	background: #d69a37
}

.nav-main a {
	color: #fff;
	font-weight: 600
}

.dropdown.menu a {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .3s ease-in-out;
	font-family: "PT Sans Caption", sans-serif;
	color: #0e0e0e
}

.dropdown.menu a:focus,
.dropdown.menu a:hover {
	background: #b57f25;
	transition: all .3s ease-in-out;
	color: #fff
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	border-color: transparent;
	content: "\f107";
	font-family: FontAwesome;
	margin-top: -5px;
	line-height: 0;
	right: 10px
}

.dropdown.menu>li.is-dropdown-submenu-parent.opens-right .is-active>a::after {
	border-color: transparent;
	content: "\f105";
	font-family: FontAwesome;
	margin-top: -5px;
	line-height: 0;
	right: 10px
}

.dropdown.menu .is-active>a {
	color: #fff
}

.is-dropdown-submenu {
	border: none;
	background: 0 0
}

.is-dropdown-submenu>li {
	border-bottom: 1px solid #c68a29;
	background: #d69a37;
	color: #fff
}

.is-dropdown-submenu>li>a {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	transition: all .3s ease-in-out;
	background: #d69a37
}

.is-dropdown-submenu>li>a:focus,
.is-dropdown-submenu>li>a:hover {
	background: #b57f25;
	transition: all .3s ease-in-out
}

section.light {
	background: rgba(0, 0, 0, .05)
}

section.home-partners {
	padding: 5px 0 15px 0;
	margin-bottom: 45px
}

section.post-container {
	margin-top: 45px
}

.section-title h3 {
	font-size: 36px;
	font-size: 2.25rem;
	margin-bottom: 30px
}

.home-product:hover {
	cursor: pointer
}

.home-product:hover>div {
	background: #d69a37;
	transition: background .2s ease-in
}

.home-product:hover>div a {
	color: #fff
}

.home-product_feat {
	text-align: center;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
	transition: background .2s ease-in
}
.home-product_feat a {
	display: block;
}
.home-product_feat h2 {
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: 15px
}

.home-product_feat img {
	max-height: 100px
}

.home-partners_list {
	font-size: 20px;
	font-size: 1.25rem
}

.home-partners_list .fas {
	-webkit-transform: rotate(100deg);
	-ms-transform: rotate(100deg);
	transform: rotate(100deg)
}

.post-banner {
	position: relative
}

.post-banner_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 45px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.post-banner_title {
	line-height: 120px;
	vertical-align: middle;
	position:relative;
}

.post-banner_title h2 {
	font-size: 32px;
	font-size: 2rem;
	color: #fff
}

.post-content h1 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 20px
}
.post-content.products{
	margin-top:16px;
}
.post-content.products ul {
	margin: 0;
	padding: 0
}

.post-content.products li {
	list-style: none;
	margin-bottom: 15px
}

.post-content.products li span {
	height: 60px;
	margin: 0 15px 15px 0
}

.post-content.products li h5 {
	display: inline-block;
	margin-bottom: 0
}
.post-content.features{
	padding-top:15px;
}
.post-content.features h2 {
	font-size: 24px;
	font-size: 1.5rem
}

.post-content.features ul.accordion li>a {
	font-size: 16px;
	font-size: 1rem;
	color: #a07021;
	padding: 10px 10px 10px 0;
	font-weight: 700;
	font-family: "PT Sans Caption", sans-serif;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.post-content.features ul.accordion li>a:focus,
.post-content.features ul.accordion li>a:hover {
	background-color: transparent;
	color: #000
}

.post-content.features ul.accordion li .accordion-content {
	border: none;
	padding-left: 0
}

.post-content.extra {
	text-align: center
}

.post-content.extra img {
	display: inline-block;
	max-width: 90px;
	margin: 0 10px
}
.post-content.contact input, .post-content.contact textarea{
	box-shadow:none;	
}

.post-content.contact textarea{
	height:170px;
	resize:none;
}

.post-order {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.post-product_list {
	background: rgba(0, 0, 0, .05);
	padding: 15px;
	margin-bottom: 30px;
	position:relative;
}

.post-product_list h3 {
	font-size: 24px;
	font-size: 1.5rem
}

.special-offer{
	position:absolute;
	top:0;
	left:0px;
	overflow:hidden;
}

.special-offer span {
	font-size:16px;
	font-family: "PT Sans Caption", sans-serif;
	position: absolute;
	z-index: 9;
	top: 0;
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	height: 68px;
	margin: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.special-offer .fas{
	color:rgba(214,154,55,0.8);
	font-size: 100px;
	top: -10px;
	position: relative;
}

.button {
	transition: all .3s ease-in-out;
	font-family: "PT Sans Caption", sans-serif;
	font-size: 20px;
	font-size: 1.25rem
}

.button:focus,
.button:hover {
	transition: all .3s ease-in-out
}

.button-trans {
	border: 2px solid #d69a37;
	background: 0 0;
	color: #d69a37;
	text-transform: uppercase;
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .25)
}

.button-trans:focus,
.button-trans:hover {
	background: #d69a37;
	color: #fff
}

.button-trans.small {
	font-size: 14px;
	font-size: .875rem;
	text-transform: capitalize;
	display: inline-block;
	min-width: 130px;
	line-height: 20px;
	padding: 5px 12px
}

.button-full {
	border: 2px solid transparent;
	background: #d69a37;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .25)
}

.button-full:focus,
.button-full:hover {
	border: 2px solid #d69a37;
	background: 0 0;
	color: #d69a37;
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .25)
}

.button-full.small {
	font-size: 14px;
	font-size: .875rem;
	text-transform: capitalize;
	display: inline-block;
	min-width: 130px;
	line-height: 20px;
	padding: 5px 12px
}

.button-full {
	display: block
}

.footer,
.push {
	height: 50px
}

.footer {
	margin-top: 30px;
	background: rgba(0, 0, 0, .07);
	padding: 15px 0
}
.footer-social{

}
.footer-social ul{
	text-align: center;
	margin:0;
}
.footer-social ul li{
	list-style: none;
	display: inline-block;
}
.footer-social ul li a{
	font-size: 20px;
}
.footer-social li.facebook a:hover{
	color:#3B5998;
}
.alignnone {
	margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}


.product-show img{
	max-height:140px;
}

p#breadcrumbs{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: auto;
	bottom: 0;
	height: 30px;
	width: 100%;
	text-align: right;
	padding: 0 15px;
	color:#fff;
}
#breadcrumbs a{
	color:#000!important;
}
@media(max-width:767px){
	p#breadcrumbs{
		display:none;
	}
	.post-banner_wrapper{
		padding:0 15px;
	}
	.post-banner_title h2{
		font-size: 16px;
		margin-bottom: 0;	
	}
	.product-wrap{
		text-align:center;
	}
	.product-wrap img{
		max-height:140px;
	}
	.section-title h3{
		font-size:30px;
	}
	.footer{
		height:auto;
	}
	.footer-copyright{
		text-align:center;
	}
}