/*
Theme Name: Twenty Me
Author: Jason Taylor
Author URI: http://www.hostinger.com/tutorials
Description: My first responsive HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

 * {
  box-sizing: border-box;
}
body {
    background-color: #f1f1f1;
font-family:'Poppins', sans-serif;
}
.fw-700{
 font-weight:700;
}
h1,h2,h3,h4,h5,h6{font-weight:700;}
h1{font-size:20px;line-height:28px;}
h2{font-size:18px;line-height:26px;}
h3{font-size:16px;line-height:24px;}
h4{font-size:16px;line-height:24px;}
h5{font-size:16px;line-height:24px;}
.wwrap{
background:#fff;
padding:20px;
border-radius:25px;
}
.innerwwrap{
border-radius:25px;
border:15px solid #f1f1f1;
background:fff;
padding:25px;
margin:20px auto;
}
.navbar-dark{
border-radius:15px;
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
ul li.cat-item {
  padding-left: 0;
  list-style: none;
}
.sidebar{
border-left:1px solid #ddd;
min-height:100vh;
padding-left:20px;
}
h2.sb-title{
padding:10px;
font-size:20px;
color:#B721FF;
width:100%;
}
#searchform {
    padding:5px;
background:#f1f1f1;
    position: relative;
    margin-bottom:15px;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#searchform input#searchsubmit {
 display:none;
}
#searchform input#s{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#searchform input#s:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}

.button:hover {
  color: #212529;
  text-decoration: none;
}

.button:focus, .button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.button.disabled, .button:disabled {
  opacity: 0.65;
}
.button.button-primary,.button.submit {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button.button-primary:hover,.button.submit:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.button.button-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}