.author-box {
padding: 3%;
padding-bottom: 10px;
margin-top: 60px;
font-size: 0.9em;
background-color: #000;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important; }
.author-box .avatar {
width: 500px;
height: auto;
border-radius: 100%;
margin-right: 30px;
}
h5.author-title {
margin-bottom: 0.1em;
font-weight: 600;
}
.author-description {
line-height: 1.6em
}
.author-links a {
margin-top: -1.5em;
font-size: 2em;
line-height: 2em;
float: left;
}
@media (max-width: 768px) {
.author-box {
padding: 20px;
padding-bottom: 0px;
margin-top: 100px;
flex-direction: column;
text-align: center;
}
.author-box .avatar {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
margin-top: -35px;
}
.author-box .avatar img {
max-width: 100px;
}
.author-links a {
float: none;
align-self: center;
}
.author-description {
margin-bottom: -1.1em;
}
}
#block-3 {
background-color: #F2F4F9;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
border: 1px solid rgba(0,0,0,.05);
}
#block-2 {
background-color: #FFFFFF;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
border: 1px solid rgba(0,0,0,.05);
}
#ai_widget-4 {
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
border: 1px solid rgba(0,0,0,.05);
}
#wpsp_widget-5 {
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
border: 1px solid rgba(0,0,0,.05);
}
#wpsp-2585 p{
line-height: 25px;
margin: -12px 0;
font-size: 15px;
font-weight: 600;
}
#wpsp-2585 p::before{
content: "• ";
color: #000000;
} .wpsp-related-posts1 {
padding: 15px 20px 5px 20px;
}
#wpsp-2586 p{
margin: -15px 0;
font-size: 18px;
font-weight: 500;
}
#wpsp-2586 p:before { 
content: "• ";
color: #000000;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
color: #ffffff;
font-weight: 600;
font-size: 16px;
background-color: #a28a8a;
border: #a28a8a;
}
a.wp-show-posts-read-more:hover {
color: #ffffff;
font-weight: 600;
font-size: 16px;
background-color: #c9b1b0;
border: #c9b1b0;
}
.read-more-container{
font-weight: 600;
font-size: 16px;
}
h6 {
font-size: 12px;
}
.rank-math-breadcrumb {
font-size: 14px;
}
.paging-navigation {
font-size: 30px;
text-align: center;
}
body:is(.page,.single-post):not(.home) .wp-block-image {
margin-bottom: 20px;
}
.page-numbers {
font-size: 35px;
}
.wpsp-load-more {
text-align: center;
margin-bottom: 20px;
}
.single .inside-article .entry-content p a , .page .inside-article .entry-content p a {
text-decoration: underline;
}
@media (min-width: 900px){
.img-contained {
max-width: 70%;
max-height: 70%;
}
} .gp-related-posts{
margin-top: 40px;
padding-top: 10px;
} .gp-related-title{
margin: 0 0 18px; } .gp-related-grid{
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 26px 26px;
} .gp-related-item{
margin: 0;
} .gp-related-link{
display: block;
text-decoration: none;
color: inherit;
} .gp-related-heading{
margin: 14px 0 0;
color: inherit;
font: inherit; line-height: inherit;
} .gp-related-thumb{
overflow: hidden;
border-radius: 0; } .gp-related-thumb img{
width: 100%;
aspect-ratio: 4 / 3; object-fit: cover;
display: block;
} .gp-related-link:hover .gp-related-heading{
text-decoration: underline;
} @media (max-width: 1024px){
.gp-related-grid{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 600px){
.gp-related-grid{
grid-template-columns: 1fr;
}
}