@charset "UTF-8";
.single__head {
  margin-bottom: 8.95522%;
}
@media only screen and (max-width: 749px) {
  .archive__main {
    padding: 0 0 13.33333%;
  }
  .single__content,
  .single__relation__content,
  .single__pager {
    padding: 0 5.33333%;
  }
}
[class*="c-item"]:not(:last-child) {
  margin: 18px 0;
}
[class*="c-item-heading"] {
  margin: 28px 0 18px;
}
[class*="c-item-heading"] + .c-item-heading {
  margin: 18px 0;
}
.c-heading-lg {
  font-size: 20px;
  border-bottom: 2px solid #f0801d;
  padding-bottom: 7px;
}
.c-heading-md {
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 7px;
}
.c-heading-md::before {
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #f0801d;
}
.c-heading-sm {
  font-size: 16px;
  border-left: 4px solid #ccc;
  padding-left: 10px;
}
.c-text {
  line-height: 1.7;
}
.c-cap {
  font-size: .9em;
  margin-top: 7px;
}
.c-btnwrap {
  text-align: center;
}
.c-btn {
  text-align: center;
  position: relative;
  width: 80%;
  padding: 15px 40px 15px 20px;
  background: #fff;
}
.c-btn .deco {
  position: absolute;
  font-size: 1.5em;
  right: 10px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-gallery .item {
  border: 1px solid #e8e6df;
  position: relative;
  width: 33.33333%;
}
.c-gallery .deco {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 16px;
  opacity: 0.9;
}
.c-gallery .deco::before {
  color: #fff;
}
.c-table th,
.c-table td {
  line-height: 1.5;
  text-align: left;
  padding: 10px 0;
}
.c-table th {
  width: 80px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  color: #999;
}
.c-table td {
  padding-left: 10px;
}
@media only screen and (max-width: 749px) {
  [class*='c-col-md-'] + [class*='c-col-md-'] {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 750px) {
  .single__head {
    margin-bottom: 50px;
  }
  [class*="c-item"]:not(:last-child) {
    margin: 28px 0;
  }
  [class*="c-item-heading"] {
    margin: 50px 0 28px;
  }
  [class*="c-item-heading"] + .c-item-heading {
    margin: 28px 0;
  }
  [class*='c-col-md-'] {
    padding: 0 1%
  }
  [class*='c-col-md-']:nth-child(n+3) {
    margin-top: 28px;
  }
  [class*="c-inner"] {
    margin: 0 auto;
  }
  .c-col-md-9 {
    width: 74.99999%;
  }
  .c-col-md-8 {
    width: 66.66666%;
  }
  .c-col-md-6 {
    width: 50%;
  }
  .c-col-md-4 {
    width: 33.33333%;
  }
  .c-col-md-24 {
    width: 20%;
  }
  .c-btn {
    width: auto;
    min-width: 300px;
    padding: 15px 40px 15px 20px;
  }
  .c-btn:hover {
    background: #656565;
    color: #fff;
    opacity: .8;
  }
  .c-gallery .item {
    width: 20%;
  }
  .c-table th,
  .c-table td {
    padding: 10px 0;
  }
  .c-table th {
    width: 170px;
    padding-right: 50px;
  }
  .c-table td {
    padding-left: 50px;
  }
}
/* ------------------------------
- relation
------------------------------ */
.single__relation {
  margin-top: 13.33333%;
}
.single__relation__heading {
  background: #fff;
  border-top: 1px solid #f0801d;
  border-bottom: 1px solid #f0801d;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  margin-bottom: 8.95522%;
}
@media only screen and (min-width: 750px) {
  .single__relation {
    margin-top: 80px;
  }
  .single__relation__heading {
    font-size: 16px;
    padding: 11px;
    margin-bottom: 30px;
}
