/*
Theme Name:		 Newsprk Child
Theme URI:		 http://wp.quomodosoft.com/newsprk/
Description:	 Newsprk Child is a child theme of Newsprk
Author:			 QuomodoTheme
Author URI:		 http://quomodosoft.com/
Template:		 newsprk
Version:		 1.0.0
Text Domain:	 newsprk-child
*/


/*
    Add your custom styles here
*/
.theme-1 .main-nav ul.navbar-nav>li:first-child>a::before {
    background: transparent !important;
}

.theme-1 .users_area li{
	color:#fff;
}

.logo {
    max-width: 340px;
}

.single__post__author__meta .author__data span{
	display:none;
}

.single__post__author__meta a{
	top: 10px;
    position: relative;
}

.theme-1 .main-nav ul.navbar-nav>li>a {
    line-height: 32px;
	padding: 0 20px;
    font-size: 15px;
    font-family: 'Open Sans' !important;
    font-weight: 500;
}

.theme-1 .main-nav{
	padding: 5px 0;
}

.topbar .top_date_social>div:first-child:after{
    display: none;
}

#menu-new-secondary-menu{
    position: relative;
    z-index: 0;
}

/* blockquote */
.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large), blockquote {
    border-left: 5px solid #4567ae !important;
    background: #f1f1f1 !important;
    color: #000;
}

/* Category Feature style */
.category-desc-feature{
    background: #fcfcfc;
    padding: 25px 30px 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(23,34,43,.05);
}

/* Header Search */
.header-menu-search ul li a{
    color: #fff !important;
}

.header__search.whitebox{
    background: #fff !important;
}

.header__search.whitebox form input{
    color: #000 !important;
    border: 1px solid #ccc !important;
    top: -9px;
}

/* Common */

.summarising-content{
    background: #f0f0f1;
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
}

.author_content a {
    font-size: 25px !important;
    font-weight: 600 !important;
    color: #2095f3 !important;
}

.quomodo-author-desc {
        padding-top:7px !important;
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
 }

 .author_content a:hover {
    color: #17222b !important;
}

.archive.author[class*="author-"] .main-container{
    background: #f2f6f8 !important;
}

.postnavigationbox .elementor-post-navigation__prev {
    padding-right:20px;
}

.postnavigationbox .elementor-post-navigation__next {
    padding-left:20px;
}


/* Podcast */

.main-container.podcast  {
    background: #f2f6f8;
}

.podcastcard{
    align-items:flex-start;
    box-shadow: 0px 0px 24px rgba(51, 153, 204, 0.0784313725);
    background:#fff;
    padding: 28px 20px 15px 25px !important;
    margin-bottom:30px;
    border-radius:10px;
}

.podcastbox{
    width:98%;
}

.category-podcast .main-container {
    background: #f2f6f8 !important;
}

.category-podcast aside.blog-sidebar.sidebar {
   padding-left: 0;
}

.podcast-title{
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}


/* Pagination */

.pagination {
    text-align: center;
    margin-top: 20px;
    display: block;
    padding: 10px 0;
}

.pagination a {
    margin: 0 5px;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #50585f;
    color: #17222b;
    text-decoration: none;
}

.pagination a:hover {
    background: #1091ff;
    color:#fff;
}

.pagination .current {
    margin: 0 5px;
    padding: 10px 15px;
    background: #1091ff;
    color: #fff;
}

/* Rewired Nav Menu Item */
.rewired_header {
    background-color: #f4f4f5;
}

.rewired_header a.nav-link {
    color: #e60001 !important;
}

/* Mobile */

@media (max-width: 767px) {
    .theme-1 .logo {
        padding: 0 !important;
    }
}