.blog .home-nav {
gap: 72px;
}
.materials-posts-ul .category-post-image img {
}
.all-posts-index .body-category-post h3 {
height: 110px;
width: 100%;
}
.remove-padding {
padding-left: 0 !important;
padding-right: 0 !important;
}
.navigation.pagination h2 {
display: none;
}
.all-posts-index .read-more {
margin-left: auto;
}
.all-posts-index .flex {
display: flex;
justify-content: space-between;
width: 100%;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 14px;
letter-spacing: 0.2px;
margin-bottom: 28px;
align-items: center;
margin-bottom: 24px;
margin-top: 16px;
color: var(--tm_grafite);
}
.post-author {
display: flex;
align-items: center;
}
.post-author img {
width: 24px;
height: 24px;
border-radius: 100px;
margin-right: 10px;
}
.all-posts-index .body-category-post {
padding: 30px;
height: 250px;
align-content: flex-start;
background-color: #fff;
padding-top: 20px;
}
.body-category-post.materials-posts {
height: 210px;
}
.body-category-post.materials-posts h3 a {
font-size: 18px;
line-height: 24px;
}
.cat-sub-span {
color: var(--tm-dark-blue);
text-align: center;
display: block;
}
.category-style {
color: var(--tm-dark-blue);
text-align: center;
display: block;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.2px;
font-weight: 600;
margin-bottom: 10px;
}
.navigation.pagination .page-numbers {
width: 24px;
height: 24px;
display: inline-block;
border-radius: 20px;
border: 1px solid var(--tm-blue);
font-size: 12px;
text-align: center;
font-weight: 600;
line-height: 24px;
color: var(--tm-blue);
margin: 0px 2px;
}
.navigation.pagination .page-numbers.dots {
background: unset;
color: inherit;
}
.navigation.pagination .next.page-numbers {
background: url(https://tutormundi.com/wp-content/themes/tm-dev-theme/css/inside-pages/img/more-posts.svg) top center no-repeat;
color: transparent;
border: unset;
background-position-y: 7px;
background-size: 7px;
}
.navigation.pagination .page-numbers.current {
background: unset;
color: #fff;
background: var(--tm-blue);
}
.navigation.pagination {
text-align: center;
}
.navigation.pagination a {
transition: all 0.3s;
}
.navigation.pagination a:hover {
background: var(--tm-darken-blue);
transition: all 0.3s;
color: #fff;
}
.navigation.pagination .next.page-numbers:hover {
opacity: 0.5;
}
.navigation.pagination .prev.page-numbers {
font-size: 0;
display: none;
}
.form-inside-pages {
width: 100%;
height: 288px;
border-radius: 30px;
background: #e8edee;
}
.text-left {
text-align: left !important;
}
.materials-title {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.search-materials .search-bar {
width: 40%;
margin: auto;
}
@media (min-width: 767px) and (max-width: 1376px) {
.all-posts-index .body-category-post {
display: flex;
padding: 18px;
height: 270px;
}
.all-posts-index .body-category-post h3 {
height: 136px;
}
.all-posts-index .flex {
}
.category-principal {
display: block;
margin-bottom: 2px !important;
width: 100%;
}
}
@media (min-width: 767px) and (max-width: 927px) {
.free-material img {
height: auto;
}
.list-free-materials button {
top: 32%;
}
.all-posts-index .body-category-post {
display: flex;
width: 100%;
height: auto;
}
.all-posts-index .body-category-post h3 a {
font-size: 16px;
line-height: 21px;
}
.all-posts-index .read-more {
font-size: 14px;
background-size: 20px;
background-position-y: 5px;
}
.all-posts-index .flex {
margin-bottom: 16px;
}
.search-icon-mob {
display: none;
}
.materials-title {
width: 100%;
}
.category-principal {
display: block;
margin-bottom: 10px !important;
width: 100%;
margin-top: -4px !important;
}
}
@media (max-width: 767px) {
.category-style {
font-size: 14px;
}
.list-free-materials button {
top: 40%;
}
.free-material a {
height: auto;
}
.category-post {
display: block;
height: auto;
flex-wrap: nowrap;
flex-direction: row;
}
.all-posts-index .category-post-image {
}
.all-posts-index .body-category-post {
width: 100%;
border-radius: 0px 0px 30px 30px;
height: auto;
display: flex;
padding: 30px;
}
.center-materials {
text-align: center !important;
}
.materials-title {
width: 90%;
font-size: 26px;
line-height: 32px;
}
.search-materials .search-bar {
width: 100%;
}
.tm-materials-h2 {
font-size: 16px;
margin-bottom: 36px;
}
.search-materials {
margin-bottom: 80px;
}
.all-posts-index .flex {
align-items: center;
margin-bottom: 20px;
font-size: 10px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px;
}
time.post-date {
text-align: right;
}
.post-author {
margin-bottom: 13px;
width: 70%;
text-align: left;
}
.materials-posts .category-principal {
order: 0;
margin-bottom: 0px !important;
margin-top: 0;
}
.category-principal {
margin-bottom: 24px !important;
margin-top: 0;
}
.page-template-free-materials .body-category-post h3 {
margin-bottom: 28px;
}
.body-category-post.materials-posts {
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-start;
}
}