/*
Theme Name: NewGroundMag Custom Theme
Theme URI: https://newgroundmag.com/
Author: NewGroundMag Team
Author URI: https://newgroundmag.com/
Description: NewGroundMag Custom Theme is a bold, responsive WordPress theme designed for independent magazines, cultural commentary, and creative publishing. It features editorial layouts, multimedia integration, article archives, and multilingual support to showcase stories and engage readers.
Version: 1.0
Text Domain: newgroundmag
Tags: magazine, editorial, publishing, culture, responsive, blog, custom-theme
*/



body{
	margin: 0;
	font-family: Lato, sans-serif !important;
}
* {
    box-sizing: border-box;
}

#masthead .tg-header-container .tg-block--one
{
	display:block !important;
}

img.custom-logo {
    max-width: 250px;
    width: 100%;
    height: 80px;
}


.newgroundmag-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}
#masthead {
    background: unset;
    background-color: #afa8a8;
    background-image: none;
}
.container
{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

}

.newgroundmag-content-area ul li {

    list-style: disc;
}

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

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

}

.newgroundmag-content-area table {

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

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

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

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

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


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

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

}
.main-header {
    padding: 20px 0;
}



.aligncenter {

    display: block;
    margin: auto;
}

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

th {
    border: 1px solid #ccc;
}

.footer {
    text-align: center;
}

.box-image img {
    width: 100%;
}
.accordionButton h3 {
    font-weight: 900 !important;
}



#primary-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#primary-menu li {
    margin: 1rem;
}
.entry-title {
    display: none;
}

@media only screen and (max-width: 579px) {
	   .newgroundmag-content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1599px) {
.sub-menu {
    left: -94px;
}
}
/*—-------------------------------------------------------*/
@media only screen and (max-width: 991px) {

    #primary-menu li {
    margin: 0rem;
}
    .table-auto {
        overflow-x: scroll;
        width: 100%;
    }


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

    
    img.custom-logo {
	    max-width: 180px;
	    height: 60px;
	}
	


}


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