/*
Theme Name: Clinio Child
Description: Tema hijo de Clinio
Author: Border Media
Template: clinio
Version: 1.0.0
*/


/* ========================================
   PERSONALIZACIÓN CLINIO CHILD
   ======================================== */


/* Contact Form 7 */
input.wpcf7-text {
	border-width: 0;
	border-bottom-width: 1px;
}

textarea.wpcf7-textarea {
	width: 100%;
	background-color: transparent;
	border-width: 0;
	border-bottom-width: 1px;
}


/* Ocultar títulos de las paginas */
.heading_area_title {
    display: none !important;
}


/* Alinear texto footer */
.copy_left.copy_text {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    color: #ffffff !important;
}

.copy_right {
    display: none !important;
}


/* Compactar menú principal */
#menu-clinicommainmenu > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
}


/* Dar más ancho útil al menú */
.classic_menu.centered_menu_logo_left {
    flex: 1 1 auto;
}


/* Reducir un poco espacios entre bloques del header */
.header_inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
}


/* Juntar iconos de redes sociales */
.classic_header_icons .icons_social_cart {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.classic_header_icons .classic_header_icon {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Ocultar "Blog" del breadcrumb de las entradas */
.single-post .swp_header_links a[href*="post_type=post"],
.single-post .swp_header_links a[href*="post_type=post"] + .swp_hl_separator {
    display: none !important;
}