/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../themes/responsiv-clean/assets/css/libs/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*=========================================================================

1. Reset CSS
2. Typography
3. Header
    3.1 Header Fixed
    3.2 Logo & Slogan
4. Featured Slider
5. Posts
    + 5.1. Layout Standard
    + 5.2. Layout List
    + 5.3. Layout Grid
    + 5.4. Single
    + 5.5. Page, Contact, 404
6. Footer
7. Sidebar
8. Widgets
9. Preloader

=========================================================================*/

.clear {
    display:block;
    clear:both;
}
/* 1. Reset CSS */
img, legend {
	border: 0;
}

legend, td, th {
	padding: 0;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, optgroup, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre, textarea {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
input,
textarea,
button,
select {
	outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none !important;
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #585858;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #585858;
}

/* 2. Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	color: #585858;
	letter-spacing: 0.1em;
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a {
	color: inherit;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 26px;
}

h4, .h4 {
	font-size: 22px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 14px;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #42b6e3;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

code, kbd, pre, samp {
	font-family: "Lato", serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

code {
	background-color: #eee;
	letter-spacing: 0.015em;
}

abbr {
	background-color: #A1D71A;
	color: #222222;
	border-width: 2px;
}

mark, .mark {
	color: #fff;
	background-color: #42b6e3;
}

dfn {
	border-bottom: 1px dashed;
}

cite {
	font-style: normal;
}

blockquote {
	font-size: 14px;
	border: 0;
	padding: 10px 0;
	margin: 0;
	font-style: italic;
	color: #6a6a6a;
	letter-spacing: 0.04em;
	overflow: hidden;
}

blockquote p {
	margin-bottom: 5px;
}

blockquote:before {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	background-color: #565656;
	margin-bottom: 18px;
}

blockquote footer, blockquote cite {
	font-size: 12px;
	float: right;
	letter-spacing: 0.08em;
	color: #565656;
}

blockquote footer:before, blockquote cite:before {
	content: '~ ';
}

blockquote footer:after, blockquote cite:after {
	content: ' ~';
}

pre {
	line-height: 1.8em;
	padding: 15px;
	border: 1px solid #E4E4E4;
	font-style: italic;
	overflow: hidden;
	white-space: normal;
	background-color: #f6f6f6;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

::-moz-selection {
	color: #fff;
	background-color: #42b6e3;
}

::selection {
	color: #fff;
	background-color: #000;
}

iframe {
	border: 0;
	max-width: 100%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Lato", serif;
	font-size: 14px;
	background: #f8f8f8;
	color: #666;
	line-height: 1.8em;
	overflow-x: hidden;
}

.kd-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.kd-row {
	margin-left: -15px;
	margin-right: -15px;
}

.kd-col {
	padding-left: 15px;
	padding-right: 15px;
}

.kd-container:after,
.kd-row:after,
.kd-col:after,
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"], select, textarea {
	height: 40px;
	width: 100%;
	border: 1px solid #eeeeee;
	padding: 0 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[name="post_password"] {
	width: 50%;
	max-width: 250px;
}

@media screen and (min-width: 600px) {
	.kd-container {
		max-width: 500px;
	}
}

@media screen and (min-width: 767px) {
	.kd-container {
		max-width: 700px;
	}
}

@media screen and (min-width: 990px) {
	.kd-container {
		max-width: 800px;
	}
}

@media screen and (min-width: 991px) {
	.kd-container {
		max-width: 960px;
	}
}

@media screen and (min-width: 1230px) {
	.kd-container {
		max-width: 1200px;
	}
}

/* 3. Header */
.main-wrap {
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}

.main-wrap:before {
	content: '';
	display: block;
	height: 50px;
}

header {
	position: relative;
}

/* 3.1 Header Fixed */

.fixed-nav {
    
}
.header {
	height: 50px;
	box-shadow: 0 0 5px #ccc;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}

.header-small {
	width: 50px;
	height: 50px;
	float: left;
	padding: 15px;
	border-right: 1px solid #eee;
	/*box-shadow: 2px 0 5px -2px rgba(0,0,0,0.5);*/
}

.header-small ul {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}

.header-small li {
	width: 20px;
	height: 2px;
	background: #222;
	margin: 3px 0;
}

.header-small li:first-child {
	width: 10px;
}

.header-small li:nth-child(4n+2) {
	width: 16px;
}

.header-small li:nth-child(4n+3) {
	width: 13px;
}

.header-right {
	position: relative;
	float: right;
	line-height: 50px;
	color: #222222;
	padding: 0;
	font-size: 15px;
}

.header-right:after {
	content: '';
	clear: both;
}

.top-social-icons {
	float: left;
	display: inline-block;
}

.top-social-icons a {
	margin-right: 10px;
}

.top-social-icons a:last-child {
	margin-right: 5px;
}
.kd-btn-search {
	width: 1em;
	display: inline-block;
}
.kd-btn-search.active i:before {
	content: '\f00d';
}
.top-search {
	float: left;
}

.top-search input[type="search"] {
	padding-left: 20px;
	border: none;
	max-width: 125px;
	font-style: italic;
}

.search-submit {
	color: #787878;
	font-family: 'FontAwesome';
	background-color: transparent;
	border: 0;
	height: 100%;
}

.box-search {
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transition: visibility 0.5s, opacity 0.5s;
	transition: visibility 0.5s, opacity 0.5s;
	visibility: hidden;
	opacity: 0;
}

.box-search.active {
	visibility: visible;
	opacity: 1;
}

.box-search input[type="search"] {
	margin: 0;
	width: 250px;
	max-width: none;
	height: 50px;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.navigation {
	float: left;
}

.navigation-small {
	display: none;
}

.menu-expand {
	display: none;
}

.menu-list {
	position: relative
}

.menu-list:after {
	content: '';
	display: block;
	clear: both;
}

.menu-list, .sub-menu {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Lato", serif;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
	letter-spacing: 1px;
}

.sub-menu {
	position: absolute;
	background-color: #fff;
	border: 1px solid #e7e7e9;
	width: 250px;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	letter-spacing: 2px;
}

.sub-menu .sub-menu {
	top: -2px;
	left: calc(100% + 1px);
}

.menu-list li {
	position: relative;
	display: inline-block;
}

.sub-menu li {
	display: block;
	border: 1px solid #f9f9f9;
}

.menu-list li a {
	line-height: 50px;
	margin: 0 15px;
	font-size: 12px;
}

.sub-menu li a {
	line-height: 40px;
	margin: 0 26px;
	font-size: 10px;
}

.menu-list > li:first-child {
	margin-left: 14px;
}

.menu-item:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
 .wrap-logo {
    padding-bottom: 20px;
    width: 900px;
    margin: 0 auto;
	text-align: center;
	background: #f8f8f8;
}  

/* 3.2 Logo & Slogan */
@media screen and (max-width:900px) {
  .wrap-logo {
    width: 100%;
  }   
}


.wrap-logo .logo {
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', serif;
}

.wrap-logo a {
	font-size: 90px;
}
.wrap-logo a:hover {
	color: inherit;
}

.wrap-logo .slogan {
	margin: 0;
	padding: 0;
}

.wrap-logo span {
	color: #42b6e3;
}

@media screen and (max-width: 990px) {
	.navigation {
		display: none;
	}

	.navigation-small {
		display: block;
		float: none;
		background-color: #ffffff;
		margin-bottom: 30px;
	}

	.menu-list {
		text-align: left;
		padding: 10px 30px;
		font-size: 12px;
	}

	.menu-list li {
		display: block;
	}

	.menu-list > li:first-child {
		margin-left: 0;
	}

	.menu-list li a {
		display: block;
		margin: 0;
		line-height: 40px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.menu-list > li:last-child a {
		border-bottom: none;
	}

	.sub-menu {
		position: relative;
		background-color: transparent;
		border: none;
		width: auto;
		display: none;
		visibility: visible;
		opacity: 1;
		font-size: 10px;
		padding-left: 20px;
	}

	.menu-item-has-children > a {
		position: relative;
	}

	.menu-expand {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		text-align: center;
	}

	.menu-expand:before {
		content: '\f105';
		font-family: FontAwesome;
	}

	.active > a .menu-expand:before {
		content: '\f107';
	}

	.sub-menu li {
		border: none;
	}

	.sub-menu .sub-menu {
		top: 0;
		left: 0;
	}

}

@media screen and (max-width: 600px) {
	.wrap-logo a {
		font-size: 60px;
	}

	.wrap-logo .slogan {
		font-size: 14px;
		font-weight: bold;
	}
}

/* 4. Featured Slider */
.featured-slider {
	position: relative;
	z-index: 9;
	background-color: #eee;
	margin-top: 50px;
	margin-bottom: 75px;
}

.featured-slider .item {
	position: relative;
	opacity: 0;
}

.featured-slider .owl-wrapper-outer .item {
	display: block;
	opacity: 1;
}

.featured-slider .item .image {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	padding-top: 75%;
	background-size: cover;
}

.image img {
	display: none;
}

.featured-slider .content {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
	text-align: center;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured-slider .content:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-cat {
	text-align: center;
	margin-bottom: 10px;
}

.post-cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-cat li {
	display: inline-block;
	margin-right: 5px;
}

.post-cat li:last-child {
	margin-right: 0;
}

.post-cat a {
	background: #42b6e3;
	color: #ffffff;
	display: inline-block;
	padding: 2px 20px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: 700;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

.post-cat a:hover {
	color: #ffffff;
}

.title {
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	font-size: 24px;
	color: #444;
	font-weight: 700;
}

.featured-slider .title {
	font-size: 16px;
	line-height: 1.6em;
	color: #ffffff;
}

/* 5. Posts */
.post .wp-caption {
	display: inline-block;
}

.post .wp-caption,
.post .wp-caption img {
	max-width: 100%;
}

.post .wp-caption a {
	display: block;
}

.post .wp-caption img {
	position: relative;
	margin-bottom: 10px;
	top: 5px;
	width: 100% !important;
}

.post .wp-caption .wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #7d7d7d;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.textwidget > p,
.textwidget > .wp-caption {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}

.textwidget > .wp-caption .wp-caption-text {
	display: block;
	font-style: italic;
	text-align: center;
	padding: 15px 10px 5px 10px;
	font-size: 12px;
	margin-bottom: 0;
}

.post.sticky:after {
	content: '';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	padding: 2px;
	color: #42b6e3;
	font-size: 20px;
	top: 20px;
	left: 60px;
	z-index: 9;
	pointer-events: none;
}

.post .gallery {
	margin-left: -10px !important;
	margin-right: -10px !important;
	overflow: hidden;
}

.post .gallery .gallery-item {
	position: relative;
	padding: 10px;
	margin: 0 !important;
}

.post .gallery-columns-1 .gallery-item {
	width: 100% !important;
}

.post .gallery-columns-2 .gallery-item {
	width: 25% !important;
}

.post .gallery-columns-3 .gallery-item {
	width: 33.3333333333% !important;
}

.post .gallery-columns-4 .gallery-item {
	width: 25% !important;
}

.post .gallery-columns-5 .gallery-item {
	width: 20% !important;
}

.post .gallery-columns-6 .gallery-item {
	width: 16.6666667% !important;
}

.post .gallery-columns-7 .gallery-item {
	width: 14.2857143% !important;
}

.post .gallery-columns-8 .gallery-item {
	width: 12.5% !important;
}

.post .gallery-columns-9 .gallery-item {
	width: 11.1111111111% !important;
}

.post .gallery br {
	display: none;
}

.post .gallery .gallery-caption {
	position: absolute;
	padding: 10px 5px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	pointer-events: none;
}

.post .gallery a {
	display: block;
}

.post .gallery a img {
	width: 100%;
	border: 0 !important;
}

.bypostauthor cite.fn:before {
	content: '';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.alignleft {
	float: left;
	margin-right: 30px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.the-excerpt table,
.comment table {
	background-color: transparent;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

.the-excerpt table th,
.comment table th {
	text-align: left;
}

.comment table a,
.the-excerpt table a {
	color: inherit;
}

.the-excerpt table > thead > tr > th,
.comment table > thead > tr > th,
.the-excerpt table > tbody > tr > th,
.comment table > tbody > tr > th,
.the-excerpt table > tfoot > tr > th,
.comment table > tfoot > tr > th,
.the-excerpt table > thead > tr > td,
.comment table > thead > tr > td,
.the-excerpt table > tbody > tr > td,
.comment table > tbody > tr > td,
.the-excerpt table > tfoot > tr > td,
.comment table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}

.the-excerpt table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}

.the-excerpt table > caption + thead > tr:first-child > th,
.the-excerpt table > colgroup + thead > tr:first-child > th,
.the-excerpt table > thead:first-child > tr:first-child > th,
.the-excerpt table > caption + thead > tr:first-child > td,
.the-excerpt table > colgroup + thead > tr:first-child > td,
.the-excerpt table > thead:first-child > tr:first-child > td {
	border-top: 0 none;
}

.the-excerpt table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.the-excerpt ul {
	list-style: inherit;
}

.post-password-form input[type=submit] {
	border: none;
	min-width: 100px;
	min-height: 40px;
	display: inline-block;
	padding: 0 25px;
	background-color: #42b6e3;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 2.5em;
	font-family: "PT Sans", serif;
	letter-spacing: 0.2em;
	color: #262626;
}

[data-sidebar="no-sidebar"] {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

[data-sidebar="left"] .wrapper-posts,
[data-sidebar="right"] .wrapper-posts {
	width: calc(100% - 330px);
}

[data-sidebar="left"] .wrapper-posts {
	float: right;
}

[data-sidebar="right"] .wrapper-posts {
	float: left;
}

.post {
	background: #ffffff;
	margin-bottom: 50px;
}

.blog-posts .post {
	margin-bottom: 50px;
	overflow: hidden;
}
.post-media {
	overflow: hidden;
}

.post-media > a > img {
	opacity: 1;
	webkit-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.post-media:hover > a > img {
	opacity: 0.8;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.post-content {
	padding: 45px 40px 20px 40px;
	text-align: left;
}

.page .post-content {
	padding-top: 35px;
}

.the-excerpt {
	text-align: left;
	letter-spacing: .4px;
	padding-bottom: 20px;
	overflow: hidden;
}

.post .post-cat {
	padding-bottom: 12px;
}

.post-detail {
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.post-detail :first-child:after {
	content: '/';
	margin-left: 5px;
	margin-right: 5px;
}

.post-detail :last-child:after {
	content: normal;
}

.read-more {
	margin: 20px auto 50px auto;
	color: #444;
	font-size: 12px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	padding: 6px 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.read-more a {
	font-family: 'Lato', serif;
	font-weight: 900;
}

.read-more:hover {
	color: #ffffff;
	background: #42b6e3;
	border-color: transparent;
}

.read-more:hover a {
	color: inherit;
}

.post-footer {
	font-size: 13px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: -40px;
	margin-right: -40px;
	box-shadow: 0 -5px 1px -5px rgba(0, 0, 0, 0.5);
}

.comment-count {
	display: inline-block;
	float: left;
	letter-spacing: 2px;
}

.comment-count:before {
	content: '\f0e5';
	font-family: 'FontAwesome';
}

.post-share-wrap {
	display: inline-block;
	float: right;
}

.post-share a {
	margin-right: 10px;
}

.post-share a:last-child {
	margin-right: 0;
}

.pagination-wrap {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 20px;
}

.pagination {
	margin: 0;
	padding: 20px 0 30px 0;
	padding-left: 1px;
	overflow: hidden;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	line-height: 50px;
	display: inline-block;
}

.pagination > li {
	display: inline;
	float: left;
	margin-left: -1px;
	background: #ffffff;
}

.pagination li a, .pagination li span {
	color: #000;
	border: 1px solid #e2e2e2;
	padding: 0 22px;
	display: inline-block;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span.current,
.pagination li span:hover {
	color: #42b6e3;
}

.kd-navigation {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 20px 0 30px 0;
}

.kd-navigation .new-post,
.kd-navigation .old-post {
	position: relative;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0 20px;
	float: left;
	letter-spacing: 0.1em;
	z-index: 9;
	color: #000;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.kd-navigation a:hover {
	color: #42b6e3;
}

.kd-navigation .old-post {
	float: right;
}

.kd-navigation .new-post:before {
	content: '\f104';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
}

.kd-navigation .old-post:after {
	content: '\f105';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: 5px;
}

/* 5.2 Layout List */
.post-list .post {
	margin-bottom: 30px;
}

.post-list .post-media {
	padding-right: 20px;
	width: 320px;
	height: 270px;
	margin-bottom: 0;
	float: left;
}

.post-list .post-media a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	webkit-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.post-list .post-media a img {
	display: none;
}

.post-list .post-content {
	padding: 20px;
	text-align: left;
}

.post-list .post-cat {
	text-align: left;
	margin-bottom: 0;
}

.post-list .title {
	font-size: 20px;
	line-height: 1.6em;
	padding-top: 0;
}

.post-list .the-excerpt {
	padding-bottom: 0;
}

/* 5.3 Layout Grid */
.blog-grids {
	margin-left: -15px;
	margin-right: -15px;
}

.blog-grids:after {
	content: '';
	display: block;
	clear: both;
}

.post-grid {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.post-grid .post-content {
	padding: 35px 20px 15px 20px;
	min-height: 480px;
}

.post-grid .read-more {
	margin-top: 10px;
	margin-bottom: 50px;
}

.post-grid .title {
	font-size: 20px;
	line-height: 1.6em;
}

.blog-grids .post {
	margin-bottom: 30px;
}

.blog-grids .post-footer {
	padding-top: 10px;
}

/* 5.4 Single */
.post-single .post {
	margin-bottom: 0;
}

.post-single .pagination-wrap {
	margin-top: 30px;
	margin-bottom: 0;
}

.post-tags a:before {
	content: '\f02b';
	font-family: 'FontAwesome';
	padding-right: 5px;
}

.post-tags.tagcloud a:hover {
	text-decoration: none;
}

#post-author {
	margin-top: 50px;
	padding: 30px 40px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.avatar-author {
	float: left;
	border-radius: 50%;
	width: 120px;
	overflow: hidden;
}

.post-author-content {
	margin-left: 120px;
	padding-left: 30px;
	text-align: left;
}

.author-description {
	padding-top: 5px;
}

.author-name .title {
	font-size: 20px;
	line-height: 1.8em;
	letter-spacing: 1px;
}

.author-socials {
	margin-left: 120px;
	padding-left: 32px;
	color: #555555;
	padding-top: 15px;
}

.author-socials a {
	margin-right: 10px;
	font-size: 18px;
}

.related-posts {
	overflow: hidden;
	margin-top: 40px;
}

.related-wrap {
	margin-left: -15px;
	margin-right: -15px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: hidden;
	vertical-align: top;
	min-height: .01%;
	overflow-x: auto;
}

.related-posts .title {
	font-size: 16px;
	text-align: center;
}

.related-table {
	margin-top: 20px;
	padding: 25px 20px;

}

.related-table tbody {
	vertical-align: top;
}

.related-table td {
	width: 33.333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.related-table .image {
	padding-bottom: 65%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #ededed;
}

.related-item {
	background-color: #FFFFFF;
}

.related-content {
	text-align: center;
	background: #FFFFFF;
	padding: 24px 20px 18px;
}

.related-item .title {
	font-size: 15px;
	line-height: normal;
	letter-spacing: normal;
}

.related-item .item-meta {
	color: #585858;
	font-size: 11px;
	text-transform: uppercase;
}

/* 5.5 Page & Contact & Response */
.archive-detail {
	padding: 30px;
	margin-bottom: 40px;
	background: #ffffff;
	text-transform: uppercase;
	font-family: "PT Sans", 'serif';
	letter-spacing: 0.1em;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

.archive-name {
	color: #42b6e3;
}

/* Comment */
#comments {
	margin-top: 50px;
	padding: 40px 40px 30px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

#comments-title {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#comments ul.comment-list {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	list-style: none;
}

#comments ul.comment-list ul {
	list-style: none;
	padding-left: 30px;
}

#comments ul.comment-list > li:last-child .comment-body {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#comments .comment-reply {
	float: right;
}

#comments .comment-reply a {
	padding: 3px 18px;
	display: inline-block;
	font-size: 13px;
	background-color: #f5f5f5;
}

#comments .comment-reply a:first-child {
	margin-right: 5px;
}

#comments .comment-reply a:last-child {
	margin-right: 0;
}

#comments .comment-reply a:hover {
	color: #fff;
	background-color: #42b6e3;
}

#comments .comment-author {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}

#comments .comment-author a,
#respond .logged-in-as a {
	color: #222222;
}

#comments .comment-author a:hover,
#respond .logged-in-as a:hover {
	color: #42b6e3;
}

#comments .comment-date {
	font-size: 12px;
}

#comments .comment-date:before {
	content: '-';
	margin-right: 10px;
}

#comments .comment-content {
	letter-spacing: 0.5px;
	margin-top: 5px;
}

#comments .comment-canter li {
	list-style: initial;
}

#comments .comment-body {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}

#comments .comment-avartar {
	float: left;
}

#comments .comment-avartar img {
	border-radius: 50%;
}

.comment-context {
	margin-left: 70px;
	padding-left: 20px;
}

#comments .edit-link {
	font-size: 12px;
}

.bypostauthor {
	display: block;
}

.form-submit input[type="submit"]:hover {
	background-color: #42b6e3;
	color: #FFFFFF;
}

#comments.no-comment {
	border-bottom: none;
}

.nav-links > div {
	color: #000;
	background-color: #f5f5f5;
	font-size: 10px;
	font-family: 'PT Sans', sans-serif;
	padding: 0 10px;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 2.5em;

}

.nav-links a {
	color: inherit;
}

.nav-links .nav-previous {
	float: left;
}

.nav-links .nav-next {
	float: right;
}

.nav-links a:hover {
	color: #42b6e3;
}

/* Response */
#respond {
	padding-top: 20px;
}

#respond.comment-close {
	padding: 20px;
	padding-top: 0;
}

#respond .title {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

ul #respond {
	padding: 0;
	padding-top: 35px;
}

#respond form {
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-style: italic;
}

.contact-item {
	margin-bottom: 25px;
}

.contact-double-item {
	margin-left: -10px;
	margin-right: -10px;
}

.contact-double-item:after {
	content: '';
	display: block;
	clear: both;
}

.contact-double-item .contact-item {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.form-submit {
	margin-bottom: 0;
}

.contact-item:last-child,
.form-submit .contact-item {
	margin-bottom: 0;
}

.contact-item label {
	font-style: italic;
	line-height: 1.8em;
	font-size: 14px;
}

.contact-item textarea {
	min-height: 120px;
	resize: none;
	vertical-align: middle;
	border-radius: 0;
	padding-top: 10px;
}

.form-submit input {
	background: #42b6e3;
	line-height: 2.4em;
	min-width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	border: none;
}

.form-login-logout {
	padding-bottom: 10px;
}

.form-login-logout a {
	color: #42b6e3;
}

/* 404 page */
.post_404_not_found {
	text-align: center;
	margin-bottom: 0;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.page_title_404 {
	font-size: 200px;
	margin: 0;
	line-height: normal;
}

.page_sub_title_404 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.8em;
}

.page_message_404 {
	padding-top: 12px;
	font-style: italic;
}

.post_404_not_found .widget_search {
	width: 60%;
	margin: 0 auto;
}

.go-to-home {
	font-size: 12px;
	line-height: 1.8;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;

}

.go-to-home a {
	display: inline-block;
	color: #fff;
	background-color: #42b6e3;
	cursor: pointer;
	letter-spacing: 2px;
	padding: 12px 30px;
}

@media screen and (max-width: 1230px) and (min-width: 991px) {

	.post-list .post-cat {
		margin-bottom: 0;
	}

	.post-list .title {
		font-size: 18px;
	}

	.post-list .post-detail {
		display: none;
	}
}

@media screen and (max-width: 990px) {
	[data-sidebar="left"] .wrapper-posts,
	[data-sidebar="right"] .wrapper-posts {
		width: 100%;
		max-width: 767px;
		margin: 0 auto;
		float: none;
	}

	.post-grid {
		/*position: static !important;*/
		width: 100%;
		float: none;
	}

	.post-list {
		margin-bottom: 40px;
	}

	.post-list .post-media {
		padding-right: 0;
		width: 100%;
		height: auto;
		margin-bottom: 0;
		float: none;
	}

	.post-list .post-media a {
		background: none !important;
	}

	.post-list .post-media a img {
		display: block;
	}

	.post-list .post-cat {
		text-align: center;
	}

	.post-list .post-content {
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
	}

	.post-content {
		padding: 35px 30px 20px 30px;
	}

	#post-author {
		padding-left: 30px;
		padding-right: 30px;
	}

	#comments {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 767px) {
	.related-table tbody tr td {
		white-space: nowrap;
	}

	.contact-double-item {
		margin-left: 0;
		margin-right: 0;
	}

	.contact-double-item .contact-item {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.contact-double-item .contact-item:last-child {
		 margin-bottom: 25px;
	}
}

@media screen and (max-width: 600px) {
	.title {
		font-size: 20px;
	}

	#post-author {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		border-left: none;
	}

	.post-content {
		padding: 25px 20px 20px 20px;
	}

	.avatar-author {
		float: none;
		margin-bottom: 10px;
	}

	.post-author-content {
		margin-left: 0;
		padding-left: 0;
	}

	.author-socials {
		margin-left: 0;
		padding-left: 2px;
	}

	#comments {
		padding-left: 20px;
		padding-right: 20px;
	}

	#comments .comment-body,
	#comments ul.comment-list > li:last-child .comment-body {
		position: relative;
		padding-bottom: 50px;
	}

	.comment-reply {
		position: absolute;
		right: 0;
		bottom: 10px;

	}

	.page_title_404 {
		font-size: 100px;
	}
}

/* 6. Footer */
.footer {
	padding-top: 60px;
}

.instagram-text {
	color: #000000;
	line-height: 70px;
	background-color: #ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.instagram-feeds {
	list-style: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.instagram-item {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
	cursor: pointer;
	width: 150px;
}

.instagram-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

.instagram-item:hover:after {
	visibility: hidden;
	opacity: 0;
}

.instagram-item a {
	display: block;
	background-size: cover;
}

.footer-info {
	text-align: center;
}

.footer-info .wrap-logo {
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer-info .wrap-logo .logo a {
	font-size: 70px;
}

.footer-info .wrap-logo .slogan {
	font-size: 16px;
	font-weight: bold;
}

.footer-info .list-socials a {
	margin-right: 30px;
	font-size: 20px;
}

.footer-info .list-socials a:last-child {
	margin-right: 0;
}

.copyright {
	position: relative;
	z-index: 100;
	line-height: 20px;
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
	font-size: 13px;
	background: #ffffff;
	letter-spacing: 1px;
}

.copyright-text {
	float: left;
}

.back-to-top {
	float: right;
	cursor: pointer;
}

.btn-back-to-top {
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 30px;
	background-color: rgba(249, 115, 57, 0.7);
	color: #ffffff;
	line-height: 40px;
	border-radius: 5px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
}

.btn-back-to-top.active {
	visibility: visible;
	opacity: 0.8;
}

.btn-back-to-top:after {
	content: '\1f845';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	text-align: center;
	z-index: 99;
}

@media screen and (max-width: 767px) {
	.copyright {
		text-align: center;
	}

	.copyright-text {
		float: none;
	}

	.back-to-top {
		display: none;
	}

	.btn-back-to-top {
		z-index: 999;
	}
}

/* 7. Sidebar */
.sidebar {
	width: 330px;
	float: left;
}

.overlay-body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
}

.sidebar-left-active {
	overflow-x: hidden;
}

.sidebar-left-active .overlay-body {
	visibility: visible;
	opacity: 1;
}

.sidebar-left-active .main-wrap {
	-ms-transform: translate3d(350px, 0px, 0px);
	-webkit-transform: translate3d(350px, 0px, 0px);
	transform: translate3d(350px, 0px, 0px);
}

.sidebar-left-active header {
	margin-top: 0;
}

.sidebar-left {
	position: fixed;
	top: 0;
	left: 0;
	width: 350px;
	height: 100%;
	overflow: auto;
	z-index: 999;
	-ms-transform: translate3d(-350px, 0px, 0px);
	-webkit-transform: translate3d(-350px, 0px, 0px);
	transform: translate3d(-350px, 0px, 0px);
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}

.sidebar-left .widget:first-of-type {
	padding-top: 40px;
}

.sidebar-left .widget:last-of-type {
	padding-bottom: 80px;
}

.sidebar-left-active .sidebar-left {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.sidebar-left .sidebar-content {
	background: #ffffff;
}

.sidebar-left .kd-col {
	padding-left: 0;
	padding-right: 0;
}

.sidebar-left .widget-title:after {
	content: normal;
}

.sidebar-left .widget {
	padding-left: 30px;
	padding-right: 30px;
}

.widget {
	padding: 0;
	margin-bottom: 40px;
	overflow: hidden;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget iframe {
	width: 100%;
}

.widget-title,
.widget .title {
	position: relative;
	display: block;
	font-weight: 700;
	font-family: "PT Sans", 'serif';
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 0;
	color: #000000;
	padding: 13px 10px;
	border: 1px solid #42b6e3;
	margin-bottom: 30px;
	text-align: center;
}

.widget-title:before {
	position: absolute;
	/*content: '';*/
	display: block;
	width: 90px;
	height: 2px;
	background-color: #42b6e3;
	bottom: 0;
	left: 0;
}

.widget-title:after {
	/*content: '';*/
	display: block;
	width: 100%;
	height: 2px;
	background-color: #dddddd;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

.widget .title {
	font-size: 16px;
	line-height: 2em;
	padding-top: 20px;
	padding-bottom: 5px;
}

.widget .description {
	font-size: 13px;
	line-height: 2.1em;
}

.widget ul {
	font-size: 13px;
	line-height: 2.4em;
	margin: 0;
	list-style: none;
	padding: 0;
}

.widget li {
	font-size: 14px;
	border-bottom: 1px dashed #fafafa;
}

.widget li:last-child {
	border: none;
	padding-bottom: 0;
}

.widget li ul {
	padding-left: 15px;
	border-top: 1px dashed #fafafa;
}

.widget .current-cat {
	color: #a4b4c4;
}

.widget select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 12px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #6b6b6b;
	font-size: 12px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 8px;
}

#wp-calendar thead {
	font-size: 12px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

#wp-calendar tr td {
	border-left: 0;
	padding: 10px;
}

#wp-calendar tbody {
	color: #6b6b6b;
}

#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #f6f6f6;
	text-align: center;
	padding: 8px;
	color: #6b6b6b;
}

.tagcloud a {
	font-size: 14px !important;
	background: #f0f0f0;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	color: #000;
	font-style: italic;
}

.tagcloud a:last-child:after {
	content: none;
}

.widget_search .wrap-search {
	position: relative;
}

.widget_search .search-submit {
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #42b6e3;
	border: 1px solid transparent;
	width: 50px;
	display: inline-block;
}

@media screen and (max-width: 990px) {
	.sidebar {
		width: 100%;
		max-width: 767px;
		margin: 0 auto;
		float: none;
	}

	.sidebar-left .widget:first-of-type {
		padding-top: 0;
	}

}

@media screen and (max-width: 767px) {
	.sidebar-left .widget {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 600px) {
	.sidebar-left {
		width: 250px;
	}
}

/* 9. Preloader */
@keyframes loader {
	0%, 10%, 100% {
		width: 80px;
		height: 80px;
	}
	65% {
		width: 150px;
		height: 150px;
	}
}
@keyframes loaderBlock {
	0%, 30% {
		transform: rotate(0);
	}
	55% {
		background-color: #a99f93;
	}
	100% {
		transform: rotate(90deg);
	}
}
@keyframes loaderBlockInverse {
	0%, 20% {
		transform: rotate(0);
	}
	55% {
		background-color: #a99f93;
	}
	100% {
		transform: rotate(-90deg);
	}
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.95);
	visibility: visible;
	opacity: 1;
	transition: all 1s;
}
.kd-hidden {
	visibility: hidden;
	opacity: 0;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
	animation: loader 1.2s infinite ease-in-out;
}
.loader span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #42b6e3;
	animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
	top: 0;
	left: 0;
}
.loader span:nth-child(2) {
	top: 0;
	right: 0;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
	bottom: 0;
	left: 0;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
	bottom: 0;
	right: 0;
}
.page-blog-post .post-single {
    width:70%;
    float: left;
}
.page-blog-post .sidebar {
    width: 27.5%;
    float: left;
    margin-left: 2%;
}
.page-blog-category .post-list .post-media {
    width: 100%;
}
.page-blog-category .post-list .post-media a img {
    display: block;
}
.page-blog-category .post-list .post {
    min-height: 750px
}
.page-blog-category .blog-posts {
    width:70%;
    float:left;
}
.page-blog-category .sidebar {
    width: 27.5%;
    float: left;
    margin-left: 2%;
}
/* .page-blog-category .widget .item-image img {
    display:block
} */
.widget .item-image {
    background-position: 75% 50% !important;    
}

@media only screen and (max-width: 960px) {
  .page-blog-post .sidebar, .page-blog-post .post-single, .page-blog-category .sidebar, .page-blog-category .blog-posts {
       width: 100%;   
  }
  .page-blog-category .post-list .post {
      min-height: inherit;    
  }
    
}
.post-pagination {
    margin-left: 15px;
}
.pagination li.active a {
    background: #42b6e3;
    color: #fff;
    font-weight: 700;
}
.category-title {
    margin: 0 20px 40px 15px !important;
    padding: 10px !important;
}
.category-title h1 {
    font-size: 27px !important;
    padding-left: 25px;
}
.category-title h1::first-letter {
    text-transform: uppercase;
}
.post-cat li {
    margin-top:5px;
}
.header-small {
    display:none;
}
.footer-instagram {
    padding: 0 25px;    
}
@media screen and (max-width: 990px) {
  .navigation {
    background: #fff;
    width: 100vw;
  }  
  .header-small {
    display:block;
  }
  .footer-instagram {
    padding: 0 15px;    
  }
}



























.widget {
    position: relative;
}
.widget .item-icon-left {
    text-align: left;
    padding: 6px;
}
.widget .item-icon-left:last-child {
    padding-bottom: 0;
}
.widget .item-icon-left i {
    height: 18px;
    width: 18px;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
}

.ntp-social-square a {
    display: inline-block;
    margin-left: 5px;
    overflow: hidden;
}
.ntp-social-square a:first-child {
    margin-left: 0;
}

.ntp-social-square a:hover {
    color: #fff !important;
}

.ntp-social-square a .fa {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #DBDFDF;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ntp-social-square a .fa.fa-facebook {
    color: #325d94;
}

.ntp-social-square a .fa.fa-twitter {
    color: #00aadb;
}

.ntp-social-square a .fa.fa-tumblr {
    color: #2f4e6b;
}

.ntp-social-square a .fa.fa-dribbble {
    color: #fb4087;
}

.ntp-social-square a .fa.fa-youtube-play {
    color: #df2e1c;
}

.ntp-social-square a .fa.fa-vk {
    color: #4C75A3;
}

.ntp-social-square a .fa.fa-google-plus {
    color: #df2e1c;
}

.ntp-social-square a .fa.fa-vimeo-square {
    color: #63b3e4;
}

.ntp-social-square a .fa.fa-instagram {
    color: #517FA4;
}

.ntp-social-square a .fa.fa-pinterest {
    color: #CC1D24;
}

.ntp-social-square a .fa.fa-behance {
    color: #1478FF;
}

.ntp-social-square a .fa.fa-heart {
    color: #4BD1FA;
}
.ntp-social-square a .fa.fa-linkedin  {
    color: #0177b5;
}
.ntp-description {
    line-height: 1.8em;
    font-size: 14px;
    padding: 0;
    text-align: left;
}
.ntp-subdescription {
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 0;
    /*text-align: center;*/
}
.ntp-button {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-family: "PT Sans", 'serif';
    text-transform: uppercase;
    background-color: #f97339;
    padding: 5px 25px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.ntp-button a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 38px;
    z-index: 1;
    opacity: .6;
    box-shadow: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ntp-button:hover a {
    color: #ffffff;
}
.ntp-button:hover a:after {
    box-shadow: 0 5px 20px 0 #f97339;
}
.subscribe-status {
    padding: 0 15px;
    margin: 0;
}
.ntp-ajax-loading:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 248, 248, 0.7);
}
.ntp-ajax-loading:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    border-radius: 50%;
    border: 1px solid #474849;
    border-right-color: #fff;
    -webkit-animation: save_loading 0.7s linear infinite;
    -moz-animation: save_loading 0.7s linear infinite;
    -ms-animation: save_loading 0.7s linear infinite;
    -o-animation: save_loading 0.7s linear infinite;
    animation: save_loading 0.7s linear infinite;
    z-index: 2;
}
@-webkit-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Flickr */
.widget-grid {
    overflow: hidden;
    margin: -4px;
}
.widget-grid .item {
    position: relative;
    width: 33.33333333%;
    padding-top: 33.33333333%;
    float: left;
}
.widget-grid .item:nth-child(4) {
    clear: both;
}
.widget-grid .item a {
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    overflow: hidden;
}
.widget-grid .item a img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.widget-grid .item a:hover {
    opacity: .7;
}

/* MailChip */
.ntp-subscribe {
    text-align: center;
    position: relative;
}
.ntp-subscribe-email {
    display: block;
    width: 100%;
    height: 37px;
    font-size: 12px;
    padding: 0 10px 0;
    margin-bottom: 7px;
    border: 1px solid #777777;
    font-weight: 400;
    color: #464646;
    background: white;
    margin-top: 5px;
}
form.ntp-subscribe {
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
    padding: 0;
}
.ntp-subscribe .form-item input[type="email"] {
    border: 1px solid #dddddd;
    font-size: 14px;
}
.ntp-subscribe .form-submit input[type="submit"] {
    margin-top: 10px;
    width: 100%;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

/* Latest Posts */
.widget-list .item{
    color: #262626;
    font-style: italic;
    margin-left: 0;
    padding-bottom: 25px;
    position: relative;

}
.widget-list .item:first-child {
    padding-top: 0;
    box-shadow: none;
}
.widget-list .item:last-child {
    padding-bottom: 5px;
}
.widget-list h3 {
    letter-spacing: 0;
    line-height: 1.6em;
    font-family: 'PT Sans', serif;
}
.widget-list .item-meta,
.widget-list .item-comment {
    font-size: 11px;
}
.item-meta:before {
    font-family: 'FontAwesome';
    padding-right: 5px;
}
.item-comment:before {
    font-family: 'FontAwesome';
    padding-right: 5px;
}
.widget-list .item-image {
    float: left;
    width: 30%;
}
.widget .item-image {
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.widget .item-image img {
    display: none;
}
.widget-list .widget-item-content {
    padding-top: 5px;
    margin-left: 100px;
    padding-left: 1em;
}
.ntp-latest-posts :not(.footer-item) .widget-list .item:first-child .item-image {
    width: 100%;
    height: auto;
    padding-bottom: 40%;
}
.ntp-latest-posts :not(.footer-item) .widget-list .item:first-child .widget-item-content {
    position: absolute;
    padding: 0 20px 10px 20px;
    bottom: 0;
    left: 0;
    color: #fff;
}
.ntp-latest-posts  :not(.footer-item) .widget-list .item:first-child .widget-item-content a {
    color: #fff;
}
.ntp-latest-posts  :not(.footer-item)  .widget-list .item:first-child .item-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 -60px 100px rgba(38,38,38,0.6);

}
.widget-list .item-content {
    overflow: hidden;
}
.widget-list .item-title {
    color: #000000;
    margin-top: 0;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    font-style: normal;
}
.widget-list .item-title a {
}
.widget-follow-content {
    text-align: center;
}
.widget-tweet-content {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.widget-tweet-content .item {
    position: relative;
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 25px;
}
.widget-tweet-content .item:last-child {
    margin-bottom: 0;
}
.widget-tweet-content .owl-item .item {
    margin-bottom: 0;
    line-height: 1.6em;
    padding-bottom: 40px;
}
.widget-tweet-content .item .fa {
    font-size: 40px;
    padding-bottom: 10px;
}
.widget-tweet-content .item .widget-item-content {
    overflow: hidden;
    font-style: italic;
    font-size: 14px;
    color: #000000;
}
.widget-tweet-content .owl-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    text-align: center;
}
.widget-tweet-content .owl-page {
    display: inline-block;
    margin-left: 8px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #262626;
    cursor: pointer;
}
.widget-tweet-content .owl-page:first-child {
    margin-left: 0;
}
.widget-tweet-content .owl-page.active {
    background: #f97339;
    border-color: transparent;
}

/* Widget About */
.ntp-about .widget-content {
    text-align: center;
}
.ntp-about p {
    line-height: 1.8em;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.ntp-about .title {
    display: block;
    text-transform: uppercase;
    font-family: "PT Sans", "serif";
    border: none;
    margin-bottom: 0;
}
.ntp-about .ntp-description {
    padding: 0 8px;
    text-align: center;
}
.widget-contact-content .ntp-description{
    text-align: left;
}

/* MailChimp */
.ntp-mailchimp {
    background-color: #f0f0f0;
    padding: 25px 20px;
}
/* Custom */
.widget-banner-content {
    text-align: center;
    padding-top: 15px;
}
.ntp-banner {
    padding: 0;
}
.ntp-italic {
    text-align: center;
    font-style: italic;
    font-size: 14px;
}