/*
 Theme Name:   Psychiatrist Child Theme
 Theme URI:    http://themeforest.net/user/Anps/portfolio
 Description:  Psychiatrist Child Theme
 Author:       AnpsThemes
 Author URI:   http://themeforest.net/user/Anps/portfolio
 Template:     psychiatrist
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  license.txt
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
 Text Domain:  psychiatrist-child
*/

/* Place your custom CSS in this file */

:root {
    --main-color: #F54B3E;
    --main-color-highlight: #DE2C5D;
}

b {
    font-weight: bold;
}

/* CORRECTION STYLES DYNAMIQUES */
body.elementor-template-full-width .site-main > .container {
    width: 100%;
}

body.elementor-template-full-width .site-main > .container > .row > *.col-md-12 {
    padding: 0;
}

/*
header.site-header.classic .site-navigation .mobile-wrap > ul > li > a,
header.site-header.transparent .site-navigation .mobile-wrap > ul > li > a,
.menu-search-toggle,
.transparent .menu-search-toggle,
.site-header.full-width .site-navigation .mobile-wrap > ul > li > a,
.site-header.full-width .menu-search-toggle,
.site-header.transparent .contact-info li,
.ghost-nav-wrap.site-navigation .contact-info li,
.site-header.transparent .contact-info li *,
.ghost-nav-wrap.site-navigation .contact-info li * {
    color: rgba(255, 255, 255, 0.65) !important;
}

header.site-header .site-navigation .mobile-wrap > ul > li.current-menu-item > a,
header.site-header.classic .site-navigation .mobile-wrap > ul > li > a:hover,
header.site-header.classic .site-navigation .mobile-wrap > ul > li > a:focus,
header.site-header.transparent .site-navigation .mobile-wrap > ul > li > a:hover,
header.site-header.transparent .site-navigation .mobile-wrap > ul > li > a:focus,
.site-header.full-width .site-navigation .mobile-wrap > ul > li > a:hover,
.site-header.full-width .site-navigation .mobile-wrap > ul > li > a:focus,
header.site-header .menu-search-toggle:hover,
header.site-header .menu-search-toggle:focus,
.site-header.full-width .menu-search-toggle:hover,
.site-header.full-width .menu-search-toggle:focus,
header.site-header nav.site-navigation .mobile-wrap > ul > li.current_page_ancestor > a {
    color: #fff !important;
}*/

header.site-header nav.site-navigation a {
    line-height: 1.4;
}
header.site-header nav.site-navigation ul.sub-menu .menu-item > a:hover {
    background-color: #dd6321;
}
header.site-header nav.site-navigation ul.sub-menu li.current_page > a,
header.site-header nav.site-navigation ul.main-menu li.current-menu-ancestor >  a,
header.site-header nav.site-navigation ul.main-menu li.current-menu-parent > a {
    color: #dd6321;
}

.site-main .page-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body.category .site-main .page-header::before {
    content: none;
}
body.category .site-main .page-header {
    background-image: none !important;
    background-color: transparent !important;
    padding: 64px 16px;
    border: none;
}
body.category .page-header .page-title {
    color: #DD6321;
}

.site-header .large-above-menu .contact-info li {
    padding-left: 48px;
}

.site-header .large-above-menu .contact-info i {
    border-radius: 4px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}    
    
.full-width + .site-main > .breadcrumb:first-child {
    padding-top: 12px;
}

aside.sidebar ul > li > a {
    line-height: 1.5;
}
aside.sidebar .widget_nav_menu .menu-item > a {
    padding-right: 15px;
}
aside.sidebar .widget_nav_menu > div > .menu > .menu-item > a {
    text-transform: uppercase;
    padding-left: 15px;
}
aside.sidebar .widget_nav_menu .sub-menu .menu-item > a {
    padding-left: 30px;
}

aside.sidebar .widget_nav_menu .menu-item > a:hover {
    /* color: #202020; */
}
aside.sidebar .widget_nav_menu .current-menu-item > a {
    /* background-color: #e5e5e5 !important; */
    /* color: #202020 !important; */
    font-weight: bold;
}

main.site-main .wp-caption {
    box-shadow: none;
    border: none;
}

.page-header-media:before {
    background-color: #9D7061;
/*    background-image: linear-gradient(172deg, #fe5b3a 0%, #de2c3c 120%);*/
    opacity: 0.85;
}

.anps-blog {
    display: flex;
    flex-wrap: wrap;
}
article.post {
    margin-bottom: 40px;
}

.site-footer .widget_anpsopeningtime .working-hours th {
    color: #16a085;
}
.site-footer .widget_anpsopeningtime .working-hours th,
.site-footer .widget_anpsopeningtime .working-hours td {
    background-color: #1bc2a1;
}

.site-footer .widget_nav_menu a {
    line-height: 1.4;
}

.category-temoignages .post > header {
    margin-bottom: 12px;
}

.form-group input:not([type="submit"]):hover,
.form-group input:not([type="submit"]):focus,
.form-group textarea:hover,
.form-group textarea:focus,
.wpcf7 input:not([type="submit"]):hover,
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
input:hover,
input:focus,
.input-text:hover,
.input-text:focus {
    border-bottom: 1px solid #E07E21 !important;
    outline: none;
}

.wp-block-button__link {
    background-color: #EE8422;
    border-radius: 50px;
    padding: 12px 24px;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.wp-block-button__link:hover {
    background-color: #DD6321;
    color: #FFF;
}

.form-mentions {
    line-height: 1.4;
}

.hidden-text {
    display: block;
    text-indent: -9999px; /* sends the text off-screen */
    white-space: nowrap;
    line-height: 0;
}

.pos-absolute {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
}

.btn {
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    padding: 12px 24px;
    line-height: 1;
}

.post .post-content > .btn {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .float-md-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    header.full-width nav.site-navigation .main-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1000px) {
    /* main.site-main > .container > .row {
        display: flex;
        flex-direction: column;
    } */
    main.site-main > .container > .row > .sidebar {
        order: 2;
    }
    main.site-main > .container > .row > .page-content {
        order: 1;
    }
}

@media (max-width: 768px) {
    article.post {
        margin-bottom: 0;
    }
}

.site-footer .widget-title:after {
    width: 24px;
    height: 6px;
}

.title:after, .widgettitle:after {
    background-color: #fab702;
    bottom: -20px;
    left: 0;
    height: 8px;
    position: absolute;
    width: 32px;
}

.sidebar-right {
    padding-top: 0;
}
.sidebar .widget_nav_menu .menu > li > a {
    font-weight: bold;
}

.sidebar-right .widget_nav_menu div > ul > li:not(.current-menu-item):first-of-type > a {
    padding-top: 9px;
}

.elementor-widget-image .wp-caption {
    background-color: transparent;
}
