/*
Theme Name: porto-child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Slide Revolution */
/* hidden slides number*/
.slides-number{
	display: none !important;
}

/* Image Gallery  */
.qq_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
	padding: 5px !important;
}
.qq_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item a img{
	/*max-width: 90% !important;*/	
}

/* Personalize Header */
#header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}
#header .header-right-bottom {
    margin: 0 !important;
}

/* **** */
#header .main-menu > li.qq-menu-primary > a { 	
    padding: 10px 18px 10px 18px !important;
	/*padding: 40px 14px 40px 14px;*/
	margin-top: 30px;	
	margin-left: 10px;
	color: #777777;
	/*border-radius:3px;*/
	border: 1px solid #018837;	
}
#header .main-menu > li.qq-menu-primary > a:hover, #header .main-menu > li.qq-menu-primary > a:active { 
	background-color:#018837;
	color:#fff;
	opacity: .8;
}