/*----------------------------------------------------------------------------------------

  Theme Name: Elegant NT
  Theme URI: https://navthemes.com/free-wordpress-theme/elegant-nt/
  Version: 1.0
  Author: NavThemes
  Author URI: https://navthemes.com/
  Description: Elegant is clean blog theme from NavThemes. Its Minimal and clean blog theme best for pure blogging purpose.
  License: GNU General Public License - Version 3.0
  License URI: http://www.gnu.org/licenses/gpl.html
  Tags: threaded-comments, translation-ready, left-sidebar
  Text Domain: elegant-nt

  This theme, like WordPress, is licensed under the GPL.


------------------------------------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f8f8; }

h1 {
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #444;
  line-height: 46px;
  padding-top: 60px;
  font-family: "Raleway", sans-serif; }
  h1 a{transition: 0.2s all linear;}
  h1 a:hover {
    color: #21c28c; }

h4 {
  font-size: 16px;
  color: #444;
  font-family: "Raleway", sans-serif; }

.btn.btn-default {
  color: #fff !important;
  background-color: #21c28c;
  min-width: 120px;
  padding: 10px 16px;
  margin-top: 5px; }

a, a:focus, a:hover , button:focus{
  text-decoration: none;
  outline: 0; }

p {
  font-size: 16px;
  color: #444;
  line-height: 28px;
  font-family: "Open Sans", sans-serif; }

img {
  max-width: 100%;
  height: auto; }

.white {
  background-color: #fff; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.form-control:focus {
  border-color: #21c28c; }

button.btn-secondary {
  background: #21c28c;
  border-color: #21c28c; }
  button.btn-secondary:hover, button.btn-secondary:focus {
    box-shadow: none;
    background: #21c28c; }
  button.btn-secondary i {
    color: #fff; }

#main-div {
  width: 75%;
  margin: auto; }

.left-navbar {
  width: 18%;
  position: fixed;
  overflow-y: auto;
  height: 100%;
  float: left; }
  .left-navbar a.logo {
    padding: 60px 0 40px; }
    .left-navbar a.logo:hover {
      padding-left: 0; }
  .left-navbar .nav-links li {
    display: block;
    line-height: 40px; }
.left-navbar .nav-links li.current-menu-item a, .menu-primary-menu-container li.current-menu-item a{
	color: #21c28c; }
  .left-navbar a {
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease-in-out; }
    .left-navbar a:hover {
      color: #21c28c;
      padding-left: 10px; }
  .left-navbar .list-inline-item a:hover {
    margin-top: -20px; }
  .left-navbar .search, #myNav .search {
    max-width: 210px;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(1, 1, 1, 0.08);
    overflow: hidden; }
     #myNav .search {
    margin-left: 30px;}
    .left-navbar .search input, #myNav .search input {
	background-color: transparent;
	border: 0;
	width: 80%;
	float: left;
	padding: 8px; }
    .left-navbar .search button, #myNav .search button{
	width: 20%;
	float: left;
	text-align: center;
	margin: auto;
	border: 0;
	background: #21c28c;
	border-radius: 0;
	padding: 12px 0; }
    .left-navbar .search button:hover{
        cursor: pointer; }
    .left-navbar .search button .fa, #myNav .search button .fa{
        color: #fff; }
  .left-navbar .social-icons .fa {
    color: #444;
    font-size: 18px;
    margin: 30px 5px 0;
      }

    .left-navbar .social-icons .fa:hover {
      color: #21c28c;
       }

  .left-navbar .copyright {
    font-size: 14px; }
#searchform label {
  display: none;
}
.mobile-logo {
  display: none; }
#homepage .fa.fa-bars {
  display: none;
}
/*home page css start */
h4.heading {
  margin-top: 85px; }

.seperator {
  position: relative;
  margin-top: 40px; }
  .seperator:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #a9a9a9;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px; }

a.read-more {
  color: #21c28c;
  font-style: italic;
  font-size: 16px; }

.seperator.text-center {
  padding: 50px 0 30px; }

.left-navbar .list-inline a:hover {
  padding-left: 0; }

.pagination-no {
  overflow: hidden;
  float: right;
  margin-top: 30px; }
  .pagination-no ul {
    padding: 0; }
    .pagination-no ul li {
      display: inline-block;
      margin: 0 2px; }
      .pagination-no ul li a, .pagination-no ul li span {
        min-width: 34px;
        height: 34px;
        font-size: 14px;
        padding: 0 10px;
        color: #777;
        border: 1px solid #ddd;
        display: inline-block;
        text-align: center;
        line-height: 34px; }
        .pagination-no ul li a:hover, .pagination-no ul li a:focus {
          color: #fff;
          background: #21c28c;
          border-color: #21c28c; }

/*home page css end */
/*contact us page css start */
.contact-us {
  margin-top: 100px; }

.socialIcon {
  margin-top: 50px; }
  .socialIcon a {
    color: #777;
    margin: 0 7px; }
    .socialIcon a:hover {
      color: #21c28c; }

/*contact us page css end */
/*search page css start */
.search-bar {
  width: 350px;
  margin: 70px auto 0; }

/*search page css end */
/*error page css start */
.error-sec h1 {
  color: #21c28c;
  font-size: 160px;
  line-height: unset; }
.error-sec strong {
  font-size: 40px;
  color: #555; }
.error-sec p {
  font-size: 28px;
  color: #777;
  line-height: 40px;
  padding: 30px 0 10px; }
.error-sec a {
  margin-bottom: 100px; }

/*error page css end */
/*single post page css start */
.content {
  width: 75%;
  margin-left: 25%;
  float: left;
  background-color: #fff;
  padding: 0 40px 70px 70px;
  box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.15); }
  .content > a.d-block {
    display: none !important; }
  .content .blog-data h1 a {
    color: #444;
    transition: all 0.3s ease-in-out; }
    .content .blog-data h1 a:hover {
      color: #21c28c; }
  .content .blog-data .details {
    overflow: hidden; }
    .content .blog-data .details p a {
      color: #21c28c; }
/*  .content .blog-data p {
    padding-top: 20px; }*/
  .content .blog-data p.text-center {
    color: #777;
    font-style: italic;
    border-left: 3px solid #ddd;
    padding-left: 10px;
    margin: 40px 0 20px;
    position: relative; }
  .content .blog-data .details p {
	font-size: 14px;
	color: #777;
	width: 50%;
	float: left; }
  .content .blog-data .details .date {
	float: left;
	width: 100%; }
  .content .blog-data .details .comment {
    float: right;
    text-align: right; }
    .content .blog-data .details .comment a {
      color: #777; }
  .content .blog-data .text-content {
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    .content .blog-data .text-content .social-icons p {
      font-size: 15px;
      margin-right: 20px; }
    .content .blog-data .text-content .social-icons .fa {
      font-size: 15px;
      color: #444;
      margin: 0 4px; }
      .content .blog-data .text-content .social-icons .fa:hover {
        color: #21c28c; }
  .content .author {
    padding-top: 60px;
    overflow: hidden; }
    .content .author p.text-center {
      position: relative; }
      .content .author p.text-center::after {
        position: absolute;
        content: "";
        max-width: 80px;
        height: 1px;
        background-color: #999;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -15px; }
    .content .author .author-data {
      margin-top: 70px;
      overflow: hidden; }
      .content .author .author-data .pic {
        width: 20%;
        float: left; }
        .content .author .author-data .pic img {
          border-radius: 50%; }
      .content .author .author-data .data {
        width: 80%;
        float: left;
        padding-left: 10px; }
        .content .author .author-data .data p:last-of-type {
          font-size: 15px; }
  .content .comment-form {
    margin-top: 30px;
    overflow: hidden; }
    .content #respond {
        margin-top: 40px; }
    .content .comment-form p.text-center {
      position: relative;
      margin-bottom: 60px; }
      .content .comment-form p.text-center::after {
        position: absolute;
        content: "";
        max-width: 80px;
        height: 1px;
        background-color: #999;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -15px; }
  .content .author.authors .author-data.no-margin {
    margin-top: 30px !important; }
  .content .author.authors a.reply {
    color: #21c28c; }

@media(max-width:991px) {
  .left-navbar {
    width: 22%; }

  #main-div {
    width: 90%; }

  h1 {
    font-size: 24px; }

  .left-navbar .copyright {
    font-size: 12px; }

  .content {
    padding: 0 40px 70px 40px; }

  #main-div {
    width: 97%; }

  .left-navbar a.logo {
    padding: 60px 0 10px; }

  .left-navbar .nav-links li {
    line-height: 32px; }

  .left-navbar a {
    font-size: 15px; }

  .left-navbar .social-icons .fa {
    font-size: 16px;
    margin: 30px 3px 0; } }
@media(max-width:767px) {
  .content {
    margin: 0;
    width: 100%; }
	#homepage .fa.fa-bars {
  		display: block;
	}
  .blog-wrapper {
    margin-top: 70px; }

  .seperator.text-center {
    padding: 30px 0 0; }

  .blog-data {
    margin-top: 40px; }

  h1 {
    padding-top: 20px; }

  .comment-form .col-sm-12, .comment-form .col-sm-6 {
    padding: 0; }

  .mobile-logo {
    display: none; }

  .left-navbar a.logo {
    padding: 52px 0 40px;
    margin-left: 40px; }

  .content > a.d-block {
    display: block !important;
    margin-top: 40px !important; }

  .search-bar {
    width: 80%; }

  .overlay .search {
    margin-top: 90px; } }
@media (max-width: 600px) {
  .content {
    padding: 0 20px 70px; } }
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #f6f6f6;
  overflow-x: hidden;
  transition: 0.5s; }

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 16%;
  width: 100%;
  text-align: center; }
.overlay-content .menu-primary-menu-container li{
    display: block; }

/* The navigation links inside the overlay */
.overlay a {
  padding: 9px 8px 9px 30px;
  text-decoration: none;
  font-size: 20px;
/*  color: #333;*/
  text-align: left;
/*  display: block;*/
  transition: 0.3s; }

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #fff;
  background: #21c28c; 
  color: white !important;
}

.overlay-content a{
  display: block;
}

/* Position the close button (top right corner) */
.overlay .inner-navbar {
 /* position: absolute; */
  top: 0px;
  right: 0px;
  width: 300px;
  color: #fff; }
  .overlay .inner-navbar .inner-logo {
    display: inline-block;
    margin-top: 8px; }
    .overlay .inner-navbar .inner-logo:hover, .overlay .inner-navbar .inner-logo:focus {
      background: #616161; }
  .overlay .inner-navbar .closebtn {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    float: right;
    padding: 0px;
    padding: 0px 25px 0px 25px;
    background: #21c28c;
    color: white !important;  
   }

.overlay .list-inline.social-icons {
  margin: 15px 0 0 30px; }

.overlay .list-inline-item > a {
  padding: 5px;
  background: none; }
  .overlay .list-inline-item > a:hover, .overlay .list-inline-item > a:focus {
    color: #21c28c; }

.overlay p {
  margin: 15px 0 0 35px; }

.header-mob{
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    width: 97%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px; }
.header-mob .logo {
	width: 50%;
    color: #444;
	float: left; }
.header-mob .fa-bars {
    width: 10%;
    float: right;
    color: #21c28c;
  font-size: 28px !important;
    cursor: pointer;
  position: relative;
  text-align: right; }

#comments label{
    display: block; }
#comments input, #comments textarea {
	width: 100%;
	height: ;
	border: 1px solid #eee;
	padding: 0 10px;
	color: #777;
	height: 44px; }
#comments textarea {
    height: auto !important; }
#comments .comment-content {
	float: left; }
#comments .comment-list{
    overflow: hidden; }
#comments .comment-reply-link {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 2px;
	color: #21C28C; }
#comments #submit{
    cursor: pointer;
    background-color: #21c28c;
    color: #fff;
    max-width: 250px; }
.blog-wrapper {
	text-align: center;
}

/* 
    Comment List
*/

.comment-body{
    font-size: 14px;
}

a{
  color: #21c28c !important;
}


/* 
  
  Added by Jitesh

*/

.left-navbar ul{
  list-style: none;
  line-height: 40px;
  margin-top: 0px;
  padding: 0px;
}
.left-navbar ul li{
  list-style: none;
  line-height: 40px;
  margin-top: 0px;
  padding: 0px;
}

.author-data{
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 20px;
}

.comment-list{
  list-style: none;
}

.comment{
  margin:0px;
  margin-top: 50px;
  clear: both; 
}

.comment .avatar{
  border-radius:100px;
}

.comment .reply{
  display: block;
  clear: both;
}

.comment ol.children{
  margin-top: 50px;
  list-style: none;;
}

.overlay-content .menu ul{
  list-style: none;
  margin:0px;
  padding: 0px;
}

.overlay-content .menu ul li{
  list-style: none;
}

.overlay-content .menu ul li{
  list-style: none;
}

.clear{
  clear: both;
}



/*------------------------
  Default CSS
-------------------------*/

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  }
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  }
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  }
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  }
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  }
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
  }
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  }
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
  }
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
  }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/* WordPress Gallery 
------------------------------------------ */

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/*# sourceMappingURL=stylesheet.css.map */
