/*
 Theme Name:   RajaNext Child Share
 Theme URI:    https://www.raja.fr/
 Description:  RajaNext Child Theme
 Author: Christian Bille, Jimmy Segers, Laura Illouz
 Author URI:   https://www.datasolution.fr
 Template:     RajaNext
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  rajanext
 Domain Path: /languages/
*/

body.tag .card__contain,
body.category .card__contain {
    display: inherit;
}

.otgs-development-site-front-end {
    display: none;
}

.widget {
    margin: 0 0 3em;
}

.widget:not(.widget_rss):not(.widget_text) {
    color: #aaaaaa;
}

.widget a {
    color: black;
}

.widget a:not(.widget_text) {
    text-decoration: none;
}

.widget a:not(.widget_text):hover {
    text-decoration: underline;
}

.widget h2, .widget .widget-title {
    color: initial;
    color: #26c088;
    font-weight: 700;
}

.widget ul {
    list-style: none;
    margin-top: 0.25em;
    margin-left: 0.7em;
    padding-left: 0.7em;
}

.widget li {
    margin-bottom: 1.2em;
    position: relative;
    padding-left: 1.2em;
}

.widget li:before {
    content: "";
    font-family: "Dashicons";
    position: absolute;
    left: 0;
    font-size: 0.8em;
    color: #26c088;
    line-height: 1.8em;
    margin-right: 0.5em;
}

.widget > ul {
    margin-left: 0;
    padding-left: 0;
}

#primary-sidebar form {
    display: flex;
    align-items: center;
}

#primary-sidebar form label {
    width: 100%;
}

#primary-sidebar form input[type=search] {
    width: 100%;
    border-radius: 0;
    padding: 0.5em;
}

#primary-sidebar form input[type=submit], #primary-sidebar form button[type=submit] {
    font-size: 1.2rem;
    cursor: pointer;
    outline: 0;
    position: relative;
    display: flex;
    background: linear-gradient(to right, #6121f5, #276ef1);
    color: white;
    text-transform: uppercase;
    padding: 0 2rem;
    border-radius: 3rem;
    height: 5rem;
    font-weight: bold;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.88px;
    border: none;
}

.widget.widget_search.widget_block label {
    display: none;
}

.widget select {
    padding: 0.5em;
    border-radius: 3px;
}

#respond input[type=submit] {
    width: auto;
    border: 0;
    border-radius: 3px;
    line-height: 1;
    font-size: 0.9em;
    background-color: #26c088;
    padding: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

#respond input[type=submit]:hover, #respond input[type=submit]:focus {
    background-color: #22ab79;
    text-decoration: none;
}

.comment-body {
    border-bottom: solid 1px #eeeeee;
}

#comments ol, #comments ul {
    list-style: none;
}

#comments .comment-meta a {
    margin-right: 0.5em;
    text-decoration: none;
}

#comments .comment-author {
    display: flex;
    align-items: center;
}

#comments .comment-author img {
    border-radius: 50%;
    margin-right: 0.5em;
}

#comments .reply a {
    display: inline-block;
    width: auto;
    border: 0;
    border-radius: 3px;
    line-height: 1;
    font-size: 0.9em;
    background-color: #26c088;
    padding: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-bottom: 1.4em;
    text-decoration: none;
}

#comments .reply a:hover, #comments .reply a:focus {
    background-color: #22ab79;
    text-decoration: none;
}

#comments p {
    margin-left: 1em;
}