/*
Theme Name:   Movedo Child
Theme URI:    http://themeforest.net/user/greatives
Description:  Movedo Child Theme
Version:      3.3.2
Author:       Greatives Team
Author URI:   http://greatives.eu
Template:     movedo
*/

/* DEV2:210224 - Cookie Bar */
.cookie-notice-container #cn-notice-text {
	font-size: 14px;
}
.cookie-notice-container a {
	text-decoration: underline;
}
.cookie-notice-container #cn-accept-cookie {
    background: #a03392;
    border-radius: 0;	
	font-size: 14px;
}
.cookie-notice-container #cn-close-notice:before,
.cookie-notice-container #cn-close-notice:after {
	background-color: #9c298c;
}
/* DEV2:221019 - Contact page*/
.wpcf7 .data-wording {
    background: #eaeaea;
    text-align: left;
    padding: 10px !important;
    margin: -10px 10px 10px 10px;
    display: block;
	font-size: 15px;
}
@media only screen and (max-width: 768px) {
	.contact-button span {
		font-size:14px !important;
	}
}
/* DEV2:210519 - Terra Firma CS*/
.cs-terra-firma {
	width:90%;
}

/* DEV2:220725 - Careers Page CS*/
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    display: none;
}
.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: none;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
	border-radius:0;
	background-color:#91be4a;
}

/* DEV2:230804 - Footer CS*/
.footer-social-block {
    border-bottom: 1px solid #e2e2e2;
}
.footer-socials li {
    margin: 10px 5px 0px 5px !important;
}
.footer-socials a.grve-medium.grve-no-shape {
    font-size: 25px !important;
}


/* DEV2:240618 - Cloudflare styles*/
.grve-form .cf7-cf-turnstile {
    margin: -13px -9px !important;
}
.cf7-cf-turnstile iframe{
    width:100% !important !important;
}

/* DEV2:240618 - Google Font but saved locally to avoid call to google servers 
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../movedo-child/fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../movedo-child/fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../movedo-child/fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../movedo-child/fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../movedo-child/fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../movedo-child/fonts/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

