/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.copyrights span {
    color: #3851a2;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

a.copyright {
    color: #3851a2;
    font-weight: 500;
}

.copyrights {
    text-align: center;
    padding: 0;
}

.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click ul li:first-child,
.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click ul li:nth-child(2n) {
    display: none;
}

img.avatar.avatar-64.photo {
    float: left;
    border-radius: 50%;
    width: 45px;
    border: 2px solid #2a1368;
    height: 45px;
    object-fit: contain;
}

.clients-section img.avatar.avatar-64.photo {
	width: 100%;
    height: 180px;
    border: none;
    margin-top: 15px;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
}

p.username {
    font-weight: 700;
    color: #311b6d;
    margin: 0;
}

.kl-login-box,
p.logged-in-as,
h1.page-title.kl-blog-page-title,
.ppress-form-bottom-links {
    display: none;
}

.kl-comments-title {
    font-size: 12px;
    font-weight: 500;
}

#reply-title {
    font-size: 18px;
}

p.metas {
    font-size: 11px;
    font-weight: 500;
    color: #311b6d;
}

.kl-comment {
    margin-bottom: 5px;
}

.zn_sidebar {
    box-shadow: none;
}

img.avatar.avatar-50.photo {
    border-radius: 50px;
    border: 2px solid #2a1368;
}

.separator.site-header-separator,
.comment-reply-link{
    display: none !important;
}

.kl-blog-page-content .comment-form-wrapper {
    display: block;
}

.kl-comment__text {
    padding-left: 0px!important;
}

.site-header {
    background: #f5f5f5!important;
}

img.avatar.avatar-50.photo {
    display: none;
}

a.comment-edit-link {
    display: none;
}

#commentform .row:nth-child(3n) {
    display: none;
}

h3#reply-title {
    visibility: hidden;
    height: 0;
    margin-top: 0;
}

img.gravatar.avatar.avatar-50.um-avatar.um-avatar-default {
    display: none;
}

a.comment-reply-link,
a#cancel-comment-reply-link {
    visibility: visible;
}

img.img-responsive {
    width: 55%;
}
.col-md-4.slider img {
    width: 100%!important;
}
.medias .img-responsive {
    width: 50%!important;
}
.autoplay .slick-next {
    right: 5px!important;
}
.autoplay .slick-prev {
    left: -5px!important;
}
.clients_posts {
    margin-bottom: 10px;
    border: 2px solid #2a13681a;
    padding: 25px;
    border-radius: 10px !important;
}

.clients_posts img.img-responsive {
    width: 400px;
}

.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field select {
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px 15px;
    transition: all .35s;
    background: #fff;
    color: #69717a;
    border-radius: 0;
    line-height: 1.3;
    min-height: 40px;
    margin: 0;
}
.acf-field.acf-field-delete-post{
    position: absolute !important;
    right: 15px;
    left: auto;
    width: max-content;
    color: #fff;
    font-size: 20px;
    padding: 0 !important;

    transition: all 0.1s ease-in;
}
.acf-field.acf-field-delete-post button{
    font-weight: 700 !important;
    font-size: 16px;
    transition: all 0.7s ease-in-out;
    width: 100% !important;
    border-radius: 10px !important;
    text-align: center;
    border: none;
	padding: 10px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.acf-field.acf-field-delete-post button:hover{
   box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px; 
}
.select2-container.-acf .select2-selection {
    border: 1px solid #dbdbdb !important;
    font-size: 14px;
    transition: all .35s;
    background: #fff;
    color: #69717a;
    border-radius: 0;
    line-height: 1.3;
    min-height: 40px;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

a.acf-button.button, .upload-files,.acf-file-uploader .button {
    border: 1px solid #472b98;
    padding: 5px 25px;
}

.acf-field.acf-field-submit-button .acf-input {
    text-align: center;
}

.acf-field .acf-input .fea-submit-button,
input#um-submit-btn {
    background: rgb(115,54,255);
    background: linear-gradient(90deg, rgba(115,54,255,1) 0%, rgba(47,36,97,1) 100%);
    color: #fff;
    font-weight: 700 !important;
    font-size: 16px;
    transition: all 0.7s ease-in-out;
    width: 100% !important;
    border-radius: 10px !important;
    text-align: center;
	border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.acf-field .acf-input .fea-submit-button:hover,
input#um-submit-btn:hover {
    background: linear-gradient(90deg,  rgba(47,36,97,1) 0%, rgba(115,54,255,1) 100%);
    color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
    transition: all 0.7s ease-in;
}
.frontend-form .acf-field .acf-input .fea-submit-button,
.frontend-form input#um-submit-btn{
	max-width: 200px;
    margin: 0 auto;
    height: 44px;
}
.clients-section h3 {
    color: #2a1368;
    text-transform: capitalize;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.clients-section .clients-wrap a {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}

.topnav-item,
.topnav .menu-item>a {
    color: #2a1368;
}

.um.um-login {
    padding: 4%;
    color: #222;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
}

div#nickname {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 0 20px;
    color: #2a1368;
}

div#username {
    display: none;
}

.um-login .um-misc-ul>li:nth-child(2n),
.um-login .um-misc-ul>li:first-child {
    display: none;
}

.um-locked-content-msg {
    text-align: center;
    font-size: 18px;
}

p.comment-notes {
    display: none;
}

.comment-respond {
    padding: 0 0;
    margin-top: 0;
}

p {
    margin: 0 0 10px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 5px 10px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    text-align: center;
    border-radius: 10px !important;
}

.pagination a:hover {
    background: #4295f2;
}

.items-pagination {
    position: relative;
    left: 50%;
}

.pagination .current {
    background: #311b6d;
}

.custom-post-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 800px;
    height: 100%;
}

.comment-content .username::before {
    content: "";
    background-image: url(img/chat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 13px;
    margin-right: 5px;
    display: inline-block;
}

.comment-content .username {
    font-weight: 700;
    padding-bottom: 15px;
}

.link_client {
    margin: 25px 0;
    display: block;
    position: relative;
}

.link_client a span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2a2b64;
    border: 2px solid #2a2b64;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;
    border-radius: 10px !important;
}

textarea#comment,
.kl-comment__wrapper,
.comment-respond #submit {
    border-radius: 10px !important;
}
textarea#comment{
    background-color: #E9EFF6;
    border: 1px solid #E9EFF6 !important;
    border-radius: 10px;
}
.comment-respond #submit {
    background: rgb(115,54,255);
    background: linear-gradient(90deg, rgba(115,54,255,1) 0%, rgba(47,36,97,1) 100%);
    color: #fff;
    font-weight: 700 !important;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    width: 100% !important;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.comment-respond #submit:hover {
    background: linear-gradient(90deg, rgba(47, 36, 97, 1) 0%, rgba(115, 54, 255, 1) 100%);
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
}
.comment-reply-link {
    border-radius: 10px !important;
}
textarea#comment:focus {
    background-color: #fff;
}
.link_client a:hover span {
    background-color: #ffffff;
    color: #2a2b64;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

#loginuser .um-misc-with-img .um-misc-img {
    display: none;
}

.acf-label {
    text-transform: uppercase;
}

.col-md-12.clients-wrap.client-38 {
    display: none;
}

div#formadd span#znhgtfw-shortcode-modal-open {
    display: none;
}

header#header {
    border: 0px;
    z-index: 11;
    box-shadow: none;
    background: transparent !important;
}

.znpb-footer-smart-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 20px;
}

.all-clients {
    padding: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    max-width: 64%;
    margin: 0 auto;
}

.all-clients:before {
    content: "";
    width: 0;
    padding-bottom: 100%;
}

.all-clients:before,
.all-clients>:first-child {
    grid-row: 1/1;
    grid-column: 1/1;
}

.all-clients .clients-wrap {
	padding: 0;
    -webkit-transition: .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    border: 1px solid #E9EFF6;
    border-radius: 10px;
}

.all-clients .clients-wrap:hover {
    cursor: pointer;
    box-shadow: 0 40px 120px -20px rgb(0 0 0 / 60%);
    z-index: 1;
    background-color: #ffffff;
}

.site-header-wrapper.sticky-top-area.sticky-main-area {
    height: 100%;
    padding-top: 1%;
}

.col-md-8.post-gallerie {
    width: 100%;
}
.clients-title h2 {
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2a1368;
    font-style: normal;
}

.clients-title .tbk__symbol {
    margin-bottom: 20px;
    margin-top: -10px;
    display: block;
}

.clients-title .tbk__symbol span {
    background-color: #4497f3;
    display: inline-block;
    width: 50px;
    height: 3px;
}

.kl-blog-page-content .contenu-post img {
    margin-bottom: 15px!important;
}
.col-md-12.video{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
}
.facebook-covers-custom {
    margin-bottom: 25px;
}
.facebook-covers-custom .img-responsive {
    max-height: 312px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
	border-radius: 5px;
    object-fit: cover;
}

.facebook-covers-custom .col-md-12.meta {
    position: absolute;
    bottom: 0;
    background-color: #ffffff3d;
    width: calc(100% - 30px);
    padding: 10px;
}

.facebook-covers-custom p.username {
    padding-left: 50px;
    padding-top: 12px;
}

.instagram-posts-custom img.img-responsive,
.facebook-posts-custom img.img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.instagram-posts-custom,
.facebook-posts-custom {
    margin-bottom: 45px;
    padding: 0 0 0 15px;
}

.story-custom-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    height: 226px!important;
    margin-right: 10px;
}

.story-custom-item iframe,
.story-custom-item .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.story-title {
    color: #311b6d;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0;
    display: block;
}

.newfeeds .hr-tabs-nav-icon,
.cm-newfeeds .hr-tabs-nav-icon {
    font-size: 24px;
}
.newfeeds {
    background-color: #f5f5f5;
    padding-top: 0;
    padding-bottom: 35px;
}

.new-story {
    display: none;
}

.cm-newfeeds .new-story {
    text-align: right;
    display: block;
}

.cm-newfeeds .new-story .story-title {
    background-image: url(img/plus.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    float: right;
}


/********************************************** NEW STYLE HOUYEM ****************************************************/

.container.siteheader-container.header--oldstyles {
    padding-top: 20px;
}
.site-content {
    padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0;
}
a.topnav-item {
    font-size: 20px;
}

.fxb-row.site-header-row.site-header-main{
	display:none;
}
.fxb-row.site-header-row.site-header-top {
    line-height: 60px;
    height: 60px !important;
}

ul.nav.nav-alignment--center {
    position: sticky;
    top: 0;
    padding-top: 25px;
    z-index: 3;
    width: 100%;
}

.tabs_style2 .tab-content {
    display: block;
    width: 100%;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.facebook-posts-custom .col-md-7,
.facebook-posts-custom .col-md-4,
.instagram-posts-custom .col-md-7,
.instagram-posts-custom .col-md-4 {
    background-color: #ffffff;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #E9EFF6;
    margin: 0;
    float: left;
}

.facebook-posts-custom .col-md-7,
.instagram-posts-custom .col-md-7 {
    width: 61%;
}

.facebook-posts-custom .col-md-7 .col-md-12,
.instagram-posts-custom .col-md-7 .col-md-12 {
    padding: 15px;
	display: flex;
    align-items: center;
}
.col-md-10.meta {
    padding: 0;
}
.col-md-2.logo {
    padding: 0;
    width: 10%;
}
.col-md-6.meta {
    padding-right: 0;
    width: 56.6666666%;
}
.col-md-4.comment-col {
    padding: 8px;
    margin-left: 2%;
    width: 36%;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 10px;
    border: 1px solid #E9EFF6;
    display: flex;
    flex-direction: column;
}

.col-md-4.comment-col::after {
    content: "";
    width: 16px;
    height: 16px;
    background: inherit;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: inherit;
    left: -9px;
    top: 20px;
}

p.form-submit {
    display: flex;
    justify-content: flex-end;
}

textarea.form-control {
    height: auto;
    max-height: 100px;
}

.comment-form-comment span.required {
    display: none;
}

textarea#comment::placeholder {
    color: #E9EFF6;
}
.kl-comments label {
    display: none;
}
#totop {
    top: 90%;
    background-color: #311b6d;
    font-size: 10px;
    font-weight: 500;
}

.kl-comments {
    margin-top: 0;
}

.kl-comments-list .children {
    padding-left: 20px;
}

.hr-tabs-nav-item {
    border: solid transparent !important;
    border-width: 0 0 4px !important;
    transition-duration: .3s;
    transition-property: border-color;
    transition-timing-function: linear;
}

.hr-tabs-nav-item .hr-tabs-nav-icon {
    background-image: url(img/social-icon.png);
    background-position: -47px 0;
    background-repeat: no-repeat;
    background-size: 220%;
    width: 41px;
    color: white !important;
    height: 41px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    border-bottom: 0;
    padding-left: 0;
    line-height: 51px;
    display: inline-block;
    font-size: 32px;
    text-align: center;
    transition-duration: .3s;
    transition-property: fill;
    transition-timing-function: linear;
}

.hr-tabs-nav-item:nth-child(2) .hr-tabs-nav-icon {
    background-position: -47px -60px;
}

.hr-tabs-nav-item:nth-child(3) .hr-tabs-nav-icon {
    background-position: -47px -365px;
}

.hr-tabs-nav-item:nth-child(4) .hr-tabs-nav-icon {
    background-position: -47px -245px;
}

.hr-tabs-nav-item.active {
    border-color: #1e74bb!important;
}

.hr-tabs-nav-item:nth-child(2).active {
    border-color: #e1306c!important;
}

.hr-tabs-nav-item:nth-child(3).active {
    border-color: red!important;
}

.hr-tabs-nav-item:nth-child(4).active {
    border-color: black!important;
}

.hr-tabs-nav-item.active .hr-tabs-nav-icon {
    background-position: 0 0;
}

.hr-tabs-nav-item:nth-child(2).active .hr-tabs-nav-icon {
    background-position: 0 -60px;
}

.hr-tabs-nav-item:nth-child(3).active .hr-tabs-nav-icon {
    background-position: 0 -365px;
}

.hr-tabs-nav-item:nth-child(4).active .hr-tabs-nav-icon {
    background-position: 0 -245px;
}

.tabs_style2>ul.nav>li:first-child a {
    padding-left: 15px;
}

.tabs_style2>ul.nav>li>a {
    padding: 10px 15px;
}

.tabs_style2>ul.nav>li {
    border-left: 0 dotted #ccc;
}

.tabs_style2>ul.nav>li.active>a,
.tabs_style2>ul.nav>li>a:hover {
    background: transparent;
}

.hr-tabs-nav-item .hr-tabs-nav-icon::before {
    content: "";
}

.comment-form-wrapper.kl-comments-wrapper.kl-commlayout-classic:last-child {
    display: none;
}

.col-md-4.comment-col .comment-form-wrapper.kl-comments-wrapper.kl-commlayout-classic:last-child {
    display: block!important;
}

.wp_ulike_likers_wrapper {
    margin: -10px 0 0 20px;
    flex: 0 0 100%;
}

.notvalidator .wp_ulike_general_class {
    display: none;
}
.notvalidator .ulp-pile-list {
    top: 45px;
    position: relative;
}
.notvalidator .ulp-pile-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(img/approuved.png);
    top: -45px;
    left: -25px;
}
.validator .ulp-pile-list{
    display:none;
}
.site-header.style6 {
    height: 110px !important;
}

.pum-container.popmake {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 2px 12px 1px rgba(168, 156, 156, 0.84);
    -webkit-box-shadow: 1px 2px 12px 1px rgba(168, 156, 156, 0.84);
    -moz-box-shadow: 1px 2px 12px 1px rgba(168, 156, 156, 0.84);
}
.pum-title.popmake-title{
    font-size: 28px;
    font-weight: 700;
    color: #311b6d;
    line-height: 28px;
    margin: 35px 0;
    text-align: center;
}
.posts-custom.row.clients_posts {
    background: #fff;
}

.posts-custom.row {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px !important;
    border: 1px solid #311b6d;
}

.cmclients .kl-comments-wrapper {
    display: none;
}


a.calendarlink>span {
    display: inline-flex;
    background-image: url(img/calendar.png);
    background-position: center center;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    margin-right: 10px;
}

form#calendarlink .btn-group,
form#calendarlink .btn-group>* {
    width: 140px;
    background: transparent;
}

.instik-covers-custom .username {
    padding-top: 45px;
    padding-left: 20px;
}

.profile-cover-template {
    margin: 0 auto;
    width: 100%;
}

.youtube iframe {
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.youtube .feed-content {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.44444;
    text-transform: capitalize;
}

.youtube .feedmetas>* {
    padding-left: 40px;
}

.tiktok iframe {
    width: 47%;
    height: 486px;
    margin-left: 15px;
    border-radius: 10px;
}

.instagram.tiktok {
    display: inline-flex;
    position: relative;
    top: 10px;
}

.instagram.tiktok .profile-image {
    height: 152px;
    width: 152px;
    background-color: #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.row.name {
    font-size: 26px;
}

.row.description>* {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.column {

    position: relative;
    width: 90%;
    flex-direction: column;
    margin-top: 35px;
}

.column:before {
    content: "";
    margin: 16px 0;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: -35px;
    width: 100%;
}

.feed-content {
    padding: 15px;
}

.home .container{
    width:100%;
    padding: 0;
}
.home .zn_section.eluidd42d5f3a {
    background-color: transparent;
}


.icontab-socialmedia ul li:nth-child(3), .icontab-socialmedia ul li:nth-child(4) {
    display: none;
}
.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 35px 4px!important;
}
.medias ul {
	padding: 0;
}

img.slider-img{
	height:380px!important;
	width:100%!important;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid transparent;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 22px;
}

/* Change background color of buttons on hover */


span.hr-tabs-nav-icon.facebook {
    padding: 15px 20px;
    border-radius: 50%;
	color: #1e74bb;
    background: #ffffff;
}
.tab button.active .facebook,
.tab button:hover .facebook {
    color: #ffffff;
    background: #1e74bb;
}
span.hr-tabs-nav-icon.instagram {
    padding: 15px;
    border-radius: 50%;
	color: #ea5553;
    background: #ffffff;
}
.tab button.active .instagram,
.tab button:hover .instagram {
    color: #ffffff;
    background: #ea5553;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.comment-content {
	border: 1px solid #E9EFF6;
    margin: 12px 0;
    padding: 10px;
    border-radius: 10px !important;
}
.comment-text{
	font-size: 13px;
}
p.username>span {
    font-size: 11px;
    font-weight: 500;
    color: #311b6d;
}
.btn-new-feed,  
.btn-edit-pub-fb{
  text-align: center;
    font-weight: 500;
    color: #ffffff;
    width: 200px;
    padding: 10px;
    background: #472b98;
    transition: all 0.7s ease-in-out;
	border-radius: 10px !important;
}
.btn-new-feed:hover,  
.btn-edit-pub-fb:hover{
    background: #7336ff;
}
.col-md-4.edit-pub-fb {
    border: none;
    text-align: right;
    justify-content: right;
    display: flex;
}
.btn-edit-pub-fb{
    width: 100px;
}
.col-md-6.cover {
    display: flex;
    justify-content: flex-end;
}
.btn-new-cover,
.btn-edit-cover,
.btn-new-instafeed{
    text-align: center;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    width: 200px;
    padding: 10px;
    background: #472b98;
    border-radius: 10px !important;
    right: 15px;
}
.btn-new-cover:hover,  
.btn-edit-cover:hover,
.btn-new-instafeed:hover{
    background: #7336ff;
}
button.tablinks.instagram {
    text-align: right;
}

button.tablinks.facebook {
    text-align: left;
    border-left: 2px solid #2a136824;
}
.col-md-12.instagram-photo-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
	
}
img.instagram-profile-photo {
    max-height: 180px;
}
.col-md-12.instagram-photo-meta .username {
    font-size: 22px;
}
.media-posts-items {
    padding: 25px 0;
}
.pum-theme-theme-par-defaut{
	z-index:99!important;
}
.pum-theme-7939 .pum-content + .pum-close, .pum-theme-theme-par-defaut .pum-content + .pum-close{
    width: 45px;
    height: 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    background-color: #472b98;
}
.pum-content.popmake-content p{
    margin: 0;
}
.pum-theme-7939 .pum-container, .pum-theme-theme-par-defaut .pum-container{
    padding: 0;
}
.site-footer {
	background: transparent;
    position: absolute;
    bottom: 30px;
    padding: 0;
	border: none;
    text-align: center;
    margin: 0 auto;
	width: 100%;
}
.site-footer a {
    color: #8b8c8d;
}
.um-page-login .site-header{
    background: transparent;
	position: absolute;
    right: 0;
	top: 70px;
    width: 41.66666667%;
    border: none;
}
.um-page-login .site-footer{
    right: 0;
    bottom: 70px;
	width: 41.66666667%;
}

.um-page-login .site-footer .container{
    width: max-content;
}

.um-page-login .um-icon-eye:before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: url(img/invisible.png) no-repeat center;
    background-size: contain;
}
.um-page-login .um-icon-eye-disabled:before {
    content: "";
	display: block;
    width: 20px;
    height: 100%;
    background: url(img/visible.png) no-repeat center;
    background-size: contain;
}
.site-footer-bottom {
    padding-top: 0;
    border-top: none;
    color: #8b8c8d;
}
.um-page-login .siteheader-container .fxb, .um-page-login .siteheader-container .fxb-row{
    flex-direction: column;
}

button.modal-button.render-form {
    background: transparent;
    border: transparent;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    height: 100%;
	font-family: "spartan", Helvetica, Arial, sans-serif;
}
.fea-modal-content {
    margin: 5% auto !important;
    width: 60% !important;
	padding: 50px 20px 20px !important;
}
body.admin-bar .frontend-admin-message {
    display: none;
}
.slug-site{
    background-image: url(img/cote.png);
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.cx-login-form #logincol{
    height: 100vh;
}

.um-page-login .select2-container .select2-choice, 
.um-page-login .select2-container-multi .select2-choices, 
.um-page-login .um .um-form input[type=number], 
.um-page-login .um .um-form input[type=password],
.um-page-login .um .um-form input[type=search],
.um-page-login .um .um-form input[type=tel],
.um-page-login .um .um-form input[type=text],
.um-page-login .um .um-form textarea {
    background-color: #E9EFF6;
    border: 1px solid #E9EFF6 !important;
    height: 50px !important;
    border-radius: 10px;
}


/***************************************** Style personnalisé pour la galerie WordPress ****************************************************/

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 -7.5px;
}

.gallery-item {
  flex: 1 1 calc(33.333% - 15px); /* 3 colonnes */
  box-sizing: border-box;
  padding: 7.5px;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-icon img:hover {
  transform: scale(1.05);
}

.gallery .col-md-4{
    border: none;
    padding: 10px;
}
.gallery .zn_image_gallery{
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

/**************************************** Responsive ******************************************/
@media (max-width:1440px) {
	.slug-site {
		font-size: 44px;
		line-height: 60px;
		background-size: 44%;
		padding: 60px 0 60px 30px;
	}
}
@media (min-width:1200px) {
    .clients_posts .txt_content img {
        width: 165px;
        margin: 0px!important;
    }
}

@media (max-width:1199px) {
    .clients_posts .txt_content img {
        width: 130px;
        margin: 0px!important;
    }
    .story-custom-item {
        height: 210px!important;
    }
	.slug-site {
		font-size: 37px;
		line-height: 52px;	
}
}
@media (max-width:1024px) {
	.slug-site {
		font-size: 30px;
		line-height: 47px;
		}
}
@media (min-width:992px) {
    .home .col-md-push-3,
    body .col-md-push-3 {
        left: 25%;
    }
    .comment-col {
        margin-left: 7%;
    }
}

@media (max-width:991px) {
    .col-md-10.meta {
        padding-left: 15%;
    }
}

@media (min-width:768px) {
    #header .container {
        width: 96%;
    }
    div#formadd>.znColumnElement-innerWrapper {
        padding: 40px;
    }
}

@media (max-width:767px) {
    #header .container {
        width: 96%;
    }
    .container.siteheader-container.header--oldstyles {
        width: 100%;
    }
    div#formadd .tbk__symbol {
        margin-bottom: 0px;
    }
    .fxb-row-col-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    a.topnav-item .visible-xs {
        display: none !important;
    }
    a.topnav-item .hidden-xs {
        display: block !important;
    }
    .site-header .site-logo {
        padding: 0;
    }
    .tabs_style2 .tab-content .col-sm-6 {
        width: 50%;
        float: left;
    }
    .tabs_style2 .tab-content .col-md-8 {
        width: 66.66666667%;
        float: left;
    }
    .tabs_style2 .tab-content .col-sm-4.new-story {
        width: 33.33333333%;
        float: left;
    }
}

@media (max-width:680px) {
    .facebook-posts-custom .col-md-7,
    .facebook-posts-custom .col-md-4,
    .instagram-posts-custom .col-md-7,
    .instagram-posts-custom .col-md-4 {
        width: 97%;
        margin: 0;
        border: 0;
    }
    .col-md-4.comment-col::after {
        width: 0;
        height: 0;
        border-width: 0;
    }
}

@media (max-width:520px) {
    .all-clients {
        grid-template-columns: 1fr 1fr;
    }
    .site-header .sh-component {
        margin: 0;
    }
}

@media (max-width:380px) {
    .all-clients {
        display: block;
    }
    .all-clients .clients-wrap {
        margin-bottom: 30px;
    }
    .fxb-row-col-sm {
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    .container.siteheader-container.header--oldstyles {
        margin-top: 15px;
    }
    .tabs_style2 .tab-content .col-sm-6 {
        width: 100%;
        float: none;
    }
    .tabs_style2 .tab-content .col-sm-6 .text-left,
    .tabs_style2 .tab-content .col-sm-6 .text-right {
        text-align: center;
    }
}

.facebook-posts-custom .col-md-7>p {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 740px!important;
    }
}
