This commit is contained in:
Alexander Agnarson 2020-08-16 13:53:37 +02:00
parent d26d209ebd
commit 0758928289
11 changed files with 905 additions and 312 deletions

406
style.css
View file

@ -1,7 +1,7 @@
/*
Theme Name: Curver
Theme URI: http://alx.media/themes/curver/
Version: 1.1.1
Version: 1.1.2
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.5
@ -495,85 +495,6 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
-webkit-border-radius: 3px; border-radius: 3px; }
.thumb-icon.small i { font-size: 12px; line-height: 16px; padding: 5px 0; }
/* common : nav
/* ------------------------------------ */
.nav-container { background: #888; z-index: 99; position: relative; }
.nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 48px; width: 60px; color: #fff; text-align: center; }
.nav-toggle i { font-size: 24px; padding: 10px 0; }
.nav-text { display: none; float: right; font-size: 16px; line-height: 24px; padding: 13px 20px; }
.nav li > a:after,
.nav > li > a:after { font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; }
@media only screen and (min-width: 720px) {
.nav-wrap { height: auto!important; }
/* common */
.nav { font-size: 0; position: relative; }
.nav li a { color: #ccc; display: block; line-height: 20px; }
/* dropdown arrows */
.nav li > a:after { content: "\f0da"; float: right; opacity: 0.35; }
.nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; line-height: 1.2em; }
.nav li > a:only-child:after {content: ""; margin: 0; }
#footer .nav li > a:after { content: "\f0da"; }
#footer .nav > li > a:after { content: "\f0d8"; }
#footer .nav li > a:only-child:after { content: ""; }
/* level 1 */
.nav > li { font-size: 16px; border-right: 1px solid #999; display: inline-block; position: relative; }
.nav > li > a { padding: 14px; }
.nav > li > a:hover,
.nav > li:hover > a { background: #777; }
.nav li > a:hover,
.nav li:hover > a,
.nav li.current_page_item > a,
.nav li.current-menu-item > a,
.nav li.current-menu-ancestor > a,
.nav li.current-post-parent > a { color: #fff; }
/* level 2 & 3 */
.nav li:hover > ul { display: block; }
.nav ul { display: none; background: #777; position: absolute; left: 0; top: 48px; width: 180px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
.nav ul li { font-size: 14px; position: relative; display: block; padding: 0; }
.nav ul li a { padding: 10px 20px; }
.nav ul li:last-child { border-bottom: 0!important; }
/* level 3 */
.nav ul ul { position: absolute; top: -10px; left: 180px; }
}
@media only screen and (max-width: 719px) {
.nav { font-weight: 600; }
.nav-container { text-transform: none; }
.nav-toggle,
.nav-text { display: block; }
.nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
.nav-wrap.transition {
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease; }
.expand .nav-wrap { height: auto; }
/* common */
.nav { float: left; width: 100%; }
.nav li a { line-height: 20px; display: block; padding: 8px 20px; }
.nav li li a { padding-left: 15px; padding-right: 15px; }
/* dropdown arrows */
.nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
.nav > li > a:after { content: '\f0d7'; font-size: 14px; }
.nav li > a:only-child:after { content: ''; }
/* level 1 */
.nav > li { font-size: 15px; }
.nav li > a:hover,
.nav li.current_page_item > a,
.nav li.current-menu-item > a,
.nav li.current-post-parent > a { color: #fff; }
/* level 2 & 3 */
.nav ul { display: block!important; margin-left: 40px; }
.nav ul li { font-weight: 300; }
.nav ul li a { padding-top: 6px; padding-bottom: 6px; }
}
/* ------------------------------------------------------------------------- *
* Section: Header
@ -613,100 +534,211 @@ background-image: linear-gradient(to top left,#ff8a00,#da1b60); }
/* header : search
/* ------------------------------------ */
.toggle-search { border-radius: 20px; color: rgba(255,255,255,0.8); font-size: 18px; line-height: 24px; cursor: pointer; padding: 6px 0; display: block; position: absolute; right: 50px; bottom: 13px; }
.toggle-search:hover,
.toggle-search.active { color: #fff; }
.toggle-search.active i:before { content: "\f00d"; font-size: 22px; }
.search-expand { display: none; position: absolute; bottom: 4px; right: 70px; width: 340px; }
.toggle-search { background: transparent; z-index: 3; position: absolute; right: 30px; top: 0; border: 0; width: 60px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; padding: 17px 0 17px; margin: 0; display: block; }
.search-expand { display: none; position: absolute; top: 13px; right: 70px; width: 340px; z-index: 3; }
.search-expand-inner { padding: 0 10px 10px; }
.search-expand .themeform input { background: #f2f2f2; width: 100%; border: 1px solid #eee; border-radius: 20px; }
.search-expand .themeform input:focus { border-color: #ccc; }
/* header : nav mobile
/* ------------------------------------ */
#nav-mobile.nav-container { background: transparent; padding-left: 20px; }
#nav-mobile .nav-toggle { background: transparent; color: #fff; }
#nav-mobile .nav-text { color: #fff; }
.toggle-search.active { padding-top: 20px; padding-bottom: 19px; }
.toggle-search .svg-icon { fill: #fff; margin: 0 auto; }
.toggle-search #svg-close { display: none; }
.toggle-search.active #svg-search { display: none; }
.toggle-search.active #svg-close { display: block; }
@media only screen and (max-width: 719px) {
/* common */
#nav-mobile .nav-wrap { background: transparent; }
#nav-mobile .nav { padding: 0 0 20px; }
#nav-mobile .nav li a { color: rgba(255,255,255,0.8); border-bottom: 1px solid rgba(255,255,255,0.2); }
/* level 1 */
#nav-mobile .nav li > a:hover,
#nav-mobile .nav li.current_page_item > a,
#nav-mobile .nav li.current-menu-item > a,
#nav-mobile .nav li.current-post-parent > a { background: rgba(255,255,255,0.05); color: #fff; }
}
/* hide and display */
@media only screen and (min-width: 720px) {
.mobile-menu #nav-mobile { display: none; }
}
@media only screen and (max-width: 719px) {
.mobile-menu #nav-header { display: none; }
}
/* header : nav header
/* ------------------------------------ */
#nav-header.nav-container { background: transparent; padding-left: 20px; }
.sticky-element-sticky #nav-header.nav-container:after { background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); content:""; position: absolute; bottom: -40px; left: 0; right: 0; height: 40px; width: 100%; pointer-events: none; }
#nav-header .nav-toggle { background: transparent; color: #fff; }
#nav-header .nav-text { color: #fff; }
#header-menu-header,
#header-menu-mobile { position: relative; }
@media only screen and (min-width: 720px) {
/* common */
#nav-header .nav { font-weight: 600; }
#nav-header .nav li a { font-size: 17px; color: rgba(255,255,255,0.8); }
#nav-header .nav > li:first-child { margin-left: 30px; }
/* level 1 */
#nav-header .nav > li { border-right: none; margin-right: 30px; }
#nav-header .nav > li > a { padding: 22px 0; }
#nav-header .nav > li > a:hover,
#nav-header .nav > li:hover > a { background: transparent; color: #fff; }
#nav-header .nav li > a:hover,
#nav-header .nav li:hover > a { color: #fff; }
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-menu-ancestor > a,
#nav-header .nav li.current-post-parent > a { color: #fff; }
#nav-header .nav > li.current_page_item > a:before,
#nav-header .nav > li.current-menu-item > a:before,
#nav-header .nav > li.current-menu-ancestor > a:before,
#nav-header .nav > li.current-post-parent > a:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #000!important; border-bottom: 8px solid transparent; position: absolute; top: 0; left: 50%; margin-left: -8px; }
/* level 2 & 3 */
#nav-header .nav ul { top: 62px; width: 190px; background: #fff; border-radius: 3px; }
#nav-header .nav ul:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid transparent; border-bottom: 8px solid #fff; position: absolute; top: -16px; left: 20px; }
#nav-header .nav ul li { -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.04); box-shadow: 0 1px 0 rgba(0,0,0,0.04); }
#nav-header .nav ul li a { font-size: 13px; color: #777; }
#nav-header .nav ul li a:hover { color: #333; }
#nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
#nav-header .nav ul ul { top: -10px; left: 190px; }
#nav-header .nav ul ul:before { display: none; }
#nav-header .nav li li.current_page_item > a,
#nav-header .nav li li.current-menu-item > a,
#nav-header .nav li li.current-menu-ancestor > a,
#nav-header .nav li li.current-post-parent > a { color: #333; }
.mobile-menu #header-menu-mobile { display: none; }
}
@media only screen and (max-width: 719px) {
/* common */
#nav-header .nav-wrap { background: transparent; }
#nav-header .nav { padding: 0 0 20px; }
#nav-header .nav li a { color: rgba(255,255,255,0.8); border-bottom: 1px solid rgba(255,255,255,0.2); }
/* level 1 */
#nav-header .nav li > a:hover,
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-post-parent > a { background: rgba(255,255,255,0.05); color: #fff; }
.mobile-menu #header-menu-header { display: none; }
}
/* ------------------------------------------------------------------------- *
* Section: Navigation
/* ------------------------------------------------------------------------- */
/* menu hamburger */
.menu-toggle-icon { float: right; width: 30px; height: 20px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }
.menu-toggle-icon span { display: block; position: absolute; height: 2px; width: 100%; background: #333; border-radius: 2px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
.menu-toggle-icon span:nth-child(1) { top: 0px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(2) { top: 8px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(3) { top: 16px; transform-origin: left center; }
.toggled .menu-toggle-icon span:nth-child(1) { transform: rotate(45deg); top: -2px; left: 5px; }
.toggled .menu-toggle-icon span:nth-child(2) { width: 0%; opacity: 0; }
.toggled .menu-toggle-icon span:nth-child(3) { transform: rotate(-45deg); top: 19px; left: 5px; }
/* menu hide and display */
@media only screen and (min-width: 720px) {
.mobile-menu #nav-mobile-nav { display: none; }
}
@media only screen and (max-width: 719px) {
.mobile-menu #nav-header-nav { display: none; }
#nav-mobile,
#nav-header,
#nav-footer { display: none; }
.mobile #nav-mobile,
.mobile #nav-header,
.mobile #nav-footer { display: block; }
}
/* menu base */
.nav-menu > .menu-toggle { display: none; }
.nav-menu.mobile > .menu-toggle { display: block; }
.nav-menu.mobile > .menu-toggle ~ * { max-height: 4000px; overflow: hidden; width: 100%; transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
.nav-menu.mobile > .menu-toggle[aria-expanded="false"] ~ * { max-height: 0; transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
.nav-menu .menu,
.nav-menu .menu ul { display: flex; list-style: none; list-style-type: none; margin: 0; padding: 0; }
.nav-menu a { display: block; text-decoration: none; width: 100%; }
.nav-menu.mobile ul { flex-direction: column; }
.nav-menu .menu ul { flex-direction: column; max-width: 0; max-height: 0; overflow: hidden; }
.nav-menu .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { max-width: 100vw; max-height: 300vh; }
.nav-menu:not(.mobile) .menu .sub-menu { position: absolute; text-align: left; }
.nav-menu .screen-reader-text { display: none; }
.nav-menu .menu-item-wrapper { display: flex; }
.nav-menu { line-height: 20px; }
.nav-menu button { color: inherit; cursor: pointer; font-family: inherit; position: relative; text-align: inherit; user-select: none; background: none; border: none; box-shadow: none; border-radius: 0; font-size: inherit; font-weight: 400; letter-spacing: inherit; padding: 0; text-transform: none; }
.nav-menu.mobile .menu ul { transition: max-height 500ms; max-width: 100%; }
.nav-menu:not(.mobile) { position: relative; z-index: 3; }
.nav-menu:not(.mobile) .menu { flex-wrap: wrap; justify-content: left; }
.nav-menu:not(.mobile) .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { overflow: visible; width: 180px; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu ul .sub-menu { left: 200px; top: 0; }
.nav-menu:not(.mobile) .menu { position: relative; }
.nav-menu:not(.mobile) .menu ul { font-size: 15px; opacity: 0; padding: 10px 0; position: absolute; top: calc(100% + 20px); transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s; transform: translateY(6px); z-index: 1; }
.nav-menu:not(.mobile) .menu ul li { position: relative; }
.nav-menu:not(.mobile) .menu ul a { display: block; padding: 10px 20px; transition: background-color 0.15s linear; width: 100%; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul { min-width: 180px; max-width: 180px; max-height: 300vh; overflow: visible; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu ul:before,
.nav-menu:not(.mobile) .menu ul:after { content: ""; display: block; position: absolute; bottom: 100%; }
.nav-menu:not(.mobile) .menu ul:before { left: 0; right: 0; height: 20px; }
.nav-menu:not(.mobile) .menu ul:after { border: 8px solid transparent; border-bottom-color: transparent; left: 18px; }
.nav-menu:not(.mobile) .menu ul ul { left: calc(100% + 20px); top: -10px !important; }
.nav-menu:not(.mobile) .menu ul ul:before { bottom: 0; height: auto; left: auto; left: -20px; top: 0; width: 22px; }
.nav-menu:not(.mobile) .menu ul ul:after { border-bottom-color: transparent; bottom: auto; left: -16px; top: 20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:before { left: auto; right: -20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul { right: calc(100% + 20px); left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: transparent; right: -16px; left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) ul ul button .svg-icon { transform: none; }
.nav-menu:not(.mobile) a,
.nav-menu:not(.mobile) span { transition: all 0.3s ease; }
.nav-menu.mobile { padding: 0; }
.nav-menu.mobile button:focus { outline: none; }
.nav-menu.mobile > button { padding: 16px 20px; float: right; }
.nav-menu.mobile button .svg-icon { transition: all 250ms; }
.nav-menu.mobile button.active .svg-icon { transform: rotate(180deg); }
.nav-menu.mobile ul { border: 0; }
.nav-menu.mobile ul li .menu-item-wrapper { justify-content: space-between; width: 100%; }
.nav-menu.mobile > div > ul > li:last-child { margin-bottom: 52px; }
.nav-menu.mobile ul li a { font-size: 16px; font-weight: 600; padding: 14px 20px; text-align: left; }
.nav-menu.mobile ul ul li a { font-size: 14px; }
.nav-menu.mobile ul ul li a { padding: 12px 0 12px 40px; }
.nav-menu.mobile ul ul ul li a { padding: 12px 0 12px 60px; }
.nav-menu.mobile ul button { margin: 10px 0; padding: 0 20px; }
/* menu styling */
.menu-toggle-icon span { background: #fff; }
.nav-menu a { color: #fff; font-weight: 600; }
.nav-menu .svg-icon { fill: #fff; }
.nav-menu:not(.mobile) .menu ul { background: #fff; color: #666; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
.nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #fff; }
.nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #fff; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-left-color: #fff; }
.nav-menu:not(.mobile) { font-size: 17px; font-weight: 600; float: none; padding: 6px 0 20px 0; }
.nav-menu:not(.mobile) a { color: rgba(255,255,255,0.7); }
.nav-menu:not(.mobile) a:hover { color: #fff; }
.nav-menu:not(.mobile) ul ul a { font-size: 14px; }
.nav-menu:not(.mobile) ul ul a:hover { color: #333; }
.nav-menu:not(.mobile) ul ul > li:hover > span { background: rgba(255,255,255,0.1); }
.nav-menu:not(.mobile) ul ul a { color: #666; }
.nav-menu:not(.mobile) button { background: none; color: #666; padding: 0 4px; margin-left: 2px; border-radius: 4px; }
.nav-menu:not(.mobile) button.active { background: rgba(255,255,255,0.2); color: #333; }
.nav-menu:not(.mobile) button .svg-icon { fill: rgba(255,255,255,0.5); }
.nav-menu:not(.mobile) ul ul button { background: none; color: #eee; padding: 0 5px; margin: 0 10px 0 0; }
.nav-menu:not(.mobile) ul ul button.active { background: #eee; }
.nav-menu:not(.mobile) ul ul button .svg-icon { fill: #bbb; transform: rotate(-90deg); }
.nav-menu:not(.mobile) .menu > li { margin: 16px 20px 0 0; position: relative; }
.nav-menu:not(.mobile) .menu > li:last-child { margin-right: 0; }
.nav-menu:not(.mobile) .menu a { padding: 0; }
.nav-menu:not(.mobile) li.current_page_item > span > a,
.nav-menu:not(.mobile) li.current-menu-item > span > a,
.nav-menu:not(.mobile) li.current-menu-ancestor > span > a,
.nav-menu:not(.mobile) li.current-post-parent > span > a { color: #fff; }
.nav-menu:not(.mobile) ul ul li.current_page_item > span > a,
.nav-menu:not(.mobile) ul ul li.current-menu-item > span > a,
.nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a,
.nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #333; }
.nav-menu.mobile { background: transparent; }
.nav-menu.mobile button.active .svg-icon { fill: #fff; }
.nav-menu.mobile ul ul { background: rgba(0,0,0,0.05); }
.nav-menu.mobile ul li .menu-item-wrapper,
.nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(255,255,255,0.14); }
.nav-menu.mobile > div > ul > li:first-child .menu-item-wrapper { border-top: 1px solid rgba(255,255,255,0.14); }
.nav-menu.mobile ul li a { color: #fff; }
.nav-menu.mobile ul button,
.nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.14); }
/* menu header styling */
#header .nav-menu:not(.mobile) { padding-left: 50px; padding-right: 50px; }
#header .nav-menu:not(.mobile) ul ul a { transition: all 0.3s ease; }
#header .nav-menu:not(.mobile) .menu ul span { border-bottom: 1px solid rgba(0,0,0,0.06); }
#header .nav-menu:not(.mobile) .menu ul li:last-child span { border-bottom: 0; }
#header .nav-menu:not(.mobile) > div > ul > li.current_page_item > span:before,
#header .nav-menu:not(.mobile) > div > ul > li.current-menu-item > span:before,
#header .nav-menu:not(.mobile) > div > ul > li.current-menu-ancestor > span:before,
#header .nav-menu:not(.mobile) > div > ul > li.current-post-parent > span:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #000!important; border-bottom: 8px solid transparent; position: absolute; top: -22px; left: 50%; margin-left: -8px; }
/* menu footer styling */
#footer .nav-menu a { font-weight: 600; }
#footer .nav-menu:not(.mobile) { background: transparent; font-size: 14px; border-top: 0; border-bottom: 1px solid rgba(255,255,255,0.1); float: none; padding-top: 8px; padding-left: 50px; padding-right: 50px; position: relative; z-index: 2; }
#footer .nav-menu:not(.mobile) a { color: rgba(0,0,0,0.5); }
#footer .nav-menu:not(.mobile) a:hover { color: #333; }
#footer .nav-menu:not(.mobile) button { transform: rotate(-180deg); }
#footer .nav-menu:not(.mobile) .menu ul button { transform: none; }
#footer .nav-menu:not(.mobile) .menu { justify-content: left; }
#footer .nav-menu:not(.mobile) .menu ul { top: auto; bottom: calc(100% + 19px); }
#footer .nav-menu:not(.mobile) .menu ul a { font-size: 13px; }
#footer .nav-menu:not(.mobile) .menu ul span { border-bottom: 1px solid rgba(0,0,0,0.06); }
#footer .nav-menu:not(.mobile) .menu ul li:last-child span { border-bottom: 0; }
#footer .nav-menu:not(.mobile) .menu ul ul { bottom: auto; }
#footer .nav-menu:not(.mobile) .menu > li > ul:before,
#footer .nav-menu:not(.mobile) .menu > li > ul:after { bottom: auto; top: 100%; }
#footer .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: transparent; border-top-color: #fff; }
#footer .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #fff; border-top-color: transparent; }
#footer .nav-menu:not(.mobile) li.current_page_item > span > a,
#footer .nav-menu:not(.mobile) li.current-menu-item > span > a,
#footer .nav-menu:not(.mobile) li.current-menu-ancestor > span > a,
#footer .nav-menu:not(.mobile) li.current-post-parent > span > a { color: #333; }
#footer .nav-menu:not(.mobile) button .svg-icon { fill: rgba(0,0,0,0.2); }
#footer .nav-menu:not(.mobile) button.active { background: rgba(0,0,0,0.06); }
#footer .nav-menu:not(.mobile) ul ul a { transition: all 0.3s ease; }
#footer .nav-menu:not(.mobile) ul ul > li:hover > span { background: none; }
#footer .menu-toggle-icon span { background: #333; }
#footer .nav-menu.mobile { background: transparent; border-top: none; border-bottom: 1px solid rgba(0,0,0,0.1); }
#footer .nav-menu.mobile .svg-icon { fill: #333; }
#footer .nav-menu.mobile button.active .svg-icon { fill: #333; }
#footer .nav-menu.mobile ul ul { background: rgba(0,0,0,0.04); }
#footer .nav-menu.mobile ul li .menu-item-wrapper,
#footer .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(0,0,0,0.07); }
#footer .nav-menu.mobile > div > ul > li:first-child .menu-item-wrapper { border-top: 1px solid rgba(0,0,0,0.07); }
#footer .nav-menu.mobile ul li a { color: #555; }
#footer .nav-menu.mobile ul button,
#footer .nav-menu.mobile ul ul button { border-left: 1px solid rgba(0,0,0,0.07); }
/* ------------------------------------------------------------------------- *
* Section: Page
@ -748,54 +780,6 @@ background-image: linear-gradient(to top left,#ff8a00,#da1b60); }
#footer-bottom .social-links .social-tooltip:hover:after { background: #333; color: #fff; }
#footer-bottom .social-links .social-tooltip:hover:before { border-color: #333 transparent; }
/* footer : nav
/* ------------------------------------ */
#nav-footer.nav-container { background: #f4f4f4; z-index: 97; border-bottom: 1px solid #e5e5e5; padding-left: 20px; padding-right: 20px; }
#nav-footer .nav-toggle { background: transparent; color: #333; }
#nav-footer .nav-text { color: #666; }
@media only screen and (min-width: 720px) {
/* common */
#nav-footer .nav { font-weight: 600; }
#nav-footer .nav li a { font-size: 14px; color: #777; }
/* level 1 */
#nav-footer .nav > li { margin-right: 30px; border-right: none; }
#nav-footer .nav > li:first-child { margin-left: 30px; }
#nav-footer .nav > li > a { padding: 18px 0; }
#nav-footer .nav > li > a:hover,
#nav-footer .nav > li:hover > a { background: transparent; }
#nav-footer .nav li > a:hover,
#nav-footer .nav li:hover > a,
#nav-footer .nav li.current_page_item > a,
#nav-footer .nav li.current-menu-item > a,
#nav-footer .nav li.current-menu-ancestor > a,
#nav-footer .nav li.current-post-parent > a { color: #333; }
/* level 2 & 3 */
#nav-footer .nav ul { background: #fff; bottom: 55px; top: auto; text-align: left; border-radius: 4px;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 4px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.1); }
#nav-footer .nav ul:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; border-bottom: 8px solid transparent; position: absolute; bottom: -16px; left: 20px; }
#nav-footer .nav ul li { border-bottom: 1px solid #f4f4f4; }
#nav-footer .nav ul li:last-child { border-bottom: none; }
#nav-footer .nav ul li a { font-size: 13px; }
/* level 3 */
#nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }
}
@media only screen and (max-width: 719px) {
/* common */
#nav-footer .nav { padding-bottom: 20px; }
#nav-footer .nav li a { color: #666; border-top: 1px solid #e5e5e5; }
/* level 1 */
#nav-footer .nav li > a:hover { background: #eee; color: #333; }
#nav-footer .nav li.current_page_item > a,
#nav-footer .nav li.current-menu-item > a,
#nav-footer .nav li.current-post-parent > a { background: #eee; color: #333; }
}
/* ------------------------------------------------------------------------- *
* Post Entry