/*
Theme Name: Patti Child
Theme URI: http://deliciousthemes.com/
Description: Creative / Portfolio One-Page Theme
Author: Madalin Tudose
Author URI: http://deliciousthemes.com/
Template: patti
Version: 1.4
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../patti/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
/*general changes*/
header aside {
	margin-top: 0px!important;
    margin-bottom: 0px!important;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 0 5px 0;
    background-color: #000;
    color: #fff;
    margin-bottom: 10px!important;
}
.wpb_text_column ul li{
list-style: disc !important;	
}

/*main menu style*/
html ul#mainnav li a{
	text-transform: uppercase;

}
/*sub menu*/
.sub-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
   	padding-top: 0px!important;
}

ul#mainnav li ul li a {
    background-color: transparent!important;
    border-bottom: 1px solid #fff;
    margin: 0 10px 0 10px!important;
    color: #fff;
    font-weight: 400!important;
}

.sub-menu li:last-child a{
	border-bottom: none!important;
}

ul#mainnav .current-menu-item a{
	color: #f9a936 !important;
}

/*zoom icon and images styles*/
.zoom-icon .vc_single_image-wrapper{
	position: relative;
}
.zoom-icon .vc_single_image-wrapper::before{
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../../uploads/2016/02/zoom_icon.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2%;
    right: 2%;
    opacity: 0.5; 
    display: none;   
}
.zoom-icon .vc_single_image-wrapper:hover::before{display: block;}
.pp_gallery ul,.pp_gallery ul a,.pp_gallery ul a img{
	height: 50px!important;
}

/*footer form style*/

#footer form input[type=submit]{
	background-color: #bf9553!important;
}
#footer form input[type=submit]:hover{
    opacity: 0.8;
}    

/*responsive*/
/*tablet-desktop*/
@media (min-width: 990px) and (max-width: 1023px) {
	html ul#mainnav li a{
		padding-left: 15px;
	    color: #fff!important;
	}
	ul#mainnav{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8)!important;	
	}
	ul#mainnav li ul li a{
		margin-right: 0px!important;
		margin-left: 0px!important;
		color: #fff!important;
	}
}
/*mobile-tablet*/
@media (min-width: 767px) and (max-width: 990px) {
	html ul#mainnav li a{
		padding-left: 15px;
     	color: #fff!important;
    }
	ul#mainnav{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8)!important;	
	}
	ul#mainnav li ul li a{
		margin-right: 0px!important;
		margin-left: 0px!important;
		color: #fff!important;
	}
}
/*mobile*/
@media (max-width: 767px) {
	     html ul#mainnav li a{
	     	color: #fff!important;
	     	padding-left: 5px;
	    }
		ul#mainnav{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8)!important;	
		}
		ul#mainnav li ul li a{
		margin-right: 0px!important;
		margin-left: 0px!important;
		
	}
	
}