/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
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
*/

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

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	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
*/
/* EMRE */


h2 {
	font-family: "Cormorant";
    font-style: italic;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 114%;
	font-stretch: expanded;
    transform: scaleY(1.1);
}
.wp-block-post-title {
    text-align: center;
    font-family: "Cormorant";
    font-size: 36px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-video-featured .posted-by {
	font-family: "Cormorant";
    font-style: italic;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 114%;
    font-stretch: expanded;
    transform: scaleY(1.1);
}

.more-link {
	display: block;
}
.home .wp-block-post-title { display: none !important;}

/* HOME FEATURED */
.home-video-featured {
    position: relative;
}

.home-video-featured .entry-content-wrap {
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 30px 25px !important;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.home-video-featured * {
    color: #fff !important;
}

.home-video-featured .post-thumbnail {
	margin: 0 !important;
}

.home-video-featured .entry-title a {
	text-decoration: none;
}
/* Hide the original SVG icon inside the link */
.home-video-featured .post-more-link .kadence-svg-iconset.svg-baseline {
  display: none !important;
}

/* Add the white circle with a triangle inside as a pseudo-element */
.home-video-featured .post-more-link::after {
    content: "";
    display: block;
    left: 24px;
    vertical-align: middle;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    position: absolute;
}

.home-video-featured .post-more-link::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #0000007d;
    border-radius: 1px;
    z-index: 9;
    transform: translate(50%, -50%);
}
.home-video-featured .post-more-link {
    font-weight: normal !important;
    padding: 15px 17px 15px 50px;
    position: relative;
    border-radius: 7px;
    background-color: #ffffff40;
    font-size: 12px !important;
}
.home-video-featured .post-more-link:hover {
    background: #000 !important;
}
.home-video-featured .post-more-link:hover::before {
    border-left-color: #000 !important;
}
.home-video-featured .entry-meta.entry-meta-divider-dot {
	margin: 0 !important;
}

.home-video-featured .featured-video-label {
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.7;
}
.home .page-content-custom {
	margin-top: 0px !important;
}
a.wp-block-navigation-item__content {
    text-decoration: none;
    color: #828282;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    opacity: 0.6;
}
/* SEARCH */
@media (min-width: 767px) {

nav.wp-block-navigation .wp-block-search button {
    background: transparent;
    color: #575757;
    padding: 0;
	margin: 0;
}
nav.wp-block-navigation .wp-block-search__inside-wrapper {
    border-color: transparent;
    border-radius: 5px;
}
nav.wp-block-navigation .wp-block-search__inside-wrapper input {
    visibility: hidden;
    width: 0px;
    min-width: 0px !important;
    padding: 0 !important;
}
nav.wp-block-navigation .wp-block-search:hover .wp-block-search__inside-wrapper {
	border-color: #dadada;
	position: absolute;
    z-index: 9;
    top: 1px;
    background: #fff;
    padding: 6px;
    right: 0;
    min-width: 100%;
}
nav.wp-block-navigation .wp-block-search:hover input {
	visibility: visible;
	width: 100px;
}
nav.wp-block-navigation ul.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
    gap: 20px;
}
nav.wp-block-navigation .wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom;
    transform: scale(1.3);
    opacity: 0.7;
}
}


@media (max-width: 767px) {

  /* Search button style */
  nav.wp-block-navigation .wp-block-search button {
      background: transparent;
      color: #575757;
      padding: 0;
      margin: 0;
  }

  /* Border & wrapper style */
  nav.wp-block-navigation .wp-block-search__inside-wrapper {
      border-color: #dadada;
      border-radius: 5px;
  }

  /* Make input always visible on mobile */
  nav.wp-block-navigation .wp-block-search__inside-wrapper input {
      visibility: visible;
      width: 100%;
      min-width: auto;
      padding: 6px;
  }

  /* Icon style (same as desktop) */
  nav.wp-block-navigation .wp-block-search__button svg {
      height: 1.25em;
      min-height: 24px;
      min-width: 24px;
      width: 1.25em;
      fill: currentColor;
      vertical-align: text-bottom;
      transform: scale(1.3);
      opacity: 0.7;
  }

  /* Disable hover behavior on mobile */
  nav.wp-block-navigation .wp-block-search:hover .wp-block-search__inside-wrapper {
      border-color: #dadada;
      position: static;
      background: transparent;
      padding: 0;
      min-width: auto;
  }
}


/* Alt Postlar */
a.post-thumbnail.kadence-thumbnail-ratio-1-2 {
    margin-bottom: 0 !important;
}

.home-videos-top h2.entry-title a {
    font-size: 1.25rem;
    text-decoration: none;
    color: #474747;
	display: block;
    margin: 10px 0;
    padding: 0;
    line-height: 1.2;
}
.page-videos-top h2.entry-title a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #474747;
	display: block;
    margin: 10px 0 5px 0;
    padding: 0;
    line-height: 1;
}
.post-videos-latest h2.entry-title a {
    font-size: 1.25rem;
    text-decoration: none;
    color: #474747;
	display: block;
    margin: 10px 0 5px 0;
    padding: 0;
    line-height: 1;
}
.page-videos-top {
    column-gap: 2rem !important;
}
.page-videos-top time.entry-date.published, .post-videos-latest time.entry-date.published {
    opacity: 0.7;
    font-size: 1rem;
}
.page-videos-top .entry-meta.entry-meta-divider-dot, .post-videos-latest .entry-meta.entry-meta-divider-dot {
    margin-top: 5px !important;
}
.wp-block-kadence-posts.grid-cols {
    column-gap: 1rem;
}
.wp-block-button.vimeo-button a {
    padding: 12px 18px 12px 40px;
    font-weight: 400;
}
.vimeo-button {
	position: relative;
}
.vimeo-button::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231ab7ea"><path d="M23.977 6.416c-.105 2.338-1.739 5.543-4.894 9.609-3.268 4.247-6.026 6.37-8.29 6.37-1.409 0-2.578-1.294-3.553-3.881L5.322 11.4C4.603 8.816 3.834 7.522 3.01 7.522c-.179 0-.806.378-1.881 1.132L0 7.197c1.185-1.044 2.351-2.084 3.501-3.128C5.08 2.701 6.266 1.984 7.055 1.91c1.867-.18 3.016 1.1 3.447 3.838.465 2.953.789 4.789.971 5.507.539 2.45 1.131 3.674 1.776 3.674.502 0 1.256-.796 2.265-2.385 1.004-1.589 1.54-2.797 1.612-3.628.144-1.371-.395-2.061-1.614-2.061-.574 0-1.167.121-1.777.391 1.186-3.868 3.434-5.757 6.762-5.637 2.473.06 3.628 1.664 3.493 4.797l-.013.01z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
}
/* Video Embed */
.video-embed-box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 100%;
}
.partner-icon {
	background: #ececec;
    border-radius: 10px;
    padding: 5px 10px;
    filter: grayscale(1);
}

/* Contact Form */
.contact-form span, .contact-form span input, .contact-form span textarea {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px;
}
.contact-form br {
    display: none;
}
.contact-form span input, .contact-form span textarea {
    padding: 10px;
    border: solid 1px #e5e5e5 !important;
    box-shadow: none !important;
	box-sizing: border-box;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 15px;
    border: none;
    background: #f2f2f2;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 5px;
}
/* Contact Form Compact*/
.contact-form-conpact span, .contact-form-compact span input, .contact-form-compact span textarea {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px;
}
.contact-form-compact input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 10px;
    border: none;
    background: #fff;
    width: 100px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 5px;
}

.contact-form-compact span.wpcf7-spinner {
    position: absolute;
}

.contact-form-compact span input, .contact-form-compact span textarea {
    padding: 10px;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0;
}

.contact-form-email-submit p {
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.contact-form-email-submit {
    background: #f2f2f2;
}

.bottom-menu li a {
    color: #000000 !important;
    opacity: 1;
}
.bottom-menu p {
    margin-bottom: 40px !important;
}
span.wpcf7-not-valid-tip {
    font-size: 0.6em;
    color: #E91E63;
	opacity: 0.7 !important;
	margin-left: 10px;
}
.wpcf7-response-output {
    max-width: 390px !important;
    border: none !important;
    font-size: 0.6em !important;
    color: #E91E63 !important;
    margin: 0 !important;
    opacity: 0.7 !important;
}
:where(.wp-site-blocks *:focus) {
    outline: none !important;
}
.current-menu-item .wp-block-navigation-item__content, .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover {
    color: #000000;
    opacity: 1;
}
.members-box h2.entry-title a {
    text-decoration: none !important;
    font-size: 0.80em !important;
}
.directors-video-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
    align-items: start;
}

.directors-video-content > figure {
    margin: 0 !important;
}

a.member-outer-link {
    text-decoration: none;
    border-radius: 5px;
    color: #353535;
    background-color: #f2f2f2;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
}
.team-template h2.wp-block-post-title {
    height: 40px !important;
}

.members-box .post-thumbnail-inner {
    filter: grayscale(1);
}

/* Home video overlay */
.post-thumbnail-inner {
  position: relative;
}

/*
.post-thumbnail-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
*/
.home-video-featured .post-thumbnail-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1); /* Black with 50% opacity */
  pointer-events: none; /* Allows clicks to pass through */
}


/* Mobile only */
@media (max-width: 767px) {

  .home .page-content-custom {
    margin-top: 20px !important;
  }
  .wp-block-kadence-posts .loop-entry .entry-header .entry-title {
    font-size: 20px;
  }
  .home-video-featured .featured-video-label {
      margin-top: 8px;
      font-size: 12px;
      opacity: 0.85;
  }
  .home-video-featured .post-more-link {
      font-size: 0px !important;
      background: none;
  }
}
time.entry-date.published {
    display: none !important;
}