/*------------------------------------------------------------------------
# Bauhaus Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Forms
    3.   Blog & Article
    4.   Others
--------------------------------------------------------------------------------*/
body {
  position: unset;
}
img.logo-light {
  display: none;
}
.italic {
  font-style: italic;
}
a {
  text-decoration: none;
}
.menu-list {
  top: 8rem;
}
.card-row {
  width: 100%;
}
button#edit-preview {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar .logo { padding-left: 0; }
}
@media screen and (min-width: 768px) {
  .row-images {
    margin-left: -28% !important;
    margin-right: -28% !important;
  }
}
.text-primary {
    color: #cee002 !important;
}
.field--name-field-tags {
  font-size: 1rem;
  margin-top: 4rem;
}
.field--name-field-tags .field__label {
  display: none;
}
.field--name-field-tags .field--label {
  color: #000;
}
.field--name-field-tags .field--item {
  color: #999; 
  display: inline;
  padding-left: 5px;
}
.field--name-field-tags .field__items li a {
  background: rgba(164, 174, 198, 0.2);
  color: #333;
  padding: 0.4rem 1rem;
  font-size: 0.7rem;
  border-radius: 0.4rem;
}
.field--name-field-tags .field__items li a:hover {
  background: #cee002;
}
.field--name-field-tags .field--item a {
  color: #999 
}
.project-detail-list .field--item {
  text-align: right;
}
.card-title a:hover,
.project-hover a:hover,
.project-box a:hover,
.project-hover-2 h3:hover {
  color: #fff;
}
.addtoany_list {
  margin-top: 2.6rem;
  display: block;
}
.footer {
  margin-top: 0;
  border: none;
}

/* News */
.article-body {
  margin-top: 8.2rem;
}
.content ul.links {
  font-size: 13px;
  margin: 1rem 0;
}
h6.comment_title { display: none; }
.comments {
  margin-top: 6.8rem;
}
.grid-item .card { border: none; }
.card-row-img { background-size: cover !important; }
.inline__links .links .nav-link {
  color: #666666;
  padding: 0;
}

/* Project */
.project-content {
  font-size: 1.2857rem;
  line-height: 1.666;
  font-weight: 300;
  letter-spacing: 0;
  margin: 8.2rem 0;
}
.project-gallery .container {
  max-width: 1140px;
}
.project-gallery .js-isotope-item {
  margin-bottom: 20px;
}
.project-gallery .js-isotope-item img {
  width: 100%;
  height: auto;
}
.project-detail-list li .field {
  display: flex;
  justify-content: space-between;
}
.project-detail-list li .field .field--label {
  font-weight: 600;
}
.field--type-entity-reference {
  margin: 0;
}
/* Nav Tab */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.tabs--primary,
.user-logged-in nav.tabs ul.primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
  flex-direction: column;
}
.user-logged-in nav.tabs ul.tabs--primary li {
  float: none;
  opacity: 0.8;
}
.user-logged-in nav.tabs ul.tabs--primary li a {
  margin-right: 0;
}
.user-logged-in nav.tabs ul.tabs--primary li.active a, 
.user-logged-in nav.tabs ul.tabs--primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.tabs--primary li.active, 
.user-logged-in nav.tabs ul.tabs--primary li:hover {
  opacity: 1;
}

/* Contact form */
.contact-bg-grey input:not(#edit-submit),
.contact-bg-grey textarea {
  background: #f6f6f6 none repeat scroll 0 0 !important;
  color: #3d3d3d !important;
}
@media (min-width: 768px) {
  #contact-message-feedback-form .form-item-name,
  #contact-message-feedback-form .form-item-mail,
  #contact-message-feedback-form .field--name-subject {
    width: 32.9%;
    display: inline-block;
  }
  #contact-message-feedback-form .form-item-mail {
    padding: 0 3%;
  }
}
#contact-message-feedback-form textarea {
  padding: 15px;
}
#contact-message-feedback-form #edit-submit {
  background: #cee002 none repeat scroll 0 0;
  color: #000;
  text-transform: uppercase;
  width: auto;
}
#contact-message-feedback-form #edit-submit:hover {
  background: #000;
  color: #fff;
}
#edit-preview { display: none; }

/* Search form */
.search-page-form button.form-submit {
  padding: 18px 30px;
}

/* Pager */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #cee002 !important;
  border-color: #cee002 !important;
}
.pagination > li > a:hover {
  background-color: #cee002 !important;
}
.pagination > li > a, .pagination > li > span {
  color: #666 !important;
  margin: 0 15px;
  padding: 10px 20px !important;
}

/* Background Image Holder */
.project-detail {
  min-height: 500px;
  padding: 50px 30px 50px 0;
}
@media (min-width: 768px) {
  .project-detail {
    padding-left: 100px;
  }
}
@media (min-width: 991px) {
  .project-detail {
    padding-left: 200px;
  }
}
.project-detail .background-image-holder {
    will-change: transform, top;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    opacity: 0;
    background: #232323;
  width: 100%;
}
.project-detail .project-detail-info {
  position: relative;
  z-index: 2;
}
/*
.project-detail-info {
  position: absolute !important;
  top: 0px;
  left: 120px;
}
*/

/* Navbar */
.navbar { 
  align-items: start;
  z-index: 1000 !important;
}
.navbar-clone{position:fixed;top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}
.navbar-stick{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}
.navbar-toggler {
  border: 1px solid transparent;
  padding: 0;
  margin-top: -5px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Menu Horizontal */
/*#block-mainnavigationhorizontal {
  float: right;
  margin-right: 10%;
}*/
@media (max-width: 992px){
  #block-mainnavigationhorizontal {
    display: none;
  }
}
#block-mainnavigationhorizontal .menu-list ul li:first-child {
  margin: 0;
}
#block-mainnavigationhorizontal ul.menu-list {
  opacity: 1;
  position: unset;
  padding: 0;
  transform: none;
  overflow: visible;
}
#block-mainnavigationhorizontal ul.menu-list > li {
  float: left;
  margin: 0;
  font-size: 1.4rem;
  padding: 0 20px;
  line-height: 1,4;
  position: relative;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  
}
#block-mainnavigationhorizontal ul.menu-list > li > a {
  
}
#block-mainnavigationhorizontal ul.menu-list li:hover ul.subnav,

#block-mainnavigationhorizontal ul.menu-list li:hover ul.subnav li:hover ul.subnav {
  opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
#block-mainnavigationhorizontal ul.menu-list ul.subnav {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 15px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
  background: white;
  padding: 20px 25px;
  margin-left: -15px;
}
#block-mainnavigationhorizontal ul.menu-list li:hover ul.subnav ul.subnav {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
  margin: 0;
}
article.profile {
  position: relative;
}
article.profile .field--name-user-picture img {
  border-radius: 50% !important;
}

/* Drupal forum */
.path-forum li.action-links {
  list-style: none;
  float: right;
  margin-bottom: 10px;
}
.path-forum table thead th a {
  color: #000;
}
.page-node-type-forum .comment .comment-content {
  padding-left: 0;
}
ul.action-links { padding-left: 0; }
.forums {
  width: 100%;
  border: none;
}
.forums thead { display: none; }

.forums tbody tr {
  border-bottom: 1px solid #ddd;
  border-width: 1px;
  background: #fff;
}
.forums tbody tr > td {
  padding: 15px 0;
  vertical-align: baseline;
}
.forums td.forum-title-container {
  width: 47%;
}
.forums tr.forum-container-header td.forum-title-container {
  padding-top: 50px;
}
.forums tr.forum-container-header td.forum-title-container .forum-title-link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.forums tr.forum-container-header td.forum-title-container .forum-title-link a {
  color: #313131;
}
.forums td.forum-title-container .forum-title-link {
  margin-bottom: 10px;
}
.forums td.forum-title-container .forum-title-link a,
.forums td h3 {
  font-size: 110%;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
  text-transform: unset;
  color: #333;
}
.forums td.forum-title-container .forum-title-link a:hover {
  color: var(--main-color);
}
.forums td.forum-title-container .forum-description {
  line-height: 24px;
  color: #5f5f5f;
}
.forums td.forum-num-topics,
.forums td.forum-num-posts {
  text-align: center;
  width: 13%;
}
.path-forum .table-responsive {
  width: 100%;
}
.path-forum .table-responsive table th,
.path-forum .table-responsive table td {
  padding: 15px 10px;
}
.path-forum .table-responsive .table > tbody > tr > td,
.path-forum .table-responsive .table > tbody > tr > th,
.path-forum .table-responsive .table > thead > tr > td,
.path-forum .table-responsive .table > thead > tr > th {
  border-bottom: 1px solid #f3f3f3;
}
.path-forum .table-responsive .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: none;
}
.path-forum .table-responsive .forum__title div:first-child a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;

}
.path-forum .table-responsive .forum__title div:first-child {
  margin-bottom: 10px;
}
.path-forum .table-responsive .forum__title div:nth-child(2) span {
  color: #5f5f5f;
  line-height: 24px;
}
.path-forum .table-responsive table thead th:nth-child(2),
.path-forum .table-responsive .forum__replies {
  text-align: center;
  width: 15%;
}

/* Forum detail */
article.node--type-forum {
  position: relative;
  padding-left: 120px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
}
article.node--type-forum ul.links {
    text-align: right;
    padding-top: 20px;
}
h2.forum-title,
article.node--type-forum .field--name-taxonomy-forums {
  display: none;
}
article.node--type-forum .header-info {
  margin-bottom: 20px;
}
article.node--type-forum footer {
    position: relative;
}
article.node--type-forum .field--name-user-picture {
  position: absolute;
  left: -120px;
  top: 0;
}
article.node--type-forum .field--name-user-picture,
article.node--type-forum .field--name-user-picture img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  width: 100px;
}
