
.portfolio_nav { display:none; }
#wrapper
{
	overflow-x: hidden;
}
.mobile_menu_wrapper
{
    overflow: auto;
}
body.js_nav .mobile_menu_wrapper 
{
    display: block;
}
.gallery_type, .portfolio_type
{
	opacity: 1;
}
#searchform input[type=text]
{
	width: 75%;
}
.woocommerce .logo_wrapper img
{
	max-width: 50%;
}



@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}




#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
	margin-top: 3px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	padding: 0;
	border: 0;
}

#page_caption.hasbg .page_title_wrapper
{
	background: rgba(0,0,0,0);
}


html[data-style=fullscreen] .top_bar.hasbg, .top_bar.hasbg
{
	background: rgba(0,0,0,0.1);
}



.bg_gradient::after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(34,34,34,0.1)),color-stop(93%,rgba(34,34,34,0.95)),to(rgba(34,34,34,1)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(34,34,34,0.1) 66%,rgba(34,34,34,0.95) 93%,rgba(34,34,34,1) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(34,34,34,0.1) 66%,rgba(34,34,34,0.95) 93%,rgba(34,34,34,1) 100%)
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-ms-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
 
.fade-in {
    animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-ms-animation-name: fadeIn;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;	

	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    visibility: visible !important;
}


input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=date]:focus, input.wpcf7-text:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus
{
	background: #222222 !important;
	outline: 0;
}
.mobile_menu_wrapper
{
        background: #222222 !important;
}

input[type=submit], input[type=button], a.button, .button
{
	border: 2px solid #ffffff !important;
}
.gallery_archive_desc {
    //display: none !important;
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
    -moz-transform: inherit;
    bottom: 130px !important;
    left: 0px !important;
    text-align: center;
    width:100% !important;


    //the last 3 added for manage the zoom
}
.gallery_type.archive:hover .gallery_archive_desc
{
	 opacity: 1;
//commented for manage the zoom
/* 
          transform: translate3d(30px,0, 0);
	 -webkit-transform: translate3d(30px,0, 0);
	 -moz-transform: translate3d(30px,0, 0);
*/
//the next 3 rows was added for manage the zoom
          transform: scale(1.3);
	 -webkit-transform: scale(1.3);
	 -moz-transform: scale(1.3);
}

.gallery_type
{
    border-width: 5px;
    border-style: solid;
    opacity: initial;
}

@media only screen and (max-width: 767px) {
	.logo_wrapper img {
		height: 45px !important;
		width: 78px !important;
		margin-top: -15px !important;
	}
	h2.ppb_title {
		font-size: 24px !important;
	}
}

@media only screen and (min-width: 767px) {
	.top_bar .standard_wrapper {
		height: 100px !important;
	}

	#custom_logo_transparent img
	{
		height: 100px !important;
		width: 174px !important;
	}
}



