/*
Theme Name: Contango Pro
Theme URI: https://designorbital.com/contango-pro/
Author: DesignOrbital.com
Author URI: https://designorbital.com/
Description: Contango is a responsive and highly versatile multi-purpose WordPress theme. The clean layout and sleek features make Contango a great option for your e-resume, online portfolio, agency, small business, entrepreneur or other professional website.
Version: 5.1.1
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: contango-pro
Domain Path: /languages/
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*  Contango Table of Contents
 *
 * Note: See the "Help" tab in the "Kamn Options" admin page for license, changelog and other informations.
 *
 * =Reset, =Skeleton, =Header, =Content/Sidebar, =Footer
 * =Paragraph, =Headings, =Text Elements, =Blockquote, =Links
 * =List, =Table, =Form, =Search Form Widget, =Images, =General Classes, =Accessibility
 * =Sidebar(s), =Widget(s)
 * =Type Post, =Entry Content, =Entry Meta, =Loop Meta
 * =Author, =Paging, =Comments
 * =Menu Primary
 *
------------------------ */

/**
|------------------------
| =Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
|------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
|------------------------
| =Skeleton
|------------------------
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	background: #fff;
	color: #2f2f2f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.kamn-layout-box .wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	-moz-box-shadow: 0 -4px 7px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 -4px 7px rgba(0,0,0,.2);
	box-shadow:  0 -4px 7px rgba(0,0,0,.2);
}

.kamn-layout-wide .wrapper {
	width: 100%;
}

/**
|------------------------
| =Header
|------------------------
*/

#header {
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
	z-index: 100;
}

#header-image-wrapper {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

#header-custom-text-wrapper {
	margin: 10px 0;
}

#header-custom-text-wrapper .site-name  {
	display: block;
	font-family: 'Nixie One', cursive;
	font-size: 28px;
	line-height: 34px;
}

#header-custom-text-wrapper .site-description {
	display: block;
}

#nav {
	width: 100%;
	background: #fff;
	border: solid 1px #c8c8c8;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

#nav select {
	margin: 0;
}

/**
|------------------------
| =Content
|------------------------
*/

#content {
	padding: 30px 29px 0 29px;
	margin-bottom: 30px;
	background: #fff;
	border: solid 1px #c8c8c8;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

/**
|------------------------
| =Sidebar
|------------------------
*/

#sidebar {
	padding: 30px 29px 0 29px;
	margin-bottom: 30px;
	background: #fff;
	font-size: 13px;
	border: solid 1px #c8c8c8;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

#sidebar a,
#sidebar a:visited {
	color: #2f2f2f;
	text-decoration: none;
}

#sidebar a:hover,
#sidebar a:focus {
	color: #7ab80e;
}

/**
|------------------------
| =Footer
|------------------------
*/

#footer {
	position: relative;
	width: 100%;
	font-size: 13px;
}

#footer a,
#footer a:visited {
}

#footer a:hover,
#footer a:focus {
}

#footer_sidebars {
	position: relative;
	width: 100%;
	padding-top: 30px;
	background: #fff;
}

#footer_tail {
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: #f5f5f5;
}

#copyright_wrapper {
	padding-top: 2px;
}

#kamntop_wrapper {
	text-align: right;
}

#kamntop_wrapper a {
	display: block;
	text-align: center;
}

#kamntop_wrapper i {
	font-size: 24px;
	display: block;
}

/**
|------------------------
| =Full Width Template
|------------------------
*/

#template_full_width {
}
.template-full-width {
}
.template-full-width-widgetized {
}

/**
|------------------------
| =Paragraph
|------------------------
*/

p {
	line-height: 21px;
	margin: 0 0 21px 0;
}

p:last-child {
	margin-bottom: 0;
}

p img {
	margin: 0;
}

/**
|------------------------
| =Headings
|------------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nixie One', cursive;
	color: #2f2f2f;
	font-weight: normal;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 14px;
}

h2 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 22px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

h6 {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 25px;
}

/**
|------------------------
| =Text Elements
|------------------------
*/

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

small {
	font-size: 80%;
}

pre {
	background: #f5f5f5;
	padding: 15px 30px;
	overflow: auto;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
}

code, kbd {
	color: #a0a0a0;
}

abbr, acronym, dfn {
	border-bottom: 1px solid #e7e7e7;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 20px 0;
}

ins {
	color: #f5f5f5;
	background: #7ab80e;
	text-decoration: none;
}

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/**
|------------------------
| =Blockquote
|------------------------
*/

blockquote {
	font-size: 14px;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: transparent url(images/quote.png) no-repeat top left;

}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #555;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	text-align: right;
}

blockquote cite a {
	display: block;
	margin: 10px 0 0 0;
}

/**
|------------------------
| =Links
|------------------------
*/

a,
a:visited {
	color: #7ab80e;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #6ea50a;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

p a,
p a:visited {
	line-height: inherit;
}

/**
|------------------------
| =List
|------------------------
*/

ul, ol {
	margin: 0 0 18px 30px;
}

ul {
	list-style: square;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ul ol,
ol ol, ol ul {
	margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
	margin-bottom: 6px;
	font-size: 98%;
}

dl {
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

/**
|------------------------
| =Table
|------------------------
*/

table {
	width: 95%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}

caption {
	font-weight: bold;
	margin: 0 0 5px 0;
}

thead, th {
	color: #fff;
	background: #7ab80e;
	text-align: left;
}

tbody, td {
	background: #fff;
}

td, th {
	padding: 5px;
	border: 1px #e7e7e7 solid;
}

/**
|------------------------
| =Form
|------------------------
*/

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2f2f2f;
	background: #fff;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 4px;
	width: 95%;
	max-width: 100%;
	display: block;
	margin: 10px 0 20px 0;
	outline: none;
}

select {
	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 60px;
}

label,
legend {
	display: block;
}

input[type="checkbox"] {
	display: inline;
}

.btn,
.btn:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 6px 12px;
	color: #fff;
	background-color: #7ab80e;
	border: 1px solid #7ab80e;
	text-decoration: none;
	border-radius: 2px;
	moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #fff;
	background-color: #6ea50a;
	border: 1px solid #6ea50a;
}

.btn-callout,
.btn-callout:visited {
	font-size: 16px;
	padding: 6px 14px 6px 12px;
}

.btn-callout i {
	padding-right: 12px;
}

/**
|------------------------
| =Objects
|------------------------
*/

embed,
iframe,
object,
video,
audio {
	max-width: 100% !important;
}

/**
|------------------------
| =Images
|------------------------
*/

img {
	max-width: 100% !important;
	height: auto !important;
}

.lt-ie9 img.scale-with-grid {
	width: 100%;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft {
	display: inline;
	float: left;
	margin: 20px 20px 20px 0;
}

img.alignright {
	display: inline;
	float: right;
	margin: 20px 0 20px 20px;
}

img.aligncenter,
img.centered {
	display: block;
	margin: 20px auto 20px auto;
	clear: both;
}

img.alignnone {
	display: inline;
}

/**
|------------------------
| =Caption
|------------------------
*/

.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	overflow: hidden;
}

.wp-caption .wp-caption-text {
	margin: 12px 12px 0 0;
	font-size: 12px;
	font-style: italic;
}

/**
|------------------------
| =Gallery
|------------------------
*/

.gallery {
	margin: 0 auto 20px auto;
}

dl.gallery-item {
	margin: 0;
}

.gallery-item a {
	width: 90%;
	display: block;
}

.gallery-caption {
	width: 90%;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-style: italic;
}

.gallery-caption a {
	display: inline;
}

.gallery a img {
	border: none;
}

dl.gallery-item img {
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: auto;
}

.gallery br+br {
	display:none;
}

.gallery .gallery-item {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

/** Gallery Columns */

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

.gallery-columns-4 .gallery-item img {
	width: 98%;
}

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

.gallery-columns-5 .gallery-item img {
	width: 96%;
}

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

.gallery-columns-6 .gallery-item img {
	width: 94%;
}

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

.gallery-columns-7 .gallery-item img {
	width: 90%;
}

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

.gallery-columns-8 .gallery-item img {
	width: 88%;
}

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

.gallery-columns-9 .gallery-item img {
	width: 86%;
}

.gallery-columns-10 .gallery-item {
	width: 10%;
}

.gallery-columns-10 .gallery-item img {
	width: 84%;
}

/**
|------------------------
| =General Classes
|------------------------
*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

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

.sticky {
}

/**
|------------------------
| =Accessibility
|------------------------
*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	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. */
}

/**
|------------------------
| =Type Post
|------------------------
*/

.type-post,
.type-page,
.type-kamn_portfolio {
	margin: 0 0 70px 0;
}

.type-attachment {
	margin: 0 0 40px 0;
}

.entry-title  {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: solid 1px #2f2f2f;
	padding-bottom: 10px;
	word-wrap: break-word;
}

.entry-title-single {}

.entry-title-page {}

.entry-title a,
.entry-title a:visited {
	color: #2f2f2f;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #7ab80e;
}

/**
|------------------------
| =Entry Content
|------------------------
*/

.entry-content {
	margin: 0 0 20px 0;
}

/**
|------------------------
| =Entry Meta
|------------------------
*/

.entry-meta,
.entry-meta-bottom {
	font-size: 13px;
	color: #999;
	margin: 0 0 25px 0;
}

.entry-meta a,
.entry-meta a:visited {
	color: #999;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #7ab80e;
}

.entry-meta-sep {
	margin: 0 5px;
	color: #999;
}

.entry-meta-bottom {
}

.entry-meta-featured,
.entry-meta-post-format {
	color: #7ab80e;
}

.entry-date {
	display: block;
	text-align: center;
	background-color: #7ab80e;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.entry-date-inside {
	display: block;
	padding: 8px 0;
}

.entry-date:hover {
	background-color: #6ea50a;
}

.entry-date-day {
	display: block;
	font-size: 35px;
	line-height: 32px;
	padding-bottom: 10px;
}

.entry-date-month-year {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.entry-date a,
.entry-date a:visited,
.entry-date a:hover,
.entry-date a:focus {
	color: #fff;
}

.cat-links a,
.cat-links a:visited,
.tag-links a,
.tag-links a:visited {
	color: #7ab80e;
}

.cat-links a:hover,
.cat-links a:focus,
.tag-links a:hover,
.tag-links a:focus {
	color: #6ea50a;
}

/**
|------------------------
| =Loop Meta
|------------------------
*/

#loop-meta {
	width: 100%;
	background: #fff;
	border: solid 1px #c8c8c8;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
	margin: 0 0 30px 0;
}

#loop-meta-inside {
	padding: 15px;
}

.loop-meta-title {
	font-size:  24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.loop-meta-description {
	color: #444;
	font-size: 11px;
	margin: 5px 0 0 0;
}

/**
|------------------------
| = Entry Featured Image
| = Kamn Media
|------------------------
*/

.entry-featured-image-wrapper {
	display: block;
	float: left;
	max-width: 200px;
	margin: 0 25px 25px 0;
	overflow: hidden;
}

.kamn-media-video-wrapper,
.kamn-media-image-wrapper {
	margin: 0 0 25px 0;
}

.lt-ie9 .entry-featured-image-wrapper {
	width: 200px;
}

.entry-featured-image,
.kamn-media-image {
	max-width: 100% !important;
	height: auto !important;
}

/**
|------------------------
| =Entry More Link
|------------------------
*/

span.more-link-wrap {
	display: block;
	margin: 20px 0 0 0;
}

a.more-link,
a.more-link:visited {
	display: block;
}

/**
|------------------------
| =Author
|------------------------
*/

#author-info {
	font-size: 11px;
	margin: 0 0 70px 0;
}

#author-avatar {
	margin: 0 0 10px 0;
}

#author-avatar-inside {
	text-align: center;
}

#author-description h3 {
	margin: 0 0 8px 0;
}

#author-description p {
	margin: 0 0 4px 0;
}

/**
|------------------------
| =Post Formats
|------------------------
*/

.format-chat .entry-content {
	font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
}

.format-aside .entry-content,
.format-chat .entry-content {
	background: #f8f8f8;
	margin-bottom: 20px;
}

.format-aside .entry-content p,
.format-chat .entry-content p {
	margin: 0;
	padding: 10px;
}

/**
|------------------------
| =Paging
|------------------------
*/

/* =Nav Commmon Styles
------------------------ */

#loop-nav-numeric,
#loop-nav-next-prev,
#loop-nav-singlular-post,
#loop-nav-singular,
#loop-nav-singlular-attachment,
#comments-nav-below,
.page-link {
	margin-bottom: 20px;
	clear: both;
}

#loop-nav-numeric,
#loop-nav-next-prev,
#loop-nav-singlular-post,
#comments-nav-below {
	margin-bottom: 50px;
}

#comments-nav-below {
	margin-top: 30px;
}

#loop-nav-numeric a,
#loop-nav-next-prev a,
#loop-nav-singlular-post a,
#loop-nav-singular a,
#comments-nav-below a,
.page-link a span,
.page-link span,
.nav-numeric span {
	font-size: 14px;
	display: inline-block;
	padding: 4px 8px;
	background-color: #fff;

	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;

	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#loop-nav-numeric a:hover,
#loop-nav-next-prev a:hover,
#loop-nav-singlular-post a:hover,
#loop-nav-singular a:hover,
#comments-nav-below a:hover,
.page-link a:hover,
.page-link a span:hover {
	color: #fff;
	background-color: #6ea50a;
}

#loop-nav-numeric .assistive-text,
#loop-nav-next-prev .assistive-text,
#loop-nav-singlular-post .assistive-text,
#loop-nav-singular .assistive-text,
#loop-nav-singlular-attachment .assistive-text,
#comments-nav-below .assistive-text,
.page-link .assistive-text {
	display: none;
}

#loop-nav-next-prev .loop-nav-next,
#loop-nav-singlular-post .loop-nav-next,
#loop-nav-singlular-attachment .loop-nav-next,
#comments-nav-below .loop-nav-next {
	text-align: right;
}

#loop-nav-singular .loop-nav-standard {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}

/* =Nav Numeric
------------------------ */

.nav-numeric a,
.nav-numeric a:visited,
.nav-numeric span {
}

.nav-numeric span.current {
	color: #fff;
	background-color: #6ea50a;
}

/* =Nav Numeric Page Links
------------------------ */

.page-link span {
	color: #fff;
	background-color: #6ea50a;
}

.page-link a span {
	color: #7ab80e;
}

/**
|------------------------
| =Post Comments
|------------------------
*/

#comments {
	margin: 0 0 50px 0;
}

.page #comments {
	border-bottom: none;
}

.commentlist {
	list-style: none;
	margin: 0 auto;
}

.commentlist .children {
	list-style: none;
	margin: 15px auto 0 auto;
}

.commentlist li.comment,
.commentlist li.pingback {
    background: #fff;
    margin: 0 0 20px 0;
	padding: 15px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.commentlist li.odd {
	background: #f5f5f5;
}

.commentlist li.bypostauthor {
	border-bottom: 2px solid #7ab80e;
}

.commentlist li.pingback p {
	margin: 0;
}

.commentlist .comment-author {
	position: relative;
	height: 75px;
	padding: 0 0 0 100px;
}

.commentlist .avatar {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
}

.commentlist .fn {
	display: block;
	margin: 0 0 5px 0;
}

.commentlist .edit-link {
	display: block;
	margin: 5px 0 0 0;
}

.commentlist .comment-awaiting-moderation {
	display: block;
	margin: 5px 0 0 0;
}

.nopassword,
p.nocomments {
	font-size: 16px;
	color: #aaa;
	text-align: center;
	margin-bottom: 70px;
}

/**
|------------------------
| =Comments Form
|------------------------
*/

#respond {
	position: relative;
	color: #808080;
    margin: 0 0 50px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 15px 0;
	padding: 25px 0;
	width: auto;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

#respond p {
	margin: 0;
}

#reply-title {
	margin: 0 0 10px 0;
}

#cancel-comment-reply-link {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
}

#respond .comment-notes,
#respond .logged-in-as {
	margin: 0 0 20px 0;
}

#respond #commentform {
	margin: 0;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	position: absolute;
	left: 82%;
}

#respond .comment-form-comment label {
	text-indent: -9999px;
}

#respond .required {
	color: #bd3500;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	position: absolute;
	top: 1%;
	left: 115%;
}

#respond input[type=text] {
	display: block;
	width: 75%;
	height: 24px;
	margin: 0 0 20px 1px;
}

#respond textarea {
	resize: vertical;
	width: 95%;
	margin: 0 0 20px 1px;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.form-allowed-tags {
	display: none;
}

/**
|------------------------
| =Menu Primary
|------------------------
*/

.menu {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 300;
}

.menu ul,
.menu ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul {
	line-height: 1.0;
}

.menu ul ul {
	position: absolute;
	top: -999em;
	width: 10em;
}

.menu ul ul li {
	width:100%;
}

.menu ul li:hover {
	visibility: inherit;
}

.menu ul li {
	display: inline-block;
	position: relative;
	word-wrap: break-word;
}

.menu ul li li {
	background: none;
	text-align: left;
}

/**
 * Menu Position
 */


/** Top Level Position */
.menu ul li:hover ul,
.menu ul li.sfHover ul {
	top: 63px;
	left: 0;
	z-index: 200;
}

.menu ul li:hover li ul,
.menu ul li.sfHover li ul {
	top: -999em;
}

/** Nested Level Position*/
.menu ul li:hover li ul li,
.menu ul li.sfHover li ul li {
	top: 0;
	left: 0;
}

.menu ul li li:hover ul,
.menu ul li li.sfHover ul {
	top: 0;
}

.menu ul li li:hover li ul,
.menu ul li li.sfHover li ul {
	top: -999em;
}

.menu ul li li li:hover ul,
.menu ul li li li.sfHover ul {
	top: 0;
}

/**
 * Menu Skin
 */

/** Top UL */
.menu ul {
}

/** Nested UL */
.menu ul ul.sub-menu {
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

/** Top Level List */
.menu ul li {
	background: #fff;
	border-right: solid 1px #e7e7e7;
}

.menu ul li:last-child {
	border-right: none;
}

/** Nested List */
.menu ul ul.sub-menu li,
.menu ul ul.children li {
	border: none;
	background: #fff;
}

/** Top Level Anchors */
.menu ul a,
.menu ul a:visited {
	display: block;
	font-size: 14px;
	line-height: 21px;
	padding: 20px;
	position: relative;
	text-decoration: none;
	color: #2f2f2f;
}

/** Nested Anchors */
.menu ul ul.sub-menu a,
.menu ul ul.sub-menu a:visited,
.menu ul ul.children a,
.menu ul ul.children a:visited {
	font-size: 13px;
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: dotted 1px #e7e7e7;
}

/** Global Anchors Hover */
.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
	color: #7ab80e;
}

/** Global List Hover */
.menu ul li:hover,
.menu ul li.sfHover {
}

/** Nested Anchors Hover */
.menu ul ul.sub-menu a:focus,
.menu ul ul.sub-menu a:hover,
.menu ul ul.sub-menu a:active,
.menu ul ul.children a:focus,
.menu ul ul.children a:hover,
.menu ul ul.children a:active {
}

/** Nested List Hover */
.menu ul ul.sub-menu li:hover,
.menu ul ul.sub-menu li.sfHover,
.menu ul ul.children li:hover,
.menu ul ul.children li.sfHover {
}

/** Nested List Last Child */
.menu ul li:last-child {
}

/** Nested Anchor Last Child */
.menu ul.sub-menu li:last-child a,
.menu ul.sub-menu li:last-child a:visited {
	border: none;
}

/** Menu Indicator */
.menu ul .sf-sub-indicator {
	display: inline-block;
	width: 7px;
	height: 12px;
	margin: 0 0 0 8px;
	text-indent: -9999px;
	background: url(images/menu-indicator-down.png) no-repeat;
	/*border: solid 1px red;*/
}

.menu ul ul .sf-sub-indicator {
	position: absolute;
	width: 7px;
	height: 15px;
	top: 8px;
	right: 15px;
	text-indent: -9999px;
	background: url(images/menu-indicator-right.png) no-repeat;
	/*border: solid 1px red;*/
}

/**
|------------------------
| =Portfolio Templates
|------------------------
*/

/** Filter */
.template_portfolio-filters-container {
	z-index: 50;
	margin-bottom: 30px;
}

.template_portfolio-filters-columns {
	position: relative;
}

.template_portfolio-filters-title {
	padding-top: 8px;
}

.template_portfolio-filters {
	height: 33px;
	position: absolute;
	z-index: 50;
	right: 0px;
	top: 0px;
	display: block;
	width: auto;
}

.template_portfolio-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.template_portfolio-filters i {
	font-size: 14px;
	line-height: 14px;
	padding-left: 10px;
}

.template_portfolio-filters a {
	display: block;
	font-size: 12px;

	padding: 5px 12px 6px 12px;
	color: #fff;

	background-color: #7ab80e;
	border-top: 1px dotted #e7e7e7;

	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.template_portfolio-filters a.template_portfolio-filters-head {
	background-color: #6ea50a;
	border-top: 0px;
}

.template_portfolio-filters a:hover,
.template_portfolio-filters a.active {
	background-color: #6ea50a;
}

/** Projects */
.template_portfolio-projects {
	position: relative;
}

.template_portfolio-projects .columns,
.template_portfolio-projects .column {
	background-color: #fff;
	margin-bottom: 20px;

	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

.kamn-layout-box .template_portfolio-projects .columns,
.kamn-layout-box .template_portfolio-projects .column {
	box-shadow: none !important;
}

.template_portfolio-projects-image {
	margin: 0;
	padding: 0;
}

.template_portfolio-projects-title {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 5px;
}

/** Navigation */
.template_portfolio-nav {
	margin-top: 30px;
}

/**
|------------------------
| =Widgets
|------------------------
*/

#template_full_width .widget,
#sidebar .widget,
#footer_sidebars .widget {
	width: 100%;
	margin: 0 0 30px 0;
	word-wrap: break-word;
	overflow: hidden;
}

#template_full_width .widget,
#footer_tail_sidebar .widget {
	margin: 0;
}

#sidebar .widget-title,
#footer_sidebars .widget-title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #2f2f2f;
}

#template_full_width .widget-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#footer_tail_sidebar .widget-title {
	display: none;
}

#sidebar ul,
#sidebar ol,
#footer_sidebars ul,
#footer_sidebars ol,
#footer_tail_sidebar ul,
#footer_tail_sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li,
#sidebar ol li,
#footer_sidebars ul li,
#footer_sidebars ol li {
	margin: -2px 0 8px 0;
	padding: 0 0 6px 0;
	border-bottom: dotted 1px #e7e7e7;
}

#sidebar ul ul li,
#sidebar ol ol li,
#footer_sidebars ul ul li,
#footer_sidebars ol ol li {
	margin: 5px 0 0 10px;
	padding-bottom: 0;
	border-bottom: none;
}

/**
|------------------------
| =Columns
|------------------------
*/

.one_half { width:48.5%; }
.one_third { width:31.33%; }
.two_third { width:65.66%; }
.one_fourth { width:22.75%; }
.three_fourth { width:74.25%; }
.one_fifth { width:17.6%; }
.two_fifth { width:38.2%; }
.three_fifth { width:58.8%; }
.four_fifth { width:79.4%; }
.one_sixth { width:14.16%; }
.five_sixth { width:82.83%; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth { position:relative; margin:0 3% 0 0; float:left; }

.column_last { margin:0 !important; clear:right; }

/**
|------------------------
| =Search Widget
|------------------------
*/

.widget_search form {
	width: 99%;
	background: #fff;
	border: solid 1px #e7e7e7;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.widget_search .assistive-text {
	display: none;
}

.widget_search input[type="text"] {
	width: 78%;
	float: left;
	padding: 6px 0 6px 11px;
	margin: 0;
	vertical-align: middle;
	border: 0;
}

.widget_search input[type="submit"] {
	width: 33px;
	height: 33px;
	float: right;

	background-color: #fff;
	background-image: url(images/search-retina.png);
	background-repeat: no-repeat;
	background-size: auto 33px;

	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-size: 0;
	display: block;
	line-height: 0;

	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.no-backgroundsize .widget_search input[type="submit"] {
	background-image: url(images/search-normal.png);
}

.widget_search input[type="submit"]:hover {
}

/**
|------------------------
| =Tag Widget
|------------------------
*/

#sidebar .tagcloud a,
#footer_sidebars .tagcloud a {
	padding: 2px 10px;
	margin: 0 4px 6px 0;
	display: inline-block;
	border: solid 1px #e7e7e7;
}

#sidebar .tagcloud a:hover,
#footer_sidebars .tagcloud a:hover {
	background: #6ea50a;
	color: #fff;
}

/**
|------------------------
| =Social Widget
|------------------------
*/

/** Layout One */
.widget_social-one li {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 4px 0 0;
	padding: 0;
	overflow: hidden;
}

#sidebar .widget_social-one li,
#footer_sidebars .widget_social-one li {
	float: left;
	margin: 0 4px 0 0;
	border: none;
}

.widget_social-one li a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;

	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;

	background: transparent url(images/social-retina.png) no-repeat 0 0;
    background-size: auto 60px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

}

.no-backgroundsize .widget_social-one li a {
	background: transparent url(images/social-normal.png) no-repeat 0 0;
}

.widget_social-one li.facebook a {
    background-position: 0 1px;
}
.widget_social-one li.twitter a {
    background-position: -30px 1px;
}
.widget_social-one li.gplus a {
    background-position: -60px 1px;
}
.widget_social-one li.linkedin a {
    background-position: -90px 1px;
}
.widget_social-one li.pinterest a {
    background-position: -120px 1px;
}
.widget_social-one li.dribbble a {
    background-position: -150px 1px;
}
.widget_social-one li.flickr a {
    background-position: -180px 1px;
}
.widget_social-one li.skype a {
    background-position: -210px 1px;
}
.widget_social-one li.rss a {
    background-position: -240px 1px;
}
.widget_social-one li.wordpress a {
    background-position: -270px 1px;
}
.widget_social-one li.youtube a {
    background-position: -300px 1px;
}
.widget_social-one li.vimeo a {
    background-position: -330px 1px;
}
.widget_social-one li.instagram a {
    background-position: -360px 1px;
}


.widget_social-one li.facebook a:hover {
    background-position: 0px -30px;
}
.widget_social-one li.twitter a:hover {
    background-position: -30px -30px;
}
.widget_social-one li.gplus a:hover {
    background-position: -60px -30px;
}
.widget_social-one li.linkedin a:hover {
    background-position: -90px -30px;
}
.widget_social-one li.pinterest a:hover {
    background-position: -120px -30px;
}
.widget_social-one li.dribbble a:hover {
    background-position: -150px -30px;
}
.widget_social-one li.flickr a:hover {
    background-position: -180px -30px;
}
.widget_social-one li.skype a:hover {
    background-position: -210px -30px;
}
.widget_social-one li.rss a:hover {
    background-position: -240px -30px;
}
.widget_social-one li.wordpress a:hover {
    background-position: -270px -30px;
}
.widget_social-one li.youtube a:hover {
    background-position: -300px -30px;
}
.widget_social-one li.vimeo a:hover {
    background-position: -330px -30px;
}
.widget_social-one li.instagram a:hover {
    background-position: -360px -30px;
}

/** Layout Two */
.widget_social-two li {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 4px 0 0;
	padding: 0;
	overflow: hidden;
}

#sidebar .widget_social-two li,
#footer_sidebars .widget_social-two li {
	float: left;
	margin: 0 4px 0 0;
	border: none;
}

#footer_tail_sidebar .widget_social-two li {
	float: right;
	margin: 0 0 0 4px;
}

.widget_social-two li a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;

	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;

	background: transparent url(images/social-retina-two.png) no-repeat 0 0;
    background-size: auto 60px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

}

.no-backgroundsize .widget_social-two li a {
	background: transparent url(images/social-normal-two.png) no-repeat 0 0;
}

.widget_social-two li.facebook a {
    background-position: 0 1px;
}
.widget_social-two li.twitter a {
    background-position: -30px 1px;
}
.widget_social-two li.gplus a {
    background-position: -60px 1px;
}
.widget_social-two li.linkedin a {
    background-position: -90px 1px;
}
.widget_social-two li.pinterest a {
    background-position: -120px 1px;
}
.widget_social-two li.dribbble a {
    background-position: -150px 1px;
}
.widget_social-two li.flickr a {
    background-position: -180px 1px;
}
.widget_social-two li.skype a {
    background-position: -210px 1px;
}
.widget_social-two li.rss a {
    background-position: -240px 1px;
}
.widget_social-two li.wordpress a {
    background-position: -270px 1px;
}
.widget_social-two li.youtube a {
    background-position: -300px 1px;
}
.widget_social-two li.vimeo a {
    background-position: -330px 1px;
}
.widget_social-two li.instagram a {
    background-position: -360px 1px;
}


.widget_social-two li.facebook a:hover {
    background-position: 0px -30px;
}
.widget_social-two li.twitter a:hover {
    background-position: -30px -30px;
}
.widget_social-two li.gplus a:hover {
    background-position: -60px -30px;
}
.widget_social-two li.linkedin a:hover {
    background-position: -90px -30px;
}
.widget_social-two li.pinterest a:hover {
    background-position: -120px -30px;
}
.widget_social-two li.dribbble a:hover {
    background-position: -150px -30px;
}
.widget_social-two li.flickr a:hover {
    background-position: -180px -30px;
}
.widget_social-two li.skype a:hover {
    background-position: -210px -30px;
}
.widget_social-two li.rss a:hover {
    background-position: -240px -30px;
}
.widget_social-two li.wordpress a:hover {
    background-position: -270px -30px;
}
.widget_social-two li.youtube a:hover {
    background-position: -300px -30px;
}
.widget_social-two li.vimeo a:hover {
    background-position: -330px -30px;
}
.widget_social-two li.instagram a:hover {
    background-position: -360px -30px;
}

/**
|------------------------
| =Flickr Widget
|------------------------
*/

.widget_flickr-kamn img {
	float: left;
	width: 60px;
	max-width: 60px;
	margin: 0 10px 10px 0;
}

#sidebar .widget_flickr-kamn img {
	margin: 0 10px 10px 0;
}

/**
|------------------------
| =Twitter Widget
|------------------------
*/

#sidebar a.widget_twitter-tweet-link,
#sidebar a.widget_twitter-tweet-link:visited,
#footer_sidebars a.widget_twitter-tweet-link,
#footer_sidebars a.widget_twitter-tweet-link:visited {
	color: #7ab80e;
}

#sidebar a.widget_twitter-tweet-link:hover,
#sidebar a.widget_twitter-tweet-link:focus,
#footer_sidebars a.widget_twitter-tweet-link:hover,
#footer_sidebars a.widget_twitter-tweet-link:focus {
	color: #6ea50a;
}

/**
|------------------------
| =Common Widget Settings
|------------------------
*/

.widget_pages-kamn img,
.widget_posts-kamn img,
.widget_portfolios-kamn img {
	float: left;
	width: 48px;
	max-width: 48px;
	margin: 0 10px 10px 0;
}

#sidebar .widget_posts-kamn ul li,
#footer_sidebars .widget_posts-kamn ul li,
#sidebar .widget_pages-kamn ul li,
#footer_sidebars .widget_pages-kamn ul li,
#sidebar .widget_portfolios-kamn ul li,
#footer_sidebars .widget_portfolios-kamn ul li {
	margin: -2px 0 14px 0;
}

/**
|------------------------
| =Twitter Widget
|------------------------
*/

#sidebar .widget_twitter-kamn,
#footer_sidebars .widget_twitter-kamn {
	margin: 0;
}

.widget_twitter-wrapper iframe {
	width: 100%;
}

/**
|------------------------
| =Clientcarousel Widget
|------------------------
*/

.widget_clientcarousel-wrapper {
	margin-bottom: 30px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
	width: 100%;
    height: 75px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    display: block;
	float: left;
	width: 170px;
	margin: 0 32px;
	padding: 0;
}

.jcarousel-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.jcarousel-controls li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

a.jcarousel-prev,
a.jcarousel-prev:visited,
a.jcarousel-next,
a.jcarousel-next:visited {
	display: block;
	font-size: 11px;
	line-height: 11px;
	background: #7ab80e;
	color: #fff;
	padding: 4px 5px 3px 5px;
}

a.jcarousel-prev:hover,
a.jcarousel-next:hover {
	background: #6ea50a;
}

/**
|------------------------
| =Service Widget
|------------------------
*/

.widget_services-wrapper {
}

.widget_services-row {
	margin-bottom: 30px;
}

/** Icon Left Box */
.widget_service-icon-left-box {}

.widget_service-icon-left-box-inside {
	padding: 20px;

	background-color: #fff;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.widget_service-icon-left-box:hover {
	color: #7ab80e;
}

.widget_service-icon-left-box i {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.widget_service-icon-left-box-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.widget_service-icon-left-box-content {
	color: #2f2f2f;
}

/** Icon Left */
.widget_service-icon-left {}

.widget_service-icon-left-inside {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.widget_service-icon-left:hover {
	color: #7ab80e;
}

.widget_service-icon-left i {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.widget_service-icon-left-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.widget_service-icon-left-content {
	color: #2f2f2f;
}

/** Icon Top */
.widget_service-icon-top {
	text-align: center;
}

.widget_service-icon-top-inside {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.widget_service-icon-top-inside:hover {
	color: #7ab80e;
}

.widget_service-icon-top-icon {
	padding-bottom: 15px;
}

.widget_service-icon-top i {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.widget_service-icon-top-title {
	font-size: 18px;
	line-height: 24px;
	color: #2f2f2f;
	margin-bottom: 10px;
}

.widget_service-icon-top-content {
	color: #2f2f2f;
}

/** Icon Top Box */
.widget_service-icon-top-box {
	text-align: center;
}

.widget_service-icon-top-box-inside {
	padding: 30px 10px;
	background-color: #fff;

	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.widget_service-icon-top-box-inside:hover {
	color: #7ab80e;
}

.widget_service-icon-top-box-icon {
	padding-bottom: 15px;
}

.widget_service-icon-top-box i {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.widget_service-icon-top-box-title {
	font-size: 18px;
	line-height: 24px;
	color: #2f2f2f;
	margin-bottom: 10px;
}

.widget_service-icon-top-box-content {
	color: #2f2f2f;
}

/**
|------------------------
| =Callout Widget
|------------------------
*/

/** Callout Button Bottom Box */
.widget_callout-button-bottom-box {
	margin-bottom: 40px;
	text-align: center;
}

.widget_callout-button-bottom-box-columns {
	background-color: #fff;

	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

.kamn-layout-wide .widget_callout-button-bottom-box-inside {
	padding-top: 30px;
}

.widget_callout-button-bottom-box-inside {
	padding: 10px 40px 20px 40px;
}

.widget_callout-button-bottom-box-head {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}

.widget_callout-button-bottom-box-subhead {
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0 0 0;
}

.widget_callout-button-bottom-box-button {
	margin: 40px 0 0 0;
}

/** Callout Button Bottom */
.widget_callout-button-bottom {
	margin-bottom: 40px;
	text-align: center;
}

.kamn-layout-wide .widget_callout-button-bottom-inside {
	padding-top: 10px;
}

.widget_callout-button-bottom-inside {
	padding: 10px 40px 20px 40px;
}

.widget_callout-button-bottom-head {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}

.widget_callout-button-bottom-subhead {
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0 0 0;
}

.widget_callout-button-bottom-button {
	margin: 40px 0 0 0;
}

/** Callout Button Right Box */
.widget_callout-button-right-box {
	margin-bottom: 40px;
}

.widget_callout-button-right-box-columns {
	background-color: #fff;

	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

.kamn-layout-wide .widget_callout-button-right-box-body {
	padding-top: 20px;
}

.widget_callout-button-right-box-body {
	padding: 10px 20px 20px 20px;
}

.widget_callout-button-right-box-head {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
}

.widget_callout-button-right-box-subhead {
	font-size: 16px;
	line-height: 26px;
	margin: 4px 0 0 0;
}

.widget_callout-button-right-box-button {
	padding: 35px 20px 20px 20px;
	text-align: center;
	float: right;
}

/** Callout Button Right */
.widget_callout-button-right {
	margin-bottom: 40px;
}

.kamn-layout-wide .widget_callout-button-right-body {
}

.widget_callout-button-right-body {
	padding: 10px 20px 20px 0;
}

.widget_callout-button-right-head {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
}

.widget_callout-button-right-subhead {
	font-size: 16px;
	line-height: 26px;
	margin: 4px 0 0 0;
}

.widget_callout-button-right-button {
	padding: 35px 0 20px 20px;
	text-align: center;
	float: right;
}

/**
|------------------------
| =Feedburner Widget
|------------------------
*/

.widget_feedburner-desc {
	margin-bottom: 30px;
}

.widget_feedburner-form {
	margin: 0;
	padding: 0;
}

.widget_feedburner-form input[type="text"] {
	float: left;
	width: 50%;
	margin: 0 2px 0 0;
}

.lt-ie9 .widget_feedburner-form input[type="text"] {
	width: 45%;
}

.widget_feedburner-form input[type="submit"] {
	margin: 0;
}

.lt-ie9 .widget_feedburner-form input[type="submit"] {
	padding: 6px 0;
	border: none;
}

/**
|------------------------
| =Portfolio Widget
|------------------------
*/

/** Isotope Item */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/** Wrapper */
.widget_portfolio-wrapper {
	margin-bottom: 10px;
}

/** Filter */
.widget_portfolio-filters-container {
	z-index: 50;
	margin-bottom: 10px;
}

.widget_portfolio-filters-columns {
	position: relative;
}

.widget_portfolio-filters-title {
	padding-top: 8px;
}

.widget_portfolio-filters {
	height: 33px;
	position: absolute;
	z-index: 50;
	right: 0px;
	top: 0px;
	display: block;
	width: auto;
}

.widget_portfolio-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.widget_portfolio-filters i {
	font-size: 14px;
	line-height: 14px;
	padding-left: 10px;
}

.widget_portfolio-filters a {
	display: block;
	font-size: 12px;

	padding: 5px 12px 6px 12px;
	color: #fff;

	background-color: #7ab80e;
	border-top: 1px dotted #e7e7e7;

	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.widget_portfolio-filters a.widget_portfolio-filters-head {
	background-color: #6ea50a;
	border-top: 0px;
}

.widget_portfolio-filters a:hover,
.widget_portfolio-filters a.active {
	background-color: #6ea50a;
}

/** Projects */
.widget_portfolio-projects {
}

.widget_portfolio-projects .columns,
.widget_portfolio-projects .column {
	background-color: #fff;
	margin-bottom: 20px;

	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

.kamn-layout-box .widget_portfolio-projects .columns,
.kamn-layout-box .widget_portfolio-projects .column {
	box-shadow: none !important;
}

.widget_portfolio-projects-image {
	margin: 0;
	padding: 0;
}

.widget_portfolio-projects-title {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 5px;
}

/**
|------------------------
| =Text Widget
|------------------------
*/

.widget_text-wrapper {
	margin-bottom: 40px;
}

/** Box Layout */
.widget_text-box-columns {
	background-color: #fff;

	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.15);
}

.widget_text-box-inside {
	padding: 25px;
}

/**
|------------------------
| =Progressbar Widget
|------------------------
*/

.widget_progressbar-wrapper {
	margin-bottom: 25px;
}

.widget_progressbar-inside {
	color: #ffffff;
	margin-bottom: 15px;
	background-color: #f0f0f0;
}

.widget_progressbar-body {
	background-color: #7ab80e;
	font-size: 15px;
	line-height: 15px;
}

.widget_progressbar-data {
	padding: 12px 20px;
}

.widget_progressbar-title {
	float: left;
}

.widget_progressbar-progress {
	float: right;
	font-weight: bold;
}
