@media (max-width: 600px) {
.pas-main-banner .pas-banner-caption {
width: 100%;
}
}
.pas-main-banner {
background: transparent linear-gradient(90deg, #d6e4e6 0%, #e7fff2 100%) 0% 0%
no-repeat padding-box;
}
.pas-main-slides {
height: auto;
}
.pas-main-banner .pas-banner-content._center {
justify-content: center;
}
.about-above .global-slash {
font-size: 17px;
}
.blog-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 60px;
}
.blog-post {
background-color: #fff;
border-radius: 4px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.blog-post h2 {
margin-top: 0;
font-size: 20px;
color: #333;
}
.blog-post .featured-image {
max-width: 100%;
height: auto;
margin-bottom: 10px;
}
.blog-post .date-posted {
font-size: 12px;
color: #999;
margin-bottom: 5px;
}
.blog-post .read-more-btn {
color: #1bcda1;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
.featured-image {
width: 100%;
border-radius: 5px;
overflow: hidden;
margin-bottom: 10px;
}
a.continue-reading-btn {
display: none;
}
.section-1 {
padding-block-end: 38px;
.flex-row {
align-items: center;
.global-slash {
font-size: 30px;
}
.the-excerpt {
margin-block: 30px;
}
}
}
.latest-post p.date-posted {
color: #00cc66;
font-size: 16px;
font-weight: 500;
}
.blog-post p.date-posted {
color: #00cc66;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
.latest-post a.the-title {
color: #004e64;
font-size: 35px;
font-weight: 600;
text-decoration: none;
line-height: 1em;
@media (max-width: 600px) {
font-size: 1.5rem;
}
}
.blog-post a.the-title {
color: #004e64;
font-size: 18px;
text-decoration: none;
font-weight: 700;
line-height: 1.15;
}
a.read-more-btn {
color: #1bcda1;
font-size: 16px;
font-weight: 500;
text-decoration: none;
display: flex;
align-items: center;
transition: color 0.2s ease;
}
a.read-more-btn::after {
content: '';
display: inline-block;
width: 9px;
height: 11px;
margin-left: 10px;
background-color: #1bcda1;
-webkit-mask: url(//phoneansweringservices.com.au/staging/wp-content/themes/pas/pasv2/images/pages/blog/green-arrow.png)
no-repeat center;
mask: url(//phoneansweringservices.com.au/staging/wp-content/themes/pas/pasv2/images/pages/blog/green-arrow.png)
no-repeat center;
-webkit-mask-size: contain;
mask-size: contain;
transition:
background-color 0.2s ease,
transform 0.2s ease;
}
a.read-more-btn:hover {
color: #0fae84;
}
a.read-more-btn:hover::after {
background-color: #0fae84;
transform: translateX(4px);
}
h1.blogh1 {
font-size: 20px;
color: #515151;
font-weight: 500;
margin-bottom: 0;
}
span.global-slash {
font-size: 20px;
}
.section-2 {
.the-excerpt {
margin-block: 10px 30px;
}
}
@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 820px) {
.flex-40,
.flex-60 {
width: 100%;
}
.blog-container {
display: block;
}
p.date-posted {
text-align: left;
}
.global-section p {
text-align: left;
}
.blog-post {
margin-bottom: 50px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
padding: 20px;
border-radius: 10px;
}
h1.blogh1 {
margin-top: 20px;
margin-bottom: 20px;
}
}