/*
Theme Name: Conall Child
Theme URI: https://conall.qodeinteractive.com/
Description: A child theme of Conall Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.1.1
Text Domain: conall
Template: conall
*/

/* Header */

.edgtf-main-menu > ul > li > a{
    color: black !important;
}

.edgtf-drop-down .second .inner ul li a {
    color: #bfbfbf !important;
}

.edgtf-drop-down .second .inner ul li a:hover, .edgtf-drop-down .second .inner ul li.current-menu-item > a {
    color: #fff !important;
}

.edgtf-main-menu > ul > li > .current {
    color: #999999 !important;
}

.edgtf-main-menu > ul > li > a:hover, .edgtf-main-menu > ul > li.edgtf-active-item:hover > a {
    color: #999999 !important;
}

.edgtf-page-header .edgtf-sticky-header .edgtf-sticky-holder {
    background-color: #fff !important;
}


/* Footer */

footer .edgtf-footer-top-holder {
    background-image: url(https://www.ordonez.es/wp-content/uploads/2024/01/pie.jpg);
    background-size: auto 100%;
}

#menu-politicas-en, #menu-politicas-es {
    margin-top: 65px;
    
}

#menu-politicas-en a, 
#menu-politicas-es a {
    color: #fff !important;
}

#menu-politicas-en a:hover, 
#menu-politicas-es a:hover {
    color: #fff !important;
}

/* Body */

P {
    color: #444444;
}

::selection {
    background: #f6cc1e !important;
    color: #fff;
}

a, p a {
    color: black !important;
}

#edgtf-back-to-top > span {
    background-color: black !important;
    border-color: black !important;
}

/* Contact Form */

.wpcf7-checkbox span {
    margin: 0px 0px 0px 0px !important;
}

.wpcf7-checkbox {
    font-size: 12px !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #f6cc1e;
}

/* Blog */
.edgtf-pagination ul li.active span {
    color: #f6cc1e !important;
    background-color: #fff;
}

.page-template-blog-split-column .edgtf-container-inner {
    padding-top: 60px !important;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article .edgtf-post-content {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 60px;
}

.edgtf-related-posts-holder {
    padding: 0 0 70px !important;
}

.edgtf-post-info-author {
    display: none !important;
}

.edgtf-post-info-comments {
    display: none;
}

.edgtf-blog-holder article .edgtf-post-info > div::after {
    content: '' !important;
}

.edgtf-blog-holder article .edgtf-post-info > div > a {
    color: #8d8d8d !important;
}

.edgtf-blog-holder article .edgtf-post-info > div > a:hover {
    color: black !important;
}

.edgtf-icons-holder {
    display: none !important;
}

.edgtf-post-info > div > a {
    color : #8d8d8d !important;
}

.edgtf-post-info > div > a:hover {
    color : black !important;
}

.edgtf-blog-holder article .edgtf-post-title {
    text-transform: none !important;
    font-size: 16px !important;
    margin: 0 0 10px !important;
}

.edgtf-portfolio-single-holder{
    margin-bottom: 28px !important;
}


/* Empleo */

.listadoOfertas {
    border-top: 1px solid #bbb;
}

.oferta {
    padding: 20px 0 35px 0;
    border-bottom: 1px solid #bbb;
}

.ofetaTitle{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ofetaTitle label {
    min-width: 120px;
    text-align: right;
}

.contenidoOferta {
    display: flex;
    gap: 40px;
}



.oferta a {
    text-decoration: underline;
}

.oferta a:hover {
    font-weight: bold;
}

.tituloBuscar{
    text-transform: uppercase;
}

.textoExtracto input{
    border: none !important;
    padding: 0 !important;
    color: #444444 !important;
    font-size: 14px !important;
}

