/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
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
*/

main.wp-block-group > div.wp-block-group {
	display: none !important;
}

main.wp-block-group .entry-content,
main.wp-block-group {
	margin-top: 0 !important;
}

.hide-element {
    visibility: hidden;
}

.remove-element {
    display: none !important;
}

.map-column-block iframe {
	border: 0;
    width: 100%;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.contact-form {
	background: #FFF;
    padding: 50px;
}

.contact-form p,
.contact-form p label {
	display: block;
	width: 100%;
}

.contact-form p label input,
.contact-form p label text,
.contact-form p label textarea {
	width: 90%;
}

.contact-form p label input {
 	height: 30px;
    border: 1px solid #AAA;
    border-radius: 10px;
}


.contact-form p label textarea {
	border: 1px solid #AAA;
    border-radius: 10px;
}


.testimonies-thumbs li {
    background: #f9f9f9;
    padding: 15px 15px;
    margin: auto !important;
}

.testimonies-thumbs li a {
    font-weight: bold;
    text-decoration: none;
    font-size: larger;
}

.testimonies-thumbs li blockquote {
    font-size: 10pt;
    margin-left: 0;
    font-style: italic;
    margin-bottom: 0 !important;
    margin: 0 !important;
}

.slide-show .caption-wrap {
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
}

.slide-show .caption-wrap .caption {
    top: 10%;
    width: 80%;
    margin: auto;
    display: block;
    text-align: left !important;
}

.slide-show .caption-wrap .caption h1 {
    color: #FF9800;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 50pt;
}

.clients-thumbs li {
    background: #FFF;
    padding: 10px 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.clients-thumbs li {
    class-name: 'hvr-grow';
}

footer {
	margin-top: 0 !important;
}

.our-work-block .wp-block-cover:hover > div.wp-block-cover__inner-container {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    background: #0e3d4da3;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.our-work-block .wp-block-cover > div.wp-block-cover__inner-container p {
    display: none;
}

.our-work-block .wp-block-cover:hover > div.wp-block-cover__inner-container p {
/*    display: block;   */
    color: #ffffff;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-us-form input[type="text"], 
.contact-us-form input[type="email"], 
.contact-us-form textarea {
    border: 3px solid #186aac;
    border-radius: 5px;
    width: 85%;
}

.contact-us-form input[type="text"], 
.contact-us-form input[type="email"] {
    height: 25px;
}

.contact-us-form input[type="submit"]{
    color: #FFF;
    font-size: 15pt;
    background: #0e4b82;
    padding: 10px 20px;
    border: 0;
}

.our-team-block .wp-block-cover:hover > div.wp-block-cover__inner-container {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    background: #0e3d4da3;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

header.wp-block-template-part {
	position: absolute;
    z-index: 999;
    width: 100%;
    display: block;
    padding: 20px 0;
}

.wp-block-navigation-item span {
	padding: 10px 15px;
}

.current-menu-item span {
	color: #00498b !important;
    background: #FFF;
    border-radius: 5px;
}

.is-menu-open .wp-block-navigation-link a {
	color: #000 !important; 
}