/*
Theme Name: SlimWoner Theme
Theme URI: https://www.slimwoner.nl/
Author: SlimWoner Media
Author URI: https://www.slimwoner.nl/
Description: A custom lightweight theme for SlimWoner, designed for fast performance and SEO.
Version: 1.0
Text Domain: slimwoner
*/


* {
    box-sizing: border-box;
}
body {
   font-family: "Soho W01 Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin: 0;
}

img.custom-logo {
    max-width: 100%;
    width: 160px;
    height: auto;
}

div#slimwoner-header {
     background: #12A5B7;
}

div#slimwoner-logo {
    padding: 10px 0;
}

.slimwoner-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.slimwoner-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.slimwoner-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.toplist-sweepstakes__offer-title {
    display: none;
}

.slimwoner-content-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.slimwoner-content-area h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.slimwoner-content-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.slimwoner-content-area h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.slimwoner-content-area h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.slimwoner-content-area ol li {
    list-style: decimal;
}

.slimwoner-content-area ul li {
    list-style: disc;
}

.slimwoner-content-area ol,
.slimwoner-content-area ul {
    padding-left: 30px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 10px 0 !important;
}
ol, ul {
    box-sizing: border-box;
    padding: 0;
}
.slimwoner-content-area table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

.slimwoner-content-area td,
.slimwoner-content-area th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.slimwoner-content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.slimwoner-content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.slimwoner-content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.slimwoner-content-area li {
    line-height: 30px;
}

.slimwoner-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.toplist-sweepstakes__offer-description {
    word-break: break-all;
}

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.slimwoner-nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: block;
   right: 33px;
    top: 5px;
}

.slimwoner-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
}

.slimwoner-navigation a {
    display: block;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}

.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    color: #fff;
}

.slimwoner-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.slimwoner-nav-menu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
}

/* Only for last menu item – open to the left instead of right */
.slimwoner-nav-menu li:last-child ul.sub-menu {
  left: auto;
  right: 0; /* open from right edge */
}
.slimwoner-nav-select {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.slimwoner-navigation a:hover,
.slimwoner-navigation a:focus {
    color: #fff;
}

.slimwoner-navbar-toggle-wrapper {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #12A5B7;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;
}

.slimwoner-nav-select .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
}

.slimwoner-nav-select .slimwoner-menu__list > li:hover > .sub-menu,
.slimwoner-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

.slimwoner-footer {
    background-color: #12A5B7; /* footer background */
    color: #fff; /* text color */
    text-align: center;
    padding: 20px 10px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
}

.slimwoner-footer a {
    color: #fff; /* link color */
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.slimwoner-footer a:hover {
    color: #ffb703; /* accent color on hover */
}

.slimwoner-footer p {
    margin: 10px 0 0;
    font-size: 16px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}
a.su-button {
    background: #12A5B7 !important;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Inter", Arial, sans-serif;
}

.home-4-blocks,
.blocks-two-big {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Flex Columns */
.flex-column {
    flex: 1 1 calc(25% - 20px); /* 4 columns for home-4-blocks */
    display: flex;
    flex-direction: column;
}

/* For bottom 2-column blocks */
.blocks-two-big .flex-column {
    flex: 1 1 calc(50% - 20px);
}

/* Big Tile */
.big-tile {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 20px 0;
}

.big-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

/* Background Images */
.big-tile.has-bg .big-tile-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Inner Content */
.big-tile-inner {
    position: relative;
    z-index: 2;
    padding: 20px;
}

/* Titles & Content */
.big-tile-title h2,
.post-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #004aad;
}

.post-content,
.big-tile-extra-content p {
    font-size: 14px;
    color: #222;
    line-height: 1.6;
}

/* Buttons */
.arrow-right,
.button.white {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
    background-color: #fff;
    color: #004aad;
}

.arrow-right:hover,
.button.white:hover {
    background-color: #004aad;
    color: #fff;
}

/* Responsive */

ul.logos-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.search-box , .search-wrapper, .breadcrumbs{
    display: none;
}
@media screen and (max-width: 1024px) {
    .home-4-blocks .flex-column {
        flex: 1 1 calc(50% - 20px);
    }
    .blocks-two-big .flex-column {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 768px) {
    .home-4-blocks .flex-column,
    .blocks-two-big .flex-column {
        flex: 1 1 100%;
    }
}
@media only screen and (max-width: 590px) {
	  .slimwoner-content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 991px) {

    .menu-item-has-children > a::after,
    .sub-menu .menu-item-has-children > a::after {
        display: none;
    }

    .slimwoner-table-auto {
        overflow-x: scroll;
        width: 100%;
    }

  

    .slimwoner-navigation {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #12A5B7;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        z-index: 999;
    }

    .slimwoner-navbar-toggle-wrapper {
        display: flex !important;
/*        background-color: #050104;*/
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 15px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
        color: transparent;
    }

    .slimwoner-navbar-toggle-wrapper span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0px;
        right: 0;
    }

    .slimwoner-navbar-toggle-wrapper span::before,
    .slimwoner-navbar-toggle-wrapper span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .slimwoner-navbar-toggle-wrapper span::before {
        top: -7px;
    }

    .slimwoner-navbar-toggle-wrapper span::after {
        top: 7px;
    }


.slimwoner-navigation li {
        position: relative;
        display: inline-block;
        Padding: 0 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;

    }


    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .slimwoner-toggle-menu {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        top: 7px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #fff;
        transform: rotate(0deg);
        text-align: center;
    }

    .slimwoner-toggle-menu i {
        transition: transform 0.3s ease;
    }

    .slimwoner-toggle-menu.on i {
        transform: rotate(180deg);
    }

    .slimwoner-nav-select {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .slimwoner-nav-select .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
}

.slimwoner-nav-select .slimwoner-menu__list > li:hover > .sub-menu,
.slimwoner-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

}
