
.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
{
    display: none;
}
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;
}



@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);
	}
}


#copyright, .footer_bar_wrapper .social_wrapper
{
	float: none;
	margin: auto;
	width: 100%;
	text-align: center;
}

.footer_bar_wrapper .social_wrapper ul, #page_content_wrapper .footer_bar_wrapper .social_wrapper ul
{
	text-align: center;
	margin-bottom: 20px;
}

.footer_bar_wrapper .social_wrapper ul li
{
	float: none;
}

.footer_bar
{
	padding: 30px 0 30px 0;
}

.post_header_title, .post_header.grid
{
	text-align: center;
}




.top_bar.hasbg
{
	background: rgba(0,0,0,0.00);
}


#footer
{
	padding: 0;
}



.two_cols.gallery .element img, .three_cols.gallery .element img, .four_cols.gallery .element img, .five_cols.gallery .element img, .two_cols.gallery .element:hover img, .three_cols.gallery .element:hover img, .four_cols.gallery .element:hover img, .five_cols.gallery .element:hover img, .post_img img, .post_img:hover img, #horizontal_gallery_wrapper .gallery_image_wrapper.archive img, .horizontal_gallery_wrapper .gallery_image_wrapper.archive img
{
	transition: all 4.5s ease-out;
    -webkit-transition: all 4.5s ease-out;
}
.one_half.gallery2.portfolio_type a:after, .one_third.gallery3.portfolio_type a:after, .one_fourth.gallery4.portfolio_type a:after, .one_fifth.gallery5.portfolio_type a:after
{
	display: none;
}
.two_cols.gallery .element .portfolio_title, .three_cols.gallery .element .portfolio_title, .four_cols.gallery .element .portfolio_title, .five_cols.gallery .element .portfolio_title
{
	background: rgba(0,0,0,0.7);
	height: 100%;
	bottom: 0;
	transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    
    transition: all 4.5s ease-out;
    -webkit-transition: all 4.5s ease-out;
}

.two_cols.gallery .element .portfolio_title .table, .three_cols.gallery .element .portfolio_title .table, .four_cols.gallery .element .portfolio_title .table, .five_cols.gallery .element .portfolio_title .table
{
	bottom: 0;
	display: table;
	width: 100%;
	height: 100%;
}

.two_cols.gallery .element .portfolio_title .table .cell, .three_cols.gallery .element .portfolio_title .table .cell, .four_cols.gallery .element .portfolio_title .table .cell, .five_cols.gallery .element .portfolio_title .table .cell
{
	display: table-cell;
	vertical-align: middle;
}


.post_img:hover img {
    transform: scale(1) !important;
    transition: none !important;
}


@media only screen and (max-width: 767px) {
#post_featured_slider, .post_featured_slider {
    display: none !important;
}
}

#bg_blurred {
    display: none !important;
}

.single-post .post_title_author {
    display: none !important;
}

.page-template-portfolio-2-wide-classic .two_cols.gallery .element img {
    transition: none !important;
    -webkit-transition: none !important;
}

.page-template-portfolio-2-wide-classic .one_half.gallery2.classic a img {
    -webkit-transition: none !important;
    transition: none !important;
}

.page-template-portfolio-2-wide-classic .one_half.gallery2.classic a:hover img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.button small {
    background: none;/*this for transparent button*/
    border: 1px solid black;/* this is for button border*/}



