/*
Theme Name: Manon
Theme URI: https://manon.qodeinteractive.com/
Description: Modern Portfolio and Agency Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: manon
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.
*/

/* Override Fonts for All Caps */
.edgtf-page-footer .edgtf-footer-inline-nav a,
.edgtf-main-menu ul li a,
.edgtf-side-menu nav.edgtf-sidearea-menu > ul > li a,
.edgtf-side-menu a.edgtf-close-side-menu .edgtf-sm-close-label,
#edgtf-back-to-top,
.edgtf-ps-navigation .edgtf-ps-prev a, .edgtf-ps-navigation .edgtf-ps-next a,
.edgtf-video-button-holder .edgtf-video-button-text, .edgtf-blog-single-nav-label, .edgtf-blog-single-next{
	font-family: League Spartan !important;
}




/* Override Color to Red for Shapes, Circles, etc.. */
#edgtf-footer-circle circle {
  stroke: #E72B53; 
}
#edgtf-back-to-top,
.edgtf-side-menu a.edgtf-close-side-menu .edgtf-sm-close-label,
.edgtf-side-menu a.edgtf-close-side-menu,
.edgtf-ps-navigation .edgtf-ps-prev a, .edgtf-ps-navigation .edgtf-ps-next a, a:hover, p a:hover, .edgtf-blog-single-nav-label, .edgtf-blog-single-next{
  color:#E72B53 !important;
}
.edgtf-post-info-category a, .edgtf-post-info-author, .edgtf-post-info-date a, .edgtf-post-info-author-link,
.edgtf-blog-holder article .edgtf-post-info-top > div:before,
.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left > div a,
.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left > div:before
{color: #E72B53 !important;}

 .edgtf-social-network-icon{
    color: #E72B53 !important;
}

/* Contact Forms */
.edgtf-btn.edgtf-btn-solid:hover span {
    color: #E72B53;
    font-family: League Spartan;
    font-style: normal;
    font-weight: 700;
}
.edgtf-btn.edgtf-btn-solid{
    font-family: League Spartan;
    font-style: normal;
    font-weight: 700;
}
.edgtf-btn.edgtf-btn-solid:after{
  background: #E72B53 !important;
}
/* Initial color when the field is empty */
.wpcf7-form-control.wpcf7-textarea:placeholder-shown,
input[type='text']:placeholder-shown,
.wpcf7-form-control.wpcf7-text:placeholder-shown,
#respond textarea:placeholder-shown {
  color: #B41C3F !important;
}

/* Color when user starts typing */
.wpcf7-form-control.wpcf7-textarea:not(:placeholder-shown),
input[type='text']:not(:placeholder-shown),
.wpcf7-form-control.wpcf7-text:not(:placeholder-shown),
#respond textarea:not(:placeholder-shown) {
  color: #000 !important;
}

.elementor-3799 .elementor-element.elementor-element-73a24ce .qodef-qi-button.qodef-layout--filled:not(.qodef-hover--reveal):hover {
    background-color: #B01F43;
    color: #fff !important;
}

.elementor-3799 .elementor-element.elementor-element-0d23539 .elementor-repeater-item-69d65b1.elementor-social-icon:hover,
.elementor-3799 .elementor-element.elementor-element-0d23539 .elementor-repeater-item-38e6624.elementor-social-icon:hover,
.elementor-3799 .elementor-element.elementor-element-0d23539 .elementor-repeater-item-7e32e6f.elementor-social-icon:hover {
    background-color: #B01F43;
    opacity: 1;
}

.wpcf7-not-valid-tip {
    color: #fff;
    background: #ffc0cb;
    font-size: 1em;
    padding: 10px 15px;
    width: 20%;
    font-weight: normal;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    border: none;
    background: #f4d0b3;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}

/* Others */
.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-svg-path > *{
	margin-top: -4px !important;
}
.edgtf-pl-filter-holder ul li.edgtf-pl-current span, .edgtf-pl-filter-holder ul li.edgtf-pl-current span, .edgtf-pl-filter-holder ul li:hover span {
    color: #E72B53 !important;
}
.edgtf-twitter-share img{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-top: -1px;
}
.edgtf-self-hosted-video-holder,
.edgtf-video-wrap,
.mejs-container,
.mejs-mediaelement,
video.edgtf-self-hosted-video {
    aspect-ratio: 9 / 16;
    max-height: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.mejs-container .mejs-controls{
    display: none;
}
.elementor-widget-container .cat-item {
    list-style: none;
    position: relative;
    padding-left: 7px;
}

.elementor-widget-container .cat-item::before {
    content: '/';
    position: absolute;
    left: 0;
    color: inherit; /* optional: match text color */
};

/* 1. Normalize font size */
.tag-cloud-link, .tagcloud {
    font-size: 18px;
}



/* 2. Add "/" before each tag */
.tagcloud a::before, .qodef-e-item::before{
    content: '/';
    margin-right: 1px;
}
.qi-block-tag-cloud .qodef-e-item {
    color: #E72B53 !important;
    text-decoration: none !important;
    text-underline-offset: unset;
}
.qi-block-tag-cloud .qodef-e-item-separator{
    color: #fff;
    margin-right: 1em !important;
}

.edgtf-blog-list-holder .edgtf-post-read-more-button a, .edgtf-comment-holder .edgtf-comment-text .replay,
.edgtf-comment-holder .edgtf-comment-text .comment-reply-link, .edgtf-comment-holder .edgtf-comment-text .comment-edit-link {
    font-family: 'League Spartan'!important;
    color: #E72B53 !important;
}
.edgtf-bl-standard-pagination a, .comment-reply-title,
.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-date{color: #E72B53 !important;}

.wp-block-search__input {
    text-transform: uppercase;
    font-family: 'League Spartan';
    border-bottom: 2px solid #E72B53 !important;
    padding-bottom: 15px !important;
    font-size: 17px;
    font-weight: 600;
}
.wp-block-search__input::placeholder {
    color: #E72B53; /* Change to your preferred color */
    opacity: 1;  /* Optional: make sure it's fully visible */
}
.wp-block-search__button svg{
    fill: rgb(231 43 83) !important;
}
:where(.wp-block-search__button){
    border: none !important;
    background: transparent !important;
}

.custom-share-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}
.edgtf-blog-single-navigation .edgtf-blog-single-prev, .edgtf-blog-single-navigation .edgtf-blog-single-next {
   border-bottom: 1px solid;
    border-color: #E72B53 !important; 
}


.share-btn {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-icon svg {
  width: 20px;
  height: 20px;
  fill: #E72B53;
  transition: transform 0.3s ease;
}

.share-btn:hover svg {
  transform: scale(1.2);
}

/* Applies to image wrapper */
figure.wp-block-image.size-large.is-resized {
  margin: 30px auto;
  max-width: 100%;
  text-align: center;
}

/* Applies to the image itself */
figure.wp-block-image.size-large.is-resized img {
  width: 100% !important;
  max-width: 400px;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
#SR7_5_1 .manon-nav .sr7-bullet:hover{
    border: 1px solid #E72B53 !important;
}
.edgtf-ils-holder .edgtf-ils-item-link.edgtf-active, .edgtf-side-menu nav.edgtf-sidearea-menu > ul > li > a:hover,
.edgtf-side-menu nav.edgtf-sidearea-menu > ul > li.edgtf-active-item > a{
    -webkit-text-stroke: 1px #e72b53 !important;
    color: #e72b53 !important;
}
.share-instagram svg {
  transform: scale(1.5); 
}

@media (max-width: 1200px) {
    .edgtf-btn.edgtf-btn-solid {
        background: #e72b53 !important;
    }
}

.edgtf-blog-holder article .edgtf-post-read-more-button a{
    font-family: League Spartan !important;
    color: #E72B53 !important;
}

.contactus2 {
    border-radius: 0px !important;
    width: 250px;
    height: 70px;
    margin: 0 auto; /* centers the element inside its parent */
    display: block; /* ensures margin auto works as expected */
    text-align: center;
}

.contactus2:hover{
    background-color: #E72B53 !important;
    color: #fff !important;
}

/* TEMPORARY LAUNCH */

.edgtf-side-menu-icon, .swiper-slide-image, .edgtf-comment-form{
    display: none !important;
}
