/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Custom child theme
 Author:       Hello Mathilde
 Author URI:   https://hello-mathilde.fr/
 Template:     generatepress
 Version:      0.1
*/


/* red-hat-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  src: url('https://wikigiga.net/wp-content/themes/generatepress_child/fonts/red-hat-display-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  src: url('https://wikigiga.net/wp-content/themes/generatepress_child/fonts/red-hat-display-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  src: url('https://wikigiga.net/wp-content/themes/generatepress_child/fonts/red-hat-display-v19-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


h1, h2, h3, h4, h5{
	font-family: "Red Hat Display";
	font-weight: 800;
}

p{
	font-family: "Red Hat Display";
}


body{
	background-color: #eef4ff!important;
}


.hm .gb-icon svg{
	height: 30px !important;
	width: 30px !important;
	/*margin-right: 15px !important;*/
}

.hs{
	font-size: 16px !important;
	text-transform: uppercase; 
}



@media (max-width: 768px){
	.hl{
		font-size: 24px;
	}
	.hm{
		font-size: 22px;
	}
	
	.hm {
		align-items: flex-start !important;
	}
}

/* Layouts */


.framed {
    background: white !important;
    padding: 15px;
    border-radius: 2rem;
    border: 1px solid rgba(0,0,0,.125);
}


.generate-columns-container:not(.masonry-container){
	width: 100% !important;
}

.single .container.grid-container{
	padding: 0px 4%;
	max-width: 100% !important;
}

.archive .container.grid-container, .search .container.grid-container {
    max-width: none !important;
    padding: 0px 6%;
}

.archive .inside-article, .search .inside-article{
	border-radius: .3rem;
	padding: 20px !important;
	height: 100%;
}

.archive .post-image, .search .post-image {
    margin-bottom: 10px !important;
    border-bottom: 1px solid;
}

.archive .entry-summary p, .search .entry-summary p {
	display: none;
}


.archive h2.entry-title , .search h2.entry-title{
    font-size: 16px;
    text-transform: uppercase;
}

@media (min-width: 1000px){
	.archive .site-main article {
		width: 25%;
		padding-left: 20px;
	}
	.archive .site-main{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		/*margin-left: -20px;*/
	}

	.archive header.page-header {
		width: 100%;
		margin-left: 20px;
	}
	
}

.tags{
    flex-wrap: wrap !important;
}

.tag {
    font-size: 12px;
    background: var(--base);
    border-radius: 100px;
    display: inline-flex;
    padding: 2px 7px;
}

.btn-simple a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    color: var(--contrast);
    font-weight: 600;
}

.btn-simple .gb-icon svg{
	height: 10px !important;
	width: 10px !important;
}

/* Load More*/

.masonry-load-more.load-more.has-svg-icon {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

/* Filtres */

.widget-area .widget {
    padding: 20px;
}

.widget.widget_wpc_filters_widget {
    border-radius: 10px;
}


.wpc-custom-selected-terms {
    margin-left: 20px;
    margin-top: 30px;
}

article{
	position: relative;
}

article .link a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.link{
	padding-bottom: 0px !important;
	margin: 0px !important;
}

article .link a{
	color: white;
	font-size: 1px;
}

.page-id-2 #acf-form-data h2{
	color: white !important;
}

.page-id-899 .wpc-custom-selected-terms {
    display: none;
}


.comments-area {
    display: none;
}

a.wpuf-posts-options.wpuf-posts-edit:after {
    content: " Edit page";
}


.gb-grid-wrapper.gb-grid-wrapper-f6dcb256 > div {
    border: 1px solid black;
	min-height: 70px;
	padding: 20px;
}


/* BLOG */

.category .sidebar {
    display: none;
}

.category .site-content .content-area {
    width: 100%;
}

div#wpuf-login-form a {
    display: none;
}

.inside-article {
    padding: 50px !important;
}


/* Messages */

.post-type-archive-message .wpc-custom-selected-terms {
    display: none;
}

.post-type-archive-message h1{
	font-size: 20px;
}

.post-type-archive-message .entry-content{
	margin-top: 5px;
}

@media (min-width: 1000px) {
    .post-type-archive-message .site-main article {
        width: 50%;
        padding-left: 20px;
    }
}

.me-list h3 a {
    font-size: 18px;
    text-decoration: none;
    color: var(--contrast) !important;
}

.me-list p{
	margin-bottom: 4px !important;
}

@media (max-width: 768px) {
    /* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
    .is-left-sidebar {
    	width: 100%;
		order: -1;
	}
	.site-content .content-area {
    	width: 100%;
	}
	
	.archive .site-content {
    	display: inline-grid;
	}
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

@media (min-width: 1025px) {
	.wpc-custom-selected-terms {
		margin-left: 0px;
		margin-top: 0px;
		height: 0px;
}
	
	
.search .entry-content:not(:first-child), .search .entry-summary:not(:first-child), .archive .entry-content:not(:first-child), .archive .entry-summary:not(:first-child) {
    margin-top: 0em !important;
}