

.gradient-background {
    linear-gradient(90deg, #50185af2 0%, #234e66f2 50%, #50185af2 100%)
}
footer .column1 {
position: relative;
top: -18px;
}
.mobile_menu_button {
    display: none!important;
}
.portfolio_detail .info.portfolio_categories {
    display: none !important;
}
.portfolio_single_text_holder h3:first-child {
display: none;
}
.portfolio_single_text_holder h3 {
    visibility:hidden;
}
.portfolio_single_text_holder h3:before {
    visibility:visible;
    content:"NEW TEST"; /* use the desired label */
}
@media screen and (max-width: 600px) {
.q_slider .slider_content {
top: 7% !important;
}
}
.home .qbutton.big_large_full_width {
box-sizing: border-box !important;
width: 100% !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
.home .qbutton.big_large_full_width {
font-size: 14px !important;
}
}
@media screen and (max-width: 480px) {
.home .qbutton.big_large_full_width {
font-size: 11px !important;
letter-spacing: 0px !important;
}
}
.side_menu .widget.widget_nav_menu li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
.image_with_text img{
display: none;
}
}