/*
Theme Name: Hirxpert Child
Description: Child Theme for hirxpert Theme
Author: zozothemes
Version: 1.0
Template: hirxpert
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */
/* Header */
.header-navbar.navbar > .container {
    position: relative;
    padding: 0;
}
.header-navbar.navbar > .container {
    align-items: flex-end;
    justify-content: space-between;
}
/* Topbar */
.fa.fa-linkedin:before {
    color: #fff;
}
.site-header .header-topbar.navbar > div > ul.nav > li > ul > li a {
    margin-right: -23px;
}
/* Header menu */
ul.nav.wp-menu > li > a {
    font-size: inherit;
}
ul.nav.wp-menu > li:last-child {
    padding: 0 0px 0 20px;
    margin: 0;
    float: left;
}

ul.nav.wp-menu.primary-menu.ss > li > a {
    position: relative;
    padding-top: 32px;
    font-family: 'Open Sans';
    font-size: 15px;
}
.header-sticky ul.nav.wp-menu.primary-menu.ss > li > a {
    position: relative;
    padding-top: 32px;
}
ul.nav.wp-menu.primary-menu.ss > li > a::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3277D2;
    opacity: 0; /* hidden by default */
}
ul.nav.wp-menu.primary-menu.ss > li:hover > a::before {
    opacity: 1;
	background-color: #3277D2;
		border-radius:0px;
}
ul.nav.wp-menu.primary-menu.ss > li.current-menu-item > a::before,
ul.nav.wp-menu.primary-menu.ss > li.current_page_item > a::before {
    opacity: 1;
	background-color: #3277D2;
	border-radius:0px;
}

/* Home page */
/* Blog Section */
.blog-style-classic .blog-inner .top-meta{
	position:inherit;
	background:transparent;
	padding:0px;
	padding-left: 30px;
	margin:0px;
	font-family: 'Open Sans';
	font-size:12px;
}
.blog-style-classic .blog-inner .top-meta .post-date a{
	color: #666666;
}
.blog-style-classic .blog-inner .top-meta {
    position: inherit;
    background: transparent;
    padding: 0px 0px 15px 0px;
    padding-left: 0;
    margin: 0px 24px 30px 24px;
    font-family: 'Open Sans';
    font-size: 12px;
    border-bottom: 1px solid #e0dede;
}
.elementor-widget-ceaposts .blog-inner .post-excerpt {
    line-height: 27px;
    margin: 0px 24px;
    border-top: 1px solid #ebeaea;
    padding: 20px 0px 0px 0px !important;
}
.blog-style-classic .blog-inner {
    border-radius: 0;
	border-bottom-width:3px;
	border-color:#ebeaea;
}
.post-more .read-more:hover:after{
	opacity: 1; */
  transition: none; 
    right: none; 
   left: none;
}
.blog-style-classic .blog-inner .post-more .read-more:after{
	content: "\F285";
	font-family: 'bootstrap-icons';
	font-size: 10px;
    position: absolute;
    left: 50px;
    transition: none;
    opacity: 1;
}
.blog-style-classic .blog-inner .post-more .read-more:before{
	content:none;
}
.blog-style-classic .post-pagination-wrap .nav.pagination.post-pagination {
    padding: 30px 0;
    display: flex;
    justify-content: flex-end !important;
}
ul.nav.pagination.post-pagination > li > span.active {
    color: #fff;
    border: 1px solid #3277d2;
    background-color: #3277d2;
    border-radius: 0;
    min-width:0px;
    height: 20px;
    line-height: 17px;
    padding: 2px;
    margin: 0px 4px;
    font-size: 12px;
    font-weight: normal;
}
ul.nav.pagination.post-pagination > li > a {
    background: transparent;
    color: #3277d2;
    border-radius: 0;
    min-width: 0px;
    height: 20px;
    line-height: 17px;
    padding: 2px;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    border-color: #e0dede;
}
ul.nav.pagination.post-pagination > li > a:hover {
    color: #3277d2;
    border: 1px solid #3277d2;
    background-color: transparent;
}
.cea-button-wrapper .cea-button-link:before{
	content:none;
}
.elementor-element .section-title-wrapper .title-wrap > * .subtitle-dots:before{
	content:none;
}
.elementor-element.cea-align-left .section-title-wrapper .title-wrap .sub-title {
    padding-left: 0px;
}
.post-pagination-wrap .nav-item a.next-page {
    border: none !important;
}
.post-pagination-wrap .nav-item a.next-page::after {
    content: "\F285";
    font-family: 'bootstrap-icons';
    font-size: 9px;
    font-weight: 700;
    position: absolute;
    padding-left: 5px;
}
.post-pagination-wrap li.nav-item.next a {
    display: none !important;
}
.post-pagination-wrap li.nav-item.previous a {
    display: none !important;
}
/* Droit Section */
.cea-icon svg {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* On hover of the parent container */
.elementor-widget-cea-icon:hover .cea-icon svg {
    transform: translateX(5px); /* Moves slightly to the right */
    opacity: 1; /* Makes it visible */
}

/* Optional: add a keyframe slide-in animation */
@keyframes slideInRight {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply animation on hover */
.elementor-widget-cea-icon:hover .cea-icon svg {
    animation: slideInRight 0.3s forwards;
}
/* Site footer */
.site-footer .footer-copyright {
    color: #999999;
}
.footer-bottom-wrap .row .col-12 {
    justify-content: space-between;
}
.zozo_social_widget ul.nav.social-icons > li > a {
    width: 27px;
    height: 27px;
    font-size: 12px;
    line-height: 27px;
	background: #3277d2;
	
}
.zozo_social_widget ul.nav.social-icons > li > a:hover{
	color:#fff;
}
.bi-linkedin::before {
    content: "\f472";
    content: "\f0e1";
    font-family: 'Font Awesome 5 Brands' !important;
    font-size: 16px;
}
.site-footer .footer-widgets-wrap {
    text-align: center !important;
}
.footer-heading {
    font-size: 18px;
    font-weight: 700;
    color: #3b4251;
    font-family: 'Raleway';
    margin-bottom: 10px;
}
p.footer-paragraph {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #666;
}
/*Compétences*/
.compentences-text .elementor-icon-list-item .elementor-icon-list-text {
    text-align: justify;
}
/* Blog page */
.elementor-widget-ceaposts .blog-style-default .blog-inner{
	Contact Form 7 Multilingual
}
.blog-style-default .blog-inner .post-excerpt {
    margin: 0 !important;
	border-top: none;
	padding-top:3px !important;
}
.blog-style-default .blog-inner:hover {
    box-shadow: none;
    border: none !important;
}
.blog-page .blog-inner {
    padding: 0 !important;
}
/* contact page */
/* Map */
.wpgmp_infowindow.fc-infowindow-default .fc-item-title {
    display: none;
}
.wpgmp_infowindow.fc-infowindow-default{
	padding:0px !important;
	padding-bottom:10px !important;
}
.fc-infowindow-default .fc-item-featured_image img, .fc-infowindow-default .fc-feature-img img {
    display: none;
}
.gm-style-iw-c address b {
    display: none;
}
.gm-style-iw-ch {
    display: none;
}
.gm-style-iw-chr {
    display: flex;
    justify-content: flex-end;
}
.gm-style .gm-style-iw-c{
	width:264px;
}
.fc-infowindow-default address {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: left;
    max-width: 100%;
	line-height:26px;
}
.gm-style .gm-style-iw-d{
	overflow:hidden !important;
}
.fc-infowindow-default .wpgmp_iw_content {
    padding-bottom: 10px !important;
}
/* Back to top */
.back-to-top:after{
	content:none;
}
.back-to-top{
	border-radius:0;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	bottom:0;
	width:48px;
	height: 35px;
	line-height: 33px;
	background:#333333;
	right:75px;
	opacity: .9;
    transition: opacity .4s ease-in-out, background .2s ease-in-out;
}
.back-to-top:hover{
	background:#3277d2;
}
.back-to-top i.bi-caret-up-fill::before {
    content: "\F286";
    font-size: 15px;
    font-weight: bold !important;
}
/* Single blog */
.single-post .top-meta-wrap {
    display: none;
}
.single-post h1.entry-title {
    font-size: 25px;
    line-height: 1.32;
    color: #3b4251;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
	margin-bottom: 20px;
}

.post-template-default main#site-content {
    background: #f5f5f5;
}
.single-post h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Raleway';
    font-weight: 700;
}
.single-post .entry-content p {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Open Sans';
    color: #666666;
}
.single-post .bottom-meta-wrap {
    display: none;
}
nav.pagination-single.section-inner {
    display: none;
}
/* blog single sidebar */
.single-post .col-md-4.order-md-1 {
    width: 25%;
}
.single-post .col-md-8.order-md-2 {
    width: 75%;
    padding: 0px 45px 0px 48px;
}
.single-post .hirxpert-content-wrap {
    padding-top: 60px;
    padding-bottom: 50px;
}
.widget-area-left .hirxpert_popular_post_widget {
    padding: 0 !important;
}
.widget-area-left .widget.widget_block {
    background: #fff !important;
    border-radius: 0;
}
.hirxpert_popular_post_widget h2.widgettitle {
    font-size: 13px;
    line-height: 26px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #333;
}
.hirxpert_popular_post_widget a.themeh-color {
    color: #3277d2;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 28px;
}
.hirxpert_popular_post_widget a.themeh-color::before {
    content: "\F285";
    font-family: 'bootstrap-icons';
    margin-left: -2px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 3px;
}
.hirxpert_popular_post_widget p.side-item-meta {
    display: none;
}
.hirxpert_popular_post_widget .side-item {
    border-bottom: 1px solid #0000000d;
    padding-bottom: 10px;
}
/* Privé : Quelles mentions  */
.widget-area-left h2.wp-block-heading {
    font-size: 13px;
    line-height: 26px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #333;
}
.wp-block-archives-list a {
    font-size: 14px;
    border-bottom: 1px solid #0000000d;
    padding-bottom: 10px;
    color: #3277d2;
}
.wp-block-archives-list a::before {
    content: "\F285";
    font-family: 'bootstrap-icons';
    margin-left: -2px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 3px;
}
.post-inner .entry-content .s1 b {
   font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-weight: 700;
    color: #3b4251;
}
.post-inner .entry-content h2 .s2 b {
   font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-weight: 700;
    color: #3b4251;
}
.single h2{
font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-weight: 700;
    color: #3b4251;
}
.single .entry-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
/* Mobile menu */
.mobile-menu-wrapper ul.mobile-menu li > a {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 22px;
    letter-spacing: 0;
    color: #333333;
    padding: 12px 30px !important;
	border-top: 1px solid #f8f8f8;
}
.mobile-menu-wrapper .current-menu-item a {
    background: #f8f8f8;
    padding: 12px 30px !important;
}
body.mobile-menu-active .mobile-menu-floating {
    overflow-y: auto;
    padding-left: 0;
}
@media only screen and (max-width: 1024px) {
    .mobile-menu-active .mobile-menu-floating * {
        padding-left: 0;
    }
}