/* ## Fixed Mini Header appearing on scroll
----------------------------------------------------- */

.mini-header {
background:rgba(255,255,255,.95);
box-shadow:0 6px 10px rgba(0,0,0,.35);
color:#eee;text-align:left;
display:none;
padding:0;
position:fixed;
top:0;width:100%;
z-index:99999;}

.mini-header .wrap {display:flex;}
.fixed-logo {flex:4;margin:0 auto;padding:8px 0 8px 20px;width:100%;z-index:10}
.fixed-logo img {max-width:120px}
.fixed-menu {display:flex;align-self:center;flex:0 34px;margin-right:20px;text-align:center}
.fixed-menu a {color:#008C9B;text-decoration:none}
.fixed-menu .dashicons {color:#008C9B;font-size:2rem}
#mojo-sp-right-wrap {position:fixed}
#mojo-sp-right {border-radius:0}
.mojo-sp {background:url(../images/027COAC_aqua_stripes.jpg) !important;}
#mojo-sp-right a {color:#d7e068;font-weight:700;text-decoration:none}
#mojo-sp-right a:hover {color:#ffffff}
#mojo-sp-right .dashicons {font-size:1.9rem;margin-right:5px}
#mojo-sp-right #nav_menu-2 {font-family: 'Amatic SC', cursive;font-size:2rem;}


/* +340 */
@media only screen and ( min-width: 340px) {

/*.mini-header #genesis-nav-primary .menu-item {flex:1 auto}*/
/*.mini-header #genesis-nav-primary .menu-item a {padding:3px 5px 12px 6px}*/
.mini-header .wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;flex-flow:row wrap;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width:100%;margin:0 auto}

}


/* +480 */

@media only screen and ( min-width: 480px) {


}

/* +768 */

@media only screen and ( min-width: 768px) {


}

/* +1920*/

@media only screen and ( min-width: 1880px) {


}

/* +2560*/

@media only screen and ( min-width: 2560px) {
	

}