@media all and (min-width: 768px) {
  .popup-wrapper .popup-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .popup-wrapper .popup-inner .close-btn {
    margin-top: -40px;
  }
}
@media all and (max-width: 767px) {
  .popup-wrapper .popup-outer {
    height: 100vh;
    overflow-y: auto;
    background: #f5f5f5;
  }
  .popup-wrapper .popup-inner {
    width: 100%;
  }
  .popup-wrapper .popup-inner .ptitle {
    padding-top: 65px;
  }
  .popup-wrapper .popup-inner .close-btn {
    width: 50px;
    height: 50px;
  }
}
@media all and (min-width: 599px) {
  .half-first,
  .half-last,
  .half {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.new-pins-list .pin-content-wrapper {
  background: url("/images/icons/bcg-arrow-up.png") no-repeat 50% 35px;
}
.new-pins-list .pin-content {
  padding: 18px 10px;
  margin-top: 15px;
}
@media all and (max-width: 1201px) {
  .new-pins-list {
    display: none !important;
  }
  .new-pins-list .pin-content-wrapper {
    display: none !important;
    background: none !important;
  }
}
.current-pins-list .pin-content {
  padding: 0;
  width: 180px;
}
.current-pins-list .pin-content .pins-list {
  padding: 10px;
}
.current-pins-list .cat-list {
  padding: 8px 10px;
}
.current-pins-list .cat-list span {
  display: block;
  font-size: 8pt;
  font-weight: bold;
  line-height: 17px;
}
.pin-content-wrapper {
  position: absolute;
  width: 200px;
}
.pin-content-wrapper .pin-content {
  display: none;
}
.pin-content-wrapper.open .pin-content {
  display: block;
}
.pin-content-wrapper .pin-icon {
  background: url("/images/product_plus.png") no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.pin-content-wrapper .pin-content {
  background: #F5F5F5;
  border-radius: 5px;
}
.pin-content-wrapper:hover .pin-icon,
.pin-content-wrapper.open .pin-icon {
  background: url("/images/product_plus.png") no-repeat center;
}
.pin-content-wrapper .option-list li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  font-size: 13px;
}
.pin-content-wrapper .option-list li.active {
  color: #B89A4F;
}
.pin-content-wrapper .details-selectors {
  padding: 0 10px;
}
.pin-content-wrapper .details-selectors select {
  margin: 20px 0 0 0;
  width: 100%;
}
.pin-content-wrapper .submit-buttons {
  margin-top: 18px;
}
.pin-content-wrapper .pins-list .item-info {
  padding: 0 10px;
}
.pins-list .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pins-list .content-wrapper .img-wrapper {
  width: 50px;
  height: 50px;
  position: relative;
  background: white;
}
.pins-list .content-wrapper .img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pins-list .content-wrapper .item-info {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.pins-list .content-wrapper .item-info .pname {
  font-weight: bold;
  font-size: 8pt;
}
.pins-list .content-wrapper .item-info .pauthor {
  font-size: 8pt;
}
.pins-list .content-wrapper .buttons-wrapper > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  width: auto;
  height: auto;
}
.pins-list .content-wrapper .buttons-wrapper .remove-item {
  width: 24px;
  height: 24px;
}
.page-title {
  font-size: 44pt;
  font-weight: bold;
}
.single-editorial .fixed-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 200;
  -webkit-transition: top 300ms linear;
  -moz-transition: top 300ms linear;
  -o-transition: top 300ms linear;
  transition: top 300ms linear;
  border-bottom: 1px solid #E6E6E6;
}
.single-editorial .fixed-bar p {
  float: left;
  line-height: 40px;
  padding-left: 10px;
  font-size: 8pt;
}
.single-editorial .fixed-bar p span {
  color: #163F68;
  font-size: 10pt;
}
.single-editorial .fixed-bar .socials-share {
  float: right;
  margin: 0;
}
.single-editorial .fixed-bar .socials-share li {
  margin: 10px 7px;
}
.single-editorial .fixed-bar.affix {
  top: 50px;
}
.single-editorial .e-main-info {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.single-editorial .e-main-info .pauthor {
  display: inline-block;
}
.single-editorial .e-main-info .pauthor span {
  color: #163F68;
}
.single-editorial .bookmark-link {
  line-height: 30px;
  margin: 0;
  background: url("/images/icons/bookmark.svg") no-repeat;
  background-position: center left;
}
.single-editorial .bookmark-link:hover,
.single-editorial .bookmark-link:active,
.single-editorial .bookmark-link:focus {
  color: #333333;
  background-position: center right;
}
.single-editorial .bookmark-link.clicked {
  background: none;
  padding-right: 10px;
}
.single-editorial .bookmark-link.clicked:hover,
.single-editorial .bookmark-link.clicked:active,
.single-editorial .bookmark-link.clicked:focus {
  color: #333333;
  background: none;
}
.single-editorial .sponsor-content {
  display: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
.single-editorial .sponsor-logo {
  display: none;
  margin: 10px 0;
}
.single-editorial.sponsored .sponsor-logo,
.single-editorial.sponsored .pauthor .sponsor-content {
  display: inline-block;
}
.single-editorial .f-icon {
  display: none;
  background: url("/images/icons/featured-gold.svg") no-repeat center;
  width: 75px;
  height: 20px;
  position: static;
  margin: 20px 0;
}
.single-editorial.featured .f-icon {
  display: block;
  right: 20px;
  bottom: 30px;
  width: 75px;
}
.single-editorial .page-title {
  font-family: 'PT Serif', serif;
}
.single-editorial .socials-share li {
  margin: 0 7px;
}
.single-editorial .socials-share li a.fb {
  background: url("/images/icons/fb-nobcg.svg") no-repeat;
  background-position: left center;
}
.single-editorial .socials-share li a.fb:hover,
.single-editorial .socials-share li a.fb:active,
.single-editorial .socials-share li a.fb:focus {
  background-position: right center;
}
.single-editorial .socials-share li a.tw {
  background: url("/images/icons/tw-nobcg.svg") no-repeat;
  background-position: left center;
}
.single-editorial .socials-share li a.tw:hover,
.single-editorial .socials-share li a.tw:active,
.single-editorial .socials-share li a.tw:focus {
  background-position: right center;
}
.single-editorial .socials-share li a.pt {
  background: url("/images/icons/pt-nobcg.svg") no-repeat;
  background-position: left center;
}
.single-editorial .socials-share li a.pt:hover,
.single-editorial .socials-share li a.pt:active,
.single-editorial .socials-share li a.pt:focus {
  background-position: right center;
}
.single-editorial .socials-share li a.in {
  background: url("/images/icons/in-nobcg.svg") no-repeat;
  background-position: left center;
}
.single-editorial .socials-share li a.in:hover,
.single-editorial .socials-share li a.in:active,
.single-editorial .socials-share li a.in:focus {
  background-position: right center;
}
.single-editorial .socials-share li a.gp {
  background: url("/images/icons/gp-nobcg.svg") no-repeat;
  background-position: left center;
}
.single-editorial .socials-share li a.gp:hover,
.single-editorial .socials-share li a.gp:active,
.single-editorial .socials-share li a.gp:focus {
  background-position: right center;
}
.single-editorial section {
  overflow: hidden;
}
.single-editorial section picture img {
  width: 100%;
  margin-bottom: 20px;
}
.single-editorial section > div {
  overflow: hidden;
}
.single-editorial section .e-text .e-text-inner > p {
  font-size: 12pt;
  line-height: 1.5;
  padding-bottom: 20px;
}
.single-editorial section .e-text .e-text-inner h3,
.single-editorial section .e-text .e-text-inner h2 {
  color: #163F68;
  line-height: 1.3;
  padding-bottom: 20px;
}
.single-editorial section .e-text .e-text-inner blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}
.single-editorial section .e-text .e-text-inner blockquote p,
.single-editorial section .e-text .e-text-inner blockquote h3 {
  color: #163F68;
  padding: 20px 0;
  font-style: italic;
  font-size: 22pt;
  line-height: 1.3;
  font-weight: normal;
}
.single-editorial section .e-text .e-text-inner blockquote p strong,
.single-editorial section .e-text .e-text-inner blockquote h3 strong {
  font-weight: normal;
}
.single-editorial section .e-text a {
  text-decoration: none;
}
.single-editorial section .e-text a:hover,
.single-editorial section .e-text a:active,
.single-editorial section .e-text a:focus {
  color: #333333;
}
.single-editorial section .col-xs-6 > .col-xs-12 {
  padding: 0;
}
.single-editorial section.l-editorials {
  padding: 0;
}
.single-editorial section.l-editorials hr {
  border-top: 1px solid #808080;
  width: 33%;
  margin: 0 auto 35px auto;
}
.single-editorial section.l-editorials > p {
  font-size: 12pt;
  padding-bottom: 35px;
}
.single-editorial section.l-editorials img {
  width: auto;
}
.single-editorial section .list-wrapper {
  padding: 0 10px 0 20px;
  margin-left: 8.3333%;
}
.single-editorial section .list-wrapper .item-info a {
  color: #333333;
}
.single-editorial section .list-wrapper .item-info a:hover,
.single-editorial section .list-wrapper .item-info a:active,
.single-editorial section .list-wrapper .item-info a:focus {
  color: #163F68;
}
.single-editorial section .list-wrapper .pauthor {
  margin-bottom: 0;
}
.single-editorial section .list-wrapper .pauthor a {
  font-weight: normal;
}
.single-editorial section .list-wrapper .list-title {
  display: inline-block;
  font-size: 10pt;
  margin-bottom: 0;
}
.single-editorial section .list-wrapper li {
  padding-top: 10px;
  padding-left: 10px;
  margin: 0;
  max-width: 215px;
}
.single-editorial section .list-wrapper li.m-hidden {
  margin-top: 20px;
}
.single-editorial section .list-wrapper li:first-child,
.single-editorial section .list-wrapper li:nth-child(2) {
  padding-top: 0;
}
.single-editorial section .list-wrapper.d-ver .images-list {
  margin-top: -8px;
  padding-top: 20px;
  border-top: 1px solid grey;
}
.single-editorial section .list-wrapper.d-ver .list-title {
  text-transform: uppercase;
  background: #fff;
  padding-right: 10px;
  padding-left: 10px;
}
.single-editorial section .list-wrapper .list-more {
  display: none;
  text-transform: uppercase;
  font-size: 8pt;
  margin-bottom: 0;
}
.single-editorial section .new-row {
  width: 100%;
}
.single-editorial section .col-50 {
  width: 50%;
}
.single-editorial section .col-50 .list-wrapper {
  margin-left: 0;
}
.single-editorial #footer-wrapper {
  background: white;
}
.affix + .single-editorial .page-inner-wrapper {
  padding-top: 100px;
}
.recomm-editorials .f-icon {
  position: absolute;
}
.recomm-editorials .image-wrapper a:after {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.35);
}
.col-50-half-image {
  width: 50%;
  float: left;
}
@media all and (min-width: 1680px) {
  .single-editorial section .list-wrapper {
    max-width: 55%;
  }
  .single-editorial section .list-wrapper li {
    width: 33.333334%;
  }
  .single-editorial section .list-wrapper li:nth-child(3) {
    padding-top: 0;
    clear: none;
  }
  .single-editorial section .list-wrapper li:nth-child(3n+1) {
    clear: left;
  }
  .single-editorial section.col-50 .list-wrapper {
    max-width: 85%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1679px) {
  .single-editorial section .list-wrapper {
    max-width: 70%;
  }
  .single-editorial section .list-wrapper li {
    width: 33.333334%;
  }
  .single-editorial section .list-wrapper li:nth-child(3) {
    padding-top: 0;
    clear: none;
  }
  .single-editorial section .list-wrapper li:nth-child(3n+1) {
    clear: left;
  }
  .single-editorial section .col-xs-6 .list-wrapper li {
    width: 50%;
  }
  .single-editorial section .col-xs-6 .list-wrapper li:nth-child(3) {
    display: none;
  }
  .single-editorial section .col-xs-6 .list-wrapper li:nth-child(3n+1) {
    clear: left;
  }
  .single-editorial section.col-50 .list-wrapper {
    max-width: 85%;
  }
  .single-editorial section.col-50 .list-wrapper li {
    width: 50%;
  }
  .single-editorial section.col-50 .list-wrapper li:nth-child(3) {
    padding-top: 10px;
    clear: left;
  }
  .single-editorial section.col-50 .list-wrapper li:nth-child(3n+1) {
    clear: none;
  }
}
@media all and (min-width: 1450px) {
  .segment-6 .e-text-inner,
  .col-50 .segment-9 .e-text-inner {
    padding-right: 40px;
    padding-left: 10px;
  }
}
@media all and (min-width: 1200px) {
  .single-editorial .e-main-info {
    padding-top: 70px;
  }
  .single-editorial .page-title {
    max-width: 1100px;
  }
  .single-editorial .segment-6 .e-text-inner > p {
    max-width: 80%;
    margin: 0 auto;
  }
  .segment-9 p,
  .segment-9 h3 {
    max-width: 80%;
    margin: 0 auto;
  }
  section:first-of-type h3 {
    margin: 0;
    padding-left: 10px;
  }
  .gallery-icon-bcg {
    position: absolute;
    bottom: 27px;
    right: 20px;
    min-width: 80px;
    padding: 2px 10px 2px 0px;
  }
  .gallery-icon-bcg .gallery-icon {
    background: url("/images/icons/gallery-white.svg") no-repeat center center;
    width: 50px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .gallery-icon-bcg span {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 18px;
    padding-top: 5px;
  }
  .fw-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url("/images/icons/full-screen-white.svg") no-repeat center;
    background-size: 100%;
    top: 7px;
    right: 22px;
  }
  .img-link:hover .fw-icon {
    background: url("/images/icons/full-screen-blue.svg") no-repeat center;
    background-size: 100%;
  }
  .img-link:hover .gallery-icon-bcg {
    background: #163F68;
  }
  .recomm-editorials .pr-info,
  .recomm-editorials a {
    color: white;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .single-editorial section .list-wrapper li {
    width: 50%;
  }
}
@media all and (max-width: 1199px) {
  .single-editorial .page-title {
    font-size: 36pt;
  }
  .single-editorial .fixed-bar .socials-share > span {
    display: none;
  }
  .single-editorial section .list-wrapper {
    max-width: 80%;
  }
  .single-editorial section .list-wrapper li {
    width: 33.3334%;
  }
  .single-editorial section .list-wrapper li:nth-child(3) {
    padding-top: 0;
    clear: none;
  }
  .single-editorial section .list-wrapper li:nth-child(3n+1) {
    clear: left;
  }
  .single-editorial section .list-wrapper .list-more {
    display: block;
    margin-top: 10px;
  }
  .single-editorial section .list-wrapper .m-hidden {
    display: none;
  }
  .single-editorial section.col-50 .list-wrapper li {
    width: 50%;
  }
  .single-editorial section.col-50 .list-wrapper li:nth-child(3) {
    padding-top: 10px;
    clear: left;
  }
  .single-editorial section.col-50 .list-wrapper li:nth-child(3n+1) {
    clear: none;
  }
  .single-editorial section.l-editorials .sq-wrapper .bottom-pr-info {
    padding: 14px 0 18px 10px;
  }
  .single-editorial section.l-editorials .sq-wrapper .bottom-pr-info a,
  .single-editorial section.l-editorials .sq-wrapper .bottom-pr-info a p {
    font-size: 10pt;
  }
  .single-editorial section.l-editorials .list-item .pr-info {
    position: static;
    color: #333333;
  }
  .single-editorial section.l-editorials .info-bar {
    display: none;
  }
  .gallery-icon-bcg,
  .fw-icon {
    display: none;
  }
}
@media all and (min-width: 981px) and (max-width: 1440px) {
  .single-editorial #cms-content .new-row.col-33 {
    width: 100%;
  }
}
@media all and (min-width: 981px) {
  .single-editorial .new-row .segment-9 .e-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 980px) {
  .single-editorial .col-50 .list-wrapper {
    max-width: 100%;
  }
  .single-editorial .new-row .col-xs-6 {
    width: 100%;
  }
  .single-editorial #cms-content .col-66,
  .single-editorial #cms-content .new-row.col-66,
  .single-editorial #cms-content .col-50,
  .single-editorial #cms-content .new-row.col-50,
  .single-editorial #cms-content .col-33,
  .single-editorial #cms-content .new-row.col-33,
  .single-editorial #cms-content .col-25,
  .single-editorial #cms-content .new-row.col-25,
  .single-editorial #cms-content .col-20,
  .single-editorial #cms-content .new-row.col-20 {
    width: 100%;
    float: none;
  }
  .single-editorial section .e-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .single-editorial section .e-text .e-text-inner blockquote p {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .single-editorial section:first-of-type .e-text .e-text-inner h3 {
    color: #333333;
    max-width: 80%;
  }
  .single-editorial .e-main-info {
    padding-left: 10px;
  }
  .single-editorial .e-main-info .pauthor {
    padding-top: 25px;
  }
  .single-editorial .e-other-info {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
  .single-editorial .f-icon {
    margin: 0 0 20px auto;
  }
  .homepage section > div {
    padding-bottom: 25px;
  }
  .single-editorial section {
    padding-bottom: 60px;
  }
  .single-editorial.col50 .segment-6 p {
    max-width: 80%;
    margin: 0 auto;
  }
  .col-50 .e-text {
    padding-top: 25px;
  }
  .segment-6 .e-text {
    padding-top: 25px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .single-editorial .e-main-info {
    padding-top: 40px;
  }
  .single-editorial .page-title {
    max-width: 600px;
  }
  .single-editorial .recomm-editorials .col-sm-6 {
    width: 33.33333333%;
  }
  .segment-6 .col-1 {
    float: right;
    padding-right: 8.33333333%;
  }
  .cp-editorial .e-text {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .single-editorial.featured .e-main-info .f-icon {
    position: static;
  }
  .single-editorial section {
    padding-bottom: 30px;
  }
  .single-editorial section picture img {
    margin-bottom: 40px;
  }
  .single-editorial section:first-of-type .e-text .e-text-inner h3 {
    color: #333333;
  }
  .single-editorial section .e-text .e-text-inner {
    margin-bottom: 20px;
  }
  .single-editorial section .e-text .e-text-inner blockquote p {
    padding: 0 0 20px 0;
  }
  .single-editorial section .list-wrapper li {
    width: 50%;
  }
  .single-editorial section .list-wrapper li:nth-child(3n+1) {
    clear: none;
  }
  .single-editorial section .list-wrapper li:nth-child(2n+1) {
    clear: left;
  }
  .single-editorial section .list-wrapper li img {
    width: 40px;
  }
  .single-editorial section .list-wrapper li .item-info .pauthor {
    padding-top: 0;
  }
  .single-editorial .e-main-info {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .single-editorial .e-main-info .pauthor {
    display: block;
    padding: 10px 5px;
  }
  .single-editorial .socials-share {
    margin-left: -10px;
    padding: 15px 0;
  }
  .single-editorial .socials-share li a {
    margin-right: 10px;
  }
  .single-editorial section.l-editorials > p,
  .single-editorial section.l-editorials .bottom-pr-info.pr-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .single-editorial section.l-editorials hr {
    margin-top: 20px;
  }
  .viewer-wrapper .close-btn {
    width: 30px;
  }
}
@media all and (max-width: 650px) {
  .single-editorial .page-title {
    font-size: 24pt;
  }
  .single-editorial section .e-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .single-editorial section .e-text h3 {
    font-size: 16pt;
  }
  .single-editorial section .list-wrapper {
    background: #f5f5f5;
    max-width: 100%;
    padding: 15px;
    margin: -40px 0 0 0;
  }
  .single-editorial section .list-wrapper .list-title {
    margin-bottom: 6px;
  }
  .single-editorial section .list-wrapper .list-more {
    float: right;
  }
}
@media all and (max-width: 450px) {
  .single-editorial section .list-wrapper li,
  .single-editorial section.col-50 .list-wrapper li {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}
