/*
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.8
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
*/
header.wp-block-template-part {
	z-index: 999;
    width: 100%;
    display: block;
    padding: 20px 0;
	background: rgba(0, 0, 0, .9);
}

.button-custom-animated a:hover {
	background: linear-gradient(180deg, rgb(252, 104, 111) 0%, rgb(255, 147, 76) 100%) !important;
}

.custom-animated-button a:hover {
	   background-color: #93c83e !important;
    color: #000;
}

/* header.wp-block-template-part {
    position: absolute;
    z-index: 999;
    width: 100%;
    display: block;
    padding: 20px 0;
	background: rgba(0, 0, 0, .8);
	top:0 
} */

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

body.category-blog main.wp-block-group > div.wp-block-group {
	display: block !important;
}

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

nav.special-menu {
	border-radius: 5px;
}

@media (min-width: 769px) {
	ul.special-menu {
		padding-top: 40%;
	}	
}

ul.special-menu li a img {
	vertical-align: middle;
    padding-right: 15px;
    height: 15px;
    width: auto !important;
    padding-bottom: 5px;
}

.blue-ribbon {
	position: absolute;
    z-index: 9;
    top: 4%;
    width: 100%;
}

/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(10px);
  }
  60% {
    transform: translateX(-50%) translateY(5px);
  }
}

.arrow-down img {
	transform: translateX(-50%);
  	animation: bounce 1.5s infinite;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
	width: 101% !important;
}

/* MOBILE */
@media (max-width: 768px) {
	.logo-tagline {
		display: none !important;
	}
	
	.custom-grid {
		display: block !important;
	}
	
	.custom-grid > div {
		margin-bottom: 50px !important;
		padding-top: 20px !important;
	}
	
	.custom-animated-button a {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.have-chat {
		background-image: none !important;
	}
	
	header .wp-block-site-title,
	.header-number,
	.header-social {
		display: none !important;
	}
	
	.custom-grid {
    	grid-template-columns: 1fr !important;
  	}
	
	.wp-block-spacer {
		max-height: 50px;
		height: 50px;
	}
	
	.mobile-center {
		text-align: center !important;
	}
	
	.special-menu .wp-block-navigation__responsive-container {
		width: 60%;
		right: 0 !important;
		z-index: 999;
		left: unset;
	}

	/* Optional: center all items on mobile */
	.custom-grid > * {
		justify-self: center;
	}
	
	.wp-block-site-logo img {
		max-width: 75%;
	}
	
	.notch {
		display: none;
	}
	
	.footer-menu {
		display: none !important;
	}
	
	.footer-logo {
		max-width: 65%;
	}
	.blue-ribbon {
		display: none;
	}
}

footer {
	margin-top: 0 !important;
}

.slide-blue-ribbon {
	display: none;
}

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

@media (min-width: 992px) {
	.slide-blue-ribbon {
		display: block !important;
		position: relative;
		z-index: 99;
		bottom: 250px;
		width: 80%;
	}
}

.slide-blue-ribbon img {
	
}

.home-client-img img {
	filter: grayscale(100%);
	transition: filter 0.4s ease;
	width: 80%;
	margin: auto;
	text-align: center;
}

.home-client-img img:hover { 
	filter: grayscale(0%);
}

.home-discover {
	background-position: 100% -12% !important;
}

.notch .wp-block-image {
	
}

.full-width-form,
.full-width-form > form, 
.full-width-form div {
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}


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

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


@media (min-width: 1024px) {
	.notch .wp-block-image {
		position: relative;
		bottom: 117px;
		display: block !important;
		z-index: 999;
	}
}

.special-menu .wp-block-navigation__responsive-container { 
		background-color: #101010b3 !important;
}


@media (min-width: 769px) {
	.special-menu .wp-block-navigation__responsive-container {
		width: 10%;
		right: 0 !important;
		z-index: 999;
		left: unset;
		background-color: #101010b3 !important;
	}
}

/* Target the container holding your items */
.custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem; /* adjust spacing as needed */
}

/* Center the last item if the count is odd */
.custom-grid > *:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
}


.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	width: 35px;
	height: 30px;
}


li.home-h a,
li.about-h a,
li.process-h a,
li.work-h a,
li.ideas-h a,
li.contact-h a {
/* 	padding-left: 45px; */
}

li.about-h a {
	background: transparent url()
}

.footer-menu li img {
	display: none !important;
}

.services-block .wp-block-list li::marker {
	color: #6bbf56;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0 !important;
    outline-style: none !important;
}

h3.comment-reply-title {
	font-family: "Inter", sans-serif !important;
}