/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

body.body-scroll-hide{
    overflow: hidden;
}
.glo-first-feature .pcsl-content.pcsl-content-full{
    width: 100% !important;
    order: -1;
    margin-bottom: 20px;
}
.single-post-companies {
    display: flex;
    gap: 20px;
}

.article-category-row {
  width: max-content;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
}

.article-category-row .cat-title {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 6px;
}

/* Blue underline under the category text */
.article-category-row .cat-title::after {
    content: "";
    display: block;
    height: 4px;
    background: #1b154b; /* dark navy blue */
    width: 100%;
    margin-top: 4px;
}

/* Long thin gray line after the blue bar */
.article-category-row .cat-line {
    flex-grow: 1;
    height: 1px;
    background: #dcdcdc;
    margin-left: 12px;
    margin-top: -6px;
}

table tr td table p.image-source-note {
    display: none;
}
.company-item p.image-source-note {
    display: none;
}
p.image-source-note {
    margin-top: 0px !important;
    font-size: 12px !important;
}

/* header welcome login style */
.penci-builder-element .welcome-user-dropdown{
	position: relative;
}
.penci-builder-element .welcome-user-dropdown .welcome-btn{
    background-color: transparent;
    padding-inline: 0;
		max-width: 121px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		font-size: 18px;
		color: #fff;
}
.penci-builder-element .welcome-user-dropdown .welcome-menu{
    transform: rotateX(-90deg);
    border-top: 4px solid #e0e0e0;
    padding: 8px 0;
    transition: transform .27s ease-in-out, opacity .27s ease-in-out, visibility .27s ease-in-out;    
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 9999;
    box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
    background-color: #fff;
}
.penci-builder-element .welcome-user-dropdown:hover .welcome-menu{
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.penci-builder-element .welcome-user-dropdown .welcome-menu:before{
    width: 0;
    height: 4px;
    top: -4px;
    position: absolute;
    background: var(--pcaccent-cl);
    left: 0;

    -webkit-transition: width .4s 
    cubic-bezier(.87, .02, .23, 1);
    transition-behavior: normal;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.87, 0.02, 0.23, 1);
    transition-delay: 0s;
    transition-property: width;
    -webkit-transition: width .4s 
    cubic-bezier(.87, .02, .23, 1.005);
    -moz-transition: width .4s cubic-bezier(.87, .02, .23, 1.005);
    -o-transition: width .5s cubic-bezier(.87, .02, .23, 1.005);
    transition: width .5s 
    cubic-bezier(.87, .02, .23, 1.005);
    content: "";
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
}
.penci-builder-element .welcome-user-dropdown:hover .welcome-menu:before{
    width: 100%;
}
/* header welcome login style end */