﻿.wrapper {
  max-width: 1300px;
  text-align: justify;
}
.wrap {
  max-width: 1300px;
}
.menu-show {
  max-width: 1300px;
}

.detail.detail-two-col {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  margin: 20px 0px 0px 0px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  color: #222;
}
.comment-reply-title {
  padding: 10px 0px 20px 0px;
}
.field-item input[type="checkbox"] {
  width: auto;
  height: auto;
}
.field-item textarea {
  text-transform: initial;
}
.field-item select {
  text-transform: inherit;
  border-radius: inherit;
}
.field-item select {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  line-height: 40px;
  color: #111;
  font-size: 15px;
  outline: none;
  text-transform: uppercase;
  font-family: "Oswald", serif;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #111;
}
.field-item select {
  text-transform: initial;
}
.menu-main ul li {
  padding: 0px 0px 0px 0px;
}
.box-category h3,
.box-category a,
.box-trending h3,
.box-trending a,
.list-trending h3,
.list-trending a,
.related-post h3,
.related-post a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box-category p,
.related-post p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list-trending li h3,
.category-list-post li h3 {
  min-height: auto;
}
.col-caption {
  line-height: 30px;
}
.tab-caption {
  height: 30px;
  line-height: 30px;
}
.tab-caption ul li {
  width: 50%;
}

.helpme-box {
  margin-bottom: 50px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.helpme-box .title {
  margin: 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 52px;
  font-weight: normal;
  background: #111;
  color: white;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
}
.helpme-box .desc {
  text-align: justify;
  padding: 20px;
  background: #43434b;
  color: white;
  font-style: italic;
}
.helpme-box .desc i {
  vertical-align: middle;
}
.helpme-box .fields {
  padding: 20px;
}
.helpme-box select {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  line-height: 40px;
  background-color: #fff;
  margin: 20px 0px 20px 0px;
  display: block;
  color: #222;
  border: 1px solid #999;
  outline: none;
}
.helpme-box select:invalid,
.helpme-box option:disabled {
  color: gray;
  font-style: italic;
}
.helpme-box option {
  color: black;
  font-style: normal;
}
.helpme-box .categories .btn-group {
  padding: 0;
  margin: 0;
}
.helpme-box .categories .btn-group div {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
}
.helpme-box .categories .btn-group div:hover {
  border: 1px solid #222;
}
.helpme-box .categories .btn {
  height: 54px;
  background-color: #fff;
  border: none;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  outline: none;
}

.user-icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.menu-show .user-icon {
  color: #111;
  margin: 0px 2px 0px -10px;
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .user-icon-mobile {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 40px;
    font-size: 16px;
    color: #111;
    text-align: center;
    cursor: pointer;
  }
}

.aligned-row-center {
  display: flex;
  align-items: center;
}
.aligned-row-top {
  display: flex;
  align-items: flex-start;
}
.aligned-row-bottom {
  display: flex;
  align-items: flex-end;
}

.login-modal {
  border: 2px solid #111;
  padding: 20px 40px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
.field-item input {
  text-transform: inherit;
  border-radius: inherit;
}
.w-100 {
  width: 100%;
}
.author-single .author-single-inner {
  padding: 20px 20px 20px 180px;
}

.question-answer:hover {
  background-color: #ccc;
}
.question-answer.success {
  background-color: green;
}
.question-answer.success a {
  color: white;
}
.question-answer.danger {
  background-color: red;
}
.question-answer.danger a {
  color: white;
}
.question-answer a {
  display: block;
  text-decoration: none;
  color: #222;
}
.question-answer a:hover {
  display: block;
  text-decoration: none !important;
}

.category-color {
  border: 2px black solid;
}
.category-color:hover {
  border-color: #ca2026;
  color: #ca2026;
}
.category-color:hover .post-format:before {
  border-top-color: #ca2026;
  border-right-color: #ca2026;
}
.category-color-1 {
  border-color: #e65fe6;
  color: #e65fe6;
}
.category-color-1 .post-format:before {
  border-top-color: #e65fe6;
  border-right-color: #e65fe6;
}
.category-color-2 {
  border-color: #7d3c98;
  color: #7d3c98;
}
.category-color-2 .post-format:before {
  border-top-color: #7d3c98;
  border-right-color: #7d3c98;
}
.category-color-3 {
  border-color: #3498db;
  color: #3498db;
}
.category-color-3 .post-format:before {
  border-top-color: #3498db;
  border-right-color: #3498db;
}
.category-color-4 {
  border-color: #16a085;
  color: #16a085;
}
.category-color-4 .post-format:before {
  border-top-color: #16a085;
  border-right-color: #16a085;
}
.category-color-5 {
  border-color: #f1c40f;
  color: #f1c40f;
}
.category-color-5 .post-format:before {
  border-top-color: #f1c40f;
  border-right-color: #f1c40f;
}
.category-color-6 {
  border-color: #e67e22;
  color: #e67e22;
}
.category-color-6 .post-format:before {
  border-top-color: #e67e22;
  border-right-color: #e67e22;
}
.category-color-7 {
  border-color: #873600;
  color: #873600;
}
.category-color-7 .post-format:before {
  border-top-color: #873600;
  border-right-color: #873600;
}

/* STARS */
div.stars {
  display: inline-block;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 4px;
  font-size: 36px;
  color: #444;
  transition: all 0.2s;
}

input.star:checked ~ label.star:before {
  content: "\2605";
  color: #fd4;
  transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
  color: #fe7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
  color: #f62;
}

label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: "\2605";
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.fa-star {
  color: white;
  text-shadow: 0 0 2px #000;
}
.fa-star.text-success {
  color: green;
}

.my-btn {
  text-align: center;
  padding: 0 20px;
}
.my-btn-subscription {
  background-color: #ca2026;
}
.my-btn-subscriber {
  background-color: #ffffff;
  color: #111;
  border: 1px solid #111;
}
.my-btn-like {
  background-color: #065fd4;
}
.my-btn-liked {
  background-color: #ffffff;
  color: #111;
  border: 1px solid #111;
}

.list-tags a.selected {
  background-color: #111;
  color: #fff;
}

.ellipsis {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}


.col-caption, .tab-caption, .box-search-sidebar button, .subcribe-box input[type="submit"], .my-btn {
  background-color: transparent;
  border: 1px solid #111;
  color: #111;
}
.tab-caption ul li a {
  color: #111;
}
.my-btn {
  letter-spacing: normal;
}