/*
Theme Name: dlaw
Theme URI: 
Author: Mario Valjak @ hdIT
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dlaw
Tags: one-column, wide-blocks, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, template-editing, threaded-comments, translation-ready
*/

/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}

b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

mark {
	background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
	background-position: 0 85%;
	background-repeat: repeat-x;
	background-size: 100% 15%;
}

/* -- Forms -- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: var(--wp--preset--color--neutral);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Blocks
---------------------------------------- */

/* -- Code -- */

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
	color: var(--wp--preset--color--base);
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}

/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {

	/* -- Utility -- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

@media only screen and (max-width: 782px) {

	/* -- Columns -- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

}


  
  /* Navigation Hover */
  .main-nav a {
	  transition: all 0.4s ease-in-out;
	}

	.main-nav a:hover {
		color: var(--wp--preset--color--secondary) !important;
	}


  
	/* Border Delete on Mobile */
   /* @media only screen and (max-width: 782px) {
		.prakticnost {
			border: 0;
		}
	} */


	/* Tim ljudi Hover Underline */
	.people {
		position: relative;
		text-decoration: none;
	}

	.people::after {
		content: '';
		position: absolute;
		width: 100%;
		transform: scaleX(0);
		height: 3px;
		bottom: -5px;
		left: 0;
		background: var(--wp--preset--color--base);
		transform-origin: bottom right;
		transition: transform 0.5s ease-out;
	  }

	.people:hover::after {
		transform: scaleX(1);
		transform-origin: bottom left;
	  }


	  
	  /* Desktop Navigation */

	  @media only screen and (min-width: 782px) {
		.wp-block-navigation__responsive-container {
			bottom: 0;
			display: none;
			left: 75%;
			position: fixed;
			right: 0;
			top: 0;
		}
	}

	@media only screen and (min-width: 782px) {
		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
			padding-top: 100px;
		}
	}



	/* Kontakt crvena točka */

	.kontakt {
		position: relative;
		display: flex;
		align-items: center;
	}

	.kontakt::before {
	content: "";
    width: 7px;
    height: 7px;
    background-color: var(--wp--preset--color--secondary);
    border-radius: 50%;
    margin-right: 8px;
	}



	/* Kontakt paragraf decoration */
	.contact-text a{
		text-decoration: none ;
	}



	/* Tim Slog border Hover */
	.tim-slog-1 {
		transition: all 0.3s ease-in-out;
		border-left: 3px solid #1e1e1e !important;
		border-bottom: 3px solid  #1e1e1e !important;
	}
	
	.tim-slog-1:hover {
		border-left: 3px solid var(--wp--preset--color--secondary) !important; 
		border-bottom: 3px solid var(--wp--preset--color--secondary) !important; 
	}

	.tim-slog-2 {
		transition: all 0.3s ease-in-out;
		border-left: 3px solid #1e1e1e !important;
		border-top: 3px solid  #1e1e1e !important;
	}
	
	.tim-slog-2:hover {
		border-left: 3px solid var(--wp--preset--color--secondary) !important; 
		border-top: 3px solid var(--wp--preset--color--secondary) !important; 
	}

	.tim-slog-3 {
		transition: all 0.3s ease-in-out;
		border-right: 3px solid #1e1e1e !important;
		border-top: 3px solid  #1e1e1e !important;
	}
	
	.tim-slog-3:hover {
		border-right: 3px solid var(--wp--preset--color--secondary) !important; 
		border-top: 3px solid var(--wp--preset--color--secondary) !important; 
	}

	.tim-slog-4 {
		transition: all 0.3s ease-in-out;
		border-bottom: 3px solid #1e1e1e !important;
		border-right: 3px solid  #1e1e1e !important;
	}
	
	.tim-slog-4:hover {
		border-bottom: 3px solid var(--wp--preset--color--secondary) !important; 
		border-right: 3px solid var(--wp--preset--color--secondary) !important; 
	}



	/* Footer Row on Mobile Display Block */
	@media only screen and (max-width: 782px) {
		.footer-row {
			display: flex;
			flex-direction: column-reverse;
		}
	}