/* Themify Customize Styling */
body[class*="themify"] #site-logo img {		width: 150px; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo img {		width: 150px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo img {		width: 150px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo img {		width: 150px; 
}
 }
/* Themify Custom CSS */
.bottom-grad {
  -webkit-mask-image: linear-gradient(to top, transparent 10%, white 30%);
}