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

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

a#prevslide:before
{
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 45px;
	display: block;
	content: '\f104';
	color: #fff;
	margin-top: 0px;
}
a#nextslide:before
{
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 45px;
	display: block;
	content: '\f105';
	color: #fff;
	margin-top: 0px;
}
body.page-template-gallery a#prevslide, body.single-galleries a#prevslide
{ 
	z-index:999; cursor: pointer; display: block; position: fixed; left: 20px; top: 46%; padding: 0 20px 0 20px; width: initial; height: initial; border: 2px solid #fff; opacity: 0.5; 
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	
	border-radius: 250px;
}

body.page-template-gallery a#nextslide, body.single-galleries a#nextslide
{ 
	z-index:999; cursor: pointer;  display: block; position: fixed; right: 20px; top: 46%; padding: 0 20px 0 20px; width: initial; height: initial; border: 2px solid #fff; opacity: 0.5; 
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	
	border-radius: 250px;
}

body.page-template-gallery a#prevslide:hover, body.page-template-gallery a#nextslide:hover, body.single-galleries a#prevslide:hover, body.single-galleries a#nextslide:hover { opacity: 1; }

.logo_wrapper img {
    width: 400px;
    height: auto !important;
}
div#logo_wrapper {
        padding: 13px 0; 
}
div#page_content_wrapper {
        margin-top: 30px;
}
img.size-full, img.aligncenter {
        margin-top: 15px;
}
.wp-caption {
        font-size: 14px;
}
#footer .sidebar_widget.one {
        float: none;
}
#mc_embed_signup_scroll h2 {
        text-align: center;
}
#mc-embedded-subscribe.button {
        display: block;
        margin: 0 auto;
}
#copyright {
        width: 100%;
        text-align: center;
}
.yikes-easy-mc-form.yikes-easy-mc-form-1 {
        padding-top: 20px;
}
input#s {
        padding: 6px 10px;
}
span.FNAME-label, span.EMAIL-label {
        font-family: Lato;
}
input#yikes-easy-mc-form-1-FNAME, input#yikes-easy-mc-form-1-EMAIL {
        background-color: white;
}
.yikes-easy-mc-submit-button {
	background-color: #169dc8;
	border: none;
        color: white;
        font-family: Roboto;
        font-size: 13px;
        letter-spacing: 2px;
        text-transform: uppercase;
        transition: color .2s linear, background .1s linear, opacity .2s linear;
}
.yikes-easy-mc-submit-button:hover {
	background-color: black;
}
.wpcf7-form {
        padding: 14px 0px 0px 5px;
}
.wpcf7-form input.wpcf7-text {
        padding: 8px 10px;
}
.wpcf7-form p {
        font-family: Lato;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
}
.wpcf7-form-control.wpcf7-textarea {
        height: 150px;
}
input.wpcf7-form-control.wpcf7-submit {
        font-family: Roboto;
        min-height: 40px;
        width: 100%;
}
@media only screen and (min-width:481px) and (max-width:768px) {
.hide_on_mobile {
display: none !important;}
}

@media only screen and (max-width: 767px) {
@media only screen and (max-width:480px) {
.hide_on_mobile {
display: none !important;}
}}

