/*
 Theme Name:   Pointu Child
 Description:  Custom theme Le Pointu
 Author:       Hello Mathilde - Mathilde Grandi
 Template:     generatepress
 Version:      0.1
*/

/* DK Lemon Yellow Sun */
@font-face {
  font-family: 'DK Lemon';
  font-style: normal;
  font-weight: 400;
  src: url('../wp-content/themes/generatepress_child/fonts/DKLemonYellowSun.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.le-pointu.ch/wp-content/themes/generatepress_child/fonts/DKLemonYellowSun.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.le-pointu.ch/wp-content/themes/generatepress_child/fonts/DKLemonYellowSun.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.le-pointu.ch/wp-content/themes/generatepress_child/fonts/DKLemonYellowSun.woff') format('woff'), /* Modern Browsers */
       url('https://www.le-pointu.ch/wp-content/themes/generatepress_child/fonts/DKLemonYellowSun.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.le-pointu.ch/wp-content/themes/generatepress_child/fonts/DKLemonYellowSun.svg') format('svg'); /* Legacy iOS */
}

/* Basics */

h1, h2, h3, h4{
	font-family: 'Dk Lemon';
}

.inside-header a{
	font-family: 'Dk Lemon';
	font-size: 25px !important; 
}

/* NAV */

/* Desktop */
.main-navigation .main-nav ul li a{
	font-weight: bold !important;}

/* Mobile */
nav#generate-slideout-menu {
    background-color: #607360 !important;
}

.slideout-navigation.main-navigation .main-nav ul li a{
	font-family: 'Dk Lemon';
	font-size: 22px;
}



/* BUTTONS */


.gb-button{
	border-radius: 5px; 
	padding: 10px 30px !important;
	text-transform: uppercase !important;
	font-size: 14px;
	font-weight: bold !important;
}

.gb-button a {
	text-transform: uppercase !important;
}

.social-buttons .gb-button {
	padding: 8px !important;
}

/* BOUTON RESA FIXED */

.fixed-resa{
	position:fixed !important;
	right:10px;
	bottom:10px;	
	z-index: 100;
}

.fixed-resa .gb-button{
	box-shadow: 0px 4px 30px 0px #00000033;
	padding: 15px 35px !important;
}

/* 404 */

.error404 {
    background-color: #607360 !important;
}

.error404 .site-content {
    padding-top: 90px !important;
}

.error404 .entry-content{
	display: none !important;
}