/*!
Theme Name: samatapost64
Theme URI: http://underscores.me/
Author: Suman Shrestha
Author URI: https://sumanshresthaa.com.np
Description: A custom online newsportal theme by Suman Shrestha
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: samatapost64
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

samatapost64 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


.main-news img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0px;
    width: 100%;
    object-fit: cover;
}

.latest_cat ul.post-categories li {
    display: inline-block;
    margin-bottom: 10px;
}
.latest_cat ul.post-categories li a {
    background: #008fd3;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 15px;
}
.latest_cat ul.post-categories li a:hover{
    background:#ff651c;
    color:#fff;
}


.mb-25{margin-bottom: 25px;}

.post_title h1 {
    font-size: 30px !important;
    font-weight: 900 !important;
    font-family: 'Mukta' !important;
    margin: 30px 0;
    color: #ff7f12;
}
.featured_image img {
    border-radius: 6px;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}
.entry-content p {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Mukta';
    padding-bottom: 15px;
}
.entry-content p em {
    color: #101010;
    font-weight: 500;
}


.category ul.post-categories li a {
    background: #fe6b01;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 6px 25px;
}
.category ul.post-categories li a:hover {
    background: #fe6b01;
    color: #ddd !important;
    text-decoration:none;
}

.entry-meta {
    margin: 0px 0px 30px;
    padding: 10px 0px;
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
}
.entry-meta div{position: relative; width: 50%;}
.entry-meta div.author {
    margin-top: 0;
}
.entry-meta span.sub-author__img {
    overflow: visible;
}
.entry-meta span.sub-author__img {
    height: 60px !important;
    width: 60px !important;
    max-width: fit-content !important;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}
.entry-meta div.author label {top:-25px;}

.entry-meta div.date {
    margin-top: 20px;
    text-align: right;
}
.entry-meta div.category {
    text-align: right; margin-top: 20px;
}
.entry-meta div.category ul.post-categories {
    display: inline-block;
    margin-left: 10px;
}
.entry-meta div.category ul.post-categories li {
    display: inline-block;
    margin-left: 5px;
}

.menuWrapper{z-index:999999; background-color: #0176d5 !important; background: #0176d5 !important;} 
.sidebar_right {
    position: sticky;
    top: 120px;
    z-index: 9;
}
.sidebar {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
.boxed-ad {
    margin-bottom: 30px;
}


nav.navigation.post-navigation {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.nav-links .nav-previous {
    float: left;
    width: 50%;
}
.nav-links .nav-next {
    float: right;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
    font-size: 14px;
    font-weight: 600;
}


.related-posts {
    margin: 30px 0 60px;
}
.related-posts .extra_lists article {
    margin-bottom: 25px;
}
.related-posts .extra_lists article h6 a {
    font-size: 17px;
    font-weight: 600;
    display: block;
}

.widget_ads .ad-widget img {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0px 30px;
    overflow: hidden;
    padding: 0;
}


.tags {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.tags ul {
    display: inline-block;
}
.tags ul li {
    display: inline-block;
    margin-right: 20px;
}
.tags ul li a {
    border: 1px solid #008fd3;
    border-radius: 8px;
    background: #008fd3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
}
.tags ul li a:hover{
    background: #fff;
    color: #008fd3;;
}

.sidebar span.numbers {
    color: #ff7f12;
    font-size: 30px;
    font-weight: 900;
    margin-right: 15px;
}
.sidebar ul.list-style a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}


.comments-area {
    background: #f8f8f8;
    padding: 20px;
}
.comment-reply-title {
    color: #ff7f12;
    font-size: 25px;
    font-weight: 900;
}
p.comment-notes {
    background: #f8f8f8;
    padding: 5px 15px;
}
p.comment-form-comment label, p.comment-form-author label, p.comment-form-email label, p.comment-form-url label {
    float: left;
    width: 15%;
}
p.comment-form-comment textarea, p.comment-form-author input, p.comment-form-email input, p.comment-form-url input {
    width: 100%; padding: 15px;
}
.comments-area .form-submit {
    margin-top: 15px;
}
.form-submit .submit {
    background: #ff7f12;
    border: 1px solid #ff7f12;
    border-radius: 5px;
    color: #fff;
    padding: 8px 25px;
}
.form-submit .submit:hover {
    background: #fff;
    color: #ff7f12;
}

.entry-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.life-list span.numbers {
    color: #ff7f12;
    font-size: 30px;
    font-weight: 800;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
}
.mt10{margin-top:10px;}
.orange {
    color: #ff7f12;
    font-weight: 800;
}
.small-ads ul li a {
    font-size: 16px;
    font-weight: 600;
}
.small-ads span.numbers {
    color: #ff7f12;
    font-size: 30px;
    font-weight: 800;
}



.top-head {
    background: #ffffff;
    padding: 20px 0;
}
.top-head ul {
    list-style: none;
    display: block;
    float: right;
    margin-top: 20px;
}
.icon_menu {
    list-style: none;
    display: inline-block;
}
.icon_menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px !important;
    display: inline-block;
}
.icon_menu a:hover{color: #ff7f12 !important;}
.icon_menu img.iconic {
    height: 30px;
    width: auto;
}
ul.menu_icons {
    column-gap: 15px;
}

.video-wrap {
    background: url(assets/images/video-bg.jpg);
}

.time{text-align:center;}



nav.navigation.posts-navigation {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    clear: both;
    width: 100%;
    margin: 30px 0;
}

ul.pagination.paging-navigation {
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
}
ul.pagination.paging-navigation ul.page-numbers {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
ul.pagination.paging-navigation ul.page-numbers li {
    display: inline-block;
    text-align: center;
}
ul.pagination.paging-navigation ul.page-numbers li a {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 0px 20px;
}
ul.pagination.paging-navigation ul.page-numbers li a:hover, ul.pagination.paging-navigation ul.page-numbers li .page-numbers.current{
    color: #f48407;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 20px;
}




footer {
    background: #000 !important;
}
.footer-bottom {
    padding: 60px 0;
}
.footer-bottom-content img.custom-logo {
    width: auto;
}
.footer-bottom-content {
    border-right: solid thin #222 !important;
}
.footer-bottom h3{
    border-bottom: solid thin #222 !important;
}

.social a {
    background: #fff !important;
    width: 40px !important;
    height: 40px !important;
    color: #000 !important;}
.social svg {
    font-size: 25px !important;
    color: #000 !important;
}
.social svg:hover {
    background: none !important;
    color: #f48407 !important;
}
    
.copyright {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.copyright p{
    border-top: solid thin #222 !important;
}
.copyright p strong {
    color: #fff !important;
}
.copyright p a {
    color: #ddd;
}
.copyright p a:hover {
    color: #888; text-decoration:none;
}


/*--------------------------------------------------------------
## CUSTOM CSS SCROLL TO TOP
--------------------------------------------------------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #ff6600;
  color: #fff !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 22px;
  bottom: 80px;
  padding-bottom: 2px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none; 
}

.scroll-top-wrapper:hover {
  opacity: 0.6 !important; 
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; 
}

.scroll-top-wrapper svg.svg-inline--fa.fa-angle-up {
    color: #fff;
    line-height: inherit;
}



@media (max-width: 769px) {
    .top-head .logo img {width: 70% !important;}
    .top-head {position: relative !important;}
    .time {margin-top: 0;}
    .top-head ul {float: none; text-align: center; margin-top: 0;}
	
}
