/*
Theme Name: Magnet Dating Theme
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.events-list-container .elementor-post__card > a.elementor-post__thumbnail__link , 
.events-list-container h3 > a {
    cursor: none;
    pointer-events: none;
}

.partner-list .partner-grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.partner-card{
    box-shadow: 0px 5px 26px 6px rgba(0, 0, 0, 0.07);
    padding: 30px 30px 30px 35px;
    gap:30px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}
.partner-logo{
    display: flex;
    justify-content: center;
}
.partner-card .partner-description{
    display: flex;
    align-items: center;
    /* gap: 30px; */
    /* box-shadow: 0px 5px 26px 6px rgba(0, 0, 0, 0.07);
    padding: 30px 30px 30px 35px; */
    
    background: #fff;
    min-height: 143px;
}

.partner-action{
    text-align: center;
}

.partner-action a{
    display: block;
    padding: 14px;
    text-align: center;
    background: #d3b574;
    transition: .2s;
    color: #fff;
    font-weight: 600;
    /* width: 300px; */
    border-radius: 20px;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.tooltip{
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
}
.tooltip .tooltiptext{
    visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  top: -5px;
  right: 105%;
 
  position: absolute;
  z-index: 1;
}
/* To the right of the tooltip */
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; 
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
  }
.tooltip:hover .tooltiptext {
    visibility: visible;
  }
  
.partner-action-symbol{
    color: black;
    background-color: black;
}

@media only screen and (max-width: 1080px){
    .partner-list .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px){
    .partner-list .partner-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

#page .club-admin .element-form input[type="submit"]:hover {
    background: #d3b574;
}


#page .club-admin .element-form .clear-filter {
    background: #dc3545;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    font: var(--the7-btn-m-font);
    
    font-weight: 600;
    font-size: 16px;
}


.member_notes_table .elementor-field-group input,
.member_notes_table .elementor-field-group textarea {
	box-shadow: none;
	border: 1px solid #0002;
	margin-bottom: 5px;
}

.member_notes_table .action_container .button{
    padding: 10px;
}

.member_notes_table .action_container .button .fa{
	color: #fff;
}

.member_notes_table .action_container .button.danger{
	background: #dc3545;
}
.member_notes_table .action_container .button.success{
	background: #1bbb9b;
}

.member_notes_table thead th{
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.member_notes_table th,
.member_notes_table td {
    border: 1px solid #0002;
    padding: 8px 10px;
}

.member_notes_table .elementor-field-group {
    margin-bottom: 0;
}

.member_notes_table {
    margin-bottom: 30px;
    width: 100%;
}

.member_notes_table .save_notes.elementor-button:hover,
.member_notes_table .save_notes.elementor-button:visited {
    background: var(--the7-btn-bg);
}

  
.header-login-dropdown {
    position: relative;
    display: inline-block;
}
  
.header-login-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.header-login-dropdown-content a {
    color: black;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}
  
.header-login-dropdown-content a:hover {
    background-color: #f1f1f1
}

.header-login-dropdown:hover .header-login-dropdown-content {
    display: block;
}

.header-login-dropdown .elementor-button:hover,
.view-club-member-dashboard .elementor-button:hover {
    background: var(--the7-btn-bg,transparent linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%));
    color: var(--the7-btn-color);
}

.view-club-member-dashboard .elementor-button {
    color: var(--the7-btn-color);
}
.view-club-member-dashboard {
    padding-top: 20px;
}

body.woocommerce-order-received .hide-on-order-received {
    display: none;
}



.side-popup-container .side-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 101;
}

.side-popup-container .side-popup {
    position: fixed;
    top: 0;
    right: -60vw; /* Adjust the initial position */
    width: 60vw;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease-out;
    z-index: 102;
}

@media screen and (max-width: 992px) {
    .side-popup-container .side-popup {
        right: -90vw; /* Adjust the initial position */
        width: 90vw;
    }
}
.side-popup-container .popup-content {
    max-height: calc(100% - 50px);
    overflow: auto;
    padding: 2em 3em 3.5em;
}

.side-popup-container .close-popup-btn {
    position: absolute;
    top: 1rem;
    right: 4rem;
    font-size: 26px;
    cursor: pointer;
    color: var(--e-global-color-el_color_1);
    z-index: 2;
}

/* when logged in */
body.admin-bar .side-popup-container .close-popup-btn {
	top: 2rem;
}
body.admin-bar .side-popup-container .popup-content {
    padding: 3.5em 3em;
}

.side-popup-container.open .side-popup {
    right: 0;
}

.side-popup-container.open .side-popup-overlay {
    display: block;
}

.side-popup-container .elementor-heading-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1rem;
}

.side-popup-container .acf-form-submit {
    text-align: center;
    margin-top: 2rem;
}

.side-popup-container .acf-form-submit  input.acf-button,
.side-popup-container .acf-form-submit  input.acf-button:hover {
    padding: 14px 25px;
    background: #d3b574 !important;
    color: #fff;
    border-radius: 6px;
    line-height: 1.2;
    font-size: 1rem;
    text-align: center;
    min-width: 80%;
}

.side-popup-container #message.updated p {
    background: var(--wp--preset--color--vivid-green-cyan);
    color: #fff;
    padding: 10px 15px;
    margin-top: 1rem;
}

.hide-on-member-profile {
    display: none;
}

/* Custom MD footer CSS */

.image-footer-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}