/*
Theme Name: Viridian HR - Zephyr Child
Description: Child theme for Viridian HR. Theme uses Zephyr as the parent theme.
Author: Port 80 Services
Author URI: https://port80.services/
Template: Zephyr
Version: 1.0.0
Text Domain: us
*/

/* menu icon */
nav ul li.fr-flag a span.w-nav-title:before {
background: url('/wp-content/uploads/2021/10/Flag-of-France-256-1-24x24.png');
background-size: cover;
content: '';
height: 20px;
width: 20px;
display: inline-block;	
position: relative;
top: 4px;
right: 5px }

/* home banner */

#home-banner .vc_col-sm-4 .vc_column-inner {
justify-content: start;
padding-top: 15px }

#home-banner .g-cols.via_flex.type_default {
margin: 0 }

#home-banner > .l-section-img {
opacity: 0.7 }

@media (min-width: 1025px) {
	#home-banner {
	padding: 0 }

	#home-banner > .l-section-img {
	background-position: center left }

	#home-banner .l-section-h.i-cf {
	padding-top: 20px }
}

@media (max-width: 1024px) {
	#home-banner {
	margin-top: 0 !important }
}
@media (max-width: 767px) {
	#home-banner .vc_col-sm-4 .vc_column-inner .w-text {
	text-align: center !important }
}

/* testimonials - home and services */
.us_testimonial .post_content p, body.page-id-36 .w-actionbox blockquote h6 {
font-size: 14px;
line-height: 24px }

/* services testimonials */
body.page-id-36 .w-actionbox-description blockquote + p {
line-height: 5px }

/* about us EN & FR */
body.page-id-25356 .l-main .w-image, body.page-id-25356 .w-vwrapper, body.page-id-25142 .l-main .w-image, body.page-id-25142 .w-vwrapper {
width: 100% !important}

body.page-id-25356 .w-hwrapper, body.page-id-25142 .w-hwrapper {
flex-wrap: wrap }

@media (min-width: 600px) {
body.page-id-25356 .l-main .w-image, body.page-id-25142 .l-main .w-image {
width: 35% !important}

body.page-id-25356 .w-vwrapper, body.page-id-25142 .w-vwrapper {
width: 65%}
	
body.page-id-25356 .w-hwrapper, body.page-id-25142 .w-hwrapper {
flex-wrap: nowrap }
}