
.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;
}




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


h2.widgettitle span {
    font-family: "BenchNine";
font-weight: bold;
 font-size: 18px !important;
}
.testimonial_slider_wrapper {
   font-family: "BenchNine", cursive; font-size: 18px  !important;
}

.exact_price {
   font-family: "BenchNine";
    font-size: 20px  !important;
}

.title_row {
   font-family: "BenchNine";
   font-size: 22px  !important;
}

h6 {
font-family: "Barlow";
text-transform: none; !important;
font-size: 18px  !important;
}
@media only screen and (min-width: 1100px) {
.logo_wrapper img {
    min-width: 300px !important;
    height: auto !important;
}
}

@media only screen and (max-width: 767px) {
.logo_wrapper img {
    max-width: 100px !important;
    margin-top: -15px !important;
}
}
.grecaptcha-badge { visibility: hidden; }


