/*
 * Theme Name: Salient Child
 * Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
 * Author: ChildThemeWP.com
 * Author URI: https://childthemewp.com
 * Description: My WordPress Salient child theme.
 * Template: salient
 * License: GNU General Public License v3
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 * Version: 1.0.0
 * Text Domain: salient-child
 */
/*
Source SASS styles are located in scss/.
The compiled bundles are in dist/frontend.css
The README.md file contains instructions on
how to get the build process up & running.

If you need to make a quick fix, feel free to add CSS
below this comment - it will override the bundled styles.
*/


.c-footer .list-default ul {
  margin-left: 0;
}
.c-footer .list-default li {
  list-style: none;
}

/*Form Footer*/
.c-form__title * {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

.c-form__description {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 690px) {
  .c-form__description {
    font-size: 18px;
  }
}

.c-form .c-form__submit.c-btn {
  background: #5C318F;
  width: 100%;
  margin-top: 30px;
}

.c-form__fields {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.c-form .wpcf7-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='7' viewBox='0 0 12 7' width='12' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.2542 0.254395L11.0792 1.07935L6.00004 6.1585L0.920898 1.07935L1.74586 0.254395L6.00004 4.50858L10.2542 0.254395Z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: 97.5% !important;
  background-position-y: 18px !important;
  margin-right: 2rem !important;
}

.c-form__field.c-input.c-input--floating {
  list-style: none;
  margin-bottom: 30px;
}

.c-input__input {
  background: #fff !important;
  border-radius: 4px !important;
  height: 40px;
  border: none !important;
}

.c-form__field .wpcf7-not-valid-tip {
  top: 100%;
  background: none;
  color: #f00;
  box-shadow: none;
}

.c-form__acceptance {
  display: flex;
  align-items: center;
}

.c-form__acceptance .wpcf7-list-item {
  margin: 0;
}

.c-form__text {
  font-size: 20px;
}
@media (max-width: 690px) {
  .c-form__text {
    font-size: 14px;
  }
}
.c-form__text a {
  color: #5C318F;
  font-weight: 700;
  text-decoration: underline;
}

.wpcf7-response-output {
  margin: 0 !important;
  background: none !important;
  text-align: center;
  border: none !important;
  color: #fff;
}

/*slide*/
.c-slide__default-image .img-custom-radius {
  height: 185px !important;
  object-fit: cover;
}
.c-slide .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
  right: -50px;
}
.c-slide .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
  left: -50px;
}
.c-slide .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
  border-radius: 6px;
}

.btn-audio {
  display: none;
}

.player .vp-unmute-button,
button.vp-unmute-button {
  visibility: hidden;
}

.post-content .content-inner {
  position: relative;
}

.mfp-content > div {
  height: auto !important;
}
.mfp-content > div > div {
  height: auto !important;
}
.mfp-content > div > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mfp-content > div > div:nth-child(3) span {
  width: calc(100% - 100px);
  display: inline-block;
  line-height: 1.2;
}

.post-area.standard-minimal.full-width-content .post,
.video-list article {
  padding-top: 0px !important;
  border-bottom: none;
}
.post-area.standard-minimal.full-width-content .post .content-inner,
.video-list article .content-inner {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.article-content-wrap {
  display: block;
  margin: auto;
  width: 33.3333333333vh;
  min-width: 320px;
  padding: 50px 0;
}

.video {
  border-radius: 35px;
  display: flex;
  flex-direction: column;
}
.video iframe.iframe-embed, .video iframe {
  max-height: 62.5vh !important;
  min-height: 570px;
  height: auto !important;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 992px) {
  .article-content-wrap {
    max-width: 320px;
  }
  .post-area.standard-minimal.full-width-content .post,
.video-list article {
    border-bottom: none !important;
  }
  .home .post-content .content-inner {
    background: #000;
    border-bottom: none;
  }
  .home .post-content .content-inner iframe.iframe-embed,
.home .post-content .content-inner iframe {
    min-width: 100%;
    min-height: calc(100vh - 60px);
  }
  .home .post-content .content-inner .mobile-meta {
    bottom: 100px;
  }
  .btn-audio {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 100px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 370px) and (max-height: 750px) {
  .btn-audio {
    top: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .btn-audio .on {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .btn-audio .off {
    display: block;
  }
}
.card-video {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.card-video .card-header {
  padding: 8px 16px;
  margin: 0 !important;
}
.card-video .card-header .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.card-video .card-header .excerpt {
  font-size: 14px;
  font-weight: 400;
}
.card-video .share-post-vimeo {
  bottom: 0;
  right: 0;
  transform: translateX(calc(100% + 20px));
  position: absolute;
  cursor: pointer;
}
.card-video .empresa {
  margin-top: 16px;
}

.feed__container {
  display: flex;
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 20px;
}
.feed__sidebar {
  width: 245px;
  padding-top: 50px;
}
.feed__content {
  flex: 1;
  display: flex;
  margin-left: 100px;
}
@media (max-width: 675px) {
  .feed__container {
    flex-direction: column;
  }
  .feed__sidebar {
    padding-top: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .feed__content {
    margin-left: 0;
  }
}

.main-content .widget .banner-sidebar {
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  color: #222;
  min-height: 355px;
}
.main-content .widget .banner-sidebar__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.main-content .widget .banner-sidebar__description {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.main-content .widget .banner-sidebar__button {
  background-color: #5C318F;
  color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 7px 16px;
  font-size: 12px;
  transition: opacity 0.3s ease-in-out;
}
.main-content .widget .banner-sidebar__button:hover {
  opacity: 0.8;
}
@media (max-width: 675px) {
  .main-content .widget .banner-sidebar {
    display: none;
  }
}
.main-content .widget .widget_nav_menu ul {
  margin-left: 0;
}
.main-content .widget .widget_nav_menu li {
  list-style: none;
  display: flex;
  text-align: center;
  border-radius: 3px;
  background-color: #E2E2E2;
  transition: opacity 0.3s ease-in-out;
}
.main-content .widget .widget_nav_menu li + li {
  margin-top: 4px;
}
.main-content .widget .widget_nav_menu li a {
  color: #373737;
  font-size: 14px;
  font-weight: 400 !important;
  width: 100%;
}
.main-content .widget .widget_nav_menu li a:hover {
  color: #373737 !important;
}
.main-content .widget .widget_nav_menu li.current-menu-item {
  background-color: #5C318F;
}
.main-content .widget .widget_nav_menu li.current-menu-item a {
  color: #fff;
  font-weight: 700 !important;
}
.main-content .widget .widget_nav_menu li.current-menu-item a:hover {
  color: #fff !important;
}
.main-content .widget .widget_nav_menu li:hover {
  opacity: 0.8;
}
@media (max-width: 675px) {
  .main-content .widget .widget_nav_menu li {
    display: inline-block;
    padding: 2px 8px;
  }
}

.archive.tag #pagination,
.page-template-template-company #pagination,
.page-template-template-company-tags #pagination {
  display: none;
}

.load-more svg {
  display: none !important;
}
.load-more.load svg {
  display: block !important;
}

@media (min-width: 1000px) {
  .material .feed__container .feed__sidebar,
.page-template-template-company-tags .feed__container .feed__sidebar {
    position: fixed;
  }
  .material .feed__container .feed__content,
.page-template-template-company-tags .feed__container .feed__content {
    margin-left: 360px;
  }
}

.banner-feed {
  background-repeat: no-repeat;
  color: #fff;
  max-width: 320px;
  font-size: 22px;
  margin: 0 auto;
}
.banner-feed__content {
  padding: 50px 20px 30px 20px;
}
.banner-feed p {
  font-weight: 300;
}
.banner-feed p strong {
  font-weight: 500;
}
.banner-feed h4 {
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
}
.banner-feed h4 strong {
  color: #7EC282;
}
.banner-feed__btn {
  background-color: #7EC282;
  color: #303030;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  max-width: fit-content;
  text-transform: capitalize;
}
.banner-feed__partners {
  display: flex;
  justify-content: space-between;
  max-width: 274px;
  align-items: flex-start;
}
.banner-feed__partners p {
  font-size: 12px;
}
.banner-feed__partners img {
  object-fit: contain;
  max-width: 70px !important;
}
.banner-feed__link {
  color: #fff;
  padding: 15px;
}
.banner-feed__footer {
  display: flex;
  flex-direction: column;
  align-content: inherit;
  text-align: center;
  background: rgba(10, 10, 10, 0.3098039216);
  cursor: pointer;
}
.banner-feed__footer p {
  font-size: 15px;
  padding-bottom: 0;
}
.banner-feed__footer img {
  width: 10px;
  height: 10px;
  margin: 6px auto 0 auto;
  margin-bottom: 0 !important;
}

.card-explore {
  max-width: 244px;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.card-explore::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA1NyA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjQiIGN4PSIyOC41IiBjeT0iMjguNSIgcj0iMjguNSIgZmlsbD0iI0UyRTJFMiIvPgo8Y2lyY2xlIGN4PSIyOC41IiBjeT0iMjguNSIgcj0iMjIuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0zNiAyOUwyMi41IDM2Ljc5NDJWMjEuMjA1OEwzNiAyOVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.3s;
}
.card-explore:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
.card-explore:hover__tag {
  background-color: #5C318F;
  color: #fff;
}
.card-explore__thumb {
  border-radius: 30px;
  overflow: hidden;
}
.card-explore__thumb img {
  width: 100%;
  object-fit: cover;
  height: 443px !important;
  display: block;
}
.card-explore__content {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 5px 20px 15px 20px;
  width: 100%;
  border: 2px solid #e2e2e2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 0;
}
.card-explore__company-photo {
  object-fit: contain;
  border-radius: 20px;
  display: block;
  margin-top: -27px;
  margin-bottom: 10px !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card-explore__title {
  font-weight: 400 !important;
  font-size: 14px !important;
  height: 32px;
  overflow: hidden;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-explore__name {
  font-weight: 800;
}
.card-explore__tag {
  background-color: #E2E2E2;
  color: #373737;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 0.3s;
}
.card-explore__tag:hover {
  background-color: #5C318F;
  color: #fff;
}
@media (min-width: 900px) {
  .card-explore {
    margin-right: 16px;
  }
  .card-explore:nth-child(4n) {
    margin-right: 0;
  }
}

.tag-item {
  background-color: #E2E2E2;
  color: #373737;
  font-size: 16px;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 0.3s;
  margin-bottom: 10px;
  display: inline-block;
}
.tag-item.active {
  background-color: #5C318F;
  color: #fff;
  font-weight: 400;
  pointer-events: none;
}
.tag-item:hover {
  background-color: #5C318F;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 900px) {
  .tag-item {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

.list-tags {
  margin: 50px 0 50px 0;
  padding: 0;
}

.btn-load-more {
  background-color: #5C318F;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 40px auto;
  border-radius: 5px;
  padding: 14px;
  width: 100%;
  max-width: 335px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.btn-load-more.loading {
  opacity: 0.7;
  pointer-events: none;
}

.more-posts {
  width: 100%;
}
.more-posts.loading .card-explore {
  opacity: 0.5;
}
.more-posts.loading::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin: auto; background: transparent; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='12' stroke-width='3' stroke='%235c318f' stroke-dasharray='18.84955592153876 18.84955592153876' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1.4925373134328357s' repeatCount='indefinite' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='8' stroke-width='3' stroke='%237cc280' stroke-dasharray='12.566370614359172 12.566370614359172' stroke-dashoffset='12.566370614359172' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1.4925373134328357s' repeatCount='indefinite' keyTimes='0;1' values='0 50 50;-360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.more-posts.container:before {
  display: none;
}

@media (min-width: 900px) {
  .tags-content {
    padding: 0;
  }
}

.list-movies,
.list-cards,
.more-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  min-height: 440px;
}
@media (min-width: 900px) {
  .list-movies,
.list-cards,
.more-posts {
    justify-content: flex-start;
    width: 1024px;
  }
  .list-movies.loader,
.list-cards.loader,
.more-posts.loader {
    width: 1024px;
  }
}

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