/*
 Theme Name:   spacious child
 Theme URI:    http://example.com/spacious-child/
 Description:  spacious wordpress child theme
 Author:       Arnaud LECLERC
 Author URI:   http://example.com
 Template:     spacious
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  spacious-child

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
    font-style: italic;
    font-weight: normal;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-right: 3px solid #FF6600;
    margin-bottom: 20px;
}

/* =FORMS
----------------------------------------------- */

.spacious-button {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #FF6600;
    border: 0px;
    border-radius: 3px;
    font-size: 16px;
}

input[type="reset"], input[type="button"], input[type="submit"] {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #FF6600;
    border: 0px;
    border-radius: 3px;
    font-size: 16px;
}

button {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #FF6600;
    border: 0px;
    border-radius: 3px;
    font-size: 16px;
}

.previous a:hover, .next a:hover {
    color: #FF6600;
}

/* =LINKS
----------------------------------------------- */
a {
    color: #FF6600;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

/* =FEATURED SLIDER
----------------------------------------------- */

#featured-slider .slider-read-more-button {
    background-color: #FF6600;
    color: #ffffff;
    text-align: center;
    font-family: "Lato", sans-serif;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    float: left;
    margin-top: 15px;
    font-size: 20px;
}


/* =SLIDER CONTROLLERS
----------------------------------------------- */

#controllers a:hover, #controllers a.active {
    background-color: #FF6600;
    color: #FF6600;
}

/* =BREADCRUMB NAVXT PLUGIN SUPPORT
----------------------------------------------- */

.breadcrumb a:hover {
    color: #FF6600;
}

/* =CONTENT
----------------------------------------------- */

.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover,
.tg-one-fourth .widget-title a:hover {
    color: #FF6600;
}

/* =PAGINATION
----------------------------------------------- */

.pagination span {
    padding: 2px 5px;
    border: 1px solid #eaeaea;
    background-color: #FF6600;
    color: #ffffff;
}

.pagination a span:hover {
    color: #FF6600;
    border-color: #FF6600;
    text-decoration: none;
}

/* =TESTIMONIAL WIDGET
----------------------------------------------- */

.widget_testimonial .testimonial-icon:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 22px/1 "Genericons";
    vertical-align: top;
    content: "\f106";
    width: 25px;
    height: 19px;
    float: left;
    margin-right: 3.06%;
    color: #FF6600;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget_testimonial .testimonial-post {
    padding: 20px;
    border-width: 2px 1px 1px 1px;
    border-style: solid dashed dashed dashed;
    border-color: #FF6600 #eaeaea #eaeaea #eaeaea;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

/* =CALL TO ACTION WIDGET
----------------------------------------------- */

.call-to-action-content-wrapper {
    border-width: 1px 1px 1px 3px;
    border-style: dashed dashed dashed solid;
    border-color: #eaeaea #eaeaea #eaeaea #FF6600;
    padding: 20px 3.85878489% 20px 3.69458128%;
    background-color: #f8f8f8;
}

.call-to-action-button {
    float: right;
    background-color: #FF6600;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    font-family: "Lato", sans-serif;
    padding: 5px 3.28407225%;
    margin-top: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* =COMMENTS
----------------------------------------------- */

#content .comments-area article header cite a:hover {
    color: #FF6600;
}

#content .comments-area a.comment-edit-link:hover, #content .comments-area a.comment-permalink:hover {
    color: #FF6600;
}

.comments-area .comment-author-link a:hover {
    color: #FF6600;
}

.comments-area .comment-author-link span {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #FF6600;
    color: #ffffff;
    border-radius: 3px;
}

.comment .comment-reply-link:hover {
    color: #FF6600;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #FF6600;
}

/* =COMMENT FORM
----------------------------------------------- */

.related-posts .entry-title a:hover {
    color: #FF6600;
}

.related-posts .entry-meta .by-author a:hover,
.related-posts .entry-meta .date a:hover,
.related-posts .entry-meta .category a:hover,
.related-posts .entry-meta .comments a:hover,
.related-posts .entry-meta .edit-link a:hover {
    color: #FF6600;
}

/* =CALENDAR WIDGET
----------------------------------------------- */

#wp-calendar #today {
    color: #FF6600;
}

.widget-title span {
    border-bottom: 2px solid #FF6600;
    padding-bottom: 5px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 26px/1 "Genericons";
    vertical-align: top;
    color: #ffffff;
    background-color: #FF6600;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
    border-radius: 3px;
    padding: 6px;
}

/* =READ MORE LINK
----------------------------------------------- */
.read-more, .more-link {
    font-size: 14px;
    color: #FF6600;
    font-family: "Lato", sans-serif;
}

/* =POST CONTENT
----------------------------------------------- */

.post .entry-title a:hover, .page .entry-title a:hover {
    color: #FF6600;
}

.post .entry-meta .read-more-link {
    padding: 5px 10px;
    background-color: #FF6600;
    float: right;
    border-right: none;
}

.post .entry-meta a:hover {
    color: #FF6600;
}

.type-page .entry-meta a:hover {
    color: #FF6600;
}

.single #content .tags a:hover {
    color: #FF6600;
    text-decoration: none;
}

/* =HEADER
----------------------------------------------- */

#site-title a:hover {
    color: #FF6600;
}

/* =NAVIGATION
----------------------------------------------- */

.main-navigation a:hover {
    color: #FF6600;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-ancestor > .sub-toggle,
.main-navigation ul li.current-menu-item > .sub-toggle,
.main-navigation ul li:hover > a,
.main-navigation ul li:hover > .sub-toggle {
    color: #FF6600;
}

.main-navigation ul li ul {
    position: absolute;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-top: 1px solid #FF6600;
    top: 30px;
    left: -99999px;
    width: 150px;
}

.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li ul li.current_page_ancestor a,
.main-navigation ul li ul li.current-menu-ancestor a,
.main-navigation ul li ul li.current_page_item a,
.main-navigation ul li ul li:hover > a {
    color: #FF6600;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a {
    background: none repeat scroll 0 0 white;
    color: #FF6600;
}

.main-navigation ul li.current-menu-item ul li a:hover {
    background: none repeat scroll 0 0 white;
    color: #FF6600;
}

.main-navigation .tg-header-button-wrap.button-one a {
    border: 2px solid #FF6600;
    border-radius: 5px;
    padding: 5px 15px;
    background-color: #FF6600;
    color: #ffffff;
}

.main-navigation .tg-header-button-wrap.button-one a:hover {
    color: #ffffff;
    background-color: #FF6600;
}

/* =CART ICON
----------------------------------------------- */

.spacious-woocommerce-cart-views .cart-value {
    position: absolute;
    line-height: 15px;
    width: 15px;
    height: 15px;
    top: -5px;
    right: -15px;
    color: #ffffff;
    background: #FF6600;
    border-radius: 100%;
    font-size: 12px;
}

/* =DROP DOWN
----------------------------------------------- */
/* =SMALL MENU
----------------------------------------------- */

.site-header .menu-toggle:hover {
    background: #FF6600;
}

.main-small-navigation li:hover {
    background: #FF6600;
}

.main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item {
    background: #FF6600;
}

/* =SECONDARY MENUS
----------------------------------------------- */

.small-menu a:hover {
    color: #FF6600;
}

.small-menu ul li.current-menu-item a,
.small-menu ul li.current_page_ancestor a,
.small-menu ul li.current-menu-ancestor a,
.small-menu ul li.current_page_item a,
.small-menu ul li:hover > a {
    color: #FF6600;
}

/* =Header Display Menu Bottom
----------------------------------------------- */

.header-action .search-wrapper:hover .fa {
    color: #FF6600;
}

/* =SECONDARY MENUS
----------------------------------------------- */

.small-menu a:hover {
    color: #FF6600;
}

.small-menu ul li.current-menu-item a, .small-menu ul li.current_page_ancestor a, .small-menu ul li.current-menu-ancestor a, .small-menu ul li.current_page_item a, .small-menu ul li:hover > a {
    color: #FF6600;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */

.footer-widgets-area a:hover {
    color: #FF6600 !important;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */

.footer-widgets-area a:hover {
    color: #FF6600;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */

.footer-socket-wrapper .copyright a:hover {
    color: #FF6600;
}

    /* =RESPONSIVE SUB TOGGLE MENU
    ----------------------------------------------- */
    /* sub-toggle */
    .sub-toggle {
        background: #FF6600 none repeat scroll 0 0;
        color: #ffffff;
        cursor: pointer;
        display: block;
        height: 24px;
        line-height: 21px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 9px;
        width: 24px;
    }

    .main-small-navigation li:hover > .sub-toggle {
        background: #ffffff;
        color: #FF6600;
    }

/* =Images rondes acceuil
----------------------------------------------- */
.elementor-image-box-img{
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:79px;
    height:79px;
}