/*
Theme Name: Nixe Child
Theme URI: https://cognito.nl
Description: Nixe Child Theme
Theme Author: Cognito
Author URI: https://cognito.nl
Template: nixe
Version: 1.0.0
Text Domain: nixe
*/

@import url("../nixe/css/style.css");

#footer-links-container a {
    text-decoration: none;
    line-height: 25px;
}

#footer-links-container {
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 5%;
    justify-content: left;

    width: 100%;
}

.footer_widget h2 {
    font-size: 16px !important;
    font-family: 'ITV';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#footer-column-1 .footer_widget>p {
    /* In some cases wpautop() creates incorrect p elements. */
    display: none; 
}

#footer-column-2 .widget {
    /* Old widget causes a force second widget block. */
    border-style: none!important;
}


/* Embedded Youtube videos */ 
.cdm-youtube-video iframe {
    aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

@media (max-width: 400px) {
    #footer-links-container {
        height: auto!important;
    }
}