/*
Theme Name: AppDynamics Blog
Author: Link Web Development
Author URI: https://www.linkweb.ca/
Description: Custom theme developed for App Dynamics Blog
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appdynamics-blog
*/
/* variables */
/* general */
#appdynamics-masthead *, #fw-content * {box-sizing: content-box;}
#blog-wrapper {
  position: relative;
  width: 100%;
  font-size: 16px;
  padding-top: 163px;
  color: #19212b;
  padding-bottom: 65px;
  -webkit-transition: padding-top 1s;
  -o-transition: padding-top 1s;
  transition: padding-top 1s;
  font-family:AppdSans; }

/*.single-authors #blog-wrapper { padding-top: 110px; }*/
.appd-main-navigation {
  -webkit-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important; }
.appd-main-navigation.sticky {
  top: -50px; }
/*
.appd-main-navigation.sticky + #blog-wrapper {
  padding-top: 103px; }
*/
.appd-main-navigation.sticky + #blog-wrapper {
  padding-top: 53px; }

#main-header {
  position: fixed;
  top: 110px;
  z-index: 99;
  height: 53px;
  width: 100%;
  max-width: 1600px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.admin-bar #main-header {
  top: 142px; }

/*
.appd-main-navigation.sticky + #blog-wrapper #main-header {
  top: 50px;
  height: 40px; }
*/

.appd-main-navigation.sticky + #blog-wrapper #main-header {
  top: 0;
  height: 40px; }

.appd-main-navigation.sticky + #blog-wrapper #main-header li, .appd-main-navigation.sticky + #blog-wrapper .nav-right .btn {
  font-size: 1.4rem; }

.appd-main-navigation.sticky + #blog-wrapper #main-header li .nav-link {
  padding-top: 9px;
  padding-bottom: 9px; }

/*
.admin-bar .appd-main-navigation.sticky + #blog-wrapper #main-header {
  top: 82px; }
*/

.admin-bar .appd-main-navigation.sticky + #blog-wrapper #main-header {
  top: 32px; }

#blog-header {
  background-color: #f8f9fc; }

#blog-wrapper .h1, #blog-wrapper h1 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.1875em;
  margin-bottom: 10px; }

#blog-wrapper .h2 {
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1.1666666667em;
  margin-bottom: 15px; }

@media (min-width: 48em) {
  #blog-wrapper .h1, #blog-wrapper h1 {
    font-size: 4.6rem;
    line-height: 1.2173913043em;
    margin-bottom: 10px;
    font-weight: 300; }
  #blog-wrapper .h2 {
    font-size: 2.8rem;
    line-height: 1.2142857143em;
    margin-bottom: 20px;
    font-weight: 100; } }

@media (min-width: 60em) {
  #blog-wrapper .h1, #blog-wrapper h1 {
    font-size: 6rem;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 300; }
  #blog-wrapper .h2 {
    font-size: 3.6rem;
    line-height: 1.2222222222em;
    margin-bottom: 20px;
    font-weight: 100; } }

/* overrides */
.appd-main-navigation .mn-container, .appd-footer {
  max-width: 1600px !important; }

#blog-wrapper {
  background-color: #FFFFFF;
  /* max-width: 1440px; */
  max-width: 1600px;
  margin: 0 auto; }
  #blog-wrapper .container, #blog-wrapper .container-fluid, #blog-wrapper .container-lg, #blog-wrapper .container-md, #blog-wrapper .container-sm, #blog-wrapper .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  #blog-wrapper .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    width: auto;
    max-width: none; }
  #blog-wrapper p, #blog-wrapper a:not(.btn) {
    color: inherit; }
  #blog-wrapper a:not(.btn):hover {
    text-decoration: underline;
    color: #4E3EB1; }
  #blog-wrapper .entry-content .content-wrapper a:not(.btn) {
    color: #4e3eb1; }
  #blog-wrapper .btn {
    font-size: 16px;
    padding: 8px 16px; }
  #blog-wrapper .btn:hover {
    text-decoration: none; }
  #blog-wrapper #emailSubscriptionForm .emailBox.subscribe {
    height: 48px !important;
    margin-right: 15px; }
  #blog-wrapper a.btn-light {
    color: #19212b; }
  #blog-wrapper ul:not(.nav) {
    list-style: disc;
    padding-left: 15px; }
  #blog-wrapper ol {
    list-style: decimal;
    padding-left: 25px; }
  #blog-wrapper ul li, #blog-wrapper ol li {
    color: rgb(25, 33, 43); }
  #blog-wrapper p b, #blog-wrapper p strong {
    font-weight: 700; }
  #blog-wrapper iframe {
    max-width: 100%; }
  #blog-wrapper blockquote {
    background-color: #fefefe;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #f8f8f8;
      border-left-width: 1px;
    border-left-width: 5px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 20px;
    margin: 0 0 20px; }
  #blog-wrapper blockquote p {
    margin: 0; }
  #blog-wrapper b a, #blog-wrapper strong a {
    font-weight: 700; }


@media (min-width: 1200px) {
  #blog-wrapper .container, #blog-wrapper .container-fluid, #blog-wrapper .container-lg, #blog-wrapper .container-md, #blog-wrapper .container-sm, #blog-wrapper .container-xl {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px; } }

/* modules */
/* blog nav */
.navbar-toggler {
  display: none; }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.main-nav .nav-right #mobileMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.main-nav .nav-right .dropdown-menu {
  border-radius: 20px;
  max-height: 234px;
  padding: 15px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1.3rem; }

.main-nav .nav-right .dropdown-menu .dropdown-item {
  padding: .5rem 1.5rem; }

.main-nav .nav-right .search-trigger {
  margin-left: 30px;
  position: relative; }

.main-nav .nav-right .search-trigger:after {
  display: none; }

.main-nav .nav-right .search-trigger + .dropdown-menu {
  left: auto !important;
  right: 0;
  min-width: 300px;
  overflow: hidden;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 100% !important;
  padding: 0; }

.main-nav .nav-right .search-trigger + .dropdown-menu .form-control {
  border: none;
  padding: 6px 20px;
  font-size: 1.3rem; }

.main-nav .nav-right .search-trigger + .dropdown-menu .input-group-text {
  border: none;
  padding: 0; }

.main-nav .nav-right .search-trigger + .dropdown-menu .search-submit {
  border: none;
  padding: 7px 20px;
  background: none;
  color: #19212B;
  font-size: 1.3rem; }
.main-nav .nav-right .input-group-text {
  background: none; }

#main-nav {
  padding: 0; }

#main-nav .menu-item {
  margin: 0; }

#main-nav .nav-link {
  padding: 15px 32px;
  color: #19212b;
  border-bottom: solid 3px transparent;
  background: none;
  opacity: .5;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

#main-nav .nav-link:hover {
  text-decoration: none; }

#main-nav .nav-link.active {
  border-bottom-color: #4e3eb1;
  opacity: 1; }

/* flexible content */
.featured-article-mod {
  padding: 80px 0;
  position: relative; }

.featured-article-mod .items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }

.featured-article-mod .items .item div.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.featured-article-mod .items .item .post .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  height: 470px;
  margin-top: 0; }

.featured-article-mod .items .item .post .image img {
  height: 470px; }

.featured-article-mod .items .item .post .content {
  padding-left: 8%; }

.featured-article-mod .items .item .post .content .text {
  color: #19212b; }

.featured-article-mod .items .item .post .post-title {
  font-size: 44px;
  line-height: 1.09;
  margin-bottom: 10px; }

@media (max-width: 576px) {
  .featured-article-mod {
    padding: 50px 0 40px 0; }
  .featured-article-mod .items .item div.post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .featured-article-mod .items .item .post .post-title {
    font-size: 24px;
    line-height: 32px; }
  .featured-article-mod .items .item .post .content {
    padding-left: 0; }
  .featured-article-mod .items .item .post .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: none;
    height: 250px;
    margin: 10px -30px; }
  .featured-article-mod .items .item .post .image img {
    height: 250px; } }

.top-articles-mod {
  padding: 40px 0 80px 0;
  position: relative; }

.top-articles-mod .items .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 80px;
  border-top: solid 1px #ebedf1;
  margin-top: 80px; }

.top-articles-mod .items .item .meta .author {
  display: none; }

.top-articles-mod .items .item .meta .date {
  padding-left: 0;
  margin-left: 0; }

.top-articles-mod .items .item .meta .date:before {
  display: none; }

.top-articles-mod .items .item:nth-child(1), .top-articles-mod .items .item:nth-child(2) {
  margin-top: 20px; }

/*
.top-articles-mod .items .item:nth-child(1) .text, .top-articles-mod .items .item:nth-child(2) .text, .top-articles-mod .items .item:nth-child(5) .text, .top-articles-mod .items .item:nth-child(6) .text {
  display: none; }
*/

.top-articles-mod .items .item:nth-child(3n+4) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }

.top-articles-mod .items .item:nth-child(3n+4) .post .image {
  height: 405px; }

.top-articles-mod .items .item:nth-child(3n+4) .post .image img {
  height: 405px; }

.top-articles-mod .items .item:nth-child(3n+4) .post .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.top-articles-mod .items .item:nth-child(3n+4) .post .post-title {
  font-size: 32px;
  line-height: 1.25; }

.top-articles-mod .items .item:nth-child(3n+4) .post .post-header, .top-articles-mod .items .item:nth-child(3n+4) .post .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 15px); }

.top-articles-mod .items .item:nth-child(3n+4) .post .text {
  margin-top: 0;
  padding-top: 45px; }

@media (max-width: 991px) {
  .top-articles-mod .d-lg-block {
    display: none !important; } }

@media (max-width: 576px) {
  .top-articles-mod .items .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding-top: 24px;
    margin-top: 20px; }
  .top-articles-mod .items .col-12 {
    padding-left: 0;
    padding-right: 0; }
  .top-articles-mod .items .item:nth-child(3n+4) .post .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-articles-mod .items .item:nth-child(3n+4) .post .post-header, .top-articles-mod .items .item:nth-child(3n+4) .post .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .top-articles-mod .items .item:nth-child(3n+4) .post .post-title {
    font-size: 16px;
    line-height: 24px; }
  .top-articles-mod .items .item:nth-child(3n+4) .post .text {
    margin-top: 10px;
    padding-top: 0; }
  .top-articles-mod .items .item:nth-child(3n+4) .post .image {
    margin: 10px 0; }
  .top-articles-mod .items .item:nth-child(3n+4) .post .image, .top-articles-mod .items .item:nth-child(3n+4) .post .image img {
    height: 320px; } }

.top-articles-mod .block-wrapper {
  padding: 50px;
  background-color: #19212b;
  margin-bottom: 70px;
  margin-top: 20px; }

.top-articles-mod .block-wrapper .title h3 {
  color: #FFFFFF;
  font-size: 3.2rem;
  letter-spacing: -0.8px; }

.top-articles-mod .block-wrapper .btn {
  margin-top: 15px; }

.top-articles-mod .block-wrapper .image {
  position: relative;
  margin: 50px -50px -50px 0;
  font-size: 0;
  line-height: 1; }

.top-articles-mod .trending {
  padding-left: 50px; }

.top-articles-mod .trending h3 {
  margin-bottom: 40px; }

.top-articles-mod .wpp-list {
  padding: 0;
  margin: 0; }

.top-articles-mod .wpp-list li {
  margin-bottom: 2.5rem; }

.top-articles-mod .wpp-list .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: #FFF; }

.top-articles-mod .wpp-list .categories .cat, .top-articles-mod .wpp-list .categories .category {
  padding: 1px 10px 3px 10px;
  color: #FFFFFF !important;
  background-color: #19212b;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  margin-right: 16px; }

.top-articles-mod .wpp-list .categories .cat > a:hover, .top-articles-mod .wpp-list .categories .category:hover {
  -webkit-filter: brightness(65%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  color: #FFF !important; }

.top-articles-mod .wpp-list .categories .cat:last-child, .top-articles-mod .wpp-list .categories .category:last-child {
  margin-right: 0; }

.top-articles-mod .wpp-list .post-title {
  font-size: 20px;
  line-height: 1.5;
  color: #19212b; }

.top-articles-mod .wpp-list .post-title a {
  color: inherit; }

.top-articles-mod .wpp-list .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8c9095; }

.top-articles-mod .wpp-list .meta .date {
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  position: relative; }

.top-articles-mod .wpp-list .date:after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  height: 0.25rem;
  width: 0.25rem;
  background-color: #8c9095;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.top-articles-mod .wpp-list .meta .date:after {
  right: 0; }

@media (max-width: 576px) {
  .top-articles-mod .block-wrapper {
    padding: 32px 28px;
    margin-top: 64px;
    margin-bottom: 0; }
  .top-articles-mod .block-wrapper .title h3 {
    font-size: 2.4rem; }
  .top-articles-mod .block-wrapper .image {
    margin: 45px -28px -32px 0; } }

.featured-authors-mod {
  padding: 80px 0;
  position: relative; }

.featured-authors-mod .intro .title {
  margin-bottom: 70px; }

/*
.featured-authors-mod .simplebar-content { display: flex; }
.featured-authors-mod .author { flex: 0 0 304px; max-width: 304px; margin-right: 99px; }
.featured-authors-mod .items:after { content: ""; display: block; position: absolute; width: 60%; left: 20%; bottom: 6px; background-color: $color-dk-grey; height: 2px; z-index: 1; }
*/
.featured-authors-mod .items:before {
  content: "";
  display: block;
  position: absolute;
  width: 408px;
  height: 408px;
  left: -35px;
  top: -15px;
  background-color: #fbab18;
  z-index: 1;
  border-radius: 50%; }

/*
.featured-authors-mod .simplebar-track { max-width: 60%; margin: 0 auto; z-index: 2; }
.featured-authors-mod .simplebar-scrollbar::before { background: $color-purple; border-radius: 0; height: 4px !important; opacity: 1; }
.featured-authors-mod .simplebar-wrapper { position: relative; z-index: 2; }
*/
.featured-authors-mod .image {
  margin-bottom: 30px; }

.featured-authors-mod .image > a {
  position: relative;
  display: inline-block; }

.featured-authors-mod .image > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 0.3s ease; }

.featured-authors-mod .author:hover .image > a:before {
  opacity: 1; }

.featured-authors-mod .meta {
  color: #8c9095; }

.featured-authors-mod .link a {
  color: #19212b; }

.featured-authors-mod .items .slick-list {
  z-index: 2; }

.featured-authors-mod .items .slick-prev, .featured-authors-mod .items .slick-next {
  z-index: 3; }

.featured-authors-mod .author {
  padding-right: 30px; }

.cta-block-mod {
  padding: 80px 0; }

.cta-block-mod .row {
  min-height: 500px; }

.cta-block-mod .content {
  padding: 60px 112px; }

.cta-block-mod .button-wrapper {
  margin-top: 2rem; }

.cta-block-mod .image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.shifting-left-mod {
  padding: 160px 0 0 0;
  position: relative;
  background-image: url("http://appd.clientwebdev.com/wp-content/uploads/2021/07/05.png");
  background-position: 108% 40%;
  background-repeat: no-repeat;
  background-size: 445px; }

.shifting-left-mod .content {
  padding: 0 45px;
  margin-bottom: 100px; }

.shifting-left-mod .block {
  padding: 0 80px;
  margin-bottom: 105px; }

.shifting-left-mod .block:nth-child(even) .block-wrapper {
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px); }

.shifting-left-mod .block:nth-child(odd) .block-wrapper {
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px); }

.shifting-left-mod .block:nth-child(odd) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.shifting-left-mod .block .title {
  margin-bottom: 30px; }

.shifting-left-mod .block .tag {
  padding: 1px 10px 3px 10px;
  color: #19212b;
  background-color: #FFFFFF;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  margin-right: 16px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px; }

.shifting-left-mod .block a {
  color: inherit; }

.shifting-left-mod .block:last-child {
  margin-bottom: 0; }

.shifting-left-wrapper > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.recent-articles-mod {
  padding: 40px 0 80px 0;
  position: relative; }

.recent-articles-mod .intro .col-12 {
  margin-bottom: 80px; }

.recent-articles-mod .items .item {
  padding-top: 80px;
  border-top: solid 1px #ebedf1;
  margin-top: 80px; }

.recent-articles-mod .items .item .meta .author {
  display: none; }

.recent-articles-mod .items .item .meta .date {
  padding-left: 0;
  margin-left: 0; }

.recent-articles-mod .items .item .meta .date:before {
  display: none; }

.recent-articles-mod .items .item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-top: 0;
  padding-top: 0;
  border-top: none; }

.recent-articles-mod .items .item:first-child .post .image {
  height: auto; }

.recent-articles-mod .items .item:first-child .post .image img {
  height: auto; }

.recent-articles-mod .items .item:first-child .post .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.recent-articles-mod .items .item:first-child .post .post-title {
  font-size: 32px;
  line-height: 1.25; }

.recent-articles-mod .items .item:first-child .post .post-header, .recent-articles-mod .items .item:first-child .post .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 15px); }

.recent-articles-mod .items .item:first-child .post .text {
  margin-top: 0;
  padding-top: 45px; }

.recent-articles-mod .items .item:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none; }

.recent-articles-mod .items .item:nth-child(2) .post {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/*
.recent-articles-mod .items .item:not(:first-child) .post .text {
  display: none; }
*/

@media (max-width: 576px) {
  .recent-articles-mod .items .item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .recent-articles-mod .items .item:first-child .post .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .recent-articles-mod .items .item:first-child .post .post-header, .recent-articles-mod .items .item:first-child .post .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .recent-articles-mod .items .item .categories, .recent-articles-mod .items .item .content .meta {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .recent-articles-mod .items .item .content {
    min-height: 1px !important; } }

/* archive */
#posts-feed {
  padding: 80px 0; }

#posts-feed .page-title {
  margin-bottom: 48px; }

#posts-feed .items .item {
  margin-bottom: 80px; }

#posts-feed .items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#posts-feed .items .item:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }

#posts-feed .items .item:first-child div.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: solid 1px #ebedf1; }

#posts-feed .items .item:first-child .post .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  height: 470px;
  margin-top: 0; }

#posts-feed .items .item:first-child .post .image img {
  height: 470px; }

#posts-feed .items .item:first-child .post .content {
  padding-left: 10%; }

#posts-feed .items .item:first-child .post .post-title {
  font-size: 44px;
  line-height: 1.09;
  margin-bottom: 10px; }

#posts-feed .items .item:first-child .post .text {
  color: #19212b; }

#posts-feed .items .item:not(:first-child) .post .meta .author {
  display: none; }

#posts-feed .items .item:not(:first-child) .post .meta .date {
  padding-left: 0; margin-left: 0; }

#posts-feed .items .item:not(:first-child) .post .meta .date:before {
  display: none; }

#posts-feed .items .item:nth-child(5) .post {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#posts-feed .items .item:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

#posts-feed .items .item:nth-child(6) .post .image {
  height: 405px; }

#posts-feed .items .item:nth-child(6) .post .image img {
  height: 405px; }

#posts-feed .items .item:nth-child(6) .post .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#posts-feed .items .item:nth-child(6) .post .post-title {
  font-size: 32px;
  line-height: 1.25; }

#posts-feed .items .item:nth-child(6) .post .post-header, #posts-feed .items .item:nth-child(6) .post .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 15px); }

#posts-feed .items .item:nth-child(6) .post .text {
  margin-top: 0;
  padding-top: 45px; }

#posts-feed .items .item:nth-child(7), #posts-feed .items .item:nth-child(8), #posts-feed .items .item:nth-child(9), #posts-feed .items .item:nth-child(10) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%; }

#posts-feed .items .item:nth-child(7) .image, #posts-feed .items .item:nth-child(8) .image, #posts-feed .items .item:nth-child(9) .image, #posts-feed .items .item:nth-child(10) .image {
  display: none; }

/* single */
.post .entry-header {
  padding: 64px 0;
  overflow: hidden; }

.single .post .entry-header {
  padding-top: 0; }

.post .entry-header .breadcrumb {
  position: absolute; }

.post .entry-header .row {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.post .entry-header .content {
  padding: 30px 15px 30px 55px; }

.post .content .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px; }

.post .content .categories .cat {
  padding: 1px 10px 3px 10px;
  color: #FFFFFF;
  background-color: #19212b;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  margin-right: 16px;
  margin-bottom: 10px; }

.post .content .categories .cat:last-child {
  margin-right: 0; }

.post .content .categories .cat > a:hover {
  -webkit-filter: brightness(65%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  color: #FFF !important; }

.post .entry-header .content .entry-title {
  margin-bottom: 20px;
  font-weight: 300; }

.post .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8c9095; }

.post .content .meta strong, .post .content .meta a {
  color: #19212b !important; }

.post .content .meta .date {
  padding: 0 12px;
  margin: 0 12px;
  position: relative; }

.post .content .meta .date:before, .post .content .meta .date:after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  height: 0.25rem;
  width: 0.25rem;
  background-color: #8c9095;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.post .content .meta .date:before {
  left: 0; }

.post .content .meta .date:after {
  right: 0; display: none; }

.post .content .text {
  color: #8c9095;
  margin-top: 10px; }

.post .image > a {
  display: block; }

.post .image {
  height: 264px;
  overflow: hidden;
  margin-bottom: 45px; }

.post .image img {
  height: 264px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.post .entry-header .image {
  height: 540px;
  max-width: 540px;
  float: right;
  margin-bottom: 0;
  -webkit-transform: translateX(64px);
  -ms-transform: translateX(64px);
  transform: translateX(64px); }

.post .entry-header .image.circle {
  clip-path: circle(50% at 50% 50%); }

.post .entry-header .image.partial-circle {
  clip-path: url(#myClip); }

.post .entry-header .image.fancy {
  clip-path: url(#myClip); }

.post .entry-header .image img {
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover; }

.post .post-title {
  font-size: 20px;
  line-height: 1.5;
  color: #19212b; }

.post .post-title a {
  color: inherit; }

.post .entry-content .content-wrapper {
  padding: 0 15px 0 55px; }

body:not(.author) .post #author-info {
  padding: 30px 0;
  margin-top: 95px;
  margin-bottom: 95px;
  border-top: solid 1px #ebedf1;
  border-bottom: solid 1px #ebedf1;
  background: none !important; }

body:not(.author) .post #author-info .avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px; }

body:not(.author) .post #author-info .name, body:not(.author) .post #author-info .name a {
  font-weight: 600; }

body:not(.author) .post #author-info .role {
  color: #8c9095; }

.post .custom-cta {
  margin: 80px -84% 80px -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.post .custom-cta .content-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 80px 0 80px 80px;
  color: #FFFFFF; }

.post .custom-cta .image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  padding: 0 25px;
  padding-top: 50px; }

.post .custom-cta .button-wrapper {
  margin-top: 2rem; }

.items .item article {
  height: 100%; }

.items .post {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.related-posts {
  padding: 80px 0; }

.related-posts h2 {
  padding-bottom: 48px;
  font-weight: 300; }

.related-posts .post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.related-posts .post .content {
  background-color: #f8f9fc;
  padding: 20px; }

.related-posts .post .content .text a {
  color: #4e3eb1 !important;
  font-size: 18px;
  line-height: 1.44em;
  font-weight: 400; }

.related-posts .post .content .text a:hover {
  -webkit-filter: brightness(65%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease; }

.related-posts .post .content .text a:after {
  content: '\2192';
  display: inline-block;
  position: relative;
  right: -10px;
  margin-right: -15px;
  font-size: 15px;
  top: -1px; }

.related-posts .post .content .text a > span {
  width: 6px;
  display: inline-block;
  color: #8c9095;
  margin-left: 5px; }

.related-posts .post .image {
  margin-top: 0 !important; }

.blog-sidebar form {
  display: flex; }

.blog-sidebar .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  list-style: none !important; }

.blog-sidebar .social-links > li {
  margin: 0 16px;
  font-size: 22px; }

.blog-sidebar .social-links > li a {
  color: #19212b !important; }

/*
#wtr-progress.top { z-index: 100; width: 100%; max-width: 1440px; top: 110px !important; left: 50%; transform: translateX(-50%); }
#wtr-progress.top.shown { top: 110px !important; }
.admin-bar #wtr-progress.top.shown { top: 142px !important; }
*/
#wtr-progress.top {
  z-index: 100;
  width: 100%;
  max-width: 1440px;
  top: 50px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/*
#wtr-progress.top.shown {
  top: 50px !important; }

.admin-bar #wtr-progress.top.shown {
  top: 82px !important; }
*/

#wtr-progress.top.shown {
  top: 39px !important; }

.admin-bar #wtr-progress.top.shown {
  top: 71px !important; }

@media (max-width: 576px) {
  .post .image, .post .image img {
    height: 232px; } }

/* authors */
#author-info {
  background-color: #f8f9fc;
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
  padding-top: 64px; }

#author-info:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66px;
  background-color: #FFFFFF; }

.single-post #author-info:before {
  display: none; }

#author-info .container {
  position: relative;
  z-index: 2; }

#author-info .image {
  position: relative; }

#author-info .image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 15px;
  bottom: -35px;
  height: 0;
  padding-bottom: calc(100% - 30px);
  border-radius: 50%;
  background-color: #fbab18; }

#author-info .image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66px;
  background-color: #FFFFFF; }

#author-info .image img {
  position: relative;
  z-index: 3;
  max-width: 80%; }

/*.single-authors #main-header { display: none; }*/
.authors .item, .author .item {
  border-bottom: solid 1px #ebedf1;
  padding-bottom: 80px;
  margin-bottom: 80px; }

.authors .stats, .author .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.authors .stats .read, .author .stats .read {
  color: #8c9095; }

.authors .title h3, .author .title h3 {
  font-size: 3.4rem;
  font-weight: 400; }

.authors .title hr, .author .title hr {
  margin: 3rem 0 80px 0; }

.authors .item .post, .author .item .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%; }

.authors .item .post .content, .authors .item .post .image, .author .item .post .content, .author .item .post .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }

.authors .item .post .image, .author .item .post .image {
  -ms-flex-item-align: end;
  align-self: flex-end; }

/* cta widget */
.cta_widget {
  margin-top: 65px; }

.cta_widget .cta-wrapper {
  background-color: #00bced;
  overflow: hidden; }

.cta_widget .cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cta_widget .widget-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 50%;
  overflow: hidden;
  margin: -5% 0 -5% -5%; }

.cta_widget .widget-content {
  padding: 30px 60px;
  color: #beecf8; }

.cta_widget .widget-content h3 {
  color: #FFFFFF; }

.cta_widget .widget-content a {
  color: inherit; }

.cta_widget .widget-content .text > p {
  font-size: 2rem; }

.cta_widget .widget-content .footer-privacy-policy {
  font-size: 13px;
  color: #beecf8; }

.cta_widget .widget-content .footer-privacy-policy a {
  color: #FFFFFF; }

#sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00bced;
  color: #FFFFFF;
  padding: 15px;
  z-index: 99; }

#sticky-cta.hide {
  bottom: auto;
  top: 100vh; }

#sticky-cta.hidden {
  display: none;
  visibility: hidden;
  pointer-events: none; }

#sticky-cta .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px; }

#sticky-cta .title h3 {
  margin: 0;
  white-space: nowrap; }

#sticky-cta .title .widget-image {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  max-width: 36px;
  margin-right: 15px; }

#sticky-cta .title .widget-image img {
  width: 100%; }

#sticky-cta .text p:last-child {
  margin: 0; }

#sticky-cta .sticky-cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#sticky-cta .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px; }

#sticky-cta .sticky-cta-inner .btn {
  min-width: 178px; }

.sticky-cta-wrapper {
  position: relative; }

.sticky-cta-close {
  position: absolute;
  top: 0;
  right: 0; }

@media (min-width: 992px) {
  .cta_widget .widget-content {
    padding: 30px 112px 30px 60px; } }

/* Custom CTA link */
a.btn.btn-play.btn-cta-no-icon {
  color: #FFF;
}
a.btn.btn-play.btn-cta-no-icon .svg-play {
  display: none;
}
