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

	[Table of contents]

	1. Pagination and navigation
	2. WordPress Cores
	3. Widgets
	4. Post password
	5. Articles
	6. Post Content Area
	7. Footer
  8. Breadcrumb

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

/* Pagination and navigation */

.navigation.pagination {
  margin: 30px auto;
  text-align: center;
  display: block;
}

li.c-pagination-1-item:empty {
  display: none;
}

.pager {
  padding-top: 24px;
  margin-bottom: 60px;
  padding: 20px 0;
}

.pager li {
  display: inline;
  list-style: none;
}

.pager .previous>a, .pager .previous>span {
  float: left;
}

.pager .next>a, .pager .next>span {
  float: right;
}

.pager li>a, .pager li>span {
  color: #222222;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  border: 0;
  display: inline-block;
  width: 210px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font: 600 12px/1.428571 'Poppins', sans-serif;
  letter-spacing: 1.5px;
  text-;
  padding: 5px 0;
}

.pager li>a i.icon-long-arrow-right {
  margin-left: 15px;
}

.pager li>a i.icon-long-arrow-left {
  margin-right: 15px;
}

.pager li>a:hover {
  color: #FFF;
  background: #24b47e;
  border-color: #24b47e;
}

/* WordPress Core */

#blog {
  position: relative;
}

a {
  color: #333;
}

#blog dt {
  font-weight: 700;
}

#blog dd {
  margin-left: 0;
  margin-bottom: 15px;
}

.relative {
  position: relative !important;
}

.bypostauthor, .gallery-caption {
  display: block;
}

.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: 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%;
  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: 15px 0 0;
  font-size: 14px;
  padding: 0 4px 5px;
}

.sticky_text {
  background: #857F79;
  padding: 10px;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  margin: 1px 0 10px;
}

.page article .article-img {
  margin-bottom: 40px;
}

.nav-links span.current {
  border: 0px solid #24b47e !important;
  color: #fff !important;
  background: #24b47e;
  border-radius: 100%;
}

.nav-links a.page-numbers, .nav-links span.current {
  border: 0px solid #efefef;
  padding: 8px 14px;
  color: #262626;
}

h1, h2, h3, h4, h5, h6 {
  word-spacing: 0px;
}

.copyright {
  margin: 0;
}

.m-bottom-50 {
  margin-bottom: 50px
}

.ntframework_footer_type_1 .social-icons li {
  float: right;
  list-style: none;
}

.footer-btm p {
  text-transform: capitalize;
  margin: 0px;
  color: #fff;
}

footer .widget input.wpcf7-form-control.wpcf7-submit {
  background: #f8cf27 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #222;
  font-weight: 700;
  padding: 12px 30px 7px;
  text-transform: uppercase;
}

.social-icons a {
  color: #fff;
  font-size: 22px;
  margin-left: 10px;
}

.nt-text-logo {
  margin: 9px 0;
  font-size: 19px;
  display: inline-block;
  text-transform: capitalize;
}

/* Widgets */

#widget-area .widget img {
  max-width: 100%;
}

#widget-area .widget:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#widget-area #searchform {
  position: relative;
  max-height: 50px;
}

#widget-area .menu {
  opacity: 1 !important;
}

#widget-area #searchform input#searchsubmit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(249, 241, 230, 0);
  border: 0;
  background: #2c97de;
  color: #322C2C;
  margin-left: 0;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#widget-area .widget_text {
  min-height: 20px;
}

.widget-title {
  position: relative;
}

.widget-title:after {
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
}

#widget-area {}

.widget-title {
  color: #fff;
}

.widget ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.52);
}

#widget-area .widget a {
  text-decoration: none;
  color: #24b47e;
}

.widget a:hover {
  color: #FFF;
}

#widget-area #searchform input#searchsubmit {
  color: #333;
}

#widget-area #searchform input#searchsubmit {
  background-color: #FFED91;
}

#widget-area #searchform input#searchsubmit {
  background-color: #222;
  color: #fff;
}

#widget-area .widget-title {
  color: #222;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#widget-area .widget ul li a {
  text-decoration: none;
  color: #585858;
}

.widget ul li {
  list-style: none
}

.widget table thead th, table tbody td, table tr td {
  display: table-cell;
  padding: 8px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #E5E5E5;
}

.widget table thead tr th {
  font-size: 14px;
  font-weight: normal;
}

.widget table tr td, table tbody tr td {}

.widget #calendar_wrap caption {
  text-align: left;
  font-size: 14px;
  padding: 0 0 20px;
}

.widget select {
  width: 100%;
  padding: 10px;
  margin: 0 0 15px;
  border: 2px solid #E1E2E6;
  border-radius: 3px;
  font-weight: 700;
}

.widget {
  margin-bottom: 40px;
  position: relative;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li>ul {
  padding: 15px 0 0 15px;
}

#widget-area .widget ul>li {
  padding: 0 0 10px;
}

#widget-area .widget ul>li .children li, #widget-area .widget ul>li .sub-menu li {
  padding: 0 0 10px;
  list-style-type: disc !important;
}

#widget-area select {
  max-width: 100%;
  background: #f0f0f0;
  border: 6px solid #f0f0f0;
  height: 50px;
  color: #111;
  min-width: 100%;
}

.widget ul li a {
  text-transform: capitalize;
}

.latest-content span {
  color: #FFF;
}

section.page {
  padding: 0;
}

.post-meta-first {
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
}


.post-meta-second span i, .post-meta-first span i {
  margin: 0 6px 0 6px;
  padding-right: 3px;
  font-size: 14px;
  vertical-align: inherit;
}

.post-meta-second span:first-child i, .post-meta-first span:first-child i {
  margin-left: 0
}

.entry-title {
  margin: 0;
  margin-bottom: 15px;
  color: #222222;
}

.entry-title a {
  padding: 0;
  color: #2B2F3E;
  font-size: 21px;
  text-decoration: inherit;
}

.article-img, .blog-bg {
  margin-bottom: 20px;
}

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

.posts article:last-child {
  border: none !important;
  margin-bottom: 0px;
  border: 0;
  padding-bottom: 0;
}

.navigation h2 {
  display: none;
}

.tags-links {
  border-right: 2px solid #ddd;
  padding: 0px 10px 0 0px;
  display: inline-block;
  margin: 0px 10px 0px 0;
}

p.category {
  padding: 0px 10px 0 0px;
  display: inline-block;
  margin: 0px 10px 0px 0;
}

.meta {
  margin: 20px 0;
  font-size: 12px;
}

code {
  white-space: normal;
}

.single-post article {
  margin-bottom: 14px;
}

.align-center.edit-buttons {
  text-align: center;
  position: relative;
}

.align-center.edit-buttons span a {
  color: #FFF;
}

.align-center.edit-buttons span {
  text-align: center;
  position: absolute;
  top: 0px;
  background: #2EB267;
  color: #FFF;
  padding: 5px 10px;
}

.video-responsive {
  width: 100%;
}

.video-responsive iframe {
  width: 100%;
}

.pager .next>a i {
  margin-top: -5px;
  vertical-align: middle;
  margin-left: 0px;
  font-size: 16px;
}

.pager .previous>a i {
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 16px;
}

.strong {
  font-weight: 600;
}

/*  Post password */

.post-password-form label {
  display: inline
}

form.post-password-form {
  margin-bottom: 50px;
}

.post-password-form input[type=password] {
  width: auto;
  margin: 0 15px;
  padding: 12px 12px 14px;
  font-size: 14px;
  line-height: 1.428571;
  color: #555;
  border: 2px solid #f0f0f0;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 30px;
}

.post-password-form input[type=submit] {
  color: #ffffff;
  background: #222;
  height: 50px;
  line-height: 33px;
  cursor: pointer;
  padding: 0 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 5px;
}

.gallery-content ul {
  padding: 0;
}

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

/*  5.  Articles   */

#respond {
  margin-top: 40px;
}

article.page {
  background: inherit !important;
}

.page article.hentry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.search-results article.hentry, article.hentry {
  margin-bottom: 80px;
}

.single article.hentry {
  margin-bottom: 40px;
}

.post-container {
  padding: 0 40px 25px;
}

.format-standard .post-container, .search-results .post-container {
  padding: 0;
}

article.hentry.format-aside .hentry-box {
  background: #eee;
}

article.hentry .entry-wrap {
  padding: 43px 35px 35px 35px;
}

.blog article.hentry .entry-wrap {
  margin-top: -1px;
}

.post-thumb {
  position: relative;
}

/* 6. Post Content Area */

.post .entry-content li {
  list-style: inherit !important;
}

.entry-content .gallery-item img {
  border: 0 !important;
  margin-bottom: 10px;
}

.entry-content .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: left !important;
  width: 23% !important;
}

.entry-content .gallery-caption {
  margin-left: 0;
  max-width: 150px !important;
}

.entry-content p iframe {
  max-width: 100%;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .commentlist h1, .commentlist h2, .commentlist h3, .commentlist h4, .commentlist h5, .commentlist h6 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.entry-content {
  padding: 0;
  display: inline-block;
  width: 100%;
}

.entry-content p {
  color: #222;
  margin: 0 0 20px;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 20px;
}

.entry-content ul, .entry-content ol {
  padding-left: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.entry-content ul ul, .entry-content ol ol {
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.entry-content ul ol ul {
  list-style: disc;
  padding-left: 20px;
}

.entry-content .divider {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 40px;
}

/* formats */

.format-standard .post-thumb, .format-status .post-thumb, .format-gallery .post-thumb, .format-quote .post-thumb, .format-link .post-thumb, .format-image .post-thumb, .format-chat .post-thumb {
  overflow: hidden;
}

.post-thumb img {
  width: 100%;
  height: inherit;
  display: block;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.format-aside p {
  margin: 0;
}

.format-gallery .post-thumb .flexslider {
  margin: 0;
}

.format-video .media-element {
  padding: 0px;
}

.format-chat .chat-transcript {
  color: #908f8f;
}

.format-chat .chat-transcript p {
  padding: 7px 10px;
  margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
  background: #f5f5f5;
}

.entry-title a:hover {
  color: #F37A5C;
}

.page-title {
  margin-bottom: 30px;
}

.read-more {
  margin: 20px 0 0 !important;
}

.more-link {
  margin: 0 !important;
  color: #fff !important;
}

/* Link / Quote Post Format ------------- */

.format-quote .entry-media, .format-status .entry-media, .format-link .entry-media {
  padding: 30px;
  background-repeat: repeat;
  background-position: center center;
}

.content-quote-format-wrapper {
  float: left;
  width: 100%;
  height: auto;
}

.content-quote-format-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.content-quote-format-textwrap {
  position: relative;
  z-index: 2;
}

.format-status .entry-media h3 {
  margin: 0;
}

.format-quote .entry-media h3, .format-link .entry-media h3, .entry-media h3 a {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}

.format-quote .entry-media p, .format-link .entry-media p a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.content-quote-format-textwrap h3 span[class*='icon-'] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  margin-right: 5px;
}

/* Entry Status - Twitter */

.hentry .entry-status-twitter .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  border: none !important;
  box-shadow: none !important;
}

.format-status .entry-media h3 {
  margin: -17px 0 0;
}

.uppercase {
  text-transform: uppercase;
}

p {
  margin: 0px 0 15px;
}

.container.bootstrap {
  margin-left: auto !important;
  margin-right: auto !important;
}

#share-buttons i {}

#share-buttons i:hover {
  color: #24b47e;
}

#share-buttons i {}

#share-buttons i:hover {
  color: #24b47e;
}

.entry-title a:hover {
  color: #24b47e;
}

.entry-title a {
  color: #222222;
}

#blog {
  position: relative;
}

.entry-title {
  font-weight: 400;
}

a.button-post {
  background: rgba(76, 143, 255, 0.8);
  border: 1px solid #4c8fff;
  width: 160px;
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

a.button-post:hover {
  background: rgba(76, 143, 255, 1);
}

.button-info i.iconi {
  font-size: 120px;
  line-height: 1em;
}

.quote-slider .overlay {
  background: rgba(41, 70, 97, 0.8);
  z-index: 0;
}

.search-form-input {
  padding: 10px 3px 10px 20px;
}

body.search article .searchform {
  float: left;
}

body.search article .searchform input[type="text"] {}

body.search article .searchform input[type="submit"] {
  float: left;
  line-height: 43px;
  position: relative;
  width: 20%;
  top: 0px;
  background: #222;
  border: none;
  color: #fff;
}

body.error404 .index .searchform {
  margin: 0 auto;
  width: 73%;
  float: left;
}

body.error404 .index .searchform input[type="text"] {
  outline: 0;
  float: left;
  min-height: 46px;
  width: 80%;
  padding: 9px 0 7px 15px;
  font-size: 12px;
  border: 0px solid #efefef;
  background: #efefef;
}

body.error404 .index .searchform input[type="submit"] {
  float: left;
  min-height: 46px;
  position: relative;
  width: 20%;
  top: 0px;
  background: #222222;
  border: none;
  color: #fff;
}

.error404 h3.black {
  margin-bottom: 30px;
}

/* comments */

.commentlist p {
  color: #222;
  margin: 0 0 20px;
}

.comment-paragraph {
  margin-left: 85px !important;
}

.c-comments-1-item {
  list-style-type: none !important;
}

#comments .c-comments-1-message ul li, #comments .c-comments-1-message ul {
  list-style-type: disc;
}

#comments .c-comments-1-message ol li, #comments .c-comments-1-message ol ol, #comments .c-comments-1-message ol {
  list-style-type: decimal;
}

#comments .c-comments-1-message ul li, #comments .c-comments-1-message ol li {
  margin-left: 20px;
}

#comments .c-comments-1-message ul, #comments .c-comments-1-message ol {
  margin-left: 5px;
  padding-left: 5px;
  margin: 15px 0;
}

.c-comments-1 {
  margin-bottom: 80px;
}

#comments.comments-area {}

@media (max-width:575px) {
  #comments ul.children li {
    padding-left: 20px !important;
  }
}

.comments #cancel-comment-reply-link {
  display: block !important;
}

.tag-pingbacks-2 .commentlist {
  list-style: none;
}

.commentlist>li.comment {
  list-style: none;
  position: relative;
}

.c-comments-1-list .pingback {
  padding-left: 0;
}

.c-comments-1-list .pingpack .c-comments-1-avatar {
  display: none;
}

.comments ul li {}

.comments ul li ul li {
  margin: 10px;
}

.comment.odd {}

.commentlist {
  margin: 0 0 80px 0;
  padding: 0;
  list-style: none;
}

.commentlist .children {
  padding: 0;
  position: relative;
  margin-top: 50px;
}

#comments ul.children li {
  padding-left: 62px !important;
}

.comment-content ul li, .comment-content ol li {
  margin-bottom: 15px !important;
  margin-left: 20px !important;
}

.comment-content, .comment-content ul li {
  list-style-type: disc !important;
}

#comments ul li, #comments ul li {}

.children li {
  margin-left: 0px;
}

ol li:not(.pingback) .comment-meta {
  float: none;
  margin-left: 82px;
  margin-top: -42px;
  top: 0;
  font-size: 13px;
}

.comment.even {
  position: relative;
  list-style: none;
}

.comment-details {
  margin-left: 90px;
}

.children, .comments {
  list-style-type: none;
}

.comment-details p {}

.comment-reply-link {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #24b47e;
  color: #24b47e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.comment-reply-link:hover {
  color: #ffffff;
  background-color: #24b47e;
}

.commentmetadata a {
  font-size: 11px;
  font-weight: 600;
  color: #919191;
  text-transform: uppercase;
}

.fn, .fn a, .says {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  color: #111111;
}

.edit-comment {
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: inherit !important;
  background: #333;
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  padding: 2px 15px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50px;
}

#reply-title {
  margin-bottom: 7px;
}

.comment-form-comment label {
  display: none;
}

.comment-form .submit {
  margin-top: 30px;
}

.depth-2 {
  margin-bottom: 20px
}

.container-for-comments {
  background: #fff;
}

label.screen-reader-text {
  display: none;
}

span.comment-author-link {
  color: #222;
}

.comment-form-comment {
  color: #222;
}

.container-for-comments .children {
  margin-bottom: 70px;
}

.comments ul {
  margin: 0;
  padding: 0;
  margin: 10px;
}

.comments ul li {
  list-style: none;
}

.comments ul li span .photo {
  padding: 0 !important;
}

.comments ul li .nt-theme-avatar {
  float: left;
  margin-right: 30px;
}

.comments ul li .commentlist {
  margin-left: 100px;
  border: 1px solid #EEE;
  padding: 8px 25px 20px;
}

.children {
  margin-bottom: 30px;
}

.text-bold, .comment-reply-title {
  font-size: 1.625rem;
}

.comment-form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  border: 1px solid #bbb;
  background-color: #ffffff;
  margin-top: 30px;
  box-shadow: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.comment-form textarea:hover, .comment-form textarea:focus {
  border: 1px solid #222;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.comment-form-author, .comment-form-email {
  width: 48%;
  float: left;
}

.comment-form-email {
  margin-left: 4%;
}

.comment-meta {
  margin-bottom: 20px;
}

.commentlist li h1 {
  letter-spacing: -0.5px !important;
}

.c-comments-1-list li.comment ul.children {
  padding: 0;
}

.reply {
  margin-left: 85px;
}

.commentlist div:not(#respond) p {
  color: #222;
  margin: 0 0 20px;
}

/* 7. Footer */

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

/* updates for wp defaults */

.post-container {
  padding: 0;
}

/* others  */

div.wpcf7-response-output {
  margin: 0;
  padding: 1.2em 1em;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
  display: inline-block !important;
  margin: 15px 0 !important;
  width: 100% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #f70000;
  background-color: #f70000;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  display: inline-block !important;
  margin: 15px !important;
  width: 97.2% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #398f14;
  background-color: #398f14;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  background: #398F14;
  border: 2px solid #398f14;
  color: #fff;
}

.wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  display: inline-block;
}

.wpcf7 br {
  display: none;
}

.recent ol {
  padding: 1px;
  margin-top: 20px;
}

.recent ol li {
  list-style: disc;
}

.recent h3 {
  margin-bottom: 30px;
}

#blog blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

#blog .entry-content ol, #blog .entry-content ul, #blog .entry-content ol li, #blog .entry-content ul li {
  padding-left: 5px;
  margin-left: 10px;
}

#blog .entry-content ul {
  list-style-type: disc;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

/* responsive options

	1200px
	991px
	768px
	480px

*/

@media (max-width: 991px) {
  #widget-area {
    margin: 40px 0 0;
  }
  #widget-area #searchform input[type="text"] {
    width: 90%;
  }
  footer .widget {
    margin-bottom: 40px;
  }
  footer .widget-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #widget-area #searchform {
    position: relative;
    max-height: 50px;
    margin-top: 90px;
  }
  .index-header {
    height: 100vh !important;
  }
}

@media (max-width: 480px) {
  .avatar-class {
    float: none;
    margin-right: 30px;
    margin-bottom: 15px;
    display: block;
  }
  .comment-details, .comments ul li .commentlist {
    margin-left: 0;
  }
  .pager li>a, .pager li>span {
    float: none;
    width: 100%;
  }
  .template-cover-text .uppercase {
    font-size: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #fff;
  }
  .comment-meta {
    margin-bottom: 15px;
  }
}

body:not(.page-template-custom-page) .hero-main-content {
  text-align: left;
}

body .wpb_gmaps_widget .wpb_wrapper {
  background-color: #f7f7f7;
  padding: 0px;
}

.blog-medium-container iframe {
  max-width: 100%;
  height: auto;
  min-height: 170px;
}

.single .blog-post-body ul {
  text-align: left;
}

.page-post-2-title {
  margin-bottom: 40px !important;
}

.says {
  display: none;
}

span.widget-list-span {
  position: absolute;
  right: 0;
  float: right;
  top: 0;
  border: 1px solid #e7ecef;
  min-width: 24px;
  border-radius: 3px;
  min-height: 20px;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  color: #111;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
}

/* loaders */

#nt-preloader {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.loader01 {
  width: 56px;
  height: 56px;
  border: 8px solid #14b6f2;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0;
}

.loader01::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #14b6f2;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader02 {
  width: 56px;
  height: 56px;
  border: 8px solid rgba(20, 182, 242, 0.25);
  border-top-color: #14b6f2;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader03 {
  width: 56px;
  height: 56px;
  border: 8px solid transparent;
  border-top-color: #14b6f2;
  border-bottom-color: #14b6f2;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader04 {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(20, 182, 242, 0.5);
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s ease-in-out infinite;
  top: 50%;
  margin: -28px auto 0;
}

.loader04::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14b6f2;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #14b6f2;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0;
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.loader06 {
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-radius: 50%;
  position: relative;
  top: 50%;
  margin: -28px auto 0;
}

.loader06::before {
  content: '';
  border: 4px solid rgba(20, 182, 242, 0.5);
  border-radius: 50%;
  width: 67.2px;
  height: 67.2px;
  position: absolute;
  top: -9.6px;
  left: -9.6px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 1s;
  opacity: 0;
}

.loader06::after {
  content: '';
  border: 4px solid #14b6f2;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -4px;
  left: -4px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 0.5s;
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.loader07 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  animation: loader-circles 1s linear infinite;
  top: 50%;
  margin: -8px auto 0;
}

@keyframes loader-circles {
  0% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.05), 19px -19px 0 0 rgba(20, 182, 242, 0.1), 27px 0 0 0 rgba(20, 182, 242, 0.2), 19px 19px 0 0 rgba(20, 182, 242, 0.3), 0 27px 0 0 rgba(20, 182, 242, 0.4), -19px 19px 0 0 rgba(20, 182, 242, 0.6), -27px 0 0 0 rgba(20, 182, 242, 0.8), -19px -19px 0 0 #14b6f2;
  }
  12.5% {
    box-shadow: 0 -27px 0 0 #14b6f2, 19px -19px 0 0 rgba(20, 182, 242, 0.05), 27px 0 0 0 rgba(20, 182, 242, 0.1), 19px 19px 0 0 rgba(20, 182, 242, 0.2), 0 27px 0 0 rgba(20, 182, 242, 0.3), -19px 19px 0 0 rgba(20, 182, 242, 0.4), -27px 0 0 0 rgba(20, 182, 242, 0.6), -19px -19px 0 0 rgba(20, 182, 242, 0.8);
  }
  25% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.8), 19px -19px 0 0 #14b6f2, 27px 0 0 0 rgba(20, 182, 242, 0.05), 19px 19px 0 0 rgba(20, 182, 242, 0.1), 0 27px 0 0 rgba(20, 182, 242, 0.2), -19px 19px 0 0 rgba(20, 182, 242, 0.3), -27px 0 0 0 rgba(20, 182, 242, 0.4), -19px -19px 0 0 rgba(20, 182, 242, 0.6);
  }
  37.5% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.6), 19px -19px 0 0 rgba(20, 182, 242, 0.8), 27px 0 0 0 #14b6f2, 19px 19px 0 0 rgba(20, 182, 242, 0.05), 0 27px 0 0 rgba(20, 182, 242, 0.1), -19px 19px 0 0 rgba(20, 182, 242, 0.2), -27px 0 0 0 rgba(20, 182, 242, 0.3), -19px -19px 0 0 rgba(20, 182, 242, 0.4);
  }
  50% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.4), 19px -19px 0 0 rgba(20, 182, 242, 0.6), 27px 0 0 0 rgba(20, 182, 242, 0.8), 19px 19px 0 0 #14b6f2, 0 27px 0 0 rgba(20, 182, 242, 0.05), -19px 19px 0 0 rgba(20, 182, 242, 0.1), -27px 0 0 0 rgba(20, 182, 242, 0.2), -19px -19px 0 0 rgba(20, 182, 242, 0.3);
  }
  62.5% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.3), 19px -19px 0 0 rgba(20, 182, 242, 0.4), 27px 0 0 0 rgba(20, 182, 242, 0.6), 19px 19px 0 0 rgba(20, 182, 242, 0.8), 0 27px 0 0 #14b6f2, -19px 19px 0 0 rgba(20, 182, 242, 0.05), -27px 0 0 0 rgba(20, 182, 242, 0.1), -19px -19px 0 0 rgba(20, 182, 242, 0.2);
  }
  75% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.2), 19px -19px 0 0 rgba(20, 182, 242, 0.3), 27px 0 0 0 rgba(20, 182, 242, 0.4), 19px 19px 0 0 rgba(20, 182, 242, 0.6), 0 27px 0 0 rgba(20, 182, 242, 0.8), -19px 19px 0 0 #14b6f2, -27px 0 0 0 rgba(20, 182, 242, 0.05), -19px -19px 0 0 rgba(20, 182, 242, 0.1);
  }
  87.5% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.1), 19px -19px 0 0 rgba(20, 182, 242, 0.2), 27px 0 0 0 rgba(20, 182, 242, 0.3), 19px 19px 0 0 rgba(20, 182, 242, 0.4), 0 27px 0 0 rgba(20, 182, 242, 0.6), -19px 19px 0 0 rgba(20, 182, 242, 0.8), -27px 0 0 0 #14b6f2, -19px -19px 0 0 rgba(20, 182, 242, 0.05);
  }
  100% {
    box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.05), 19px -19px 0 0 rgba(20, 182, 242, 0.1), 27px 0 0 0 rgba(20, 182, 242, 0.2), 19px 19px 0 0 rgba(20, 182, 242, 0.3), 0 27px 0 0 rgba(20, 182, 242, 0.4), -19px 19px 0 0 rgba(20, 182, 242, 0.6), -27px 0 0 0 rgba(20, 182, 242, 0.8), -19px -19px 0 0 #14b6f2;
  }
}

.loader08 {
  width: 20px;
  height: 20px;
  position: relative;
  animation: loader08 1s ease infinite;
  top: 50%;
  margin: -46px auto 0;
}

@keyframes loader08 {
  0%, 100% {
    box-shadow: -13px 20px 0 #14b6f2, 13px 20px 0 rgba(20, 182, 242, 0.2), 13px 46px 0 rgba(20, 182, 242, 0.2), -13px 46px 0 rgba(20, 182, 242, 0.2);
  }
  25% {
    box-shadow: -13px 20px 0 rgba(20, 182, 242, 0.2), 13px 20px 0 #14b6f2, 13px 46px 0 rgba(20, 182, 242, 0.2), -13px 46px 0 rgba(20, 182, 242, 0.2);
  }
  50% {
    box-shadow: -13px 20px 0 rgba(20, 182, 242, 0.2), 13px 20px 0 rgba(20, 182, 242, 0.2), 13px 46px 0 #14b6f2, -13px 46px 0 rgba(20, 182, 242, 0.2);
  }
  75% {
    box-shadow: -13px 20px 0 rgba(20, 182, 242, 0.2), 13px 20px 0 rgba(20, 182, 242, 0.2), 13px 46px 0 rgba(20, 182, 242, 0.2), -13px 46px 0 #14b6f2;
  }
}

.loader09 {
  width: 10px;
  height: 48px;
  background: #14b6f2;
  position: relative;
  animation: loader09 1s ease-in-out infinite;
  animation-delay: 0.4s;
  top: 50%;
  margin: -28px auto 0;
}

.loader09::after, .loader09::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 48px;
  background: #14b6f2;
  animation: loader09 1s ease-in-out infinite;
}

.loader09::before {
  right: 18px;
  animation-delay: 0.2s;
}

.loader09::after {
  left: 18px;
  animation-delay: 0.6s;
}

@keyframes loader09 {
  0%, 100% {
    box-shadow: 0 0 0 #14b6f2, 0 0 0 #14b6f2;
  }
  50% {
    box-shadow: 0 -8px 0 #14b6f2, 0 8px 0 #14b6f2;
  }
}

.loader10 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  animation: loader10 0.9s ease alternate infinite;
  animation-delay: 0.36s;
  top: 50%;
  margin: -42px auto 0;
}

.loader10::after, .loader10::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  animation: loader10 0.9s ease alternate infinite;
}

.loader10::before {
  left: -40px;
  animation-delay: 0.18s;
}

.loader10::after {
  right: -40px;
  animation-delay: 0.54s;
}

@keyframes loader10 {
  0% {
    box-shadow: 0 28px 0 -28px #14b6f2;
  }
  100% {
    box-shadow: 0 28px 0 #14b6f2;
  }
}

.loader11 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 40px 0 #14b6f2;
  position: relative;
  animation: loader11 0.8s ease-in-out alternate infinite;
  animation-delay: 0.32s;
  top: 50%;
  margin: -50px auto 0;
}

.loader11::after, .loader11::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 40px 0 #14b6f2;
  animation: loader11 0.8s ease-in-out alternate infinite;
}

.loader11::before {
  left: -30px;
  animation-delay: 0.48s;
}

.loader11::after {
  right: -30px;
  animation-delay: 0.16s;
}

@keyframes loader11 {
  0% {
    box-shadow: 0 40px 0 #14b6f2;
  }
  100% {
    box-shadow: 0 20px 0 #14b6f2;
  }
}

.loader12 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  animation: loader12 1s linear alternate infinite;
  top: 50%;
  margin: -50px auto 0;
}

@keyframes loader12 {
  0% {
    box-shadow: -60px 40px 0 2px #14b6f2, -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 0 rgba(20, 182, 242, 0.2);
  }
  25% {
    box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 2px #14b6f2, 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 0 rgba(20, 182, 242, 0.2);
  }
  50% {
    box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 2px #14b6f2, 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 0 rgba(20, 182, 242, 0.2);
  }
  75% {
    box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 2px #14b6f2, 60px 40px 0 0 rgba(20, 182, 242, 0.2);
  }
  100% {
    box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 2px #14b6f2;
  }
}

/* Breadcrumb */

.breadcrubms {
  text-transform: capitalize;
  color: #fff;
}

.breadcrubms a {
  text-transform: capitalize;
  color: #fff;
  text-decoration: none !important;
}

.breadcrubms span {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none !important;
  margin: 0 3px 0 6px;
  text-transform: capitalize;
}

span.breadcrumb-separator {
  margin: 0 5px;
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcumbs {
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.breadcumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs {
  margin-top: 20px;
  font-size: 13px;
}

.right .breadcrumbs {
  text-align: right;
}

.breadcrumbs.left {
  text-align: left;
}

.right .breadcrumbs {
  text-align: center;
}

.breadcrumbs.left {
  text-align: center;
}

span.breadcrumb-current {
  color: #FFED91;
}

span.breadcrumb-current {
  color: #4c8fff;
  font-weight: 600;
}

.breadcrumb {
  padding: 4px 15px 8px 0;
  font-weight: 500;
  font-size: 14px;
}
