.navbar-brand { letter-spacing: 0px; }
.r-none { resize: none; }

.feat-item.item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 380px;
}

.feat-overlay h2 a { letter-spacing: .5px; }

.post > header .title { padding: 1.25em 2em 1.25em 2em; }
.post > header .meta { padding: 1.25em 2em 1.25em 2em; }
.img-no-post { padding: 100px; }

.post > footer { margin-top: 10px; }

article.post header .title h2 a { text-transform: initial; letter-spacing: .5px; }
article.post > footer .stats li a { font-size: 14px; }

.post > header .meta .published { letter-spacing: unset; font-family: sans-serif; font-size: 8px; }
.author { letter-spacing: unset; font-size: 12px; }


/* 1 image block */
article .post-image { margin-bottom: 25px; }
article .post-image img { cursor: pointer; width: 100%; }


/* 2 images block */
.post-image-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flow-root;
  margin-bottom: 25px;
}

.post-image-2 .image {
  min-height: 300px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.post-image-2 .image-1 {
  width: 50%;
  border-right: 4px solid var(--white-color);
}
.post-image-2 .image-2 {
  width: 50%;
  border-left: 4px solid var(--white-color);
}


/* 3 images block */
.post-image-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flow-root;
  margin-bottom: 25px;
}

.post-image-3 .image {
  min-height: 200px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.post-image-3 .left {
  float: left;
  width: 50%;
  height: 400px;
}
.post-image-3 .right {
  float: left;
  width: 50%;
  height: 400px;
}
.post-image-3 .image-1 {
  width: 100%;
  border-right: 4px solid var(--white-color);
  border-bottom: 4px solid var(--white-color);
}
.post-image-3 .image-2 {
  width: 100%;
  border-top: 4px solid var(--white-color);
  border-right: 4px solid var(--white-color);
}
.post-image-3 .image-3 {
  width: 100%;
  height: 100%;
  border-left: 4px solid var(--white-color);
}


/* 4 images block */
.post-image-4 {
  margin-top: 10px;
  margin-bottom: 25px;
  display: flow-root;
}

.post-image-4 .image {
  min-height: 200px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.post-image-4 .image-1 {
  width: 50%;
  border-right: 4px solid var(--white-color);
  border-bottom: 4px solid var(--white-color);
}
.post-image-4 .image-2 {
  width: 50%;
  border-left: 4px solid var(--white-color);
  border-bottom: 4px solid var(--white-color);
}
.post-image-4 .image-3 {
  width: 50%;
  border-top: 4px solid var(--white-color);
  border-right: 4px solid var(--white-color);
}
.post-image-4 .image-4 {
  width: 50%;
  border-top: 4px solid var(--white-color);
  border-left: 4px solid var(--white-color);
  display: grid;
  align-content: end;
}

.post-image-4 .more-text {
  background-color: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mini-posts .mini-post .video-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  align-content: center;
  display: grid;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
}

/* youtube video */
.single-video-card { padding: 0px; margin-top: 10px; margin-bottom: 10px; }
.single-video-card .video-image { 
  width: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}

.single-video-card .video-image .icon a i { font-size: 60px; }

#YoutubeModal .btn-close {
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 10px;
    cursor: pointer;
    margin: 10px;
    background: #fff;
}

/* uploaded video */
#VideoModal .btn-close {
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 10px;
    cursor: pointer;
    margin: 10px;
    background: #fff;
}

#YoutubeVideoModal {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#YoutubeVideoModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* photo slider */
.watch-photo-slides {
    height: 100%;
}
.watch-photo-slides .video-item {
  height: 450px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  width: 30px;
}

/* job block */
.job-block { border: 1px solid #ececec; border-top-left-radius: 9px; border-top-right-radius: 9px; }
.job-block .job-bg { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.job-block .job-details { padding: 10px; overflow: hidden; }
.job-details p { margin: 5px 0px !important; width: 100%; float: left; clear: both; }
.job-details .button-group { margin: 10px 0px 0px 0px !important; clear: both; }

.job-details .add-friend-btn { float: left; }
.job-details .apply-btn { float: right; }

.job-details .add-friend-btn button { 
  border-radius: 20px !important;
  padding: 8px 15px 5px 15px !important;
  background-color: var(--theme-main-color) !important;
  color: var(--white-color) !important;
  border: none !important;
  font-size: var(--font-size) !important;
  margin-right: 5px;
  margin-bottom: 10px;
}

.job-details .apply-btn button { 
  border-radius: 20px !important;
  padding: 8px 15px 5px 15px !important;
  background-color: #333 !important;
  color: var(--white-color) !important;
  border: none !important;
  font-size: var(--font-size) !important;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* poster block */
.poster-block .poster-bg { width: auto; margin: 0px auto; }

/* youtube video */
.single-video-card { cursor: pointer; margin-bottom: 2em; padding: 1px; }
.single-video-card .video-image img { width: 100%; }

.single-video-card .video-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(160,160,160,.3);
  margin: 0px auto;
  overflow: hidden;
}

/* audio and document block */
.audio-document-block { margin-bottom: 25px; }
.audio-document-block img {
  width: 64px;
  height: 64px;
  background: #efefef;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 10px;
}

/* quote block */
.quote_block {
  padding: 30px;
  min-height: 350px;
  display: grid;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.quote_block p {
  margin: 0px !important;
  font-size: 32px !important;
  text-align: center;
}

/* poll block */
.poll-block { border: 1px solid #ececec; margin-bottom: 20px; }
.poll-block .poll-bg {  }
.poll-block .poll-options { padding: 10px; overflow: hidden; }
.progress .progress-bar { background-color: var(--theme-main-color); }
.progress .progress-bar .sr-only { display: none; }
.poll-options p { margin: 0px !important; }
.poll-options .progress {
  height: 30px;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  margin-right: 0px;
  position: relative;
}
.progress .poll-option {
  float: left;
  position: absolute;
  margin-left: 12px;
  line-height: 30px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  left: 0px;
}
.progress .poll-percentage {
  float: right;
  position: absolute;
  margin-right: 15px;
  line-height: 30px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  right: 0px;
  letter-spacing: .5px;
}


/* sidebar slider */
.watch-sidebar-slides {
    height: 280px;
    width: 100%;
    margin-bottom: 25px;
}
.watch-sidebar-slides .sliders-item {
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sliders-item a {
    color: var(--white-color);
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: var(--black-color);
    padding: 8px;
    opacity: .8;
    text-transform: capitalize;
    font-weight: 600;
}

.sliders-item p {
    color: var(--white-color);
  position: absolute;
  bottom: 20px;
  text-align: left;
  width: 100%;
  padding: 8px;
  font-size: 22px;
}


/* logo */
.navbar-default .navbar-header .navbar-brand {
  margin-top: 10px;
}
.navbar-default .navbar-header .navbar-brand img {
  max-height: 70px;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
}

.mini-post header .author { top: .7em; }
.mini-post header h3 { letter-spacing: .4px; margin-right: 1.5em; }
.mini-post .image { border-bottom: solid 1px rgba(160,160,160,.3); }

/* nav menu */
.dropdown-menu.level-1 { width: 200px; }

.dropdown-menu.level-1 li a {
  margin-right: 10px;
  overflow: clip;
}

.navbar-default .navbar-collapse .nav li a { text-transform: uppercase; }

.navbar-default .navbar-collapse .nav li .dropdown-menu li a { 
 
}

.dropdown-menu.level-2 { display: none !important; position: fixed; left: 198px !important; }

li.level-2:hover .dropdown-menu.level-2 { display: block !important; }

.level-2.menu-1 .dropdown-menu.level-2 { top: -3px; }
.level-2.menu-2 .dropdown-menu.level-2 { top: 43px; }
.level-2.menu-3 .dropdown-menu.level-2 { top: 83px; }
.level-2.menu-4 .dropdown-menu.level-2 { top: 123px; }
.level-2.menu-5 .dropdown-menu.level-2 { top: 163px; }
.level-2.menu-6 .dropdown-menu.level-2 { top: 203px; }
.level-2.menu-7 .dropdown-menu.level-2 { top: 243px; }
.level-2.menu-8 .dropdown-menu.level-2 { top: 283px; }
.level-2.menu-9 .dropdown-menu.level-2 { top: 323px; }
.level-2.menu-10 .dropdown-menu.level-2 { top: 363px; }




/* Start Responsive CSS */
@media only screen and (max-width: 320px) {
}

@media only screen and (min-width: 320px) and (max-width:480px) { 
  .dropdown-menu.level-2 { display: block !important; position: unset; left: 0px !important; }
  .dropdown-menu.level-1 { margin-left: 20px; }
  .dropdown-menu.level-2 { margin-left: 30px; }

  .navbar-default .navbar-collapse .nav li a { padding: 0px; }
  .navbar-default .navbar-collapse .nav li ul li a { padding: 0px; }

  .dropdown-menu.level-1 li { border-top: 0px !important; }

  .dropdown-menu.level-2 li { 
    border-top: 1px solid rgba(160,160,160,.3) !important; 
    border-bottom: 1px solid rgba(160,160,160,.3) !important; 
    margin-top: -1px;
  }
}

@media only screen and (min-width: 480px) and (max-width:768px) { 
}

@media only screen and (min-width: 768px) and (max-width:1024px) { 
}

@media only screen and (min-width: 1024px) and (max-width:1365px) { 
}

@media only screen and (min-width: 1366px) and (max-width:1600px) { 
}

@media only screen and (min-width: 1601px) and (max-width:1900px) { 
}

@media only screen and (min-width: 1900px) { 
}
/* End Responsive CSS */