/*
 Theme Name:   Edubin Child
 Theme URI:    https://thepixelcurve.com/wp/edubin/demo/
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://thepixelcurve.com/
 Template:     edubin
 Version:      6.5.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child
*/

@charset UTF-8;

.vector-hide {
    display: none !important;
}

/* Menu do desenvolvedor */

.developer {
    position: relative;
    overflow: hidden;
    width: 91px;
    height: 29px;
    display: block;
}

.developer .dev-logo {
    width: 100%;
    height: 100%;
    display: block;
    background: url('assets/img/dev/logo-vector.png') no-repeat;
    background-size: contain;
}

.developer .dev-legend {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}

/* Botao do whatsapp */

#section-wpp {
    display: flex;
    position: fixed;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    right: 50px;
    bottom: 50px;
    z-index: 50000;
    width: 80px;
    height: 80px;
    transform: scale(.85);
}

#section-wpp::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #48C960;
    opacity: .2;
    border-radius: 50%;
}


.btn-wpp {
    z-index: 50;
    display: flex;
    position: relative;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    background: #48C960;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-decoration: none !important;
    cursor: pointer;
    filter: drop-shadow(0px 4px 27px #48C960);
}

.btn-wpp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #48C960;
    border-radius: 50%;
    animation: widgetPulse infinite 1.5s;
}


.btn-wpp i::before {
    color: #fff;
    font-size: 45px;
}

@-webkit-keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@media only Screen and (max-width:600px) {
    #section-wpp {
        right: 20px !important;
        bottom: 20px !important;
        width: 60px;
        height: 60px;
        position: fixed;
    }

    .btn-wpp i::before {
        color: #fff;
        font-size: 30px;
    }
}








.error404 .page-header{
	display:none!important;
}
.error404 .site-content {
    padding: 250px 0 150px 0!important;
}
	.error404 .site-content .error-404-heading{
		margin-bottom:30px;
	}

@media only screen and (max-width:650px){
		.error404 .site-content .error-404-heading{
		margin-bottom:10px;
	}
	
	.error404 .site-content {
        padding: 170px 0 100px 0!important;
    }
	
	.error404 .site-content .error-404-heading{
		font-size: 32px;
	}
	.error404 .site-content .text-404{
		margin:20px 0px;
	}
}

#rss-feed-blog .elementor-shortcode {
  margin-right: -15px;
  margin-left: -15px;
}

#rss-feed-blog .wp_rss_retriever_list {
  padding-left: 0px !important;
}

#rss-feed-blog .wp_rss_retriever_item {
  padding-right: 15px;
  padding-left: 15px;
}

#rss-feed-blog .wp_rss_retriever_item:hover img {
  min-height: 110%;
  min-width: 110%;
}

#rss-feed-blog .wp_rss_retriever_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

#rss-feed-blog .wp_rss_retriever_title {
  color: #002639;
  text-align: left;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#rss-feed-blog .wp_rss_retriever_title:hover {
  color: #197083;
}

#rss-feed-blog .wp_rss_retriever_image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 3px;
  overflow: hidden;
  height: 210px;
}

#rss-feed-blog .wp_rss_retriever_image img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#rss-feed-blog .wp_rss_retriever_metadata {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#rss-feed-blog .wp_rss_retriever_metadata .wp_rss_retriever_date {
  text-align: left !important;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#rss-feed-blog .wp_rss_retriever_metadata .wp_rss_retriever_icon {
  margin-right: 8px;
}

#rss-feed-blog .wp_rss_retriever_metadata .wp_rss_retriever_icon::before {
  content: '';
  color: #197083;
  content: "\f102";
  font-family: Flaticon;
  font-style: normal;
}

#rss-feed-blog .wp_rss_retriever_metadata svg {
  display: none !important;
}

#rss-feed-blog .wp_rss_retriever_metadata span {
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8a8a8a;
  line-height: 100% !important;
  position: relative;
  display: inline-block;
}

#rss-feed-blog .wp_rss_retriever_metadata span::after {
  content: '';
  height: 100%;
  background: #fff;
  width: 43px;
  top: 0px;
  right: 0px;
  z-index: 5;
  position: absolute;
}

#rss-feed-blog .wp_rss_retriever_container {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#developer {
  position: relative;
  overflow: hidden;
  width: 91px;
  height: 29px;
  display: block;
  margin-left: auto;
}

#developer .dev-logo {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/wp-content/themes/edubin-child/assets/img/dev/logo-vector.png") no-repeat;
  background-size: contain;
}

#developer .dev-legend {
  opacity: 0;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  #developer {
    margin: 20px auto;
  }
}

.footer-cyperight-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 38px !important;
}

.footer-cyperight-wrap .textwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-register .top-seperator,
.login-register .top-separator,
.login-register a:not([href*="assoc"]),
.edubin-custom-user-profile .top-seperator,
.edubin-custom-user-profile .top-separator,
.edubin-custom-user-profile a:not([href*="assoc"]) {
  display: none !important;
}

.footer-top a:hover,
.header-top a:hover,
.header-top ul li a:hover i,
.site-footer .widget ul.menu li:before,
.main-navigation ul ul a:hover {
  color: #fff !important;
  font-weight: 700;
}

.edubin-event i,
.edubin-latest-news.layout-1 i {
  color: #197083 !important;
}

.main-navigation li.current-menu-item > a {
  color: #197083 !important;
}

.header-breadcrumb .trail-end {
  display: none !important;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #197083 !important;
  color: #fff !important;
}

.edubin-main-btn:hover {
  background: #197083 !important;
}

.edubin-main-btn:hover a {
  color: #fff !important;
}

.page-links a,
.nav-links a {
  background: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
}

.edubin-latest-news.layout-1 .navigation i {
  color: #fff !important;
}

#page-content-sidebar .page-content {
  width: 100% !important;
}

.col-sidebar .widget {
  background: rgba(104, 104, 104, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.col-sidebar .widget h2,
.col-sidebar .widget .widget-title{
  font-size: 18px !important;
}

.col-sidebar .widget .widget-title::before{
  display: none;
}

.col-sidebar .widget .current-menu-item {
  font-weight: bold;
}

.col-sidebar .widget ul {
  padding-left: 10px;
}

.col-sidebar .widget + .widget {
  margin-top: 30px;
}

.gallery-img-cover img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}

@media only screen and (min-width: 1025px) {
  .menu-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-desktop {
    display: none !important;
  }
}

.edubin-events-countdown.bg_cover {
  background: #197083 !important;
}

.edubin-events-countdown-btn.pt-30 {
  display: none !important;
}

.woocommerce-page p.stock {
  display: none !important;
}

.yikes-custom-woo-tab-title,
.woocommerce-Tabs-panel--description h2:first-of-type {
  display: none !important;
}

.product_cat-cursos-presenciais .entry-summary > p.price,
.product_cat-eventos-presenciais .entry-summary > p.price {
  display: none !important;
}

.product_cat-cursos-presenciais .date_panel,
.product_cat-eventos-presenciais .date_panel {
  margin-bottom: 30px;
}

.product_cat-cursos-presenciais .header_service_row,
.product_cat-eventos-presenciais .header_service_row {
  display: none;
}

.product_cat-cursos-presenciais .single_add_to_cart_button,
.product_cat-eventos-presenciais .single_add_to_cart_button {
  color: transparent !important;
  font-size: 0px !important;
  line-height: 0px !important;
}

.product_cat-cursos-presenciais .single_add_to_cart_button::before,
.product_cat-eventos-presenciais .single_add_to_cart_button::before {
  content: 'Quero participar';
  display: inline-block;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 17px !important;
  padding: 1em 2em;
}

.product_cat-cursos-presenciais .field_service_row,
.product_cat-eventos-presenciais .field_service_row {
  border: none !important;
  padding: 0px !important;
}

.product_cat-cursos-presenciais select,
.product_cat-eventos-presenciais select {
  width: 100% !important;
}

.product_cat-cursos-presenciais .quantity,
.product_cat-eventos-presenciais .quantity {
  display: none !important;
}

.fields_panel {
  margin: 30px 0px 10px 0px;
}

.yith_evti_total_price {
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  margin-top: -9px;
}

.yith_evti_total_price .price {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
  top: 14px;
}

.yith_evti_total_price .price::before {
  content: 'Total:';
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.yith_evti_total_price .price .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .yith_evti_total_price .price .amount::before {
  content: 'R$';
  display: inline-block;
  margin-right: 5px;
} */

body:not(.logged-in.admin-bar) #tab-title-check_in_tab {
  display: none !important;
}

.check_in_panel {
  position: relative;
}

.check_in_panel .search_ticket_number {
  margin: 20px 0;
}

.check_in_panel .search_ticket_button {
  position: absolute;
  top: 45px;
  right: 0;
}

#billing_country_field {
  display: none;
}

body.woocommerce-order-received {
  background: #28235A !important;
}

body.woocommerce-order-received .woocommerce-customer-details {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  text-align: center;
  font-weight: bold;
}

body.woocommerce-order-received h2 {
  text-align: center;
}

body.woocommerce-order-received .wrap-buttons {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.woocommerce-order-received .wrap-buttons .button {
  padding: 1rem 2rem;
  color: #fff !important;
  background: #333;
  border-radius: 5px;
}

body.woocommerce-order-received .wrap-buttons .button i {
  color: #fff !important;
  margin-right: 6px;
}

.user_has_access .ld-convertkit-subscribe-form {
  display: none !important;
}

.learndash-wrapper .ld-course-status-enrolled {
  margin-bottom: 40px;
}

.learndash-wrapper .ld-item-details .ld-expand-button.ld-button-alternate .ld-icon {
  background: #333 !important;
}

.learndash-wrapper .ld-item-details .ld-expand-button.ld-button-alternate .ld-primary-color {
  color: #333 !important;
}

.learndash-wrapper .ld-item-list-actions .ld-expand-button.ld-primary-background {
  background: #333 !important;
}

.learndash-wrapper .ld-profile-card,
.learndash-wrapper .ld-course-list .ld-section-heading {
  display: none !important;
}

.learndash-wrapper .ld-item-details .ld-expand-button {
  background: #333 !important;
}

.learndash-wrapper .ld-profile-stats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learndash-wrapper .ld-profile-stats::before {
  content: 'Meu painel EAD';
  display: inline-block;
  margin-right: auto;
  font-weight: 700;
}

.learndash-wrapper #ld-profile {
  padding: 20px 10px;
  margin-bottom: 0px;
}

.vector-produtos .price {
  display: none !important;
}

.vector-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vector-form .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.vector-form .col.-half {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  min-width: 180px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vector-form .col + .col {
  margin-top: 10px;
}

.vector-form .legend {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}

.vector-form select,
.vector-form .wpcf7-form-control-wrap {
  width: 100%;
}

.vector-form select {
  padding-left: 10px;
  padding-right: 10px;
}

.vector-form .-submit {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.vector-form .wpcf7-not-valid-tip {
  text-align: left;
}

.vector-form input.wpcf7-not-valid,
.vector-form select.wpcf7-not-valid,
.vector-form textarea.wpcf7-not-valid {
  border-bottom: 2px solid #dc3232;
}

.header-top .header-right .login-register ul li a {
  color: #fff;
}

.nosocial a[href*="spotify"] .flaticon-world::before{
	font-family: 'Font Awesome 5 Brands';
	content:'\f1bc';
}

@media screen and (min-width: 1025px) {
  .main-menu .menu-icon {
    cursor: pointer;
  }
  .main-menu .menu-icon > a {
    font-size: 0px !important;
    line-height: 0px !important;
    color: transparent !important;
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-menu .menu-icon > a::before {
    content: '';
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: -3px;
    color: #197083 !important;
    font-family: 'Font Awesome 5 Free';
  }
  .main-menu .menu-icon.menu-account > a::before {
    content: '\f007';
	font-weight: 700;
  }
  .main-menu .menu-icon.menu-search > a::before {
    content: '\f002';
	font-weight: 700;
  }
  .main-menu .menu-icon.menu-cart > a::before {
    content: '\f07a';
	font-weight: 700;
  }
  .main-menu .menu-icon.menu-account a {
    padding-right: 8px;
    margin-right: -8px;
  }
  .main-menu .menu-icon.menu-account:hover .sub-menu,
  .main-menu .menu-icon.menu-account .sub-menu:hover {
    left: -196px;
  }
  .main-menu .menu-icon.menu-cart span {
    font-size: 12px;
    position: absolute;
    background: #B52E10;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    top: 20px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-menu .menu-icon.menu-search {
    margin-left: 30px;
  }
  .main-menu .menu-icon svg {
    display: none;
  }
  .header-menu .header-right-icon {
    display: none !important;
  }
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .header-right-icon i {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }
  .header-right-icon i::before {
    display: block;
    position: relative;
    font-size: 23px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: -3px;
    color: #197083 !important;
    font-family: 'Font Awesome 5 Pro';
  }
  .header-right-icon i.flaticon-zoom::before {
    content: '\f002';
  }
  .header-right-icon i.flaticon-shopping-cart-2::before {
    content: '\f07a';
  }
  .header-right-icon .top-shopping-cart span {
    background: #B52E10;
    position: absolute;
    top: -6px;
    right: -27px;
    left: unset;
  }
  .header-right-icon ul li {
    display: inline-block;
    margin-right: 2px;
    padding: 28px 0 0 0;
  }
  .header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-area .site-branding {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .header-area .header-right-icon {
    float: unset;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
  .is-header-top-main .site-content.page-header-disable {
    margin-top: 83px;
  }
}

@media screen and (max-width: 400px) {
  .header-right-icon .top-search {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
}

.page-header {
  text-align: center !important;
}

.page-header::before {
  background: #00282a;
}

.woocommerce .woocommerce-message {
  border-top-color: #07294d;
  background: #07294d;
  color: #fff;
  border-radius: 5px;
}

.woocommerce .woocommerce-message::before {
  color: #fff !important;
}

.woocommerce .woocommerce-message a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: .5px;
  color: #fff !important;
}

.woocommerce .woocommerce-message .button:hover {
  background: #197083 !important;
}

.return-to-shop {
  text-align: center;
}

.return-to-shop a.button.wc-backward {
  text-transform: unset !important;
}

.return-to-shop a.button.wc-backward:hover {
  background: #197083 !important;
  color: #fff !important;
}

.woocommerce .cart-empty.woocommerce-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 50px 2em 1em 2em !important;
}

.woocommerce .cart-empty.woocommerce-info::before {
  content: '\f217';
  font-family: "Font Awesome 5 Pro";
  color: #28235A;
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 50px;
  font-size: 60px;
  opacity: .9;
  font-weight: 300;
}

.woocommerce table.cart td.actions .coupon input {
  width: 200px !important;
  text-transform: unset !important;
}

button[name="apply_coupon"] {
  background: #333 !important;
}

button[name="apply_coupon"]:hover {
  background: #000 !important;
}

.wc-proceed-to-checkout {
  margin-top: 30px;
  background: #B52E10 !important;
  color: #fff !important;
}

.wc-proceed-to-checkout:hover {
  background: #83220c !important;
}

.wc-proceed-to-checkout:hover .button {
  color: #fff !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  margin: 20px auto;
  text-align: center;
}

.woocommerce-cart-form .cart-collaterals .cart_totals table {
  text-align: center;
}

.single-product .related.products .product,
.elementor-widget-edubin-woo-product-addons .product {
  border: 1px solid rgba(104, 104, 104, 0.3);
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.single-product .related.products .product .woocommerce-loop-product__title,
.elementor-widget-edubin-woo-product-addons .product .woocommerce-loop-product__title {
  padding: 20px !important;
}

.single-product .related.products .product:hover,
.elementor-widget-edubin-woo-product-addons .product:hover {
  background: #197083 !important;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-product .related.products .product:hover *,
.elementor-widget-edubin-woo-product-addons .product:hover * {
  color: #fff !important;
}

.single-product .related.products .product .price,
.elementor-widget-edubin-woo-product-addons .product .price {
  display: none;
}

.woocommerce ul.products li.product .overlay,
.single-product .related.products .product a img,
.woocommerce ul.products.columns-3 li.product a img {
  height: 220px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 5px 5px 0 0;
  padding: 0px !important;
}

.ld_course_grid_button .btn,
.edubin-cart-button-list .add_to_cart_button {
  margin-right: 0px;
  display: flex;
  width: auto !important;
  padding: 6px 16px;
  border-radius: 4px;
  height: auto !important;
}

.edubin-cart-button-list .add_to_cart_button .edubin-hide-addtocart-text {
  display: none;
}

.ld_course_grid_button .btn::before,
.edubin-cart-button-list .add_to_cart_button::before {
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
  display: inline-block;
  height: auto !important;
  width: auto !important;
}

.edubin-cart-button-list .add_to_cart_button::after {
  height: auto !important;
  width: auto !important;
  content: 'Saiba mais';
  display: inline-block;
  color: #fff !important;
}

.edubin-cart-button-list .edubin-cart-link {
  display: none !important;
}

.argmc-form-steps-wrapper .lost_password,
.argmc-form-steps-wrapper .woocommerce-form-login__rememberme,
.argmc-form-steps-wrapper .woocommerce-form-login__submit {
  text-align: center;
}

.argmc-form-steps-wrapper .woocommerce-form-login__submit {
  margin: 20px auto 10px auto;
  display: block;
}

.argmc-form-steps-wrapper button {
  text-transform: none !important;
}

.argmc-form-steps-wrapper .argmc-register .woocommerce-form-register {
  text-align: center;
}

.argmc-form-steps-wrapper .argmc-register input {
  text-align: center;
}

#argmc-skip-login {
  display: none !important;
}

.argmc-nav-buttons {
  text-align: center !important;
}

.argmc-nav-buttons .argmc-previous {
  background: #ccc !important;
}

.argmc-nav-buttons .argmc-previous:hover {
  background: #7a7a7a !important;
}

.argmc-nav-buttons .argmc-next {
  background: #333 !important;
}

.argmc-nav-buttons .argmc-next:hover {
  background: #000 !important;
}

.argmc-nav-buttons .argmc-submit {
  background: #B52E10 !important;
  color: #fff !important;
}

.argmc-nav-buttons .argmc-submit:hover {
  background: #83220c !important;
}

.payment_box > p {
  display: none !important;
}

.argmc-login-tabs {
  text-align: center;
}

.argmc-login-tabs i {
  margin-right: 10px;
}

.woocommerce-form-register__submit {
  text-transform: none !important;
}

.woocommerce-MyAccount-navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.woocommerce-MyAccount-navigation li a::before {
  content: '';
  font-family: "Font Awesome 5 Pro";
  display: block;
  width: 30px;
}

.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 700;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a::before    { content: '\f05a' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--aluno-ead a::before    { content: '\f51c' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--associado-painel a::before    { content: '\f2bb' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before       { content: '\f570' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--certificates a::before { content: '\f5f3' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--solicitar-certificado a::before { content: '\f5f3' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a::before    { content: '\f019' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before { content: '\f5a0' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before { content: '\f4ff' !important; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: '\f2f5' !important; }

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout * {
  color: #B52E10 !important;
}

.nav-certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 16px;
}

.nav-certificate .item {
  border: 2px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
}

.nav-certificate .item .-print {
  padding: 8px 16px;
  background: #333;
  color: #fff;
}

.nav-certificate .item:hover {
  border-color: #28235A;
  color: #28235A;
}

.nav-certificate .item:hover .-print {
  background: #28235A;
}

.nav-certificate .legend {
  display: none;
}

.edubin-ld-widget.widget_products .woocommerce-Price-amount {
  display: none;
}

#courses-single .widget-title {
  font-size: 18px;
}






/* Área Restrita */

.vec_title_intro{
    padding: 0px 15px;
}

.form-member-request .wrap-submit{
    display: block;
    margin-top: 30px;
}

/* Área Restrita */

.woocommerce-MyAccount-content .menu-restrict-cats{
   display: flex;
   flex-flow: row wrap;
   gap:16px;
   list-style-type: none;
   padding: 0px;
}

.woocommerce-MyAccount-content .menu-restrict-cats li{
  flex-basis: 33.33%;
  flex-grow: 1;
  
}
.woocommerce-MyAccount-content .menu-restrict-cats li a{
  display: flex;
  flex-flow: row;
  gap:10px;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
}

.woocommerce-MyAccount-content .menu-restrict-cats li a *{
  z-index: 3;
}
.woocommerce-MyAccount-content .menu-restrict-cats li a::before{
  content:'';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  background: rgba(0,0,0,.15);
  z-index: -1;
  transition: all ease .3s;
}

.woocommerce-MyAccount-content .menu-restrict-cats li a:hover::before{
  z-index: 1;
}

.woocommerce-account .entry-content .woocommerce{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation{
  float: unset;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  order:2;
}
.vector-restrict-archive .content-wrapper,
.post-type-archive-galeria .content-wrapper{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap:16px;
}

.post-type-archive-galeria article.type-galeria,
.archive .vector-restrict-archive article.type-area_restrita{
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  position: relative;
}


.post-type-archive-galeria article.type-galeria .entry-title,
.vector-restrict-archive article.type-area_restrita .entry-title{
  font-size: 24px;
  line-height: 125%;
}

.post-type-archive-galeria article.type-galeria .entry-summary,
.vector-restrict-archive article.type-area_restrita .entry-summary {
  display: none;
}



.vector-restrict-archive .blog-btn,
.vector-restrict-archive .blog-btn a,
.vector-restrict-archive .blog-btn a:hover,
.post-type-archive-galeria article .blog-btn,
.post-type-archive-galeria article .blog-btn a,
.post-type-archive-galeria article .blog-btn a:hover{
  position: absolute;
  height: 100%;
  width: 100%;
  top:0px;
  left: 0px;
  z-index: 5;
  display: block;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  background: none!important;
  margin: 0px;
  padding: 0px;
  
}

.post-type-archive-galeria article.type-galeria .entry-content,
.archive .vector-restrict-archive article.type-area_restrita .entry-content{
  padding: 16px;
  background: #fff;
  border-radius: 0px 0px 8px 8px;
}





.vector-restrict-archive .menu-restrict-cats li{
  padding: 7px 0;
}
.vector-restrict-archive .menu-restrict-cats a{
  display: flex;
  width: 100%;
}
.vector-restrict-archive .menu-restrict-cats a .cat-label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
}

.vector-restrict-archive .menu-restrict-cats a i{
  display: none!important ;
}
.single-sfwd-essays .content-wrapper article,
.single-area_restrita .content-wrapper article {
    margin-bottom: 45px;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.single-sfwd-essays .content-wrapper .entry-content,
.single-area_restrita .content-wrapper .entry-content{
  padding: 45px;
}

@media screen and (max-width:768px){
	.post-type-archive-galeria article.type-galeria,
  	.archive .vector-restrict-archive article.type-area_restrita{
    	flex-basis: 100%;
    	max-width: 100%;
  	}
  	.single-area_restrita .content-wrapper .entry-content{
  	padding: 15px;
	}
}

/* Visualização de galeria */

.single-galeria .post-thumbnail{
	display:none!important;
}

.single-galeria .wp-block-gallery ul{
    padding-left: 0px!important;
}

.single-product .page-header .trail-items .trail-item:nth-of-type(3),
.single-product .page-header .trail-items .trail-item:nth-of-type(4){
	display:none!important;
}


/* Modal LMS Estatísticas */
body #wpProQuiz_overlay_close{
  background-color: #bf0808!important;
}
body #wpProQuiz_overlay_close:hover{
  background-color: #f87659!important;

}

body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
  padding: 1em!important;
}

body .learndash-wrapper .ld-table-list .ld-table-list-header {
  background-color: #07294d !important;
}

body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{
  padding: 0px;
  display: block;
  background-color: #fff !important;

}
body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link:hover{
	background-color: #fff !important;
}


/* Forms com parâmetro */

.form-parameters .col + .col{
  margin-top: 10px!important;
}

.form-parameters .col.wrap-submit{
  display: block;
  margin-top: 20px!important;
}


/* Bloco de Associe-se */
#vector-block-associe-se h3 {
  color: #fff!important;
}


#vector-block-associe-se ul{
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#vector-block-associe-se ul li{
  flex-basis: calc(50% - 8px);
  min-width: 200px;
  flex-grow: 1;
  display: flex;
}

#vector-block-associe-se ul li a{
  padding: 40px 20px;
  background: #7b7b7b;
  border-radius: 10px;
  color: #fff;
  flex-flow: 1;
  text-align: center;
  width: 100%;
}

#vector-block-associe-se ul li a:hover{
  background: #181818;
}


.page .um-form {
  padding: 0px!important;
}

.woocommerce-view-order .woocommerce-table--order-details ._view_and_pdf_row{
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  padding: 20px 0px;
}

.woocommerce-view-order .woocommerce-table--order-details ._view_and_pdf_row a{
   padding: 10px 20px;
   border-radius: 4px;
   background: #333;
   color: #fff;
}

.woocommerce-view-order .woocommerce-table--order-details ._view_and_pdf_row a[href*="calendar"]{
  background: #333;
}

.woocommerce-view-order .woocommerce-table--order-details ._view_and_pdf_row a[href*=".pdf"]{
  background: #2E7D8F;
}
.woocommerce-view-order .woocommerce-table--order-details ._view_and_pdf_row a[href*="template"]{
  background: #1B1650;
}

.woocommerce-view-order .woocommerce-customer-details{
  display: none!important;
}


/* Visualização da página de curso */
body.single-sfwd-courses #secondary #block-5{
  background: #07294d;
}

body.single-sfwd-courses #secondary #block-5 label,
body.single-sfwd-courses #secondary #block-5 .widget-title{
  color: #fff!important;
}

body.single-sfwd-courses #secondary #block-5 .wpcf7-submit{
  width: 100%;
  text-align: center;
  background: #036e73;
  transition: all .3s ease;
}
body.single-sfwd-courses #secondary #block-5 .wpcf7-submit:hover{
  background: #04aab3;
}

body.single-sfwd-courses #secondary #block-5 label.-submit{
  margin-top: 20px!important;
}

body.single-sfwd-courses #secondary #block-5 textarea{
  max-height: 100px;
}

body.single-sfwd-courses #secondary #block-5 .wpcf7-response-output{
  background: #fff;
}

body.single-sfwd-courses #courses-single .entry-content .ld-alert-certificate a.ld-button{
  background-color: #181818!important;
}
body.single-sfwd-courses #courses-single .entry-content .ld-alert-certificate a.ld-button:hover{
  background-color: rgb(143, 4, 4)!important;
}

body.single-sfwd-courses .learndash-wrapper #btn-join{
  background: rgb(185, 6, 6)!important;
  transition: all .3s ease;
}
body.single-sfwd-courses .learndash-wrapper #btn-join{
  background: rgb(143, 4, 4)!important;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status {
  background-color: #757373!important;
}

@media only screen and (min-width:992px) {

  body.single-sfwd-courses #secondary{
    position: sticky;
    top: 120px;
  }
}


/* Personalizando miniaturas de cursos / eventos */

.edubin-lp-courses-addons .entry-title,
.woocommerce h2.woocommerce-loop-product__title {
  font-size: 18px!important;
  line-height: 150%!important;
  text-align: center;
  padding: 0px!important;
  margin: 0px!important;
}

.ld_course_grid_price.price_USD{
  display: none;
}


.edubin-lp-courses-addons .caption{
  padding: 20px!important;
  margin: 0px;
}

.edubin-lp-courses-addons .caption a{
  margin: 0px;
}
.edubin-lp-courses-addons article{
  transition: all .3s ease;
  position: relative;
}
.edubin-lp-courses-addons article:hover{
  background: #197083 !important;
  transform: translateY(-10px);
}

.edubin-lp-courses-addons article:hover  .entry-title{
  color: #fff!important;
}
.edubin-lp-courses-addons .ld_course_grid_button{
  top: 33%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: all .5s ease 0s;
}
.edubin-lp-courses-addons article:hover .ld_course_grid_button{
  opacity: 1;
  transform: translateY(0);
  transition: all .5s ease 0s;
}

.edubin-lp-courses-addons .ld_course_grid_button a.btn{
  border: 1px solid #036e73 !important;
  background: #036e73!important;
  color: #fff!important;
  display: inline-block;
  line-height: 40px;
  position: relative;
  top: 0;
  width: auto !important;
  padding: 6px 16px;
  border-radius: 4px;
  height: auto !important;
  touch-action: manipulation;
  cursor: pointer;

}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row {
	margin: 48px 0 40px;
}

.tribe-events .tribe-events-calendar-latest-past__heading + .tribe-events-calendar-latest-past__event-row {
    background: #fff;
	padding: 45px 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__heading + .tribe-events-calendar-latest-past__event-row {
    margin-top: var(--tec-spacer-8);
}



/* Parte do título*/


.tribe-events .tribe-events-calendar-latest-past__heading {
    margin-top: 35px;
	margin-bottom: 35px;
}
.tribe-events .tribe-events-calendar-latest-past__heading {
    display: flex!important;
    text-align: center;
    position: relative;
    padding: 5px 0;
	width:100%;
	gap:62px;
	align-items:center;
	color: #07294d!important;
}



.tribe-events .tribe-events-calendar-latest-past__heading::after,
.tribe-events .tribe-events-calendar-latest-past__heading::before{
	content:'';
	position: relative;
	background-color: var(--tec-color-border-default);
	height: 1px;
	display:block;	
	flex-basis: 10%;
	flex-grow: 1;
}


.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-latest-past__heading {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-latest-past__heading{
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #07294d!important;
    background: #edf0f2;
    padding: 0px 62px;
	line-height: var(--tec-line-height-3);
}

.tribe-events .tribe-events-calendar-latest-past__event-row{
    background: #fff;
    margin: 0 0 40px 0;
    padding: 40px 20px;
    position: relative;
}

/* Customizar a tela de EAD */

body .learndash-wrapper .sfwd-mark-complete::after,
body .learndash-wrapper #sfwd-mark-complete::after,
body .learndash-wrapper .learndash_mark_complete_button{
	color:#fff!important;
}

body .ld-content-action .ld-course-step-back{
	margin-top:16px !important;
}

body .learndash-wrapper .ld-button:not(.ld-js-register-account):not(.learndash-link-previous-incomplete):not(.ld-button-transparent){
	background: #07294d !important;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button{
	background: #a50c0c !important;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewButtons .wpProQuiz_button2 {
	background:#736f6f!important;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button[name*="back"],
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_QuestionButton:hover,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewButtons .wpProQuiz_button2:hover {
	background:#036e73!important;
}


.learndash-wrapper .ld-table-list .ld-table-list-header *{
	color:#fff;
}





/* Página de perguntas frequentes */

.vector-box-faq {
  background: #fff!important;
  padding: 40px!important;
}


.vector-box-faq + .vector-box-faq{
  margin-top: 30px !important;
}


.vector-box-faq .elementor-widget-accordion .elementor-accordion-title{
    color: var( --e-global-color-text )!important;
}

.vector-box-faq .elementor-widget-accordion .elementor-active .elementor-accordion-title{
    color: var( --e-global-color-primary )!important;
}

@media (max-width: 767px){
  .vector-box-faq {
    padding: 15px!important;
  }
  
};





/* Validação de Certificados */


.ld-cvss-certificate .ld-cvss-certificate-user-data,
body.ld-cvss-template-01 #vector-search-form-container {
  display: none!important;
}

#vector-order-search-form.ld-cvss-search-form {
  background-color:#07294d!important;
}

#vector-order-search-form .ld-cvss-search-form-heading,
#vector-order-search-form .ld-cvss-search-form-results-heading {
   color:#fff!important;
}

.ld-cvss-certificate-id,
.ld-cvss-course-info-title,
.ld-cvss-course-issue-date-title,
.ld-cvss-course-card-read-more a.ld-cvss-course-card-read-more-link {
  color:#1B1650!important;
}

a#ld-cvss-download-certificate-pdf, 
.ld-cvss-download-cert .learndash_checkout_button .btn-join,
.ld-cvss-search-form .ld-cvss-search-form-verify {
	background-color: #262a2d!important;
}

.ld-cvss-search-form .ld-cvss-search-form-verify {
	background: #262a2d!important;
}



