@charset "UTF-8";
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
header .whb-main-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/* General */
.wpb_text_column h4 {
  font-weight: 300;
}

#home-header {
  padding-top: 180px;
  padding-bottom: 100px;
}
#home-header:before {
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-header .btn.btn-style-bordered {
  border-width: 2px;
  border-style: solid;
  border-color: #f3f3f3;
}
#home-header .wd-row-divider {
  padding-top: 100px;
}

/* Blog list */
.blog-design-mask.blog-post-loop .article-body-container {
  text-align: left;
}
.blog-design-mask.blog-post-loop .entry-meta-list li.modified-date {
  line-height: 1em;
  font-size: 14px;
}
.blog-design-mask.blog-post-loop .entry-meta-list li.modified-date::before {
  margin-left: -4px;
  margin-right: 2px;
  content: " • ";
}
.blog-design-mask .meta-categories-wrapp .wd-post-cat.wd-style-with-bg {
  background-color: #000;
  padding-right: 8px;
  padding-left: 8px;
  height: 20px;
  line-height: 20px;
}
.blog-design-mask .meta-categories-wrapp .wd-post-cat.wd-style-with-bg a {
  font-size: 9px;
}
.blog-design-mask .wd-post-date.wd-style-with-bg {
  display: none;
}
.blog-design-mask.col-md-3 .post-title {
  font-size: 1.4em;
}

/* search */
.search-results .blog-post-loop .entry-summary {
  display: none;
}

/* blog detalle */
.page-title.page-title-default {
  background-position: 50% 25%;
}

.wp-caption {
  margin-bottom: 30px !important;
  max-width: 100% !important;
}
.wp-caption.alignleft .wp-caption-text, .wp-caption.alignright .wp-caption-text {
  width: calc(100% - 10px);
}
.wp-caption .wp-caption-text {
  background-color: #edf0f2;
  display: block;
  font-size: 0.9em;
  line-height: 1.6;
  margin: 0;
  padding: 12px 16px;
  font-style: normal;
}

article .embedwrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
article .embedwrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Team members */
#home-equipo .social-skype .wd-icon:before {
  content: "\f157";
}
#home-equipo .team-member-avatar-image {
  border-radius: 50%;
  width: 100%;
}

/* Parche category full width */
body.archive.category .main-page-wrapper > .container {
  max-width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #home-header {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}