/*
Theme Name: Kolo
Theme URI: https://wpdemothemes.com/kolo/
Author: Themesvila
Author URI: https://themeforest.net/user/themesvila
Description: Kolo - Premium Startup Landing Page WordPress Theme
Version: 2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kolo
Tags: two-columns, right-sidebar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kolo is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



body{
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
a{
	color: #0ea29d;
}
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
caption {
    font-size: 16px;
    margin: 20px 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
.hentry ul,
.hentry ol{
	list-style-type: square;
	padding-left: 30px;
}
.hentry img{
	max-width: 100%;
}
blockquote {
  border-left: 5px solid #0ea29d;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 10px 20px;
}
figure{
	max-width: 100%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget li,
.widget li a

{
	color: #666;
}
.widget li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget li:last-child{
	border-bottom: none;
}
.widget li a:hover{
	color: #0ea29d;
}
.widget #searchform .form-control{
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	font-size: 14px;
	height: 50px;
	margin-bottom: 15px;	
	background: transparent;
}
.tagcloud a{
	background: #f5f5f5 none repeat scroll 0 0;
	color: #666;
	display: inline-block;
	font-size: 15px !important;
	font-weight: 400;
	margin: 0 8px 8px 0;
	padding: 10px 14px;
	transition: .5s;

}
.tagcloud a:hover{
	background: #0ea29d;
	color: #fff;
}

.widget-title,
.comments-title,
#reply-title{
	color: #0ea29d;
	font-size: 16px;
	font-weight: 600;

	text-transform: uppercase;
}
.widget-title{
	margin-bottom: 10px;
}
.sin_post_info {
	color: #0ea29d;
	font-weight: 600;
}
.sin_post_info .fa{
	color: #666;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	
}

.page-links {
	clear: both;
	margin: 15px 0 1.5em;
	display: inline-block;
}
.hentry h3{
	font-weight: 700;
	margin-bottom: 10px;
}
.entry-footer {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.widget img{
	max-width: 100%;
	height: auto;
}
select{
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
}
.widget select{
	width: 100%;
}
.widget ul ul{
	padding-left: 15px;
}
.widget ul ul li{
	padding-bottom: 0;
	margin-bottom: 0px;
	border: none;
	line-height: 25px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.login_member_menu{
	margin-top: 0px;
}
.login_member_menu .navbar-fixed-top {
  padding-top: 34px;
}
div.wpcf7 img.ajax-loader {
  border: medium none;
  clear: both;
  display: block;
  margin-left: 4px;
  vertical-align: middle;
}
.flexslider {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
}

.form-control{
	background: #fff!important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 50px;
	padding: 6px 12px;

}
textarea{
	min-height: 180px;
}

.comments-title,
#reply-title {
	
}
.comment-title{
	border-bottom: 1px solid #e8e8e9;
	margin-bottom: 10px;
	padding: 10px 0;
	text-transform: uppercase;
}

.comment_avatar{
	float: left;
	margin-right: 30px;
}
.comments-area{
	display: block;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
}
.single_comment{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e9;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
.single_comment .comment_avatar img{
	border-radius: 50%;
	width: 70px;
	height: auto;
}
.single_comment h5{}
.single_comment span{}
.single_comment p{}
.single_comment .creply_link{
	display: inline-block;
	padding-left: 10px;
	font-weight: 700;
}
.single_comment h5{
	display: inline-block;
	text-transform: capitalize;
}
#reply-title{
	padding-bottom: 10px;
}
#respond textarea,
#respond input{
	margin-bottom: 15px;
}
#respond #submit{
	margin-bottom: 0;
	margin-top: 0;
}
.comment-list{
	margin-left: 0;
	padding-left: 0;
	padding-top: 25px;
	list-style-type:none;
}
.comment-list ul, .comment-list ol{
	list-style-type:none;
}
.comment-list ul.children{
	padding-left: 30px;
}
#cancel-comment-reply-link{
	font-size: 15px;
	font-weight: 700;
	margin-left: 15px;
	color: #222;
}
.next_link_post{
	float: right;
}
.next_link_post,
.prev_link_post
{
	display: inline-block;
}
.navigation.pagination{
	display: block;
	text-align: center;	
}

.navigation.pagination a,
.navigation.pagination .page-numbers.current
{
	background-color: #0ea29d;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 250ms ease-in-out 0s;	
	
}
.navigation.pagination a:hover,
.navigation.pagination .page-numbers.current{
	background: #0b7d79;
}
.navigation.pagination .page-numbers.dots {
  font-weight: 700;
  padding-right: 10px;
}
.error-404.not-found {
  padding-top: 25px;
}
.error-404.not-found h1{
	font-size: 55px;
	text-shadow: 0 4px 6px #ccc;
	text-transform: uppercase;	
	color: #0ea29d;
}
.error-404.not-found .page-content p{
	margin-bottom: 50px;	
}
/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.simple_register_form input[type='submit'],
.simple_register_form button,
.simple_register_form .btn

 {
	background-color: #0ea29d!important;
	color: #fff;
}
.simple_register_form input[type='submit']:hover,
.simple_register_form button:hover,
.simple_register_form .btn:hover {
	background-color: #0b7d79!important;
	color: #fff;
}

/* Woocommerce Css*/

.woocommerce.woocommerce-page h1.page-title {
	display: inline;
	text-align: left;
	float: left;
	clear: both;
	font-size: 28px;
}
.woocommerce .woocommerce-result-count {
	margin: 0 0 15px;
	display: inline-block;
	float: left;
	text-align: left;
	clear: both;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 25px;
}
.woocommerce ul.products li.product .button ,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
button#place_order {
	background: #0ea29d none repeat scroll 0 0;
	border: 2px solid #0ea29d;
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	padding: 15px 31px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	margin-top: 15px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #222!important;
	border-color: #222!important;
	text-decoration: none;
	background-image: none;
	color: #fff;
}
.woocommerce span.onsale {
	height: 50px;
	width: 50px;
	padding: 0;
	line-height: 50px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {	
	border: inherit;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	line-height: 30px;
	display: inline-block;
	padding: 0px 18px;
	margin-right: 8px;
	margin-bottom: 10px;
	transition: .5s;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 30px;

}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #0ea29d;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus{
	background: #fff;
	color: #333;
}
.woocommerce-Reviews #reply-title{
	display: block;
}
.woocommerce-variation-price{
	margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart{
	margin-top: 40px;
}
.summary.entry-summary .single_add_to_cart_button{
	margin-top: 0!important;
	margin-left: 10px;
}
.woocommerce-message a.button,
.checkout_coupon button.button{
	margin-top: 0;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 83px;
}
.woocommerce .quantity .qty {
	width: 60px;
	height: 43px;
}
.woocommerce a.remove {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100%;
	display:inline-block;
}
#coupon_code{
	width: auto;
	padding: 15px;
	margin-right: 20px;	
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit[disabled]:disabled, 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button[disabled]:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button[disabled]:disabled, 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
	color: #fff;
	font-size: 13px;
	padding: 15px 31px;

}
.woocommerce-cart-form__contents button.button{
	margin-top: 0;
}
.woocommerce-billing-fields input{
	padding: 15px 25px!important;
}
#customer_details{
	margin-bottom: 20px;
}

.woocommerce-pagination{
	margin-bottom: 40px;
}
.woocommerce-product-details__short-description{
	margin-bottom: 20px;
	margin-top: 10px;
}

.woocommerce-error::before {
	left: 11px;
	top: 10px;
}
.woocommerce-error {
	border-top-color: #b81c23;
	padding: 10px 25px 25px 44px !important;
}
.wo-area{
	padding: 60px 0;
}
.woocommerce .star-rating {
	color: #F2B827;
}

#kc_page_template{
	margin-left: -15px ;
	margin-right: -15px ;
}

article.sticky {
	padding: 10px 25px 30px;
	box-shadow: 0 0 15px #ddd;
	border-top: 5px solid #0ea29d;
}
.sing_blog_post_desc{
	overflow: hidden;
}
.sing_blog_post_desc img{
	margin-bottom: 15px;
	display: block;
	height: auto;
}
#respond{
	margin-bottom: 25px;
}
.wp-block-cover{
	margin-bottom: 15px;
} 
.wp-block-cover-text{
	color: #fff;
}
.wp-block-group.has-background{
	padding: 15px;
}
.wp-block-media-text__content,
.wp-block-media-text__content p{
	line-height: normal;
}
#footer_socials .sub-menu{
	display: none;
}
.wpcf7 form.init .wpcf7-response-output{
	display: none!important;
	
}
.wpcf7-response-output{
	padding: 10px;
	background: #fff;
	color: #222;
}	
#intro_form .wpcf7-spinner{ display: none;}
#intro_form.form_register p {
	margin-top: 6px;
	padding: 0 20px;
}
.sing_blog_post_desc input[type="text"],
.sing_blog_post_desc input[type="password"]{
	padding: 9px 15px;
	margin-right: 15px;
}
.media-body.text-left.comment_single ul,
.media-body.text-left.comment_single ol{
	padding-left: 15px;
	line-height: 28px;
}