@charset "UTF-8";
/* LAYOUT */
/* ----------------------------------------- */
/* Presentational classes generated by WordPress */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* General */
.blog-secondary-nav {
  padding: 0px 0px;
}

/* Menu humb icon */
body#main #nav-icon1 {
  z-index: 99999999;
}

/* Dropdown Menu */
/*.dropdown-menu {
    background:none!important;
    max-width: 100px!important;
    float:none!important;
    border-radius: none!important;
    box-shadow: none!important;
    border:none!important;
    display:none;
}



.dropdown-menu>li>a {
    padding:3px 10px!important;
}
*/
.dropdown-menu {
  z-index: 99999 !important;
  position: absolute !important;
  display: none;
  background: #eee !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: none !important;
  right: 70px !important;
  left: initial !important;
  padding-top: 5px;
}

body#main .header-content {
  position: relative;
}

/************** aggela h3 ***************/
body#main .dropdown-menu > li > a {
  padding: 16px 40px;
}

body#main .dropdown-menu > li:first-child > a {
  margin-top: 10px;
}

body#main .dropdown-menu > li:last-child > a {
  margin-bottom: 10px;
}

.open > .dropdown-menu {
  display: block !important;
}

body#main .article ul, body#main .article ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

body#main blockquote {
  border-left: medium none;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: italic;
  padding: 0 30px;
  position: relative;
}

body#main blockquote p {
  font-family: "Montserrat";
  font-size: 18px;
  font-style: italic;
}

body#main blockquote:before {
  display: block;
  content: "“";
  font-size: 120px;
  position: absolute;
  left: -25px;
  top: -50px;
  color: #545c6e;
}

/*************************************/
/************** TABLES ***************/
/*************************************/
body#main table {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0;
  border: unset !important;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1607843137);
}

body#main table td strong, body#main th {
  color: #384257;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

body#main table td {
  box-sizing: border-box;
  color: #545c6e;
  display: table-cell;
  font-family: "Quicksand", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  padding: 14px !important;
  vertical-align: middle;
  border: 1px solid rgba(70, 70, 70, 0.26) !important;
  border-top: unset !important;
  border-bottom: unset !important;
  text-align: center;
}

body#main table tr:first-child td {
  padding: 15px !important;
  font-weight: 600;
  text-align: center;
}

body#main table td:first-child {
  border-left: unset !important;
  font-weight: 600;
  text-align: left;
}

body#main table td:last-child {
  border-right: unset !important;
}

body#main table tr:nth-child(even) td {
  background-color: #F5F5F5 !important;
}

body#main .cbp-spmenu li#menu-item-2403 a {
  background-color: rgb(56, 196, 215);
  color: #fff;
}

@media (max-width: 767px) {
  body#main .cbp-spmenu .sub-menu {
    display: block;
  }
  .scroll {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .flex {
    display: flex !important;
    flex-wrap: nowrap;
  }
}
.nav-item {
  flex: 0 0 auto;
  padding: 13px 16px 12px;
}

ul.flex .nav-item a {
  color: #fff !important;
}

/* Search */
body.search ul.pagination {
  margin-bottom: 70px !important;
  text-align: center;
  margin: 60px 0 70px !important;
}

@media (max-width: 991px) {
  .blog-search-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* List */
.blog-secondary-nav ul {
  display: inline-block;
  text-align: right;
  position: relative;
}

@media (max-width: 768px) {
  .blog-secondary-nav ul {
    display: none;
  }
  .blog-secondary-nav {
    padding-bottom: 0px; /*8*/
    margin-top: 10px;
  }
}
.blog-secondary-nav ul li {
  display: inline-block;
  padding: 22px 24px;
}

.blog-secondary-nav ul li.tags {
  padding: 25px 0;
}

.blog-secondary-nav ul.dropdown-menu li {
  display: block;
  text-align: left;
  padding: 4px 0px;
}

.blog-secondary-nav ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #384257 !important;
  line-height: 28px;
}

.blog-secondary-nav ul li a:hover {
  color: #3ac4d7 !important;
}

/* Blog Posts */
@media screen and (max-width: 768px) {
  .blog-section {
    padding-top: 24px !important;
  }
}
.blog-post.sticky-post img {
  max-height: none;
  width: 100%;
}

.blog-post .img-wrapper {
  height: 189px;
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
}

.blog-post img {
  width: 100%;
  /*max-height:189px;*/
  height: auto;
}

.blog-post {
  margin-bottom: 48px;
}

/* AGGELA Headings additions */
body#main .blog-post .article h1,
body#main .blog-post .article h2,
body#main .blog-post .article h3,
body#main .blog-post .article h4,
body#main .blog-post .article h5 {
  color: #2f343b;
  line-height: 45px;
  margin-top: 30px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: "Montserrat";
}

body#main .blog-post .article h1 {
  font-size: 40px;
  font-weight: bold;
}

body#main .blog-post .article h2 {
  font-size: 30px;
  font-weight: bold;
}

body#main .blog-post .article h3 {
  font-size: 26px;
  font-weight: bold;
}

body#main .blog-post .article h4 {
  font-size: 22px;
  font-weight: bold;
}

body#main .blog-post .article h5 {
  font-size: 18px;
  font-weight: bold;
}

body#main .blog-post .article ul li {
  list-style-type: disc !important;
}

body#main .blog-post .article ol li {
  list-style-type: none !important;
}

body#main .blog-post .article ul li,
body#main .blog-post .article ol li {
  margin-bottom: 15px;
}

body#main .blog-post blockquote {
  margin-top: 55px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  margin-left: -1.88px;
  line-height: 2;
  letter-spacing: -0.012em;
  color: rgba(0, 0, 0, 0.68);
  border: none;
  padding: 0;
  padding-left: 50px;
  text-align: left;
}

/* Aggela changed height from 28 to 26 added margin 15 */
body#main .blog-post .article ul li,
body#main .blog-post .article ol li {
  padding-left: 10px;
}

body#main .blog-post .article * {
  font-family: Georgia, Times, "Times New Roman", serif;
}

body#main .blog-post .article a,
body#main .blog-post .article ul li,
body#main .blog-post .article ol li,
body#main .blog-post .article p,
body#main .blog-post .article span {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Georgia, Times, "Times New Roman", serif;
  letter-spacing: -0.003em;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.75);
}

body#main .blog-post .article a strong {
  font-family: Georgia, Times, "Times New Roman", serif;
}

body#main .blog-post .article a {
  color: #3ac4d7;
}

body#main .blog-post .article ol li {
  counter-increment: step-counter;
  position: relative;
}

/* Aggela changed left -16 to -20 */
body#main .blog-post .article ol li::before {
  color: #545c6e;
  content: counter(step-counter, decimal);
  font-size: 17px;
  font-weight: 600;
  left: -20px;
  line-height: 1.2;
  position: absolute;
  top: 1px;
}

body#main .blog-post .article img {
  margin-top: 30px;
  margin-bottom: 10px;
}

/*nick custom border test*/
/* Sidebar */
body#main .widget-newsletter-content .input-group-btn button.disabled {
  cursor: pointer;
  opacity: 1;
  z-index: 9999 !important;
}

body#main .widget-newsletter-content .btn:hover i, body#main .widget-newsletter-content .btn:focus i {
  left: 4px;
}

body#main .widget-newsletter-content .input-group-btn button i {
  position: relative;
  top: 2px;
}

body#main .widget-newsletter-content .btn i {
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.widget-newsletter-content .has-error .form-control, .form-control:focus, .widget-newsletter-content .form-control {
  border: none;
  outline: none;
  box-shadow: none;
}

.widget-newsletter-content .form-control {
  height: 38px;
}

.widget-newsletter-content .btn {
  background: #ff6154 none repeat scroll 0 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 22px;
  height: 38px;
  padding: 2px 14px;
  width: 35px;
  margin-left: -7px;
  z-index: 9;
}

body.category aside.sidebar {
  margin-top: 74px;
}

/*
body.category-16 .blog-secondary-nav ul li:nth-child(2) {
    background-color: rgba(255, 255, 255, .1);
}
body.category-16 .blog-secondary-nav ul li:nth-child(2) a {
    color: #3ac4d7;
}
body.category-17 .blog-secondary-nav ul li:nth-child(3) {
    background-color: rgba(255, 255, 255, .1);
}
body.category-17 .blog-secondary-nav ul li:nth-child(3) a {
    color: #3ac4d7 !important;
}
body.category-18 .blog-secondary-nav ul li:nth-child(4) {
    background-color: rgba(255, 255, 255, .1);
}

body.category-18 .blog-secondary-nav ul li:nth-child(4) a {
    color: #3ac4d7 !important;
}
body.category-19 .blog-secondary-nav ul li:nth-child(5) {
    background-color: rgba(255, 255, 255, .1);
}

body.category-19 .blog-secondary-nav ul li:nth-child(5) a {
    color: #3ac4d7 !important;
}
body.category-20 .blog-secondary-nav ul li:nth-child(6) {
    background-color: rgba(255, 255, 255, .1);
}

body.category-20 .blog-secondary-nav ul li:nth-child(6) a {
    color: #3ac4d7 !important;
}
*/
@media screen and (max-width: 780px) {
  aside.sidebar {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 48px;
    right: 0;
    height: 100%;
  }
  .blog-padding-right {
    padding: 15px !important;
  }
}
@media only screen and (min-width: 991px) {
  .details h3 {
    min-height: 52px;
  }
}
/* Sidebar */
@media (max-width: 768px) {
  aside.sidebar .widget-newsletter {
    min-height: 0;
    padding-top: 50px;
  }
}
.widget-newsletter-content {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
}

.widget-newsletter-content h4 {
  text-transform: capitalize !important;
  font-weight: 800;
  font-size: 26px;
  margin-top: 14px;
}

body#main .social_media ul.social li a:focus {
  border-color: #3ac4d7;
  color: #fff;
  background-color: #3ac4d7;
}

.widget-newsletter-content p {
  color: white !important;
  padding: 10px 0;
}

/* Pagination */
ul.pagination li {
  display: inline-block;
  margin-right: 8px;
  color: #3ac4d7 !important;
}

ul.pagination li a {
  display: flex;
  border: 1px solid transparent;
  border-radius: 200px !important;
  padding: 5px 0 0;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 20px;
  font-size: 24px !important;
  justify-content: center;
  align-items: center;
}

ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li.current a {
  background-color: #DCF2F5 !important;
  color: #3AC4D7 !important;
  border: 1px solid #3AC4D7 !important;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #3AC4D7;
}

/* Related Post */
@media only screen and (max-width: 480px) {
  ul.related_post li {
    width: 100% !important;
  }
}
/* Author */
/* new author */
.author-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border: 1px solid #3FB0C1;
  background: rgba(59, 195, 215, 0.0431372549);
  border-radius: 17px;
  padding: 23px 20px;
  margin-bottom: 20px;
  position: relative;
}

.author-wrapper:before {
  content: "";
  background-image: url(../../images/author-before.png);
  width: 57px;
  height: 57px;
  position: absolute;
  top: 40px;
  left: 11px;
  display: block;
  background-repeat: no-repeat;
  display: none;
}

.author-wrapper:after {
  content: "";
  background-image: url(../../images/author-after.png);
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 15px;
  right: 8px;
  display: block;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.author-wrapper .author-image-tag {
  width: 57px;
  height: 57px;
  display: block;
  position: relative;
  min-width: 57px;
  border-radius: 200px;
}

body#main h2.author-name {
  margin: 0;
  font-size: 16px;
  padding: 0 0 7px;
  line-height: 1.3;
  color: #384257;
}

@media screen and (max-width: 992px) {
  .author-wrapper-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
  }
  .author-wrapper-mobile .in-wrapper {
    display: flex;
    gap: 9px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #384257;
  }
  .author-wrapper-mobile .author-image-tag {
    width: 23px !important;
    height: 23px;
    display: block;
    position: relative;
    min-width: 23px !important;
    border-radius: 200px;
  }
  body#main h2.author-name {
    font-size: 14px;
    padding: 0 0 0px;
    line-height: 1;
    color: #384257;
  }
}
body#main p.author-about {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  body#main h2.author-name {
    font-size: 14px;
    padding: 0 0 0px;
    line-height: 1;
  }
}
/* new author end */
body.author ul.pagination {
  margin-bottom: 30px !important;
  text-align: center;
  margin: 60px 0 30px !important;
}

@media only screen and (max-width: 639px) {
  .detail-author {
    padding: 0px 20px 5px 20px; /*padding: 0px 100px 5px 20px;*/
  }
  .detail-author img.photo {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .detail-author p.author-content {
    margin-top: 60px;
  }
  .detail-author h4 {
    max-width: 50%;
  }
}
.post-meta {
  margin-bottom: 10px;
  font-style: normal;
  color: #a6aec1;
}

.post-meta span {
  display: inline-block;
  font-style: italic;
  margin-right: 10px;
  padding-left: 10px;
  color: #717889 !important;
}

.post-meta .post-meta-author {
  padding-left: 0;
}

.post-meta span.by {
  padding-left: 0;
}

.post-meta a {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px;
}

#menu-tag-menu li a {
  color: #fff !important;
}

.popular-tags li.tags {
  margin-right: 20px;
}

body#main .article.article--blog {
  width: 100%;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  ul.popular-tags li {
    padding: 24px 12px;
  }
}
body#main #registration .registration_top {
  margin-bottom: 0;
}

body#main #registration .registration_top span.registration_subtext {
  display: block;
  /*margin-bottom: 0;*/
}

body#main #registration.team a#sign_up, body#main #registration a#sign_up:focus {
  line-height: 50px;
  margin-top: 30px;
  height: 50px;
  padding: 0 36px 0 !important;
}

body#main a#sign_up {
  background: #ff6154 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  height: 50px;
  padding: 0 36px 0;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  outline: none;
  border: none;
  margin: auto;
  display: inline-block;
  width: auto;
  line-height: 50px;
  color: #fff;
  margin-top: 30px;
  padding: 0 36px 0 !important;
}

body#main a#sign_up:hover {
  color: #fff;
}

body#main a#sign_up i {
  font-size: 20px;
  padding-left: 5px;
  position: relative;
  right: 0;
  top: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body#main a#sign_up:hover i,
body#main a#sign_up:active i {
  right: -8px;
}

/* Page 404 Customize */
/* Active Blog Top Menu */
/* Emailit */
.scroll {
  display: flex !important;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.flex {
  display: flex !important;
  flex-wrap: nowrap;
}

.nav-item {
  flex: 0 0 auto;
  padding: 13px 16px 12px;
}

ul.flex .nav-item a {
  color: #fff !important;
}

body#main .main-content + .main-content {
  padding-top: 0;
}

div.main-content .blog-single-container img {
  width: auto;
  max-width: 100%;
}

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