/*

Theme Name: WMD Theme

*/



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

/*AUTHOR SECTION START*/
.header-name-container h2{

    font-size: 30px;
    line-height: 40px;
    padding: 0;
}
h3.group-title {
    font-size: 25px;
    line-height: 35px;
}
.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;
}

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

.name_author_out h4,
.name_author_out p {
    color: #222;
}

.profile-tab-content {
    padding: 30px 0;
}

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

.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #11111114;
    margin: 0.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #f7f7f7;
    border-radius: 8px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.name_author_out a {
    /* color: indianred; */
    text-decoration: underline;
    text-decoration-color: #222;
    font-weight: 600;
}

.name_author_out a p {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    margin: auto;
}

.name_author_out a:hover,
.name_author_out a:hover p {
    color: dodgerblue  ;
    text-decoration-color: dodgerblue ;
}

.name_author_out a:hover p {
    text-decoration: underline;
}

.author-f-name {
    display: flex;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 18px;
    word-break: break-word;
}

.profile-fields-group.profile-fields-group-1 .label {
    font-weight: 600;
    display: inline-block;
    font-size: inherit;
    color: #000;
    padding: 0;
    line-height: inherit;
}

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

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

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

.campaign-list-item_logo img {
    width: auto !important;
    height: auto !important;
}

/*AUTHOR SECTION END*/

/*404 PAGE START*/
.page-section-404 {
    width: 100%;
    display: inline-block;
    margin: 30px 0 15px;
    box-sizing: border-box;
    -webklit-box-sizing: border-box;
	line-height: 25px;
}
.page-section-404 *{
	box-sizing: border-box;
	-webklit-box-sizing: border-box;
}
.page-section-404 h1 {
    margin-top: 0;
}
.search-bar-404 {	
	width: 100%;	
	display: inline-block;	
	padding: 15px 0;
}
.description-404 {
    margin-bottom: 10px;
}
.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0;
}
.search-bar-404 #search {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    color: #0b0a0a;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    margin: 0;
    box-shadow: none;
    min-height: 50px;
}
.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: 15px;
    margin: 0;
    letter-spacing: 0;
    line-height: normal;
    min-height: 50px;
}
.search-bar-404 button:hover {
    background: dodgerblue;
}
.search-bar-404 strong {	
	font-size:16px;	
	padding-bottom: 10px;	
	display: inline-block;	
	width: 100%;
} 
.description-404 {
    margin-bottom: 15px;
}
.links-group-404 ul,
.content-con .links-group-404 ul {
    margin-top: 10px;
    padding-left: 30px;
}
.links-group-404 li,
.content-con .links-group-404  li {
    padding-bottom: 3px;
    margin-bottom: 0;
    list-style: disc;
}
.links-group-404 a,
.links-group-404 a:link{
	color:  #000 !important;	
}
.links-group-404 a:hover {
	color: dodgerblue !important;
}
/*404 PAGE END*/