/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

/* CTA menu */
li.cta a {
	color: #ea6b2d;
	}

/* Bandeau haut de page */
.infinite-page-title-wrap .infinite-page-title-overlay {
	background: none;
	}

/* Ombre sur titre */
.infinite-page-title-wrap.infinite-style-small .infinite-page-title {
	text-shadow: 0px 0px 5px #999;
	}

/* Retour haut de page */
.infinite-footer-back-to-top-button {
	background-color: #dbdbdb;
	}

/* Header article de blog */
.infinite-blog-title-wrap .infinite-blog-title-overlay {
	background: none;
	}

/* Contenu légal sous formulaire de contact */
p#rgpd {
	font-size: smaller;
	font-style: italic;
	margin-top: -40px;
	}

/* 404 */
.infinite-not-found-wrap {
	background-color: #ea6b2d;
	}

.infinite-not-found-wrap .infinite-not-found-caption {
	color: #fff;
	margin-bottom: 30px;
	}