/*
 Theme Name:   TennisClub Child Theme
 Theme URI:    https://tennisclub.themerex.net/
 Description:  Tennis SportClub Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     tennisclub
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  tennisclub
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

div svg {
    display: none !important;
}

circle{
	display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
	display: none !important;
}

.ctpopupmain {
       width: 540px;
    margin: 0 auto;
}

.ctpopupleft {
	float: left;
}
.ctpopupright {
    float: right;
}

/* .ctpopupleft a:hover {
    border: 2px solid green;
    display: block;
    cursor: pointer;
}

.ctpopupright a:hover {
    border: 2px solid green;
    display: block;
    cursor: pointer;
} */


#spu-26325 {
    max-width: 600px !important;
    border-radius: 50px !important;
    overflow: visible !important;
}
#spu-26325 .spu-container {
    padding: 30px !important;
}
#spu-26325 .spu-close {
    font-size: 30px;
    color: #fff !important;
    text-shadow: 0 1px 0#000;
    background: #0056ff !important;
    padding: 0;
    border-radius: 30px;
    margin: -20px -20px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    box-shadow: -6px 7px 10px 1px rgba(0,0,0,0.36) !important;
}
.ctpopupmain a:hover img {
    border-radius: 160px;
    transition: 0.3s all ease-in-out;
}
.ctpopupmain img {
    transition: 0.3s all ease-in-out;
    border-radius: 50px;
}

@media (max-width:767px) {
    .ctpopupmain {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 20px;
        width: 100%;
    }
    .ctpopupmain img {
        border-radius: 20px;
        width: 100px;
    }
    #spu-26325 .spu-container {
        padding: 20px !important;
    }
    #spu-26325 {
        max-width: 270px !important;
        border-radius: 30px !important;
    }
}

@media (min-width:1280px) {
    a#ctpopup_mobile {
        display: none;
    }    
}
@media (max-width:1279px) {
    a#ctpopup_mobile {
        position: absolute;
        right: 0px;
        top: 0px;
        background: #427cf0;
        padding: 5px 20px;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
}
