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



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



@font-face {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 400;
	src: local('Amatic SC'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v8/DPPfSFKxRTXvae2bKDzp5LO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}

#page_content_wrapper h2 {
	font-family: 'Amatic SC';
}

#page_content_wrapper h2.title {
	font-family: 'Amatic SC';
}

h2.title {
font-family: 'Amatic SC';
}

h2.ppb_title {
	font-size: 30px;
	text-transform: uppercase;
	font-family: Lato;
}

.footer_bar {
	background-color: #EDEDED;
}

div.mobile_menu_wrapper {
	background-color: #EDEDED;
}

.widgettitle {
	background-color: #D3D3D3;
}

#footer .widgettitle {
	background-color: #D3D3D3;
}

#footer .sidebar_widget.two > li {
	text-align: center;
}

#footer h2.widgettitle {
	color: #ffffff;
	font-weight: bold;
	border: none;
}

h2.widgettitle {
	color: #ffffff;
	font-weight: bold;
	border: none;
}

.circular--square {
	border-radius: 50%;
}

div.mobile_menu_wrapper #searchform input[type=text] {
	background: #EDEDED;
}

div.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle {
	color: #ffffff;
}


.post_header.grid h6 {
	height: 45px;
}

.blog_grid_content {
	height: 270px;
}

#page_caption h1, .ppb.title {
	font-family: Amatic sc;
	font-size: 46px;
}

@media only screen and (max-width: 767px) {
.blog_grid_content {
    height: 320px;
}}


