/**
Theme Name: Nexxt Level
Template:   twentytwentyfour
Description: Twenty Twenty-Four Child Theme
Author: Nexxt Level
Author URI: https://www.nexxtlevel.pro
Text Domain: nexxtlevel
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.featured-image-block {
    margin-bottom:20px;
}
.featured-image-block,
.featured-image-block figure,
.featured-image-block figure img {
    max-height:500px;
} 
.case-study-results {
    border: 2px solid #3f346f;
}
.wp-block-media-text .has-media-on-the-right > .wp-block-media-text__content {
    padding: 0 8% 0 0;
}
.wp-block-media-text > .wp-block-media-text__content {
    padding: 0 0 0 8%;
}
.archive-title {
    display:none!important;
}
ul h4 {
    font-weight: 700;
}

/* Media Queries */
@media only screen and (max-device-width: 600px) {
    .wp-block-buttons>.wp-block-button.wp-block-button__width-50, 
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	    width: 75%!important;
    }
    .featured-image-block,
    .featured-image-block figure,
    .featured-image-block figure img {
        max-height:200px!important;
    }
    .wp-block-cover img, .wp-block-cover-image img {
        height: 430px!important;
    }
    .wp-block-cover, .wp-block-cover-image {
        max-height: 430px!important;
    }
}
@media only screen and (min-width: 601px) and (max-device-width: 1024px) {
    .featured-image-block,
    .featured-image-block figure,
    .featured-image-block figure img {
        max-height:350px!important;
    } 
}

/* Cookie CSS */
#cookie-law-div {
    z-index: 10000000;
    position: fixed;
    bottom: 3%;
    right: 2%;
    padding: 1em;
    max-width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 15px;
    box-shadow: rgba(23, 43, 99, .4) 0 7px 28px;
}
@media (max-width: 600px) {
    #cookie-law-div {
        border-radius: 0;
        right: 0;
        bottom: 0;
    }
}
#cookie-law-div a {
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}
#cookie-law-div a:hover {
    opacity: .7;
}
#cookie-law-div p {
    margin: 0;
    color: #000;
    padding-right: 50px;
}
#cookie-law-div button {
    position: absolute;
    right: .5em;
    top: 20px;
    align-self: center;
    line-height: 1;
    color: #fff;
    background-color: #000;
    border: none;
    opacity: .60;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50px;
}
#cookie-law-div button:hover {
    opacity: 1;
}