.content {
    padding-top: 18px;
}

.breadcrumbs + .custom-ad {
    margin-bottom: 20px;
}

.page-separator {
    margin-bottom: 20px;
}

.margin-0 {
    margin: 0;
}

.posts-column {
    padding-top: 0;
}

.individual-post {
    background: white;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
}

.individual-post img {
    max-width: 100%;
}

.individual-post-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 20px;
}

.indivudual-post-heading {
    margin: 0;
    line-height: 43px;
    font-size: 36px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    max-width: calc(100% - 230px);
}

.individual-post-date {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    font-size: 16px;
    line-height: 30px;
    color: #FF0D69;
    font-weight: bold;
    text-transform: uppercase;
}

figcaption {
  background: inherit;
  color: inherit;
  text-transform: inherit;
  padding: inherit;
  font-family: inherit;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 17px;
}

.individual-featured-image + figcaption {
    position: relative;
    margin: 3px 21px 14px 21px;
    padding-bottom: 14px;
}

.individual-featured-image + figcaption:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #CEAE7E;
}

.individual-featured-image {
    width: 100%;
}

.post-details-category {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}

span.at-label {
    display: none;
}

.individual-post-content {
    padding: 0 62px;
    font-size: 18px;
    line-height: 27px;
}

.post-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

.individual-post-content p:not(:last-child) {
    margin-bottom: 20px;
}

.individual-post-content figure {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.float-right {
  float: right;
  margin-left: 24px !important;
}

.float-left {
  float: left;
  margin-right: 24px !important;
}

.individual-post-content hr {
  margin-bottom: 20px;
}

.individual-post-footer {
    margin: 0 20px;
}

.individual-post-icons {
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
    padding-bottom: 15px;
    padding-top: 8px;
}

.individual-post-print {
    margin-left: 20px;
}

.individual-post-icons a {
    margin-left: 6px;
    font-size: 15px;
}

p:empty {
    margin: 0 !important;
}

.envira-gallery-wrap .envira-album-public, .envira-gallery-wrap .envira-gallery-public, .envira-gallery-wrap {
  margin-bottom: 0 !important;
}

.individual-post-navigation {
    background: white;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
    margin-top: 50px;
    padding: 16px 65px;
}

.individual-post-navigation span {
    display: block;
}

.navigation-right {
    text-align: right;
}

.navigation-direction {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #FF0D69;
}

.navigation-post {
    font-family: 'Merriweather';
    font-size: 24px;
    line-height: 29px;
}

.navigation-right .navigation-post {
    max-width: 90%;
    margin-left: auto;
}

.navigation-left .navigation-post {
    max-width: 90%;
    margin-right: auto;
}

.individual-post-navigation + .custom-ad {
    margin-top: 46px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.share-buttons {
    position: absolute;
    width: 250px;
    top: -50px;
    background: white;
    display: none;
}

.share-buttons.visible {
    display: block;
}

.individual-post-share {
    position: relative;
}

.individual-post-content broadstreet-zone-container {
    margin-bottom: 20px;
}

/* Print page */
@media print {
  .individual-post-footer, .widgets-col, .breadcrumbs, .custom-ad, broadstreet-zone-container, .post-info-right, footer, header, .page-separator {
    display: none;
  }
  a[href]:after {
  content: none !important;
  }

}

/* responsive */

.individual-post img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 991px) {
  .posts-column {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .post-info-box {
    display: block;
    text-align: center;
  }

  .indivudual-post-heading {
    max-width: 100%;
  }

  .individual-post-header {
    display: block;
  }

  .individual-post-content {
    padding: 0 20px;
  }

  .individual-post-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .float-right {
    float: none;
    margin-left: 0;
  }

  .float-left {
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .navigation-right {
    text-align: left;
    margin-top: 10px;
  }

  .navigation-right .navigation-post {
    margin-left: 0;
  }

  .navigation-post {
    max-width: 100% !important;
  }
}

.individual-post-content iframe {
    max-width: 100%;
}

@media (max-width: 480px) {
  .individual-post-content iframe {
      height: auto;
  }
}

.page-template-page-policy h2, .page-template-page-policy h1 {
    margin-top: 46px;
}

.envira-gallery-item img {
  width: 100%;
}

@media (min-width: 1201px) {
  .content {
    margin-top: 80px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content {
    margin-top: 70px !important;
  }
}

@media (min-width: 801px) and (max-width: 991px) {
  .content {
    margin-top: 55px !important;
  }
}

@media (min-width: 641px) and (max-width: 800px) {
  .content {
    margin-top: 85px !important;
  }
}

@media (min-width: 361px) and (max-width: 640px) {
  .content {
    margin-top: 70px !important;
  }
}

@media (max-width: 360px) {
  .content {
    margin-top: 45px !important;
  }
}

.popular-row {
  display: flex;
  flex-direction: row;
  
  flex-wrap: wrap;
}

.popular-row .post-content {
	max-width: 33.33%;
	min-width: 33.33%;
}


.popular-row .post-content img {
	height: 138px !important;
}

.popular-row .post-content span {
  display: inline-block;
}

.post-content .addthis_tool {
  display: none;
}

@media (max-width: 900px) {
	.popular-row .post-content {
		max-width: 100%;
		min-width: 100%;
	}
}

.recent-posts-header {
	/*margin-top: -44px;
    border-bottom: 2px solid #ff0d69;
    width: 168px;
    color: #ff0d69;
    text-transform: uppercase;
	margin-left: 12px;
	font-family: "Open Sans";*/
	
	display: table;
	margin-top: -40px;
    /*border-bottom: 2px solid #ff0d69;*/
    /*width: 228px;*/
    text-transform: uppercase;
    margin-left: 12px;
    font-family: "Open Sans";
    z-index: 1;
    color: white;
    background: #FF0D69;
    line-height: 20px;
    font-size: 16px;
	font-weight: 100;
    padding: 14px 58px;
}

/* Block editor columns */
/**
 * Dimensions.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap;
  /**
	* All Columns Alignment
	*/;
}

@media (min-width: 782px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

.wp-block-columns.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

@media (max-width: 599px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em) !important;
		flex-grow: 0;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(even) {
		margin-left: 2em;
	}
}

@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
		flex-grow: 0;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
		margin-left: 2em;
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
	flex-grow: 0;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:not(:first-child) {
	margin-left: 2em;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
  /**
	* Individual Column Alignment
	*/;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
	width: 100%;
}