.lower-content p{
margin: 1rem 0;
} .page-default{
background-color: var(--theme-color);
margin-top: 105px;
padding: 16px 0;
}
.page-default h1{
font-size: 20px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 30px;
}
.page-default-message{
margin: 60px 0;
padding: 0 16px;
}
.page-default-message h2{
color: var(--title-color);
font-size: 24px;
text-align: center;
font-weight: 500;
} .imagemBlog{
width: 100%;
height: 240px !important;
}
.imagemBlogSingle{
height: 648px !important;
}
@media (max-width: 580px){
.imagemBlogSingle{
height: 350px !important;
}
.news-block-one .inner-box .lower-content .post-info{
flex-direction: column;
gap: 15px;
}
}
.wp-block-image img{
width: 100%;
}
.pagination-bar-noticias,
.pagination-bar-noticias .nav-links{
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-top: 4rem;
}
.pagination-bar-noticias .current{
border: none;
height: 50px;
width: 50px;
display: block;
line-height: 50px;
background: var(--theme-color);
border-radius: 50%;
color: #fff;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.pagination-bar-noticias .page-numbers:hover{
text-decoration: none;
color: #f8f8f8;
}
.page-numbers{
margin: 0 0.4rem;
border: none;
height: 50px;
width: 50px;
display: block;
background: #1B1B1B;
line-height: 50px;
border-radius: 50%;
color: #fff;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.page-numbers:hover{
background-color: var(--theme-color);
}
.blog-details-content iframe{
width: 100%;
}
@media (min-width: 768px){
.blog-details-content iframe{
height: 400px;
}
}
@media (min-width: 1200px){
.blog-details-content iframe{
height: 600px;
}
} .comments-title{
font-size: 20px;
margin: 0 0 30px;
font-weight: 500;
text-transform: uppercase;
color: var(--text-color);
}
.rjs-comments-list li{
list-style: none;
}
.comment{
margin-top: 24px;
}
.comment-author .comment-body{
margin: 15px 0;
}
.comment-author .avatar{
width: 50px;
height: 50px;
border-radius: 9999px;
}
.comment-author .author{
color: #ffffff;
font-size: 25px;
margin-left: 12px;
}
.comment-author .date{
margin-top: 12px;
color: #888;
font-size: 14px;
}
.comment-author .comment-text{
color: var(--text-color);
font-size: 16px;
list-style: 22px;
}
.comment-author .reply a{ 
font-size: 12px;
color: var(--accent);
text-transform: uppercase;
font-weight: 500;
}
.children{
margin-left: 50px;
margin-top: 24px;
}
.children li{
list-style: none;
}
.comment-form-comment textarea{
width: 100%;
padding: 12px;
color: #FFFFFF;
font-size: 16px;
border-bottom: 1px solid rgb(27, 27, 27);
padding: 10px 0px;
transition: 500ms;
}
.comment-form input{
width: 100%;
height: 60px;
color: #FFFFFF;
font-size: 16px;
border-bottom: 1px solid rgb(27, 27, 27);
padding: 10px 0px;
transition: 500ms;
}
.comment-form textarea::placeholder,
.comment-form input::placeholder{
color: rgba(186, 186, 186, 0.3);
}
.comment-form input:focus,
.comment-form-comment textarea:focus{
border-color: var(--theme-color) !important;
}
.form-submit input[type = "submit"]{
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: middle;
font-size: 16px;
line-height: 26px;
font-family: var(--text-font);
color: #BABABA;
text-align: center;
text-transform: uppercase;
background: #1B1B1B !important;
padding: 17px 34px;
z-index: 1;
transition: all 500ms ease;
}
.form-submit input[type = "submit"]:hover{
opacity: 0.8;
background-color: var(--theme-color) !important;
}
#reply-title{
font-size: 24px;
}
#cancel-comment-reply-link,
.comment-reply-link{
color: var(--theme-color) !important;
}
#cancel-comment-reply-link{
margin-left: 20px;
} .searchContent{
padding: 1rem 0;
background-color: var(--theme-color);
margin-top: 10rem;
}
.searchContent h1{
font-size: 20px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 30px;
}
.search-none{
margin-top: 40px;
padding: 0 16px;
}
.search-none h2{
color: #FFFFFF;
font-size: 24px;
text-align: center;
font-weight: 500;
padding-bottom: 60px;
}
.btn-search{
color: #FFFFFF;
}
.btn-search:hover{
color: var(--theme-color);
} @media (max-width: 767px){
.contact-section .form-fale-conosco{
padding: 15px 30px !important;
}
.contact-section .form-fale-conosco .form-group{
margin-bottom: 12px !important;
}
}
[type='file']::-webkit-file-upload-button{
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: middle;
font-size: 16px;
line-height: 26px;
font-family: var(--text-font);
color: #BABABA;
text-align: center;
text-transform: uppercase;
background: #141416;
padding: 17px 34px;
z-index: 1;
transition: all 500ms ease;
border: 1px solid #141416;
}
[type='file']::-webkit-file-upload-button:hover{
background-color: var(--theme-color);
}
@media (max-width: 580px){
[type='file']{
font-size: 12px;
}
[type='file']::-webkit-file-upload-button{
font-size: 10px;
padding: 8px;
}
} .text-justify{
text-align: justify;
}
.text-left{
text-align: left;
}