/*
Theme Name: sistercasinos.xyz Child
Template: sistercasinos.xyz
Author: Tolga Çavdar
Author URI: http://tolgacavdar.com/
Description: Child theme for sistercasinos.xyz
Version: 1.0.1772016985
Updated: 2026-02-25 10:56:25

*/

.wp-block-columns.highlights { padding: 25px; border-radius: 12px; border: 1px solid #eee; margin-bottom: 40px; display: flex; gap: 20px; clear: both; background: #f9f9f9;}

.wp-block-columns.highlights h4 { color:#20504f;}

.wp-block-columns.highlights p {font-size: 0.9rem; }


section.page-hero .title img.alignright {float: right; margin-left: 10px; margin-top: -50px;}

@media (max-width: 768px) {
    section.page-hero .title img.alignright {
        display: none !important;
    }
}

.wrap img.alignright {float: right;}
.wrap img.alignleft {float: left; margin-right: 10px;}

.box-container{
   /* margin: 20px auto 0px; */
    padding: 25px; 
    width: auto;
    position: relative;
    counter-increment: section;
    border: 1px solid #ddd;
    background: #f7f7f7;
}


@media only screen and (min-width : 1200px) {
.brand-table .item .casino.alt {
    width: 70%;
}
}


#box 
{    
    counter-reset: section;
	margin-bottom: 15px;
    color: #3A3B3D;
}

#box ol li { padding-top: 0px; padding-bottom: 5px;}



#box.step .wrap, #box.num .wrap { margin-left: 80px; }


#box.num .box-container{ margin-bottom: 5px; }

#box.step { padding: 25px; background: #f7f7f7; border: 1px solid #ddd}
#box.step .box-container { padding: 10px; border: none; }
#box.step .wrap   {   }

.wrap img.alignright {float: right;}
.wrap img.alignleft {float: left; margin-right: 10px;}


.box-container{
   /* margin: 20px auto 0px; */
    padding: 25px; 
    width: auto;
    position: relative;
    counter-increment: section;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.box-container .box-step::before{
    content: '';
    border-left: 2px solid #305BA6;
    left: 22px;
    margin-left: 5px;
    position: absolute;
    width: 2px;
    height: 130%;
    top: 0;
}

.box-container .box-step:after {
 
     content: counter(section);
    left: 5px;
    margin-left: 5px;
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #305BA6;
    text-align: center;
    color: white;
    font-size: 120%;
    line-height: 33px;
    font-weight: 700;
    border-radius: 50%;
    top: 0px; 
    
}


.box-container:last-child .box-step:before {
  border-left: 0;
}


.box-container .box-num:before {
    content: counter(section, decimal-leading-zero);
    width: 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #FF233B;
    font-weight: 700;
    letter-spacing: -1.15px;
    border-radius: 8px;
}



#box .wrap h3 {
    font-weight: 600;
    color: #000;
    line-height: 36px;
    padding: 0;
    margin: 5px 0 20px 0;
}




.brand-table .item .casino .cta a.btn {width: calc(100% - 7.5px);}

header .navigation .logo {height: unset;}

header .navigation .logo i {
	height: 70px;
    background-image: url('img/logo.png?ver=1.0');
}

footer .top .logo i {     height: 70px;
 background-image: url('img/logo.png?ver=1.0');}


/* 1. Ensure the header container aligns items perfectly in the center */
.navigation__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100%;
}

/* 2. Reset logo container spacing  
.logo {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
} */

/* 3. Decreased logo size for a cleaner look
.logo .custom-logo {
    max-height: 42px !important;  Decrease this number to make the logo even smaller  
    width: auto !important;
    display: block !important;
    margin: 0 !important;
} */

/* 4. Balanced header height for a professional feel */
.navigation {
    padding: 8px 0 !important;
    min-height: 70px; /* Reduced from 80px to match the smaller logo */
    display: flex;
    align-items: center;
}

.author-v-card {
    display: flex;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    gap: 30px;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
.author-v-card .avatar img {
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.author-v-card .name {
    font-size: 28px;
    font-weight: 900;
    display: block;
    color: #111;
}
.author-v-card .title {
    color: #FF2D44;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.social-id {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.social-id a {
    background: #eee;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    color: #444;
    font-weight: 600;
}
.social-id a:hover {
    background: #FF2D44;
    color: #fff;
}

.author-v-card {
    display: flex;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    gap: 30px;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
.author-v-card .avatar img {
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.author-v-card .name {
    font-size: 28px;
    font-weight: 900;
    display: block;
    color: #111;
}
.author-v-card .title {
    color: #FF2D44;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.social-id {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.social-id a {
    background: #eee;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    color: #444;
    font-weight: 600;
}
.social-id a:hover {
    background: #FF2D44;
    color: #fff;
}

/* Apply 4-column grid layout to the initial list */
.sister-sites-page-titles {
    display: grid;
    grid-template-columns: repeat(5, 1fr);  /* 4 equal-width columns */
    gap: 10px;  /* Space between items */
    list-style-type: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
}

/* Style individual casino items */
.casino-item {
	font-size: 14px !important;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;  /* Center content vertically */
	justify-content: left;  /* Center content horizontally */
    min-height: 20px;  /* Ensure a consistent size for each box */
}

/* Show More button styling */
.show-more {
    margin-top: 20px;
    text-align: center;  /* Center button horizontally */
}

/* Button styling for "Show More" */
.show-more button {
    padding: 10px 20px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

/* Button hover effect */
.show-more button:hover {
    background-color: #005bb5;
}

/* Apply 4-column grid layout to the hidden content (allPages) */
#allPages {
    display: none;  /* Initially hidden */
    padding: 0;
    margin: 0;
}

/* Show the allPages content when visible */
.all-pages {
    display: grid;
    grid-template-columns: repeat(5, 1fr);  /* Same 4-column layout */
    gap: 10px;
    transition: opacity 0.5s ease;
    opacity: 0;
}

/* Fade-in effect */
.all-pages.show {
    opacity: 1;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .sister-sites-page-titles,
    .all-pages {
        grid-template-columns: repeat(2, 1fr);  /* 2 columns on medium screens */
    }
}

@media (max-width: 600px) {
    .sister-sites-page-titles,
    .all-pages {
        grid-template-columns: 1fr;  /* 1 column on small screens */
    }
}

