.blog {
display: flex;
width: auto;
/* max-width: 1000px; */
/* padding: 30px 15px 50px; */
margin: 0 auto;
}
.blog-L {
margin-right: 5%;
width: 20%;
background-color: #f0f0f0;
}
.blog-R {
width: 75%;
column-gap: 3vh;
row-gap: 3vh;
grid-template-rows: auto;
grid-template-columns: 1fr;
display: grid;
}
.blog-R.blog-grid {
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.bl-row {
display: flex;
padding: 0px;
/* border-top: 1px solid #DEDFE2; */
flex-direction: column;
background: #ffffff 0% 0% no-repeat padding-box;
border: 2px solid transparent;
/* background-image: url("/images/blog-thumbs/texture-overlay.png"); */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 330px;
}
.bl-row > a:first-child {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
}
.bl-row:hover {
border: 2px solid var(--btn-primary-color);
}
.bl-thumb {
width: 100%;
padding-bottom: 10px;
text-align: center;
}
.bl-thumb img,
.bl-img img {
max-width: 100%;
width: 100%;
height: 180px;
object-fit: cover;
}
.bl-img img {
height: 613px;
}
/* .bl-img{
display: none;
} */
.par-media img {
width: 100%;
}
.bl-data {
width: auto;
padding: 15px 20px;
background-image: '';
height: 100%;
font-size: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bl-data p {
font-size: 12px;
}
A.bl-ttl:link,
A.bl-ttl:visited {
display: block;
/* color: #a60a44; */
/* font-weight: 400; */
font-size: 22px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
/* padding-bottom: 10px; */
position: relative;
}
div.bl-ttl {
font-family: var(--accent-font-2);
color: #000;
font-weight: 500;
font-size: clamp(18px, 2vw, 46px);
line-height: 50px;
}
A.bl-ttl:hover {
text-decoration: none;
}
.bl-more:link,
.bl-more:visited {
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: top;
width: max-content;
padding: 5px 30px 5px 5px;
background: url(../images/icons/arrow_right.png) right center no-repeat;
color: #000;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
margin-top: 10px;
}
.bl-more:hover {
text-decoration: none;
background-color: #f8f8f8;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.br-search {
position: relative;
z-index: 1;
border: 1px solid #dedfe2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
margin-top: 30px;
}
.brs-input {
width: 90%;
padding: 5px 5%;
border: none;
background-color: #fff;
font-family: Verdana;
font-size: 9pt;
}
.brs-action {
position: absolute;
right: 5px;
top: 5px;
width: 15px;
}
.brs-action input {
width: 100%;
}
.br-lbl {
font-family: var(--accent-font);
font-weight: 500;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.025em;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 30px;
border-bottom: 1px solid var(--border-color);
/* position: relative;
z-index: 1;
margin-top: 30px;
padding-bottom: 20px;
color: #000;
font-size: 12pt;
font-weight: 400;
text-transform: uppercase;
border-bottom: 1px solid var(--border-color); */
}
.br-lbl A:link,
.br-lbl A:visited {
position: absolute;
right: 0;
top: 0;
width: 20px;
}
.br-lbl img {
width: 100%;
}
.blog-L ul {
margin: 0;
padding: 0 0 0 15px;
list-style-position: outside;
}
.blog-L li {
padding: 5px 0;
color: #000;
}
.blog-L li A:link,
.blog-R li A:visited {
color: #000;
font-size: 10pt;
font-weight: 400;
}
.blog-L li A:hover {
text-decoration: none;
}
.br-category A:link,
.br-category A:visited {
display: block;
padding: 10px 5px;
font-family: var(--accent-font);
font-weight: 400;
font-size: 16px;
letter-spacing: 0.025em;
text-transform: uppercase;
/* border-bottom: 1px solid #dedfe2; */
/* color: #555;
text-decoration: none;
font-size: 11pt;
font-weight: 400; */
}
.br-category A:hover {
background-color: #f8f8f8;
}
.no-articles {
padding-top: 20px;
font-size: 10pt;
font-weight: 400;
color: #ff0000;
}
.bl-date {
background: url(../images/clock.png) left center no-repeat;
padding-left: 25px;
margin-top: 5px;
font-size: 10pt;
font-weight: 400;
color: #555;
}
.bl-img {
padding-top: 20px;
}
.bl-inner,
.bl-inner A:link,
.bl-inner A:visited {
font-size: 18px;
font-weight: 400;
}
.bl-inner p {
padding: 10px 0;
}
/* @media screen and (max-width: 1300px) {
.blog {
flex-wrap: wrap;
}
} */
@media screen and (max-width: 1300px) {
.blog {
flex-wrap: wrap;
}
.blog-L {
width: 100%;
padding-right: 0;
order: 2;
padding-top: 30px;
}
.blog-R {
width: 100%;
order: 1;
}
}
@media screen and (max-width: 400px) {
/* .bl-thumb{
display: none;
} */
}