/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1. General Styles

2. Header Styles

3. Topbar Styles

4. Slyder Style

5. Blog Post Style

6. Sidebar Style

7. Pagination Style

8. Single Page Style

9. Instagram Widget Style

10. Contact Styles

11. About Styles

12. Footer Styles

*/

/*-------------------------
	1. General Styles
-------------------------*/

@font-face {
  font-family: 'SF-UI';
  src: url("../fonts/SF-UI-Display-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SF-UI-Display-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-UI-Display-Light.otf") format("opentype");
}

html, html a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-family: "SF-UI", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  background: #fff;
  color: #000000;
}

p {
  line-height: 26px;
  font-size: 13px;
  letter-spacing: 0.65px;
  margin-bottom: 30px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

span, i {
  display: inline-block;
}

img {
  object-fit: cover;
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

a:hover, a:focus {
  text-decoration: none;
  color: #000000;
  outline: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

.ps-rel {
  position: relative;
}

.section-padding {
  padding: 60px 0;
}

.section-padding.style-two {
  padding: 55px 0 65px 0;
}

.section-padding.style-three {
  padding: 0 0 65px 0;
}

.heading-text-center {
  text-align: center;
}

.heading-text-left {
  text-align: left;
}

.heading-text-right {
  text-align: right;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-top-70 {
  margin-top: 70px;
}

.background-property {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.inline-list {
  position: absolute; 
}

.inline-list li {
  width: auto!important;
  height: auto;
  float: left;
  list-style: none;
  display: inline-block;
}

.overlay-common {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.47);
}

.read-more-one {
  font-size: 12px;
  color: #006cff;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.read-more-one:hover {
  color: #0055c9;
}

.read-more-two {
  height: 30px;
  line-height: 30px;
  letter-spacing: 1.3px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  color: #ffffff!important;
  background-color: #006cff;
  border: 1px solid #006cff;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.read-more-two:hover {
  color: #000000!important;
  background: none;
}

.social-solid {
  position: relative!important;
}

.social-solid li {
  margin-right: 18px;
  line-height: 30px;
}

.social-solid li:last-child {
  margin-right: 0;
}

.social-solid li a {
  font-size: 13px;
  color: #acacac;
}

.social-solid li a:hover {
  color: #000000;
}

/*------------ FONTS-GROUPING ------------*/
.read-more-one,
.widget_tags ul li a,
.widget_tag_cloud a,
.widget_categories ul li a,
.instagram-widget-slider .instagram-info span,
.copyright p,
.pagination, .post-catagory-area span a,
.post-share-area .widget_popular_tag ul li a,
.single-post-author .post-author-info h5,
.comment-form-area .comment-form input[type="text"],
.comment-form-area .comment-form input[type="email"],
.comment-form-area .comment-form textarea,
.form-common-btn .btn-common,
.single-comment-meta span,
.contact-post .post-meta-data span a,
.slider-title {
  font-family: "Montserrat", sans-serif;
}

.post-style-one .post-meta-data .post-date,
.post-style-one .post-meta-data .post-author-name,
.widget-about-content h6,
.category-text-box h4,
.single-post-author .post-author-info p,
.post-entry p,
.navbar-nav > li > a,
.sub-menu a,
.slider-catagory a {
  font-family: "Playfair Display", serif;
}

.post-meta-data .post-date, .post-meta-data .post-author-name  {
  font-size:12px;
  color:#000000;
}

/*------------ BORDER STYLING ------------*/
.border-top {
  border-top: 1px solid #f0f0f0;
}

.border-right {
  border-right: 1px solid #f0f0f0;
}

.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}
article.border-bottom {
  padding-bottom: 20px;
}
.border-left {
  border-left: 1px solid #f0f0f0;
}

/*------------ MAP STYLING ------------*/
.map {
  height: 375px;
}

/*-------------------------
	2. Header Styles
-------------------------*/
/*----------------- HEADER ONE AND COMMON -----------------*/
.navbar-default {
  background: #fff;
  box-shadow: none;
  border: none;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;

}

.navbar-default .navbar-nav > .active > a {
  background: none;
  box-shadow: none;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a:after {
  width: 100%;
}

.navbar-default .navbar-nav > li > a {
  margin-right: 12px;
  text-shadow: none;
  font-size: 14px;
  color: #000000;
  padding: 10px 18px;
  position: relative;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #006cff;
}
.navbar-default .navbar-nav > li.active a {
  color:#ffffff;
}
.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li.active a:hover {
	color: #000000;
	background: transparent;
}
.navbar-default .navbar-nav > li:last-child > a {
  margin-right: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav > li.has-sub-menu > a {
  margin-right: 30px;
  color:#000000;
}

.navbar-default .navbar-nav > li.has-sub-menu > a:after {
  content: "\f107";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #757575;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: 'FontAwesome';
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.navbar-default .navbar-nav > li.has-sub-menu > a:hover:after {
  color: #006cff;
}

.navbar-default .navbar-brand {
  padding: 8px 15px;
  margin-top: -25px;
}

.is-sticky .navbar-default {
  background: white;
  padding-top: 20px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  -webkit-animation: headerFloating 0.8s 1;
  animation: headerFloating 0.8s 1;
}

.is-sticky .navbar-brand {
  padding: 8px 15px;
  margin-top: -25px;
}

.is-sticky .header-two .nav-logo-defult {
  opacity: 0;
  visibility: hidden;
}

.nav-logo-defult a img {
  max-height: 85px;
}

.is-sticky .header-two .nav-logo-small {
  opacity: 1;
}

.nav-logo-small a img {
  max-height: 60px;
}

.is-sticky .header-common {
  width: 100%;
  z-index: 9999;
}

.is-sticky .header-three .navbar-default .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border: transparent;
}

/*----------------------
	child-menu
------------------------*/
.navbar-default .has-sub-menu {
  position: relative;
}

.navbar-default .has-sub-menu ul {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.9);
}

.navbar-default .has-sub-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  list-style: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
}

.navbar-default .has-sub-menu:hover > .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.navbar-default .sub-menu li {
  width: 150px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-default .sub-menu a {
  display: inline-block;
  width: 100%;
  color: #ffffff!important;
  font-size: 11px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.navbar-default .sub-menu a:hover {
  color: #006cff;
}

.navbar-default .sub-menu .has-sub-menu:before {
  color: #8c8c8c;
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  top: 14px;
  right: 22px;
}

.navbar-default .has-sub-menu:hover:before {
  color: #006cff;
}

.navbar-default .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .has-sub-menu button {
  display: none;
}

/*----------------- HEADER TWO -----------------*/
.header-two {
  /* nav-bar nav-logo */
}

.header-two .navbar-brand {
  display: none;
}

.header-two .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.header-two .navbar-right {
  margin-right: 0;
}

.header-two .navbar-nav.navbar-left > li:first-child > a {
  padding-left: 0;
}

.header-two .navbar-nav.navbar-left > li:last-child > a {
  padding-right: 18px;
}

.header-two .nav-logo-defult {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 15px;
  opacity: 1;
  margin-left: -100px;
  transition: all 0.3s ease-in;
}

.header-two .nav-logo-small {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 16px;
  margin-left: -80px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

/*----------------- HEADER THREE -----------------*/
.header-three .navbar-brand {
  display: none;
}

.header-three .navbar-default {
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
}

.header-three .navbar-default .navbar-collapse {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.header-three .navbar-nav > li {
  float: none;
  display: inline-block;
}

.header-three .navbar-nav > li span {
	display: inline;
}

.header-three .navbar-nav {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.header-three .sub-menu > li > a {
  text-align: left;
}

/*-------------------------
	3. Topbar Styles
-------------------------*/
.topbar {
  padding: 20px 0 20px 0;
  background: #f4f4f4;
}

.topbar .share-social-icon ul li {
  margin-right: 15px;
}

.topbar .share-social-icon ul li:last-child {
  margin-right: 0px;
}

.topbar .share-social-icon ul li a i.fa {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.topbar .share-social-icon ul li a i.fa:hover {
  color: #000000;
}
.topbar-right {
  position: relative;
}

.custom-search-form {
  display: inline-block;
  width: 100%;

}
.custom-search-form input[type="text"] {
  height: 20px;
  font-size: 14px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  padding: 3px;
  padding-right: 50px;
  width: 0px;
  position: absolute;
  top: -3px;
  right: 0;
  background: none;
  z-index: 3;
  letter-spacing: 1px;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

.custom-search-form input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

.custom-search-form input[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}

.custom-search-form .topbar-search-btn {
  height: 20px;
  width: 27px;
  display: inline-block;
  float: right;
  border: none;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  background: #f4f4f4;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  transition: opacity .4s ease;
}

.custom-search-form .topbar-search-btn:focus, .custom-search-form .topbar-search-btn:active {
  outline: 0;
}

.custom-search-form .topbar-search-btn i.fa {
  color: rgba(0, 0, 0, 0.6);
}

/*------ TOPBAR TWO -------*/
.topbar-two {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

/*-----------------------------
	4. Slyder Style
-------------------------------*/

.tp-bannertimer {
  display: none !important;
}

.slider-catagory {
  text-align: right;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 1.4px !important;
  color: #000000 !important;
}
.tp-caption {
	white-space: normal !important;
}
.rev-btn {
	transition: all 0.3s ease-in-out;
}
.slider-title {
  text-align: right;
  font-weight: 700 !important;
  color: #000000 !important;
}

.slider-btn {
  text-align: right;
}

.slider-btn .read-more-two {
  transition: auto !important;
  webkit-transition: 0.3s ease-in !important;
  -o-transition: 0.3s ease-in !important;
  transition: 0.3s ease-in !important;
}

.slider-common .tparrows {
  cursor: pointer;
  background: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #bababa;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  webkit-transition: 0.3s ease-in !important;
  -o-transition: 0.3s ease-in !important;
  transition: 0.3s ease-in !important;
}

.slider-common .tparrows:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #bababa;
  display: block;
  line-height: 38px;
  text-align: center;
  webkit-transition: 0.3s ease-in !important;
  -o-transition: 0.3s ease-in !important;
  transition: 0.3s ease-in !important;
}

.slider-common .tparrows:hover, .slider-common .tparrows:hover:before {
  border-color: rgb(0, 108, 255);
  color: rgb(0, 108, 255);
  background: transparent;
}

.slider-common .tparrows.tp-leftarrow:before {
  content: "\f104";
}

.slider-common .tparrows.tp-rightarrow:before {
  content: "\f105";
}

.slider-style-two .slider-catagory {
  text-align: left;
  color: #fff !important;
}

.slider-style-two .slider-catagory a:hover {
  color: #fff !important;
}

.slider-style-two .slider-title {
  text-align: left;
  color: #fff !important;
}

.slider-style-two .slider-btn {
  text-align: left;
}

.slider-style-two .slider-btn .read-more-two {
  transition: auto !important;
  webkit-transition: 0.3s ease-in !important;
  -o-transition: 0.3s ease-in !important;
  transition: 0.3s ease-in !important;
  color: #fff !important;
  border-color: #fff !important;
}

.slider-style-two .tparrows {
  border: 1px solid #fff;
}

.slider-style-two .tparrows:before {
  color: #fff;
}

.slider-style-two .tparrows:hover, .slider-style-two .tparrows:hover:before {
  border-color: rgb(0,108,255);
  color: rgb(0,108,255);
}

/*-----------------------------
	5. Blog Post Style
-------------------------------*/
.post-style-one-wrapper {
  border-top: 1ps solid;
}

.masonary-item-two-column {
  width: 49.99%;
  padding: 0;
  float: left;
}

.masonary-three-column .masonary-item-two-column {
  width: 33.3%;
}

.masonary-three-column .catagory-area {
  margin-bottom: 60px;
}

.post-single.post-style-one {
  padding: 55px 40px 55px 40px;
}

.post-single.post-style-one .post-thumb {
  margin-bottom: 32px;
}

.post-thumb .overlay-common,
.widget-img .overlay-common {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-thumb:hover .overlay-common,
.widget-img:hover .overlay-common {
  opacity: 1;
}

.blog-positiond-icon {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-thumb:hover .blog-positiond-icon,
.widget-img:hover .blog-positiond-icon {
  opacity: 1;
  top: 50%;
  color: #fff;
}

.post-title a {
  line-height: 100%;
  font-weight: 700;
  color: #000000;
}

.post-style-one .post-title {
  margin-bottom: 28px;
}

.post-style-one .post-meta-data .post-date,
.post-style-one .blog-footer .post-comment-meta {
  float: left;
}

.post-style-one .post-meta-data .post-author-name,
.post-style-one .blog-footer .post-comment-meta + div {
  float: right;
}

.post-style-one .post-meta-data {
  margin-bottom: 20px;
}

.comments-no i.fa-comment {
  color: #006cff;
}

.post-without-thumb {
  postion: relative;
}

.post-without-thumb:before {
  content: ' ';
  position: absolute;
  height: 129px;
  width: 1px;
  background: #f0f0f0;
  bottom: 0;
  left: -1px;
}

.post-without-thumb:after {
  content: ' ';
  position: absolute;
  height: 237px;
  width: 1px;
  background: #f0f0f0;
  bottom: 0;
  right: -3px;
}

.left-sidebar .post-area-boxed {
  padding-right: 15px;
  padding-left: 0;
  border-left: 1px solid #f0f0f0;
  border-right: none;
}

.left-sidebar .post-area-boxed .post-style-two,
.left-sidebar .post-area-boxed .post-style-three {
  padding: 60px 0px 55px 50px;
}

.left-sidebar .post-area-boxed .blog-single-post-padding {
  padding: 50px 0px 65px 80px;
}

.left-sidebar .post-area-boxed .post-share-area,
.left-sidebar .post-area-boxed .single-post-author {
  padding-left: 80px;
}

.full-width .post-area-boxed {
  border-right: none;
}

.full-width .post-area-boxed .post-style-two,
.full-width .post-area-boxed .post-style-three {
  padding: 60px 0px 55px 0px;
}

.full-width .post-area-boxed .blog-single-post-padding {
  padding: 50px 15px 65px 0;
}
.post-entry iframe {
	width: 100%;
}
.single .post-entry {
	margin-bottom: 20px;
}
.related-post .post-title a {
	line-height: 20px;
}
.search .section-padding {
	padding-top: 0;
}
.no-search-result {
	margin-top: 40px;
}
.sidebar {
	margin-left: -1px;
}
.search-form .form-control {
	width: 100%;
	height: 45px;
	border: 1px solid #cfcfcf;
	border-radius: 30px;
	font-size: 13px;
	color: #7d7c7c;
	font-weight: 300;
	padding: 0 45px 0 15px;
}
.search-form {
	position: relative;
}
.search-form button {
	position: absolute;
	background: transparent;
	border: none;
	font-size: 16px;
	color: #a7a7a7;
	top: 13px;
	right: 15px;
}
/*-----------------------------
	POST-STYLE-TWO
-------------------------------*/
.post-area-boxed {
  padding-left: 15px;
  border-right: 1px solid #f0f0f0;
}

.post-style-two {
  padding: 60px 50px 55px 0;
}

.post-style-two .post-thumb {
  margin-bottom: 25px;
}

.post-style-two .blog-positiond-icon i.fa {
  font-size: 30px;
}

.post-style-two .post-title {
  margin-bottom: 40px;
}

.post-style-two .read-more-two {
  color: #757575;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-style-two .read-more-two:hover {
  color: #006cff;
}

.post-catagory-area {
  margin-bottom: 25px;
}

.post-catagory-area span a {
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 15px;
  color: #757575;
}

.post-meta-data.style-two {
  margin-bottom: 20px;
}

.post-meta-data.style-two span {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  color: #006cff;
   text-transform: uppercase;
}

.post-meta-data.style-two span:after {
  content: ' ';
  position: absolute;
  height: 5px;
  width: 5px;
  right: 0;
  bottom: 3px;
  background: #006cff;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.post-meta-data.style-two span:last-of-type {
  padding-right: 25px;
  margin-right: 0px;
}

.post-meta-data.style-two span:last-of-type:after {
  content: none;
}

.post-meta-data.style-two span a {
  color: #006cff;
}

.audio-post .post-thumb iframe {
  height: 200px;
  width: 100%;
  frameborder: no;
}

.audio-post .playButton__play:focus, .audio-post .playButton__play:active {
  outline: none;
}

.video-post .vimeo {
  width: 100%;
  height: 390px;
}

.video-post .vimeo .player .title .portrait {
  display: none !important;
}

/*-----------------------------
	POST-STYLE-THREE
-------------------------------*/
.post-style-three {
  padding: 60px 50px 55px 0;
}

.post-style-three .post-catagory-area {
  float: left;
}

.post-style-three .post-catagory-area + .post-meta-data {
  float: right;
}

.post-style-three .post-thumb {
  margin-bottom: 40px;
  background-color: #f3f3f3;
}

.post-thumb {
  margin-bottom: 40px;
  background-color: #f3f3f3;
}

.post-style-three .post-thumb img {
  margin:0 auto;
}

.post-thumb img {
  margin:0 auto;
}

.post-style-three .post-title {
  margin-bottom: 30px;
}

.post-style-three .read-more-two {
  color: #757575;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-style-three .read-more-two:hover {
  color: #006cff;
}

.post-style-three .blog-positiond-icon i.fa {
  font-size: 30px;
}

.post-style-three .blogfooter .read-more-two {
  float: left;
}

.post-style-three .blogfooter .social-solid {
  float: right;
}
.masonary-three-column .masonary-two-column-container .masonary-item-two-column:nth-child(3n+3) article {
	border-right: none !important;
}
.masonary-two-column .masonary-two-column-container .masonary-item-two-column:nth-child(2n+2) article {
	border-right: none !important;
}

/*-----------------------------
	CATAGORY STYLE
-------------------------------*/
.category-text-box {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  line-height: 100px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), transparent 80%);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.category-block .overlay-common {
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.category-block:hover .overlay-common {
  opacity: 1;
}

.category-block:hover .category-text-box {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: transparent;
}

.category-text-box h4 {
  font-size: 22px;
  line-height: 70px;
  visibility: hidden;
}
.category-block:hover .category-text-box h4 {
    visibility: visible;
}

/*-----------------------------
	6. Sidebar Style
-------------------------------*/

.widget {
  padding: 55px 40px;
  display: block;
  text-align: left;
  width: 100%!important;
}
.widget ul li {
  width: 100%
} 
.widget ul li a {
  display: inline-block;
  color: #757575;
  line-height: 32px!important;
  width: 90%;

}
.widget ul li a:hover {
  color: #000;
}
.single .widget {
  padding: 40px;
}
.widget-title {
  margin-bottom: 20px;
  display:inline-block;
}

.widget-title h4,
.widget-about-content h4 {
  font-weight: 700;
  color: #000000;
}

.widget-about-thumb img {
  display: inline-block;
  margin-bottom: 30px;
}

.widget-about-content h4 {
  margin-bottom: 8px;
}
.widget-about-content p {
	font-family: "SF-UI", serif;
	color: #000;
	font-weight: 300;
}

.widget-about-content h6 {
  font-size: 16px;
  color: #757575;
  margin-bottom: 20px;
  font-weight: 400;
}

.widget_social ul {
  clear: both;
  font-size: 0;
}

.widget_social ul li {
  position: relative;
  float: left!important;
  width: auto;
  padding: 0!important;
  margin: 0!important;
  margin-right: 12px !important;
}

.widget_social ul li:last-child {
  margin-right: 0;
}

.widget_social ul li a {
  height: 31px;
  width: 31px;
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  border-radius: 50%;
}

.widget_social ul li a i.fa {
  color: #7d7d7d;
  line-height: 31px;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.widget_social ul li a:hover {
  background-color:#006cff; 
}

.widget_social ul li a:hover i.fa {
  color: #ffffff;
}

.widget_popular_post ul li .widget-img {
  float: left;
  margin-right: 15px;
}

.widget_popular_post ul li {
  display: table;
  margin-bottom: 30px;
}

.widget_popular_post ul li:last-child {
  margin-bottom: 0;
}

.widget_popular_post .widget-content {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.widget_popular_post .widget-content h6 {
	margin-bottom: 15px;
}

.widget_popular_post .widget-content h6 a {
  font-size: 13px;
  line-height: 18px;
  color: #000000 !important;
  font-weight: 700;
}

.widget_popular_post .widget-content p {
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  font-family: "SF-UI", serif;
}

.widget-img {
  position: relative;
}
.post-entry iframe,.post-entry embed{
  height: 400px;
}

.widget_tags ul {
  font-size: 0;
}

.widget_tags ul li a {
  font-size: 12px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 30px;
  padding-right: 15px;
  padding-left: 15px;
  color: #757575;
  background: #f4f4f4;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.widget_tags ul li a:hover {
  color: #000000;
}
.widget_tag_cloud {
	text-align: left !important;
}
.widget_tag_cloud a {
  font-size: 12px !important;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 30px;
  padding-right: 15px;
  padding-left: 15px;
  color: #757575;
  background: #f4f4f4;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.widget_tag_cloud a:hover {
  color: #ffffff;
  background-color:#006cff; 
}

.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_categories ul li {
  font-size: 13px;
}

.widget_categories ul li:hover a,
.widget_categories ul li:hover span {
  color: #000000;
}

.widget_categories ul li:last-child {
  border-bottom: none;
}

.widget_categories ul li a,
.widget_categories ul li span {
  color: #757575;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.widget_categories ul li span {
  float: right;
  color: #878787;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/*-----------------------------
	7. Pagination Style
-------------------------------*/
.pagination-area {
  margin-top: 60px;
}

.pagination {
  margin: 0;
}

.page-numbers {
  height: 35px;
  width: 35px;
  font-size: 14px;
  line-height: 35px;
  color: #757575;
  margin-right: 5px;
  border: 1px solid #d5d5d5;
}
.page-numbers>i {
  font-size: 14px;
  line-height: 35px;
}

.page-numbers:hover {
  background: #006cff;
  color: #fff;
  border: 1px solid transparent;
}

.page-numbers.current {
  background: #006cff;
  color: #fff;
  border: 1px solid transparent;
}

/*-----------------------------------
	8. Single Page Style
-------------------------------------*/

.blog-single-post-padding {
  padding: 50px 80px 65px 0;
}

.single-blog-post .post-catagory-area {
  margin-bottom: 0;
  float: left;
  max-width: 510px;
}
.post-catagory-area span a {
	margin-bottom: 6px;
}
.post-catagory-area span a:hover {
	color: #000;
}
.single-blog-post .post-meta-data {
  margin-bottom: 0;
  float: right;
  margin-right: 25px;
}
.single-blog-post .single-meta-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-blog-post .post-title {
  margin-bottom: 25px;
}

.single-blog-post .post-title h3 {
  font-weight: 700;
}

.single-blog-post p {
  font-size: 13px;
  line-height: 28px;
  color: #757575;
}

.single-blog-post p:last-of-type {
  margin-bottom: 0;
}

.single-blog-post .custom-highlighter-one {
  margin-bottom: 0;
}

.single-blog-post ul li,
.single-blog-post ol li {
  font-size: 13px;
  line-height: 28px;
  color: #757575;
  font-weight: 300;
  letter-spacing: 0.65px;
}

.single-blog-post ul li span {
  margin-right: 10px;
}

blockquote {
  padding: 40px 40px 50px 45px;
  background: #f6f6f6;
  margin-bottom: 30px;
  border-left: 8px solid #727070;
}
.single .post-entry blockquote {
	margin-top: 80px;
}
blockquote p {
  font-size: 15px;
  font-style: italic;
  line-height: 28px;
  letter-spacing: 0.135px;
  color: #818181;
  position: relative;
}

blockquote p:first-child:after {
  content: "\f10e";
  position: absolute;
  right: -25px;
  top: 15px;
  font-style: normal;
  font-size: 72px;
  color: rgba(129, 129, 129, 0.15);
  font-family: FontAwesome;
}

.page-template-default blockquote {
	margin-top: 0;
}
.page-content p,
.page-template-default p {
    font-size: 13px;
    line-height: 28px;
	font-family: "Playfair Display", serif;
    color: #757575;
}
.post-share-area {
  padding-top: 60px;
  padding-bottom: 55px;
}

.post-share-area .widget_popular_tag > h6,
.post-share-area .share-social-icon > h6,
.post-share-area .widget_popular_tag ul,
.post-share-area .share-social-icon ul {
  display: inline-block;
}

.post-share-area .widget_popular_tag > h6,
.post-share-area .share-social-icon > h6 {
  font-size: 12px;
  color: #000000;
  margin-right: 5px;
  letter-spacing: 0.6px;
}

.post-share-area .widget_popular_tag a {
  font-size: 13px;
  color: #757575;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline;
  margin-bottom: 6px;
}
.single .post-share-area {
	padding-right: 20px;
}
.single .post-share-area .widget_popular_tag h6 {
	margin-bottom: 6px;
}
.post-share-area .widget_popular_tag a:hover {
  color: #000000;
}

.post-share-area .share-social-icon {
  margin-top: 20px;
}

.post-share-area .share-social-icon ul li {
  margin: 0 7px;
  font-size: 13px;
  color: #757575;
  display: inline-block;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-share-area .share-social-icon ul li:hover a {
  color: #006cff;
}

.single-post-author .post-author-thumb {
  float: left;
}

.single-post-author .post-author-thumb img {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.single-post-author {
  padding-bottom: 40px;
}

.single-post-author .post-author-info {
  padding: 25px 50px 0px 180px;
}

.single-post-author .post-author-info h5 {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.single-post-author .post-author-info p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000000;
}

.related-post .blog-thumb {
  margin-bottom: 25px;
}

.related-post .post-title {
  font-size: 13px;
  margin-bottom: 20px;
}

.related-post .post-entry p {
  margin-bottom: 0;
}

.related-post-title,
.comment-form-area .form-heading h4,
.contact-form-area .form-heading h4 {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.related-post-title {
	text-transform: uppercase;
}
.comment-respond .form-heading h4 {
	margin-bottom: 25px;
}

.comment-form-area .form-heading {
  margin-bottom: 30px;
}

.comment-form-area .blog-single-post-padding {
  padding-bottom: 0;
}

.form-common input[type="text"]:focus,
.form-common input[type="email"]:focus,
.form-common textarea:focus {
  outline: 0;
  box-shadow: none;
}

.form-common input[type="text"],
.form-common input[type="email"] {
  width: 40%;
  height: 45px;
  margin-bottom: 30px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}

.form-common input[type="text"] {
  margin-right: 130px;
}

.form-common textarea,
.contact-form textarea {
  width: 100%;
  display: block;
  resize: none;
  margin-bottom: 20px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;

}
#email::-webkit-input-placeholder,
#name::-webkit-input-placeholder,
#comment_message::-webkit-input-placeholder
{
  color: #757575 !important;
}
#email::-moz-placeholder,
#name::-moz-placeholder,
#comment_message::-moz-placeholder
{
  color: #757575 !important;
}
#email::-ms-input-placeholder,
#name::-ms-input-placeholder,
#comment_message::-ms-input-placeholder
{
  color: #757575 !important;
}


.form-common .form-common-btn .btn-common {
  height: 50px;
  line-height: 50px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  padding-right: 27px;
  background: url(../images/misc/1.png) no-repeat center right;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  padding-left:0;
}
#comment-form .form-common-btn {
	margin-bottom: 20px;
}
.form-common p {
}
.contact-form-area {
	margin-top: 40px;
}
.wpcf7 .form-common p {
	display: block;
	margin-bottom: 0;
}
.wpcf7-form-control-wrap  {
	display: inline;
}
.form-common .form-common-btn .btn-common:hover {
  padding-right: 33px;
}

.form-common .form-common-btn .btn-common:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

.comment-list ul li {
  margin-bottom: 60px;
}
.comment-list ul.children li {
  margin-top: 50px;
  margin-bottom: 40px;
}
.comment-list .media-left {
  float: left;
  padding-right: 22px;
}

.comment-list .media-left .comment-thumb img {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.comment-list .media-body .comment-ratting-area {
  font-weight: 700;
}
.comment-list .media-body .comment-ratting-area h5 {
	margin-bottom: 10px;
}
.comment-list .media-body .comment-ratting-area h5 a {
  color: #000000;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
}

.comment-list .media-body .comment-info p {
  line-height: 22px;
}
.comment-list .media-body .comment-info p+p {
  margin-top: 20px;
}
.full-width .form-common input[type="text"] {
  margin-right: 220px;
}

.comment-list .media-body .comment-details .divider {
  margin: 0 7px;
}

.single-comment-meta .reply {
	float: right;
}

/*-----------------------------
	9. Instagram Widget Style
-------------------------------*/
.item-content {
  position: relative;
}

.instagram-widget-slider .overlay-common {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.instagram-widget-slider .instagram-info {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.instagram-widget-slider .instagram-info span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.instagram-widget-slider .instagram-info span:last-of-type {
  margin-bottom: 0;
}

.instagram-widget-slider .owl-controls {
  display: none;
}

.instagram-widget-slider .instagram-info span i.fa {
  margin-left: 3px;
}

.instagram-widget-slider .item-content:hover .overlay-common {
  opacity: 1;
}

.instagram-widget-slider .item-content:hover .instagram-info {
  top: 50%;
  opacity: 1;
}

/*-----------------------------
	9. Instagram Widget Style
-------------------------------*/
.item-content {
  position: relative;
}


.carousel-instagram {
	position: relative;
}

.instagram-text {
    padding: 20px 30px;
    background: #006cff;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99 left: 0;
    z-index: 99;
    left: 50%;
    margin-left: -80px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 25px 8px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 25px 8px rgba(150,150,150,1);
    box-shadow: 0px 0px 23px 0px rgba(150,150,150,1);
}
.carousel-instagram .overlay-common {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.carousel-instagram .instagram-info {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.carousel-instagram .instagram-info span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.carousel-instagram .instagram-info span:last-of-type {
  margin-bottom: 0;
}

.carousel-instagram .owl-controls {
  display: none;
}

.carousel-instagram .instagram-info span i.fa {
  margin-left: 3px;
}

.carousel-instagram .item-content:hover .overlay-common {
  opacity: 1;
}

.carousel-instagram .item-content:hover .instagram-info {
  top: 50%;
  opacity: 1;
}

.carousel-instagram .item-content img {
	height: 317px;
}

/*-----------------------------
	10. Contact Styles
-------------------------------*/
.contact-post {
  padding-top: 55px;
  padding-bottom: 80px;
  text-align: center;
}

.contact-post .post-thumb {
  margin-bottom: 50px;
}

.contact-post .post-meta-data {
  margin-bottom: 40px;
}

.contact-post .post-meta-data span a {
  font-size: 12px;
  color: #006cff;
}

.contact-post .post-title {
  margin-bottom: 30px;
}

.contact-post .post-entry p {
  line-height: 32px;
  letter-spacing: 0.8px;
  font-size: 16px;
  color: #757575;
  margin-bottom: 0;
}

.contact-form-area .form-common input[type="text"] {
  margin-right: 125px;
}

/*-------------------------
	11. About Styles
-------------------------*/
.about-section .custom_widget_about p {
  margin-bottom: 0;
}

.about-section .about-wrap .post-thumb {
  margin-bottom: 55px;
}

.about-section .about-wrap .post-title {
  text-align: center;
}

.about-section .about-wrap .single-blog-post {
  padding-top: 55px;
}

/*-------------------------
	12. Footer Styles
-------------------------*/
.footer-main-section {
  padding-top: 90px;
  padding-bottom: 70px;
}

.footer-widget .widget-about-content {
  padding: 0 50px;
}

.footer-widget .widget-about-content p {
  margin-bottom: 0;
}

.footer-widget .widget_popular_post {
  padding: 0 60px 0 0;
  margin-left: 10px;
}

.footer-widget .widget_pinterest_post ul li {
  display: inline-block;
  margin: 5px 4px;
}
.footer-widget .instagram-pics li {
	display: inline-block;
	margin: 5px;
}
.footer-widget .instagram-pics li img {
	width: 110px;
}
.footer-bottom {
  padding: 25px 0;
}

.copyright p {
  margin: 0;
  letter-spacing: 1.2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #757575;
}

.copyright p span {
  color: #757575;
}

.copyright p a {
  color: #006cff;
}
/*----------------------------------
  1. Visual Composer Element Icon
----------------------------------*/

.icon-wpb-quickload,
.icon-wpb-themeton{
    background-image: url(../images/quick-load.png) !important;
    background-position: 0 0 !important;
}