/*
Theme Name: Alliance Experts
Author: BusyBees Marketing
Author URI: https://busybeesmarketing.nl/
Template: hello-elementor
Version: 1.0.15
*/

/* General styling */

/* Text selection color */
::selection {
    background: #C8D100; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #C8D100; /* Gecko Browsers */
  }

/* Text margin */
p:last-child, p:last-child { margin-bottom:0px;};

/* Overflow settings */
html, body {
  width:100%;
  overflow-x:hidden!important;
}

/* Font styling */
h1,h2,h3,h4 {
  margin-bottom: 0px;
}

h2 {
  color:#0a71b5;
  margin-bottom: 5px;
}

h2 {
  margin-top: 20px;
}

h3 {
  line-height: 1.4em !important;}

/* Listing styling */
ul,ol {
  margin-bottom: 10px;
  padding-left: 15px;
}

/* Img styling */
img.spread {
  margin-bottom: 20px;
}



/* Table styling */
table tbody > tr:nth-child(odd) > td {
  background-color: #0a71b500;
}

th {
  background-color: #0a71b5!important;
  color: #fff;
  text-align: start;
}

/* CF7 Styling */

  /* Notifications */
  div.wpcf7-response-output {
    margin-left: 0px!important;
  }

  .wpcf7-response-output {
	clear: both;
    border-radius: 25px;
    border: solid 1px #0a71b5 !important;
	color: #0a71b5 !important;
  }

  form.invalid .wpcf7-response-output {
    background: #dc3232;
  }

.fieldset-cf7mls {
  padding: 0px !important;
	white-space: pre-line;
}
	

.greyblock {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.button label {
  font-size: 0.8em;
  color: #444444 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  padding: 15px 25px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #C8D100;
  border: none;
}

.button label:hover {
  background-color: #0a71b5;
	color: #ffffff !important;
}

.button label input[type="radio"] {
  display: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  border: none;
}

.firsthalffield {
  clear: both;
  width: 49% !important;
  float: left;
  margin-right: 2%;
  font-size: 16px;
}

.lasthalffield {
  width: 49% !important;
  float: left;
	 font-size: 16px;
}

.firstthirdfield {
  clear: both;
  width: 68% !important;
  float: left;
  margin-right: 2%;
}

.lastthirdfield {
  width: 30% !important;
  float: left;
	 font-size: 16px;
}


@media (max-width: 767px) {
	.firsthalffield, .lasthalffield {
		width: 100% !important;
	}
}


.fullfield {
  clear: both;
  width: 100% !important;
  font-size: 16px;
  margin-bottom: 5px;
}


textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}

select.wpcf7-form-control.wpcf7-select {
  padding-top: 10px;
  padding-bottom: 9px;
}

    span.wpcf7-list-item { 
      display: block; 
      width: auto;
      margin: 0;
    }

    span.wpcf7-list-item-label {
      margin-left: 5px;
  }

.wpcf7-form br+br, wpcf7-form p>br:first-child, wpcf7-form p>br:last-child {
	display: inline !important;
}




/* Hide content old website */
.text-popup, .stick, img.blog {
  display: none;
}

/* Recaptcha note */
.captcha {
  clear: both;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
} 

.grecaptcha-badge { 
  visibility: hidden; 
}

/* Automatic translation note */
.trans {
  display: none;
}

div.post-tags, tag-links {
	display:none !important;
}