/*
Theme Name: EscortWP Child
Template: escortwp
Version: 1.0
Author: Your Name
Description: Child theme for EscortWP
*/
@import url("../escortwp/style.css");

.model-info .label-featured{
	background: #5c027a !important;
}

.girlsinglelabels  .pinkdegrade{
	background: #5c027a !important;
}
.call-button-mobile{
    top: 91% !important;
}

/*Consent buttom start*/
.ageconfirm_footer_top{
    display: flex;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: 99;
    align-items: center;
    width: auto;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}

.tosdisclaimer{
    width: 412px !important;
    background: #ffffff !important;
}
.tosdisclaimer h4{
    color: rgba(0, 0, 0, .87) !important;
    font-size: 14px;
    font-weight: bold;
}

.ageconfirm_footer_top span{
    color: #0F1B77;
    margin-right: 4px;
    font-size: 14px;
    border: 1px solid #0F1B77;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-grid;
    align-content: center;
    justify-items: stretch;
    align-items: stretch;
    justify-content: space-around;
    font-weight: 600;
}
.tosdisclaimer-body-content{
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(50, 50, 50, .1);
}


.tosdisclaimer-body-content p{
    font-size: 13px;
    margin: 0;
    text-align: justify;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .6);
}
.tosdisclaimer-content-footer{
    padding-top: 27px;
}

.tosdisclaimer-content-footer p{
    font-size: 11px;
    margin: 0;
    text-align: justify;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .6);
}

.entertosdisclaimer-custom-button{
    margin: 0px !important;;
    min-height: 40px !important;;
    border-radius: 3px !important;;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12) !important;;
    font-size: 14px !important;;
    width: 90% !important;
    background: #0F1B77;
    cursor: pointer;
}
.entertosdisclaimer-custom-button-ctn{
    margin-top: 9px;
}
.tosdisclaimer{
    padding: 0px !important;
}
.tosdisclaimer-main-body-content{
    padding: 24px 17px 35px 17px !important
}
.entertosdisclaimer-custom-button-ctn i{
    font-size: 15px;
    margin-right: .4em;
}
.entertosdisclaimer-btn-content{
    font-size: 14px;
    font-weight: 600;
}

.tosdisclaimer-overlay{
    background: rgba(0, 0, 0, .85) !important;
    backdrop-filter: blur(15px);
    
}

.disclaimer-sitelogo img{
	width: 200px;
	padding: 10px 0px;
}

/*My account register button*/

.custom-register-button{
    /*display: block; */
    text-align: center; 
    background: green !important; 
    color: white; 
    padding: 10px 20px; 
    border-radius: 5px; 
    font-size: 16px; 
    text-decoration: none; 
    margin: 20px 0;
    top: 417px;
}

/*terawallet*/
.custom-wallet{
    display: block;
    text-align: center;
    background-color: #0F1B77;
    color: #ffffff !important;
    width: 100%;
    margin: 0 auto;
    padding: 9px 17px;
    border-radius: 5px;
    margin-bottom: 16px;
}
.dashicons{
    font-family: "Dashicons" !important;
}
.dropdownlinks.open ul {
    display: block;
}
/* Main container */
.woocommerce-MyAccount-content {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Heading for Hello message */
.woocommerce-MyAccount-content p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

/* Make the user name bold */
.woocommerce-MyAccount-content p strong {
    color: #2a9d8f; /* Teal color for the username */
}

/* Styling for the 'Log out' link */
.woocommerce-MyAccount-content a {
    color: #e76f51; /* A red-orange color for the logout link */
    text-decoration: none;
    font-weight: bold;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
    color: #f4a261; /* Lighter shade on hover */
}

/* Paragraph styling for the second paragraph */
.woocommerce-MyAccount-content p:last-of-type {
    font-size: 16px;
    color: #333;
}

/* Links in the second paragraph */
.woocommerce-MyAccount-content a {
    color: #0073e6; /* Blue for action links */
    font-weight: normal;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
    color: #0056b3; /* Darker blue on hover */
}

/* Add a margin to the top of the 'from your account' paragraph */
.woocommerce-MyAccount-content p:last-of-type {
    margin-top: 15px;
}

/* Optional: Add some spacing between paragraphs */
.woocommerce-MyAccount-content p {
    margin-bottom: 10px;
}
.sidebar-right .dropdownlinks{
	margin-top: 10px;
}

.page404{
    color: #000000 !important;
}
/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 15px;
    }

    .woocommerce-MyAccount-content p:first-of-type {
        font-size: 16px;
    }

    .woocommerce-MyAccount-content p:last-of-type {
        font-size: 14px;
    }

    .woocommerce-MyAccount-content a {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-MyAccount-content {
        padding: 10px;
    }

    .woocommerce-MyAccount-content p:first-of-type {
        font-size: 14px;
    }

    .woocommerce-MyAccount-content p:last-of-type {
        font-size: 13px;
    }

    .woocommerce-MyAccount-content a {
        font-size: 13px;
    }
}

  
/*Consent buttom End*/
@media (max-width: 960px) {
    .sidebar-left{
        background: #ffffff !important;
    }
    .bodybox{
        border: none !important;
    }
    .sidebar-left .countries{
        background: #0F1B77 !important;
        color: #ffffff;
    }
    .tosdisclaimer {
        width: 100% !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 0px !important;
        z-index: 999 !important;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
    }
    
    .entertosdisclaimer-custom-button-ctn{
        margin-top: 0px !important;
    }
    .entertosdisclaimer-custom-button{
        width: 100% !important;
        border-radius: 0px !important;
        padding: 18px 37px !important;
        margin-top: 0px !important;
    }
    .custom-register-button{
        
    }
    
    
    
    
}

@media (max-width: 372px){
    .call-button-mobile{
        width: 101% !important;
    }
}


/* index.php css */
#premium-content {
    display: flex;
     flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px; /* Add spacing between items */
}

.profile {
    width: 19%; /* 5 per row on desktop */
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .profile {
        width: 32%; /* 3 per row on tablets */
    }
}

@media (max-width: 768px) {
    .profile {
        width: 48%; /* 2 per row on mobile */
    }
}

@media (max-width: 480px) {
    .profile {
        width: 100%; /* 1 per row on small screens */
    }
}

/* for taxonomy page */
.premium-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.premium-container > .profile {
  flex: 1 0 19%; /* roughly 5 per row with margin */
  box-sizing: border-box;
}
