/*
	[Table of Content]
		## Global
			- Site Layout
			- Serach Setting
			- Bootstrap Custom
			- AdminBar
		
		## WordpPess Needs
			- Alignments
			- Media
			- Captions
			- Galleries
			- Table
			- About Author
			- Comment Area
			- Comment Reply Form
			- Comment List Pingback
			- Password Form
			- Post Navigation
			- Contact Form
			- Search Page
			- Pagination
			- Page Header
			- PageBanner
			- Breadcrumb
			- Page Links
			- SelectBox Dropdown Arrow Setting
			
		## Blog
		
		## Responsive
			- Min Width: 992
			- Min Width: 782
			- Max Width: 991
			- Min Width: 768
			- Min Width: 992 to Max Width: 1199
			- Min Width: 768 to Max Width: 991
			- Min Width: 320 to Max Width: 600
			- Max Width: 767
			- Max Width: 479
*/

/*  ## Global
- - - - - - - - - - - - - - - - - - - - */
.wpb_content_element {
	margin-bottom: 0 !important;
}

.beforepage-shortcode {
	padding-bottom: 35px;
}
.beforepage-shortcode.inside-slider {
	padding-bottom: 0;
}
.afterpage-shortcode {
	padding-bottom: 35px;
}

/* - Site Layout */
.page_spacing {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container {
	max-width: 100%;
}

.kc_column.kc_col-sm-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.spadding {
	padding: 70px 0;
}
/* - Serach Setting */
header .page_search,
footer .header-search,
main .header-search {
	display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/* - Bootstrap Custom */
.owpull-left {
	float: left;
}
.owpull-right {
	float: right;
}

.owclearfix::before,
.owclearfix::after {
	content: " ";
	display: table;
}
.owclearfix::after {
	clear: both;
}

.owclearfix-cnt2::before,
.owclearfix-cnt2::after {
	content: " ";
	display: table;
}
.owclearfix-cnt2::after {
	clear: both;
}

.owclearfix-cnt3::before,
.owclearfix-cnt3::after {
	content: " ";
	display: table;
}
.owclearfix-cnt3::after {
	clear: both;
}

.entry-footer {
	width: 100%;
	display: inline-block;
}

/* - AdminBar */ 
body.admin-bar .navbar-fixed-top {
    margin-top: 32px;
}

.menu-setting {
    display: inline-block;
    float: right;
    margin-top: 50px;
    padding-right: 25px;
}
.navbar-fixed-top .menu-setting {
	margin-top: 32px;
}

.menu-block .menu-setting-info  {
	margin: 25px 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.menu-block-2 .menu-setting-info,
.menu-block-1 .menu-setting-info  { 
	text-align: right;
	margin: 26px 0;
}
.menu-setting-info a {
	text-decoration: none;
	text-transform: capitalize;
	color: #333;
}
.menu-setting-info a:hover {
	color: #282830;
}

/*  ## WordPress Needs
- - - - - - - - - - - - - - - - - - - - */
h1 {
	line-height: 46px;
}
h2 {
	line-height: 40px;
}
h3 {
	line-height: 32px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 23px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
address,ol,ul,li,dd,dt {
	line-height: 26px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

article[class*="type-"].no-post-thumbnail .entry-content ul li a,
.entry-content dd a ,
.entry-content table a  {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.entry-content .wp-caption-text  a {
	color: #000;
}

.screen-reader-text {
	visibility: hidden;
	display: none;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
audio,
canvas {
	display: inline-block;
}
embed,
iframe,
object,
video {
	vertical-align: middle;
	border: 0 none;
	max-width: 100%;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #707070;
	font-size: 14px;
	line-height: 1.6;
	padding: 0.5em 0;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
	font-size: 14px;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid hsla(0, 0%, 20%, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
	text-align: center;
	word-wrap: break-word;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

/* - Comment Area */
.comments-area {
	display: inline-block;
    width: 100%;
	margin-top:0px;
}
.comments-title {
	color: #282830;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.8px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}
.comment-list {
    display: inline-block;
	width: 100%;
    list-style: none;
	padding: 30px 30px 0;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 40px;
}
.comment-list .pingback .comment-body {
	padding: 0;
}
.comment-body {
	padding: 0px 0px 0px 110px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	min-height: 88px;
}
.comment-body a.url {
	color: #282830;
	text-decoration: none;
}

.comment-author { 
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}
.comment-author .avatar {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.bypostauthor .comment-author .fn {
	color: #282830;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 25px;
    text-transform: uppercase;
}
.comment-author .says{
	display: none;
}
.comment-author .fn  a.url {	
	color: #153143;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    margin-bottom: 15px;
    margin-top: 0;
	text-transform: uppercase;
}
.comment-meta {
	display: inline-block;
	width: 100%;
}
.comment-metadata {	
	color: #282830;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 28px;
    text-decoration: none;
    text-transform: capitalize;
	position: relative;
}
.comment-metadata a {
	color: #282830;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 28px;
    text-decoration: none;
    text-transform: capitalize;
	position: relative;
}
.comments-area .comment-content p {
	color: #282830;
    font-weight: 300;
    hyphens: auto;
    letter-spacing: 1.4px;
    line-height: 22px;
}

.comments-area .comment-content blockquote,
.comments-area .comment-content blockquote p {
	color: #fff;
}
.comments-area .comment .comment-awaiting-moderation {
	color: #282830;
	font-size: 13px;
	font-style: italic;
	margin-bottom:0px;
}
.comment-list .reply a {
	color: #282830;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	position: relative;
}
.comment-list .reply a::before {
	position: relative;
	content: "";
	left: 0;
	top: 0;
	content: "\f112";
	font-family: "FontAwesome";
	margin-right: 10px;
}
.comment-list .reply a:hover {
	color: #333;
}
.comment-list .children {
	list-style: none;
	padding-left: 40px;
}
.comment-list .children .children { 
	padding-left: 30px;
}
.comment-content a {
	text-decoration: none;
	color: #000;
}
.comments-area .comment-form {
	display: inline-block;
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 30px;
}
.comments-area .comment-list .comment-form {
	border: none;
	padding: 0 0 30px;
}

/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.comments-area .comment-reply-title {
	color: #282830;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.8px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0px;
    padding: 0;
    text-transform: uppercase;
}
.required {
    color: #c0392b;
}
.comment-reply-title small a:before {
    content: "\f00d";
    font-size: 14px;
    position: relative;
    top: 0;
	font-family: "FontAwesome";
	color: #000;
	margin-right: 10px;
}
.comment-reply-title small a {
	color: #737373;
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 10px;
	float: right;
	line-height: 24px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	text-decoration: none;
}
.comment-respond .logged-in-as  a {
	color: #282830;
	font-size: 14px;
	letter-spacing: 0.28px;
	line-height: 24px;
	text-decoration: none;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    font-size: 13px;
    line-height: 20px;
}
.comment-form label {
    color: #282830;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 24px;
    text-transform: uppercase;
	min-width: 100px;	
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #181303;
	font-family: 'Roboto', sans-serif;
    font-size: 11px;
	font-weight: 400;
    min-height: 40px;
    outline: none;
	letter-spacing: 1.65px;
    padding: 10px 20px;
    width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-form textarea {
	padding: 15px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: transparent auto 0px !important;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #737373;
	text-transform: capitalize;
}
.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
	color: #737373;
	text-transform: capitalize;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	color: #737373;
	text-transform: capitalize;
}
.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {  
	color: #737373;
	text-transform: capitalize;
}

.comments-area .comment-form-author,
.comments-area .comment-form-email {
    float: left;
    padding-right: 15px;
    width: 49%;
}
.comments-area .comment-form-email { 
	padding-right: 0;
}
.form-submit {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.comment-form input[type="submit"]{
	background-color: #282830;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.8px;
    padding: 11px 18px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.comment-form input[type="submit"]:active, 
.comment-form input[type="submit"]:focus, 
.comment-form input[type="submit"]:hover {
	background-color: transparent;
    border-color: #282830;
	color: #282830;
}
.comments-area .comment-form p {
	margin-bottom: 25px;
}
.comments-area .comment-form p.form-submit {
	margin-bottom: 0;
}
.no-comments {
    color: #282830;
    font-weight: 700;
}
.comment-navigation + .no-comments {
    border-top: 0;
}
.form-allowed-tags code {
    white-space: normal;
}
.comments-area .comment-form-url {
    margin-right: 0;
}
.comments-area h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}
.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}
.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}
.comments-area p.form-submit .button-1 {
	background-color: #bfa682;
	border-color: #bfa682;
	color: #fff;
	line-height: normal;
	margin-left: 19px;
	padding: 0.618em 1em;
	font-size: 13px;
	border: 0 none;
	text-transform: uppercase;
}
.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}
.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}
.comments-area .commentlist ul {
    margin-left: 70px;
}
.comments-area .commentlist li {
    list-style: none;
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
article[class*="type-"].tag-edge-case .entry-content p,
article[class*="type-"].format-chat .entry-content p {
	margin-top: 0;
	margin-bottom: 8px;
}

/* - Comment List Pingback */
.comment-list .trackback {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.pingback .edit-link {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 0;
    text-align: left;
    width: 100%;
}
.pingback .edit-link a {
	border: 1px solid #eaeaea;
	color: #282830;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-left: 0;
	margin-top: 15px;
	padding: 5px 19px;
	text-decoration: none;
	text-transform: capitalize;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #8a8a8a;
}
.pingback .edit-link:before {
    top: 5px;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comments-area .comment-list .children .depth-4 .comment-form-author,
.comments-area .comment-list .children .depth-4 .comment-form-email,
.comments-area .comment-list .children .depth-4 .comment-form-url {
	width: 100%;
	padding: 5px 0;
}

/* - Password Form */
.post-password-form {
	position: relative;
}
article[class*="type-"] .entry-content .post-password-form p {
	margin-top: 0;
}
.post-password-form label {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;	
}
.post-password-form input[type="submit"] {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	background-color: #282830;	
	border: 1px solid #282830;
    bottom: 0;
    color: #ffffff;
    padding: 5px 30px;
    position: relative;
	outline: none;
	height: 40px;
	margin-top: 10px;
}
.post-password-form input[type="password"] {
	border: 1px solid #eaeaea;
    font-size: 14px;
    padding: 10px 60px 10px 10px;
    width: 100%;
	outline: none;
	height: 40px;
}
.post-password-form input[type="submit"]:hover {
	background-color: transparent;
	color: #282830;
}

/* - Post Navigation */
.post-navigation {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
	width: 100%;
}
.post-navigation a {
	display: block;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	z-index: 2;	
}
.post-navigation .nav-previous .post-title {
	float: left;
}
.post-navigation .nav-next .post-title {
	float: right;
}
.post-navigation .post-title {
	font-size: 12px;
	line-height: 1.3333;
	color: #333;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
    max-width: 80%;	
	margin-top: 5px;
}
.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

/* - Contact Form */
.wpcf7-form {
	display: inline-block;
	width: 100%;
}
.wpcf7-form .form-group {
	margin-bottom: 30px;
}
.wpcf7-form .form-group.btn_submit {
	margin-bottom: 0;
}
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
.wpcf7-form .form-group label {
	font-size: 18px;
	color: #777777;
	font-weight: 400;
	letter-spacing: 0.72px;
	line-height: 24px;
}
.wpcf7-form  .wpcf7-form-control {
	border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    color: #181303;
    font-size: 11px;
    font-weight: 300;
    height: 40px;
    letter-spacing: 1.65px;
    outline: medium none;
    padding-left: 14px;
    padding-right: 14px;
	width: 100%;
}

/* - Contact Form Placeholder */
.wpcf7-form  .wpcf7-form-control::-webkit-input-placeholder {
   color: #181303;
   opacity: 1;
   text-transform: uppercase;
}
.wpcf7-form  .wpcf7-form-control:-moz-placeholder {
   color: #181303;
   opacity: 1;
   text-transform: uppercase;
}
.wpcf7-form  .wpcf7-form-control::-moz-placeholder {
   color: #181303;
   opacity: 1;
   text-transform: uppercase;
}
.wpcf7-form  .wpcf7-form-control:-ms-input-placeholder {
   color: #181303;
   opacity: 1;
   text-transform: uppercase;
}
.wpcf7-form  .wpcf7-form-control.wpcf7-textarea {
	padding: 15px;
	height: auto;
	width: 100%;
}
.wpcf7-form  .wpcf7-form-control.wpcf7-submit {
	background-color: #282830;
	border: 2px solid transparent;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 1.8px;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	width: auto;
}
.wpcf7-form  .wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent;
	border-color: #282830;
	color: #282830;
}

.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-validation-errors {
	float: left;
	border: 1px solid #232323;
	line-height: 24px;
}
.wpcf7-form div.wpcf7-mail-sent-ng {
	padding: 5px 15px;
	margin: 0 0 0 15px;	
}
.wpcf7-form span.wpcf7-not-valid-tip {
	margin-top: 0;
	line-height: 24px;
	margin-top: 5px;
	text-align: left;
}

/* - Pagination */
.pagination {
    display: inline-block;
    width: 100%;
	position: relative;
	border-radius: 0;
	margin-top: 0;
	text-align: center;
}
.pagination .nav-links .page-numbers {
	background-color: transparent;
    border-radius: 0;
    color: #282830;
    font-size: 15px;
	font-weight: 300;
	position: relative;
    text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;   
    line-height: 20px;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.pagination .nav-links .page-numbers.current{
	background-color: #fff;
	border-color: #fff;
	color: #282830;
}
.pagination .nav-links .page-numbers.current:hover {
	color: #282830;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus {
	background-color: #fff;
	color: #282830;
}

/* - Page Header */
.page-header,
.post-header {
	margin: 0;
	border: 0 none;	
}
.full-page-header {
	margin-bottom: 80px;
}
.page-heading {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-menuabsolute .page-heading {
    top: 60%;
}

/* - Page Links */
.entry-content .page-links-title {
	padding-right: 8px;
}
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title)  {
	background-color: #9bc03c;
	color: #fff;
}
.entry-content .page-links > a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	background-color: transparent;
	border: 1px solid #fff;
    border-radius: 0;
    color: #282830;
    font-size: 15px;
	font-weight: 300;
    letter-spacing: 0.52px;  
	position: relative;
    text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;   
    line-height: 20px;	
   -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.entry-content .page-links > a {
	background-color: transparent;
	border-color: #fff;
}
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title),
.entry-content .page-links a:focus,
.entry-content .page-links a:hover,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title):hover {
	background-color: #ccc;
	color: #282830;
}
.entry-content .page-links a:hover  {	
	color: #fff;
}
.entry-content p > a {
	color: #282830;
}

/* - SelectBox Dropdown Arrow Setting */
.select_box {
	position: relative;
}
.select_box::before {
	position: absolute;
	content: "\f107";
	font-family: "FontAwesome";
	width: 22px;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;	
}
.woocommerce select,
.widget select {
	width: 100%;
	padding: 0 25px 0 10px;
	height: 40px;
	max-width: 100%;
	border: 1px solid #ddd;
	background-color: transparent;
	box-shadow: none;
	-moz-appearance: none!important; 
	-webkit-appearance: none!important;
	cursor: pointer;
	position: relative;
	z-index: 2;
	color: #282830;
	border-radius: 0;
	outline: none;
}
.woocommerce select::-ms-expand,
.widget select::-ms-expand {
    display: none;
}
.woocommerce select option,
.widget select option,
.woocommerce select:active,
.widget select:active,
.woocommerce select:focus,
.widget select:focus {
	outline: none !important;
}
.widget select,
.woocommerce select option,
.widget select option {
	padding: 10px 12px;
	color: #282830;
}

article[class*="type-"].tag-sticky-2 a {
	color: #000;
}

/* Widget */
.widget ul {
	padding-left: 0;
	margin-bottom: 0;
}
.kc-elm.widget:not(.woocommerce) ul li,
.widget-area .widget:not(.woocommerce) ul li {
	list-style: none;
	margin-bottom: 16px;
}
.kc-elm.widget.widget.widget_add  ul  li,
.widget-area .widget.widget_add  ul  li,
.kc-elm.widget.widget.widget_pages  ul  li,
.widget-area .widget.widget_pages  ul  li,
.kc-elm.widget.widget_social ul li,
.widget-area .widget.widget_social ul li,
.kc-elm.widget.widget_nav_menu ul li,
.widget-area .widget.widget_nav_menu  ul li {
	margin-bottom: 0;
}

.kc-elm .widget.widget_social > ul > li,
.widget-area .widget.widget_social > ul > li { 
	margin-bottom: 0;
}
.kc-elm.widget.widget.widget_pages > ul > li a,
.widget-area .widget.widget.widget_pages > ul > li a{
	padding-bottom: 16px;
	display: inline-block;
}
.kc-elm.widget ul li:last-of-type,
.widget-area .widget ul li:last-of-type {
	margin-bottom: 0;
}
.widget.widget_recent_comments ul li:before, 
.kc-elm.widget:not(.woocommerce) ul li a:before,
.widget-area .widget:not(.woocommerce) ul li a:before {
	color: #282830;
	content: "\f1d9";
    font-family: FontAwesome;
	font-size: 10px;
	margin-right: 20px;	
}
.widget ul li a {
	color: #282830;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget ul li a:hover {
	color: #8a8a8a;
}

.widget_text .textwidget,
.widget_rss ul,
.widget_nav_menu ul,
.widget_breadcrumb_navxt .breadcrumbs,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_mc4wp_form_widget .mc4wp-form,
.widget_search .searchform,
.widget_breadcrumb_navxt .breadcrumbs 
.widget_archive  ul {
	background-color: #fff;
	padding: 27px 30px;
	border: 1px solid #e8e8e8
}
.widget_pages ul,
.widget_nav_menu ul {
	padding: 27px 30px 10px;
}
.widget_pages ul.children {
	border: none;
	padding: 0 0px;
}


/* - Widget Search */
.widget_search .searchform .btn.btn-default,
.widget_search .searchform  .form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	border-radius: 0;
}
.widget_search .searchform .btn.btn-default,
.widget_search .searchform  .form-control { 
	height: 40px;
}
.widget_search .searchform .btn.btn-default:focus,
.widget_search .searchform .btn.btn-default:hover {
	background-color: transparent;
}
.widget_search .searchform .input-group {
	border: 1px solid #eaeaea;
}
.widget_search .searchform  .form-control::-webkit-input-placeholder {
	color: #181303;
	opacity: 1;
}
.widget_search .searchform  .form-control:-moz-placeholder { 
	color: #181303;
	opacity: 1;
}
.widget_search .searchform  .form-control::-moz-placeholder {
	color: #181303;
	opacity: 1;
}
.widget_search .searchform  .form-control:-ms-input-placeholder {  
	color: #181303;
	opacity: 1;
}

/* Rss */
.widget_rss .widget-title .rsswidget {
	color: #282830;
	font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2.4px;
    line-height: 26px;
	text-decoration: none;
}

.widget_advertisment p {
	margin-top: 15px;
}

/* Recent Comments */
.widget-area .widget.widget_about ul li a:before,
.kc-elm.widget.widget_about ul li a:before,
.kc-elm.widget.widget_recent_comments ul li a:before,
.kc-elm.widget.widget_social ul li a:before,
.kc-elm.widget.widget_add ul li a:before,
.kc-elm.widget.widget_instagram ul li a:before,
.widget-area .widget.widget_add ul li a:before,
.widget-area .widget.widget_social ul li a:before,
.widget-area .widget.widget_instagram ul li a:before,
.widget-area .widget.widget_recent_comments ul li a:before {
	content: "";
	margin-right: 0;
	display: none;
}
.widget.widget_recent_comments ul li span {
	color: #282830;
	text-transform: uppercase;
} 

/* Widget Archive */
.kc-elm .widget .select_box,
.widget-area .widget .select_box {
	background-color: #fff;
}
/* Widget Breadcrumb Navxt */
.widget_breadcrumb_navxt .breadcrumbs a > span  {
	color: #282830;
}
.widget_breadcrumb_navxt .breadcrumbs a:hover {
	text-decoration: none;
}
.widget_breadcrumb_navxt .breadcrumbs a:hover span {
	color: #919191;
}

/* Widget Nav Menu */
.widget.widget_nav_menu ul li {
	margin-bottom: 0;
}
.widget_nav_menu ul.sub-menu {
	padding: 0px 0px;
	border: none;
}
.widget.widget_nav_menu ul li a { 
	padding-bottom: 16px;
	display: inline-block;
	width: 100%;
}

/* - Widget: Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
	border: none;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
	margin-bottom: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2;
    text-align: center;
    padding: 5px;
	border: none;
	color: #282830;
}
.widget_calendar caption {
    border-bottom: 1px solid #eaeaea;
    color: #282830;
   text-align: center;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin: 0 0 15px;
    padding-bottom: 9px;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    color: #000;
	text-decoration: none;
}
.widget_calendar tbody #today a {
	color: #fff;
}

.widget_calendar #next,
.widget_calendar #prev {
	color: #000;	
	padding: 5px 0;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	border: 1px solid #eaeaea;
	color: #282830;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 5px 15px;
	text-decoration: none;
	margin-left: 0;
	margin-right: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	position: relative;
	top: 0px;
}
.widget_calendar #next a:hover,
.widget_calendar #prev  a:hover {
	color: #8a8a8a;
	border-color: #eaeaea;
}

/* MailChimp Widget */
.widget_mc4wp_form_widget .mc4wp-form p label {
	display: block;
	text-align: center;
	color: #282830;
	font-family: "Montserrat",sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	padding-bottom: 15px;
}
.widget_mc4wp_form_widget .mc4wp-form p {
	margin-bottom: 0;
}
.widget_mc4wp_form_widget .mc4wp-form  input[type="text"],
.widget_mc4wp_form_widget .mc4wp-form  input[type="email"] {
	background-color: #f4f4f4;
	border: none;
	border-radius: 0;
	color: #181303;
	font-size: 12px;
	height: 36px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}
.widget_mc4wp_form_widget .mc4wp-form  input[type="submit"] {
	background-color: #282830;
	border: 2px solid transparent;
	border-radius: 0;
	color: #fff;
	width: 100%;
	font-size: 12px;
	border-radius: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.widget_mc4wp_form_widget .mc4wp-form  input[type="submit"]:hover {
	background-color: transparent;
	border-color: #282830;
	color: #282830;
}

.widget_mc4wp_form_widget .mc4wp-form  input::-webkit-input-placeholder {
	color: #181303;
	opacity: 1;
}
.widget_mc4wp_form_widget .mc4wp-form  input:-moz-placeholder { 
	color: #181303;
	opacity: 1;
}
.widget_mc4wp_form_widget .mc4wp-form  input::-moz-placeholder {
	color: #181303;
	opacity: 1;
}
.widget_mc4wp_form_widget .mc4wp-form  input:-ms-input-placeholder {  
	color: #181303;
	opacity: 1;
}

/* - Widget : Twitter */
.kc-elm.widget_twitter .tweet-post,
.widget-area .widget_twitter .tweet-post {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	display: inline-block;
	padding: 30px 20px 30px 30px;
	width: 100%;	
}

.kc-elm.widget_twitter .twitter-description,
.widget-area  .widget_twitter .twitter-description {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.kc-elm.widget_twitter .twitter-description:last-of-type,
.widget-area  .widget_twitter .twitter-description:last-of-type {
	margin-bottom: 0;
}
.kc-elm.widget_twitter .tweet-box  p,
.widget-area  .widget_twitter .tweet-box  p {
	color: #181303;
    hyphens: auto;
    letter-spacing: 1.4px;
    line-height: 26px;
    margin-bottom: 0;
	display: inline-block;
}
.kc-elm.widget_twitter .tweet-box  a,
.widget-area  .widget_twitter .tweet-box  a {
	color: #181303;
	font-style: italic;
	text-decoration: none;
	padding-right: 3px;
}
.kc-elm.widget_twitter .tweet-box > p > a,
.widget-area  .widget_twitter .tweet-box > p > a {
	font-style: italic;
	text-decoration: none;
}
.kc-elm.widget_twitter .tweet-box  a:hover,
.widget-area .widget_twitter .tweet-box  a:hover {
	color: #919191;
}
.kc-elm .widget_twitter .tweet-box span,
.widget-area  .widget_twitter .tweet-box span {
	color: #181303;
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 18px;
}

/* - Widget : Instagram */
.kc-elm.widget_instagram > ul,
.widget-area .widget_instagram > ul {
	background-color:#fff;
	padding: 30px 10px 20px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.kc-elm.widget_instagram > ul > li,
.widget-area .widget_instagram > ul > li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	max-width: 90px;
	list-style: none;
}
.kc-elm.widget_instagram  ul  li a:before,
.widget-area .widget_instagram  ul  li a:before {
	content: "";
	margin-right: 0;
}
.kc-elm.widget_instagram > ul > li:nth-child(3n+3),
.widget-area .widget_instagram > ul > li:nth-child(3n+3) {
	margin-right: 0;
}
.kc-elm.widget_instagram  p,
.widget-area .widget_instagram  p {
	color: #282830;
	margin-bottom: 0;
	margin-top: 10px;
}
.kc-elm.widget_instagram  p a,
.widget-area .widget_instagram  p a {
	color: #282830;
	text-decoration: none;
	padding-left: 5px;
}
.kc-elm.widget_instagram  p a:focus,
.widget-area .widget_instagram  p a:focus,
.kc-elm.widget_instagram  p a:hover,
.widget-area .widget_instagram  p a:hover {
	color: #919191;
	text-decoration: none;
}
.widget.widget_add ul li a:before {
	content: "";
	margin-right: 0;
}

/* Logo Content */
.kc-elm.widget.widget_instagram ul li,
.widget-area .widget.widget_instagram ul li {
	margin-bottom: 10px;
}
.kc-elm.widget.widget_categories ul li,
.widget-area .widget.widget_categories ul li,
.kc-elm.widget_about .about-content-block ul li,
.widget-area .widget_about .about-content-block ul li {
	margin-bottom: 0;	
}
.kc-elm.widget_about .about-content-block,
.widget-area .widget_about .about-content-block {
	background-color: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 30px 20px;
}
.kc-elm.widget_about .about-content-block > a,
.widget-area .widget_about .about-content-block > a {
	display: block;
	margin-bottom: 35px;
}
.kc-elm.widget_about .about-content-block p,
.widget-area .widget_about .about-content-block p {
	color: #000;
    font-weight: 300;
    hyphens: auto;
    letter-spacing: 1.4px;
    line-height: 24px;
}

/* - Text */
.textwidget option {
	max-width: 175px;
}
.widget_text .textwidget {
	line-height: 26px;
}

.widget ul li {
	list-style: none;
}
/* Footer Widget */
.footer-main .widget_text .textwidget,
.footer-main .widget_rss ul,
.footer-main .widget_breadcrumb_navxt .breadcrumbs,
.footer-main .widget_archive ul,
.footer-main .widget_categories > ul,
.footer-main .widget_nav_menu ul,
.footer-main .widget_pages ul,
.footer-main .widget_recent_comments ul,
.footer-main .widget_meta ul,
.footer-main .widget_recent_entries ul,
.footer-main .widget_mc4wp_form_widget .mc4wp-form,
.footer-main .widget_search .searchform,
.footer-main .widget_breadcrumb_navxt .breadcrumbs .widget_archive ul {
	background-color: transparent;
	padding: 0;
	border: 0 none;
	border: none;
}
.footer-main  .widget_search .searchform .btn.btn-default:focus,
.footer-main  .widget_search .searchform .btn.btn-default:hover {
	background-color: #fff;
}
.footer-main .wp-caption-text,
.footer-main .widget_text .textwidget,
.footer-main .widget_rss ul li,
.footer-main .widget_rss .widget-title .rsswidget,
.footer-main .widget ul li a {
	color: #fff;
}
.footer-main .widget ul li a:hover {
	color: #d9d9d9;
}
.footer-main .widget ul li a:before {
	content: "";
	margin-right: 0;
}
.footer-main .widget_calendar tbody a,
.footer-main .widget select,
.footer-main .widget_calendar #next a,
.footer-main .widget_calendar #prev a,
.footer-main .widget_calendar #next,
.footer-main .widget_calendar #prev,
.footer-main .widget_calendar caption,
.footer-main .widget_calendar td, .widget_calendar th {
	color: #fff;
}

.footer-main .widget_calendar tbody a {
	color: #fff;
}
.footer-main .widget_calendar tbody #today {
	background-color: #fff;
	color: #282830;
}
.footer-main .woocommerce select option,
.footer-main .widget select option,
.footer-main .widget_calendar tbody #today a {
	color: #282830;
}
.footer-main  .widget_breadcrumb_navxt a span,
.footer-main  .widget_breadcrumb_navxt .breadcrumbs {
	color: #fff;
}
.footer-main  .widget_breadcrumb_navxt a:hover span {
	color: #d9d9d9;
}
.footer-main .widget.widget_recent_comments ul li,
.footer-main .widget.widget_recent_comments ul li span {
	color: #fff;
}
.footer-main .widget.widget_recent_comments ul li:before {
	content: "";
	margin-right: 0;
}
.footer-main  .widget:not(.woocommerce) ul li a {
	padding-bottom: 16px;
	display: inline-block;
}
.footer-main .widget.widget.widget_add ul li a,
.footer-main .widget.widget.widget_instagram ul li a,
.footer-main .widget.widget.widget_social ul li a,
.footer-main .widget.widget.widget_about ul li a {
	padding-bottom: 0;
}

.footer-main .widget.widget.widget_social ul li,
.footer-main .widget.widget.widget_about ul li,
.footer-main .widget.widget_nav_menu ul li {
	margin-bottom: 0px;
}
.footer-main .widget_about ul li {
	margin-bottom: 0;
}
.footer-main  .widget_mc4wp_form_widget .mc4wp-form input[type="submit"] {
	background-color: #fff;
	color: #282830;
	border-color: #fff;
}
.footer-main  .widget_mc4wp_form_widget .mc4wp-form input[type="submit"]:hover { 
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.footer-main  .widget_categories select,
.footer-main  .widget_archive select {
	background-color: transparent;
}
.footer-main .widget_tag_cloud .tagcloud a {
	background-color: transparent;
	border: 1px solid #e8e8e8;
	color: #d9d9d9;
	display: inline-block;
	font-size: 14px !important;
	letter-spacing: 1.2px;
	padding: 6px 10px;
	text-transform: uppercase;
	margin: 0 5px 10px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .widget_tag_cloud .tagcloud a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #282830;
}
.widget_mc4wp_form_widget .mc4wp-alert.mc4wp-error  {
	margin-top: 10px;
}
.footer-main .widget_mc4wp_form_widget .mc4wp-alert.mc4wp-error  {
	color: #fff;
}
.footer-main .widget ul li,
.footer-main .widget_advertisment p {
	color: #fff;
}
.footer-main .widget_aboutme .aboutme-content {
	padding: 35px 20px;
}
.footer-main .widget_aboutme .aboutme-content p {
	color: #fff;
}
.footer-main .widget_recent_comments ul li {
	margin-bottom: 16px;
}
.top-footer .widget-title {
	line-height: 25px;
}
/* - Post Format */
[class*="type-"].format-gallery .carousel-control {
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	font-weight: 400;
	opacity: 1;	
	text-shadow: none;
	text-align: center;	
	color: #000;
	border: 1px solid #000;
}
[class*="type-"].format-gallery .carousel-control::before {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
[class*="type-"].format-gallery .carousel-control span {
	position: relative;
	z-index: 2;
}

/* - Entry Content */
article[class*="type-"] {
	position: relative;
}
article[class*="type-"]:last-of-type .or-spacer {
	display: none;
}
.no-post-thumbnail .entry-cover .sticky-post {
	right: 0;
}
.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 0;
	z-index: 3;
}
.has-post-thumbnail .sticky-post {
	right: 45px;
}
blockquote cite a {
	color: #fff;
}
blockquote cite a:hover {
	color: #8a8a8a;
}
article.format-audio .entry-title,
article.format-video .entry-title,
article.format-gallery .entry-title,
article.has-post-thumbnail .entry-title {
	margin-top: 20px;
}
.no-post-thumbnail .post-detail {
	bottom: auto;
	left: auto;
	margin-bottom: 15px;
	position: relative;
}
.no-post-thumbnail .post-excerpt {
	padding: 20px 0 0;
}

/* PageBanner */
.page-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 190px;
    position: relative;
    text-align: center;
	z-index: 1;
}
.page-banner::before {
	background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}
.page-banner .page-banner-content {
	text-align: center;
	display: inline-block;
	width: 100%;
	position: absolute;	
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.page-banner .page-banner-content.banner-left {
	text-align: left;
}	
.page-banner .page-banner-content h3 {
	color: #282830;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2.5px;
	line-height: 34px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
	max-height: 95px;
	overflow: hidden;
}
.page-banner .page-banner-content h3 span {
	color: #282830;
}
.page-banner .breadcrumb {
	font-size: 0;	
}
.page-banner .breadcrumb {
	background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
	color: #fff;
	margin-top: 11px;
	max-height: 50px;
	overflow: hidden;
}
.page-banner .page-banner-content .breadcrumb span,
.page-banner .page-banner-content .breadcrumb  a {
	font-size: 14px;
	letter-spacing: 1.4px;
    text-transform: capitalize;
	text-decoration: none;
	color: #282830;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.page-banner  .breadcrumb > span:after {
	color: #ccc;
    content: "/ ";
    padding: 0 3px 0 7px;
} 

.page-banner .breadcrumb > span:last-of-type:after {
	content: "	";
}
.page-banner .breadcrumb a:hover span {
	color: #282830;
}

/* Search Page */
.page-header  {
	padding-bottom: 0;
}
.page-header .page-title {
	margin-top: 0;
}
.search .content-area .page_search  {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
	border: 1px solid #e8e8e8;
}
.search .content-area .page_search .searchform {
	border: 1px solid #eaeaea;
}
.search .content-area .page_search .btn-default,
.search .content-area .page_search .form-control {
	border: 0 none;
	outline: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	height: 40px;
}
.search .content-area .page_search .btn-default:active,
.search .content-area .page_search .btn-default:focus,
.search .content-area .page_search .btn-default:hover {
	background-color: transparent;
	border-color: transparent;
}

/* king Composer */
.kc-blog-posts  .item .post-details .post-title-alt a,
.list-post-type.list-post .list-item h3 a,
.kc_accordion_section .kc_accordion_header > a,
.kc-owl-post-carousel .post-content .title a {
	color: #282830;
	font-family: "Montserrat",sans-serif;
	font-weight: 300;
}
.kc-blog-posts  .item .post-details .post-title-alt a:hover,
.list-post-type.list-post .list-item h3 a:hover,
.kc_accordion_section .kc_accordion_header > a,
.kc-owl-post-carousel .post-content .title a:hover {
	color: #939393;
}
.kc-owl-post-carousel .post-content .kc-read-more {
	float: none;
	margin: 0 auto;
}
.kc-owl-post-carousel .list-item .in-post-content,
.list-post-type.list-post .list-item .text {
	color: #181303;
    font-weight: 300;
    hyphens: auto;
    letter-spacing: 1.4px;
    line-height: 26px;
}

.kc-blog-posts  .item .post-details .post-date {
	color: #333;
}
.kc-blog-posts  .item .post-details .post-date  .post-cats,
.kc-blog-posts  .item .post-details .post-date  .kc-post-author {
	border-color: #333; 
}
/*----------------------------------------------------
	## Responsive
------------------------------------------------------*/

/* - Min Width: 782 */
@media (max-width: 782px) {
	
	/* - AdminBar */ 
	body.admin-bar .navbar-fixed-top {
		margin-top: 46px;
	}
}

/* - Max Width: 991 */
@media (max-width: 991px) {
	.menu-block-2 .menu-setting-info,
	.menu-block-1 .menu-setting-info {
		text-align: center;
	}
	.comment-list .children {
		padding-left: 10px;
	}
	.comment-list .children .children {
		padding-left: 10px;
	}
	
	.breadcrumb {
		padding: 5px 15px;
		text-align: center;
		width: 100%;
		margin: 0;
		float: left;
	}
	.widget_calendar #next a, 
	.widget_calendar #prev a {
		padding: 5px 10px;
		margin-left: 6px;
		margin-right: 6px;
	}
	.comments-area .comment-form-author,
	.comments-area .comment-form-email {
		padding-right: 0;
	}
}

/* - Min Width: 768 */
@media (min-width: 768px) {	
	
	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
	}	
	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
	}
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.widget_calendar #next a, 
	.widget_calendar #prev a {
		padding: 5px 10px;
	}
	.footer-main .widget_add .add-block > ul > li  img{
		max-width: 100px;
		max-height: 100px;
	}
	.kc-elm.widget_instagram > ul > li:nth-child(3n+3),
	.widget-area .widget_instagram > ul > li:nth-child(3n+3) {
		margin-right: 7px;
	}
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.site-main .content-left {
		padding-right: 15px;
	}
	.site-main .content-right {
		padding-left: 15px;
	}
	
	.page-banner .container {
		max-width: 750px;
	}
	.kc-elm.widget_instagram  ul li,
	.widget-area .widget_instagram ul  li {
		max-width: 75px;
	}
	.kc-elm.widget_instagram  ul li a,
	.widget-area .widget_instagram ul  li a {
		display: inline-block;
	}
}

/* - Min Width: 320 to Max Width: 600 */
@media only screen and (min-width: 320px) and (max-width: 600px) {
	
	body.admin-bar .navbar-fixed-top {
		margin-top: 0;
	}
}

/* - Max Width: 767 */
@media (max-width: 767px) {
	
	/* - Post Formats */
	.page-banner .page-banner-content h3 {
		font-size: 22px;
	}
	.kc-elm.widget_instagram > ul > li:nth-child(3n+3),
	.widget-area .widget_instagram > ul > li:nth-child(3n+3) {
		margin-right: 7px;
	}
	.widget_add .add-block > ul > li {
		width: 25%;
	}
	.widget-area .widget_add .add-block > ul > li:nth-child(4n+1) {
		clear: both;
	}
	.footer-main .widget_add .add-block > ul > li {
		width: 50%;
	}
}

/* - Max Width: 479 */
@media (max-width: 479px) {
	.comment-list {
		padding-left: 15px;
		padding-right: 15px;
	}
	.comment-list .children,
	.comment-list .children .children {
		padding-left: 5px;
	}
	.comment-author .avatar {
		max-width: 70px;
	}
	.comment-body {
		padding-left: 90px;
	}
	.pagination .nav-links .page-numbers {
		padding: 5px 10px; 
	}
	.comment-reply-title small a {
		width: 100%;
		display: inline-block;
		float: none;
		margin-left: 0;
	}
	.widget_add .add-block > ul > li {
		width: 50%;
	}
}