/*
Theme Name: Kurv Living
Theme URI: https://kurvliving.com.au
Author: Techinsight
Author URI: https://techinsight.com.au
Description: The Kurv Living Theme developed by Techinsight.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kurv
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, wide-blocks, block-styles, style-variations, accessibility-ready, blog, projects, portfolio.
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
	text-decoration:none!important;
}

a:hover{color:#0C5485!important;}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 0px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
.wp-block-navigation-item__content, .wp-element-button {font-size:12px!important; letter-spacing:2px;text-decoration:none;}
*/

.wp-block-table table td {border:none!important;padding:0px 0px 5px 0px;}

/* Responsive Menu fix for iPhone */
@media only screen and (max-width: 767px) {
  .wp-block-navigation__responsive-container {padding:40px 30px!important;}
  .wp-block-navigation {--navigation-layout-justification-setting:none!important;}
  .wp-block-navigation-item__content {text-align:center;width:100%;}
}

/* hide homepage video border and move video up on desktop */
@media screen and (min-width: 1024px) {
  .wp-block-video {border:1px solid #000!important;/*margin-top:-220px!important;*/}
}

/* fade in images on load */
img {opacity: 0;transition: opacity 1s ease-in;} /* Initial hidden state */
img.fade-in {opacity: 1;} /* When the image is loaded/visible */


/*project joinery, buidimng, architechtire, completed info */
.wp-container-content-5e2576f9, .wp-block-mfb-meta-field-block {padding-top:0px!important; padding-bottom:0px!important;}

/* project + editorial hover effect - image zoom inside clipped container */
.wp-block-post-featured-image {overflow: hidden;}
.wp-block-post-featured-image img {display: block;width: 100%;height: auto;transition: transform 0.5s ease;transform-origin: center center;}
.wp-block-post-featured-image:hover img {transform: scale(1.05);}
