
.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 (min-width: 961px)
{
	body #mobile_nav_icon
	{
	    display: none;
	}
}

#page_caption .page_title_wrapper
{
	text-align: left}
.page_title_inner
{
	float: none;
}





#wrapper.hasbg .above_top_bar
{
    background: #00a8d4 !important;
	background: rgb(0, 168, 212, 0.9) !important;
	background: rgba(0, 168, 212, 0.9) !important;
}


@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(400px, 0px);
		-ms-transform: translate(400px, 0px);
		transform: translate(400px, 0px);
		-o-transform: translate(400px, 0px);
	}
}

html[data-menu=leftmenu] .mobile_main_nav, #sub_menu
{
	clear: both;
}

html[data-menu=leftmenu] #wrapper
{
	padding-top: 0;
}
#page_caption .page_title_wrapper h1 {
    color: #fff;
}

.woocommerce-message {
    background: #00a8d4 !important;
    border: #00a8d4 !important;
}

    #custom_logo {
        margin-top: 15px!important;
        border: 3px solid #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
function woo_rename_tabs( $tabs ) {

	$tabs['description']['title'] = __( 'The Deets' );		
	return $tabs;
}



    #top_menu li a {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 30px;
        padding-right: 10px;
        border-right: 1px solid rgba(256, 256, 256, .2);
        highlight: #ff0066;
    }

    .pink {
        color: #ff0066;
    }

    .ppb_title_first {
        display: block;
        font-family: 'Kristi', 'Times New Roman', Georgia, Times, serif;
        font-style: italic;
        font-size: 70px;
        text-transform: none;
        top: 0;
        position: relative;
        color: #cfa670;
        letter-spacing: 0 !important;
        font-weight: normal;
        line-height: 50px;
        text-transform: lowercase;
    }

    .btn-pink {
        background-color: #d90057 !important;
        color: #ffffff !important;
        border: 2px solid #d90057 !important;
    }

 .logo_wrapper img.zoom {
        max-height: 100px !important;
        max-width: 100px;
    }

    h2.casual {
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 800;
        margin: 30px auto;
    }

    .col-bg .fa {
        color: #fff;
    }

    .fa-5x {
        font-size:5em;
    }

    .fa-birthday-cake::before {
        content:"\f1fd";
    }

    .col-bg h4 a {
        color: #ffeb4a;
    }

    p.lead {
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: .2px;
    }

    .blue {
        color: #00bef1;
    }

    .white {
        color: #fff;
    }

    h2.lead {
        font-size: 2.4em;
    }

.count {
    display: none;
}



