<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body select {
-webkit-appearance: none;
color: #000;
}
body select,
body select:focus {
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
background-position: calc(100% - 20px) calc(20px + 2px), calc(100% - 15px) calc(20px + 2px);
background-size: 5px 5px, 5px 5px;
background-repeat: no-repeat;
}
body textarea {
padding-top: 10px;
}
body input[type="submit"]:hover,
body input[type="submit"]:active,
body input[type="submit"]:focus {
color: #f03759;
}
body .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox']) {
border-radius: 0;
}
body .wgl_portfolio_single-item .wgl_portfolio_item-image {
text-align: center;
margin: 0;
}
body .single_portfolio-wrapper.single_type-1 .wgl_portfolio_single-item .wgl_portfolio_item-title_wrap {
margin-bottom: 0;
}
@media (max-width: 1200px) {
body .single_portfolio-wrapper.single_type-1 .wgl_portfolio_single-item .wgl_portfolio_item-title_wrap {
padding: 0;
padding-bottom: 40px;
}
}
@media (max-width: 768px) {
body .page-header.breadcrumbs_inline .page-header_wrapper .page-header_content {
flex-direction: column;
justify-content: center;
text-align: center;
}
body .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
text-align: center;
}
}
@media (max-width: 600px) {
body .single_portfolio-wrapper .wgl_portfolio_item-feature_wrap {
padding: 40px;
}
body .single_portfolio-wrapper .wgl_portfolio_item-title {
font-size: 30px;
}
}</pre></body></html>