/* sweet alert 2 */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden!important;
}

.swal2-title {
  font-family: "Open Sans", sans-serif!important;
}

.swal2-styled {
  font-family: "Open Sans", sans-serif!important;
  font-size: 1.5em!important;
}
/* sweet alert 2 */

/* menu */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown .dropdown-menu .dropdown .dropdown-menu {
    top: 0!important;
    left: 100%;    
    padding-top: 0;
  }

  .dropdown .dropdown-menu .dropdown .dropdown-menu:before {
    display: none;
  }
}
/* menu */

textarea {
  min-height: 140px;
}

.form-control {
  background: #fff!important;
  border: 1px solid #ccc!important;
  border-radius: 4px!important;
}

/* search form */
.searchform .btn {
  right: 0;
}

h2.search-results span {
  color: #70aed2;
  font-weight: 900;
}
/* search form */

/* news builder */
.drag-element {
  background: #232323;
  padding: 8px 16px;
  width: auto;
  display: block;
  overflow: hidden;
  position: fixed;
  box-sizing: border-box;
  z-index: 10;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.form-element-list {
  border: 2px dashed transparent;
  background: none;
  position: relative;
  padding: 6px;
  margin: -8px; 
  height: auto;
  min-height: 50px;
}

.form-element-list.empty {
  border: 2px dashed #999;
  background: #f1f1f1;
  padding: 0;
  margin: 0 0 30px 0;
}

.form-element-list.ui-state-default {
  border: 2px dashed #ff7e00!important;
  background: rgb(255 126 0 / 0.25)!important;
}

.form-element-list.ui-state-default > .drag-drop-area > h1, .form-element-list.ui-state-default > .drag-drop-area > i {
  color: #ff7e00
}

.form-element-list.ui-state-hover {
  border: 2px dashed #32b47b!important;
  background: rgb(50 180 123 / 0.25)!important;  
}

.form-element-list.ui-state-hover > .drag-drop-area > h1, .form-element-list.ui-state-hover > .drag-drop-area > i {
  color: #32b47b
}

.from-button {
  color: #FFF !important;
  background: #70aed2;
  border: 0;
  margin-bottom: 10px;
  margin-right: 4px;
  font-size: 12px;
  line-height: 1;
  padding: 14px 20px 13px;
  font-weight: 700;
  text-shadow: none;
  text-transform: none;
  transition: all 150ms ease-in;
  box-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

.drag-drop-area {
  width: 100%;
  padding: 32px 16px;
  box-sizing: border-box;
  text-align: center;
  color: #999;
}

.drag-drop-area > i {
  font-size: 20px;
}

.drag-drop-area > h1 {
  color: #999;
  user-select: none;
  border-bottom: none;
}

.form-builder.opened {
  right: 0;
}

.form-builder {
  width: 140px;
  right: -140px;
  position: fixed;
  top: 50%;
  margin-top: -73px;
  z-index: 999;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff;
}

.form-builder-inner {
  position: relative;
  background-color: #343434;
  padding: 15px;
}

.form-builder .toggler {
  position: absolute;
  top: 0;
  left: -48px;
  background-color: #343434;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-builder h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}

.form-builder ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.form-builder ul li {
  padding: 5px 0;
  cursor: grabbing;
  font-size: 15px;
}

.form-builder ul li > i, .drag-element i {
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 17px;
}

.post .box.editable figure {
  margin: 0 -30px 30px -30px !important;
}

.editable > .toolbar-actions > i.orange:hover {
  background-color: #ff7e00;
}

.editable > .toolbar-actions > i.red:hover {
  background-color: #f44336;
}

.post-content > div {
  margin: 0 0 20px;
}
/* news builder */

/* settings */
#settings-list-toggler {
  position: fixed;
  top: 50%;
  right: 0px;
  margin-top: -169px;
  z-index: 999;
  background-color: #343434;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.settings-list-enabled .settings-list {
  right: 0;
}

.settings-list .settings-list-title a,
.settings-list .settings-list-title h5 {
  color: #ffffff;
  line-height: 24px;
}

.settings-list .settings-list-title {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
  background-color: #62a3c8;
}

.settings-list .settings-list-toolbar {
  background-color: #ebebee;
  padding: 12px 15px;
}

.settings-list {
  background-color: #fff;
  display: block;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 500px;
  z-index: 2000;
  /* float: right!important; */
  -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
}

.settings-list-enabled .settings-list-overlay {
  opacity: 0.5;
  visibility: visible;
}
.settings-list-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* settings */

/* change image */
.change-image {
  text-align: center;
}

.change-image .background-pic {
  height: 250px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  color: transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.change-image .background-pic.editable:hover {
  background-color: rgba(0, 0, 0, .5);
  z-index: 10000;
  color: rgba(250, 250, 250, 1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.change-image .background-pic span {
  display: inline-flex;
  padding: 5px;
  padding-right: 0;
  font-size: small;
}
/* change image */

/* image background overlay */
.bg-overlay::before, .tp-bgimg.defaultimg111::before {
  position: absolute;
  content: "";
  background-color: #1f2749;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.50;
}
/* image background overlay */

/* post */
.add-post {
  position: absolute;
  top: 0;
  right: 15px;
  background: #565656;
  padding: 0px 6px;
  font-weight: 800 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.add-post:hover {
  background: #70aed2;
}
/* post */

/* post description */
.description, ul.small-posts > li h2 a, .image-post h2 a, .blog-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 144px;
}

.blog-description {
  -webkit-line-clamp: 3;
  max-height: 144px;
}
/* post description */

.widget .post-list h5 a, .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 20px;
}

.widget .post-list .meta {
  margin-left: 85px;
  margin-bottom: 0;
}

.widget .post-list li:last-child {
  margin-bottom: 0;
}

.subheading-headline {
  min-height: 32px;
  line-height: 32px!important;
  font-size: 20px;
}

.item.post > figure {
  margin: 0;
}

.caption-overlay .box {
  padding: 20px;
}

/* post category */
.post-list .category {
  color: #FFF;
  text-transform: uppercase;
  padding: 2px 11px;
  display: flex;
  width: fit-content;
}

.post-list .category:hover {
  color: #FFF;
}

.category.photography span a, .post-list .category.photography {
  background: rgba(207,121,145,0.9);
}

.category.photography span a:hover, .post-list .category.photography:hover {
  background: rgba(207,121,145,1);
}

.category.technology span a, .post-list .category.technology {
  background: rgba(252,179,76,0.9);
}

.category.technology span a:hover, .post-list .category.technology:hover {
  background: rgba(252,179,76,1);
}

.category.environment span a, .post-list .category.environment {
  background: rgba(120,207,121,0.9);
}

.category.environment span a:hover, .post-list .category.environment:hover {
  background: rgba(120,207,121,1);
}

.category.miscellaneous span a, .post-list .category.miscellaneous {
  background: rgba(207,121,145,0.9);
}

.category.miscellaneous span a:hover, .post-list .category.miscellaneous:hover {
  background: rgba(207, 121, 145, 1);
}

.category.posts-from-facebook span a, .post-list .category.posts-from-facebook {
  background: rgba(207,121,145,0.9);
}

.category.posts-from-facebook span a:hover, .post-list .category.posts-from-facebook:hover {
  background: rgba(207, 121, 145, 1);
}

.category.stories span a, .post-list .category.stories {
  background: rgba(236, 95, 95, 0.9);
}

.category.stories span a:hover, .post-list .category.stories:hover {
  background: rgba(236, 95, 95,1);
}

.category.geo-politics span a, .post-list .category.geo-politics {
  background: rgba(238, 140, 48, 0.9);
}

.category.geo-politics span a:hover, .post-list .category.geo-politics:hover {
  background: rgb(238, 140, 48, 1);
}

.category.satire span a, .post-list .category.satire {
  background: rgba(155, 128, 230, 0.9);
}

.category.satire span a:hover, .post-list .category.satire:hover {
  background: rgb(155, 128, 230, 1);
}

.category.popular-science span a, .post-list .category.popular-science {
  background: rgba(213, 128, 230, 0.9);
}

.category.popular-science span a:hover, .post-list .category.popular-science:hover {
  background: rgb(213, 128, 230, 1);
}

.category.the-story-of-india span a, .post-list .category.popular-science {
  background: rgba(208, 230, 128, 0.9);
}

.category.the-story-of-india span a:hover, .post-list .category.popular-science:hover {
  background: rgb(208, 230, 128, 1);
}

a.category.blue span a, .post-list .category.blue {
  background: rgba(163,181,227,0.9);
}

a.category.blue span a:hover, .post-list .category.blue:hover {
  background: rgba(163,181,227,1);
}

.category.portrait span a, .post-list .category.portrait {
  background: rgba(200,98,127,0.9);
}

.category.portrait span a:hover, .post-list .category.portrait:hover {
  background: rgba(200,98,127,1);
}

.category.birds-wildlife span a, .post-list .category.birds-wildlife {
  background: rgba(120,176,208,0.9);
}

.category.birds-wildlife span a:hover, .post-list .category.birds-wildlife:hover {
  background: rgba(120,176,208,1);
}

.category.birds-in-flight span a, .post-list .category.birds-in-flight {
  background: rgba(240, 103, 106,0.9);
}

.category.birds-in-flight span a:hover, .post-list .category.birds-in-flight:hover {
  background: rgba(240, 103, 106,1);
}

.category.landscape span a, .post-list .category.landscape {
  background: rgba(114, 185, 121,0.9);
}

.category.landscape span a:hover, .post-list .category.landscape:hover {
  background: rgba(114, 185, 121,1);
}

.category.city-street-people span a, .post-list .category.city-street-people {
  background: rgba(246,127,68,0.9);
}

.category.city-street-people span a:hover, .post-list .category.city-street-people:hover {
  background: rgba(246,127,68,1);
}

.category.macro span a, .post-list .category.macro {
  background: rgba(240,103,106,0.9);
}

.category.macro span a:hover, .post-list .category.macro:hover {
  background: rgba(240,103,106,1);
}

.category.others span a, .post-list .category.others {
  background: rgba(173,123,79,0.9);
}

.category.others span a:hover, .post-list .category.others:hover {
  background: rgba(173,123,79,1);
}

.category.black-white span a, .post-list .category.black-white {
  background: rgba(140,140,140,0.9);
}

.category.black-white span a:hover, .post-list .category.black-white:hover {
  background: rgba(140,140,140,1);
}

.category.through-frosted-window span a, .post-list .category.through-frosted-window {
  background: rgba(98,184,200,0.9);
}

.category.through-frosted-window span a:hover, .post-list .category.others:through-frosted-window {
  background: rgba(98,184,200,1);
}

.category.cyan span a, .post-list .category.cyan {
  background: rgba(120,198,208,0.9);
}

.category.cyan span a:hover, .post-list .category.cyan:hover {
  background: rgba(120,198,208,1);
}
/* post category */

/* editable */
.editable {
  position: relative;
}

.editable:hover > .toolbar-actions {
  opacity: 1;
}

.editable .toolbar-actions {
  position: absolute;
  display: flex!important;
  top: 0px;
  right: 0px;
  z-index: 1;
  float: right;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  opacity: 0;
}

.editable .toolbar-actions > i, .editable .toolbar-actions > a > i {
  color: #fff;
  margin: 0;
  cursor: pointer;
  padding: 8px;
  background-color: #565656;
  display: table-cell;
}

.editable > .toolbar-actions > i:hover, .editable .toolbar-actions > a:hover > i {
  background-color: #000;
}

.editable > .toolbar-actions.pull-right {
  right: -30px!important;
}
/* editable */

/* right bar */
.right-bar-enabled .right-bar {
  right: 0;
}

@media only screen and (max-width: 600px) {
  .right-bar {
    width: 100%;
    right: -100%;
  }
}

.right-bar {
  background-color: #fff;  
  display: block;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 500px;
  z-index: 1001;
  /*float: right!important;*/
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
  box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);  
}

.right-bar .right-bar-title {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
  background-color: #62a3c8;
}

.right-bar .right-bar-title a,
.right-bar .right-bar-title h5 {
  color: #ffffff;
  line-height: 24px;
}

.right-bar .right-bar-toolbar {
  background-color: #ebebee;
  padding: 12px 15px;
}

.right-bar-enabled .right-bar-overlay {
  opacity: 0.5;
  visibility: visible;
}

.right-bar-overlay {  
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.dropzone-wrapper input[type=file] {
  visibility: hidden;
  width: 150px;
  position: absolute;
}

.dropzone-wrapper p {
  color:#999;
}

.dropzone {
  border: 2px dashed #999;
}

.dropzone:hover, .dropzone.dragover {
  background: #e9ecef;
}

.dropzone-wrapper .progress {
  height: 20px;
}

.dropzone-wrapper .cancel-upload {
  cursor: pointer;
}

.dropzone-wrapper .cancel-upload:hover {
  color: #dc3545;
}

#post-list-toggler {
  position: fixed;
  top: 50%;
  right: 0px;
  margin-top: -121px;
  z-index: 999;
  display: inline-block;
  background-color: #343434;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-list-enabled .post-list-overlay {
  opacity: 0.5;
  visibility: visible;
}

.post-list-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.post-list-bar {
  background-color: #fff;
  display: block;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 500px;
  z-index: 1001;
  /* float: right!important; */
  -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
}

.post-list-enabled .post-list-bar {
  right: 0;
}

.post-list-bar .post-list-title a,
.post-list-bar .post-list-title h5 {
  color: #ffffff;
  line-height: 24px;
}

.post-list-bar .post-list-title {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
  background-color: #62a3c8;
}

.post-list-bar .post-list-toolbar {
  background-color: #ebebee;
  padding: 12px 15px;
}

.sidebar .searchform {
  max-width: initial;
}

@media only screen and (max-width: 600px) {
  body.md-show, body.right-bar-enabled, body.post-list-enabled, body.settings-list-enabled, body.photo-gallery-enabled {  
    overflow: hidden!important;
  }
}

@media only screen and (min-width: 600px) {
  body.md-show, body.right-bar-enabled, body.post-list-enabled, body.settings-list-enabled, body.photo-gallery-enabled {  
    overflow: hidden!important;
    padding-right: 17px;
  }
}

@media (max-width: 992px) {
  .sidebar {
    padding-left: 15px !important;
  }

  body .navbar, body .navbar.fixed {
    position: fixed !important;
    height: auto !important;
  }
}
/* right bar */

/* photo gallery */
#photo-gallery > .row > .col-sm-4 {
  padding: 0px 5px 10px 5px;
}

#photo-gallery .cbp-caption-defaultWrap {
  height: 243px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  color: transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#photo-gallery .cbp-caption {
  display: flex;
}

#photo-gallery .cbp-caption-activeWrap {
  height: 260px;
}

#photo-gallery .cbp-caption-text {
  height: 260px;
  width: 100%;
  opacity: 1;
  top: 0;
  position: absolute;
  z-index: 4;
}

#photo-gallery .cbp-caption-progress {
  height: 260px;
  width: 100%;
  opacity: 1;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  background: rgba(29,29,33,0.6);
  transition: all 0.4s;
}

#photo-gallery .cbp-l-caption-progress {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFF;
  font-weight: bold;
}

#photo-gallery .toolbar-actions {
  right: 5px;
}

.fotorama__html .toolbar-actions {
  /*right: 5px;*/
  top: 36px;
  display: block!important;
  opacity: 1;
}

.fancybox-title .exif {
  /*position: fixed;
  top: calc(50% - 108px);
  right: 12px;*/
  /*background: rgba(29,29,33,0.6);*/
  padding: 12px 0;
}

.fancybox-title .exif > p {
  margin: 4px 12px 4px 0;
}

.photo-gallery-enabled .photo-gallery {
  right: 0;
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  margin-top: 0;
}

.lg-dropdown li:nth-child(3) {
  display: none;
}

@media only screen and (max-width: 600px) {
  .photo-gallery {
    width: 100%;
    right: -100%;
  }

  /*.fancybox-title .exif {
    position: relative;
    padding: 12px 0;
    left: 0;
  }*/

  .fancybox-title .exif > p {
    margin-left: 0;
  }
}

.photo-gallery {
  background-color: #fff;  
  display: block;
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 500px;
  z-index: 1001;
  /*float: right!important;*/
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
  box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);  
}

.photo-gallery .photo-gallery-title {
  padding-top: 23px!important;
  padding-bottom: 23px!important;
  background-color: #62a3c8;
}

.photo-gallery .photo-gallery-title a,
.photo-gallery .photo-gallery-title h5 {
  color: #ffffff;
  line-height: 24px;
}

.photo-gallery .photo-gallery-toolbar {
  background-color: #ebebee;
  padding: 12px 15px;
}

.photo-gallery-enabled .photo-gallery-overlay {
  opacity: 0.5;
  visibility: visible;
}

.photo-gallery-overlay {  
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* photo gallery */

/* social share buttons */
.share-post-box {
  margin-bottom: 30px; 
}

.share-post-box ul.share-box {
  overflow: hidden;
  padding: 0;
}

.share-post-box ul.share-box li {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
}

.share-post-box ul.share-box li a {
  padding: 15px 0;
  width: 100%;
  color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.share-post-box ul.share-box li a span.share-on {
  margin-left: 8px;
  vertical-align: text-bottom;
}

.share-post-box ul.share-box li a span.share-with {
  margin-left: 2px;  
  vertical-align: text-bottom;
}

.share-post-box ul.share-box li a span {
  margin-left: 0px;
}

.share-post-box ul.share-box li a.facebook {
  background: #1877f2;
}

.share-post-box ul.share-box li a.twitter {
  background: #1da1f2;
}

.share-post-box ul.share-box li a.whatsapp {
  background: #25d366;
}

.share-post-box ul.share-box li a.telegram {
  background: #0088cc;
}

.share-post-box ul.share-box li a:hover {
  opacity: .9;
}

@media only screen and (max-width: 1200px) {
  .share-post-box ul.share-box li a span.share-on,
  .share-post-box ul.share-box li a span.share-with {
    display: none;
  }
}

.social .facebook{
  background: #4470cf;
}

.social .twitter{
  background: #5daed5;
}

.social .whatsapp{
  background: #72b979;
}

.social .telegram{
  background: #3393c1;
}

/* social share buttons */

/* blockquote */
blockquote:after {
  bottom: 0;
  top: initial;
  text-align: right;
}

blockquote:before, blockquote:after {
  height: 40px;    
}
/* blockquote */

/* link content */
.link-content {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.link-content > a > span {
  color: #3b3b3b;
  cursor: initial;
}
/* link content */

/* timeline  */
.tracking-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  margin-left: 2.5rem;
  min-height: 5rem;
}

.tracking-item .tracking-icon.status-intransit {
  color: #868e96;
  border: 1px solid #e5e5e5;
}

.tracking-item .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item .tracking-date {
  margin-bottom: .5rem;
}

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: .4rem;
}

.tracking-item .tracking-content {
  padding: .5rem .8rem;
  background-color: #f4f4f4;
  border-radius: .5rem;
}

.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 85%;
}
/* timeline  */

/* showing changes */
.swal2-content .table {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  background-color: transparent;
  font-size: 16px;
  font-weight: initial;
  text-align: initial;
  word-wrap: break-word;
  text-align: justify;
}

.swal2-title {
  font-size: 25px;
}

.swal2-popup {
  padding: 20px;
  width: 500px;
}

.swal2-content .table ins {
  text-decoration: none;
  background-color: #d4fcbc;
  color: #00771f;
}

.swal2-content .table del {
  text-decoration: line-through;
  background-color: #fbb6c2;
  color: #f90000;
}
/* showing changes */

/* tag inputs */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  display: inline-block;
  padding: 6px 12px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  width: -webkit-fill-available;
  line-height: 28px;
  cursor: text;
}

.bootstrap-tagsinput .tag {
  /*color: white;
  background: #0075ff;
  padding: 0px 6px 3px 6px;
  border-radius: 3px;
  margin-right: 2px;  
  font-size: inherit;
  font-weight: 100;*/

  cursor: pointer;
  border-radius: 3px;
  margin-right: 2px;  
  padding: 3px;
  background: #428bca;
  color: white;
  font-size: 14px;
  font-weight: 100;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 5px;
  cursor: pointer;  
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: inherit;
  height: 25px;
  font-size: inherit;
  font-weight: 100;
}

.bootstrap-tagsinput input:focus {
  background-color: transparent;
}
/* tag inputs */

/* selectize */
.selectize-input {
  min-height: 34px;
}

.selectize-input {
  border: 1px solid #ced4da;
  padding: 9px 12px;
}

.selectize-control.multi .selectize-input>div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #428bca;
  color: white;
  border: 0 solid transparent;
}

.selectize-control.plugin-remove_button [data-value] {
  padding-right: 18px!important;
  cursor: pointer;
}

.selectize-control.plugin-remove_button .remove-single {
  line-height: 18px;
}
/* selectize */

/* parsley */
.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list>li {
  list-style: none;
  color: #f46a6a;
  margin-top: 2px;
  font-size: 12px;
}

.parsley-error {
  border-color: #f46a6a;
  margin-bottom: 0!important;
}
/* parsley */

/* update profile */
.team-users {
  text-align: center;
  margin-bottom: 12px;
  padding-top: 4px;
}

.team-users .profile-pic {
  border-radius: 5%;
  height: 200px;
  width: 200px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-author .author-image > img {
  border-radius: 5%;
}

.team-users .profile-pic.editable:hover {
  background-color: rgba(0, 0, 0, .5);
  z-index: 10000;
  color: rgba(250, 250, 250, 1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.team-users .profile-pic span {
  display: inline-flex;
  padding: 5px;
  padding-right: 0;
  font-size: small;
}
/* update profile */

/* image post */
ul.image-posts {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin-left: -10px;
}

ul.image-posts > li {
  display: inline-block;
  width: 20%;
  margin-bottom: 10px;
  padding-left: 10px;
}
/* image post */

/* login */
.login-wrapper {
  width: 35%;
  padding: 30px;
}
/* login */

/* not mobile view */
@media only screen and (min-width: 991px) {
  /* link content */
  .link-content > a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* link content */

  /* mobile social icons */
  ul.social.naked.container {
    display: none;
  }
  /* mobile social icons */
}

/* body */
.navbar.fixed {
  background: rgba(29,29,33,1) !important;
}
/* body */

/* about us*/
.about-container img {
  float: left;
  margin: 0 20px 15px 0;
}

.about-container p a {
  color:#70ADe2;
}
/* about us*/

/* fotorama */
.fotorama {
  background: rgba(38, 38, 42, 1);
}

.fotorama__html .exif {
  background: rgba(29,29,33, 0.75);
  padding: 20px;
  position: absolute;
}

.fotorama__html .exif > p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}

.fotorama__html .exif > p:last-child {
  margin-bottom: 0;
}

.fotorama__caption .fotorama__caption__wrap {
  background: rgba(29,29,33, 0.75);
}

.fotorama__caption .fotorama__caption__wrap > p {
  margin-bottom: 0;
  color: #fff;
}
/* fotorama */

/* lightGallery */
.lg-toolbar .custom-btn {
  font-size: inherit;
  line-height: inherit;
}

.lg-toolbar .custom-btn > i {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
/* lightGallery */

/* mobile view */
@media only screen and (max-width: 991px) {
  /* about us*/
  .about-container img {
    width: 100px;
    height: 100px;
  }

  .about-container p {
    text-align: left;
  }
  /* about us*/
  
  /* login */
  .login-wrapper {
    width: 100%;
  }
  /* login */
  
  /* footer */
  .sub-footer .inner {
    padding: 12px 0;
  }

  .sub-footer #footer-site-copyright, .sub-footer #footer-design-by {
    float: none;
    text-align: center;
    margin: 6px auto;
  }
  /* footer */

  /* revolution slider */
  .revolution .tp-caption.large {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .revolution .tp-caption.medium {
    font-size: 13px !important;
    line-height: 15px !important;
    margin-top: 25px !important;
  }
  /* revolution slider */

  /* mobile menu */
  body.mobile-menu-opened {
    overflow: hidden !important;
  }
  
  .dropdown-menu {
    display: block;
  }

  .dropdown .caret {
    margin-left: 5px; 
    height: 6px;
  }

  .navbar-nav ul.dropdown-menu > li > a,
  .navbar-nav ul.dropdown-menu > li > a:hover {
    padding: 10px 0 !important;
  }

  .navbar-nav ul.dropdown-menu > li.active > a {
    color: #70aed2 !important;
  }
  
  .header-menu-toggle {
    position: fixed;
    right: 12px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem; 
  }

  .navbar .navbar-nav {
    margin-top: 0;
  }

  .navbar.fixed .header-menu-toggle {
    top: 14px;
  }

  /*.navbar .navbar-collapse {
    line-height: 90px;
    position: fixed;
    height: 100%;
    top: 90px;
  }

  .navbar.fixed .navbar-collapse {
    line-height: 70px;
    position: fixed;
    height: 100%;
    top: 70px;
  }*/

  .header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 9px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
    transition: all .5s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  .header-menu-toggle span::after, .header-menu-toggle span::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    transition: all .5s ease-in-out;
  }

  .header-menu-toggle span::before {
    top: -9px;
  }

  .header-menu-toggle span::after {
    bottom: -9px;
  }

  .header-menu-toggle.is-clicked span {
    background-color: rgba(255,255,255,0);
    transition: all .1s ease-in-out;
  }

  .header-menu-toggle.is-clicked span::after, .header-menu-toggle.is-clicked span::before {
    background-color: #fff;
  }

  .header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .header-menu-toggle.is-clicked span::after, .header-menu-toggle.is-clicked span::before {
    background-color: #fff;
  }

  .header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  ul.social.naked.container {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 16px;
    text-align: center;
    vertical-align: middle;
  }
  /* mobile menu */
}
/* mobile view */