/*
Theme Name:     Opinion Child
Theme URI:      http://mekshq.com
Description:    Child theme for Opinion WordPress theme
Author:         meks
Author URI:     http://mekshq.com
Template:       opinion
Version:        0.1.24
*/
.entry-title,
.entry-title a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2d3541;
}
.cincopa-blog-top-section .entry-content {
  margin-bottom: 1.6em;
}
.cincopa-blog-top-section .entry-category {
  float: left;
  margin-right: 10px;
}
.cincopa-blog-top-section .entry-meta {
  float: left;
  padding-left: 10px;
  border-left: 2px solid #656d78;
  margin-bottom: 0;
  margin-top: 0;
}

.cincopa-blog-top-section .entry-category:after {
  display: none;
}

#cincopa-blog-sidebar .entry-category a:not(:first-child),
.cincopa-blog-top-section .entry-category a:not(:first-child),
.cincopa-blog-post-section .entry-category a:not(:first-child),
.cincopa-blog-post-section .entry-see-all a:not(:first-child) {
  display: none;
}
#cincopa-blog-sidebar .original-widget-post,
.cp-inpostwidget-area .original-widget-post {
  clear: both;
  min-height: 91px;
}
#cincopa-blog-sidebar .post-date,
.cp-inpostwidget-area .post-date {
  float: left;
  padding-left: 10px;
  border-left: 1px solid #7a899f;
}
#cincopa-blog-sidebar .entry-category,
.cp-inpostwidget-area .entry-category {
  float: left;
  margin-right: 10px;
  line-height: normal;
  margin-bottom: 0;
}
#cincopa-blog-sidebar div.entry-category a,
.cp-inpostwidget-area div.entry-category a {
  text-transform: initial;
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
}
#cincopa-blog-sidebar .entry-header,
.cp-inpostwidget-area .entry-header {
  overflow: hidden;
  margin-bottom: 20px;
}
#cincopa-blog-sidebar .entry-header a.title,
.cp-inpostwidget-area .entry-header a.title {
  display: block;
}
#cincopa-blog-sidebar .entry-category:after,
.cp-inpostwidget-area .entry-category:after {
  display: none;
}
#cincopa-blog-sidebar .sbe-spinner,
.cp-inpostwidget-area .sbe-spinner {
  display: none;
}
#cincopa-blog-sidebar input[type="email"],
#cincopa-blog-sidebar input[type="text"],
.cp-inpostwidget-area input[type="email"],
.cp-inpostwidget-area input[type="text"] {
  height: 44px;
  margin-bottom: 20px;
}
#cincopa-blog-sidebar input[type="submit"]:hover,
.cp-inpostwidget-area input[type="submit"]:hover {
  letter-spacing: 5px;
  transition: all 280ms ease-in-out;
}
#cincopa-blog-sidebar input[type="submit"],
.cp-inpostwidget-area input[type="submit"] {
  padding: 0.8rem 2.5em;
  width: 100%;
  border-radius: 4px;
}
.cincopa-blog-post-section {
  position: relative;
}

.cincopa-blog-post-section .entry-category {
  margin-bottom: 0;
}

.cincopa-blog-post-section .entry-category a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
  text-decoration: none;
}

.cincopa-blog-post-section .entry-category:after {
  display: none !important;
}

.cincopa-blog-post-section .entry-wrap {
  min-height: 350px;
}

.cincopa-blog-post-section .entry-content {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #4c535d;
  margin-bottom: 36px;
  height: 70px;
}

.cincopa-blog-post-section .entry-media {
  margin-bottom: 30px;
}

.cincopa-blog-post-section .entry-media img {
  margin-left: 1px;
  height: 260px;
  width: calc(100% - 15px);
  border-radius: 6px;
}

.cincopa-blog-post-section .entry-header .entry-title {
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #2d3541;
  margin-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.opinion-layout-small .entry-header .entry-title {
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2d3541;
}
.cincopa-blog-post-section .right-arrow {
  position: relative;
  display: inline-block;
  height: 6px;
  width: 20px;
}
.cincopa-blog-post-section .right-arrow:after {
  background-color: #999;
  content: "";
  transform-origin: bottom right;
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  transform: rotate(-40deg);
}
.cincopa-blog-post-section .right-arrow:before {
  background-color: #999;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  transform: rotate(40deg);
  transform-origin: top right;
}

.cincopa-blog-post-section .entry-see-all a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  vertical-align: middle;
}
.cincopa-blog-post-section .entry-see-all {
  margin-top: 36px;
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid #dcdfe3;
  border-bottom: 1px solid #dcdfe3;
}

body .opinion-header li:hover > a,
body .opinion-action-close:hover,
body .opinion-header .opinion-menu > li.current-menu-ancestor > a,
body .opinion-header .opinion-menu > li.current-menu-item > a,
body .widget p a:hover,
body .widget li a:hover,
body #cincopa-blog-sidebar .widget .entry-header a:hover,
body .entry-category a:hover,
body .section-nav a:hover,
body .entry-title a:hover,
body .entry-meta a:hover,
body .fn a:hover,
body .slot-title a:hover {
  color: #0086cf;
}
body .entry-category a:hover,
body .section-nav a:hover,
body .entry-title a:hover,
body .entry-meta a:hover,
body .fn a:hover,
body .slot-title a:hover,
body .widget .entry-header a:hover {
  background: rgba(77, 70, 79, 0);
}
body .cincopa-blog-post-section .entry-see-all a:hover {
  text-decoration: underline;
}
body .opinion-header-border {
  background: rgba(77, 70, 79, 0.1);
  height: 1px;
  display: none;
}
body .opinion-header {
  display: none;
  background-color: #ffffff;
  max-width: 100%;
}
body .opinion-slot-c .opinion-menu > li {
  margin-left: 30px;
  margin-right: 30px;
}
body a {
  color: #2d3541;
}

.post-template-studyArticleTemplate a {
  color: #0086cf;
}

html,
body {
  font-family: "Source Sans Pro";
  background: none !important;
}

@media screen and (min-width: 800px) {
  .navStaticPages.loggedout ~ #opinion-header {
    margin-top: 80px;
  }
}

.container .col-12:nth-of-type(2) .cincopa-blog-post-section .entry-see-all a,
.container .col-12:nth-of-type(2) .cincopa-blog-post-section .entry-category a {
  color: #9a7cff;
}
.container .col-12:nth-of-type(3) .cincopa-blog-post-section .entry-see-all a,
.container .col-12:nth-of-type(3) .cincopa-blog-post-section .entry-category a {
  color: #0086cf;
}
.container .col-12:nth-of-type(4) .cincopa-blog-post-section .entry-see-all a,
.container .col-12:nth-of-type(4) .cincopa-blog-post-section .entry-category a {
  color: #fd7a19;
}
.container .col-12:nth-of-type(5) .cincopa-blog-post-section .entry-see-all a,
.container .col-12:nth-of-type(5) .cincopa-blog-post-section .entry-category a {
  color: #3aa847;
}

.container
  .col-12:nth-of-type(2)
  .cincopa-blog-post-section
  .right-arrow:before,
.container
  .col-12:nth-of-type(2)
  .cincopa-blog-post-section
  .right-arrow:after {
  background-color: #9a7cff;
}
.container
  .col-12:nth-of-type(3)
  .cincopa-blog-post-section
  .right-arrow:before,
.container
  .col-12:nth-of-type(3)
  .cincopa-blog-post-section
  .right-arrow:after {
  background-color: #0086cf;
}
.container
  .col-12:nth-of-type(4)
  .cincopa-blog-post-section
  .right-arrow:before,
.container
  .col-12:nth-of-type(4)
  .cincopa-blog-post-section
  .right-arrow:after {
  background-color: #fd7a19;
}
.container
  .col-12:nth-of-type(5)
  .cincopa-blog-post-section
  .right-arrow:before,
.container
  .col-12:nth-of-type(5)
  .cincopa-blog-post-section
  .right-arrow:after {
  background-color: #3aa847;
}

.cincopa-blog-top-section .entry-media a:hover,
.cincopa-blog-top-section .entry-media a {
  border-radius: 6px;
}

#cincopa-blog-sidebar .opinion-sticky {
  z-index: 1000;
  background: #fff;
}
#cincopa-blog-sidebar .widget:not([id^="subscribe-by-email-"]) .widget-title {
  font-size: 1.5rem;
}
.opinion_posts__child_widget .opinion-bg-light {
  background: #fff;
}
.opinion-single .entry-content .alignnone {
  max-width: 100%;
  margin-left: 0;
  pointer-events: none;
}
.cincopa-categories-page .entry-category a,
.cincopa-categories-page .entry-category:after,
.cincopa-categories-page .entry-see-all {
  display: none;
}
.cincopa-categories-page .section-title {
  text-align: center;
  color: #0086cf;
}
.cincopa-categories-page .section-head-left {
  flex: 1;
  width: 100%;
  max-width: 100%;
}
.cincopa-blog-post-section > a:hover .entry-title,
.cincopa-blog-top-section .entry-wrap a:hover .entry-title {
  color: #0086cf;
}
.entry-media img {
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  -o-transition: transform 0.45s;
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.entry-media:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.cincopa-blog-post-section .entry-media {
  pointer-events: auto;
  overflow: hidden;
}
.cincopa-blog-top-section .entry-media a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
}
.cincopa-social-wrap .meks_ess {
  align-items: center;
}

.cincopa-social-wrap .meks_ess a {
  background-color: #0086cf;
  color: #fff;
  border: 1px solid #fff;
}
.cincopa-social-wrap .meks_ess a:hover {
  background-color: #3b5998;
  color: #fff;
}
.opinion-related .section-title {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #2d3541;
}
.opinion-section.related-section .entry-media {
  width: 404px;
  height: 490.6px !important;
}
.opinion_posts__child_widget .widget-title {
  color: #7a899f;
}
#cincopa-blog-sidebar .widget .post-date {
  opacity: 1;
}
#cincopa-blog-sidebar .widget .post-date {
  color: #7a899f;
}

.cincopa-blog-top-section .entry-meta .post-date {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #656d78;
}

.cincopa-blog-top-section .entry-category a:hover {
  text-decoration: underline;
}
#opinion-header .site-title {
  display: none !important;
}

.cincopa-blog-top-section .entry-media img {
  max-width: 800px;
}

.cincopa-blog-top-section .entry-wrap {
  position: relative;
  width: 75%;
  margin-top: -150px;
  left: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.cincopa-blog-top-section .entry-wrap .entry-title {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #2d3541;
  margin-bottom: 10px;
}

.cincopa-blog-top-section .entry-wrap .entry-content {
  font-family: "Open Sans";
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #4c535d;
  margin-bottom: 15px;
  font-size: 18px;
}

.cincopa-blog-top-section .entry-wrap .entry-category a,
.cincopa-blog-top-section .entry-wrap .entry-meta {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #656d78;
}

.cincopa-blog-top-section .entry-wrap .entry-category a {
  font-family: Montserrat;
  font-weight: 600;
  color: #0086cf;
}
.entry-category a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 3.08px;
  text-align: left;
  color: #0086cf;
}
.entry-category:after {
  background-color: transparent;
}
.opinion-single .entry-content p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #4c535d;
  margin-bottom: 29px;
}
.entry-content a {
  color: #0086cf !important;
  box-shadow: 0 1px 0 #0086cf !important;
}
.opinion-single .entry-content li {
  font-family: "Open Sans";
  font-size: 18px;
}
.entry-meta {
  margin-bottom: 0 !important;
}
.meta-item.meta-author {
  margin-top: 23px;
}
.cincopa-social-wrap .meks_ess a {
  background-color: #0086cf;
  color: #fff;
  border: 1px solid #fff;
  width: 48px;
  /* padding: 10px; */
  height: 48px;
  background-color: #0086cf;
  padding: 0;
  display: block;
  line-height: 48px;
}
.entry-meta a {
  font-family: "Open Sans";
  color: #4d464f;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #4c535d;
}
.entry-header {
  margin-bottom: 22px;
}
.entry-content b {
  font-family: Montserrat;

  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2d3541;
}
.meta-item img {
  margin-right: 15px;
  position: relative !important;
}
.meta-author .author {
  padding: 0 !important;
}
.entry-content h4,
.entry-content h3 {
  text-align: left !important;
  margin: 30px 0 15px 0;
}
.entry-content ol {
  margin: 30px 0 15px 0;
}
.single-post .opinion-section.main-section .entry-title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2d3541;
}
h4 span,
h3 span {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left !important;
  color: #0086cf;
}

@media (min-width: 1300px) {
  .study-article-template h4 {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  body h4,
  body .h4 {
    font-size: 2.2rem;
  }

  .study-article-template h4 {
    font-size: 1.7rem;
  }
}

.description-block-content .h1,
.description-block-content .h2,
.description-block-content .h3,
.description-block-content .h4,
.description-block-content .h5,
.description-block-content .h6,
.description-block-content h1,
.description-block-content h2,
.description-block-content h3,
.description-block-content h4,
.description-block-content h5,
.description-block-content h6 {
  margin-top: 0;
}

@media (min-width: 970px) {
  body .container {
    max-width: 1300px;
  }
  .cincopa-social-wrap .meks_ess {
    flex-direction: column;
  }
  .cincopa-social-wrap .meks_ess a {
    margin: 5px 0;
  }
}
/* Banner Fix */
.opinion-section.related-section {
  background-color: #f6f7fb;
  position: relative;
  z-index: 10 !important;
}
footer,
.landerSection {
  position: relative;
  z-index: 10000 !important;
}

html body:not(.ppt-prvu) .poptin-popup[data-poptin-type="bside"] {
  top: 80px !important;
  transform-origin: right top !important;
  z-index: 2 !important;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .opinion-section.main-section .container .section-content {
    transform: translateX(-150px);
  }

  html body:not(.ppt-prvu) .poptin-popup[data-poptin-type="bside"] {
    transform: scale(0.8) !important;
  }
}
@media (min-width: 1100px) {
  /*  .opinion-section.main-section .container .section-content {
            transform: translateX(-180px);
        } */
}
@media (max-width: 969px) {
  html body:not(.ppt-prvu) .poptin-popup[data-poptin-type="bside"] {
    display: none !important;
  }
  .opinion-section.main-section .container .section-content {
    transform: unset;
  }
}
@media (min-width: 1100px) {
  html body:not(.ppt-prvu) .poptin-popup[data-poptin-type="bside"] {
    top: 80px !important;
  }
}

.watch-action {
  display: none !important;
}

.opinion-header .opinion-menu a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: center;
  padding: 0;
  color: #2d3541;
}

@media (min-width: 570px) {
  .opinion-sidebar .widget > div {
    padding: 0;
  }
}

/* .opinion-section{
	margin-top: 5px!important;
} */

#cincopa-blog-sidebar .original-widget-post,
.cp-inpostwidget-area .original-widget-post {
  display: flex;
}

#cincopa-blog-sidebar .original-widget-post .entry-media,
.cp-inpostwidget-area .original-widget-post .entry-media {
  width: 120px;
  height: 80px;
  margin-right: 30px;
  flex-shrink: 0;
}

#cincopa-blog-sidebar .original-widget-post .entry-media img,
.cp-inpostwidget-area .original-widget-post .entry-media img {
  width: 120px;
  height: 80px;
}

#cincopa-blog-sidebar .original-widget-post .entry-header a.title,
.cp-inpostwidget-area .original-widget-post .entry-header a.title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #2d3541;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#cincopa-blog-sidebar .original-widget-post .entry-header .entry-category a,
#cincopa-blog-sidebar .original-widget-post .entry-header .post-date,
.cp-inpostwidget-area .original-widget-post .entry-header .entry-category a,
.cp-inpostwidget-area .original-widget-post .entry-header .post-date {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: left;
  color: #656d78;
  font-family: "Open Sans";
}

#cincopa-blog-sidebar .original-widget-post .entry-header .entry-category a,
.cp-inpostwidget-area .original-widget-post .entry-header .entry-category a {
  font-family: Montserrat;
  font-weight: 600;
  max-width: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cincopa-blog-sidebar
  .original-widget-post:nth-child(2n + 1)
  .entry-header
  .entry-category
  a,
.cp-inpostwidget-area
  .original-widget-post:nth-child(2n + 1)
  .entry-header
  .entry-category
  a {
  color: #0bc3d7;
}

#cincopa-blog-sidebar
  .original-widget-post:nth-child(2n + 2)
  .entry-header
  .entry-category
  a,
.cp-inpostwidget-area
  .original-widget-post:nth-child(2n + 2)
  .entry-header
  .entry-category
  a {
  color: #0086cf;
}
#cincopa-blog-sidebar
  .original-widget-post:nth-child(2n + 3)
  .entry-header
  .entry-category
  a,
.cp-inpostwidget-area
  .original-widget-post:nth-child(2n + 3)
  .entry-header
  .entry-category
  a {
  color: #fd7a19;
}

@media (max-width: 969px) {
  #cincopa-blog-sidebar .original-widget-post,
  .cp-inpostwidget-area .original-widget-post {
    display: block;
  }

  #cincopa-blog-sidebar .original-widget-post .entry-media,
  .cp-inpostwidget-area .original-widget-post .entry-media {
    display: none;
  }
}

@media (min-width: 970px) {
  .opinion-post .entry-media a img {
    height: 620px;
  }
}

@media (min-width: 970px) {
  .widget[id^="subscribe-by-email-"] {
    margin-top: 118px;
  }
}

.widget[id^="subscribe-by-email-"] > div,
.widget[id="custom_html-2"] {
  background-image: url(//www.cincopa.com/_cms/design18/images/blog-form.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 60px 70px 60px;
}
.widget[id^="subscribe-by-email-"] .widget-title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.5px;
  text-align: center;
  color: #2d3541;
  text-transform: capitalize;
  margin-bottom: 36px;
  margin-top: 0;
}

.widget[id^="subscribe-by-email-"] input[type="text"] {
  font-family: "Open Sans";
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  border-color: #b9bfc7;
  color: #656d78;
  height: 48px;
}

.widget[id^="subscribe-by-email-"] input[type="submit"] {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 1.68px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px !important;
  padding: 14px 0 !important;
  margin: 0;
  width: 100%;
}

.widget[id^="subscribe-by-email-"] .sbe-spinner {
  display: none;
}
.widget[id^="subscribe-by-email-"] p.sbe-widget-updated {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #2d3541;
  text-transform: capitalize;
  background: none;
  border: none;
}

.widget[id^="subscribe-by-email-"] .sbe-widget-form-submit-container {
  min-width: 380px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  display: none;
}
.cincopa-blog-container .subscribe-by-email input[type="email"], .subscribe-by-email input[type="text"] {
  display: block;
}
.police-text {
  margin: 10px auto;
  max-width: 268px;
  font-size: 14px;
  text-align: center;
}
.police-text a {
  color: #0086cf;
  text-decoration: underline;
}
.police-text a:hover,
.police-text a:focus {
  text-decoration: none;
}
.opinion-sticky-bottom.active {
  display: none;
}

/* article page */
body.cincopa-hide-related-articles .opinion-section.related-section {
  display: none !important;
}

/* study template css */
.study-article-template center p {
  margin-bottom: 0;
  margin-top: 0;
}

.study-article-template #opinion-header {
  display: none;
}

body.post-template-studyArticleTemplate .study-tools-column p {
  text-align: center !important;
}
body.post-template-studyArticleTemplate .article-header.top {
  top: 70px;
}
body.post-template-studyArticleTemplate .col-lg-12 .row {
  align-items: center;
}
.case-stydy {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 3.96px;
  text-align: center;
  color: #0086cf;
}

.article-header {
  background-color: #0086cf;
  background-size: 100% 100%;
  padding: 65px 10px 65px 0;
  position: relative;
  text-align: center;
}
.cincopa-presentation,
.case-study-tool-content {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.67;
  color: #4c535d;
  margin-top: 33px;
}

.case-study-text {
  font-family: "Montserrat";
  color: #fff;
  line-height: 1;
  /* margin-top: 35px; */
}

.icm-header-text {
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin-top: 15px;
}
.sub-header-icm {
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 25px;
  font-size: 26px;
  margin-top: 90px; /* fix issue when header text not exist */
}
.sub-header-icm-line > div {
  margin: 0 auto;
}
.sub-header-icm-line h4 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #4c535d;
  margin-top: 48px;
  font-weight: 400;
  text-transform: initial;
}

.study-tools {
  margin-bottom: 48px;
}

.case-study-tools {
  border-radius: 6px;
  border: solid 2px #0086cf;
  min-height: 158px;
}
.case-study-tool-header {
  color: #0086cf;
  font-weight: bold;
  margin-top: 15px;
}

.avatar-icon {
  width: 120px;
  height: 120px;
  border: solid 1px #dcdfe3;
  background-color: #ffffff;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.study-tools-column {
  margin-top: 55px;
}
.managers-block {
  background-color: #fafafc;
}

.managers-block-info-h3 {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
}
.managers-block-info {
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  text-align: left;
}
.managers-block-info-position {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  color: #656d78;
  margin-bottom: 0;
}

.managers-block-info-llc {
  font-family: "Open Sans";
  font-weight: 600;
  color: #0086cf;
  font-size: 14px;
  line-height: 2.14;
}
.managers-block-description {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.67;
  text-align: left;
  color: #4c535d;
  margin-top: 30px;
}

.goals-challenges-results {
  min-height: 340px;
  object-fit: contain;
  border-radius: 3px;
  background-color: #e7f4fb;
  margin-top: 20px;
}

.goals-challenges-results-description {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.5;
  color: #656d78;
  text-align: center;
}

.goals-icon-container,
.challenges-icon-container,
.results-icon-container {
  margin-top: 48px;
  display: inline-block;
  padding: 22px;
  background-color: #fff;
  border-radius: 50%;
  width: 92px;
  height: 92px;
}

.goals-challenges-results-icon {
  width: auto;
  height: 48px;
}

.goals-challenges-results-header {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  line-height: 2.17;
  color: #2d3541;
  margin-top: 30px;
  height: auto;
}

.description-block-header {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  color: #2d3541;
  margin-top: 30px;
}

.description-block-content {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.67;
  text-align: left;
  color: #4c535d;
  margin-top: 15px;
}
.description-block {
  margin-bottom: 78px;
}
.logo-container {
  display: none;
}

@media screen and (min-width: 768.99px) {
  .description-block_col-lg-offset {
    margin-left: 16%;
  }
}

@media screen and (min-width: 970px) {
  .article-header {
    text-align: left;
  }
  .case-study-text {
    font-size: 18px;
    margin-left: 95px;
  }
  .icm-header-text {
    font-size: 48px;
    margin-left: 95px;
  }
  .sub-header-icm {
    margin-top: 120px;
    font-size: 36px;
  }
  .cincopa-presentation {
    max-width: 869px;
    height: 59px;
    display: inline-block;
    margin-top: 48px;
  }
  .managers-block {
    padding: 60px 0;
  }
  .goals-challenges-results-block {
    margin-top: 106px;
  }
  .goals-challenges-results-description {
    padding: 0 52px;
  }
  .description-block {
    margin-top: 122px;
  }
  .managers-block-info {
    border-right: 2px solid #0086cf;
    /* padding-right: 120px; */
    padding-right: 90px;
  }
  .description-block {
    margin-bottom: 195px;
  }
  .description-block-header {
    font-size: 24px;
  }
  .description-block-content {
    font-size: 18px;
  }
  .logo-container {
    display: block;
    float: right;
    width: 190px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    border-radius: 99%;
    background-color: #fff;
    background-position: center center;
    z-index: 1111;
    box-shadow: 0px 1px 4px #4d464f;
  }
}

@media screen and (min-width: 970px) and (max-width: 1225px) {
  .managers-block-info {
    padding-right: 23px;
  }
}
/* search */
body.search .search-form.opinion-form-special {
  display: none;
}
body.search article {
  display: flex;
  flex-direction: row;
}

body.search article .entry-media a img {
  height: auto !important;
  max-width: 150px !important;
}

body.search article .entry-wrap {
  padding: 0;
  margin-top: 0px;
}

/* end search */

/* sticky menu styles and headline styles*/

.chapter-headline {
  position: relative;
  margin-top: 1.375rem;
  margin-bottom: 15px;
}

.chapter-headline:before {
  content: "";
  width: 0.3125rem;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: -15px;
  background-color: #0086cf;
}

.chapter-title {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #2d3541;
  font-style: normal !important;
}
.chapter-index {
  font-style: normal !important;
}

.menu {
  background-color: #0086cf;
  position: absolute;
  left: 0;
  min-width: 80px;
  width: 80px;
  transition: width 0.3s ease;
  overflow: hidden;
  z-index: 2;
}

.menu--scrolled {
  position: fixed;
  top: 0;
}

@media (max-width: 992px) {
  .menu {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .menu--scrolled {
    top: 0;
  }
  .wp__menu {
    top: 32px;
  }

  .menu--hovered {
    min-width: 300px;
    height: 100%;
  }
  .menu--hovered .menu__subs {
    margin-right: 5px;
    opacity: 1;
  }
  .menu--hovered .menu__index {
    font-size: 14px;
    bottom: 25px;
    max-width: 32px;
    margin-left: 20px;
  }
  .menu--hovered .menu__title {
    left: 10px;
    bottom: 15px;
    opacity: 1;
    margin-left: 20px;
  }
  .chapter-title {
    font-size: 36px;
  }
}

.menu__item {
  height: 72px;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  font-family: "Montserrat";
  cursor: pointer;
}

.menu__item--header {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  z-index: 1;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.28px;
  background-color: inherit;
}

.menu__item--active {
  background-color: #0065af;
}
.menu__list .menu__item:hover {
  background-color: #0065af;
}
.menu__item--active:before,
.menu__list .menu__item:hover:before {
  content: "";
  width: 3px;
  height: 72px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.menu__subs {
  width: 0px;
  opacity: 0;
  margin-right: 0px;
  transition: opacity 0.3s ease, width 0.3s ease, margin-right 0.3s ease;
  display: inline-block;
}

@media (max-width: 992px) {
  .menu__subs {
    width: auto !important;
    opacity: 1;
    margin-right: 5px;
  }
}

.menu__toggle {
  display: none;
  margin-left: auto;
  padding: 5px;
}

@media (max-width: 992px) {
  .menu__toggle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: transform 0.5s ease;
    transform: rotate(0deg);
  }
  .menu__toggle--active {
    transition: transform 0.5s ease;
    transform: rotate(180deg);
  }
}

.menu__list {
  height: auto;
  transform: translateY(0);
}

.menu__list--active {
  transition: height 0.5s ease, transform 0.5s ease;
}

.menu__index {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  font-size: 18px;
  transition: font-size 0.3s ease, max-width 0.3s ease, bottom 0.3s ease;

  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 0.28px;
  text-align: center;
}

.menu__title {
  position: absolute;
  white-space: nowrap;
  position: absolute;
  left: 30px;
  bottom: 20px;
  opacity: 0;
  font-size: 14px;
  transition: left 0.3s ease, bottom 0.3s ease, opacity 0.3s ease;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.32px;
  text-align: left;
}

.menu__item.menu_item--long .menu__title {
  bottom: 5px;
  line-height: 1;
  white-space: normal;
}

.cp-inpostwidget-area {
  display: none;
}
/**** new design ****/
.single-post .opinion-section.main-section {
  font-family: "Source Sans Pro";
  margin-top: 100px;
}
.opinion-section.cincopa-categories-page {
  margin-top: 100px;
}
.cincopa-blog-container {
  font-family: "Source Sans Pro";
  line-height: 1.2;
  color: #5c5c5e;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.cincopa-blog-container.cincopa-blog-main {
  background-color: #dbecf6;
  padding-top: 140px;
}
.cincopa-blog-container .content-main {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cincopa-blog-container h1 {
  text-align: center;
  font-size: 72px;
  margin-top: 0;
}
.content-main-column {
  flex-direction: column;
}
.cincopa-blog-container h3 {
  max-width: 62%;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
.cincopa-blog-container .cincopa-blog-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  background: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.cincopa-blog-container .entry-header a {
  font-size: 20px;
  color: #5c5c5e;
}
.cincopa-blog-main .cincopa-blog-main-btn-block {
  display: block;
}
.cincopa-blog-main .widget[id^="subscribe-by-email-"] > div {
  background: none;
  padding: 0;
}
.cincopa-blog-main .widget {
  margin-bottom: 0;
}
.cincopa-blog-main .widget[id^="subscribe-by-email-"] input[type="submit"] {
  background: #fff;
  color: rgb(80, 79, 81);
  font-weight: 400;
  text-transform: unset;
  font-size: 20px;
  max-width: 340px;
}
.cincopa-blog-main
  .widget[id^="subscribe-by-email-"]
  input[type="submit"]:hover {
  background: #0086cf;
  color: #fff;
}
.cincopa-blog-main span {
  width: 380px;
  text-align: center;
  font-size: 10px;
  margin-bottom: 50px;
}
.cincopa-blog-main-btn-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cincopa-blog-main-btn-block span {
  max-width: 200px;
}
.featured-article-block {
  display: flex;
  background-color: #0086cf;
  padding: 30px;
  box-shadow: 0px 0px 6px 4px #545454;
}
.featured-article-cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.featured-article-block h2 {
  max-width: 80%;
  color: #fff;
}
.cincopa-blog-btn-read-now {
  color: #146c9b;
}
.featured-article-cnt h3.popular-articles_title {
  font-size: 24px;
  width: 50%;
  border-bottom: 2px solid #5c5c5e;
  text-align: start;
  padding-bottom: 10px;
}
.featured-article-block .featured-article-block_title {
  font-size: 50px;
}
.featured-article-block p {
  font-size: 16px;
  color: #d3d3d3;
}
.featured-article-block .featured-article-author {
  font-size: 22px;
  font-weight: 700;
  color: rgb(217, 217, 217);
}
.featured-article-block a.cincopa-blog-btn-read-now {
  color: #146c9b;
  max-width: 200px;
  font-size: 20px;
  border-radius: 8px;
}
.featured-article-content {
  width: 50%;
}
.featured-article-thumbnail {
  position: relative;
  width: 50%;
}
.featured-article-thumbnail img {
  position: absolute;
  bottom: 0;
}
.browse-by-category .content-main {
  max-width: 950px;
}
.browse-by-category h2 {
  text-align: center;
  font-size: 38px;
  color: rgb(67, 66, 68);
  font-weight: 700;
}
.browse-by-category h3 {
  margin-bottom: 30px;
  font-size: 30px;
  max-width: 80%;
}
.browse-by-category_items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.browse-by-category_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 52px;
  font-size: 22px;
  padding: 0 20px;
  border-radius: 4px;
  border: 2px solid;
  transition: 0.4s;
}
.browse-by-category_item:nth-child(1) {
  border-color: #EC5C59;
  color: #EC5C59;
}
.browse-by-category_item:nth-child(2) {
  border-color: #FF914D;
  color: #FF914D;
}
.browse-by-category_item:nth-child(3) {
  border-color: #000;
  color: #000;
}
.browse-by-category_item:nth-child(4) {
  border-color: #68902B;
  color: #68902B;
}
.browse-by-category_item:nth-child(5) {
  border-color: #1C97A0;
  color: #1C97A0;
}
.browse-by-category_item:nth-child(6) {
  border-color: #FF5C6E;
  color: #FF5C6E;
}

.browse-by-category_item:hover {
  color: #fff;
}
.browse-by-category_item:nth-child(1):hover {
  background-color: #EC5C59;
}
.browse-by-category_item:nth-child(2):hover {
  background-color: #FF914D;
}
.browse-by-category_item:nth-child(3):hover {
  background-color: #000;
}
.browse-by-category_item:nth-child(4):hover {
  background-color: #68902B;
}
.browse-by-category_item:nth-child(5):hover {
  background-color: #1C97A0;
}
.browse-by-category_item:nth-child(6):hover {
  background-color: #FF5C6E;
}
/* .browse-by-category_item:nth-child(1n+1) {
  background-color: #a0ddff; 
}
.browse-by-category_item:nth-child(2n+2) {
  background-color: #ffefb1;
}
.browse-by-category_item:nth-child(3n+3) {
  background-color: #c2edb0;
}
.browse-by-category_item:nth-child(5n+5) {
  background-color: #ffcdaf;
}
.browse-by-category_item:nth-child(7n+7) {
  background-color: #e7baf3;
}
.browse-by-category_item:nth-child(9n+9) {
  background-color: #ffb0b0;
}
.browse-by-category_item:nth-child(11n+11) {
  background-color: #b4e99d;
}
.browse-by-category_item:nth-child(13n+13) {
  background-color: #91e3f1;
}
.browse-by-category_item:nth-child(17n+17) {
  background-color: #ffeea8;
} */
.blogs-container .opinion-sidebar {
  display: flex;
  width: 100%;
}
.blogs-container .opinion-sidebar .AjaxSearchLiteWidget  {
    max-width: 380px;
    margin: 0;
    margin-right: 0;
    margin-left: auto;
}
.blogs-container .opinion-sidebar .AjaxSearchLiteWidget .opinion-bg-light {
  border: 2px solid #5c5c5e;
  border-radius: 15px;
  height: 52px;
  padding: 0;
}
.blogs-container .opinion-sidebar .AjaxSearchLiteWidget .opinion-bg-light #ajaxsearchlite1 {
  border-radius: 15px;
}
.blogs-container_item {
  display: none;
  gap: 20px;
  margin-bottom: 40px;
}
.blogs-container_item-image,
#cincopa-blog-sidebar .original-widget-post .entry-media {
  background: #f1f1f1;
  width: 530px;
  height: 320px;
  border-radius: 10px;
}
.blogs-container_items img {
  box-shadow: 0px 0px 6px 4px #939393;
}
.blogs-container_item-image img,
#cincopa-blog-sidebar .original-widget-post .entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blogs-container_item-text {
  max-width: 650px;
}
.blogs-container_item-text h2,
p {
  color: #5c5c5e;
}
.blogs-container_item-text h2 a {
  color: #5c5c5e;
  transition: all .6s;
}
.blogs-container_item-text h2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 40px;
}
.blogs-container_item-text h2 a:hover,
.blogs-container_item-text h2 a:focus {
  color: #0086cf;
}
.blogs-container_item-text p {
  display: inline;
  font-size: 22px;
}
.blogs-container_item-short a {
  color: #0086cf;
  text-decoration: underline;
  transition: all .6s;
}
.blogs-container_item-short a:hover {
  text-decoration: none;
}
.blogs-container_item-short {
  font-size: 23px;
  margin-top: 10px;
}
.popular-articles h3.popular-articles_title {
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  text-align: left;
  border-bottom: 2px solid #5c5c5e;
  padding-bottom: 6px;
}
.popular-articles img {
  max-width: 100%;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  border-radius: 10px;
}
.popular-articles_items {
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}
.popular-articles_item {
  width: 278px;
  min-width: 278px;
}
.popular-articles_item .article_title {
  transition: all .6s;
}
.popular-articles_item:hover .article_title {
  color: #0086cf;
}
.article_title {
  margin: 15px 0;
  font-size: 20px;
}
.article_thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
.popular-articles_items::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}
.start-free-trial {
  display: flex;
  gap: 0 50px;
  align-items: center;
  padding: 0;
}
.start-free-trial .content-main {
  background-color: #7ed957;
  padding: 85px 0;
}
.start-free-trial h2 {
  font-size: 45px;
    font-weight: 700;
    color: #fff;
    max-width: 600px;
    margin: 0;
}

.popular-articles_items::-webkit-scrollbar {
  width: 20px;
}
.popular-articles_items::-webkit-scrollbar-track {
  background: #d9d9d9; 
  border-radius: 0;
}
 
.popular-articles_items::-webkit-scrollbar-thumb {
  background: #5c5c5e; 
  border-radius: 10px;
  cursor: pointer;
}
.popular-articles_items::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.popular-articles_items .opinion-widget-posts- {
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}
.popular-articles_items .original-widget-post {
  width: 278px;
  min-width: 278px;
}
.popular-articles_items .entry-category {
  display: none;
}
.popular-articles_items .post-date {
  display: none;
}
.popular-articles_items .entry-header {
  margin-bottom: 10px;
}
.popular-articles_items .title {
  margin: 15px 0;
  font-size: 20px;
}
.author-description {
  display: flex;
  flex-direction: column;
}
.author-text {
  font-size: 16px;
}
.anchor-cnt {
  display: flex;
  flex-direction: column;
  margin-top: 140px;
  padding: 4px;
  background-color: #F4F4F4;
  border-radius: 5px;
}
.anchor-cnt a,h2 {
  cursor: pointer;
}
.anchor-cnt-tilte {
  margin: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}
.anchor-cnt-item{
  font-size: 16px;
  margin: 10px;
  font-weight: 300;
}
.entry-category-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAD3D2;
  border-radius: 5px;
  width: 120px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.anchor-cnt li {
  list-style: none;
}
.return-to-blogs-btn {
  display: flex;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  font-size: 18px;
}
.return-to-blogs-btn::before {
  content: "";
  background-image: url("//wwwcdn.cincopa.com/_cms/design18/images/long-left-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 20px;
}
.anchor-cnt a {
  display: block;
  color: #000;
  line-height: 1.4;
}
.most-popular-articles .popular-articles_items .opinion-widget-posts-large {
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}
.most-popular-articles .popular-articles_items .opinion-widget-posts-large .entry-header {
  margin: 15px 0;
}
.most-popular-articles .popular-articles_items .opinion-widget-posts-large .original-widget-post {
  display: block;
  width: 278px;
  min-width: 278px;
}
.most-popular-articles .popular-articles_items .opinion-widget-posts-large::-webkit-scrollbar {
  width: 20px;
}
.most-popular-articles .popular-articles_items .opinion-widget-posts-large::-webkit-scrollbar-track {
  background: #d9d9d9; 
  border-radius: 0;
}
 
.most-popular-articles .popular-articles_items .opinion-widget-posts-large::-webkit-scrollbar-thumb {
  background: #5c5c5e; 
  border-radius: 10px;
  cursor: pointer;
}
.most-popular-articles .popular-articles_items .opinion-widget-posts-large::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.opinion-single .entry-header .entry-category a::before {
  display: none;
}
.opinion-single .entry-header .entry-category a {
  background-color: #FAD3D2;
  color: #000;
  text-transform: capitalize;
  padding: 8px;
  margin: 8px;
  border-radius: 4px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.opinion-single .entry-header .entry-category a:nth-child(1) {
  background-color: #a0ddff; 
}
.opinion-single .entry-header .entry-category a:nth-child(2) {
  background-color: #ffefb1;
}
.opinion-single .entry-header .entry-category a:nth-child(3) {
  background-color: #c2edb0;
}
.opinion-single .entry-header .entry-category a:nth-child(4) {
  background-color: #ffcdaf;
}
.opinion-single .entry-header .entry-category a:nth-child(5) {
  background-color: #e7baf3;
}
.opinion-single .entry-header .entry-category a:nth-child(6) {
  background-color: #ffb0b0;
}
.opinion-single .entry-header .entry-category a:nth-child(7) {
  background-color: #b4e99d;
}
.opinion-single .entry-header .entry-category a:nth-child(8) {
  background-color: #91e3f1;
}
.opinion-single .entry-header .entry-category a:nth-child(9) {
  background-color: #ffeea8;
}
.opinion-single-post-date {
  font-family: Montserrat;
  margin: 10px 0;
  font-size: 16px;
}
.opinion-author-single {
  margin-top: 130px;
}
.opinion-author-single .author-description--more {
  text-decoration: none;
}
.opinion-author-single .author-description h6 {
  color: #2d3541;
}
.cincopa-blog-main-btn-block .opinion-bg-light {
  margin-top: 30px;
}
.anchor-cnt-mobile {
  display: none;
}
.blogs-container_items-btns-cont {
  display: flex;
  gap: 20px;
}
.blogs-container_items-btns-cont a.blogs-container_items-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  border-radius: 50%;
}
.blogs-container_items-btns-cont a.blogs-container_items-btn:hover {
  color: #fff;
  background: #000;
}
.blogs-container_items-btns-cont a.blogs-container_items-btn.blogs-container_items-btn-active {
  font-weight: 700;
  background: #000;
  color: #fff;
}
.blogs-container_item-short a {
  display: block;
}
.popular-articles_item--all-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  border: 2px solid #D9D9D9;
  background-color: #D9D9D9;
  border-radius: 10px;
}
.popular-articles_item--all-blogs:hover {
  background-color: #e5e5e5;
}
.popular-articles_item--all-blogs a{
  font-size: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
img.not-available-image {
  width: 200px!important; 
  height: auto!important;
  box-shadow: none;
  object-fit: contain;
}
.blogs-container_item a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-articles .not-available-image {
  width: 130px!important;
}
@media screen and (max-width: 1260px) {
  .cincopa-blog-container .content-main {
    padding: 0 20px;
  }
  .cincopa-blog-container h1 {
    font-size: 62px;
  }
  .cincopa-blog-container h2 {
    font-size: 36px;
  }
  .cincopa-blog-container h3 {
    font-size: 26px;
  }
  .featured-article-block .featured-article-block_title {
    max-width: 90%;
    font-size: 40px;
  }
  .cincopa-blog-container.browse-by-category {
    padding-top: 0;
  }
  .browse-by-category .content-main {
    max-width: 100%;
  }
  .start-free-trial .content-main {
    padding: 50px 15px;
  }
  .blogs-container_item-image, 
  #cincopa-blog-sidebar .original-widget-post .entry-media {
    height: 220px;
    min-width: 300px;
  }
  .blogs-container_item-text p,
  .blogs-container_item-short a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .blogs-container .opinion-sidebar .AjaxSearchLiteWidget {
    display: block!important;
    position: relative!important;
    padding: 0;
  }
}
@media (max-width: 969px) {
  .cp-inpostwidget-area {
    display: block;
  }  
}

@media (max-width: 1024px) and (min-width: 769px) {
  .cp-cincopa-wp .opinion-order-3 {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .cincopa-blog-container h1 {
    font-size: 50px;
  }
  .cincopa-blog-container h3 {
    font-size: 30px;
  }
  .cincopa-blog-container h3 {
    font-size: 22px;
    max-width: 90%;
  }
  .featured-article-block .featured-article-block_title {
    font-size: 30px;
    max-width: 96%;
  }
  .menu__list {
    height: 0px;
  }
  .menu__title {
    position: relative;
    opacity: 1;
    left: 16%;
    bottom: -22px;
  }
  .guidline-header-text {
    font-size: 30px;
    margin-top: 20px;
    padding-top: 47px;
  }

  .menu__item.menu_item--long {
    width: 98%;
  }
  .menu__item.menu_item--long .menu__title {
    bottom: -15px;
    line-height: 1.3;
  }
  .start-free-trial h2 {
    font-size: 36px;
  }
  .blogs-container_item-text h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .blogs-container_item-text p,
  .blogs-container_item-short a {
    font-size: 16px;
  }
}

@media (min-width: 600px) and (max-width: 782px) {
  .menu--scrolled {
    top: 0;
  }
  .wp__menu {
    top: 46px;
  }
}


@media (min-width: 783px) and (max-width: 992px) {
  .menu--scrolled {
    top: 0;
  }
  .wp__menu {
    top: 32px;
  }
}

@media screen and (max-width: 970px) {
  body .opinion-header {
    display: none;
  }

  .entry-wrap {
    margin-top: 0px !important;
  }
  .anchor-cnt {
    display: none;
  }
  .anchor-cnt.anchor-cnt-mobile {
    display: flex;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cincopa-blog-container {
    padding: 30px 0;
  }
  .cincopa-blog-container h1 {
    font-size: 40px;
  }
  .cincopa-blog-container h3 {
    font-size: 20px;
  }
  .featured-article-block {
    flex-direction: column;
  }
  .featured-article-content {
    width: 100%;
  }
  .featured-article-thumbnail {
    width: 100%;
    margin-top: 20px;
  }
  .featured-article-thumbnail img {
    position: relative;
  }
  .browse-by-category_items {
    gap: 20px;
  }
  .browse-by-category_item {
    width: auto;
    height: 44px;
    font-size: 18px;
    padding: 0 15px;
  }
  .start-free-trial {
    flex-direction: column;
    gap: 20px;
  }
  .start-free-trial h2 {
    text-align: center;
  }
  .cincopa-blog-container.blogs-container {
    padding-bottom: 0;
  }
  .blogs-container .opinion-sidebar .AjaxSearchLiteWidget .opinion-bg-light {
    padding: 0;
  }
  .blogs-container_item {
    flex-direction: column;
  }
  .blogs-container_item-image, #cincopa-blog-sidebar .original-widget-post .entry-media {
    min-width: auto;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cincopa-blog-container {
    padding: 20px 0;
  }
  .cincopa-blog-container .content-main {
    padding: 0 15px;
  }
  .cincopa-blog-container h1 {
    font-size: 36px;
  }
  .cincopa-blog-container h2 {
    font-size: 28px;
  }
  .cincopa-blog-container h3 {
    font-size: 18px;
  }
  .cincopa-blog-main .widget[id^="subscribe-by-email-"] input[type="submit"] {
    font-size: 16px;
    line-height: 1.1;
    max-width: 270px;
  }
  .featured-article-block .featured-article-block_title {
    font-size: 26px;
    max-width: 100%;
    margin-top: 0;
  }
  .featured-article-cnt h3.popular-articles_title {
    max-width: 100%;
    height: 100%;
    font-size: 22px;
  }
  .start-free-trial h2 {
    font-size: 28px;
  }
  .start-free-trial .content-main {
    padding: 30px 15px;
  }
  .cincopa-blog-container .cincopa-blog-btn {
    max-width: 340px;
    width: 100%;
  }
  .blogs-container_item-text h2 {
    font-size: 22px;
  }
}
