
.portfolio_nav { display:none; }
.top_bar.fixed
{
	position: fixed;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	z-index: 999;
	visibility: visible !important;
	top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
	margin-top: 16px;
}

.top_bar.fixed #searchform
{
	margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
	margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
	padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
	max-height: 40px;
	width: auto;
}
#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%;
}

#mobile_nav_icon
{
    display: none !important;
}


@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
{
	border: 0;
}

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



.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(255,255,255,0.1)),color-stop(93%,rgba(255,255,255,0.95)),to(rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(255,255,255,0.1) 66%,rgba(255,255,255,0.95) 93%,rgba(255,255,255,1) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(255,255,255,0.1) 66%,rgba(255,255,255,0.95) 93%,rgba(255,255,255,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;
}


#page_content_wrapper .inner .sidebar_content img,
.page_content_wrapper .inner .sidebar_content img { width: auto; max-height: 884px !important; }

@media (min-width: 961px) and (max-width: 1199px) {
#page_content_wrapper .inner .sidebar_content img,
.page_content_wrapper .inner .sidebar_content img { width: auto; max-height: 640px !important; }
}

@media (min-width: 768px) and (max-width: 960px) {
#page_content_wrapper .inner .sidebar_content img,
.page_content_wrapper .inner .sidebar_content img { width: auto; max-height: 565px !important; }
}

@media (max-width: 767px) {
#page_content_wrapper .inner .sidebar_content img,
.page_content_wrapper .inner .sidebar_content img { width: auto; max-height: 707px !important; }
}

#page_content_wrapper .sidebar .content .sidebar_widget,
.page_content_wrapper .sidebar .content .sidebar_widget { text-align: center !important; }

.fullwidth_comment_wrapper .title_break { display: none; }
.mobx-share { display: none !important; }

input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], textarea { background-color: #f5f5f5 !important; border: 1px solid #222222; }

.wpupg-filter-isotope-term {
font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #222222; border-bottom: 1px solid transparent !important; outline: none;
}
.wpupg-filter-isotope-term:hover {
color: #999999 !important; border-bottom: 1px solid #222222 !important;
}
.wpupg-filter-isotope-term.active {
color: #222222 !important; border-bottom: 1px solid #222222 !important;
}
.wpupg-container { font-size: 15px !important; text-align: center !important; border: none !important; }
.wpupg-rows-row:last-child { min-height: 25px; }
.wpupg-rows-row:last-child .wpupg-post-title { margin: 0 5px !important; font-weight: normal !important; }



