/*!
Theme Name: Cryptogalaxy
Theme URI: http://digitalcenturysf.com/themes/cryptogalaxy/
Author: DigitalCenturySF
Author URI: http://digitalcenturysf.com
Description: Are you looking to create an incredible Bitcoin Cryptocurrency & ICO (Initial Coin Offer) website. You are on the right place purchase this WordPress theme it will fulfil your all needs. We specially designed this WordPress theme for cryptocurrency and digital currencies website and bitcoin mining equipment. It can be also used for both small and large-scale businesses. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cryptogalaxy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

Cryptogalaxy 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/
*/ 
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
  
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

 body{
    word-wrap: break-word;
    overflow-x: hidden;
 }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
 
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
--------------------------------------------------------------*/
 

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

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. */
}
 
table {
	margin: 0 0 1.5em;
	width: 100%;
}
 

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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 {
	width: 100%;
    height: 40px;
    padding: 5px;
}
.widget .tagcloud a {
    font-size: 80% !important;
    transition:.4s;
    margin: 0 0.1rem 0.4rem 0;
}
.widget .tagcloud a:hover {
    color: #000;
    border-color: #000;
}
.widget .calendar_wrap #next{
	text-align: right;
    padding-right: 19px;
}
.widget .calendar_wrap caption,
.widget .calendar_wrap #next,
.widget .calendar_wrap #prev,
.widget .calendar_wrap #today {
    font-weight: 600;
}
/*--------------------------------------------------------------
# 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;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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


/**
 * Cryptogalaxy css
 */
 .widget ul{
 	margin-left: 0;
 	list-style: none;
 }

 .widget ul.children,
 .widget ul.sub-menu{
 	margin-left: 16px;
 	list-style: none;
 }

.page-numbers li {
    border-color: #D1D7DD;
}
.page-numbers li a{
    text-decoration: none !important;
} 
.widget li{
	padding: 1em 0;
	border-bottom: 1px solid #D1D7DD;
}
.widget li:last-child{ 
	border-bottom:0;
    padding-bottom: 0;
}
.widget li > .icon-pos-left {
    margin: 0 1em 0 0;
}
.widget caption { 
    caption-side: inherit;
}


/*---------------------------------
  cryptogalaxy single post
---------------------------------*/
.single-post #inner-comments .media-content h3,
.single-post .blog-post h3.post-title{
	font-size: 35px;
}
.single-post #inner-comments .media-content h1,
.single-post .blog-post h1{
	font-size: 2.5rem;
}
.single-post #inner-comments .media-content h2,
.single-post .blog-post h2{
	font-size: 2rem;
}
.single-post #inner-comments .media-content h3,
.single-post .blog-post h3{
	font-size: 1.75rem;
}
.single-post #inner-comments .media-content h4,
.single-post .blog-post h4{
	font-size: 1.5rem;
}

/*---------------------------------
  cryptogalaxy blog 
---------------------------------*/
span.blog-post_sticky {
    background: #333;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    margin-left: 5px;
}

.page .entry-content blockquote p,
#inner-comments .media-content blockquote p,
.blog-post blockquote p{ 
	margin: 0 16px 16px; 
}

#inner-comments .media-content blockquote p:last-child,
.blog-post blockquote p:last-child{ 
	margin-bottom: 0; 
}

.page .entry-content blockquote,
#inner-comments .media-content blockquote,
.blog-post blockquote {  
	margin: 15px 0 15px 15px;
	border-left: 3px solid #ddd;
} 

.home .gallery-item .item-img,
.blog .gallery-item .item-img { 
    max-width: 100%;
    width: inherit;
} 

.page-links > span.page-number{
	text-decoration: underline;
}

 .page .entry-content table tbody tr td:first-child,
 #inner-comments .media-content table tbody tr td:first-child{
 	font-weight: 700;
 }
 p.no-comments { 
    clear: both;
}
/*---------------------------------
  cryptogalaxy 404
---------------------------------*/
#header-subscribe .bg {
    background-image: url(images/bg-81.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
}
h1.fx-text-hard-shadow.f0f {
    font-size: 250px;
    line-height: 230px;
    font-weight: 500;
}

/*---------------------------------
  cryptogalaxy default
---------------------------------*/
#nav-logo-menu-2 .navbar-brand{
    padding: .7rem 0;
}
#nav-logo-menu-2 li .sub-menu{
    background: #000;
}
#nav-logo-menu-2 li .sub-menu li{
    padding: 0.5rem 1rem;
}
.search-no-results section.not-found{
	text-align:center;
    padding: 50px 0 90px;
}
.search-no-results section.not-found #blog-1col-sidebar-form-2{
	margin: 0 auto;
}
a#cancel-comment-reply-link {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    margin-left: 10px;
}
ul.page-numbers{
	margin: 0;
}
a#cancel-comment-reply-link:hover{
	text-decoration: underline;
}
#blog-breadcrumb.cat2 .bg-wrap {
    background-color: #f4f5f6;
}
#blog-breadcrumb.cat2 .breadcrumb {
    margin: 0;
}
#header-text-6 .bg-wrap {
    background-color: #424375;
}
#header-text-6 .bg {
    background-image: url(images/bg-79.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
}
.page h1.entry-title {
    font-size: 3.5rem;
    font-weight: 300;
}
.page .entry-content h1{
    font-size: 2.5rem; 
    font-weight: 300;
}
.page .entry-content h2{
    font-size: 2rem; 
}
.page .entry-content h3{
    font-size: 1.75rem; 
}
.page .cryptogalaxy-comments > .media{
	padding-top: 0;
	margin-top: 0;
}
.header-2 .social a{
	font-size: 18px;
}
.footer-2 ul.menu{
	padding-left: 0;
    list-style: none;
    margin: 0;
}
.footer-2 ul.menu li{
    padding: 0.5em 0;
}
.footer-2 .textwidget p{
    color: rgba(255,255,255,0.5);
}

/*---------------------------------------------
	# cryptogalaxy demo 1
----------------------------------------------*/
#cryptogalaxy_1 .copyright_area .social_area ul {
    margin: 0;
}
.banner_inner ol.breadcrumb {
    background: transparent;
    margin: 0;
}
.banner_inner ol.breadcrumb > li a:hvoer {
    text-decoration: underline !important;
}
.banner_inner ol.breadcrumb >.active {
    color: #fff;
}
.blog_section3 ul {
    margin: 0;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent {
    margin-right: 10px;
}
.mt0{
	margin-top: 0 !important;
}
.mt-50{
	margin-top: 50px !important;
}
.float-left{
	float: left !important;
}
.float-right{
	float: right !important;
}
.full-w{
	width: 100% !important;
}


#cryptogalaxy_1 .header_default {
    border-bottom: 1px solid #81818170;
}
#cryptogalaxy_1 .header_default .navigation_area {
    padding: 30px 0px;
} 
.services_wrapper ul{
	margin-left: 0;
} 
.team_main_area.sec .team_wrapper{
	height: 230px !important;
}
.company_sup_wrapper ul{
	margin: 0;
}
#cryptogalaxy_1 .wallet_wrapper ul,
.company_history_area ul,
#cryptogalaxy_1 .boxes_area ul,
.payment_bx ul,
.currency_bar ul,
.recent_article_area ul,
.token_detail_area ul,
.token_payment_area ul,
.features_area ul {
    margin: 0;
    list-style: none;
}
.widget_media_gallery figure.gallery-item{ 
    padding: 3px;
}
.widget_media_gallery figure.gallery-item img{
	border-radius: 3px;
	width: 90px;
    height: 86px; 
}
#cryptogalaxy_1 .mainheader{
	min-height: 800px;
}
#cryptogalaxy_1 .currency_bar ul li{
	width: 100%;
}
#cryptogalaxy_1 .company_sup_wrapper { 
    z-index: 999999;
    margin-bottom: inherit;
}
#cryptogalaxy_1 .history_wrapper .company_history_area ul {
    background-position: top 0 center; 
}
#cryptogalaxy_1 .container.wallet{
    width: 1300px;
    max-width: 100%;
}
.team_main_area.sec .team_wrapper{
	padding:0 !important;
}
#cryptogalaxy_1 .site-section-area{
	margin: 0 !important;
}
#cryptogalaxy_1 .company_history_area { 
    padding-bottom: 50px;
    padding-top: 90px;
    background-position: center;
}
#cryptogalaxy_1 .wallet_features_area { 
    padding: 100px 0px 50px;
} 
 #cryptogalaxy_1 .pagination_area .page-numbers li {
    width: inherit;
    padding: 0;
    margin: 0;
    background: transparent !important;
}
.comment-respond ul {
    list-style: none;
}
#cryptogalaxy_1 .cmt_frm_area ul li input[type="email"] {
    background: #1d1d1f;
    padding: 18px 30px;
    border: none;
    width: 100%;
    border-radius: 5px;
}
footer.fwidget .footer_bx1:nth-child(1){
	padding-right: 90px;
} 
#cryptogalaxy_1 footer ul li {
    width: 50%;
    display: inline-block;
    float: left;
} 
.switcher .selected {  
    position: relative;
    z-index: 9999;
    background: rgba(255, 255, 255, .2) !important;
    border: none!important;
    padding: 15px 40px 15px !important;
    border-radius: 30px!important; 
    overflow:hidden;
    background-image: url(images/cryptogalaxy1/arrow-down.png);
} 
.switcher .selected > a:hover,
#cssmenu > .lang_slct > li:hover{
    background: transparent !important;
    color:#fff !important;
} 
.switcher .selected > a{
	color: #fff !important;
	width: inherit !important;
}
.switcher .option > a.nturl{
	padding:3px 5px !important;
}
#cssmenu > .lang_slct{
	position: relative;
    right: 190px;
}
#cssmenu > .lang_slct li{
	position: absolute; 
}

#cryptogalaxy_1 .not-found .error_search {
    background: url(images/cryptogalaxy7/error-bg2.png) left top repeat;
    border-radius: 30px;
    width: 600px;
    display: inline-block;
    height: 60px;
    margin: 30px 0px;
}
#cryptogalaxy_1 .not-found .page-content form{
	max-width: 500px;
    margin: 0 auto;
}
#cryptogalaxy_1 .not-found .page-content form input[type="text"] {
	width: 100%;
    float: left;
    background: #0c0033;
    border: none;
    padding: 23px 40px;
    border-radius: 50px;
}
#cryptogalaxy_1 .not-found .page-content form input[type="submit"] {
    width: 60px;
    height: 60px;
    border: none;
    float: right;
    background: #f8bd31 url(images/cryptogalaxy7/search-icon.png) center center no-repeat;
    border-radius: 50px;
    padding: 0;
    margin-top: -61px;
    text-indent: -9999px;
}