/*
Theme Name: Kana WP
Theme URI: http://gomalthemes.com
Description: Kana WP is a professional Multipurpose HTML5 Wordpress Theme with endless possibilities suitable for any kind of business, portfolio, blog/news/mag, Creative/digital agencies.
Version: 1.3
Author: M_Adnan
Author URI: http://themeforest.net/user/m_adnan
Tags: white, one-column, two-columns, three-columns,four-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready, photoblogging
License: GNU General Public License version 1.0
License URI: http://gomalthemes.com
*/
body{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
body.page-template-page-coming-soon-php {
    line-height: 1.42857143;
    font-size: 14px;
}
.clear.clearfix {
    clear: both;
}
h3.comment-reply-title {
    display: none;
}
@media (max-width: 767px){
    header.is-sticky {
        padding-top: 0px;
    }
    header.is-sticky .sticky {
        padding-bottom: 0px;
    }
}
#site-header img {
    width: 100%;
}
/** Button Styles **/
a.btn.light_red {
    color: #d37a7a;
    border-color: #d37a7a;
    background: none;
}
a.btn.light_red:hover {
    background-color: #d37a7a;
    color: #fff;
}
a.btn.dark_red {
    color: #fe6969;
    border-color: #fe6969;
    background: none;
}
a.btn.dark_red:hover {
    color: #fff;
    background-color: #fe6969;
}
a.btn.yellow {
    color: #face00;
    border-color: #face00;
    background: none;
}
a.btn.yellow:hover {
    color: #fff;
    background-color: #face00;
}
a.btn.green {
    color: #00deaf;
    border-color: #00deaf;
    background: none;
}
a.btn.green:hover {
    color: #fff;
    background-color: #00deaf;
}
a.btn.turquoise {
    color: #5ee8bf;
    border-color: #5ee8bf;
    background: none;
}
a.btn.turquoise:hover {
    background-color: #5ee8bf;
    color: #fff;
}
a.btn.purple {
    color: #664c66;
    border-color: #664c66;
    background: none;
}
a.btn.purple:hover {
    background-color: #664c66;
    color: #fff;
}
a.btn.brown {
    color: #d5a661;
    border-color: #d5a661;
    background: none;
}
a.btn.brown:hover {
    background-color: #d5a661;
    color: #fff;
}
a.btn.darkgray {
    color: #ddd;
    border-color: #ddd;
    background: none;
}
a.btn.darkgray:hover {
    background-color: #ddd;
    color: #fff;
}
a.btn.blue {
    color: #0000ff;
    border-color: #0000ff;
    background: none;
}
a.btn.blue:hover {
    background-color: #0000ff;
    color: #fff;
}
.newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="file"],.newsletter input[type="tel"] {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    background: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #fff;
    outline: none;
}
.newsletter button, .newsletter input[type="submit"] {
    border: 1px solid #fff;
    background: none;
    border-radius: 0px;
    color: #666666;
    margin-top: 0px;
    letter-spacing: 1px;
    padding: 15px 50px;
    float: none;
    width: auto;
    margin-top: 50px;
    margin-bottom: 150px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.newsletter button:hover,.newsletter input[type="submit"]:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}
.footer .contact-info {
    margin-bottom: 100px;
}
.footer .rights {
    position: relative;
    z-index: 9;
}
.wdg-title {
    font-size: 18px;
    text-transform: uppercase;
}
.ctt input[type="text"],.ctt input[type="email"],.ctt input[type="tel"],.ctt input[type="number"],.ctt textarea {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    color: #fff;
    padding: 0px;
    font-size: 16px;
    background: none;
    border-bottom: 1px solid #666666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    margin: 10px 0px 20px 0px;
    outline: none;
}
.ctt textarea {
    height: 120px !important;
    text-transform: uppercase;
}
.ctt input[type="text"]:focus,.ctt input[type="email"]:focus,.ctt input[type="tel"]:focus,.ctt input[type="number"]:focus,.ctt textarea:focus {
    border-bottom: 1px solid #fff;
}
.ctt input[type="submit"]:hover,.ctt button:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}
.ctt input[type="submit"],.ctt button {
    border: 1px solid #666666;
    background: none;
    border-radius: 0px;
    color: #666666;
    margin-top: 0px;
    letter-spacing: 1px;
    padding: 9px 50px;
    float: left;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.newsletter.ctt input[type="submit"], .newsletter.ctt button {
    float: none;
    height: 60px;
    padding: 15px 40px;
    margin-top: 30px;
}
.newsletter.ctt input[type="text"], .newsletter.ctt input[type="email"], .newsletter.ctt input[type="tel"], .newsletter.ctt input[type="number"], .newsletter.ctt textarea {
    color: #666666;
}
.wp-caption {
    max-width: 100% !important;
    height: auto;
}
.wp-caption-text{
    color: #444;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
th {
    font-weight: 700;
    padding: 8px !important;
    text-transform: uppercase;
    border-width: 0 1px 1px 0;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
td {
    padding: 8px !important;
    border-width: 0 1px 1px 0;
    font-weight: normal;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.screen-reader-text {}
.gallery-caption {
    padding:5px 1%;
    font-size:90%;
}
.bypostauthor{
    position: relative;
}
.letter-spacing-3 {
	letter-spacing: 3px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	z-index: 1;
}
/** Responsive Issues **/
@media (max-width: 1199px){
	.portfolio .port-item {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
/** Theme Unit Test **/
ol ol, ol ul, ul ol, ul ul {
	padding-left: 25px;
}
ol li {
	list-style: inherit;
}
ul ul li {
	list-style: circle;
}
ul ul ul li {
	list-style: disc;
}
ol {
	padding-left: 25px;
}
.footer select {
	padding: 10px;
	width: 100%;
	display: inline-block; 
}
.footer img {
	max-width: 100%;
	height: auto;
}
.footer ul li a,.rsswidget,.tagcloud a {
	color: #666666;
}
.wpb_content_element {
	margin-bottom: 1px !important;
}
.heading-block {
	position: relative;
	z-index: 2;
}
/* Version 1.2 */
header nav .simpleNav li span.new {
    position: absolute;
    font-size: 7px;
    background: rgba(255,255,255,0.8);
    right: 10px;
    color: #000 !important;
    padding: 0 3px;
    line-height: 14px;
    border-radius: 4px;
}
.menu-item-object-page-sections.active a:after,.active.menu-item-object-page-sections a:after {
    width: 15px;
}
body.page-template-page-one-pg-php header nav li.current-menu-item a:after {
    width: 0px;
}
header nav li a:active,header nav li a:focus{
    color: #fff;
}
.center-auto {
    margin: 0 auto;
    float: none !important;
}
body.page-template-page-one-pg-php .vc_column-inner  {
    padding-top: 0px !important;
}
.simpleNav li:hover > ul{
	display: block !important;
}
div.showhide {
	text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
	display: none;
}
@media (max-width: 767px){
	div.showhide{
		display: block;
	}
	.navbar-toggle {
		float: none;
	}
}
@media (min-width: 768px){
	.simpleNav.collapse {
		display: inline-block; 
	}
} 