/*
Theme Name:     Fadima Fiévée
Theme URI:      https://fadimafievee.com/
Template:       neve
Author:         Netdevops
Author URI:     https://www.netdevops.com/
Version:        2.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/


/* -------------------------------------------------------------------------- */
/*	1. Element Base
/* -------------------------------------------------------------------------- */

p{
  margin-bottom: 20px !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .8rem !important;
}

.alignfull {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.alignwide {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* -------------------------------------------------------------------------- */
/*	2. Sections
/* -------------------------------------------------------------------------- */
.diagonal-section{
	position: relative;
  clip-path: polygon(
    0 0, 100% 10%, 100% 100%, 0 90%);
}
.diagonal-section-btn{
	clip-path: polygon(
		0 0, 100% 20%, 100% 100%, 0 80%);
}

.section-h1 .wp-block-cover__inner-container, .diagonal-section .wp-block-cover__inner-container{
	max-width: 1170px;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
	padding: 8%;
}

.ff-group{
	padding: 0 8%;
}


/* -------------------------------------------------------------------------- */
/*	3. Block Images
/* -------------------------------------------------------------------------- */
.wp-block-image figcaption {
  margin-top: 0;
}
.wp-block-image figcaption a {
	color: #123d6a;
}
.wp-block-image figcaption a:hover {
	color: #ab3b61;
}
.nv-content-wrap a:not(.button) {
  text-decoration: none;
}


/* -------------------------------------------------------------------------- */
/*	4. Buttons
/* -------------------------------------------------------------------------- */
.ff-button.wp-block-button a{
	font-size: 20px;
  font-weight: 500;
	padding: 12px 18px;
	text-transform: inherit;
}

.event-button a{
	border: 2px solid #123d6a;
}
.event-button a:hover{
	background-color: #123d6a !important;
	color: #fff !important;
}

.contactme-button a{
	background-color: transparent;
	border: 2px solid #404248;
	color: #404248 !important;
}
.contactme-button a:hover{
	background-color: #404248;
	color: #fff !important;
}

.bookacall-button a{
	background-color: transparent;
	border: 2px solid #fff;
}
.bookacall-button a:hover{
	background-color: #fff;
	color: #ab3b61;
}


/* -------------------------------------------------------------------------- */
/*	5. Contact Form
/* -------------------------------------------------------------------------- */
form p{
	margin-bottom: 0px;
}

label{
	margin-bottom: 30px;
	width: 100%;
}

input[type="email"],
input[type="text"],
textarea {
	background-color: #ede2dc;
	border: none;
	border-radius: 0;
	color: #123d6a;
	font-family: "Open Sans";
	padding: 16px;
  width: 100%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus{
  border: 1px solid 
  #123d6a;
}

input[type="submit"]:not(.search-submit){
	background-color: #fff;
	border: 2px solid #123d6a;
	color: #123d6a;
	width: 100%;
}
input[type="submit"]:not(.search-submit):hover{
	background-color: #123d6a;
	color: #fff;
}


/* -------------------------------------------------------------------------- */
/*	6. Site Footer
/* -------------------------------------------------------------------------- */
.footer--row-inner.footer-top-inner.light-mode.footer-content-wrap,
.footer--row-inner.footer-bottom-inner.light-mode.footer-content-wrap {
  background-color: rgba(237,226,220,0.37);
}

#menu-footer-menu {
  margin-top: 50px;
  text-align: center;
}
#menu-footer-menu li{
  padding-bottom: .8em;
}
#menu-footer-menu li a{
  color: #003366;
  letter-spacing: 1px;
}

/* Hide the floating advertisement from Google reCAPTCHA V3 */
.grecaptcha-badge {
  display: none !important;
}

/* Fixes */
span.wpcf7-list-item {
  margin: 0;
}

.fadima-gdpr a,
.fadima-data-protection a{
	color:#123d6a;
}
.fadima-gdpr a:hover,
.fadima-data-protection a:hover{
	color:#ab3b61;
}
.fadima-data-protection{
	font-size:14px;
}