@charset "UTF-8";
/*
Theme Name: Mis Recetas
Theme URI: http://dglcreativo.x10host.com
Author: DGL Creativo
Author URI: http://dglcreativo.x10host.com
Description: Nuestro tema está diseñado para aprovechar al máximo la flexibilidad del editor de bloques. Las organizaciones y las empresas tienen la capacidad de crear páginas de destino dinámicas con diseños infinitos utilizando bloques de grupos y columnas. La columna de contenido centrada y la tipografía afinada también lo hacen perfecto para blogs tradicionales. Los estilos de editor completos le dan una buena idea de cómo se verá su contenido, incluso antes de publicarlo. Puede darle a su sitio un toque personal cambiando los colores de fondo y el color de acento en el Personalizador. Los colores de todos los elementos de su sitio se calculan automáticamente en función de los colores que elija, lo que garantiza un contraste de color alto y accesible para sus visitantes.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dglcreativo
*/
html {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 2;
  font-family: "Poppins", sans-serif;
  position: relative;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.dgl-container-1920 {
  width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* HEADINGS */
h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  margin: 1rem 0;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

/* GLOBALES */
a, a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: 1px solid #2f2e2e;
}

/* Utilidades */
.text-center {
  text-align: center;
}

.section {
  padding: 5rem 0;
}

/* HEADER */
#header {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  z-index: 8000;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
#header .navbar-brand {
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s;
}
#header .sticky_logo_img {
  display: none;
}
#header img {
  max-width: 100%;
  height: auto;
}
#header.bg-sticky {
  background: #ffffff;
}
#header.bg-sticky .main_logo_img {
  display: none;
}
#header.bg-sticky .sticky_logo_img {
  display: block;
}
#header.bg-sticky .menu a {
  color: #000000;
}
#header.sticky-header {
  position: fixed;
}

/* HEADER HORIZONTAL */
.logo {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .header-v1 {
    padding: 10px 0;
  }
  .header-v1 .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-v1 .navigation .main-menu-none {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-v1 .logo {
    display: flex;
    justify-content: flex-start;
  }
  .header-v1 .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-v1 .main-menu .menu {
    display: flex;
    justify-content: space-around;
  }
  .header-v1 .main-menu li {
    margin-right: 2rem;
  }
  .header-v1 .main-menu li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .header-v1 .main-menu li a:hover {
    font-weight: 500;
  }
  .header-v1 .main-menu li:last-of-type {
    margin-right: 0;
  }
}
/* HEADER VERTICAL */
.header-v2 {
  padding: 10px 0;
}
.header-v2 .navigation {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header-v2 .navigation .main-menu-none {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-v2 .logo {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .header-v2 .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-v2 .main-menu .menu {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .header-v2 .main-menu li {
    margin-right: 2rem;
  }
  .header-v2 .main-menu li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .header-v2 .main-menu li a:hover {
    font-weight: 500;
  }
  .header-v2 .main-menu li:last-of-type {
    margin-right: 0;
  }
}

/* HEADER FLUID */
.main-menu-none {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .header-v3 {
    padding: 0 0;
  }
  .header-v3 .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-v3 .navigation .main-menu-none {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-v3 .logo {
    display: flex;
    justify-content: flex-start;
  }
  .header-v3 .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-v3 .main-menu .menu {
    display: flex;
    justify-content: space-around;
  }
  .header-v3 .main-menu li {
    margin-right: 2rem;
  }
  .header-v3 .main-menu li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .header-v3 .main-menu li a:hover {
    font-weight: 500;
  }
  .header-v3 .main-menu li:last-of-type {
    margin-right: 0;
  }
}
/* HEADER INVERT */
.main-menu-none {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .header-v4 {
    padding: 0 0;
  }
  .header-v4 .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-v4 .navigation .main-menu-none {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header-v4 .logo {
    display: flex;
    justify-content: flex-end;
  }
  .header-v4 .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-v4 .main-menu .menu {
    display: flex;
    justify-content: space-around;
  }
  .header-v4 .main-menu li {
    margin-right: 2rem;
  }
  .header-v4 .main-menu li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .header-v4 .main-menu li a:hover {
    font-weight: 500;
  }
  .header-v4 .main-menu li:last-of-type {
    margin-right: 0;
  }
}
/* LINKS HEADERS */
.h-links-dropdownMenuBody-list li {
  text-align: center;
}
.h-links-dropdownMenuBody-list li figure {
  height: 100px;
  margin-bottom: 15px;
}
.h-links-dropdownMenuBody-list li figure img {
  max-height: 100%;
}
.h-links-dropdownMenuBody-list li a {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

/* OWL-CAROUSEL */
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-carousel-img {
  height: 100%;
  min-height: 100vh;
  background-size: cover;
}
.owl-carousel .owl-carousel-img .info-text-carousel {
  color: #000000;
  padding: 0 125px;
}
.owl-carousel .owl-carousel-img .info-text-carousel h1 {
  font-weight: 300;
}
.owl-carousel .owl-carousel-img .info-text-carousel h6 {
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.5;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px;
}
.owl-carousel button span {
  font-size: 5rem;
  color: #ffffff;
}

/* TITLEBAR */
.breadcrumb_area, .breadcrumb_area_two {
  position: relative;
  padding: 235px 0 125px;
  z-index: 1;
}

.breadcrumb_area {
  background-image: -moz-linear-gradient(180deg, #5e2ced 0, #a485fd 100%);
  background-image: -webkit-linear-gradient(180deg, #5e2ced 0, #a485fd 100%);
  background-image: -ms-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  overflow: hidden;
}

.breadcrumb_area .breadcrumb_shap, .breadcrumb_area_two .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.breadcrumb_area_two {
  background: #f8f6fe;
}

.breadcrumb_area_two .breadcrumb_shap {
  height: 100%;
  left: 0;
}

.breadcrumb_area_two .bubble li {
  background: #5e2ced;
  opacity: 0.1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
}

.breadcrumb_area_two .bubble li:nth-child(1) {
  left: 220px;
  bottom: 50px;
  -webkit-animation: spin3 2s infinite alternate;
  animation: spin3 2s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(2) {
  left: 35%;
  top: 100px;
  -webkit-animation: spin 2s infinite alternate;
  animation: spin 2s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(3) {
  left: 40%;
  width: 51px;
  height: 51px;
  bottom: 50px;
  -webkit-animation: spin1 3s infinite alternate;
  animation: spin1 3s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(4) {
  left: 42%;
  bottom: 50px;
  width: 20px;
  height: 20px;
}

.breadcrumb_area_two .bubble li:nth-child(5) {
  left: 76%;
  width: 51px;
  height: 51px;
  top: 160px;
  -webkit-animation: spin1 3s infinite alternate;
  animation: spin1 3s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(6) {
  left: 75%;
  width: 30px;
  height: 30px;
  top: 186px;
}

.breadcrumb_area_two .bubble li:nth-child(7), .breadcrumb_area_two .bubble li:nth-child(8) {
  left: 52%;
  top: 150px;
  width: 20px;
  height: 20px;
  -webkit-animation: spin2 2s infinite alternate;
  animation: spin2 2s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(8) {
  left: 90%;
  top: 250px;
}

.breadcrumb_content_two h1 {
  color: #222d39;
}

.breadcrumb_content_two .breadcrumb {
  background: 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb_content_two .breadcrumb li {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  color: #525c7c;
}

.breadcrumb_content_two .breadcrumb li + li {
  padding-left: 32px;
}

.breadcrumb_content_two .breadcrumb li + li:after {
  content: ">";
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 14px;
}

.blog_breadcrumb_area {
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.blog_breadcrumb_area .background_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(-140deg, #5e2ced 0, #8037da 100%);
  background-image: -webkit-linear-gradient(-140deg, #5e2ced 0, #8037da 100%);
  background-image: -ms-linear-gradient(-140deg, #5e2ced 0%, #8037da 100%);
  opacity: 0.8;
  z-index: -1;
}

.blog_breadcrumb_area .breadcrumb_content_two {
  color: #fff;
  padding-top: 80px;
}

.blog_breadcrumb_area .breadcrumb_content_two h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}

.blog_breadcrumb_area .breadcrumb_content_two h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 25px;
}

.blog_breadcrumb_area .breadcrumb_content_two ol li {
  display: inline-block;
  font-size: 16px;
}

.blog_breadcrumb_area .breadcrumb_content_two ol li + li:before {
  content: "|";
  display: inline-block;
  font-family: "Fontawsome";
  font-size: 18px;
  margin: 0 5px;
  font-weight: 600;
}

section.breadcrumb_area {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

section.breadcrumb_area:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* BLOG */
.blog_grid_item {
  cursor: pointer;
}
.blog_grid_item:hover .blog_img img {
  opacity: 0.7;
}
.blog_grid_item img {
  -webkit-transition: opacity 600ms linear;
  -o-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}

.blog .blog_grid_info .blog_list_item {
  margin-bottom: 60px;
}

.blog_img {
  background: #002;
}
.blog_img img {
  max-width: 100%;
}

.blog_content {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.06);
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.06);
  padding: 30px 47px 42px 50px;
  position: relative;
}
.blog_content .ingredient {
  list-style: circle;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.blog_content .post_date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 0 0 rgba(12, 0, 46, 0.06);
  box-shadow: 0 3px 0 0 rgba(12, 0, 46, 0.06);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 50px;
  top: -40px;
  background: #fff;
}
.blog_content .post_date h2 {
  font: 700 30px/20px "Poppins", sans-serif;
  margin-bottom: 0;
  color: #5e2ced;
  padding-top: 5px;
}
.blog_content .post_date span {
  font-weight: 300;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.blog_content p {
  font-weight: 400;
  font-size: 15px;
}

.info-time {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.info-time p {
  font-size: 0.8rem;
  font-style: oblique;
}
.info-time .line-vert {
  margin: 0 30px 0 30px;
  color: #5e2ced;
  font-weight: 700;
  font-style: normal;
}
.info-time i {
  margin-right: 7px;
}

.blog_content > .pf-button {
  display: none;
}

.blog_content .learn_btn_two:hover, .blog_content h5:hover {
  color: #5e2ced;
}

.blog_content .learn_btn_two {
  font: 400 14px "Poppins", sans-serif;
  color: #282835;
}

.blog_content .learn_btn_two:before {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog_content .learn_btn_two i {
  font-size: 14px;
}

.blog_content .learn_btn_two:hover:before {
  background: #5e2ced;
}

.entry_post_info {
  font: 400 15px/25px "Poppins", sans-serif;
  color: #677294;
  padding-bottom: 5px;
}

.entry_post_info a {
  color: #677294;
}

.entry_post_info a + a:before {
  content: "/";
  display: inline-block;
  margin: 0 7px 0 2px;
}

.blog_single .blog_content {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8dceb;
  padding-bottom: 10px;
}

.blog_grid_info .blog_list_item .post_date {
  padding: 7px 19px;
}

.blog_area_two .blog_list_item:not(:last-child) {
  margin-bottom: 70px;
}

.blog_area_two .shop_page_number {
  border-top: 1px solid #ebe8f1;
  padding-top: 35px;
  margin-top: 0;
}

.blog_list_item_two {
  position: relative;
}

.blog_list_item_two .post_date {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 4px;
  background-color: #fbfbfd;
  -webkit-box-shadow: 0 14px 30px 0 rgba(68, 28, 183, 0.25);
  box-shadow: 0 14px 30px 0 rgba(68, 28, 183, 0.25);
  text-align: center;
  color: #5e2ced;
  padding: 13px 26px;
  z-index: 1;
}

.blog_list_item_two .post_date h2, .blog_title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.blog_list_item_two .post_date span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.blog_list_item_two .video_post img, .blog_list_item_two .video_post:before, .blog_list_item_two a img {
  border-radius: 6px;
}

.blog_list_item_two .video_post {
  position: relative;
  z-index: 0;
}

.blog_list_item_two .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog_list_item_two .video_icon:after {
  display: none;
}

.blog_list_item_two .video_icon:before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.blog_list_item_two .video_icon i {
  color: #794afd;
  text-shadow: 0 6px 25px rgba(121, 74, 253, 0.9);
}

.blog_list_item_two .blog_content {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.blog_list_item_two .blog_content p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.blog_list_item_two .blog_content .post-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #282835;
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments i {
  color: #5e2ced;
  padding-right: 5px;
}

.blog_list_item_two .blog_content .learn_btn_two {
  font-size: 13px;
  margin-top: 0;
  font-weight: 500;
}

.blog_list_item_two .blog_content .learn_btn_two, .blog_list_item_two .blog_content .post-info-comments, .qutoe_post .blog_content .author_name {
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
}

.blog_title {
  font-size: 24px;
  line-height: 36px;
  color: #222d39;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.blog_title:hover {
  color: #5e2ced;
}

.qutoe_post .blog_content {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(20, 3, 67, 0.08);
  box-shadow: 0 10px 30px 0 rgba(20, 3, 67, 0.08);
  border-radius: 6px;
  padding: 28px 40px 42px;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #5e2ced;
  z-index: 0;
}

.qutoe_post .blog_content:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 0;
  color: #f2effd;
  font-size: 100px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.qutoe_post .blog_content i {
  font-size: 30px;
  color: #5e2ced;
  padding-bottom: 12px;
  display: inline-block;
}

.qutoe_post .blog_content h6 {
  font-size: 20px;
  color: #525c7c;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

.qutoe_post .blog_content .author_name {
  font-size: 14px;
  color: #848ca5;
  letter-spacing: 1px;
  margin-top: 22px;
}

.qutoe_post.qutoe_post_two .blog_content:after {
  content: "";
  font-family: "ElegantIcons";
  font-size: 150px;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qutoe_post.qutoe_post_two .blog_content .blog_title {
  font-weight: 500;
}

.post_author_two .media-body p {
  margin-bottom: 0;
  font-size: 16px;
  color: #525c7c;
}

.blog_related_post {
  margin-top: 100px;
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content p {
  font-size: 15px;
}

.blog_grid_info .navigation.pagination {
  display: block;
  width: 100%;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul {
  display: inline-block;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li {
  display: inline-block;
  margin-left: 8px;
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li a {
  font-size: 12px;
  color: #848ca5;
}

.no_share.post-info-bottom {
  padding-bottom: 10px;
}

.blog_list_item_two.sticky {
  background: #f9f9f9;
  padding: 30px 25px;
  border-radius: 5px;
}

.blog_list_item_two.sticky .blog_content {
  background: 0 0;
  padding: 0;
}

.blog-list-layout .sticky-label {
  position: absolute;
  right: 0;
  top: 0;
  background: #5e2ced;
  color: #fff;
  padding: 8px 20px;
  border-top-right-radius: 5px;
}

.blog-list-layout .sticky {
  background: #eee;
}

.blog-list-layout .sticky .col-sm-6 {
  display: block;
  background: #eee;
}

.blog-list-layout .sticky.has-post-thumbnail img {
  margin: -30px 25px 25px -25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-width: none;
}

.blog-list-layout .sticky.has-post-thumbnail .sticky-label {
  right: 2px;
}

.no-post-thumbnail .blog_content {
  padding-top: 0;
}

.blog_list_item_two .video_post:before {
  content: "";
  background: #282835;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}

.blog_list_item.format-audio .audio_player {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(20, 3, 67, 0.08);
  box-shadow: 0 10px 30px 0 rgba(20, 3, 67, 0.08);
  border-radius: 6px;
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
  border-left: 6px solid #5e2ced;
  z-index: 0;
  margin-bottom: 20px;
}

.blog_list_item_two.format-audio .blog_content {
  padding-top: 10px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: 0 0 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #f2f0f6 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #05bc0e !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #5e2ced !important;
}

.mejs-button > button:before {
  content: "E";
}

.mejs-button > button {
  font-family: eleganticons;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.mejs-button.mejs-playpause-button.mejs-play button:before {
  content: "E";
  color: #424255;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.mejs-button.mejs-playpause-button.mejs-pause button:before {
  content: "`";
  color: #424255;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.mejs-button.mejs-volume-button.mejs-mute button:before {
  content: "y";
  color: #424255;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.mejs-button.mejs-volume-button.mejs-unmute button:before {
  content: "x";
  color: #424255;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.mejs-time {
  color: #424255 !important;
}

.mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered {
  background: #e9e7f1;
}

.mejs-time-handle-content {
  border: 0 !important;
}

.mejs-time-current, .mejs-time-handle-content {
  background: 0 0 !important;
}

.blog_content .post-info-bottom, .blog_single_info .post_author_two {
  clear: both;
}

.blog_single_info .post_author_two .media-body .comment_info h3 {
  font: 500 18px/24px "Poppins", sans-serif;
  color: #282835;
}

.blog_content .learn_btn_two {
  font-weight: 500;
}

.single_post_tags.post-tags {
  font-size: 13px;
  color: #424255;
  font-weight: 500;
  letter-spacing: 1px;
}

.blog_content .single_post_tags.post-tags a {
  padding: 0 16px;
  font-size: 12px;
  color: #07070a;
  background: #f0f2f9;
  border-radius: 4px;
  margin: 5px 4px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 300;
}

.blog_grid_info .blog_list_item .blog_content .blog_title {
  line-height: 1.4em;
}

/* Paginacion */
.pagination {
  margin-top: 30px;
}

.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7f6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #677294;
  font-size: 16px;
  border-radius: 50%;
  background-color: #fbfbfd;
  margin: 0 3px;
}

.pagination .nav-links .page-numbers.current {
  background: #5e2ced;
  color: #fff;
  border-color: transparent;
}

/* Comentarios */
.comment-box .post_comment .post_author {
  margin-bottom: 30px;
}

.comment-box .post_comment .post_author .media-left {
  margin-right: 30px;
}

.comment-box .post_comment .post_author .replay {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #525c7c;
  padding-top: 14px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.comment-box .post_comment .post_author .replay:hover, .comment_inner .comment_box .post_comment .post_author_two .comment_reply:hover {
  color: #5e2ced;
}

.comment-box .post_comment .post_author .media-body {
  border-bottom: 1px solid #e8ebf4;
  padding-left: 0;
  padding-bottom: 25px;
}

.comment-box .post_comment .reply-comment {
  padding-left: 110px;
}

.comment-box .post_comment .reply-comment .post_author, .comment_inner .comment_box, .comment_inner .comment_box .post_comment .post_author_two .comment_info h3 {
  margin-bottom: 0;
}

.comment_inner {
  margin-top: 100px;
}

.comment_inner .comment_box .post_comment {
  background: #f7f8fb;
  padding: 30px;
}

.comment_inner .comment_box .post_comment .post_author_two {
  padding: 0;
  background: 0 0;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_info {
  display: inline-block;
}

.comment_inner .comment_box .post_comment .post_author_two .img_rounded {
  width: 70px;
  height: 70px;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply {
  float: right;
  font: 500 13px/26px "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #424255;
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply i {
  vertical-align: middle;
  font-size: 20px;
  padding-left: 5px;
}

.comment_inner .comment_box .post_comment .post_author_two p {
  padding-top: 12px;
}

.comment_inner .comment_box .post_comment .post_author_two p:last-of-type {
  margin: 0;
  padding: 0;
}

.blog_comment_box .blog_titles, .blog_single_info .blog_titles, .comment_inner .blog_titles {
  font: 600 24px "Poppins", sans-serif;
  color: #282835;
  margin-bottom: 30px;
}

.comment_inner .comment_box .post_comment .reply_comment {
  border-top: 1px solid #e8ebf4;
  margin-top: 30px;
}

.post_author_two {
  background: #f3f5fa;
  border-radius: 4px;
  padding: 35px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_author_two .img_rounded {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.post_author_two .media-body .comment_info h3 {
  font: 500 18px/24px "Poppins", sans-serif;
  color: #282835;
}

.post_author_two .media-body .comment_info .comment-date {
  font: 400 14px "Poppins", sans-serif;
  color: #677294;
}

.comment_inner .comment_box .post_comment .reply_comment .post_author_two {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}

.blog_comment_box {
  margin-top: 100px;
}

.blog_comment_box .comment-form .form-group .form-control {
  background: #f7f8fb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_comment_box .comment-form .form-group .form-control.placeholder {
  color: #9ca3b9;
}

.blog_comment_box .comment-form .form-group .form-control:-moz-placeholder, .blog_comment_box .comment-form .form-group .form-control::-moz-placeholder {
  color: #9ca3b9;
}

.blog_comment_box .comment-form .form-group .form-control::-webkit-input-placeholder {
  color: #9ca3b9;
}

.blog_comment_box .comment-form .form-group .form-control:focus {
  border-color: #5e2ced;
  background: #fff;
}

.comment_inner .comment_box .post_comment .reply_comment {
  margin-left: 70px;
}

.comment_inner .comment_box .post_comment:not(:last-child) {
  margin-bottom: 20px;
}

.blog_comment_box p.no-comments {
  margin-top: 20px;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
.new_footer_area {
  background: #f5f5fa;
}

.new_footer_area .footer_bottom p, .new_footer_top .company_widget p {
  font-size: 16px;
  color: #6a7695;
  line-height: 28px;
  margin-bottom: 0;
}

.new_footer_area .footer_bottom p i {
  color: #fd2f51;
}

.new_footer_top {
  padding: 120px 0 270px;
  position: relative;
}

.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}

.new_footer_top .company_widget p {
  font-weight: 300;
  margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .form-control {
  border: 1px solid #e2e2eb;
  border-radius: 4px;
  height: 55px;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 55px;
  padding-left: 30px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}

.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}

.new_footer_top .f_widget.about-widget .f_list li a:before {
  display: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: 0 0;
  border: 1px solid #e2e2eb;
  font-size: 12px;
}

.new_footer_top .f_social_icon a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
}

.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}

.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url(../img/seo/car.png) no-repeat center center;
  width: 70px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url(../img/seo/bike.png) no-repeat center center;
  width: 50px;
  height: 52px;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

.f_bg {
  background: #eff2f9;
  -webkit-box-shadow: 0 -1px 0 0 rgba(231, 236, 246, 0.004);
  box-shadow: 0 -1px 0 0 rgba(231, 236, 246, 0.004);
}

.footer_top {
  border-bottom: 1px solid #e0e3ef;
  padding: 115px 0 100px;
}

.f_widget .widget-wrap {
  margin-top: 35px;
}

.f_widget .widget-wrap p span {
  color: #051441;
}

.f_widget .widget-wrap p a {
  color: #677294;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.f_widget .widget-wrap p a:hover, .f_widget.about-widget .f_list li a:hover {
  color: #6754e2;
}

.f_widget.company_widget .mchimp-errmessage, .f_widget.company_widget .mchimp-sucmessage {
  position: absolute;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list li a, .footer_area_four .footer_top ul li a {
  font: 300 16px/20px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
}

.f_widget.about-widget .f_list li a:before, .footer_area_four .footer_top ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6754e2;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.f_widget.about-widget .f_list li a:hover:before, .footer_area_four .footer_top ul li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0;
}

.f_subscribe {
  position: relative;
  margin-top: 40px;
}

.f_subscribe .form-control {
  font: 300 14px "Poppins", sans-serif;
  color: #333;
  border: 1px solid #e2e7f3;
  border-radius: 3px;
  background: #e9ecf3;
  padding-left: 25px;
  height: 54px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f_subscribe .form-control.placeholder {
  color: #9ba2b5;
}

.f_subscribe .form-control:-moz-placeholder, .f_subscribe .form-control::-moz-placeholder {
  color: #9ba2b5;
}

.f_subscribe .form-control::-webkit-input-placeholder {
  color: #9ba2b5;
}

.f_subscribe .form-control:focus {
  -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
}

.f_subscribe button {
  position: absolute;
  right: 25px;
  background: 0 0;
  padding: 0;
  color: #222d39;
  font-size: 16px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0;
}

.footer_bottom .f_menu li a, .footer_bottom p a, .footer_bottom ul li a {
  color: #6754e2;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_bottom .f_menu {
  margin-bottom: 0;
}

.footer_bottom .f_menu li, .footer_bottom ul li {
  display: inline-block;
  position: relative;
}

.footer_bottom .f_menu li a, .footer_bottom ul li a {
  color: #7f88a6;
}

.footer_area_four .footer_top ul li a:hover, .footer_bottom .f_menu li a:hover, .footer_bottom a:hover {
  color: #6754e2;
}

.footer_bottom .f_menu li + li {
  margin-left: 16px;
}

.footer_bottom .f_menu li + li:before, .footer_bottom ul li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

.f_social_icon_two a {
  font-size: 14px;
  color: #969db4;
  margin: 0 8px;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.f_social_icon a:hover {
  background: #00aff0;
  color: #fff;
}

.f_social_icon a + a {
  margin-left: 10px;
}

.footer_bottom ul {
  text-align: right;
}

.footer_area_four .footer_top ul li {
  margin-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */
