                    /* Importamos los estilos de AOS primero */
@import url('https://unpkg.com/aos@next/dist/aos.css');

/* Importamos los estilos de Bootstrap y otros estilos globales */
@import url('css/styles.min.css');

/* Tus estilos personalizados */
body { color: #7f8c8d; }
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround */
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
}

p.uppercase {
  text-transform: uppercase;
}

.social-icons {
  margin: 30px 0 0;
  text-align: center;
}

#blog.masonry-blog .blog-post-content-masonry h2 {
  font-size: 22px;
  margin-bottom: 8px;
  letter-spacing: 0;
  line-height: 24px;
}

.comment-area.no_sidebar {
  padding: 70px 0 40px;
  background: #f7f7f7;
}

background-image: url(https://thankium.com/wp-content/themes/ibuki/_include/img/thankium-admin.png) !important;

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small,
.h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small,
h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #7f8c8d;
}

h2 {
  letter-spacing: 1px;
}

.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: 200;
  text-align: right;
}

.wrap_all {
  margin-top: -5px!important;
}                