/*
 * Theme Name:  Expertly Child
 * Theme URI:   https://codesupply.co/themes/expertly/
 * Description: Expertly Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    expertly
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


/*color para todos los encabezados*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {

	color: #434343;
	font-weight: 700;
}

#suscribete_nl-titulo .elementor-widget-container h2{
   color: #3E73C4!important;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
.h1 a:hover,
.h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
	color: #434343;
	text-decoration: none;
}

.post-archive .entry-title, h2, .h2{
    font-size: 1.3em;
    line-height: 1.2;
}

.section-hero .hero-description{
    font-size: 25px;
    font-weight: 500;
}

h3,.h3{
    font-size: 1.2em;
    line-height: 1.2;
}

h4,.h4{
    font-size: 1.1em;
    line-height: 1.1;
}
b,
strong {
	font-weight: 700!important;
}

/*estilos para la navegación en escritorio de las opciones de menu*/
.navbar-nav .menu-item a{
    color: #3e73c4;
}
.navbar-nav .menu-item a:hover{
    color: #73d3fa;
}


/*estilos para el listados de todos los blogs*/
.entry-title a{
    color: #434343;
}
.entry-excerpt{
    color: #000000;
}
p{
    color: #000000;
}

/*Boton show more en la paginación de los blogs*/
.load-more{
    border-radius: 55px;
}
.load-more:hover{
    background-color: #73d3fa;
    color: #3E73C4;
    font-weight: 700;
}

/*estilos para el boton back to top de la pagina*/
.pk-scroll-to-top{
    background-color: #c3eb6b;
}

/*modificaciones para el HEADER*/
.site-header .navbar .navbar-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
    
}

/*t��tulo de la tabla de contenidos*/
.pk-toc .pk-title{
    font-weight: 700!important;
}
/*estilos boton ver comentarios dentro del single post*/
.post-comments-show button{
    background-color: #73d3fa;
    color: #3E73C4;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .section-hero .cs-overlay-background img {
    display: none;
  }
  .section-hero .cs-overlay-background{
    background-image: url("http://topfinanzas.digital57.co/wp-content/uploads/2023/11/Mesa-de-trabajo-2.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
}
/*Quitar comentarios, botones de compartir en redes sociales, entradas relacionadas y autor de las entradas con categoría elige tu tarjeta*/
.category-choose-your-card .post-header, .category-choose-your-card .entry-inline-meta, .category-choose-your-card .post-sidebar-shares, .category-choose-your-card .pk-share-buttons-wrap, .category-choose-your-card .post-author, .category-choose-your-card .post-comments-show, .category-choose-your-card + .archive-related, .category-loans-and-credits .post-sidebar-shares, .category-loans-and-credits .pk-share-buttons-wrap, .category-loans-and-credits .post-author, .category-loans-and-credits .post-comments-show, .category-loans-and-credits + .archive-related, .postid-967 .post-header{
    display: none!important;
}

.category-financial-solutions .post-header{
    display: none!important;
}

