/*
 Theme Name:   Confidant Child Theme
 Theme URI:    https://confidant.axiomthemes.com/
 Description:  Confidant Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     confidant
 Version:      1.0.0
 Tags: agency, digital marketing, digital agency, corporate, consulting, digital, business, it company, financial services, saas, software, startup, technology, seo, ai
 Text Domain:  confidant
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.sc_team_accent .post_featured_bg .post_thumb{
	    background-position: top !important;
}

.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]){
	font-weight: 700;
}

.sc_services_panel .sc_services_item .sc_services_item_text{
	font-weight: 600 !important;
    font-size: 17px !important;
}



.post_item.post_layout_classic {
  display: flex !important;
  flex-direction: column;     
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  padding: 0;
  height: 100%;                
}

.post_item.post_layout_classic .post_featured {
  flex-shrink: 0;
}

.post_item.post_layout_classic .post_header.entry-header {
  padding: 16px;
}

.post_item.post_layout_classic .post_meta_item.post_categories a {
  display: inline-block;
  background-color: #1a5151;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 12px;
  text-decoration: none;
}
.post_item.post_layout_classic .post_meta_item.post_categories a:hover {
  background-color: #005f8d;
}

.post_item.post_layout_classic .post_header.entry-header {
  flex: 1; /* ocupa todo el espacio disponible entre imagen y link */
}
/* Botón "Ver más" siempre abajo */
.post_item.post_layout_classic .ver-mas-link {
  display: block;           /* ocupa 100% del ancho */
  padding: 12px 16px;       /* padding uniforme */
  font-size: 14px;
  font-weight: bold;
  color: #1a5151;
  text-decoration: none;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;         /* se pega abajo */
  text-align: right;        /* 🔑 texto alineado a la derecha */
}

.post_item.post_layout_classic .ver-mas-link:hover {
  color: #1a5151;
  text-decoration: underline;
}


.post_header_wrap_style_style-3 .post_header .content_wrap {
  border-radius: 50px;
  overflow: hidden;
}


.post_meta_item.post_categories a {
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 4px 10px !important;
  border-radius: 12px !important;
}


.post_featured with_thumb hover_link{
	margin: 0;
}


.post_item.post_layout_classic .post_featured.with_thumb.hover_link {
  margin: 0 !important;
  padding: 0;
  display: block;
}

.sc_button:not(.sc_button_simple){
	border-radius: 8px !important;
	font-weight: bold !important;
}

.sc_testimonials_item_author_title{
	font-size: 22px !important;
    font-weight: 600 !important;
}

.sc_testimonials_item_author_subtitle{
    font-size: 16px !important;
    font-weight: 600 !important;
}

.sc_testimonials_bred .sc_testimonials_item_author_avatar img{
	border-radius: 6px;
}
.sc_testimonials_bred .sc_testimonials_item_author_avatar{
	margin: 0 auto 24px;
    width: 150px;
    height: 150px;
}

.sc_testimonials_bred .sc_testimonials_item{
	padding: 30px 30px;
}

.sc_testimonials_bred .sc_testimonials_item_author_data .sc_testimonials_item_author_title{
	font-size: 22px !important;
    font-weight: 600 !important;
}

.sc_testimonials_bred .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle{
	font-size: 16px !important;
    font-weight: 600 !important;
}

.sc_layouts_menu_nav > li li > a {
    color: #ffffff !important;
}
.sc_layouts_menu_nav > li li > a:hover {
    color: #ffffff !important;
}

@media (max-width: 768px) {
  .post_header_wrap_style_style-3 .post_featured + .post_header_single {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .sc_services_item_button.sc_item_button {
    margin-bottom: 30px;
  }
}


@media (max-width: 767px) {
    .row.columns_padding_bottom.columns_in_single_row>[class*="column-"][class*="-mobile"],
    .columns_wrap.columns_padding_bottom.columns_in_single_row>[class*="column-"][class*="-mobile"],
    .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row>[class*="trx_addons_column-"][class*="-mobile"] {
        width: 50% !important;
    }
}

