/*—– MyStickyHeader —–*/
#mysticky-nav.wrapfixed {
box-shadow: .0em .1em .9em black;
}
#mysticky-wrap { }
#mysticky-nav.wrapfixed.up { }
#mysticky-nav.wrapfixed.down { }
#mysticky-nav .navbar { }
#mysticky-nav .navbar.myfixed { }

 

/*—– Change Vertical Menu Background – Zita —–*/
.min-bar-header {
background-color: #07151c;
border-bottom: 1px solid rgba(0,0,0,.1);
position: relative;
width: 100%;
padding: 10px 0px;
z-index: 999;
left: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

/*—– Note for Zita vertical menu:
Don’t use Main as the menu location, use Header Above Menu or Header Below Menu locations.
The menu pulls from the actual pages. Renumber the pages in the correct order. —–*/

/*—– WordPress Copywrite text —–*/
<p style=”color:#000″>© {current_year} – Client | Website by
<a href=”https://carlfields.design” target=”_blank” rel=”noopener” style=”color:#000″ onMouseOver=”this.style.color=’#0000ff'”
onMouseOut=”this.style.color=’#000′”>Carl Fields</a></p>

/*—– Aucapina Header —–*/
.c-header__sticky-content–header-type-1 {
background: rgba(255, 122, 89, .0);
max-height: 120px;
margin-top: -20px;
color: #ddd;
}
.c-header__sticky-content.c-header–sticky {
background-color: #616e5f;
box-shadow: .0em .1em .9em black;
max-height: 120px;
margin-top: -20px;
color: #ddd;
}
.c-top-menu__item > a {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
text-transform: capitalize;
font-weight: 400;
}

 

/*—– Remove Page Title – OceanWP —–*/
.entry-title {
display: none;
}

.oceanwp-mobile-menu-icon a:first-child {
padding-left: 85%;
}

.fa, .fas {
font-family: “Font Awesome 5 Free”;
font-weight: 900;
font-size: x-large;
}

.fa, .fab, .fad, .fal, .far, .fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 100px;
}

@media only screen and (max-width: 959px)
#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
max-width: 200px;
padding-left: 20px;
}