/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .pumps_files > * {
 	min-width: 33.33%;
 }
 .submenu_title {
 	line-height: 30px;
 }
 .submenu_title p {
 	font: 500 15px/30px 'Roboto', Arial, sans-serif;
 }
 @media screen and (max-width: 767px) {
    .submenu_title p {
    	display: none;
    }
    .submenu_reverse .wpb_wrapper{
    	margin-top: -32px;
    	align-items: center;
    	display: flex;
    	justify-content: center;
    }
    .submenu_reverse .wpb_wrapper > .wpb_single_image {
    	padding: 0 10px 0 10px;
    	margin-bottom: 0px !important;
    }
}