/*
Theme Name: CVIT Child
Theme URI: http://themelooks.us/demo/cvit/wordpress/
Author: themelooks
Description: This is a child theme for cvit WordPress theme
Version: 1.0
Author URI: http://themelooks.com/
Template: cvit
Text Domain: cvit-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

#menu-footer-menu{
	a{
		color: white;	
	}
	
	@media screen and (min-width: 769px) {
		display: flex;
		gap: 50px;
		justify-content: center;
	}

}

.logos-kd{
	img{
		max-width: 90%;
	}

}


.modal-footer.gallery--description{
    padding: 0;
}

.modal-footer.gallery--description p{
   padding: 0 5px;
}

.gallery--description iframe {
    width: 100%;
    height: auto;
}

.team--member-img:before {
	display: none;
}



.vimeo-video-ids {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16:9 */
    height: 0;
    overflow: hidden;
	/*border: 2px solid red;*/
}

.vimeo-video-ids iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 15px;
}





/* Forzamos que el select sea "validable" aunque esté oculto visualmente */
#hire_budget[style*="display: none"],
#hire_category[style*="display: none"] {
    display: block !important;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    opacity: 0;
}



