/*! Theme Name: BenPress Theme URI: https://rubenmerino.com/benpress Author: rubenmerino.com Author URI: https://rubenmerino.com Description: El objetivo es ofrecer un tema de Wordpress que facilite el diseño de un sitio web enfocado a afiliación o adsense para que pongas los esfuerzos en la arquitectura de la infomración y el contenido y no en el desarrollo. Version: 1.0.0 Tested up to: 5.4 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: benpress Tags: two-columns, blog, news, custom-background, custom-logo, custom-header, custom-menu, grid-layout, entertainment, editor-style, rtl-language-support, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. BenPress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # - CSS Variables # - Normalize # - Typography # - Elements # - Forms # - Accessibility # - Alignments # - Clearings # - Site Layout # - Header # - Navigation # - Social Icons Menu # - Posts and pages # - Archives and Blog Layouts # - Blocks # - Featured Posts # - Widgets # - Magazine Widgets # - Comments # - Media # - Footer # - Plugins # - Media Queries for Typography # - Media Queries for Layout # - Media Queries for Navigation # - Media Queries for Featured Posts # - Media Queries for Media # - Theme Options --------------------------------------------------------------*/ /*-------------------------------------------------------------- # - CSS Variables --------------------------------------------------------------*/ /*-------------------------------------------------------------- # - Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 0; } hr { box-sizing: content-box; height: 0; } code, kbd, pre, samp { font-size: 1em; font-family: monospace, monospace; } button, input, optgroup, select, textarea { margin: 0; color: inherit; font: inherit; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*-------------------------------------------------------------- # - Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #303030; font-size: 17px; font-size: 1.0625rem; font-family: 'Raleway', Tahoma, Arial; line-height: 1.75; } h1, h2, h3, h4, h5, h6 { clear: both; margin: 1em 0 0.75em; line-height: 1.4; } h1 { font-size: 36px; font-size: 2.25rem; } h2 { font-size: 28px; font-size: 1.75rem; } h3 { font-size: 24px; font-size: 1.5rem; } h4 { font-size: 22px; font-size: 1.375rem; } h5 { font-size: 20px; font-size: 1.25rem; } h6 { font-size: 19px; font-size: 1.1875rem; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { overflow: auto; margin-bottom: 1.5em; padding: 1.5em; max-width: 100%; border: 1px solid rgba(0, 0, 0, 0.075); background: none; font-size: 15px; font-size: 0.9375rem; font-family: "Courier 10 Pitch", Courier, monospace; line-height: 1.6; } code, kbd, tt, var { font-size: 15px; font-size: 0.9375rem; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # - Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, *::before, *::after { box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote { margin: 0 0 1.5em; padding-left: 1.25em; border-left: 4px solid #303030; color: #777; font-size: 18px; font-size: 1.125rem; } blockquote cite, blockquote small { display: block; margin-top: 1em; color: #303030; font-size: 16px; font-size: 1rem; line-height: 1.75; } blockquote cite:before, blockquote small:before { content: "\2014\00a0"; } blockquote em, blockquote i, blockquote cite { font-style: normal; } blockquote > :last-child { margin-bottom: 0.5em; } hr { margin-bottom: 1.5em; height: 1px; border: 0; background-color: rgba(0, 0, 0, 0.075); } ul, ol { margin: 0 0 1.5em; padding: 0 0 0 1.25em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 0 1.5em; } img { max-width: 100%; /* Adhere to container width. */ height: auto; /* Make sure images are scaled correctly. */ } table { margin: 0 0 1.5em; width: 100%; border: none; table-layout: fixed; } th, td { padding: 0.3em 0.6em; border: 1px solid rgba(0, 0, 0, 0.075); } a { color: #cc5555; text-decoration: none; } a:link, a:visited { color: #cc5555; } a:hover, a:focus, a:active { color: #303030; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- # - Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { margin: 0; padding: 0.6em 1em; border: 1px solid rgba(0, 0, 0, 0.075); background: none; color: #cc5555; text-decoration: none; font-weight: bold; font-size: 16px; font-size: 1rem; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { color: #303030; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { padding: 0.3em 0.6em; max-width: 100%; border: 1px solid rgba(0, 0, 0, 0.075); background: none; color: #666; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { border: 1px solid rgba(0, 0, 0, 0.2); color: #303030; } textarea { width: 100%; } /*-------------------------------------------------------------- # - Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { position: absolute !important; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { top: 5px; left: 5px; z-index: 100000; /* Above WP toolbar. */ display: block; clip: auto !important; padding: 15px 23px 14px; width: auto; height: auto; border-radius: 3px; background-color: #f1f1f1; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); color: #21759b; text-decoration: none; font-weight: bold; font-size: 14px; font-size: 0.875rem; line-height: normal; } /*-------------------------------------------------------------- # - Alignments --------------------------------------------------------------*/ .alignleft { float: left; margin-right: 1.5em; } .alignright { float: right; margin-left: 1.5em; } .aligncenter { display: block; clear: both; margin-right: auto; margin-left: auto; text-align: center; } /*-------------------------------------------------------------- # - Clearings --------------------------------------------------------------*/ .clearfix:before, .clearfix:after, .post-navigation .nav-links:before, .post-navigation .nav-links:after, .comment-navigation:before, .comment-navigation:after { display: table; content: ""; } .clearfix:after, .post-navigation .nav-links:after, .comment-navigation:after { clear: both; } /*-------------------------------------------------------------- # - Site Layout --------------------------------------------------------------*/ .site { margin: 0 auto; padding: 0 2.5em; max-width: 1300px; width: 100%; background: #fff; } .site-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; } .content-area { box-sizing: border-box; padding-right: 2em; width: 70%; } .sidebar { box-sizing: border-box; padding-left: 2em; width: 30%; } /* No Sidebar & Centered Layout Template */ .no-sidebar .site-content, .centered-content-area { display: block; } .no-sidebar .content-area, .site-content .centered-content-area { margin: 0 auto; padding: 0; max-width: 840px; width: 100%; } /* Fullwidth Template */ .site-content .fullwidth-content-area { margin: 0; padding: 0; max-width: 100%; width: 100%; } /*-------------------------------------------------------------- # - Header --------------------------------------------------------------*/ .site-header { margin: 0 0 2.5em; border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .header-main { padding: 2.5em 0; text-align: center; } .site-branding { margin: 0; padding: 0; max-width: 100%; } .site-branding a:link, .site-branding a:visited, .site-branding a:hover { padding: 0; border: none; text-decoration: none; } .site-title { display: block; margin: 0.15em 0; padding: 0; color: #303030; text-decoration: none; font-weight: bold; font-size: 48px; font-size: 3rem; font-family: 'Rambla', Tahoma, Arial; line-height: 1.4; } .site-title a:link, .site-title a:visited { color: #303030; } .site-title a:hover, .site-title a:active { color: #cc5555; } .site-branding .custom-logo { margin: 0 0 0.5em; padding: 0; max-width: 100%; height: auto; border: none; vertical-align: top; } .site-description { margin: 0; } /* Custom Header Image */ .header-image { margin: 0; text-align: center; } .header-image img { max-width: 100%; vertical-align: top; } /*-------------------------------------------------------------- # - Navigation --------------------------------------------------------------*/ .primary-navigation-wrap { border-top: 1px solid rgba(0, 0, 0, 0.075); } .main-navigation-toggle { display: none; } .primary-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-box-pack: center; -ms-flex-pack: center; } .main-navigation-menu { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0; padding: 0; color: #303030; list-style-position: outside; list-style-type: none; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; -webkit-box-orient: horizontal; -webkit-box-direction: normal; } .main-navigation-menu a { display: block; margin: 0; padding: 0.75em 1em; text-decoration: none; } .main-navigation-menu > .menu-item-has-children > a .icon { margin: 0.6em 0 0 0.4em; width: 14px; height: 14px; vertical-align: top; fill: #303030; } .main-navigation-menu > .menu-item-has-children > a:hover .icon, .main-navigation-menu > .menu-item-has-children > a:active .icon { fill: #cc5555; } .main-navigation-menu a:link, .main-navigation-menu a:visited { color: #303030; text-decoration: none; } .main-navigation-menu a:hover, .main-navigation-menu a:active { color: #cc5555; } .main-navigation-menu ul { position: absolute; z-index: 99; display: none; margin: 0; padding: 0; background: #cc5555; color: #fff; list-style-position: outside; list-style-type: none; font-size: 16px; font-size: 1rem; } .main-navigation-menu ul li { position: relative; margin: 0; } .main-navigation-menu ul a { padding: 1em; min-width: 250px; min-width: 16rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .main-navigation-menu ul a:link, .main-navigation-menu ul a:visited { color: #fff; } .main-navigation-menu ul a:hover, .main-navigation-menu ul a:active { color: rgba(255, 255, 255, 0.5); } .main-navigation-menu ul .menu-item-has-children > a .icon { margin: 0.5em 0 0 0.4em; width: 12px; height: 12px; vertical-align: top; -webkit-transform: rotate(270deg); transform: rotate(270deg); fill: #fff; } .main-navigation-menu ul .menu-item-has-children > a:hover .icon, .main-navigation-menu ul .menu-item-has-children > a:active .icon { fill: rgba(255, 255, 255, 0.5); } .main-navigation-menu li ul ul { top: 0; left: 100%; } .main-navigation-menu li.menu-item-has-children:hover > ul, .main-navigation-menu li.page_item_has_children:hover > ul, .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul { display: block; } .main-navigation-menu li.current-menu-item > a { text-decoration: underline; } .main-navigation-menu li.current-menu-item > a::after { text-decoration: none; } /*-------------------------------------------------------------- # - Posts and pages --------------------------------------------------------------*/ article, .type-post, .type-page, .type-attachment, .comments-area { margin: 0 0 2.5em 0; padding: 0; max-width: 100%; } .entry-title { margin: 0.15em 0 0.2em; padding: 0; color: #303030; -ms-word-wrap: break-word; word-wrap: break-word; font-size: 36px; font-size: 2.25rem; font-family: 'Rambla', Tahoma, Arial; line-height: 1.4; } .entry-title a:link, .entry-title a:visited { color: #303030; text-decoration: none; } .entry-title a:hover, .entry-title a:active { color: #cc5555; } .wp-post-image { margin: 0 0 1.25em; vertical-align: top; } .sticky { padding-bottom: 2em; border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .entry-content a { text-decoration: underline; } /* Page Links | wp_link_pages() */ .page-links { clear: both; margin: 0 0 2em; word-spacing: 0.5em; font-weight: bold; font-size: 16px; font-size: 1rem; } /* Entry Meta */ .entry-meta { margin: 0.5em 0; color: rgba(0, 0, 0, 0.45); font-size: 16px; font-size: 1rem; } .entry-meta .meta-date:after, .entry-meta .meta-author:after { display: inline-block; margin: 0 1em 0 1em; color: rgba(0, 0, 0, 0.15); content: "\007c"; } /* Hide post meta if they are deactivated in settings */ body.date-hidden .type-post .entry-meta .meta-date, body.author-hidden .type-post .entry-meta .meta-author, body.categories-hidden .type-post .entry-meta .meta-category { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; } body.categories-hidden .content-area .type-post .entry-meta .meta-author:after, body.author-hidden.categories-hidden .content-area .type-post .entry-meta .meta-date:after, body.date-hidden.author-hidden.categories-hidden .content-area .type-post .entry-meta { display: none; } /* Entry Tags */ .entry-tags { margin: 0 0 2.5em; color: #999; font-size: 16px; font-size: 1rem; } /* Read more Link */ .more-link { display: inline-block; margin: 0; padding: 0; font-weight: bold; } .more-link::after { content: " \00BB"; } /* Post Navigation */ .post-navigation { margin: 0; padding: 0; font-size: 16px; font-size: 1rem; } .post-navigation .nav-links .nav-previous { float: left; box-sizing: border-box; padding-right: 0.5em; max-width: 50%; } .post-navigation .nav-links .nav-next { float: right; box-sizing: border-box; padding-left: 0.5em; max-width: 50%; } .post-navigation .nav-links .nav-link-text { display: block; font-weight: bold; } .post-navigation .nav-links .nav-previous .nav-link-text::before { margin-right: 3px; content: "\00AB"; } .post-navigation .nav-links .nav-next .nav-link-text::after { margin-left: 4px; content: "\00BB"; } .post-navigation .nav-links .entry-title { font-size: 18px; font-size: 1.125rem; } /*-------------------------------------------------------------- # - Archives and Blog Layouts --------------------------------------------------------------*/ /* Archives and Search Heading */ .page-header { margin: 0 0 1.5em; padding: 0; } .archive-title { margin: 0; padding: 0; color: #303030; -ms-word-wrap: break-word; word-wrap: break-word; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } .blog-description, .archive-description p { margin: 0.5em 0 0; } .page-header .search-form { margin: 1.25rem 0 2.5em; } /* Theme Pagination */ .pagination { margin: 0 0 2.5em; } .pagination a, .pagination .current { display: inline-block; padding: 0 0.5em; text-align: center; text-decoration: none; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } /* Infinite Scroll Pagination */ .infinite-scroll .pagination { display: none; } .infinite-scroll #infinite-handle, .infinite-scroll .infinite-loader { width: 100%; text-align: center; } .infinite-scroll .infinite-loader .spinner { bottom: -1em; left: auto; margin: 0 auto; } .infinite-scroll #infinite-handle span { display: inline-block; margin: 0 0 2.5em; padding: 0.6em 1em; border: 1px solid rgba(0, 0, 0, 0.075); background: none; color: #cc5555; text-decoration: none; font-weight: bold; font-size: 16px; font-size: 1rem; } .infinite-scroll #infinite-handle span:hover { color: #303030; } /*-------------------------------------------------------------- # - Blocks --------------------------------------------------------------*/ /* Audio */ .wp-block-audio audio { width: 100%; } /* Separator */ .wp-block-separator { height: 4px; } .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { max-width: 100px; } /* Quote */ .wp-block-quote.is-style-large { border: none; margin: 0 0 1.5em; padding: 0; font-size: 28px; font-size: 1.75rem; } .wp-block-quote.is-style-large p { margin-bottom: 0.5em; font-size: inherit; font-style: inherit; line-height: inherit; } .wp-block-quote.is-style-large cite { text-align: inherit; } /* Pullquote */ .wp-block-pullquote { margin-bottom: 1.5em; padding: 1.5em 0; border-bottom: 4px solid #303030; border-top: 4px solid #303030; } .wp-block-pullquote blockquote { border: none; margin: 0; padding: 0; font-size: 28px; font-size: 1.75rem; } .wp-block-pullquote blockquote p { margin-bottom: 0.5em; } /* Cover */ .wp-block-cover { display: flex; } .wp-block-cover-text { margin-top: 0; margin-bottom: 0; } /* Image */ .wp-block-image .alignleft { margin-right: 1.5em; } .wp-block-image .alignright { margin-left: 1.5em; } /* Captions */ .blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption { margin-top: 0.3em; margin-bottom: 1em; color: #555; font-size: 14px; text-align: center; } /* Latest Posts */ .wp-block-latest-posts.wp-block-latest-posts__list { margin: 0; padding: 0; } /* Table */ .wp-block-table table { table-layout: auto; } /* Block Text Colors */ .has-primary-color { color: #cc5555; } .has-white-color { color: #ffffff; } .has-light-gray-color { color: #f0f0f0; } .has-dark-gray-color { color: #777777; } .has-black-color { color: #303030; } /* Block Background Colors */ .has-primary-background-color { background-color: #cc5555; } .has-white-background-color { background-color: #ffffff; } .has-light-gray-background-color { background-color: #f0f0f0; } .has-dark-gray-background-color { background-color: #777777; } .has-black-background-color { background-color: #303030; } /*-------------------------------------------------------------- # - Featured Posts --------------------------------------------------------------*/ .featured-posts-wrap { margin-bottom: 2.5em; border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .featured-posts { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -2.5em; } .featured-posts .featured-large-post, .featured-posts .featured-grid-posts { box-sizing: border-box; width: 50%; } .featured-posts .featured-large-post { padding-right: 1.25em; } .featured-posts .featured-grid-posts { padding-left: 1.25em; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 32px; font-size: 2rem; } .featured-posts .featured-large-post .type-post .wp-post-image { margin: 0 0 0.75em; } .featured-posts .featured-large-post .type-post .entry-meta .meta-author:after { display: none; } .featured-posts .featured-grid-posts { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-content: flex-start; -ms-flex-line-pack: start; } .featured-posts .featured-grid-posts .featured-small-post { box-sizing: border-box; padding-right: 2.5em; width: 50%; } .featured-posts .featured-grid-posts .featured-small-post .type-post .wp-post-image { margin: 0 0 0.75em; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 20px; font-size: 1.25rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta { margin-bottom: 0; font-size: 14px; font-size: 0.875rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-date, .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-author { display: block; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-author { display: none; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-date:after, .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-author:after { display: none; } /*-------------------------------------------------------------- # - Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 2.5em 0; padding: 0; max-width: 100%; -ms-word-wrap: break-word; word-wrap: break-word; } .widget-header { margin: 0 0 1.25rem; } .widget-title { display: block; margin: 0; padding: 0; color: #303030; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } .widget ul { margin: 0; padding: 0; list-style: none; } .widget ul li, .widget ol li { padding: 0.4em 0; border-top: 1px solid rgba(0, 0, 0, 0.075); border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .widget ul li + li { border-top: none; } .widget ul .children, .widget ul .sub-menu { margin: 0.5em 0 0.5em 1em; padding: 0; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } .widget-title a:link, .widget-title a:visited { color: #303030; } .widget-title a:hover, .widget-title a:active { color: #cc5555; } /* Theme Search Widget */ .search-form { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; width: 100%; } .search-form .screen-reader-text { display: none; } .search-form .search-field { display: inline-block; box-sizing: border-box; margin: 0; padding: 0.5em 1.5em 0.5em 0.7em; min-width: 150px; width: 100%; -webkit-appearance: none; } .search-form .search-submit { position: absolute; top: 3px; right: 3px; bottom: 3px; padding: 0.5em 0.75em; border: none; background: none; } .search-form .search-submit .icon-search { margin: 4px 0 0; width: 20px; height: 20px; fill: #cc5555; } .search-form .search-submit:hover .icon-search, .search-form .search-submit:active .icon-search { fill: #303030; } /*-------------------------------------------------------------- # - Magazine Widgets --------------------------------------------------------------*/ .widget-magazine-posts { margin-bottom: -2em; } .widget-magazine-posts .type-post { margin: 0 0 2em 0; padding: 0; border: none; background: none; box-shadow: none; } .widget-magazine-posts .type-post .wp-post-image { margin: 0 0 0.75em; } .widget-magazine-posts .type-post .entry-meta { font-size: 15px; font-size: 0.9375rem; } .widget-magazine-posts .type-post .entry-meta .meta-author::after { display: none; } .widget-magazine-posts .type-post .entry-content { font-size: 16px; font-size: 1rem; } .widget-magazine-posts .large-post .entry-title { font-size: 24px; font-size: 1.5rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .small-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .medium-post .entry-meta, .widget-magazine-posts .small-post .entry-meta { margin-bottom: 0; font-size: 14px; font-size: 0.875rem; } .widget-magazine-posts .medium-post .entry-meta .meta-date:after, .widget-magazine-posts .small-post .entry-meta .meta-date:after { display: none; } /* Magazine Small Posts */ .widget-magazine-posts .small-post { display: -webkit-box; display: -ms-flexbox; display: flex; } .widget-magazine-posts .small-post .wp-post-image { margin: 0; } .widget-magazine-posts .small-post .post-content { padding-left: 1em; width: 70%; } /* Magazine Grid Widget */ .widget-magazine-posts .magazine-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -2em; } .widget-magazine-posts .magazine-grid-two-columns .post-column { box-sizing: border-box; padding-right: 2em; width: 50%; } .widget-magazine-posts .magazine-grid-three-columns .post-column { box-sizing: border-box; padding-right: 2em; width: 33.33333333%; } /* Magazine Columns Widget */ .widget-magazine-posts-columns .widget-magazine-posts-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .widget-magazine-posts-columns .magazine-posts-column-left { box-sizing: border-box; padding-right: 1em; width: 50%; } .widget-magazine-posts-columns .magazine-posts-column-right { box-sizing: border-box; padding-left: 1em; width: 50%; } /*-------------------------------------------------------------- # - Comments --------------------------------------------------------------*/ /* Comment Header */ .comments-header { margin: 0 0 1rem; } .comments-header .comments-title, .comment-reply-title { display: inline-block; margin: 0; padding: 0; color: #303030; -ms-word-wrap: break-word; word-wrap: break-word; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } /* Comment List */ .comment-list { margin: 0; padding: 0; list-style: none; } .comment { margin: 0 0 1.5em; padding: 1.5em 0 0; border-top: 1px solid rgba(0, 0, 0, 0.075); -ms-word-wrap: break-word; word-wrap: break-word; } .comment-meta { float: left; padding: 0; width: 100%; } .comment-meta .comment-author img { float: left; margin-right: 1em; } .bypostauthor { display: block; } .comment-meta .comment-metadata { margin-top: 0.3em; font-size: 14px; font-size: 0.875rem; } .comment-meta .comment-metadata a { margin-right: 1em; } .comment-content { clear: left; padding: 0.2em 0 0; } .comment-content a { word-wrap: break-word; } .comment ol.children { margin: 1.5em 0 0; list-style: none; } .comment .comment-respond { margin-top: 1.5em; } /* Comment Pagination */ .comment-navigation { margin: 0 0 1.5em; padding: 0; font-size: 14px; font-size: 0.875rem; } .comment-navigation .nav-previous { float: left; } .comment-navigation .nav-next { float: right; } .comment-navigation .nav-previous a:before { margin-right: 3px; content: "\00AB"; } .comment-navigation .nav-next a:after { margin-left: 4px; content: "\00BB"; } /* Comment Form */ .comment-form { padding: 0; } .comment-form label { display: inline-block; min-width: 150px; font-weight: bold; } .comment-form textarea { margin-top: 0.4em; } .comment-form .form-submit { margin-bottom: 1em; } .comment-form input[type="checkbox"] + label { display: inline; padding-left: 0.5em; font-weight: normal; } .comment-reply-title small a { margin-left: 1em; text-decoration: underline; font-weight: normal; font-size: 14px; font-size: 0.875rem; } /*-------------------------------------------------------------- # - Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { margin-top: 0; margin-bottom: 0; padding: 0; border: none; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## 17.1 - Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; font-size: 14px; font-size: 0.875rem; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; } .wp-caption-text { text-align: center; } .wp-caption .wp-caption-text { margin: 0.75em 0; } /*-------------------------------------------------------------- ## 17.2 - Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1em; } .gallery-item { display: inline-block; box-sizing: border-box; margin: 0; padding: 0 1.5em 1em 0; width: 100%; vertical-align: top; text-align: center; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; font-size: 14px; font-size: 0.875rem; margin-bottom: 0.75em; } /*-------------------------------------------------------------- # - Footer --------------------------------------------------------------*/ .footer-wrap { padding: 0 0 2.5em; } .site-footer { border-top: 1px solid rgba(0, 0, 0, 0.075); border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .site-footer .site-info { padding: 1em 0; text-align: center; } /*-------------------------------------------------------------- # - Plugins --------------------------------------------------------------*/ /* Breadcrumbs */ .breadcrumbs { box-sizing: border-box; margin: 0 0 1.5em; padding: 0; width: 100%; -ms-word-wrap: break-word; word-wrap: break-word; } .breadcrumbs-container { font-size: 15px; font-size: 0.9375rem; } .breadcrumbs .trail-browse, .breadcrumbs .trail-items, .breadcrumbs .trail-items li { display: inline; margin: 0; padding: 0; } .breadcrumbs .trail-browse { margin-right: 0.5em; font-weight: normal; font-size: 15px; font-size: 0.9375rem; } .breadcrumbs .trail-items { list-style: none; } .breadcrumbs .trail-items li::after { padding: 0 0.5em; content: "\00bb"; /* Raquo */ } .trail-separator-slash .trail-items li::after { content: "\002F"; } .trail-separator-dash .trail-items li::after { content: "\2013"; } .trail-separator-bull .trail-items li::after { content: "\2022"; } .trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; } .trail-separator-raquo .trail-items li::after { content: "\00bb"; } .trail-separator-single-arrow .trail-items li::after { content: "\2192"; } .trail-separator-double-arrow .trail-items li::after { content: "\21D2"; } .breadcrumbs .trail-items li:last-of-type::after { display: none; } :root { --tz-column-gap: 2em; } .tz-magazine-block .tz-entry-title { font-size: 24px; font-size: 1.5rem; } .tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title { font-size: 20px; font-size: 1.25rem; } .tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title, .tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title { font-size: 18px; font-size: 1.125rem; } .tz-magazine-block .tz-entry-meta { margin: 0.2em 0; font-size: 15px; font-size: 0.9375rem; } .tz-magazine-block .tz-meta-field { margin-right: 0; } .tz-magazine-block .tz-entry-meta .tz-meta-field:after { display: inline-block; margin: 0 1em 0 1em; color: rgba(0, 0, 0, 0.15); content: "\007c"; } .tz-magazine-block .tz-entry-meta .tz-meta-field:last-child:after { content: ""; } .tz-magazine-block .tz-meta-field a { text-decoration: none; } .tz-magazine-block .tz-entry-content { font-size: 16px; font-size: 1rem; } .tz-magazine-block .tz-more-link { text-decoration: none; } /*-------------------------------------------------------------- # - Media Queries for Typography --------------------------------------------------------------*/ @media only screen and (max-width: 70em) { .site-title { font-size: 44px; font-size: 2.75rem; } .entry-title { font-size: 32px; font-size: 2rem; } } @media only screen and (max-width: 57.5em) { .site-title { font-size: 40px; font-size: 2.5rem; } .site-description { font-size: 16px; font-size: 1rem; } .entry-title { font-size: 36px; font-size: 2.25rem; } } @media only screen and (max-width: 50em) { .entry-title { font-size: 32px; font-size: 2rem; } } @media only screen and (max-width: 40em) { body, button, input, select, textarea { font-size: 16px; font-size: 1rem; } .site-title { font-size: 36px; font-size: 2.25rem; } .site-description { font-size: 15px; font-size: 0.9375rem; } .entry-title { font-size: 28px; font-size: 1.75rem; } .entry-meta { font-size: 15px; font-size: 0.9375rem; } } @media only screen and (max-width: 30em) { .entry-title { font-size: 24px; font-size: 1.5rem; } } @media only screen and (max-width: 20em) { .site-title { font-size: 32px; font-size: 2rem; } .entry-title { font-size: 20px; font-size: 1.25rem; } } /*-------------------------------------------------------------- # - Media Queries for Layout --------------------------------------------------------------*/ @media only screen and (max-width: 80em) { .site { padding: 0 2em; } .content-area { padding-right: 1em; } .sidebar { padding-left: 1em; } .header-main { padding: 2em 0; } .site-header, .header-image, .widget, .site-main article, .type-post, .type-page, .type-attachment, .comments-area, .entry-tags, .pagination, .infinite-scroll #infinite-handle span { margin-bottom: 2em; } .footer-wrap { padding-bottom: 2em; } } @media only screen and (max-width: 70em) { .content-area { width: 68%; } .sidebar { width: 32%; } } @media only screen and (max-width: 57.5em) { .site-content { display: block; } .content-area { padding: 0; width: 100%; } .sidebar { padding: 2em 0 0; width: 100%; } .header-main { padding-top: 1.5em; } } @media only screen and (max-width: 40em) { .site { padding: 0 1.5em; } .header-main { padding: 1em 1.5em 1.5em; } .site-header, .header-image, .widget, .site-main article, .type-post, .type-page, .type-attachment, .comments-area, .entry-tags, .pagination, .infinite-scroll #infinite-handle span { margin-bottom: 1.5em; } .footer-wrap { padding-bottom: 1.5em; } .wp-post-image { margin: 0 0 0.75em; } } @media only screen and (max-width: 25em) { .entry-meta .meta-date, .entry-meta .meta-category { display: block; } .entry-meta .meta-date::after, .entry-meta .meta-author::after { display: none; } } /*-------------------------------------------------------------- # - Media Queries for Navigation --------------------------------------------------------------*/ @media only screen and (max-width: 57.5em) { /* Reset */ .main-navigation-menu li { position: static; } .main-navigation-menu ul { position: static; top: auto; left: auto; display: block; } .main-navigation-menu ul a { min-width: auto; width: auto; } .main-navigation-menu li ul ul { top: auto; left: auto; margin: 0; } /* Main Navigation Toggle */ .primary-navigation-wrap { text-align: center; } .main-navigation-toggle { display: inline-block; margin: 0; padding: 0.75em 1em; border: none; background: none; color: #303030; text-decoration: none; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } .main-navigation-toggle:hover, .main-navigation-toggle:focus, .main-navigation-toggle:active { background: none; } .main-navigation-toggle:hover, .main-navigation-toggle:active { color: #cc5555; cursor: pointer; } .main-navigation-toggle .icon { margin: 0.25em 0.6em 0 0; width: 25px; height: 25px; vertical-align: top; fill: #303030; } .main-navigation-toggle:hover .icon, .main-navigation-toggle:active .icon { fill: #cc5555; } /* Main Navigation Menu */ .main-navigation-menu { display: none; margin: 0; padding: 0; width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.075); } .main-navigation-menu li { margin: 0; } .main-navigation-menu a { position: relative; display: inline-block; padding: 0.75em 1em; } .main-navigation-menu ul { width: 100%; border: none; border-top: 1px solid rgba(255, 255, 255, 0.1); } .main-navigation-menu ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .main-navigation-menu ul a { display: inline-block; border: none; } /* Mobile Submenu Dropdowns */ .main-navigation-menu .submenu-dropdown-toggle { position: absolute; padding: 0.9em; } .main-navigation-menu .submenu-dropdown-toggle:hover, .main-navigation-menu .submenu-dropdown-toggle:active { cursor: pointer; } .main-navigation-menu .submenu-dropdown-toggle .icon { margin: 0.45em 0 0; width: 19px; height: 19px; vertical-align: top; fill: #303030; } .main-navigation-menu .submenu-dropdown-toggle:hover .icon, .main-navigation-menu .submenu-dropdown-toggle:active .icon { fill: #cc5555; } .main-navigation-menu .submenu-dropdown-toggle.active .icon { margin: 0.5em 0 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .main-navigation-menu ul .submenu-dropdown-toggle { padding: 0.8em; } .main-navigation-menu ul .submenu-dropdown-toggle .icon { margin: 0.55em 0 0; width: 16px; height: 16px; fill: #fff; } .main-navigation-menu ul .submenu-dropdown-toggle.active .icon { margin: 0.6em 0 0; } .main-navigation-menu ul .submenu-dropdown-toggle:hover .icon, .main-navigation-menu ul .submenu-dropdown-toggle:active .icon { fill: rgba(255, 255, 255, 0.5); } } @media only screen and (max-width: 40em) { .main-navigation-toggle, .main-navigation-menu a { font-size: 18px; font-size: 1.125rem; } } /* Ensure navigation is visible on desktop view */ @media only screen and (min-width: 57.501em) { .main-navigation-menu { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } } /*-------------------------------------------------------------- # - Media Queries for Magazine Widgets --------------------------------------------------------------*/ @media only screen and (max-width: 80em) { /* Featured Posts */ .featured-posts-wrap { margin-bottom: 2em; } .featured-posts { margin-right: -2em; } .featured-posts .featured-large-post { padding-right: 1em; } .featured-posts .featured-grid-posts { padding-left: 1em; } .featured-posts .featured-grid-posts .featured-small-post { padding-right: 2em; } } @media only screen and (max-width: 70em) { /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 22px; font-size: 1.375rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .small-post .entry-title { font-size: 16px; font-size: 1rem; } /* Featured Posts */ .featured-posts .featured-large-post .type-post .entry-title { font-size: 28px; font-size: 1.75rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 18px; font-size: 1.125rem; } } @media only screen and (max-width: 57.5em) { /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 24px; font-size: 1.5rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .small-post .entry-title { font-size: 18px; font-size: 1.125rem; } /* Featured Posts */ .featured-posts .featured-large-post { padding: 0 2em 0 0; width: 100%; } .featured-posts .featured-grid-posts { padding: 0; width: 100%; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 36px; font-size: 2.25rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 24px; font-size: 1.5rem; } } @media only screen and (max-width: 50em) { /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 22px; font-size: 1.375rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .small-post .entry-title { font-size: 16px; font-size: 1rem; } /* Featured Posts */ .featured-posts .featured-large-post .type-post .entry-title { font-size: 32px; font-size: 2rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 22px; font-size: 1.375rem; } } @media only screen and (max-width: 45em) { /* Magazine Widgets */ .widget-magazine-posts .medium-post .entry-title { font-size: 16px; font-size: 1rem; } .widget-magazine-posts .small-post .entry-title { font-size: 15px; font-size: 0.9375rem; } } @media only screen and (max-width: 40em) { /* Magazine Widgets */ .widget-magazine-posts { margin-bottom: -1.5em; } .widget-magazine-posts .type-post { margin: 0 0 1.5em 0; } /* Magazine Grid Widget */ .widget-magazine-posts .magazine-grid { display: block; margin-right: 0; } .widget-magazine-posts .magazine-grid .post-column { box-sizing: border-box; padding-right: 0; width: 100%; } /* Magazine Medium Posts */ .widget-magazine-posts .medium-post { display: -webkit-box; display: -ms-flexbox; display: flex; } .widget-magazine-posts .medium-post .wp-post-image-link { width: 40%; } .widget-magazine-posts .medium-post .wp-post-image { margin: 0; } .widget-magazine-posts .medium-post .post-content { padding-left: 1.5em; width: 60%; } /* Magazine Columns Widget */ .widget-magazine-posts-columns .widget-magazine-posts-content { display: block; margin-right: 0; } .widget-magazine-posts-columns .magazine-posts-column-left { padding-right: 0; width: 100%; } .widget-magazine-posts-columns .magazine-posts-column-right { padding-left: 0; width: 100%; } /* Magazine Widgets Post Titles */ .widget-magazine-posts .large-post .entry-title { font-size: 24px; font-size: 1.5rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .small-post .entry-title { font-size: 18px; font-size: 1.125rem; } /* Featured Posts */ .featured-posts { margin-right: -1.5em; } .featured-posts .featured-large-post { padding-right: 1.5em; } .featured-posts .featured-grid-posts .featured-small-post { padding-right: 1.5em; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 28px; font-size: 1.75rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 20px; font-size: 1.25rem; } } @media only screen and (max-width: 30em) { /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 22px; font-size: 1.375rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .small-post .entry-title { font-size: 16px; font-size: 1rem; } /* Featured Posts */ .featured-posts .featured-grid-posts .featured-small-post { width: 100%; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 24px; font-size: 1.5rem; } } @media only screen and (max-width: 25em) { /* Magazine Widgets */ .widget-magazine-posts .medium-post .entry-title { font-size: 16px; font-size: 1rem; } .widget-magazine-posts .small-post .entry-title { font-size: 15px; font-size: 0.9375rem; } } @media only screen and (max-width: 20em) { /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .medium-post .entry-meta, .widget-magazine-posts .small-post .entry-meta { display: none; } /* Featured Posts */ .featured-posts .featured-large-post .type-post .entry-title { font-size: 20px; font-size: 1.25rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 18px; font-size: 1.125rem; } } /*-------------------------------------------------------------- # - Media Queries for Media --------------------------------------------------------------*/ @media only screen and (max-width: 50em) { /* Gallery */ .gallery-item { padding: 0 1em 0.75em 0; } .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item { max-width: 25%; } } @media only screen and (max-width: 30em) { .alignright, .alignleft { float: none; margin: 1em 0; } /* Gallery */ .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item { max-width: 50%; } } /*-------------------------------------------------------------- # - Media Queries for Print Styles --------------------------------------------------------------*/ @media print { form, button, input, select, textarea, .header-bar-wrap, .primary-navigation-wrap, #secondary, .footer-navigation, .footer-widgets-background, .header-image, .page-links, .post-navigation, .pagination.navigation, .comments-area, .footer-wrap, .scroll-to-top { display: none !important; } body, .site { background: none !important; } .content-area { padding: 0; width: 100%; } } /*-------------------------------------------------------------- # - Theme Options --------------------------------------------------------------*/ /* Sidebar Left Layout */ .sidebar-left .content-area { order: 2; padding-right: 0; padding-left: 2em; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; } .sidebar-left .sidebar { order: 1; padding-right: 2em; padding-left: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; } @media only screen and (max-width: 80em) { .sidebar-left .content-area { padding-left: 1em; } .sidebar-left .sidebar { padding-right: 1em; } } @media only screen and (max-width: 57.5em) { .sidebar-left .content-area { padding: 0; } .sidebar-left .sidebar { padding: 2em 0 0; } } /* Boxed Design */ .boxed-design .site { margin: 2.5em auto; padding: 0; box-shadow: 0 0 2px #bbb; } .boxed-design .header-main, .boxed-design .site-content, .boxed-design .featured-posts-wrap { padding-right: 2.5em; padding-left: 2.5em; } .boxed-design .footer-wrap { padding: 0; } .boxed-design .site-footer { border-bottom: 0; } /* Customizer Preview */ .magazine-widgets-placeholder { position: relative; } .magazine-widgets-placeholder .magazine-widgets-placeholder-title { display: block; margin: 0; padding: 1em 1em 1em 55px; border: 2px dashed #0085ba; color: #0085ba; text-transform: uppercase; font-weight: bold; font-size: 14px; font-size: 0.875rem; } /* Add some styling for visual edit shortcut buttons. */ .magazine-widgets-placeholder .customize-partial-edit-shortcut button { top: 14px; left: 15px; } .customize-partial-edit-shortcut-chronus_theme_options-blog_description, .customize-partial-edit-shortcut-chronus_blog_layout_partial { left: -9999px; } .customize-partial-edit-shortcut-chronus_featured_content_partial button { top: -40px; }