/* 
 Theme Name:   Kano
 Theme URI:    https://kanovuong.com
 Description:  Kano v.1
 Author:       Kano Vuong
 Author URI:   https://kanovuong.com
 Template:     salient
 Version:      1.0
*/

@import url("../salient/style.css");

/*--------------------------------------------*/

/*Custom Container*/
@media only screen and (min-width: 1000px) {
    .container, body[data-header-format="left-header"] .container {
        max-width: 1280px !important;
    }
}

/*Custom Body*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
	background-color: #ffffff !important;
}


/*Desktop*/
@media only screen and (min-width: 769px){
   .hello-text {
	font-size: 24px;
	line-height: 32px;
	font-style: oblique;
   }    
}

/*Mobile*/
@media only screen and (max-width:768px){
   .hello-text {
	font-size: 14px;
	line-height: 22px;
  }
}



.wpb_wrapper a {
   font-weight: bold !important;
}

[aria-current]:not([aria-current="false"]) {
  font-weight: bold;
}

#top nav ul li a, body[data-header-color=light] .mobile-header, body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label {
    color: #000000 !important;
}



/*Hide Numbering*/
.pp_nav {
    display: none !important;
}

p {
    padding: 0 0 10px 0 !important;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0 0 10px 0 !important;
}

hr {
   height:1px; border:none; color:#e6e6e6; background-color:#e6e6e6; margin-bottom: 40px;
}

.logo-img {
	margin-bottom: 0 !important;
}

.web {
   border: 1px solid #cccccc;
   border-radius: 6px;
}

.row .col img.image-border {
	border: 1px solid #ccc;
}

.bio-photo {
	margin-bottom: 0px !important;
}

.caption-text {
	margin-top: 0px;
	font-size: 12px;
}


a i {
	margin-left:5px;
}

.nectar-button {
	border-radius: 6px !important;
}

body .nectar-button.see-through-2:hover, body .col.dark .nectar-button.see-through-2:hover {
    color: #fff !important;
}


/*Badges*/
.badge-list {
  list-style: none;
  padding: 0px;
  display: flex;
}

.badge-item  {
  display: inline-block;
  padding: 0px 8px 8px 0px;
  color: #000;
}

.badge-tag {
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid #666666;
  white-space: nowrap;	
}

/*Project Info*/
.project-cat {
	font-size: 14px;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
}

/*Platform Specs*/
.platform-specs {
  overflow: hidden;
  display: flex;
}

.platform-specs .platform-info {
	float: left;
    display: block;
    padding: 0px 20px 0px 0px;
}

.project-specs {
  overflow: hidden;
  display: flex;
}

.project-specs .project-info {
	float: left;
    display: block;
    padding: 0px 60px 0px 0px;
}

/*Button Links*/
.btn-link {
  background-color: transparent;
  border-radius: 35px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 22px 14px;
  position: relative;
  text-decoration: none;
  transition: none;
  cursor: pointer;	
}

.btn-link:hover {
  background-color: #000;
  border: 1px solid #666;
  color: #fff;
  cursor: pointer;
}

.tagcloud a, #header-outer .widget_shopping_cart a.button, .post .more-link span, .blog-recent .more-link span, .flex-direction-nav a, #pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    border-radius: 4px !important;
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    background-color: #000000 !important; /* Black background */
    border: 1px solid #ddd; /* Dark grey border */
    color: #ffffff !important; /* White text color */
	border-radius: 6px !important;
}


/*Hamburger Menu Location*/
header#top .span_9 > .slide-out-widget-area-toggle {
	right: -0px;
}

/*Remove Mobile Header Gap*/

@media only screen and (min-width : 1px) and (max-width : 1000px) {
	.row .full-width-section {
		margin-top: -36px !important;
	}

}


@media screen and (max-width: 640px) {
	.project-specs {
    overflow: hidden;
    display: block; 
	}
    .project-specs .project-info {
	float: none;
    display: block !important;
    padding: 10px;
	}

}

@media screen and (max-width: 640px) {
	.platform-specs  {
    overflow: hidden;
    display: block; 
	}
    .platform-specs .platform-info {
	float: none;
    display: block !important;
    padding: 10px;
	}

}

/*Back to top button*/
#to-top i {
    line-height: 25px !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
	margin-left: 0 !important;
}

a i {
	margin-left: 0px !important;
}

