/*!
Theme Name: Bitcoinee
Theme URI: https://kadesthemes.com/wordpress-themes/bitcoinee/
Author: KadesThemes.com
Author URI: https://kadesthemes.com/
Description: Bitcoinee is The First Cryptocurrency Theme on WordPress.org build for Cryptocurrency field. It helps you easily have a blog about crypto-related content with Customizer, Responsive, SEO friendly and Best practices code. Bitcoinee comes with 3 widget area and support crypto widgets as well. View theme detail, changelog, upcoming features and live demo at https://kadesthemes.com/wordpress-themes/bitcoinee/
Version: 1.2.4
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 - free 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 {
	border-left: 3px solid #ff9f1c;
	padding: 1.5em;
	background-color: #fff7e7;
	word-wrap: break-word;
}

blockquote *:last-child {
	margin-bottom: 0 !important;
}

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 1em;
	padding-left: 1em;
}

ul {
	list-style: square;
}

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: #ff9f1c;
}

a:visited {
	color: #ff9f1c;
}

a:hover, a:focus, a:active {
	color: #ff9f1c;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

#bitcoineeNavbar .dropdown-menu {
	background-color: transparent;
}

.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: 0;
}

.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;
}

.navbar-toggle {
	background-color: transparent;
	border: 1px solid #ff9f1c;
	color: #ff9f1c;
	border-radius: 4px;
	margin: 0 auto 1em;
	display: inline-block;
	padding-bottom: 0.6em;
}

.navbar-toggle:hover {
	border-color: #ff9f1c;
	background-color: #ff9f1c;
	color: #fff;
}

.navbar-toggle:focus {
	border-color: #ff9f1c;
	outline: none;
}

@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		display: block;
	}
}

.post-navigation,
.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%;
}

nav.navigation.pagination {
	margin: 0 0 2em;
	text-align: right;
}

nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
	color: #ff9f1c;
}

.pagination .nav-links {
	width: 100%;
	display: block;
}

.navigation .nav-links a.prev,
.navigation .nav-links a.next {
	color: #333;
}

.navigation .nav-links a.page-numbers {
	color: #333;
	padding: 0 0.5em;
}

.navigation .nav-links .page-numbers.current {
	color: #fff;
	padding: 0.5rem 0.9rem;
	background-color: #ff9f1c;
}

/*--------------------------------------------------------------
# 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;
	text-align: left;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	text-align: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

figure.wp-block-image {
	margin-bottom: 1em;
}

.wp-block-image figcaption {
    margin-top: .5em;
    color: #6c7781;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 0.8em;
}


/*--------------------------------------------------------------
# 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;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: Roboto, Helvetica, Arial, san-serif;
	font-weight: 700;
}

body:not(.single) .entry-summary .entry-content {
	margin-top: 8px;
}

body.single .entry-header {
	border-bottom: 1px solid #ededed;
	margin-bottom: 2em;
}

body.page .entry-header {
	margin-bottom: 2em;
}

body:not(.home) #main.site-main {
	padding: 0 15px;
}

body #primary.content-area {
	
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Style for Yoast SEO breadcrumb
--------------------------------------------------------------*/
#breadcrumbs {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #ababab;
	padding: 0 15px;
	margin-bottom: 1em;
}

body.page-template-tpl-fullwidth #breadcrumbs {
	display: none;
}

#breadcrumbs a {
	text-decoration: none;
	        transition: .2s;
	   -moz-transition: .2s;
	-webkit-transition: .2s;
	color: #f28c00;
}

#breadcrumbs a:hover {text-decoration: underline;}


/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.related-posts {
	margin-bottom: 1em;
	margin-top: 2em;
}

.related-title {
	color: #333333;
	font-family: Roboto, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.5;
	display: block;
	width: 96%;
	padding: 16px 0 0;
	margin: 0 auto 5px;
	border-top: 1px solid #ededed;
}

.relatedpost .wp-post-image {
	margin-bottom: 5px;
}

.relatedpost-title:hover,
.relatedpost a:hover {
	color: #ff9f1c;
	text-decoration: none;
}

.relatedpost-title {
	font-size: 14px;
	line-height: 1.5;
	color: #011627;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-list .comment {
	display: block;
	padding: 1em 1em 1em 1em;
}

.bypostauthor {
	background: #fffced;
}

.comment-notes {
	color: #7d7d7d;
	font-size: 14px;
}

.comment-list .children {
	list-style: none;
}

.comment-content a {
	word-wrap: break-word;
}

.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: 2.5em 0;
}

/*--------------------------------------------------------------
## 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-text {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #313131;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## 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 {
	margin-top: 1em;
	margin-bottom: 0.3em;
	display: inline-block;
}
h1.site-title a {
	color: #ff9f1c;
}

.site-description {
	color: #e7dbdb;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 3em;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

#masthead {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.headerwrap {
	background-blend-mode: screen;
	background-color: rgba(0, 0, 0, .8);
	background-image: url("images/dot.gif");
	background-position: top center;
	-webkit-box-shadow: 0px 0px 5px #0008;
	   -moz-box-shadow: 0px 0px 5px #0008;
	        box-shadow: 0px 0px 5px #0008;
}

.site-branding {
	text-align: center;
}

.site-branding .site-title a {
	color: #FF9F1C;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

/* HEADER CLASSIC STYLE */

#masthead.site-header-classic {
	background-color: #fff;
	min-height: unset;
	box-shadow: 0 0 5px #56545433;
}

#masthead.site-header-classic .headerwrap {
	background-image: none;
	background-color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	min-height: unset;
}

.site-header-classic .site-title {
	margin: 1em 0 0 1em;
}

.site-header-classic .site-description {
	margin: 0 0 1em 2em;
	color: #5d5d5d;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

.site-header-classic .custom-logo-link {
	margin: 1em 0 1em 1em;
}

#masthead.site-header-classic .headerwrap #bitcoineeNavbar {
	background-color: #ff9f1c;
}

.site-header-classic #site-navigation {
	padding-left: 0;
	padding-right: 0;
}

#masthead.site-header-classic #site-navigation,
#masthead.site-header-classic .site-branding {
	text-align: left;
}

#masthead.site-header-classic #primary-menu .menu-item a {
	color: #3b1a03;
	font-size: 16px;
	font-weight: 700;
	font-family: Roboto, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0;
	padding: 0.8em 2em;
	text-decoration: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}

#masthead.site-header-classic #primary-menu .menu-item a.active,
#masthead.site-header-classic #primary-menu .menu-item a:hover {
	background-color: #ffb636;
}

#masthead.site-header-classic #primary-menu .menu-item .sub-menu a.dropdown-item {
	color: #fff;
}

#masthead.site-header-classic #primary-menu .dropdown-toggle::after {
	font-size: 12px;
}

.site-header-classic #slider {
	height: 440px;
	overflow: hidden;
}

body.header_classic #content.site-content {
	margin-top: 2em;
	padding-top: 2em;
}


/*	MAIN SLIDER   */

.slider {
	max-height: 450px;
	overflow: hidden;
}

#masthead .owl-stage-outer {
	position: relative;
	border-width: 0;
	z-index: 99;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.owl-stage .owl-item {
	position: relative;
}

.slide-item {
	width: auto;
}

.owl-carousel .slide-caption {
	position: absolute;
	left: 10%;
	top: 10%;
	color: #fff;
	text-align: center;
	padding: 1.5em;
	margin: 0 auto;
	width: 40%;
	background: #000000b3;
}

.owl-carousel .slide-caption h3 {
	width: 100%;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.6;
}

.owl-item .slide-cta {
	outline: none;
	border: 1px solid #ff9f1c;
	padding: 0.6em 2em;
	color: #ff9f1c !important;
	font-size: 16px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin-top: 0.5em;
	-webkit-transition: 300ms;
	transition: 300ms;
	text-decoration: none;
	display: inline-block;
}

.owl-item .slide-cta:hover {
	background-color: #ff9f1c;
	color: #000 !important;
}

.owl-nav {
	position: absolute;
	top: 40%;
	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;
	transition: 300ms;
	font-weight: 700;
}

#masthead .owl-prev:hover::before, 
#masthead .owl-next:hover::before {
	background-color: #ff9f1c;
	color: #fff;

}

#masthead .owl-next::before {
	content: "\f0da";
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#masthead .owl-prev::before {
	content: "\f0d9";
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.owl-nav div {
  position: absolute;
  top: 50%
}

#site-navigation {
	text-align: center;
	padding-bottom: 0;
}

#primary-menu {
	display: inline-block;
	width: 100%;
}

#site-navigation .dropdown-menu {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#site-navigation .menu ul li,
#primary-menu .menu-item {
	display: inline-block;
}
.nav-item a.nav-link {
	color: #FF9F1C;
}
#site-navigation .menu ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0.5em;
	padding: 0.5em 2em;
	text-decoration: none;
	-webkit-transition: 300ms;
	transition: 300ms;
	-moz-transition: 300ms;
}

#primary-menu .menu-item a {
	color: #e7dbdb;
	font-size: 20px;
	font-weight: 700;
	font-family: "Roboto", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0;
	padding: 0.5em 2em;
	text-decoration: none;
	-webkit-transition: 200ms;
	   -moz-transition: 200ms;
		    transition: 200ms;
}

#primary-menu .dropdown-toggle::after {
	margin-left: .355em;
	content: "\f078";
	font-family: 'FontAwesome';
	display: inline;
	vertical-align: middle;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	position: absolute;
	top: 15px;
	font-size: 14px;
}

#primary-menu .sub-menu a.dropdown-item {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

#primary-menu .dropdown-item.active,
#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;
}

#site-navigation .menu ul li ul.children,
#primary-menu li.menu-item .sub-menu {
	background-color: #011627;
	width: auto;
	border-radius: 0;
	border-width: 0;
	padding: 0.5em 0;
}

#site-navigation .menu ul li ul.children li a,
#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;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}  

ul.sub-menu .menu-item {
	width: 100%;
}

#primary-menu .menu-item ul.sub-menu .menu-item:last-child a {
	border-bottom: 0;
}

#site-navigation .dropdown-item:focus,
#site-navigation .menu ul li a:hover,
#primary-menu .menu-item ul.sub-menu .menu-item a:hover {
	background-color: #ff9f1c;
}



/*    CRYPTO INDEX ROW: if install plugin Kades Crypto Widgets;   */
#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: #f0f0f04d;
	color: rgba(0, 0, 0, 0.8);
	height: auto;
	margin-bottom: 2em;
}


.posts-heading h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #683a00;
	background-color: #ff9f1c;
	width: auto;
	text-align: center;
	display: inline-block;
	line-height: 38px;
	height: 38px;
	margin-bottom: 0;
	padding: 0 0.5em;
	position: relative;
	float: left;
}

.posts-heading h3::before {
	font-family: fontawesome;
	content: "\f0e7";
	display: inline-block;
	margin-right: 15px;
	margin-left: 10px;
	font-style: italic;
}

.posts-heading h3::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 0 0px 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;
}

.breakingnews-list {
	overflow: hidden;
	height: 35px;
}

.posts-heading a.breaking-title {
	color: rgba(0, 0, 0, 0.9);
	display: inline-block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	line-height: 35px;
}

.posts-heading a.breaking-title:hover {
	color: #f28c00;
}

.posts-heading p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	float: left;
	display: inline-block;
	margin: 10px 0 0 35px;
	color: rgba(0, 0, 0, 0.9);
}

#content.site-content { 
	margin-top: 3em;
	background: #fff;
	padding-top: 2em;
}

/*	POST LIST  */

body.category .page-header,
body.archive .page-header {
	margin-bottom: 2em;
}

h1.page-title,
body.category .page-header h1.page-title,
body.archive .page-header h1.page-title {
	margin-top: 15px;
	font-family: Roboto, Helvetica, sans-serif;
}

.archive-description {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	padding: 1em 0em;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.archive-description p {
	margin-bottom: 0;
}


h2.entry-title {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

h2.entry-title a {
	color: #011627;
	text-decoration: none;
}

h2.entry-title a:hover {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	color: #f28c00;
}

article.row.post { overflow: hidden; }
.site-main article.row {
	margin-top: 0;
	margin-bottom: 0;
}
article.row.sticky .hline {
	background: #fff;
	border-top: 2px solid #f9f9f9;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 15px;
}

.article-information {
	border-width: 1px;
	border-color: rgba(170, 170, 170, 0.1);
	min-height: 200px;
	background-color: #fdf1e1;
}

.site-main article:last-child > hr.hline { margin-bottom: 0 }

article figure {
	margin: 0 0 0;
}

article.row.sticky figure img,
article.row.sticky figure {
	width: 100%;
	height: auto;
}

article.row.sticky h2.entry-title {
	font-weight: 400;
}

article.row.sticky .entry-thumbnail {
	margin-bottom: 1em;
}

h1.entry-title {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 5px;
	color: #011627;
}

body.page-template-tpl-fullwidth .entry-title {
	text-align: center;
}

body.page-template-tpl-fullwidth #primary.content-area {
	padding-right: 60px;
	padding-left: 60px;
}

article .entry-summary {
	margin-top: 0 !important;
}

body.single .entry-meta {margin-bottom: 1em;}

.entry-meta a,
.entry-meta {
	color: #ababab;
	font-size: 14px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.entry-meta a:hover {
	color: #ff9f1c;
}

.cat-links,
.posted-on,
.byline {
	display: inline-block;
	margin-right: 1.6em;
}

.cat-links::before,
.posted-on::before,
.byline::before {
	color: #ccc;
	font-family: FontAwesome;
	margin-right: 2px;
	font-size: 14px;
}

.cat-links::before {
	content: "\f07c";
}

.posted-on::before {
	content: "\f017";
}

.byline::before {
	content: "\f007";
}

.entry-content p {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	margin-bottom: 1.2em;
}

.entry-content a {
	color: #f28d05;
}

.entry-content a:hover {
	color: #f28d05;
	text-decoration: underline;
}

.entry-content ul,
.entry-content ol {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-family: 16px;
	color: #313131;
	line-height: 1.5;
	margin: 1em 0 1.2em 1em;
}

.entry-content ul {
	list-style: none;
	padding-left: 0;
}

.entry-content ol {
	padding-left: 0;
}

.entry-content ol li {
	padding-left: 1em;
}

.entry-content ul li {
	background: url('images/square.gif') left 12px no-repeat;
	padding-left: 1em;
	margin-bottom: .5em;
}

.entry-footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top: 2em;
	border-top: 1px solid #ededed;
	padding: 2em 0 0;
}

.entry-footer .edit-link,
.entry-footer .comments-link {
	margin-left: 1em;	
}

.entry-footer a {
	color: #FF9F1C;
}

.entry-footer a:hover {
	text-decoration: underline;
	color: #FF9F1C;
}

.tags-links a {
	color: #fff;
	background: #ff9f1c;
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 5px;
}

.tags-links a:hover {
	background-color: #282727;
	text-decoration: none;
}

hr.hline {
	background-color: #ffffff;
	clear: both;
	width: 95%;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 50px;
	border-top: 1px solid rgba(170, 170, 170, 0.1);
}



/*	SIDEBAR	 */
#secondary {
}

.widget-area .widget { 
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 2em; 
}

.widget-area .widget a {
	color: #ff9f1c;
}

.widget-area .widget ul,
.widget-area .widget ol {
	margin-left: 0;
	margin-top: 1.5em;
}

.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: Roboto, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #3b1a03;
	line-height: 1.5;
	text-align: left;
	padding: .5em 1em;
	text-transform: uppercase;
	width: 96%;
	margin: 2% auto 0;
}

.widget-area .widget_custom_html .widget-title, 
.widget-area .widget_media_image .widget-title,
.widget-area .widget_media_video .widget-title {
	width: 100%;
	margin-top: 0;
}

.widget-title i.fab {
	font-weight: 400;
	margin: 0 10px 0 0;
}

.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_archive ul,
.widget-area .widget_meta ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul,
.widget-area .widget_pages ul,
.widget-area .widget_categories ul {
	list-style: none;
	padding: 0 20px;
	margin-bottom: 1.5em;
}

.widget-area .widget_archive ul.children,
.widget-area .widget_meta ul.children,
.widget-area .widget_archive ul.children,
.widget-area .widget_meta ul.children,
.widget-area .widget_pages ul.children,
.widget-area .widget_categories ul.children {
	margin-top: 0;
	margin-bottom: 0;
}

.widget-area .widget_archive ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_pages ul li,
.widget-area .widget_categories ul li {
	line-height: 1.6;
	background: url('images/square.gif') left center no-repeat;
}

.widget-area .widget_pages .page_item_has_children {
	background-position-y: 14px;
}

.widget-area .widget_archive ul li a,
.widget-area .widget_meta ul li a,
.widget-area .widget_pages ul li a,
.widget-area .widget_categories ul li a {
	color: #011627;
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: .2s;
	   -moz-transition: .2s;
	        transition: .2s;
}

.widget-area .widget_archive ul li a:hover,
.widget-area .widget_meta ul li a:hover,
.widget-area .widget_pages ul li a:hover,
.widget-area .widget_categories ul li a:hover {
	color: #f28c00;
	text-decoration: none;
}

.widget-area .widget_tag_cloud .tagcloud {
	padding: 1em;
}

.widget-area .widget_tag_cloud .tag-cloud-link {
	display: inline-block;
	color: #f28c00;
	border: 1px solid #f28c00;
	padding: 0 0.6em;
	margin-bottom: 4px;
	text-decoration: none;
	font-size: 16px !important;
	        transition: .2s;
	   -moz-transition: .2s;
	-webkit-transition: .2s;
}

.widget-area .widget_tag_cloud .tag-cloud-link:hover {
	background-color: #f28c00;
	color: #fff;
}

.widget-area .widget_calendar .calendar_wrap {
	padding: 0 2em;
	margin-top: 1em;
}

.widget-area .widget_media_image img,
.widget-area .widget_media_image a {
	display: block;
	width: 100%;
}

.widget-area .widget_rss ul {
	padding-right: 20px;
}

.widget-area .widget_text .textwidget {
	padding: 1em 1em 0;
	margin-bottom: 1em;
	color: #515151;
}

/* style for crypto converter widget */

.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 .kades_crypto_converter .ccc-converter > div {
	border-color: #ff9f1c !important;
}

.widget-area .kades_crypto_converter div.histoTitleConverter {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 20px !important;
	text-rendering: optimizelegibility;
	color: #000911 !important;
	text-transform: uppercase;
}

/* Kades Crypto Widgets plugin: style for ICOs widget; */
.widget-area .kades_crypto_icos iframe {
    border: 1px solid #ff9f1c !important;
}
.widget-area .kades_crypto_icos .icowatchlist_list_widget ul.nav-tabs li a {
	font-family: 'Open Sans', serif !important;
	font-weight: 700;
	text-align: center;
	font-size: 20px !important;
	text-rendering: optimizelegibility;
	letter-spacing: 1px;
	color: #000911 !important;
	text-transform: uppercase;
}

.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 {
	height: 37px;
	line-height: 37px;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 0 0 0 1em;
	float: left;
}
.widget_search input.search-field::-webkit-input-placeholder {
	color: #333; /* for Mozilla Firefox, Chrome, Opera, Safari 10.1+ */
	opacity: 1;
	font-size: 14px;
}
.widget_search input.search-field:-ms-input-placeholder {
	color: #333; /* for Mozilla Firefox, Chrome, Opera, Safari 10.1+ */
	opacity: 1;
	font-size: 14px;
}
.widget_search input.search-field::-ms-input-placeholder {
	color: #333; /* for Mozilla Firefox, Chrome, Opera, Safari 10.1+ */
	opacity: 1;
	font-size: 14px;
}
.widget_search input.search-field::placeholder {
	color: #333; /* for Mozilla Firefox, Chrome, Opera, Safari 10.1+ */
	opacity: 1;
	font-size: 14px;
}

.widget_search input.search-field:-ms-input-placeholder {
	color: #333; /* for Microsoft Internet Explorer 10-11 */
	font-size: 14px;
}

.widget_search input.search-field::-ms-input-placeholder {
	color: #333; /* for Microsoft Edge */
	font-size: 14px;
}

.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_recent_comments #recentcomments .comment-author-link a {
	color: #515151;
}

.widget-area .widget.widget_recent_comments a {
	color: #f38c00;
}

.widget-area .widget_recent_comments ul#recentcomments,
.widget-area .widget_nav_menu ul,
.widget-area .widget_recent_entries ul {
	margin-left: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

.widget-area .widget_recent_comments #recentcomments li,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_entries ul li {
	background: url('images/square.gif') left 12px no-repeat;
}

.widget-area .widget_recent_comments #recentcomments li span,
.widget-area .widget_recent_entries ul li a {
	color: #011627;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 1.5;
	display: inline-block;
}

.widget_recent_comments #recentcomments li {
	margin-bottom: 10px;
}

.widget-area .widget_recent_comments #recentcomments li span {margin-bottom: 0}

.widget-area .widget_recent_comments #recentcomments li a {
	margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li:last-child a {margin-bottom: 0}

.widget_recent_entries ul li a:hover {
	color: #ff9f1c;
}

.widget-area .widget_nav_menu ul {
	list-style: none;
}

.widget-area .widget_nav_menu ul li a {
	color: #011627;
	margin: 0 0 5px 0;
	padding-left: 15px;
	display: inline-block;
	text-decoration: none;
		transition: 300ms;
		-moz-transition: 300ms;
	-webkit-transition: 300ms;
}

.widget-area .widget_nav_menu ul li a:hover {
	color: #f28c00;
}


/*   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: 'Open Sans', sans-serif;
}



/*    COMMENT TEMPLATE    */

#comments {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #ededed;
}

body.page-template-tpl-fullwidth #comments {
	width: 65%;
	margin: 2em auto 0;
}

.comments-title {
	color: #333333;
	margin-bottom: 1.5em;
	font-family: Roboto, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.5;
}

.comments-area {
	font-family: 'Open Sans', sans-serif;
}

ol.comment-list {
	margin-left: 0;
	padding-left: 0;
}

.comment-list .comment-metadata {
	font-weight: 300;
}

textarea#comment,
input#url,
input#email,
input#author {
	font-size: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 5px 5px 5px 10px;
}

textarea#comment { padding: 10px 10px 10px 10px }

textarea#comment:focus,
input#url:focus,
input#email:focus,
input#author:focus {
	border-color: #ff9f1c;
	outline: none;
}

.comment-list .depth-1 {
	list-style: none;
	margin-bottom: 1em;
}

.comment-list .comment-metadata a {
	color: #a5a0a0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.comment-list .comment-content a {
	color: #FF9F1C;
}

.comment-list .comment-content p {
	color: #2c2a2a;
}

.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;
}

form#commentform p label {
	color: #333;
	font-size: 14px;
}

form#commentform p textarea,
form#commentform p input {
	border-radius: 0;
}

form#commentform p.comment-form-author input,
form#commentform p.comment-form-email input,
form#commentform p.comment-form-url input {
	width: 268px;
}

@media screen and ( max-width: 480px ) {
	form#commentform p.comment-form-author input,
	form#commentform p.comment-form-email input,
	form#commentform p.comment-form-url input {
		width: 100%;
	}
}

#respond {
	margin-bottom: 3em;
}

#reply-title {
	font-size: 22px;
	color: #333333;
	font-family: Roboto, Helvetica, sans-serif;
}

#reply-title small a,
#commentform .logged-in-as a {
	color: #333;
	font-weight: 400;
	font-size: 14px;
}

#commentform .form-submit input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #ff9f1c;
	color: #011627;
	border-width: 0;
	padding: 12px 6em;
	font-weight: 600;
	width: 100%;
}

@media screen and ( min-width: 768px ) {
	#commentform .form-submit input[type="submit"] {
		width: 268px;
		padding: 12px 0em;
	}
}


/*	 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: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widget-area .widget ul,
.footer-widget-area .widget ol {
	margin-left: 0;
	padding-left: 1em;
}

.footer-widget-area .widget ul a,
.footer-widget-area .widget ol a {
	color: #cccccc;
}

.footer-widget-area .widget_text .textwidget a {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}

.footer-widget-area .widget_text .textwidget a:hover {
	color: #ff9f1c;
	border-bottom: 1px solid #ff9f1c;
}

.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;
}

.footer-widget-area .widget_calendar td a {
	color: #ff9f1c;
}

.site-info, 
.site-info a {
	color: #cccccc;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.site-info a:hover {
	color: #ff9f1c;
}

.site-info--credit {
	display: inline-block;
	margin-bottom: 0;
}

/*  STYLE FOR PLUGIN: AIRDROP  */
.airdrop-content-area {
	font-family: "Open Sans", san-serif;
}
.airdrop-single-section ul li::before {
	color: #ff9f1c;
}

.airdrop-single-section > h4 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

.airdrop-content-area ul {
	padding-left: 0;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style: disc;
}

.airdrop-content-area ul li {
	margin-bottom: 0.5rem;
}

.airdrop-thumbnail img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 0 5px #bdc4cbcc;
			box-shadow: 0 0 5px #bdc4cbcc;
}

body.single .airdrop-single-summary tr {
	line-height: 2;
}

/*	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;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    outline: none;
}
#gotop:hover {
    background: #ff9f1c;
    color: #ffffff;
}
#gotop.show {
    opacity: 1;
}

#gotop > i {
	margin-top: 5px;
	vertical-align: middle;
}



/*	MEDIA QUERY    */

@media screen and (min-width: 1024px) {
	.posts-heading a.breaking-title {
		margin-left: 3em;
	}
}

@media screen and (max-width: 768px) {

	#primary-menu .menu-item {
		width: 90%;
	}

	#primary-menu .menu-item a {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 1em;
		padding-right: 1em;
	}

	#primary-menu {
		padding-bottom: 1em;
	}

	.owl-carousel .slide-item {
		max-height: 500px;
	}

	.owl-carousel .slide-caption {
		left: 0;
		top: 10%;
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {

	button.navbar-toggle { display: none }
}

@media screen and (min-width: 768px) {

    .dropdown:hover > .dropdown-menu{ display: block !important }
}

@media screen and (max-width: 480px) {

	.custom-logo-link {
		display: inline-block;
		margin: 1em 0;
	}

	h1.site-title { margin-top: .5em }

	.site-description { margin-bottom: 2em }

	#bitcoineeNavbar {
		background-color: #011627;
	}

	#bitcoineeNavbar #primary-menu { padding-bottom: 0 }

	#bitcoineeNavbar ul.navbar-nav li.menu-item {
		border-bottom: 1px solid #00111e;
		width: 100%;
	}

	#bitcoineeNavbar ul.navbar-nav li.menu-item:last-child {
		border-bottom: 0px solid #333;
	}

	#primary-menu .dropdown-menu a.dropdown-item {
		font-size: 16px;
		text-align: center;
	}

	#cryptoindex {
		display: none;
	}

	.owl-nav {
		top: 30%;
	}

	body:not(.home) #main.site-main {
		padding: 0 0;
	}

	#content.site-content {
		margin-top: 2em;
	}

	.site-main figure.entry-thumbnail img.wp-post-image {
		width: 100%;
		height: auto;
	}

	body:not(.single) .entry-meta {
		text-align: center;
	}

	body.page-template-tpl-fullwidth #primary.content-area {
		padding-right: 10px;
		padding-left: 10px;
	}

	.pagination .nav-links,
	.related-title {text-align: center}
}

@media screen and (max-width: 414px) {

	.custom-logo-link .custom-logo {
		max-width: 80%;
	}

	.owl-carousel .slide-caption h3 {
		font-size: 100%;
	}
	
	.owl-item .slide-cta {
		font-size: 14px;
	}

	body #primary.content-area {
		padding-left: 15px;
	}

	#secondary {
		padding-right: 15px;
	}

	.ccc-coin-container {
		float: unset !important;
		margin-right: 0 !important;
	}

	.widget-area .kades_crypto_converter div.histoTitleConverter,
	.widget-area .widget-title {
		font-size: 1em !important;
	}

	.site-main figure.entry-thumbnail {
		text-align: center;
	}

	.site-main article h2.entry-title {
		margin-top: 0.5em;
		text-align: center;
	}

	article.row.sticky h2.entry-title {
		padding-left: 0;
	}

	.cat-links, 
	.posted-on, 
	.byline {
		margin-right: 1em;
	}

	body.home .site-main .entry-content {
		text-align: center;
	}

}
