@media (max-width: 480px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 480px) {
  .mobile {
    display: block;
  }
}

#main {
  padding: 0;
}

@media (max-width: 480px) {
  .ql-full {
    margin-bottom: 30px !important;
  }
}

.quicklink {
  display: flex;
  margin: 0 -45px 40px;
  height: 50px;
  line-height: 50px;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  background: #4d5461;
  position: relative;
  z-index: 100;
}
@media (max-width: 480px) {
  .quicklink {
    height: initial;
    flex-wrap: wrap;
    margin: 0 -20px;
    clear: both;
  }
}
.quicklink > div {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .quicklink > div {
    height: 42px;
    width: 33%;
  }
  .quicklink > div:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .quicklink > div:nth-child(1), .quicklink > div:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.quicklink > div:last-child {
  border-right: none;
}
.quicklink > div:hover {
  cursor: pointer;
  text-shadow: 0 0 4px #352f21;
  background: #bc1c1c;
}

.latest-wrap {
  margin-bottom: 2em;
  clear: both;
}
.latest-wrap:nth-child(1) {
  margin-top: 3em;
}
.latest-wrap .latest-item {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}
.latest-wrap .latest-item:nth-child(odd) {
  float: left;
}
.latest-wrap .latest-item:nth-child(even) {
  float: right;
}
@media (max-width: 480px) {
  .latest-wrap .latest-item:nth-child(odd), .latest-wrap .latest-item:nth-child(even) {
    float: none;
    width: 100%;
  }
}
.latest-wrap h3 a {
  color: #35101f;
}
.latest-wrap .kboard-latest-title a {
  color: #142e3a;
  text-decoration: none;
}
.latest-wrap #kboard-kmcweb-latest table thead th {
  background-color: #bc1c1c;
}

/*
@media (max-width: 480px) {
  .myloginbox {
    margin-top: 30px !important;
  }
}
@media (width: 768px) and (orientation: portrait) {
  .myloginbox {
    display: block;
    width: 157px;
    position: relative;
    top: -35px;
  }
  .myloginbox fieldset {
    width: 154px;
  }
  .myloginbox fieldset:nth-child(4) {
    display: block;
  }
  .myloginbox fieldset:nth-child(4) button {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 2px;
  }
  .myloginbox fieldset:nth-child(4) button:nth-child(2), .myloginbox fieldset:nth-child(4) button:nth-child(3) {
    width: 49%;
  }
  .myloginbox fieldset:nth-child(4) button:nth-child(2) {
    margin-right: 2px;
  }
}
@media (max-width: 480px) {
  .myloginbox ul {
    display: flex;
    justify-content: space-between;
  }
  .myloginbox ul li {
    text-align: center;
  }
}
*/


.ql-wrap {
  letter-spacing: -0.08em;
  display: -webkit-flex;
  display: flex;
  padding: 0 0.2em;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .ql-wrap {
    max-width: 100%;
  }
}
@media (width: 768px) and (orientation: portrait) {
  .ql-wrap {
    display: block;
    width: 157px;
    padding: 0;
    margin-right: -15px;
  }
}
.ql-wrap a {
  border-radius: 40px;
  color: #741e0a;
  display: block;
  width: 38%;
  background-color: #f3efe8;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1em !important;
  transition: all 0.4s ease;
  padding: 1.4em 1em 0.5em;
  font-size: 12px !important;
}
@media (max-width: 480px) {
  .ql-wrap a {
    width: 25%;
  }
}
@media (width: 768px) and (orientation: portrait) {
  .ql-wrap a {
    border-radius: 0;
    display: inline-block;
    float: left;
    line-height: 1.3;
    padding: 1em;
    width: 45px;
    height: 60px;
  }
  .ql-wrap a:nth-child(odd) {
    margin-right: 8px;
  }
  .ql-wrap a i.fa {
    margin-bottom: 5px;
    font-size: 26px;
  }
}
.ql-wrap a:hover {
  background-color: #cdb17d;
  color: #fff;
}

#footer.solid-bg {
  margin: 0 -2000px;
  padding: 0 2000px;
}

.post-content, .items-grid .wf-td, .recent-posts .wf-td {
  line-height: 1.2;
  vertical-align: middle;
}

.da-gallery-title h4 a {
  font-size: 15px;
}

.da-gallery-date {
  font-size: 12px;
  margin-top: -10px !important;
}

.dw-directory {
  margin-top: -30px;
}

#event-gallery-section .dt-fancy-title:hover {
  cursor: pointer;
}

.latest-item h3 {
  position: relative;
  text-align: center;
}

.latest-item h3 .show-all {
  display: inline-block;
  position: absolute;
  font-size: 11px;
  line-height: 17px;
  height: 16px;
  padding-left: 6px;
  padding-right: 6px;
  right: 0;
  top: 20px;
  background-color: #eee;
  border-radius: 10px;
}

.latest-item h3 .show-all:hover {
  background-color: #BD4648;
  color: #fff;
}

.custom_login_widget {
  margin-top: 20px !important;
}

.home .custom_login_widget {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.main {
  padding-top: 0 !important;
}

@media (max-width: 480px) {
  #mobile-login-form {
    display: block;
  }
}
@media (min-width: 481px) {
  #mobile-login-form {
    display: none;
  }
}

.no-padding .vc_column-inner {
  padding-left:0 !important;
  padding-right:0 !important;
}
#kboard-kmcweb-latest table th {
  color: white !important;
}
.poster-carousel {
  width:100%;
  height: 100%;
  padding-bottom: 30px !important;
  /*margin-bottom: -30px;*/
}
.swiper-wrapper {
  margin:0 0 20px !important;
  padding: 0 !important;
}
.poster-carousel.swiper {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(0,0,0,.3);
  max-width: 100%;
}
.wpb_video_heading {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align:center;
}

#clients {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-gap:10px;
}
#clients .item {
  width:100%;
}
#clients .item a {
  display: block;
}
#clients .item a img {
  width:100%;
  transition: scale 300ms ease;
}
#clients .item a:hover img {
  transform:scale(1.02);
}

@media screen and (max-width:480px) {
  #clients {
    grid-template-columns: repeat(2, 1fr);
  }
}


/*# sourceMappingURL=landing.css.map */

