.post-preview {
    width: inherit;
}
.post-featured-image-heading {
    text-align: center;
    margin-top: 40px;
}
.post-pin {
    width: 300px;
    max-width: 45%;
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 15px;
    margin: auto;
    margin-top: 3px;
}
.share {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
img.product-share {
    height: 113px;
}
ul.sharing {
    display: inline-block;
}
.post-name {
    padding: 15px 0 7px;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
}
.post-name h1 {
    margin: 0;
    text-align: center;
}
.post-block {
    display: flex;
    margin-bottom: 20px;
}
.post-adleft img {
    width: 100%;
}
.post-adleft {
    margin-top: 125px;
    padding-right: 20px;
    width: calc(19% - 20px);
}
.post-preview {
    width: 56%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 780px;
    border-left: .5px solid #ddd;
    border-right: .5px solid #ddd;
}
.post-related {
    margin-top: 125px;
    padding-left: 10px;
    width: calc(24% - 10px);
}
.post-ad-content-left-header {
    font-size: 11px;
    /*font-weight: bold;*/
    margin-left: 10px;
}
@media (max-width: 1000px) {
    .post-adleft, .post-ad-content-left-header {
        display: none;
        width: 0%;
        padding: 0px;
    }
    .post-preview {
        width: calc(75% - 15px - 15px);
    }
    .post-adleft.post-related h3 {
        display: none;
    }
    .post-adleft.post-related h2 {
        display: none;
    }
}
/*
@media (max-width: 600px) {
    .post-preview {
        width: calc(75% - 15px - 15px);
    }
    .post-adright.post-related {
        width: calc(24% - 10px);
    }
}
*/
.post-content p {
    display: block;
}
.post-content .std {
    margin-top: 12px;
}
.post-content ul {
    list-style: square;
}
.post-content ol {
    list-style: decimal;
}
.post-content li {
    /*margin-left: 30px;*/
    font-size: 11pt;
}
.post-content img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    /*max-width: 750px; */ /* image must never render above the base post image size of 750w so that retina image at 1500w can be taken advantage of - change other column widths but not this one */
}
.post-content img.left-text-wrap, img.right-text-wrap {
    max-width: 50%;
    margin: 3px 12px 3px 0px;
    border: 1px solid #000000;
}
.post-content img.left-text-wrap {
    float: left;
}
.post-content img.right-text-wrap {
    float: right;
}
.post-content p {
    font-size: 18px;
}
@media (max-width: 1250px) {
    .post-content p {
        font-size: 16px;
    }
}
@media (max-width: 850px) {
    .post-content p {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .post-content p {
        font-size: 13px;
    }
}
/* VIMEO IMAGES WITHIN IN POST */
.post-vimeo-container {
    position: relative;
}
.post-vimeo-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-vimeo-container.aspect-ratio-9x16 {
    /*width: 90%;*/
}
/* END OF VIMEO IMAGES WITHIN IN POST */

li {
    font-size: 14pt;
}
.post-content a {
    text-decoration: none; 
    border-bottom:2px solid #60c3b7;
}
.post-preview h1 {
    font-weight: bold;
    font-family: "Cooper";
    color: black;
    font-size: 30px;
    margin-top: 15px;
}
.post-content h2 {
    /*
    background-image: url("../images/posts/h2-background-party-ideas.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    line-height: normal;
    padding-left: 0px;
    padding-right:0px;
    margin-left: 0px;
    margin-right:0px;
    */
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    font-family: "Cooper";
    margin-bottom: 12px;
}
.post-content .vimeo-banner {
    max-width: 100%;
}
.post-content .vimeo-tutorial {
    position: relative; 
    padding: 0; 
    margin: 0;
    background-size: cover;
}

/* RELATED PRODUCTS */
.related-title {
    margin-bottom: 15px;
}
.post-related {
    display: inline-block;
}
.post-related {
    border: 0px solid #E4E4E4;
}
.post-related .post-image-bottom {
    border: 0px solid #E4E4E4;
}
.post-related a {
    text-decoration: none;
    color: #333;
}
.post-related .product-name a:visited {
    text-decoration: none;
}
.post-related .product-name {
    padding: 5px 0 7px;
    font-size: 1em;
    margin: 0px;
    text-align: center;
    margin-bottom: 50px;
}
.post-related .product-name a {
    font-weight: normal;
    color: #333333;
}
.post-related .product-name-span {
    display: inline-block;
}
.post-related .product-name-span::first-line {
    font-weight: bold;
}
.post-related .product-name-span.second-line {
    display: none;
    font-weight: bold;
}
@media (max-width: 1100px) {
    .post-related .product-name-span.full {
        display: none;
    }
    .post-related .product-name-span.second-line {
        display: inline;
    }
}
@media (max-width: 767px) {
    .post-related .product-name {
        margin-bottom: 30px;
    }
}
.post-related .post-title a {
    font-family: "Cooper";
    color: #333333;
    font-size: 18px;
}
.post-related .post {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 50px;
}
.post-related .post-image {
    border: 0px solid #E4E4E4;
}
/* END OF RELATED PRODUCTS */

/* BACK TO CATEGORY LINK */
.Row.category-link {
    display: block;
}
.post-back-to-category {
  text-align: center;
  font-size: 14px;
  color: #4e9689;
}
.post-back-to-category a, .post-back-to-category a:visited {
  font-size: 14px;
  color: #4e9689;
}
/* END OF BACK TO CATEGORY LINK */
