/*!
Theme Name: roboclinic
Theme URI: http://underscores.me/
Author: MashWorld
Author URI: https://www.mash.world/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roboclinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

roboclinic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.wp-singular.single {
    padding: 0!important;
}

[dir="rtl"] [type="email"],
[dir="rtl"] [type="tel"]{
    direction: rtl!important;
}

/**
 * Posts pagination (the_posts_pagination): archive, search, taxonomy, blog index.
 * Loaded via get_stylesheet_uri() after frontend bundle.
 */
.main-content .navigation.pagination {
    margin-block: 2.5rem 2rem;
    padding: 0;
    border: 0;
}

.main-content .navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    row-gap: 0.6rem;
}

.main-content .navigation.pagination .nav-links > a,
.main-content .navigation.pagination .nav-links > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.65rem;
    min-height: 2.65rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #1a1a1a;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.main-content .navigation.pagination .nav-links > a:hover,
.main-content .navigation.pagination .nav-links > a:focus-visible {
    border-color: #009fe3;
    color: #009fe3;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 159, 227, 0.2);
}

.main-content .navigation.pagination .nav-links > a:focus-visible {
    outline: 2px solid #009fe3;
    outline-offset: 2px;
}

.main-content .navigation.pagination .nav-links > span.page-numbers.current {
    background: #009fe3;
    border-color: #009fe3;
    color: #fff;
    cursor: default;
    box-shadow: 0 6px 18px -6px rgba(0, 159, 227, 0.55);
}

.main-content .navigation.pagination .nav-links > span.page-numbers.dots {
    min-width: auto;
    padding-inline: 0.35rem;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 500;
}

.main-content .navigation.pagination .nav-links > a.prev,
.main-content .navigation.pagination .nav-links > a.next {
    padding-inline: 1rem;
    min-width: auto;
    font-weight: 700;
}

/* Dark listing (projects-section grid: archive, search, taxonomies) */
.projects-section .navigation.pagination .nav-links > a,
.projects-section .navigation.pagination .nav-links > span.page-numbers:not(.dots) {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
}

.projects-section .navigation.pagination .nav-links > a:hover,
.projects-section .navigation.pagination .nav-links > a:focus-visible {
    border-color: #00aeef;
    color: #fff;
    background: rgba(0, 174, 239, 0.22);
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.25);
}

.projects-section .navigation.pagination .nav-links > span.page-numbers.current {
    background: #009fe3;
    border-color: #009fe3;
    color: #fff;
}

.projects-section .navigation.pagination .nav-links > span.page-numbers.dots {
    color: rgba(255, 255, 255, 0.45);
}

.projects-section .navigation.pagination h2.screen-reader-text {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    border: 0;
    padding: 0;
}

/* Archive grid: CPTs without public singles use .mash-cpt-no-single instead of a link */
.projects-section .actions .btn.mash-cpt-no-single {
    cursor: default;
    pointer-events: none;
}

.wpcf7-response-output {
    text-align: center;
    border-radius: 10px;
    padding: 10px!important;
    border: 2px solid #00a0d2!important;
    color: #fff;
    font-weight: bold;
}

.contact-section .box .form-group textarea.form-control, .contact-section .box .form-group .form-control {
    text-align: right;
}
