/*************************************************
* Visual Composer
*************************************************/
.vc_row>.container {
    padding-left: 0;
    padding-right: 0;
}

.wpb_content_element{
	margin-bottom: 0 !important;
}

.vc_column-gap-1 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vc_column-gap-1>.vc_column_container{
	padding:0 !important;
}

.vc_row[data-vc-full-width] {
	overflow:visible !important;
}

.vc_row[data-vc-full-width].vc_parallax{
	overflow:hidden !important;
}

.vc_column-inner{
	padding-top:0 !important;
}

.vc_parallax:before{
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    display: initial !important;
    opacity: 0.85;
    z-index: 1;
}

.bold {
	font-weight:bold;
}

/*************************************************
* Service Icon Box
*************************************************/

.klb-service.services-box {position: relative;margin-bottom: 30px;}

.klb-service.services-box .iconbox {
    position: relative;
}

.klb-service.services-box .iconbox i {
    background: #6441a5;
    color: #FFF;
    padding: 25px;
    float: left;
    font-size: 30px;
    margin-right: 20px;
}

.klb-service.services-box.right .iconbox i {
    color: #FFF;
    padding: 24px;
    float: right;
    font-size: 25px;
    margin-left: 20px;
    margin-right: 0;
}

.klb-service.services-box.right .iconbox-meta {
    padding-left: 30px ;
}

.klb-service.services-box .iconbox .iconbox-meta h4 {
    text-transform: capitalize;
    margin: 0;
    color: #242424;
    font-size: 20px;
}

.klb-service.services-box .iconbox .iconbox-meta h4 a:hover {
    color: #6441a5;
}

.klb-service.services-box .iconbox .iconbox-meta p {
    color: #999;
    font-style: italic;
    line-height: 20px;
}

.klb-service.services-box .iconbox .iconbox-meta {
    background-color: #F5F5F5;
    padding: 10px 0;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.klb-service.services-box p.services-detail {
    padding: 20px 10px;
    text-align: left;
}


.klb-funfacts h3 {
    color: #FFF;
    margin: 0;
}

.klb-funfacts .counter-box {
    padding-left: 20px;
}

.klb-funfacts.counter-seprator {
    border: none;
    padding: 10px 0;
	width:initial;
	float:none;
}

.klb-funfacts .fun-facts-icons {
    font-size: 45px;
    margin-bottom: 10px;
}

.klb-funfacts .counter-box .counter-stats {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #FFF;
}

/*************************************************
* Pricing Box
*************************************************/

.pricing-box.pricing-table-small {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 #eff1f8;
    float: left;
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
}

.pricing-box.pricing-table-small::before,
.pricing-box.pricing-table-small::after {
    content: "";
    height: 100%;
    left: 4%;
    position: absolute;
    top: 4%;
    width: 95%;
    z-index: -1;
    opacity: 0.5
}

.pricing-box .pricing-table-small-title {
    border-bottom: 1px solid #ebebeb;
}

.pricing-box .pricing-table-small-title p {
    text-transform: capitalize;
}

.pricing-box .pricing-table-small-content {
    width: 100%;
}

.pricing-box .pricing-table-small-button i {
    margin-left: 10px;
}

.pricing-box .features_left {
    position: relative;
    overflow: hidden;
}

.pricing-box .features_left ul {
    position:relative;
}

.pricing-box .features_left li.cut {
    color: #999;
    text-decoration: line-through;
}

.pricing-box .features_left li {
    font-size: 14px;
    padding: 5px 0;
}

.pricing-box .features_left li i.fa-check {
    color: #007f00;
    font-size: 14px;
}

.pricing-box .features_left li i.fa-times {
    color: #b20000;
    font-size: 14px;
}

/*************************************************
* General
*************************************************/

.menu-logo li a.klbtext {
    color: #191919;
    font-size: 30px;
    font-weight: 600;
    line-height: 64px;
}

.heading.klb-head{
	float:none;
	padding-right: 15px;
    /* padding-left: 15px; */
	position:relative;
}

.process{
	padding-top:1px;
}

.pagination-box {
	overflow:initial;
}

.kulebe.btn i {
    margin-right: 5px;
}

.kulebe.klb-big{
	font-size:16px;
}

.kulebe.klb-big i{
	font-size:26px;
}

.heading-2{
	text-align:center;
	color:#1eb7b8;
}

.main-animated {
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: capitalize;
    color: #FFF;
    font-size: 30px;
}

.main-animated h2{
	display:inline-block;
	margin-bottom:0;
	margin-top:0;
}

h1.animated-main-title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 767px) and (min-width: 320px){
h1.animated-main-title {
    font-size: 30px;
}
}
@media (min-width: 768px) {
.form-inline p {
    display: inline-block;
	width:25%;
	float:left;
	padding-right: 5px;
    padding-left: 5px;
}
}

@media (min-width: 768px){
.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
}

div.wpcf7-validation-errors {
    clear: both;
}

.heading-2 h2 {
    text-transform: initial;
}

@media (max-width: 767px) and (min-width: 320px){
.heading-2 h3 {
    font-size: 20px !important;
}
}

@media (max-width: 767px) and (min-width: 320px){
.heading-2 h2 {
	font-size:20px !important;
}
}

.klb-post h1,
.klb-post h2,
.klb-post h3,
.klb-post h4,
.klb-post h5,
.klb-post h6 {
    margin-bottom: 10px;
    line-height: 140%;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    padding: 0;
}

.klb-post h1 {
  font-size: 38.5px;
}

.klb-post h2 {
  font-size: 31.5px;
  padding-bottom:initial;
}

.klb-post h3 {
	font-size: 24.5px;
	text-transform: initial;
	text-align:left;
	text-transform: capitalize;
    font-weight: 500;
}

.klb-post h4 {
  font-size: 17.5px;
}

.klb-post h5 {
  font-size: 14px;
}

.klb-post h6 {
  font-size: 11.9px;
}


table {
max-width: 100%;
background-color: transparent;
}

th {
    text-align: left;
    padding-right: 0px;
    padding-bottom: 5px;
    padding: 3px;
    border: 1px solid #e5e5e5;
}

td{
padding: 5px;
border: 1px solid #e5e5e5;
text-align: left;
}

dt {
    font-weight: bold;
}

dt, dd {
    line-height: 20px;
}

dd {
    margin-left: 10px;
}

abbr, tla, acronym {
    text-decoration: underline;
    cursor: help;
}

ins {
    background-color: rgba(254,255,0,0.68);
    text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

form select,
select {
    width: 100%;
}

.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
    margin: 0 0 1em 1em
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery-caption {
}
.bypostauthor {
}


.textarea_half {
 max-width:500px;
}

.wp-caption img {
max-width: 100%;
height: auto;
}
.sticky {

}

p>img {
max-width: 100%;
height: auto;
}

.wp-caption {
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
    background-color: #efefef;
    text-align: center;
    margin-bottom: 20px;
}

.wp-caption p.wp-caption-text {
	width: auto !important;
	line-height: 1.5;
	font-size: 11px;
	padding: 3px 0;
	margin: 0px 0 0 0;
	background: #f6f6f6;
	display: block;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
    text-align: inherit;
}

.klb-post ul {
    padding-left: 20px;
    list-style-type: circle;
}

.klb-post ol {
    padding-left: 20px;
    list-style-type: decimal;
}

.klb-post ul li {
    list-style-type: circle;
    line-height: 1.75;
}

.klb-post ol li {
    list-style-type: decimal;
    line-height: 1.75;
}

.wpcf7-form label {
    width: 100%;
}

.wpcf7-form select {
    height: 45px;
}

.wpcf7-form-control-wrap {
	position: static;
}

p input + span.wpcf7-not-valid-tip {
    position: absolute;
    right: 15px;
    width: 100%;
    bottom: -20px;
    text-align: right;
}

.wpcf7-form input[type="submit"] {
    width: initial;
}
.wpcf7-form .form-inline input[type="submit"] {
    width: 100%;
}

.post .tag-cloud-post a {
	margin-right:0;
}

.single-listing-page-meta a {
    color: #fff;
}

.blog-img img{
	max-width:100%;
	height:auto;
}

.blog-img {
    line-height: 0;
}

.blog-img iframe {
    border-bottom: 0;
}

.btnklb {
    margin-bottom: 20px;
}

a:hover,
a:focus {
	color:#f7a73e;
}

.single-listing-page-meta a:hover, .single-listing-page-meta a:focus {
    color: #fff;
}

.widget ul li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
    color: #242424;
    font-size: 18px;
    text-transform: capitalize;
}

.widget ul li:first-child {
    padding-top: 0;
}

.widget ul li:last-child {
    border-bottom: 0;
}

.widget .tagcloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    color: #242424;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 30px;
    margin: 0 10px 8px 0;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}
.widget .tagcloud a:hover {
    color: #6441a5;
    border-color: #6441a5;
}

blockquote p {
    color: #fff;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
}

a.comment-reply-link:before {
    content: "\f112";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 3px;
}

h3.comment-reply-title {
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 600;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 24px;
}

@media (max-width: 767px) and (min-width: 320px){
.blog-posts .comment-list .children {
    padding-left: 10px;
}
}

.comment-form  p.form-submit input[type='submit']{
	width:initial;
}

.feedback .comment-form label {
    display: none;
}

.klberror img {
    margin-bottom: 50px;
}

img{
	max-width:100%;
}

.post-password-form input[type="submit"] {
    background-color: #6441a5;
    color: #FFF;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #6441a5;
    margin-right: 20px;
}

.post-password-form label {
    width: 100%;
}

.widget ul.children,
.widget ul.sub-menu {
    padding-left: 15px;
}

.widget ul.children li:first-child,
.widget ul.sub-menu li:first-child {
	padding-top:13px;
}

.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child {
	padding-bottom:0;
}

ul li a.rsswidget {
    display: block;
    font-weight: 500;
}

.footer-bottom {
    background: #f7b054;
}

.footer-bottom p{
    color: #fff;
}

/*************************************************
* Woocommerce
*************************************************/

.star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-family: 'FontAwesome';
}
.star-rating {
	display: block;
	overflow: hidden;
	position: relative;
	height: 16px;
	font-size: 15px;
	width: 75px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffc627;
	margin-left: auto;
	margin-right: auto;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 16px;
}
.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
}

p.stars a{
	border-right: 1px solid #e1e1e1;
}
p.stars a:last-child{
	border-right: 0;
}
p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
	content: "\f006";
	font-family: 'FontAwesome';
	color: #666;
}
p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
	content: "\f006\f006";
	font-family: 'FontAwesome';
	color: #666;
}
p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
	content: "\f006\f006\f006";
	font-family: 'FontAwesome';
	color: #666;
}
p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
	content: "\f006\f006\f006\f006";
	font-family: 'FontAwesome';
	color: #666;
}
p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
	content: "\f006\f006\f006\f006\f006";
	font-family: 'FontAwesome';
	color: #666;
}
p.stars a, .woocommerce-page p.stars a {
	display: inline-block;
	font-weight: 700;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	font-family: 'FontAwesome';
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
	font-family: 'FontAwesome';
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
	width: 2em;
}
p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
	width: 3em;
}
p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
	width: 4em;
}
p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
	width: 5em;
}
p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
	width: 6em;
}
.by.caption.bottom-right {
	right: 0;
	left: auto;
	background-color: transparent;
}
.p.stars a.star-1.active:after, p.stars a.star-1:hover:after, p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
	content: "\f005";
	color: #000;
}
.p.stars a.star-2.active:after, p.stars a.star-2:hover:after, p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
	content: "\f005\f005";
	color: #000;
}
.p.stars a.star-3.active:after, p.stars a.star-3:hover:after, p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
	content: "\f005\f005\f005";
	color: #000;
}
.p.stars a.star-4.active:after, p.stars a.star-4:hover:after, p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
	content: "\f005\f005\f005\f005";
	color: #000;
}
.p.stars a.star-5.active:after, p.stars a.star-5:hover:after, p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
	content: "\f005\f005\f005\f005\f005";
	color: #000;
}
.woocommerce-product-rating {
	padding-bottom: 10px;
	overflow: hidden;
}

.add-to-cart + .pull-right {
    margin-top: 10px;
}

.single-product .star-rating {
    margin-left: initial;
    margin-right: initial;
}
.single-product form.cart button.btn,
.single-product form.cart .quantity {
    display: inline-block;
}

.quantity input {
    border: 1px solid #ccc;
    font-size: 18px;
    height: 40px;
    margin-right: 10px;
    padding: 5px 10px;
    width: 60px;
    color: #777;
}

.product-box .images img.zoom {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.product-box .thumbnails {
    text-align: center;
}

.product-box .thumbnails img {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
}

.product_meta {
    margin-top: 15px;
}

.product-detial .nav-tabs > li.active a{
	border-bottom:0;
}

.woocommerce-tabs ul.tabs {
    border-bottom: 0;
}

.product-tabs-content h2 {
    margin-top: 0;
}

.woocommerce-tabs .tab-content {
    margin-bottom: 0;
}

.woocommerce .comment-text {
    color: #323232;
    font-size: 20px;
    text-transform: capitalize;
    margin-left: 80px;
}

.woocommerce .commentlist img {
    float: left;
}

.woocommerce ol.commentlist li {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 30px 0;
    overflow: hidden;
}

h2.woocommerce-Reviews-title {
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
}

form.woocommerce-ordering {
    width: 20%;
    margin-bottom: 30px;
    padding-left: 15px;
}

.related.products h2 {
    padding-left: 15px;
}

.woocommerce-message {
    border: 1px solid #6441a5;
    padding: 9px 0;
    margin-bottom: 20px;
}

.woocommerce-message a.button.wc-forward {
    background-color: #6441a5;
    color: #FFF;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #6441a5;
    margin-right: 20px;
}

.shop_table.cart .product-name {
    padding: 20px;
}

.woocommerce-cart .shop_table th {
    border: 1px solid #f1f1f1;
}

.woocommerce thead {
    background: #6441a5;
    color: #fff;
}

.shop_table.cart td:not(.product-name), .shop_table.cart th:not(.product-name) {
    text-align: center;
}

.cart_item .product-thumbnail img {
    padding: 2px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    width: 50px;
    height: 60px;
    margin: 0 auto;
}

.cart_item .quantity input{
    display: inline-block;
}

.product-remove a.remove {
    font-size: 1.5em;
}

.woocommerce-cart .coupon {
    text-align: left;
    float: left;
    margin: 15px 5px;
}

.woocommerce-cart .coupon input {
    width: initial;
    display: inline-block;
}

.woocommerce-cart label[for="coupon_code"] {
    display: none;
}

.btn[disabled] {
    background: #6441a5;
}

.btn[disabled]:hover{
	color:#fff;
}

.update-cart {
    float: right;
    width: initial;
    margin-right: 0;
    margin: 15px 5px;
}

.shop_table th, .shop_table td {
    text-align: left;
    padding-right: 20px;
    padding-bottom: 5px;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

a.btn.btn-custom.checkout-button {
    margin-top: 20px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

@media screen and (max-width: 480px) {
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
    }
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
    content: " ";
    display: table;
    clear: both;
}

ul.payment_methods.methods {
    margin-top: 20px;
}

.woocommerce-info {
    background: #6441a5;
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 21px;
    position: relative;
    margin-top: 20px;
    color: #fff;
}

.woocommerce-info a.showcoupon {
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    border: 1px solid #6441a5;
    padding: 10px 13px;
    margin-right: 5px;
}

.woocommerce-account .btn {
    width: initial;
    display: block;
}

input[type="checkbox"] {
    height: initial;
    width: initial;
    display: inline-block;
}

label[for="rememberme"].inline {
    margin-top: 10px;
    margin-bottom: 0;
}

.single-listing-page-meta{
	position:relative;
}

span.sticky-post {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
}

li.next a:before {
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li.prev a:before {
    content: '\f100';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav#comment-nav-below {
    margin-bottom: 20px;
}

footer li {
    padding: 3px 0;
    padding-left: 15px;
}

footer li:first-child {
    padding-top: 0;
}

footer a {
    color: #FFF;
    font-size: 14px;
}

.footer-3 li::before {
    color: #969ea7;
    content: "\f105";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
}

footer .tagcloud a {
    font-size: 16px !important;
    padding-right: 11px;
}

ul.personal-info li:before {
    content: '';
}

.product-thumb .item a img {
    height: auto;
}

.vc_custom_1484583531139 input[type='submit'] {
    border: 1px solid #f7a73e;
    color: #fff;
    background: #f7a73e;
    border-radius: 2px;
    padding: 4px 15px;
}

.newsletter input[type='email'] {
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 2px;
    padding: 5px 5px;
    margin: 10px 0px;
}

#more1, #more2, #more5{color:#f7a73e;}
