/*
Theme Name: blognp
Theme URI: https://itservicenepal.com
Author: Sachin shah
Author URI: http://itservicenepal.com/
Description: A simple blog theme for WordPress
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blognp
Tags: blog,translation-ready

Copyright (c) 2023 Sachin shah
*/
/* WordPress Core
-------------------------------------------------------------- */
/*
.alignnone {
    margin: 5px 20px 20px 0;
}
CLEB2663B8

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
  /*  padding: 5px 3px 10px;
    text-align: center;
}*/
/*
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
/*
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
/*}*/
/*
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
/*}
*/
.bypostauthor {}

.gallery-caption{}

.sticky{}

nav.navigation.post-navigation {
    display: flex;
    width: 100%;
}
.nav-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


input#submit {
    border: 0!important;
    background: 0;
    background: #0ed1d1!important;
    color:#fff!important;
    padding: 10px 19px;
    border-radius: 4px;
}
.logged-in-as, .reply-title{
    display: none;
}
.comment-form-url{
    display: none!important;
}
p.comment-form-author, .comment-form-url, .comment-form-email {
    display: flex;
    flex-direction: column;
    width: 50%;
}
#commentform input, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    color: #464646;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
}
textarea#comment {
    border: 0;
    background: 0;
    border: 1px solid #CFCFCF;
    width: 100%;
    max-width: 100%;
}
.required{
    color:red;
}

.wp-block-search__button{
    margin-left: 0!important;
    border: 0!important;
    background: 0;
    background: #0ed1d1!important;
    color:#fff!important;
    padding: 10px 19px;
    border-radius: 0px 4px 4px 0px;
}
#wp-block-search__input-1{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #fff;
    border: 1px solid #CFCFCF;
     border-radius: 4px 0px 0px 4px;
    color: #464646;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
}
.wp-block-search__label{
    display: none;
}
li.categories{
    list-style: none;
    font-size: calc(1.325rem + 0.9vw);
    color: #0ed1d1;
}

.wrapper .button{
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
  }
  .wrapper .button:hover{
    width: 200px;
  }
  .wrapper .button .icon{
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
  }
  .wrapper .button:nth-child(1):hover .icon{
    background: #4267B2;
  }
  .wrapper .button:nth-child(2):hover .icon{
    background: #1DA1F2;
  }
  .wrapper .button:nth-child(3):hover .icon{
    background: #4267B2;
  }
  .wrapper .button:nth-child(4):hover .icon{
    background: #ff0000;
  }
  .wrapper .button:nth-child(5):hover .icon{
    background: #ff0000;
  }
  .wrapper .button .icon i{
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
  }
  .wrapper .button:hover .icon svg{
    color: #fff!important;
  }
  .wrapper .button span{
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
  }
  .wrapper .button:nth-child(1) span{
    color: #4267B2;
  }
  .wrapper .button:nth-child(2) span{
    color: #1DA1F2;
  }
  .wrapper .button:nth-child(3) span{
    color: #4267B2;
  }
  .wrapper .button:nth-child(4) span{
    color: #ff0000;
  }
  .wrapper .button:nth-child(5) span{
    /* color: #ff0000; */
  }
  li.cat-item{
    font-size:16px;
  }