.portfolio-template-wrap .entry-content{
max-width: 1640px;
margin: 0px auto;
}
.page-template-portfolio-pv div#Subheader {
display: none;
}
.top-section {
background-image: url(//www.natina.com/wp-content/uploads/2022/07/rd-project-topfold-30.png);
padding: 170px 15px 60px;
text-align: center;
background-size: cover;
background-position: center;
}
.top-section .title-wrap {
max-width: 1000px;
margin: auto;
color: #fff;
}
.top-section .title-wrap h2{
color: #fff;
font-size: 48px;
font-weight: bold;
margin-bottom: 15px;
line-height: 1;
}
.portfolio-grid {
display: flex;
flex-wrap: wrap;
justify-content: start;
margin-left: -15px;
margin-right: -15px;
}
.portfolio-grid .portfolio-item {
flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
max-width: 33.33%;
}
.portfolio-grid .portfolio-item .portfolio-contents {
position: relative;
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
margin: 10px;
}
.portfolio-grid .portfolio-item .portfolio-title {
position: absolute;
top: 30px;
width: calc( 100% - 30px );
min-height: 60px;
padding: 15px;
background: linear-gradient(90deg, rgba(124,58,44,1) 50%, rgba(255,255,255,0) 100%);
}
.portfolio-grid .portfolio-item .portfolio-title h2{
color: #fff;
font-size: 24px;
font-weight: bold;
margin-bottom: 0px;
}
.portfolio-grid .portfolio-item  .portfolio-link {
position: absolute;
right: 15px;
bottom: 15px;
color: #fff;
font-weight: bold;
text-shadow: 2px 2px #75787b;
font-size: 20px;
} .portfolio-grid .portfolio-item .portfolio-link a:hover {
text-decoration: none;
} .filter-wrap {
max-width: 1360px;
padding: 0px 30px;
margin: auto;
background-color: #fff;
border-radius: 10px;
}
.filter-wrap ul {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
.filter-wrap ul > li { }
.filter-wrap ul span.filter-by {
font-weight: bold;
color: #7c3a2c;
}
.filter-wrap ul a.filter-link {
color: #000;
text-transform: uppercase;
text-decoration: none;
padding: 15px;
display: block;
}
.filter-wrap ul a.filter-link.active {
color: #fff;
background-color: #7c3a2c;
font-weight: bold;
}
.filter-wrap p.mobile-filter-txt {
display: none;
text-align: left;
color: #7d3a2f;
font-weight: bold;
margin-bottom: 0px;
}
.filter-wrap p.mobile-filter-txt button {
margin: 0px;
float: right;
padding: 2px 5px;
background-color: transparent;
color: #41748c;
font-weight: bold;
}
.filter-wrap p.mobile-filter-txt button span {
color: #7d3a2f;
text-transform: capitalize;
}
.filter-wrap p.mobile-filter-txt button span.dropdown-icon {
color: #41748c;
} .portfolio-tablist {
padding: 60px 15px;
}
.portfolio-tablist .portfolio-tab {
display: none;
}
.portfolio-template-wrap .alm-btn-wrap .alm-load-more-btn {
background: #7c3a2c;
}
.portfolio-template-wrap .alm-btn-wrap .alm-load-more-btn:hover,
.portfolio-template-wrap .alm-btn-wrap .alm-load-more-btn.loading{
background: #41738c;
}
.alm-btn-wrap .alm-load-more-btn.done, 
.alm-btn-wrap .alm-load-more-btn.done:hover {
opacity: 1!important;
background-color: transparent!important;
color: #000;
}
.pagination {
margin-top: 20px;
text-align: center;
}
.pagination a, .pagination span {
margin: 0 5px;
padding: 10px 15px;
background: #eee;
color: #333;
text-decoration: none;
border-radius: 5px;
}
.pagination .current {
background: #333;
color: #fff;
}
.portfolio-tablist .portfolio-tab {
display: unset !important;
} @media screen and (max-width: 1152px){
.filter-wrap ul a.filter-link {
font-size: 14px;
}
}
@media screen and (max-width: 1024px){
.filter-wrap ul a.filter-link {
font-size: 12px;
}
}
@media screen and (max-width: 900px){
.portfolio-grid .portfolio-item {
flex: 0 0 50%;
-ms-flex: 0 0 50%;
max-width: 50%;
}
}
@media screen and (max-width: 767px){
.filter-wrap {
padding: 15px 0px;
position: relative;
}
.filter-wrap ul > li:first-child {
display: none;
}
.filter-wrap ul {
display: none;
transition: max-height 0.3s ease-out;
overflow: hidden;
max-height: 0;
}
.filter-wrap ul.active {
max-height: 600px; display: block;
}
#filter-options {
width: 100%;
float: inline-start;
background-color: #FFFFFF;
}
.filter-wrap ul.enabled {
display: block;
position: absolute;
top: 45px;
left: 0;
width: 100%;
background-color: #fff;
z-index: 9;
box-shadow: 0px 5px 7px 0px;
}
.filter-wrap p.mobile-filter-txt {
display: block;
padding: 0px 15px;
}
.portfolio-grid .portfolio-item {
flex: 0 0 100%;
-ms-flex: 0 0 100%;
max-width: 100%;
}
}