.cat_details a {
  color: #fff;
  text-decoration: none;
}

.video_title a {
  color: #000;
}

.pr_release .cat_details a {
  color: #000;
}

.category_list img {
  margin-bottom: 0;
  border-radius: 0;
}

.news_img {
  background: #ffffff;
  align-items: center;
  display: flex;
  height: 14.8rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 15px;
}
.news_img img {
  border-radius: 13px;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news_img.news_img_big {
  height: 22.63rem;
  margin-bottom: 15px;
}
.news_img.news_img_big img {
  border-radius: 15px !important;
  width: 100%;
  height: 100%;
}
.lookbooks_block .news_img_desc_block a{
    font-size: 20px;
    color: #1c1c1c;
    margin-bottom: 0;
    font-weight: 700;
}
.img_library {
  background: #ffffff;
  align-items: center;
  display: flex;
  height: 15.63rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 13px;
}

.related_list .img_library img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 13px;
  margin-bottom: 0;
}

.newsletter_img {
  background: #ffffff;
  align-items: center;
  display: flex;
  height: 12.5rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
}

.newsletter_img img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid_library {
  background: #000;
  align-items: center;
  display: flex;
  height: 15rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 13px;
}

.vid_library img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-result {
  border: 1px solid #ccc;
  clear: both;
  color: #000;
  font-size: 1rem;
  margin-bottom: 20px;
  padding: 23px;
  text-align: center;
  width: 100%;
  margin-top: 13px;
}


.post_item h4 a {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.social-share i {
  font-size: 19px;
  color: #f68d6e;
}

.custom_check {
  display: inline-block;
  position: relative;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #fff;
}

.custom_check input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 0;
  z-index: 2;
}

.custom_check .check_indicator {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  transform: translateY(-50%);
}

.custom_check input:checked+.check_indicator::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/check-sign.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  content: "";
}

/*Loading start*/
body.loading .loading_wrap {
  display: block;
}

.loading_wrap {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) 50% 50% no-repeat;
}

.loading_wrap .loading_spinner {
  animation: animLoading 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 10001;
}

.loading_wrap {
  background: rgba(255, 255, 255, 0.4) 50% 50% no-repeat;
}

.loading_inner {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  position: absolute;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading_wrap .loading_spinner {
  animation: animLoading 3s linear infinite;
  border: 4px dotted #696969;
  border-bottom-color: #f68d6e;
  height: 60px;
  margin: -30px 0 0 -30px;
  width: 60px;
  opacity: 0.8;
}

.loading_inner p {
  font-size: 9px;
}

@keyframes animLoading {
  to {
    transform: rotate(1turn);
  }
}

/*Loading end*/
#IEWSM {
  display: none;
}

#IEWSM .message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
      transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
      transparent 75%, transparent);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
  width: 100%;
  border: 1px solid;
  color: #fff;
  padding: 15px;
  position: fixed;
  _position: absolute;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  animation: animate-bg 5s linear infinite;
  z-index: 9999999;
  top: -107px;
}

#IEWSM .info {
  background-color: #4ea5cd;
  border-color: #3b8eb5;
}

#IEWSM .error {
  background-color: #de4343;
  border-color: #c43d3d;
}

#IEWSM .warning {
  background-color: #eaaf51;
  border-color: #d99a36;
}

#IEWSM .success {
  background-color: #61b832;
  border-color: #55a12c;
}

#IEWSM .message h3 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px;
}

#IEWSM .message p {
  margin: 0;
  color: #fff;
}

@keyframes animate-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -80px 0;
  }
}

.search-heading {
  border-top: 1px solid #d2d2d2;
  margin: 2rem 0 1rem;
}

.search-main {}

.search-more-result {
  margin-top: 1rem;
  width: 100%;
}

.search-results {
  font-size: 16px;
  width: 100%;
}

.search-result-keywords {
  margin-bottom: 6px;
  width: 100%;
}

.search-heading h2 {
  float: left;
  font-size: 20px;
}

.search-more-result a {
  color: #f68d6e;
  float: right;
}

.search-results a {
  color: #f68d6e;
}

.search-results>em {
  color: #08b8a0;
  margin-left: 3px;
  margin-right: 3px;
}

.error_content {
  padding: 40px;
  text-align: center;
}

.error_content h1 {
  font-size: 2.22rem;
  color: #978C87;
}

.error_content h1 small {
  color: red;
}

.btn-default {
  background-color: #f68d6e;
  color: #ffffff;
}

.video_icon {
  position: absolute;
  top: calc(50% - 3rem);
  left: calc(50% - 3rem);
  width: 6rem;
}

.video_galley .carousel-item a {
  position: relative;
}

@media (max-width:767px) { 
  .news_img_big,
  .img_library,
  .vid_library,
  .newsletter_img,
  .news_img {
    height: auto;
  }
}

/*======================================================= WYSIWYG content overrides */
.page-content-wrapper table td{vertical-align:baseline;}
