/* 
Theme Name:		 NewsXpress Child
Description:	 This is child theme of NewsXpress.
Author:			 WeblineIndia
Author URI:		 https://www.weblineindia.com/
Template:		 newsxpress
Version:		 1.0.0
Text Domain:	 newsxpress-child
*/


/*
    Add your custom styles here
*/
:root {
    --theme-bg-color: #ffffff;
    --theme-text-color: #000000;
    --theme-component-color: #ffffff;
    --theme-accent-color: #4db2ec;
    --theme-accent-secondary-color: #cc0000;
    --theme-accent-rgb-color: 77, 178, 236;
    --theme-accent-hover-color: #404040;
    --swiper-theme-color: var(--theme-accent-color);
    --theme-white-color: #fff;
    --theme-white-rgb-color: 255, 255, 255;
    --theme-font-size-normal: 1.6rem;
    --theme-font-size-xsmall: 1.4rem;
    --theme-font-size-small: 1.6rem;
    --theme-font-size-medium: 2rem;
    --theme-font-size-big: 2.6rem;
    --theme-font-size-large: 3.6rem;
    --theme-font-size-xlarge: 4.6rem;
    --theme-font-family-general: "Roboto", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Helvetica, sans-serif;
    --theme-font-family-heading: "Bitter", serif;
    --theme-line-height-small: 1.4;
    --theme-line-height-normal: 1.8;
    --theme-line-height-big: 1.8;
}

.newsxpress-meta {
    line-height: 1.5;
}
#secondary > div.widget:first-child {
    margin-top: 70px;
}
#colophon .theme-footer-bottom .wrapper {
    display: flex;
    justify-content: space-between;
}
.newsxpress-meta.newsxpress-meta-date {
    display: inline-block;
}
.newsxpress-meta.newsxpress-meta-author {
    display: inline-block;
    margin-left: 5px;
}
.navigation.post-navigation {
    display: none;
}
.newsxpress-archive_style_1 .article-block-wrapper .entry-image img {
    width: 30%;
}
ul#menu-footer-menu li:not(:last-child):after {
    content: "|";
    padding-left: 10px;
}
.newsxpress-archive_style_1 .entry-image img {
    display: block;
    width: 75%;
}
/* Footer Fixes Start */
.theme-footer-bottom .site-footer-menu {
    padding-top: 0;
    margin-top: 0;
}
.site-footer {
    padding-top: 0;
	margin-top: 6rem;
}

#theme-topbar{
    background-color: #ffffff;
}
#theme-topbar,#theme-topbar a:not(:hover):not(:focus){
    color: #0a0a0a;
}
.site-separator-section {
    background-image: linear-gradient(180deg, transparent 35%, #0d3a55 35%);
}
.site-footer {
    background-color:  #0a0a0a;
}
.site-footer, .site-footer a:not(:hover):not(:focus) {
    color:  #ffffff;
}

#theme-topbar{
    background-color: #ffffff;
}
#theme-topbar,#theme-topbar a:not(:hover):not(:focus){
    color: #0a0a0a;
}
.site-separator-section {
    background-image: linear-gradient(180deg, transparent 35%, #0d3a55 35%);
}
.site-footer {
    background-color:  #0a0a0a;
}
.site-footer, .site-footer a:not(:hover):not(:focus) {
    color:  #ffffff;
}

/* Footer Fixes End */
.sr-only{display: none;}

/* Form CSS */
#crmWebToEntityForm {
    max-width: 100% !important;
    padding: 0 !important;
}
#crmWebToEntityForm .zcwf_col_fld input[type=text], #crmWebToEntityForm input[type=password], #crmWebToEntityForm .zcwf_col_fld textarea, #crmWebToEntityForm .zcwf_col_fld {
	width: 100%;
}
@media only screen and (min-width: 767px) {
	#crmWebToEntityForm .zcwf_row:not(.wfrm_fld_dpNn) {
		width: 50%;
		display: inline-block;
	}
	#crmWebToEntityForm .zcwf_col_fld input[type=text], #crmWebToEntityForm input[type=password], #crmWebToEntityForm .zcwf_col_fld textarea, #crmWebToEntityForm .zcwf_col_fld {
		width: 100%;
	}
	#crmWebToEntityForm #Mobile {width: 95% !important;}
	#crmWebToEntityForm .zcwf_button {width: 80px;}
	#crmWebToEntityForm div:nth-child(21), #crmWebToEntityForm div:nth-child(22) {
		width: 24% !important;
	}
}

.newsxpress-archive_style_2 .article-block-wrapper {
  grid-template-columns: 25% 75%;
}

.single-author-info-area-child {
    margin-top: 3rem;
    padding: 2rem;
}
.single-author-info-area-child:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: var(--theme-text-color);
    left: 0;
    right: 0;
    -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=) top left repeat;
    mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=) top left repeat;
}
@media only screen and (min-width: 482px) {
    .single-author-info-area-child {
        margin-top: 4rem;
    }
}
@media only screen and (min-width: 992px) {
    .single-author-info-area-child {
        margin-top: 6rem;
    }
}
.single-author-info-wrapper-child {
    background-color: var(--theme-bg-color);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}
.single-author-info-area-child .author-image-child {
    width: 11.6rem;
    height: 11.6rem;
}
.single-author-info-area-child .author-image-child a {
    display: block;
}
.single-author-info-area-child .author-name-child {
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

@media only screen and (max-width: 575px) {
    .single-author-info-area-child .single-author-info-wrapper-child {
        display: flex;
        flex-direction: column;
    }
    .single-author-info-area-child .author-image-child {
        width: 100%;
        height: 100%;
    }
    .single-author-info-area-child .author-details-child {
        width: 100%;
        padding: 0 20px 20px;
    }
}

.author-social-links .social-icon {
    margin-right: 10px;
    font-size: 20px;
}

.author-image-child img {
    height: 92px;
    max-width: 96px;
    border-radius: 72px;
}

.author-desc-child{
    margin-top: -12px;
}

.widget_newsxpress_recent_posts .theme-widget-article .entry-image a {
	pointer-events: none;
}