body { overflow-x: hidden; } .postContent img {
max-width: 90%;
height: auto;
}
.homePageContent img, .sidebar img, .causeTitleWImg img, .causeThumb img {
max-width: 90%;
height: auto;
}
.pageContent iframe {
width: 90%;
}
.dd_news h1, .dd_news_post h1 {
line-height: .8em;
} .alignfull, .alignwide {
max-width: unset;
width: unset;
} .pageContent.full .alignfull,
.postContent .alignfull {
position: relative;
width: 90vw;
left: 50%;
margin-left: -50vw;
}
.pageContent.full .alignwide,
.postContent .alignwide {
max-width: 100%;
}
.pageContent.full .alignwide,
.postContent .alignwide,
.postContent .alignwide.alignfull {
position: relative;
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}
.postContent .alignwide.alignfull {
left: auto;
}
@media (min-width: 720px) {
.pageContent.full .alignwide,
.postContent .alignwide{
max-width: 900px;
}
}
@media (min-width: 850px) {
.pageContent.full .container.noBannerContent .alignwide,
.postContent .alignwide{
max-width: 1000px;t
}
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 90%;
}
figcaption {
box-sizing: border-box;
} .tribe-events-calendar-list__event .list-view-read-more,
a.list-view-read-more {
display: inline-block !important;
margin-top: 12px;
padding: 9px 24px !important;
background-color: #336697 !important;
background-image: none !important;
color: #ffffff !important;
border-radius: 8px !important;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
text-decoration: none !important;
letter-spacing: 0.02em;
box-shadow: none !important;
transition: background-color 0.2s ease, transform 0.1s ease;
}
.tribe-events-calendar-list__event a.list-view-read-more:hover,
a.list-view-read-more:hover {
background-color: #26507a !important;
color: #ffffff !important;
}
a.list-view-read-more:active {
transform: translateY(1px);
}