/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/



section.page-section-404 {
	padding: 45px 0;
	width: 100%;
	max-width: 985px;
	margin: auto;
	font-size: 16px;
}

section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
	text-align: center;
}

.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
}

.search-bar-404 form input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    color: #0b0a0a;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    border: 1px solid #8d8d8d;
}

.search-bar-404 button {
	width: 100%;
	color: #fff;
	background: #000;
	border: none;
	max-width: 130px;
	border-radius: 0 4px 4px 0px;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #000;
}

.search-bar-404 button:hover, .search-bar-404 button:focus {
	background-color: #e4e800;
  	color: #000;
}

.links-group-404 ul {
    padding-left: 20px;
    line-height: 26px;
}

.links-group-404 ul li {
	margin: 10px 0;
	list-style: disc;
}

.links-group-404 ul li a, .need-more-help-404 a, .links-group-404 a {
    color: #000;
    text-decoration: none;
}

.links-group-404 ul li a:hover, 
.need-more-help-404 a:hover, 
.links-group-404 a:hover,
.links-group-404 ul li a:focus, 
.need-more-help-404 a:focus, 
.links-group-404 a:focus {
    color: #e4e800;
}

.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.description-404 {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}

.search-bar-404 {
    padding: 12px 0;
}

.links-group-404.need-more-help-404 {
	margin-top: 10px;
}

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

/*img.custom-logo {
    max-width: 250px;
    width: 100%;
    height: 80px;
}*/
/*#logo {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
}*/
div#header {
    background-color: #22737F !important;

}

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

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

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

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

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

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

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

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

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

}

.content-area ul li {

    list-style: disc;
}

.content-area ol,
.content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0 !important;

}

.content-area table {

    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

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

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

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


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

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

}


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

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

.navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
    width: 100%;
}

.navigationcl a {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    overflow: visible;
    text-decoration: none;

}

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

}

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

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

.navigationcl a:hover,
.navigationcl a:focus {
    color: #fff;
}

.navbar-togglecl {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #22737F;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    word-break: break-word;
    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;

}

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

}

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

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

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}


.aligncenter {

    display: block;
    margin: auto;
}

.content-area table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #ccc;
}

.footer {
    text-align: center;
}

/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
   background: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
  
}
.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;
}

.name_author_out a:hover p {
    color: #ea0101;
}

.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

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

.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*/

/* main page  */
/* === BACKGROUND IMAGE (Full page water) === */
.entry-content {
    background-image: url(https://www.riverwalking.com/files/wp-content/uploads/2022/12/bird-water-hero-moore2.png)!important;
    padding: 40px;
}
.et_pb_section_0.et_pb_section {
    padding-top: 48px;
    padding-bottom: 228px;
}
.et_pb_section {
    background-color: transparent;
}
    .et_pb_section {
        padding: 54px 0;
    }
.et_pb_section {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}
.et_pb_all_tabs, .et_pb_module, .et_pb_posts_nav a, .et_pb_tab, .et_pb_with_background {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* === CENTERED GLASS-LOOK CONTENT BOX === */
.et_pb_section_0 {
  background-color: rgba(158, 192, 197, 0.48);
  max-width: 900px;
  margin: 80px auto;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
  backdrop-filter: blur(5px);
}

/* === MAIN HEADER === */
.et_pb_text_0 h1 {
    color: #FFFFFF!important;
    text-align: center;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.4);
}
.et_pb_text_0 h2 {
  font-size: 23px;
    color: #FFFFFF !important;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 0em 0em 0.3em rgba(0, 0, 0, 0.4);
}

/* === IMAGE AND TEXT SIDE BY SIDE === */
.et_pb_row_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

/* === LEFT IMAGE (Rounded, fixed width) === */
.et_pb_column_1_2.et_pb_column_1 {
  flex: 0 0 160px;
  text-align: center;
}

.et_pb_image_0 img {
  width: 280px;
  height: auto;
 }

/* === RIGHT TEXT (Description) === */
.et_pb_column_1_2.et_pb_column_2 {
  flex: 1;
  color: #ffffff;
}

.et_pb_text_1 h3 {
    font-size: 22px;
    line-height: 1.7;
    margin: 0;
    color: #f1f1f1;
    font-weight: normal;
    color: #000000 !important;
    line-height: 1.4em;
}

/* === DIVIDER (What's New) === */
.dsm-text-divider-header {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 20px;
  text-align: center;
}

.dsm-text-divider-before,
.dsm-text-divider-after {
  border-top: 1px solid #ffffff;
}

/* === PARAGRAPH TEXT === */
.et_pb_text_2 p,
.et_pb_text_3 p,
.et_pb_text_4 p,
.et_pb_text_5 p {
  font-size: 14px;
  line-height: 1.6;
  color: #e6f0f8;
  margin-bottom: 20px;
}

/* === LINKS === */
.et_pb_text_inner a {
  color: #a6dfff;
  text-decoration: underline;
}

.et_pb_text_inner a:hover {
  color: #ffffff;
}

/* === RESPONSIVE (MOBILE) === */
@media (max-width: 768px) {
  .et_pb_row_1 {
    flex-direction: column;
    align-items: center;
  }

  .et_pb_column_1_2.et_pb_column_1,
  .et_pb_column_1_2.et_pb_column_2 {
    width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }

  .et_pb_text_1 h3 {
    text-align: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .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;
    }
    div#header{
        padding: 20px 0;
    }

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

   

    *:not(.simulator) {
        scrollbar-width: thin;
    }

    .navigationcl {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #22737F;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        Z-index:999;
    }

    .navbar-togglecl {
        display: block !important;
    }

    .navbar-togglecl {
        background-color: #22737F;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 15px;
        right: 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }

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

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

    .navbar-togglecl span::after {
        top: 7px;
    }

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

    }


    .navigationcl a {
        font-size: 15px;
        color: #fff;
        height: auto;
        padding: 5px 10px;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }

    .navigationcl ul {
        visibility: visible;
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }

    .navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 26px;
        background-image: none;
        border-width: 0;
        text-align: left;
    }

    .navigationcl li:hover>ul {
        visibility: visible;
        top: auto;
    }

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

    .sub-menu .toggle-menu {
        top: 10px;
    }

    .nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 0;
    }

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

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

    .nav-select .sub-menu>li>.sub-menu {
        display: none;
        position: relative;

    }

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


}


