/*! Theme Name: Bitcoinee Theme URI: https://kadesthemes.com/wordpress-themes/bitcoinee/ Author: KadesThemes.com Author URI: https://kadesthemes.com/ Description: a special Cryptocurrency WordPress Theme make in mind for Bitcoin and Cryptocurrency field Version: 1.0.10 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html Text Domain: bitcoinee Tags: blog, news, custom-logo, custom-background, custom-menu, featured-images, two-columns, left-sidebar, right-sidebar, footer-widgets, sticky-post, theme-options, threaded-comments, editor-style, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Bitcoinee-Bitcoin Cryptocurrency WordPress Theme is based on Underscores https://underscores.me/, (C) 2012-2017 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: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # 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; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; 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"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { -webkit-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ -webkit-box-sizing: inherit; box-sizing: inherit; } body { background: #ededed; /* Fallback for when there is no custom background color defined. */ } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } 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 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } select { border: 1px solid #ccc; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: royalblue; } a:visited { color: purple; } a:hover, a:focus, a:active { color: midnightblue; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: 10px; } .main-navigation li { position: relative; } .main-navigation a { display: block; text-decoration: none; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } .main-navigation.toggled > div { opacity: 1; display: block; } .menu-toggle { background-color: transparent; border: 1px solid #ff9f1c; color: #ff9f1c; border-radius: 4px; margin-bottom: 1em; display: inline-block; padding-bottom: 0.6em; } .menu-toggle:focus { border-color: #ff9f1c; outline: none; } @media screen and (min-width: 37.5em) { .menu-toggle { display: none; } .main-navigation ul { display: block; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 1.5em 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } body #primary.content-area { padding-left: 30px; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comment-navigation .nav-links a { color: #ff9f1c; } .comment-navigation .nav-links a:hover { text-decoration: underline; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; margin-top: 2em; margin-bottom: 2.5em; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .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; } /* HEADER */ h1.site-title a { color: #ff9f1c; } .site-description { color: #fff; } #masthead { width: 100%; min-height: 200px; padding-left: 0; padding-right: 0; } body.home #masthead { max-height: 670px; } .headerwrap { background-blend-mode: screen;; background-color: rgba(0, 0, 0, .8); position: absolute; z-index: 100; left: 0; right: 0; } .headerwrap::after { content: ""; background: url("images/dot.gif") left top; opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } .site-branding { text-align: center; } .site-branding .site-title a { color: #FF9F1C; font-size: 1.5em; font-weight: 700; } /* MAIN SLIDER */ #masthead .owl-stage-outer { position: relative; border-width: 0; z-index: 99; max-height: 670px; margin-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } .owl-stage .owl-item { position: relative; } .slide-item { height: 670px; max-height: 670px; width: auto; } .owl-carousel .slide-caption { position: absolute; left: 10%; top: 45%; color: #fff; text-align: center; padding: 2em 1.5em 1em; margin: 0 auto; width: 50%; background: #000000b3; } .owl-carousel .slide-caption h3 { width: 100%; display: inline-block; font-family: "Roboto", sans-serif; font-size: 150%; font-weight: 300; letter-spacing: 2px; margin-bottom: 1em; line-height: 1.6; } .owl-item .slide-cta { outline: none; letter-spacing: 1px; border: 1px solid #ff9f1c; padding: 0.6em 2em; color: #ff9f1c !important; font-size: 18px; font-weight: 700; font-family: "Oswald", sans-serif; margin-top: 0.5em; -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; text-decoration: none; display: inline-block; margin-bottom: 1em; } .owl-item .slide-cta:hover { background-color: #ff9f1c; color: #000 !important; } .slide-cta::after { content: '\f178'; font-family: 'FontAwesome'; margin: 0 0 0 5px; font-weight: 300; display: inline-block; } .owl-nav { position: absolute; top: 50%; width: 100%; z-index: 100; } #masthead .owl-next { float: right; right: 5px; } #masthead .owl-prev { float: left; left: 5px; } #masthead .owl-prev::before, #masthead .owl-next::before { background-color: rgba(0, 0, 0, 0.3); font-family: 'FontAwesome'; font-size: 20px; color: #fff; display: inline-block; padding: 2em 0.8em; -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; } #masthead .owl-prev:hover::before, #masthead .owl-next:hover::before { background-color: #ff9f1c; color: #fff; } #masthead .owl-next::before { content: "\f105"; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } #masthead .owl-prev::before { content: "\f104"; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .owl-nav div { position: absolute; top: 50% } #site-navigation { text-align: center; } #primary-menu { display: inline-block; } #primary-menu .menu-item { display: inline-block; } #primary-menu .menu-item a { color: #fff; font-size: 20px; font-weight: 600; font-family: 'Oswald', sans-serif; text-transform: uppercase; margin: 0 0.5em; padding: 0.5em 2em; text-decoration: none; letter-spacing: 1px; -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; } #primary-menu .current-menu-item a, #primary-menu .menu-item a:hover { background-color: #ff9f1c; color: #011627; } #primary-menu .current-menu-item ul.sub-menu li a { background-color: transparent; } #primary-menu .menu-item ul.sub-menu { background-color: rgba(0, 0, 0, 0.6); padding-bottom: 0.5em; } #primary-menu .menu-item ul.sub-menu .menu-item a { color: #fff; font-size: 16px; font-family: "Open Sans", sans-serif; font-weight: 400; text-transform: capitalize; padding: 1em 0; display: block; border-bottom: 1px solid #474242b3; border-radius: 0; } #primary-menu .menu-item ul.sub-menu .menu-item:last-child a { border-bottom: 0; } #primary-menu .menu-item ul.sub-menu .menu-item a:hover { background-color: #ff9f1c; } /* CRYPTO INDEX ROW */ #cryptoindex { background-color: #011627; } #cryptoindex-inner { text-align: center; padding: 1.5em 0; } #cryptoindex-inner .widget { margin-bottom: 0; } .ccc-header-v2 { display: inline-block; margin: 0 auto; float: none !important; z-index: 10; } .posts-heading { background-color: #f2f2f2; height: 35px; margin-bottom: 4em; margin-top: 2.5em; } .posts-heading h3 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 600; color: #011627; background-color: #ff9f1c; width: 280px; display: inline-block; line-height: 45px; margin-bottom: 0; padding: 0 0.5em; margin-top: -5px; position: relative; letter-spacing: 1px; } .posts-heading h3::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 22.5px 0 22.5px 25px; border-color: transparent transparent transparent #ff9f1c; line-height: 0px; _border-color: #000000 #000000 #000000 #ffa01c; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); display: inline-block; position: absolute; right: -25px; } #content.site-content { margin-top: 4em; background: #fff; padding-top: 1em; } /* POST LIST */ body.category .page-header, body.archive .page-header { margin-bottom: 2em; } body.category .page-header h1.page-title, body.archive .page-header h1.page-title { margin-top: 15px; } h2.entry-title { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; line-height: 1.5; } h2.entry-title a { color: #011627; } article.row.post { overflow: hidden; } .site-main article.row { margin-top: 0; margin-bottom: 0; } article.row.sticky .hline { background: #fff; border-top: 2px dashed #8c8b8b; margin-top: 40px; margin-bottom: 40px; margin-left: 15px; } .site-main article:nth-last-child(2) > hr.hline { display: none } article figure { margin: 0 0 0; } article figure > img { border: 1px solid #ff9f1c; } article.row.sticky figure img, article.row.sticky figure { width: 100%; height: auto; } article.row.sticky h2.entry-title { text-transform: uppercase; } h1.entry-title { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; line-height: 1.5; margin-top: 15px; } article .entry-summary { margin-top: 0 !important; } .entry-meta a, .entry-meta { color: #a5a0a0; font-size: 14px; font-family: 'Roboto', sans-serif; font-weight: 400; } .entry-meta a:hover { color: #ff9f1c; } .entry-content p { font-size: 16px; line-height: 1.6; font-family: 'Open Sans', sans-serif; color: #282b2d; margin-bottom: 2em; } .entry-content a { color: #ff9f1c; } .entry-content a:hover { color: #ff9f1c; text-decoration: underline; } .entry-footer { font-family: 'Open Sans', sans-serif; font-size: 14px; } .entry-footer .edit-link, .entry-footer .comments-link, .entry-footer .tags-links { margin-left: 1em; } .entry-footer a { color: #FF9F1C; } .entry-footer a:hover { text-decoration: underline; color: #FF9F1C; } hr.hline { background-color: #ffffff; clear: both; width: 95%; margin-left: 15px; margin-top: 40px; margin-bottom: 50px; } /* SIDEBAR */ #secondary { margin-top: 30px; padding-right: 30px; } .widget-area .widget { font-family: 'Open Sans', sans-serif; margin-bottom: 3em; } .widget-area .widget a { color: #ff9f1c; } .widget-area .widget ul, .widget-area .widget ol { margin-left: 0; margin-top: 1em; } .widget-area .widget_nav_menu, .widget-area .widget_rss, .widget-area .widget_recent_comments, .widget-area .widget_pages, .widget-area .widget_meta, .widget-area .widget_tag_cloud, .widget-area .widget_archive, .widget-area .widget_calendar, .widget-area .widget_categories, .widget-area .widget_recent_entries, .widget-area .widget_text { border: 1px solid #ededed; } .widget-area .widget-title { background-color: #ff9f1c; font-family: Oswald, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1px; color: #011627; line-height: 2.8; text-align: left; padding-left: 1em; text-transform: uppercase; width: 96%; margin: 2% auto 0; } .widget-title i.cf { margin-right: 0.5em; font-size: 20px; } .widget-area .widget_archive select { margin: 1em 2em; } .widget-area .widget_categories form { padding: 0 2em; margin-top: 1em; margin-bottom: 1em; } .widget-area .widget_categories ul li { line-height: 1.6; } .widget-area .widget_tag_cloud .tagcloud { padding: 1em; } .widget-area .widget_calendar .calendar_wrap { padding: 0 2em; margin-top: 1em; } .widget-area .widget_rss ul { padding-right: 20px; } .widget-area .widget_text .textwidget { padding: 1em 1em 0; margin-bottom: 1em; } /* style for crypto converter widget */ section.widget_custom_html > h2 { display: none; } .widget-area section.widget_custom_html .custom-html-widget { padding: 0 0; margin-bottom: 0; } .widget-area section.widget_custom_html .custom-html-widget .ccc-converter > div { background-color: #fff !important; border-color: #ff9f1c !important; } .widget-area .widget_search .widget-title { background-color: transparent; } .widget-area .widget_search form { background: #ff9f1c; height: 58px; width: 100%; padding: 10px 3%; } .widget-area .widget_search form label { width: 80%; height: 37px; float: left; margin-bottom: 0; } .widget_search input.search-field { color: #383d40; height: 37px; font-size: 14px; line-height: 37px; font-family: 'Open Sans', sans-serif; background-color: #eee; border: none; border-radius: 0; width: 100%; padding: 0 0 0 1em; float: left; } .widget_search input[type="submit"] { height: 37px; width: 20%; border-radius: 0; border: none; background: #282727 url("images/ico-search.png") center center no-repeat; text-indent: -9999px; } .widget_search input[type="submit"]::before { font-family: FontAwesome; content: '\f002'; display: block; width: 24px; height: 24px; color: #fff; background: #000; } .widget-area .widget_recent_comments #recentcomments { margin: 1em 1em; padding-left: 0; list-style: none; } .widget-area .widget_recent_entries ul { margin-left: 0; margin-top: 1.5em; padding-left: 25px; padding-right: 25px; list-style: square; } .widget-area .widget_recent_entries ul li { margin-bottom: 0.5em; } .widget-area .widget_recent_entries ul li a { color: #011627 !important; } .widget_recent_entries ul li a:hover { color: #ff9f1c; } .widget_media_image a { display: block; width: 100%; border: 1px solid #ff9f1c; padding: 1px; } /* PAGE: 404 */ section.error-404 { padding-bottom: 3em; } section.error-404 input[type="search"] { border-radius: 0; padding-left: 1em; font-size: 14px; height: 32px; font-family: 'Open Sans', sans-serif; } section.error-404 input[type="submit"] { background: #ff9f1c; color: #333; font-size: 14px; font-family: 'Open Sans', sans-serif; border-radius: 0; border-width: 0; height: 32px; } /* POST NAVIGATION */ .posts-navigation .nav-links a { color: #ff9f1c; font-size: 20px; font-family: 'Oswald', sans-serif; } /* COMMENT TEMPLATE */ #comments { margin-top: 3em; } .comments-title { margin-bottom: 1.5em; font-family: 'Roboto', sans-serif; line-height: 1.5; } .comments-area { font-family: 'Open Sans', sans-serif; } ol.comment-list { margin-left: 0; padding-left: 0; } .comment-list .depth-1 { list-style: none; margin-bottom: 1em; } .comment-list .comment-metadata a { color: #a5a0a0; font-size: 14px; font-family: 'Open Sans', sans-serif; } .comment-list .comment-content a { color: #FF9F1C; } .comment-author .avatar { margin-right: 5px; } .comment-author .fn a { color: #333; } .comment .reply .comment-reply-link { font-size: 12px; font-family: 'Open Sans', sans-serif; color: #a5a0a0; } .comment .reply .comment-reply-link:hover { text-decoration: underline; } .comment ol.children { border-left: 1px solid #eae4d4; } #respond { margin-bottom: 3em; } #commentform .logged-in-as a { color: #FF9F1C; } #commentform .form-submit input[type="submit"] { font-family: 'Open Sans', sans-serif; font-size: 14px; } /* FOOTER */ .footerwrap { background-color: #011627; } .site-footer { padding: 3em 0 2em; } .footer-widget-area .widget { margin-bottom: 1em; font-size: 14px; color: #cccccc; font-family: 'Open Sans', sans-serif; line-height: 2; } .footer-widget-area .widget-title { color: #ff9f1c; font-size: 26px; font-weight: 700; font-family: Oswald, sans-serif; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; } .footer-widget-area .widget_text .textwidget { } .footer-widget-area .widget_nav_menu ul.menu { margin-left: 0; padding-left: 0; list-style: none; line-height: 2; } .footer-widget-area .widget_nav_menu ul.menu li a { color: #cccccc; font-size: 14px; font-family: 'Open Sans', sans-serif; } .footer-widget-area .widget_tag_cloud .tagcloud a { color: #cccccc; } .footer-widget-area .widget_tag_cloud .tagcloud a:hover { color: #ff9f1c; text-decoration: none; } .footer-widget-area .widget_recent_entries ul { padding-left: 0; margin-left: 0; } .footer-widget-area .widget_recent_entries li { list-style: none; margin-bottom: 1em; } .footer-widget-area .widget_recent_entries li a { color: #cccccc; font-size: 14px; font-family: 'Open Sans', sans-serif; } .footer-widget-area .widget_recent_comments { color: #cccccc; } .footer-widget-area .widget_recent_comments #recentcomments { margin-left: 0; padding-left: 0; list-style: none; } .footer-widget-area .widget_recent_comments #recentcomments a { color: #ff9f1c; } .site-info, .site-info a { color: #cccccc; font-family: Oswald, sans-serif; font-size: 13px; letter-spacing: 1px; } .site-info a:hover { color: #ff9f1c; } /* BACK TO TOP BUTTON */ #gotop { position: fixed; bottom: 20px; right: 20px; z-index: 9999; width: 40px; height: 40px; text-align: center; line-height: 30px; background: #011627; color: #ff9f1c; cursor: pointer; border: 0; border-radius: 4px; text-decoration: none; -webkit-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; opacity: 0; -webkit-transform: rotateX(180deg); transform: rotateX(180deg); outline: none; } #gotop:hover { background: #ff9f1c; color: #ffffff; } #gotop.show { opacity: 1; } .cf-incnt::before { content: "\f029"; font-size: 18px; margin: 10px 0 0 0; display: block; } /* MEDIA QUERY */ @media screen and (max-width: 768px) { .main-navigation > div { display: none; } .main-navigation.toggled > div { } #primary-menu .menu-item { width: 90%; } #primary-menu .menu-item a { width: 100%; margin-left: 0; margin-right: 0; } #primary-menu .menu-item ul.sub-menu { display: none; } #primary-menu { padding-bottom: 1em; } .owl-carousel .slide-item { max-height: 500px; } .owl-carousel .slide-caption { left: 0; top: 40%; width: 100%; } } @media screen and (max-width: 414px) { .custom-logo-link .custom-logo { max-width: 80%; } .owl-carousel .slide-caption h3 { font-size: 100%; } body #primary.content-area { padding-left: 15px; } #secondary { padding-right: 15px; } .site-main figure.entry-thumbnail { text-align: center; } .site-main article h2.entry-title { margin-top: 0.5em; text-align: center; } .site-main .entry-meta { text-align: center; } body.home .site-main .entry-content { text-align: center; } }