/*
	[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
- - - - - - - - - - - - - - - - - - - - */
.mfp-gallery,
.owl-carousel,
.rev_slider {
	direction: ltr;
}

.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: 40px 0 30px;
	text-align: right;
}
.menu-block.navbar-fixed-top .menu-setting-info {
	margin: 15px 0;
	text-align: center;
}

.menu-setting-info a {
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
}
.menu-setting-info a:hover {
	color: #ccc;
}

/*  ## 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;
}

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;
}
[class*="type-"] .entry-cover iframe {
	background-color: #000;
}
.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-list .pingback .comment-body {
	padding: 0;
}
.comment-body .edit-link a {
	color: #44bbff;
}
.comment-body a.url {
	color: #565656;
	text-decoration: none;
}
.comment-author .says{
	display: none;
}
.no-comments {
	margin-bottom: 0;
}	
.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;
}
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 .comment-body {
    min-height: 1px;
}

.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: #44bbff;	
	border: 1px solid #44bbff;
    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;
}

/* - Pagination */
.pagination {
    display: inline-block;
    width: 100%;
	position: relative;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 68px;
	text-align: center;
	direction: ltr;
}
.pagination .nav-links .page-numbers {
	background-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 16px;
	font-weight: bold;
	position: relative;
    text-align: center;
	padding: 5px 15px;
	margin: 0 5px 10px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;   
    line-height: 18px;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    border: 1px solid transparent;
	border-radius: 10px;
}
.pagination .nav-links .page-numbers.current{
	background-color: transparent;
	color: #44bbff;
	border-color: #44bbff;
}
.pagination .nav-links .page-numbers.current:hover {
	color: #44bbff;
}
.pagination .nav-links .page-numbers:hover {
	background-color: transparent;
	color: #44bbff;
	border-color: #44bbff;
}

/* - 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-radius: 0;
    color: #000;
    font-size: 16px;
	font-weight: bold;
	position: relative;
    text-align: center;
	padding: 5px 15px;
	margin: 0 5px 5px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;   
    line-height: 18px;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    border: 1px solid transparent;
	border-radius: 10px;
}
.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: transparent;
    border-color: #44bbff;
    color: #44bbff;
}
.entry-content p > a {
	color: #494949;
}

/* - 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: #44bbff;
	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: #565656;
	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: 0 none !important;
}
.widget select,
.woocommerce select option,
.widget select option {
	padding: 10px 28px 10px 12px;
	color: #565656;
}
select:-moz-focusring { 
	color: transparent;
    text-shadow: 0 0 0 #000;
}
.widget select option {
	width: 340px;
}
.top-footer .widget select option {
	width: 244px;
}

article[class*="type-"].tag-sticky-2 a {
	color: #000;
}

/* - 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: left;
    padding: 5px;
	border: none;
	color: #282830;
}
.widget_calendar tfoot td#next {
	text-align: right;
}
.widget_calendar caption {
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.widget_calendar tbody a {
    color: #000;
	text-decoration: none;
}
.widget_calendar tbody #today,
.widget_calendar tbody #today a {
	color: #44bbff;
}

.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;
}

/* - 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;
}
article.sticky[class*="type-"] .entry-title {
    margin-top: 10px;
}
.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	z-index: 3;
}
blockquote cite a {
	color: #fff;
}
blockquote cite a:hover {
	color: #8a8a8a;
}
/* Search Page */
.page-header  {
	padding-bottom: 0;
}
.page-header .page-title {
	margin-top: 0;
}
.search .content-area .searchform .input-group {
	border: 2px solid #d1d3d1;
	border-radius: 20px;
}
.search .content-area .page_search .btn-default {
	background-color: transparent;
    border: 0 none;
    box-shadow: none;
    color: #d1d3d1;
    font-size: 20px;
    outline: none;
    padding-right: 15px;
}
.search .content-area .page_search .form-control {
	background-color: transparent;
    border: 0 none;
    box-shadow: none;
    color: #565656;
    font-size: 14px;
    height: auto;
    letter-spacing: 0.35px;
    line-height: 25px;
    padding: 8px 25px;
}
.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;
}

/*----------------------------------------------------
	## Responsive
------------------------------------------------------*/

/* - Min Width: 782 */
@media (max-width: 782px) {
	
	/* - AdminBar */ 
	body.admin-bar .navbar-fixed-top {
		margin-top: 46px;
	}
}

/* - 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: 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;
	}
}

/* - 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;
	}
}