/*
Theme Name: Unbound Custom Theme
Theme URI: https://unbound.co.uk/
Author: Unbound
Author URI: https://unbound.co.uk/
Description: A custom WordPress theme developed for Unbound, focused on storytelling, culture, and independent publishing.
Version: 1.0
Text Domain: unbound
*/




* {
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.unbond-content-area ol,
.unbond-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;
}
.unbond-content-area table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

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

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

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

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

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

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

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

.unbond-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;
}

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

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

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

.unbond-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.unbond-nav-select {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.unbond-navigation a:hover,
.unbond-navigation a:focus {
    color: #000;
}

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

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    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;
}

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

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

.unbond-footer {
    text-align: center;
}
.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;
}

.su-button-style-flat span {
    top: 0 !important;
    background: #000 !important;
}
h2.header-tagline {
    line-height: 1.25em;
    font-size: 1em;
    margin: 0!important;
    font-weight: 100;
}
.unbond-footer {
    background: #000;
    color: #fff;
    padding: 10px 0;
}
.campaign-list-item_cta-btn {
  background: #000 !important;
}
/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
   background: #000;
    border-radius: 15px;
    padding: 15px;
    
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.name_author_out p{
margin:0 !important;
}


/*AUTHOR SECTION And Page START*/

.main-title {
    text-align: left;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.name_author_out a p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.name_author_out a:hover p {
    color: #ea0101;
}
.date-author-cl span {
    color: #fff;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.author_imag {
    line-height: 0;
}

.name_author_out {
    display: flex;
}

.name_author_out span.lbl {
    margin-right: 5px;
    color: #fff;
}

.name_author_out a {
    color: inherit;
}

/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    letter-spacing: 1px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}

.author-f-name .label, .author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.name_author_out a:hover,
.name_author_out a:hover p {
    color: #000 ;
    text-decoration-color: #000 ;
}

/*AUTHOR SECTION And Page END*/


@media only screen and (max-width: 590px) {
      .unbond-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;
    }

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

  

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

    .unbond-navbar-toggle-wrapper {
        display: flex !important;
        background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 15px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
        color: transparent;
       transform: translatey(-50%);
    }

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

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

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

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


.unbond-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;
    }

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

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

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

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

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

}
