/* Theme Name: Blogcards Theme URI: https://agnarson.com/wpthemes/blogcards/ Version: 1.0.5 Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 6.5 Description: Blogcards is a flexible blog theme with plenty of options. Optimized for all devices, this theme will stand out with a unique large card design, including dark/light mode. Set to any accent and background colors you want, or add border radius to the design in styling options. Demo: https://demo.agnarson.com/?theme=Blogcards Author: Alexander Agnarson Author URI: https://agnarson.com Tags: blog, news, entertainment, one-column, custom-colors, custom-menu, featured-images, flexible-header, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, footer-widgets, wide-blocks Text Domain: blogcards Copyright: (c) 2024 Alexander "Alx" Agnarson License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html */ /* WARNING! DO NOT EDIT THIS FILE! To make it easy to update your theme, you should not edit the styles in this file. Instead use a child theme to add your styles. You can copy a style from this file and paste it in the child theme's style.css and it will override the style in this file. You have been warned! :) */ /* ------------------------------------------------------------------------- * * Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 * ------------------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ------------------------------------------------------------------------- * * Base Styles /* ------------------------------------------------------------------------- */ body { font-size: 15px; line-height: 1.5em; color: rgba(0,0,0,0.6); font-weight: 400; } a { color: #000; text-decoration: none; } a:hover { color: rgba(0,0,0,0.8); } img { max-width: 100%; height: auto; } a, a:before, a:after { transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; } a img { transition: opacity 0.2s ease; } address,cite,em { font-style: italic; } strong { font-weight: 600; } ol, ul { box-sizing: content-box; } .left,.alignleft { float: left; } .right,.alignright { float: right; } .aligncenter { margin-left: auto; margin-right: auto; } /* base : clear /* ------------------------------------ */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .group:before, .group:after { content: ""; display: table; } .group:after { clear: both; } .group { zoom: 1; } /* base : font awesome square size /* ------------------------------------ */ .fa, .fab, .fal, .far, .fas { width: 1em; text-align: center; } /* base : forms /* ------------------------------------ */ input, textarea, button, select, label { font-family: inherit; } .themeform input:not([type="submit"]):not([type="checkbox"]), .themeform textarea { background: transparent; color: rgba(0,0,0,0.5); font-size: 14px; width: 100%; box-sizing: border-box; display: block; padding: 8px 10px; border: 1px solid rgba(0,0,0,0.1); line-height: 1.5em; } .themeform input[type="submit"] { background-image: linear-gradient(90deg, #be1e1e 0%, #ff0000 100%); color: #fff; font-weight: 600; font-size: 14px; border: 0; cursor: pointer; padding: 12px 14px; display: block; } .themeform textarea:focus, .themeform input:not([type="submit"]):focus { outline: 1px solid rgba(0,0,0,0.2); border-color: rgba(0,0,0,0.2); color: rgba(0,0,0,0.75); } .themeform.searchform div { position: relative; } .themeform.searchform div input:not([type="submit"]):not([type="checkbox"]) { background: #fff; padding-left: 30px; } .themeform.searchform div:after { color: rgba(0,0,0,0.4); line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 12px; top: 7px; font-family: "Font Awesome 6 Free"; font-weight: 900; } /* base : entry /* ------------------------------------ */ .entry { font-size: 17px; line-height: 1.6em; } .entry a { text-decoration: underline; } .entry hr { border: 0; background: rgba(0,0,0,0.12); height: 2px; width: 30%; margin: 40px auto; } .entry p, .entry dd { margin-bottom: 1em; } .entry dt { color: #333; } .entry dt { font-weight: 600;} .entry address { margin-bottom: 1em; } .entry blockquote { position: relative; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; } .entry blockquote p { font-weight: 400; margin-bottom: 0.75em; } .entry blockquote:before { content: "\f10d"; font-size: 32px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; position: absolute; left: 0; top: 0; } .entry blockquote.twitter-tweet:before { content: "\f099"; } .entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; } .entry pre { padding: 18px 20px; margin: 30px 0; border: 1px solid rgba(0,0,0,0.12); line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; } .entry code { background: rgba(0,0,0,0.12); color: rgba(0,0,0,0.9); padding: 0 3px; } .entry ins { background: rgba(0,0,0,0.12); } .entry sub, .entry sup { font-size: 62.5%; } .entry sub { vertical-align: sub; } .entry sup { vertical-align: super; } /* image position & caption */ .entry img.size-auto, .entry img.size-large, .entry img.size-medium, .entry attachment img { max-width: 100%; height: auto; } .entry img.alignleft { margin: 18px 20px 18px 0; } .entry img.alignright { margin: 18px 0 18px 20px; } .entry img.aligncenter { margin: 18px auto; clear: both; display: block; } .entry img .size-full { width: 100%!important; } .entry .gallery img, .entry img.wp-smiley { margin: 0; } .entry .wp-caption { background: #fff; max-width: 100%!important; margin-bottom: 14px; padding-top: 5px; text-align: center; } .entry .wp-caption-text { font-style: italic; } .entry .wp-caption a { border-bottom: none; } .entry .wp-caption img { margin: 0; max-width: 100%; height: auto; } .entry .wp-caption.alignleft { margin-right: 20px; } .entry .wp-caption.alignright { margin-left: 20px; } .entry .wp-caption.alignnone { overflow: hidden; max-width: 100%; } .entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; } .entry .wp-caption-text { font-size: 13px; padding: 0 0 8px 0; margin: 0; } /* table */ .entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; } .entry table td { border: 1px solid rgba(0,0,0,0.12); text-align: center; padding: 5px; vertical-align: middle; } .entry table th { border: 1px solid rgba(0,0,0,0.12); font-weight: 600; text-align: center; padding: 10px 5px; } /* default gallery */ .entry .gallery, .widget .gallery { clear: both; overflow: hidden; width: 100%; margin-top: 15px!important; margin-bottom: 15px!important; } .entry .gallery img, .widget .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; } .entry .gallery .gallery-item, .widget .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; } .entry .gallery .gallery-caption, .widget .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%; transition: all .2s ease; -o-transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; } .entry .gallery .gallery-item:hover .gallery-caption { bottom: 0; } .entry .gallery-columns-5 .gallery-caption, .entry .gallery-columns-6 .gallery-caption, .entry .gallery-columns-7 .gallery-caption, .entry .gallery-columns-8 .gallery-caption, .entry .gallery-columns-9 .gallery-caption, .widget .gallery-columns-2 .gallery-caption, .widget .gallery-columns-3 .gallery-caption, .widget .gallery-columns-4 .gallery-caption, .widget .gallery-columns-5 .gallery-caption, .widget .gallery-columns-6 .gallery-caption, .widget .gallery-columns-7 .gallery-caption, .widget .gallery-columns-8 .gallery-caption, .widget .gallery-columns-9 .gallery-caption { display: none!important; } /* base : headings /* ------------------------------------ */ .heading, .comment-reply-title { font-weight: normal; font-size: 18px; font-weight: 600; margin-bottom: 1em; line-height: 1.5em; } .heading i { font-size: 22px; margin-right: 6px; } /* ------------------------------------------------------------------------- * * Base Blocks /* ------------------------------------------------------------------------- */ .entry { color: rgba(0,0,0,0.85); } /* blocks : common /* ------------------------------------ */ /* block : paragraph */ .entry p { margin-bottom: 32px; } /* block : heading */ h1, h2, h3, h4, h5, h6 { color: #000; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; } .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { font-weight: 600; line-height: 1.3em; } .entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: rgba(255,255,255,0.6); } .entry h1 { font-size: 38px; letter-spacing: -1px; } .entry h2 { font-size: 34px; letter-spacing: -0.7px; } .entry h3 { font-size: 28px; letter-spacing: -0.5px; } .entry h4 { font-size: 24px; letter-spacing: -0.3px; } .entry h5 { font-size: 20px; font-weight: 600; } .entry h6 { font-size: 16px; font-weight: 600; text-transform: uppercase; } /* block : list */ .entry ol, .entry ul { margin: 0 0 15px 30px; padding-left: 30px; } .entry ol ol, .entry ol ul, .entry ul ul, .entry ul ol { margin-bottom: 0; } .entry li { margin: 0; } .entry ul li, .entry ol ul li { list-style: square; } .entry ol li, .entry ol ul ol li { list-style: decimal; } /* block : common */ .entry .wp-block-image figcaption, .entry .wp-block-audio figcaption, .entry .wp-block-embed figcaption { font-size: 14px; text-align: center; } /* block : image */ .entry .wp-block-image { } /* block : gallery */ .entry .wp-block-gallery { padding: 0; margin-left: 0; } .entry .wp-block-gallery .blocks-gallery-grid { margin: 0; padding: 0; } .entry .wp-block-gallery .blocks-gallery-item figcaption { box-sizing: border-box; } /* block : cover */ .entry .wp-block-cover { } /* block : quote */ .entry .wp-block-quote { margin-bottom: 20px; } .entry .wp-block-quote.is-large { padding-left: 50px; } /* block : audio */ .entry .wp-block-audio { } /* block : file */ .entry .wp-block-file { } .entry .wp-block-file a.wp-block-file__button { color: #fff; } /* block : video */ .entry .wp-block-embed { } /* blocks : formatting /* ------------------------------------ */ /* block : classic */ .entry .wp-block-classic { } /* block : pullquote */ .entry .wp-block-pullquote { padding-top: 0; padding-bottom: 0; } .entry .wp-block-pullquote.alignleft { margin-right: 2em; } .entry .wp-block-pullquote.alignright { margin-left: 2em; } .entry .wp-block-pullquote blockquote { padding-left: 50px; text-align: left; } .entry .wp-block-pullquote blockquote p { line-height: 1.4em; } /* block : code */ .entry .wp-block-code { } .entry .wp-block-code code { background: none; } /* block : custom html */ .entry .wp-block-custom { } /* block : preformatted */ .entry .wp-block-preformatted { } /* block : table */ .entry .wp-block-table { } .entry .wp-block-table.is-style-stripes { border-bottom-color: rgba(255,255,255,0.12); } .entry .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) { background: rgba(255,255,255,0.12); } /* block : verse */ .entry .wp-block-verse { } /* blocks : layout elements /* ------------------------------------ */ /* block : separator */ .entry .wp-block-separator { background: rgba(255,255,255,0.12); } /* block : more */ .entry .more-link { } /* block : button */ .entry .wp-block-button { } .entry .wp-block-button a { background: rgba(0,0,0,0.12); color: #000; text-decoration: none; } /* block : columns */ .entry .wp-block-columns { } /* block : media & text */ .entry .wp-block-media-text { } .entry .has-large-font-size { line-height: 1.4em; } /* block : spacer */ .entry .wp-block-spacer { } /* block : page break */ .entry .post-pages { } /* blocks : widgets /* ------------------------------------ */ /* block : latest comments */ .entry .wp-block-latest-comments { padding-left: 0; } /* block : latest posts */ .entry .wp-block-latest-posts { } /* block : archives */ .entry .wp-block-archives { } /* block : categories */ .entry .wp-block-categories { } /* block : shortcode */ .entry .wp-block-shortcode { } /* block : calendar */ .entry .wp-block-calendar { } .entry .wp-block-calendar caption { background: rgba(0,0,0,0.06); color: #000; } .entry .wp-block-calendar th { background: rgba(0,0,0,0.12); color: #000; } .entry .wp-block-calendar td { color: rgba(0,0,0,0.5); } /* block : rss */ .entry .wp-block-rss { } /* block : search */ .entry .wp-block-search { } /* block : tag cloud */ .entry .wp-block-tag-cloud { } /* blocks : shared /* ------------------------------------ */ .entry > ol, .entry > ul, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry .wp-block-image, .entry .wp-block-gallery, .entry .wp-block-cover, .entry .wp-block-embed, .entry .wp-block-quote, .entry .wp-block-pullquote, .entry .wp-block-audio, .entry .wp-block-file, .entry .wp-block-code, .entry .wp-block-preformatted, .entry .wp-block-table, .entry .wp-block-media-text, .entry .wp-block-button, .entry .wp-block-separator, .entry .wp-block-columns, .entry .wp-block-latest-comments, .entry .wp-block-latest-posts, .entry .wp-block-archives, .entry .wp-block-categories, .entry .wp-block-shortcode, .entry .wp-block-calendar, .entry .wp-block-rss, .entry .wp-block-search, .entry .wp-block-tag-cloud { margin-top: 32px; margin-bottom: 32px; } /* blocks : important /* ------------------------------------ */ .entry > *:not(.alignfull) { max-width: 620px; margin-left: auto; margin-right: auto; box-sizing: border-box; } .entry > *:not(.alignfull).alignwide { max-width: 940px; } .entry > .alignfull { margin-left: -40px; margin-right: -40px; max-width: none; width: auto; } /* ------------------------------------------------------------------------- * * Base Structure /* ------------------------------------------------------------------------- */ /* base : grid /* ------------------------------------ */ .grid { margin-right: 3.2%; float: left; display: inline; position: relative; } .last { clear: right; margin-right: 0!important; } .one-full { margin-right: 0; width: 100%; } .one-half { width: 48.4%; } .one-third { width: 31.2%; } .two-third { width: 65.6%; } .one-fourth { width: 22.6%; } .three-fourth { width: 74.2%; } .one-fifth { width: 17.4%; } .two-fifth { width: 38.1%; } .three-fifth { width: 58.7%; } .four-fifth { width: 79.4%; } /* ------------------------------------------------------------------------- * * Common Elements /* ------------------------------------------------------------------------- */ /* common : pagination /* ------------------------------------ */ .pagination { padding-bottom: 40px; } .pagination a { font-size: 18px; font-weight: 600; } .pagination ul { text-align: center; font-size: 0; } .pagination ul li { display: inline-block; float: none; } .pagination ul li a:before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 52px; line-height: 80px; display: block; } .pagination ul li.next a:before { content: "\f105"; } .pagination ul li.prev a:before { content: "\f104"; } .pagination ul li a { background: #fff; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; display: inline-block; font-size: 0; margin: 10px; width: 80px; height: 80px; border-radius: 100%; } /* common : thumb icon /* ------------------------------------ */ .thumb-icon { display: none; } /* ------------------------------------------------------------------------- * * Section: Theme /* ------------------------------------------------------------------------- */ body { background: #f6f7fa; } .wrapper-inner { max-width: 1280px; padding: 0 40px; box-sizing: border-box; position: relative; width: 100%; z-index: 2; margin: 0 auto; } #header { padding: 30px 0; position: relative; z-index: 3; } .social-links { position: relative; z-index: 2; } .social-links li { display: inline-block; margin: 0 4px; line-height: 16px; font-size: 0; } .social-links li a { display: block!important; position: relative; text-align: center; } .social-links .social-tooltip { font-size: 18px; display: inline; position: relative; } .social-links .social-tooltip:hover { text-decoration: none; } .social-links .social-tooltip:hover:after { top: -33px; background: #000; font-size: 13px; color: #fff; content: attr(title); display: block; right: -2px; padding: 5px 10px; position: absolute; white-space: nowrap; border-radius: 3px; } .social-links .social-tooltip:hover:before { top: -7px; right: 4px; border: solid; border-color: #000 transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; } .slick-featured .slick-posts-nav { position: absolute; width: auto; top: 50%; left: -34px; right: -34px; pointer-events: none; z-index: 2; } .slick-featured .slick-posts-nav .slick-prev { float: left; pointer-events: auto; } .slick-featured .slick-posts-nav .slick-next { float: right; pointer-events: auto; } .slick-featured .slick-posts-nav .slick-prev, .slick-featured .slick-posts-nav .slick-next { background: transparent; position: relative; height: 50px; } .slick-featured .slick-posts-nav .slick-prev:hover, .slick-featured .slick-posts-nav .slick-next:hover, .slick-featured .slick-posts-nav .slick-prev:focus, .slick-featured .slick-posts-nav .slick-next:focus { background: transparent; } .slick-featured .slick-posts-nav .slick-prev:before, .slick-featured .slick-posts-nav .slick-next:before { font-size: 30px; } .slick-posts-nav { position: relative; text-align: center; } .slick-posts-nav .slick-prev, .slick-posts-nav .slick-next { background: #333; transition: all 0.3s ease; position: relative; display: inline-block; margin: 0; height: 34px; width: 34px; } .slick-posts-nav .slick-prev:hover, .slick-posts-nav .slick-next:hover, .slick-posts-nav .slick-prev:focus, .slick-posts-nav .slick-next:focus { background: #444; } .slick-posts-nav .slick-prev { left: 0; } .slick-posts-nav .slick-next { right: 0; } .slick-posts-nav .slick-prev:before { color: rgba(0,0,0,0.5); font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f053"; } .slick-posts-nav .slick-next:before { color: rgba(0,0,0,0.5); font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f054"; } .slick-posts { display: none; } .slick-featured .slick-dotted.slick-slider { margin-bottom: 0; } .slick-featured .slick-dots { bottom: -50px; box-sizing: border-box; } .slick-featured .slick-dots li { margin: 0 3px; } .slick-featured .slick-dots li button { background: rgba(0,0,0,0.08); box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); height: 10px; width: 10px; border-radius: 100%; text-indent: -9999px; overflow: hidden; } .slick-featured .slick-dots .slick-active button { background: rgba(0,0,0,0.2); } .slick-featured { background: #fff; margin-bottom: 80px; position: relative; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; } .featured-card { position: relative; margin: 20px; } .featured-card-inner { padding-left: 100px; min-height: 84px; position: relative; } .featured-card-left { position: absolute; left: 0; top: 0; } .featured-card-thumb { width: 84px; height: 84px; border: 1px solid rgba(0,0,0,0.06); border-radius: 100%; padding: 5px; box-sizing: border-box; } .featured-card-thumb a { display: block; border-radius: 100%; overflow: hidden; width: 100%; height: 100%; } .featured-card-thumb img { display: block; border-radius: 100%; transition: 0.3s; width: 100%; height: 100%; } .featured-card:hover .featured-card-thumb img { transform: scale(1.15); } .featured-card-thumb-empty { color: rgba(0,0,0,0.2); font-size: 24px; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center; } .featured-card-thumb-empty:hover { color: rgba(0,0,0,0.2); } .featured-card-thumb-empty i { position: absolute; top: 50%; margin: -12px 0 0 -12px; } .featured-card-right { padding-top: 4px; } .featured-card-title { font-weight: 600; font-size: 16px; } .featured-card-more { display: none; background-image: linear-gradient(90deg, #be1e1e 0%, #ff0000 100%); color: #fff; padding: 8px 20px; position: absolute; right: -10px; bottom: -10px; } .featured-card-more:hover { color: #fff; padding-right: 26px; } .blog-card { background: #fff; display: flex; min-height: 620px; position: relative; margin-bottom: 100px; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; } .blog-card:before { content:""; background: url(img/dot-pattern-dark-2x.png) repeat top left; background-size: 10px 10px; position: absolute; left: 100px; right: 100px; bottom: -60px; height: 40px; width: auto; z-index: -2; opacity: 0.08; } .blog-card:after { height: 12px; position: absolute; bottom: -12px; z-index: -1; left: 40px; right: 40px; content: ""; pointer-events: none; background: rgba(255,255,255,.8); box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; } .blog-card-inner { display: flex; align-items: stretch; width: 100%; } .blog-card-left { width: 50%; position: relative; order: 1; } .blog-card-left-inner { padding: 30px 30px 0; box-sizing: border-box; position: absolute; left: 0; right: 0; top: 0; bottom: 120px; mask-image: linear-gradient(0deg, transparent, #000 20%, #000 100%, transparent 100% ); } .blog-card-right { width: 50%; position: relative; order: 2; overflow: hidden; } .blog-card-right-inner { background-color: #dfe0e4; background-position: center center; background-size: cover; height: 100%; position: relative; transition: 0.3s; } .blog-card-right:hover .blog-card-right-inner { transform: scale(1.05); } .blog-card-single-head .blog-card-right:hover .blog-card-right-inner { transform: none; } .blog-card-link { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .blog-card-date { position: absolute; right: 40px; top: 36px; color: #fff; padding: 4px 10px; background: rgba(0,0,0,0.16); box-shadow: inset 0 1px 0 rgba(0,0,0,0.12), 0 1px 0 rgba(255,255,255,0.06); text-shadow: 0 1px 0 rgba(0,0,0,0.1); } .blog-card-date i { margin-right: 4px; } .blog-card-author { width: 100%; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; } .blog-card-author-avatar { float: left; } .blog-card-author-avatar img { display: block; width: 48px; height: auto; border-radius: 100%; } .blog-card-author-name { float: left; margin: 10px 0 0 10px; } .blog-card-title { font-size: 44px; font-weight: 400; line-height: 1.2; letter-spacing: -0.04em; margin-bottom: 30px; margin-top: 10%; } .blog-card-excerpt { font-size: 19px; font-weight: 400; line-height: 1.6em; } .blog-card-title, .blog-card-excerpt { padding-left: 30px; padding-right: 30px; } .blog-card-bottom { background: #fff; overflow: hidden; z-index: 2; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; position: absolute; bottom: 40px; left: 40px; right: 40px; } .blog-card-bottom-list { } .blog-card-bottom-list li { float: left; padding: 14px 20px; border-right: 1px solid #eee; } .blog-card-bottom-list li i { margin-right: 6px; } .blog-card-bottom-list li:last-child { float: right; margin-right: 0; border-right: 0; padding-left: 0; } .blog-card-bottom-list li.blog-card-category, .blog-card-bottom-list li.blog-card-comments { padding: 28px 30px; } .blog-card-bottom-list li.blog-card-more { } .blog-card-bottom-list li.blog-card-more a { background-image: linear-gradient(90deg, #be1e1e 0%, #ff0000 100%); color: #fff; display: block; padding: 14px 20px; } .blog-card-bottom-list li.blog-card-more a:hover { padding-right: 26px; } body.search .type-page .blog-card-author, body.search .type-page .blog-card-date { display: none; } .blog-card-single-head.blog-card { min-height: auto; z-index: 2; } .blog-card-single-head.blog-card:before, .blog-card-single-head.blog-card:after { display: none; } .blog-card-single-head .blog-card-inner { display: block; } .blog-card-single-head .blog-card-right { width: 100%; aspect-ratio: 16/6; } .blog-card-single-head .blog-card-bottom { position: static; box-shadow: none; } .blog-card-single-head .blog-card-bottom-list li.blog-card-more a i { margin-right: 0; } .blog-card-single-content { background: #fff; position: relative; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; margin-left: 40px; margin-right: 40px; padding-top: 40px; margin-top: -101px; margin-bottom: 60px; } .blog-card-single-content:after { height: 12px; position: absolute; bottom: -12px; z-index: -1; left: 40px; right: 40px; content: ""; pointer-events: none; background: rgba(255,255,255,.8); box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; } .blog-card-single-content .blog-card-author { padding-bottom: 0; margin-bottom: 20px; border: 0; } body.right-left-cards .blog-card:nth-child(even) .blog-card-right { order: 1; } .single-card { margin-left: 200px; padding-left: 40px; margin-bottom: 12px; position: relative; } .notebox { padding: 20px; } .notebox .search-again { margin: 10px 0 20px; } .small-heading { display: flex; align-items: center; font-size: 18px; font-weight: 800; line-height: 1.3em; text-transform: uppercase; padding: 10px 0; overflow: hidden; } .small-heading:after { content: ''; height: 1px; background: rgba(0,0,0,0.08); flex-grow: 1; margin-left: 14px; } .small-heading i { margin-right: 6px; } body.single .small-heading { margin-bottom: 20px; } .page-title .small-heading { margin-bottom: 40px; } .page-title .contentbox { font-size: 17px; margin-top: -30px; margin-bottom: 40px; line-height: 1.5em; } .page-title .contentbox .search-again { margin-top: 20px; } #theme-toggle { background: #fff; border: 0; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; padding: 10px; border-radius: 3px; display: block; cursor: pointer; margin: 12px 0 0 20px; position: fixed; bottom: 30px; left: 10px; z-index: 99; } #theme-toggle i { color: rgba(0,0,0,0.3); display: block; font-size: 20px; float: left; } #theme-toggle .fa-sun { display: block; } #theme-toggle .fa-moon { display: none; } #theme-toggle-btn { background: rgba(0,0,0,0.08); box-shadow: inset 0 1px 0 rgba(0,0,0,0.06); position: relative; display: block; width: 34px; height: 20px; margin-left: 28px; border-radius: 16px; } #theme-toggle-btn:before { background-image: linear-gradient(90deg, #be1e1e 0%, #ff0000 100%); transition: all .25s; border: 3px solid #ffffff; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); content: ""; position: absolute; top: 50%; left: 16px; top: 2px; width: 10px; height: 10px; border-radius: 50%; } body.dark #theme-toggle { background-color: #333; box-shadow: inset 0 0 2px rgba(255,255,255,0.16); } body.dark #theme-toggle i { color: rgba(255,255,255,0.5); } body.dark #theme-toggle .fa-sun { display: none; } body.dark #theme-toggle .fa-moon { display: block; } body.dark #theme-toggle-btn { background: rgba(255,255,255,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); } body.dark #theme-toggle-btn:before { border-color: #fff; top: 2px; left: 2px; } .site-title { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; float: left; line-height: 60px; padding: 0; position: relative; z-index: 2; } .site-title a { display: block; color: #000; max-width: 100%; } .site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; } .site-description { font-size: 15px; font-weight: 300; float: left; margin: 18px 0 0 20px; position: relative; z-index: 2; } .site-header { margin-bottom: 40px; } .site-header img { } .site-image { display: block; margin: 0 auto; max-height: 400px; } .header-right { float: right; } .header-right #wrap-nav-header { float: left; } .header-search { float: right; margin: 20px 0 0 30px; } .toggle-search { background: transparent; outline: none; border: 0; text-align: center; cursor: pointer; margin: 0; padding: 0; display: block; } .search-expand { background: #fff; display: none; position: fixed; top: 0; left: 0; right: 0; width: auto; padding: 37px 0; z-index: 10; } .search-expand-inner { position: relative; } .search-expand .themeform.searchform input { background: transparent!important; color: rgba(0,0,0,0.75); width: 100%; font-size: 20px; border: 0!important; padding-left: 40px!important; } .search-expand .themeform.searchform input:focus { color: #000; outline: none!important; } .search-expand .themeform.searchform div:after { color: rgba(0,0,0,0.3); font-size: 24px; top: 10px; left: 0; } .toggle-search .svg-icon { fill: #000; } .toggle-search:focus #svg-search { fill: rgba(0,0,0,0.5); } .toggle-search #svg-close { fill: #000; } .toggle-search:focus #svg-close { fill: rgba(0,0,0,0.5); } body.header-search-active .header-search-overlay { position: fixed; background: rgba(0,0,0,0.4); top: 0; left: 0; right: 0; bottom: 0; } body.header-search-active .search-expand { display: block; } body.header-search-active.admin-bar .search-expand { top: var(--wp-admin--admin-bar--height); } body.header-search-active .search-expand-inner .searchform { margin-right: 40px; } body.header-search-active .search-expand-inner .toggle-search { position: absolute; right: 0; top: 12px; } /* ------------------------------------------------------------------------- * * 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: #000; 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 #wrap-nav-mobile { display: none; } } @media only screen and (max-width: 719px) { .mobile-menu #wrap-nav-header { 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; } .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) .menu { flex-wrap: wrap; justify-content: flex-start; } .nav-menu:not(.mobile) .menu ul.active, .nav-menu:not(.mobile) .menu li.hover > ul { overflow: visible; width: 200px; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; } .nav-menu:not(.mobile) .menu ul .sub-menu { left: 220px; 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: 9px 20px; transition: background-color 0.15s linear; width: 100%; } .nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul { min-width: 200px; max-width: 200px; max-height: 300vh; overflow: visible; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; } .nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul:focus-within { opacity: 1!important; } .nav-menu:not(.mobile) .menu li ul.sub-menu:not(.active) { opacity: 0; } .nav-menu:not(.mobile) .menu li.hover ul.sub-menu:not(.active) { opacity: 1; } .nav-menu:not(.mobile) .menu li.focus ul ul.sub-menu:not(.active) { opacity: 0; } .nav-menu:not(.mobile) .menu li.focus ul li.hover ul.sub-menu { opacity: 1; } .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: 12px 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 span { border-bottom: 0; } .nav-menu.mobile ul li a { font-size: 16px; font-weight: 600; padding: 10px 20px; } .nav-menu.mobile ul ul li a { font-size: 14px; } .nav-menu.mobile ul ul li a { padding: 10px 0 10px 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 mobile fix */ .nav-menu.mobile > div > ul.menu, .nav-menu.mobile.toggled > div > ul.menu ul.sub-menu { visibility: hidden; transition: all 0.3s ease; } .nav-menu.mobile.toggled > div > ul.menu, .nav-menu.mobile.toggled > div > ul.menu ul.sub-menu.active { visibility: visible; } .nav-menu.mobile button:focus, .menu-toggle:focus { background: rgba(0,0,0,0.04); } /* menu styling */ .nav-menu a { color: #000; font-weight: 400; } .nav-menu .svg-icon { fill: #000; } .nav-menu:not(.mobile) .menu ul { background: #000; color: #fff; border-radius: 4px; } .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #000; } .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #000; } .nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-left-color: #000; } .nav-menu:not(.mobile) { font-size: 17px; font-weight: 400; float: right; padding: 12px 0 20px 0; } .nav-menu:not(.mobile) a { color: rgba(0,0,0,0.5); font-weight: 400; } .nav-menu:not(.mobile) a:hover { color: #000; } .nav-menu:not(.mobile) ul ul span { border-bottom: 1px solid #222; } .nav-menu:not(.mobile) ul ul li:last-child > span { border-bottom: 0; } .nav-menu:not(.mobile) ul ul a { font-size: 14px; } .nav-menu:not(.mobile) ul ul a:hover { color: #fff; } .nav-menu:not(.mobile) ul ul > li:hover > span { background: rgba(255,255,255,0.1); } .nav-menu:not(.mobile) ul ul a { color: #ccc; } .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(0,0,0,0.1); color: rgba(255,255,255,0.5); } .nav-menu:not(.mobile) button .svg-icon { fill: rgba(0,0,0,0.3); } .nav-menu:not(.mobile) ul ul button { background: none; color: #666; padding: 0 5px; margin: 0 10px 0 0; } .nav-menu:not(.mobile) ul ul button.active { background: #222; color: rgba(255,255,255,0.5); } .nav-menu:not(.mobile) ul ul button .svg-icon { fill: rgba(255,255,255,0.5); transform: rotate(-90deg); } .nav-menu:not(.mobile) .menu > li { margin: 8px 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: #000; } .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: #777; } .nav-menu.mobile { border-bottom: 1px solid rgba(0,0,0,0.06); } .nav-menu.mobile button.active .svg-icon { fill: #000; } .nav-menu.mobile ul ul { background: rgba(0,0,0,0.04); } .nav-menu.mobile ul li .menu-item-wrapper, .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(0,0,0,0.06); } .nav-menu.mobile ul li a { color: #000; } .nav-menu.mobile ul button, .nav-menu.mobile ul ul button { border-left: 1px solid rgba(0,0,0,0.06); } .nav-menu.mobile > div > ul { border-top: 1px solid rgba(0,0,0,0.06); } /* ------------------------------------------------------------------------- * * Section: Footer /* ------------------------------------------------------------------------- */ #footer { background: #fff; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; position: relative; padding: 50px 30px; z-index: 1; } #footer .pad { padding-bottom: 20px; } #footer-widgets { max-width: 1200px; margin: 0 auto; } #footer-widgets .widget { padding: 20px 0; } #footer-bottom { position: relative; z-index: 99; text-align: center; } #footer-bottom img { box-shadow: none; } #footer-bottom #footer-logo { display: inline-block; margin-bottom: 20px; max-height: 60px; -webkit-border-radius: 0; border-radius: 0; } #footer-bottom #copyright, #footer-bottom #credit { font-weight: 300; line-height: 1.6em; } #footer-bottom #back-to-top { box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; padding: 10px 0; overflow: hidden; text-align: center; width: 60px; height: 40px; display: block; margin: 40px auto; border-radius: 100%; } #footer-bottom #back-to-top i { font-size: 38px; position: relative; } #footer-bottom #back-to-top:hover { } #footer-bottom .social-links { padding-top: 40px; float: none; } #footer-bottom .social-links li { margin: 0 6px; } /* ------------------------------------------------------------------------- * * Post Entry /* ------------------------------------------------------------------------- */ .sticky {} .entry { padding-right: 40px; padding-left: 40px; } .entry-header, .entry-footer { max-width: 620px; padding-right: 40px; padding-left: 40px; margin-right: auto; margin-left: auto; } .entry-footer { padding-top: 40px; padding-bottom: 40px; } .entry-header .entry-title { font-size: 46px; font-weight: 400; line-height: 1.2; letter-spacing: -0.04em; margin-bottom: 6px; } body.page .entry-header .entry-title { margin: 20px 0; } /* ------------------------------------------------------------------------- * * Single /* ------------------------------------------------------------------------- */ /* single : sharrre header /* ------------------------------------ */ .sharrre-header { position: absolute; left: 30px; bottom: 30px; } .sharrre-header > span { display: none; } .sharrre-header .post-sharrre { margin-top: 30px; } .sharrre-header .sharrre { float: left; } .sharrre-header .sharrre .box { color: #fff; display: block; padding: 0 14px 0 10px; border-left: 1px solid rgba(255,255,255,0.1); } .sharrre-header .sharrre .box:hover { color: #fff; } .sharrre-header .sharrre#twitter .box { border-left: 0; padding-left: 0; } .sharrre-header .sharrre .count { display: none; } .sharrre-header .sharrre .share { width: 20%; margin-left: 10%; display: block; font-size: 20px; font-weight: 600; line-height: 32px; padding: 0; text-align: center; text-decoration: none; } .sharrre-header .sharrre .share, .sharrre-header .sharrre .count, .sharrre-header .sharrre .count:after { float: left; -webkit-transition: all .3s ease; transition: all .3s ease; position: relative; z-index: 9; } /* single : sharrre footer /* ------------------------------------ */ .sharrre-footer { display: flex; flex: 0 1 auto; margin: 40px -10px 40px; } .sharrre-footer .sharrre { width: 50%; float: left; flex-basis: 50%; max-width: 50%; padding: 10px; } .sharrre-footer .sharrre .box { display: block; padding: 10px 15px; color: #fff; font-size: 13px; } .sharrre-footer .sharrre .box:hover { opacity: 0.85; } .sharrre-footer .sharrre#twitter-footer .box { background: #24a5db; } .sharrre-footer .sharrre#facebook-footer .box { background: #3b5998; } .sharrre-footer .sharrre .share { font-weight: 600; text-transform: uppercase; } .sharrre-footer .sharrre .share span { color: rgba(255,255,255,0.7); } .sharrre-footer .sharrre .share i { font-size: 22px; margin-right: 6px; float: left; position: relative; } .sharrre-footer .sharrre .count { background: rgba(255,255,255,0.15); float: right; min-width: 10px; padding: 0 10px; text-align: center; } .sharrre-footer .sharrre .count i { font-size: 18px; margin: 2px 0 0 0; float: none; } /* single : post pages /* ------------------------------------ */ .post-pages { font-weight: 600; margin-bottom: 20px; } /* single : tags /* ------------------------------------ */ .post-tags { margin: 0 0 60px; } .post-tags span { font-size: 14px; display: inline-block; margin: 0 7px 0 0; } .post-tags a { background: rgba(0,0,0,0.06); box-shadow: inset 0 1px 0 rgba(0,0,0,0.06); display: inline-block; white-space: nowrap; font-size: 14px; padding: 1px 7px; margin: 0 5px 6px 0; border-radius: 3px; } .post-tags a:hover { background: rgba(0,0,0,0.12); color: #000; } /* single : author bio /* ------------------------------------ */ .author-bio { background: transparent; margin: 40px 0; text-align: center; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; position: relative; padding: 30px; } .author-bio .bio-avatar { width: 80px; height: auto; position: relative; display: inline-block; margin-top: -80px; } .author-bio .bio-avatar:after { background-image: linear-gradient(90deg, #be1e1e 0%, #ff0000 100%); position: absolute; right: -4px; bottom: -4px; padding: 8px 8px; content: "\f303"; color: #fff; font-size: 10px; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; border-radius: 100%; } .author-bio .bio-avatar img { display: block; width: 100%; height: auto; border-radius: 100%; } .author-bio p { margin-bottom: 8px; } .author-bio .bio-name { color: #000; font-size: 19px; font-weight: 600; margin: 10px 0; } .author-bio .bio-desc { color: rgba(0,0,0,0.5); font-size: 14px; line-height: 1.5em; } /* single : related posts /* ------------------------------------ */ .related-posts { } /* single : post-nav /* ------------------------------------ */ .post-nav { margin-bottom: 60px; overflow: hidden; border-top: 1px solid rgba(0,0,0,0.06); } .post-nav li { width: 50%; display: inline; float: left; } .post-nav li a { position: relative; display: block; padding-top: 40px; padding-bottom: 40px; overflow: hidden; } .post-nav li i { color: rgba(0,0,0,0.4); font-size: 18px; position: absolute; top: 50%; margin-top: -10px; } .post-nav li a strong { display: block; font-size: 12px; color: rgba(0,0,0,0.5); letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; } .post-nav li a span { font-size: 18px; font-weight: 600; color: #000; display: block; } .post-nav li a:hover span { color: #000; } .post-nav li a:hover i { color: rgba(0,0,0,0.4); } .post-nav li.previous { float: left; box-shadow: inset -1px 0 0 rgba(0,0,0,0.06); } .post-nav li.next { float: right; } .post-nav li.previous a { padding-left: 40px; padding-right: 20px; } .post-nav li.next a { padding-left: 20px; padding-right: 40px; } .post-nav li.previous i { left: 10px; } .post-nav li.next i { right: 10px; } .post-nav li a span, .post-nav li a i { transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease-out; } /* ------------------------------------------------------------------------- * * Widgets /* ------------------------------------------------------------------------- */ .widget { font-size: 14px; } .widget a { } .widget a:hover { } .widget > h3, .widget .wp-block-heading { display: flex; align-items: center; font-size: 14px; font-weight: 800; line-height: 1.3em; text-transform: uppercase; color: rgba(0,0,0,0.4); padding: 10px 0; margin-bottom: 10px; overflow: hidden; } .widget > h3:after, .widget .wp-block-heading:after { content: ''; height: 1px; background: rgba(0,0,0,0.06); flex-grow: 1; margin-left: 14px; } .widget > h3 a, .widget > h3 a:hover { color: rgba(0,0,0,0.4); } .widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; } .widget select { background: #fff; border: 1px solid rgba(0,0,0,0.1); color: rgba(0,0,0,0.8); font-size: 15px; padding: 7px; width: 100%; max-width: 100%; } .widget label.screen-reader-text { display: none; } .sidebar .widget { padding: 20px 20px 0; } /* widgets : icons /* ------------------------------------ */ .widget > ul li:before, .widget > ul li a:before, .widget > div > ul li a:before, .widget_calendar caption:before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 12px; margin-right: 6px; color: rgba(0,0,0,0.4); display: inline-block!important; width: 1em; text-align: center; } .widget > ul li a:hover:before { color: rgba(0,0,0,0.7); } .widget_archive > ul > li a:before { content: "\f073"; } .widget_categories > ul > li a:before { content: "\f07c"; } .widget_links > ul > li a:before { content: "\f08e"; } .widget_meta > ul > li a:before { content: "\f0da"; } .widget_recent_comments > ul > li:before { content: "\f075"; } .widget_recent_entries > ul > li a:before { content: "\f017"; } .widget_calendar caption:before { content: "\f073"; } .widget_pages ul li a:before, .widget_nav_menu ul li a:before { content: "\f068"; } /* widgets : common /* ------------------------------------ */ .widget_search > h3, .widget_text > h3, .widget_tag_cloud > h3, .widget_calendar > h3 { margin-bottom: 1em; } .widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_pages ul li a, .widget_nav_menu ul li a, .alx-tab li, .alx-posts li { padding: 7px 0; } .widget_archive ul li, .widget_categories ul li, .widget_links ul li { color: rgba(0,0,0,0.3); } .widget_recent_comments ul li, .widget_recent_entries ul li { color: rgba(0,0,0,0.5); } .widget_recent_entries .post-date { display: block; } /* widget : pages / custom menu /* ------------------------------------ */ .widget_pages ul li a, .widget_nav_menu ul li a { display: block; } .widget_pages li li a, .widget_nav_menu li li a { padding-left: 15px; } .widget_pages li li li a, .widget_nav_menu li li li a { padding-left: 30px; } .widget_pages ul ul, .widget_pages ul ul ul, .widget_nav_menu ul ul, .widget_nav_menu ul ul ul { border: 0; } /* widget : categories /* ------------------------------------ */ .widget_categories li li { padding-left: 15px; border-bottom: 0; padding-bottom: 0; } .widget_categories li li li { padding-left: 15px; border-bottom: 0; } .widget_categories li li a { font-size: 13px; } /* widget : rss /* ------------------------------------ */ .widget_rss ul li a { font-weight: 600; color: rgba(0,0,0,0.9); display: block; } .widget_rss ul li span.rss-date { color: rgba(0,0,0,0.5); font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; } .widget_rss ul li cite { color: rgba(0,0,0,0.3); } /* widget : search /* ------------------------------------ */ .widget_search input.search { color: #999; padding-left: 26px; width: 100%; } .widget_search .screen-reader-text, .widget_search #searchsubmit { display: none; } /* widget : text /* ------------------------------------ */ .widget_text .textwidget p { margin-bottom: 1em; } /* widget : calendar /* ------------------------------------ */ .widget_calendar a { color: #000; font-weight: 600; } .widget_calendar a:hover { color: #000!important; } .widget_calendar #wp-calendar { width: 100%; } .widget_calendar caption { background: rgba(0,0,0,0.1); color: #000; padding: 5px 10px; } .widget_calendar caption:before { color: rgba(0,0,0,0.7); font-size: 15px; } .widget_calendar thead { background: rgba(0,0,0,0.06); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.04); } .widget_calendar th { font-weight: 600; } .widget_calendar th, .widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid rgba(0,0,0,0.12); } .widget_calendar .pad { padding: 0!important; } /* custom widget : alxtabs / alxposts /* ------------------------------------ */ .alx-tabs-nav { background: #fff; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; position: relative; overflow: hidden; margin: 10px 0 20px; text-align: center; overflow: hidden; } .alx-tabs-nav.tab-count-1 li { width: 100%; } .alx-tabs-nav.tab-count-2 li { width: 50%; } .alx-tabs-nav.tab-count-3 li { width: 33.333%; } .alx-tabs-nav.tab-count-4 li { width: 25%; } .alx-tabs-nav li { display: block; float: left; } .alx-tabs-nav li a { color: rgba(0,0,0,0.6); font-size: 18px; display: block; padding: 8px 0; border-left: 1px solid rgba(0,0,0,0.06); } .alx-tabs-nav li:first-child a { border-left: 0; } .alx-tabs-nav li a:hover { color: #000; } .alx-tabs-nav li.active a { background: #000; color: #fff; } .alx-tabs-nav li a span { display: none; } .alx-tab li, .alx-posts li { font-weight: 400; line-height: 1.4em; } .alx-tab a, .alx-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .alx-tab img, .alx-posts img { display: block; width: 100%; height: auto; } .alx-tab img { border-radius: 100%; } .alx-tab.thumbs-enabled li{ padding-left: 62px; } .alx-tab .tab-item-thumbnail { width: 48px; margin-left: -62px; float: left; } .alx-tab .tab-item-thumbnail, .alx-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; } .alx-tab .tab-item-thumbnail:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid hsla(0,0%,100%,.15); transition: color .2s,background-color .2s,border-color .2s; pointer-events: none; z-index: 1; border-radius: 100%; } .alx-tab.avatars-enabled li{ padding-left: 62px; } .alx-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; } .alx-tab .tab-item-category, .alx-posts .post-item-category { color: rgba(0,0,0,0.5); font-size: 12px; text-transform: uppercase; } .alx-tab .tab-item-title a, .alx-tab .tab-item-comment a, .alx-posts .post-item-title a { color: #000; } .alx-tab .tab-item-category a:hover, .alx-posts .post-item-category a:hover { color: #000!important; } .alx-tab .tab-item-title, .alx-tab .tab-item-comment, .alx-posts .post-item-title { font-weight: 600; margin: 2px 0; -ms-word-wrap: break-word; word-wrap: break-word; } .alx-tab .tab-item-date, .alx-tab .tab-item-name, .alx-posts .post-item-date { font-size: 13px; } .alx-tab li:hover .tab-item-thumbnail, .alx-tab li:hover .tab-item-avatar, .alx-posts li:hover .post-item-thumbnail { opacity: 0.75; } .alx-tab li:hover .thumb-icon, .alx-posts li:hover .thumb-icon { background: #fff; color: #111; } .alx-tab .tab-item-category a, .alx-posts .post-item-category a, .alx-tab li:hover .tab-item-title a, .alx-tab li:hover .tab-item-comment a, .alx-posts li:hover .post-item-title a { color: rgba(0,0,0,0.6); } .alx-posts .post-item-thumbnail { margin-bottom: 10px; } .alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; } /* ------------------------------------------------------------------------- * * Comments /* ------------------------------------------------------------------------- */ .entry-comments { margin-bottom: 60px; } .commentlist { margin-bottom: 20px; } .commentlist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; list-style: none; } .commentlist .comment-body { clear: both; position: relative; padding-bottom: 15px; } .commentlist .comment-author, .commentlist .comment-metadata, .commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; } .commentlist .comment-author { margin-right: 6px; } .commentlist .fn { color: #000; font-size: 13px; font-style: normal; font-weight: 600; } .commentlist .says { display: none; } .commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; border-radius: 100%; } .commentlist .comment-metadata:before { color: rgba(0,0,0,0.4); content: "\f017"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; margin-right: 3px; vertical-align: 4%; } .commentlist .comment-metadata a { color: rgba(0,0,0,0.4); } .commentlist .reply { font-size: 13px; line-height: 16px; } .comment-awaiting-moderation { color: #000; font-style: normal; } /* pings */ .pinglist li { padding-left: 0; } /* comment text */ .commentlist .comment-body p { margin-bottom: 8px; clear: both; } .commentlist .comment-body strong { font-weight: bold; } .commentlist .comment-body em { font-style: italic; } .commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; } .commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; } /* post author & admin comment */ .commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after { background-image: linear-gradient(90deg, #be1e1e 0%, #ff0000 100%); display: block; position: absolute; content: "\f303"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; } .commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ } .commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 8px; padding: 2px; border-radius: 100%; } .commentlist li li.bypostauthor > .comment-body:after, .commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; border-radius: 100%; } /* child comment */ .commentlist li ul { } .commentlist li li { padding-left: 48px; margin: 0; } .commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; } .commentlist li li .comment-meta { left: 70px; } /* comments : nav /* ------------------------------------ */ .comments-nav { margin: 40px 0; text-align: center; font-weight: 600; } .comments-nav.only-next { text-align: left; } .comments-nav.only-prev { text-align: right; } .comments-nav .prev { float: left; } .comments-nav .next { float: right; } /* comments : form /* ------------------------------------ */ .logged-in-as, .comment-notes, .form-allowed-tags { display: none; } #respond { position: relative; } #reply-title { margin-bottom: 20px; } li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; } #cancel-comment-reply-link { display: block; position: absolute; bottom: 10px; right: 0; font-size: 12px; } #commentform { margin-bottom: 15px; border-radius: 3px; } #commentform p.comment-form-author { width: 48%; float: left; } #commentform p.comment-form-email { width: 48%; float: right; } #commentform p.comment-form-url, #commentform p.comment-form-comment { clear: both; } #commentform label { padding: 6px 0; font-weight: 600; display: block; } #commentform input[type="text"], #commentform textarea { max-width: 100%; width: 100%; } #commentform textarea { height: 100px; } #commentform p.form-submit { margin-top: 10px; } .logged-in #reply-title { margin-bottom: 20px; } .logged-in #commentform p.comment-form-comment { margin-top: 10px; } .logged-in #commentform p.comment-form-comment label { display: none; } #commentform .comment-form-cookies-consent { padding: 10px 0; } #commentform .comment-form-cookies-consent label { display: inline; } /* ------------------------------------------------------------------------- * * Plugins /* ------------------------------------------------------------------------- */ /* plugin : wp-pagenavi /* ------------------------------------ */ .wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; } .wp-pagenavi a, .wp-pagenavi span { color: rgba(0,0,0,0.4); font-size: 14px; padding: 8px 12px; display: inline-block; margin: 0 1px 10px; } .wp-pagenavi span.pages { font-size: 16px; font-weight: 400; display: block; margin-bottom: 1em!important; border: none!important; } .wp-pagenavi span.pages:before { content: "\f15c"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 6px; } .wp-pagenavi span.extend { border: none!important; padding-left: 10px; padding-right: 10px; } .wp-pagenavi a { background: #fff; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; border-radius: 6px; color: #000; border: none; } .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current { background: #000; color: #fff; border-radius: 6px; border: none; } /* ------------------------------------------------------------------------- * * Slick Carousel /* ------------------------------------------------------------------------- */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before,.slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /* ------------------------------------------------------------------------- * * Slick Carousel Theme /* ------------------------------------------------------------------------- */ .slick-loading .slick-list { background: #fff url(img/ajax-loader.gif) center center no-repeat; } .slick-prev,.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; } .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus { color: transparent; outline: none; background: transparent; } .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before { opacity: .25; } .slick-prev:before,.slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir='rtl'] .slick-prev { right: -25px; left: auto; } .slick-prev:before { content: '←'; } [dir='rtl'] .slick-prev:before { content: '→'; } .slick-next { right: -25px; } [dir='rtl'] .slick-next { right: auto; left: -25px; } .slick-next:before { content: '→'; } [dir='rtl'] .slick-next:before { content: '←'; } .slick-dotted.slick-slider { margin-bottom: 60px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; } .slick-dots li button:hover,.slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; } /* ------------------------------------------------------------------------- * * Accessibility /* ------------------------------------------------------------------------- */ /* Text meant only for screen readers. */ .screen-reader-text{ border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important; } .screen-reader-text:focus { background-color: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); clip: auto!important; clip-path: none; color: #333; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } /* Do not show the outline on the skip link target. */ #page[tabindex="-1"]:focus{ outline: 0; }