



.projects_holder article .portfolio_description {
     padding: 31px 0 22px;
}

.portfolio_main_holder .item_holder .text_holder {
    display: none;
}

.portfolio_template_8 .portfolio_detail .info h6 {
    font-size: 12px;
    letter-spacing: 1.5px;
}

@media only screen and (min-width: 1001px){
.side_menu_button a:last-child {
     padding: 0 42px 0 8px;
}
}

@media only screen and (max-width: 1000px){
.side_menu_button > a {
     font-size: 43px;
}
}

.mobile_menu_button span {
     font-size: 43px;
}

@media only screen and (max-width: 768px){
    .filter_holder ul li span{
        padding: 0 17px;
    }
}

.side_menu .widget {
    margin: 0 0 35px;
}

.custom-icon-list li{
display:flex;
justify-content: center;
align-items: center;
margin-bottom:10px;
}

.custom-icon-1:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px; 
  background-image: url('https://www.premierins.co.uk/wp-content/uploads/2024/06/Premier-Crown.png');
  background-size: cover;
vertical-align:middle;
margin-right: 10px;
}

#product-quote-btn{
font-size: 18px;
padding: 15px 60px 15px 45px;
background-color: #d6ab0c;
color: #ffffff;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
}

#product-quote-btn:hover {
background-color: #3c5537;
color: #d6ab06;
}
