#post .body {
    background-color: ghostwhite;
}

#post .graphic_section {
    width: 65%;
    float: left;
}

#post .post-title {
    color: white;
    text-align: center;
    background-image:url(../img/orange-floral_sm.jpg);
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0rem;
    padding: .375rem;
}

#post .post-body .container-fluid {
    padding: 0px -12px;
}

/* new section to set aspect ratio of carousel */
#post div.stretchy-wrapper {
	width: 100%;
	padding-bottom: calc(56.25% + 23px); /* 16:9 */
	position: relative;
}

#post div.stretchy-wrapper > div {
	position: absolute;
	top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0;
    /*background-color: blue;*/
}

#post .post {
    padding: 0rem;
    background-color: rgb(250, 245, 236);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

#sponsors .post {
    background-color: rgb(250, 245, 236);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

#post .image_wrapper {
    height: 100%;
    width: 100%;
    padding: .5rem;
}

#post .image_item {
    height: auto;
    max-height: 75vh;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 600px) {
    #post .image_item {
        max-width: 100%;
    }
    #post .graphic_section {
        width: 100%;
    }
}

#post .post-byline_block {
    margin: 0rem;
}

#post .post-byline {
    margin: 0rem 0rem .5rem 0rem;
}

#post .socials {
    padding-right: 1rem;
    float: right;
}

#post .post-text {
    padding: 1rem;
}

#post .post-content {
    font-size: 1rem;
    line-height: 1.25rem;
    color: black;
    text-align: justify;
}

#post .swiper {
    float:left;
    padding: 5px 5px 10px 5px;
    background-color: rgb(250, 245, 236);
}

#post .swiper-slide {
    padding-bottom: 18px;
}

#post .swiper-pagination {
    bottom: -2px !important;
    color:black;
} 


#post div.swiper-button-prev,
#post div.swiper-button-next {
    color: #F4632D;
}

/* target the active bullet */
#post span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:#F4632D;
    opacity: 1;
    height: 1.2rem;
    width: 1.2rem;
}
  
/* target all bullets */
#post span.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    height: 1.2rem;
    width: 1.2rem;
}

#post .dr_shad {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#post .swiper-container .swiper-zoom-container>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#post .html, .body {
    position: relative;
    height: 100%;
}

#post .body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
 
#post .swiper {
    width: 100%;
    height: 100%;
}

#post .swiper-slide {
    overflow: hidden;
}

#post .caption {
    display: none;
}

/******************************** CSS for v2 *******************************/
#post_v2 .body {
    background-color: ghostwhite;
}

#post_v2 .graphic_section {
    width: 65%;
    float: left;
}

#post_v2 .post-title {
    color: white;
    text-align: center;
    background-image: url(../img/orange-floral_sm.jpg);
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0rem;
    padding: .375rem;
}

#post_v2 .post-body .container-fluid {
    padding: 0px -12px;
}

/* new section to set aspect ratio of carousel */
#post_v2 div.stretchy-wrapper {
    width: 100%;
    padding-bottom: calc(56.25% + 23px); /* 16:9 */
    position: relative;
}

#post_v2 div.stretchy-wrapper>.stretchy-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* This is added for old-style posts */
#post_v2 div.stretchy-wrapper > div {
	position: absolute;
	top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0;
}

#post_v2 .swiper-container {
    max-width: 100%;
    max-height: 100%;
}

#post_v2 .swiper-wrapper {
    padding-top: 1rem;
    padding-bottom: 10px;
    height: 100%;
}

#post_v2 .stretchy-inner-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 10px;
}

#post_v2 .post {
    padding: 0rem;
    background-color: rgb(250, 245, 236);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

#post_v2 .image_wrapper {
    height: 100%;
    width: 100%;
    padding: .5rem;
}

#post_v2 .image_item {
    height: auto;
    max-height: 75vh;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 600px) {
    #post_v2 .image_item {
        max-width: 100%;
    }

    #post_v2 .graphic_section {
        width: 100%;
    }
}

#post_v2 .post-byline_block {
    margin: 0rem;
}

#post_v2 .post-byline {
    margin: 0rem 0rem .5rem 0rem;
}

#post_v2 .socials {
    padding-right: 1rem;
    float: right;
}

#post_v2 .post-text {
    padding: 1rem;
}

#post_v2 .post-content {
    font-size: 1rem;
    line-height: 1.25rem;
    color: black;
    text-align: justify;
}

#post_v2 .swiper {
    float: left;
    /*padding: 5px 5px 10px 5px;*/
    background-color: rgb(250, 245, 236);
}

#post_v2 .swiper-slide {
    padding: 0 5px 18px 5px;
    line-height: normal;
}

#post_v2 .swiper-pagination {
    position: relative;
    bottom: -2px !important;
    color: black;
}

#post_v2 div.swiper-button-prev,
#post_v2 div.swiper-button-next {
    color: #F4632D;
}

/* target the active bullet */
#post_v2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F4632D;
    opacity: 1;
    height: 1.2rem;
    width: 1.2rem;
}

/* target all bullets */
#post_v2 span.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    height: 1.2rem;
    width: 1.2rem;
}

#post_v2 .dr_shad {
    box-shadow: 4px 2px 10px 3px rgba(64,64,64,0.26), 2px 2px 6px 2px rgba(51,51,51,0.26);
    padding-bottom: 0;
}

#post_v2 .swiper-container .swiper-zoom-container>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#post_v2 .html,
.body {
    position: relative;
    height: 100%;
}

#post_v2 .body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

#post_v2 .mySwiper {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

#post_v2 .swiper-slide {
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

#post_v2 .swiper-slide>img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

#post_v2 .swiper-slide .caption {
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    color: darkred;
    width: 100%;
    line-height: normal;
    padding: 5px 0;
}