/*
Theme Name:     Blocksy Child Ether
Template:       blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Requires at least: 5.2
Requires PHP: 7.0
Tested up to: 5.5
Text Domain: blocksy
Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, buddypress, rtl-language-support, news
*/

body.home h1.page-title{
	/* display:none; */
}
body.home .ct-container{
	padding-top: 0px;
}
body.home .text-accroche{
	font-size:0.8em;
}
.ct-footer .logo{
    width: 200px;
    float: left;
}
#main .ct-sidebar .ct-widget.widget_text:first-child{
	margin-bottom:0;
}
#main form input[type='text'],
#main form input[type='email'],
#main form textarea{
	background: #eee;
}
.btn-cta{
	display: inline-block;
	padding: 5px 10px;
	margin:0 0 5px 5px;
	color: #fff;
	background-color: #464D56;
	border-radius: 4px;
	text-decoration: none;
    text-align: center;
	
	box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 20%);
}
.btn-cta:hover, .btn-cta:active{
	color: #eee;
}
.btn-cta.blue{
	color: #fff;
	background-color: #2872fa;
}
.btn-cta.blue:hover, .btn-cta.blue:active{
	color: #ddd;
}

.btn-plateform{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 6px;
	text-transform: uppercase;
	text-decoration: none;
    text-align: center;
	box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 20%);
}
.btn-plateform.large{
	padding: 10px 20px;
	font-size: 1.2em;
}
.btn-plateform.small{
	padding: 5px 10px;
	font-size: 1em;
	font-weight: 400;
}

/* Post Gaming **/

article.gaming h1{
	font-size:3em;
}
article.gaming .hero-section{
	text-align: center;
}

article.gaming .tag{
	display: inline-block;
	padding: 8px 12px;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 20px;
	background-color: #97ff90;
	color: #3A4F66;
}

article.gaming .tag:hover{
	color: #344455;
	text-decoration: underline;
}

.gaming-tags ul{
	margin: 0;
	padding: 0;
}
.gaming-tags ul li{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding:8px 15px;
	border-radius: 4px;
	background-color: #aaa;
	color:#fff;
	margin-right: 15px;
}

/* Detail Crypto **/
.crypto-info .table{
	width:100%;
	border: 2px solid rgb(58, 79, 102);
}
.crypto-info .table .row{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	border-bottom: 1px solid rgb(58, 79, 102);
  	transition: 0.5s;
}
.crypto-info .table .row:last-child{
	border-bottom: 0;
}
.crypto-info .table .row .cell{
	flex:0;
	flex-basis: 50%;
	padding:10px;
	border-left: 1px solid rgb(58, 79, 102);
}
.crypto-info .table .row .cell:first-child,
.crypto-info .table .row .cell:nth-child(3){
	border-left:0;
}
.crypto-info .table .row .cell-label{
	font-weight: 600;;
}
@media screen and ( min-width: 768px ) {
	.crypto-info .table .row .cell{
		flex-basis: 25%;
	}
	.crypto-info .table .row .cell:nth-child(3){
		border-left: 1px solid rgb(58, 79, 102);
	}
}
.crypto-info .box{
	display: inline-block;
	padding: 4px 6px;
	margin-right: 2px;
	margin-bottom: 4px;
	border-radius: 4px;
	background-color: #ccc;
}
.crypto-info .box.status{
	background-color: #467EF7;
	color:#fff;
}
.crypto-info .box.social-network{
	background-color: #F7D746;
}
.crypto-info .box.category-game{
	background-color: #59D781;
}
.crypto-info .box.blockchain{
	background-color: #9972E0;
	color:#fff;
}

/** Shorcode Home List Crypto **/

#home-cryptos h3{
	font-size:1.4em;
}
#home-cryptos hr{
	color:#fff;
	margin:15px;
}
#home-cryptos .crypto{
	border-radius:8px;
	background-color:rgb(242, 236, 225);
	padding:30px;
	margin-bottom:15px;
}
#home-cryptos .categories ul{
	display:inline-block;
	margin:0;
	padding:0;
}
#home-cryptos .categories ul li{
	list-style:none;
	display:inline;
	border:1px solid #999;
	border-radius:4px;
	padding:2px 5px;
	margin-right:3px;
}
#home-cryptos .header{
	display:inline-block;
	width:100%;
}
#home-cryptos .header .col{
	display:inline-block;
	float:left;
}
#home-cryptos .header .col:first-child{
	width: 180px;
}
#home-cryptos .header .col:last-child{
	width: calc(100% - 180px);
}
#home-cryptos .header .image-above{
	display:inline-block;
	width: 150px;
	height: 150px;
	border-radius:75px;
	overflow:hidden;
}
#home-cryptos .header .image-above a{

	display: block;
	width: 100%;
	height: auto;
	border-radius:75px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 0px 0px 10px;
	background-position: center center;
}

/** Shorcode List Crypto **/
.crypto-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}
.crypto-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 24px 16px;
    width: calc(25% - 18px);
    min-height: 340px;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .crypto-card {
        width: calc(50% - 18px);
    }
}
@media (max-width: 480px) {
    .crypto-card {
        width: 100%;
    }
}
.crypto-card .crypto-img {
    margin-bottom: 12px;
}
.crypto-card .crypto-img img {
    width: 100px;
    height: 100px;
}
.crypto-card .crypto-title-token {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
    text-align: center;
}
.crypto-card .crypto-token {
    color: #666;
    font-size: 0.95em;
    font-weight: 500;
    margin-left: 0;
}
.crypto-card .crypto-rank {
    color: #0073aa;
    font-size: 0.95em;
    margin-bottom: 8px;
}
.crypto-card .crypto-price {
    font-size: 1.1em;
    margin-bottom: 8px;
}
.crypto-card .crypto-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    margin-top: 4px;
    justify-content: center;
}
.crypto-card .crypto-category-badge {
    background: #f3f3f3;
    color: #555;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 0.7em;
    font-weight: 500;
    border: 1px solid #e0e0e0;
}
.crypto-card .crypto-readmore {
    margin-top: auto;
    padding: 8px 18px;
    background: #0073aa;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}
.crypto-card .crypto-readmore:hover {
    background: #005177;
}
  
  
  
  
  
  
  
  
  
  

