/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
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: twentytwentyfourchild
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
*/

@font-face {
    font-family: 'garet-book';
    src:  url('./assets/fonts/garet/Garet-Book.woff2') format('woff2'),
          url('./assets/fonts/garet/Garet-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-sauce';
    src:  url('./assets/fonts/open-sauce-one/OpenSauceOne-Regular.ttf') format('truetype'),
}
/* open-sauce-one-latin-400-normal */
@font-face {
  font-family: 'Open Sauce One';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-one@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-one@latest/latin-400-normal.woff) format('woff');
}

@font-face {font-family: "CanvasText-Sans"; src: url("//db.onlinewebfonts.com/t/a0d30f73b615c1af05ba2e7df0a93d24.eot"); src: url("//db.onlinewebfonts.com/t/a0d30f73b615c1af05ba2e7df0a93d24.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/a0d30f73b615c1af05ba2e7df0a93d24.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/a0d30f73b615c1af05ba2e7df0a93d24.woff") format("woff"), url("//db.onlinewebfonts.com/t/a0d30f73b615c1af05ba2e7df0a93d24.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/a0d30f73b615c1af05ba2e7df0a93d24.svg#CanvasText-Sans") format("svg"); }


/* General */
body {
    margin: 0;
    padding: 0;
    background-color: #f5f5ef;
    line-height: 1.5;
}

@media screen and (min-width: 768px){
    body.home {
        overflow-y: hidden;
    }
}
:where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}

.ttfc-navigation ul li a {
    font-weight: 600;
    font-family: Lato;
}

.ttfc-navigation .current-menu-item .wp-block-navigation-item__content.wp-block-navigation-item__content{
    color: #f39200;
}

.ttfc-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    color: #f39200;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* Homepage */
.dd-boxed--left {
    text-align: center;
    padding-top: 5%;
}

@media screen and (min-width: 768px){
    .dd-boxed--right > .elementor-container > .elementor-column:last-of-type, .dd-boxed--left > .elementor-container > .elementor-column:first-of-type{
        --dd-content-width: 1140px;
        flex-basis: min(50%, var(--dd-content-width) / 2);
    }
    .dd-boxed--right > .elementor-container{
        justify-content: flex-start;
    }
    .dd-boxed--left > .elementor-container{
        justify-content: flex-end;
    }
}

.dd-boxed--left .home-title {
    font-size: 90px;
    /*font-family: 'garet-book';*/

    @media only screen and (max-width: 768px) {
        font-size: 62px;
    }
}
.dd-boxed--left .home-title .title-quote {
  quotes: '"' '"' "'" "'";
}
.dd-boxed--left .home-title .title-quote::before {
  content: open-quote;
}
.dd-boxed--left .home-title .title-quote::after {
  content: close-quote;
}
.dd-boxed--left .home-title.home-subtitle {
    margin-top: -5%;
}
.home-tagline {
    font-family: arial;
    margin:0;
}
.dd-boxed--left .wp-block-image {
    padding-left: 2rem;
}
.ttfc-contact-btn a {
    color: #000;
    background-color: #f5f5ef;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    min-width: 230px;
    margin-bottom: 40px;
    font-weight: 600;
}
.ttfc-contact-btn a:hover {
    background-color: #f39200;
    color: #fff;
}
/* About page */
.ttfc-about-page {
    background-color: #eed3b4;
}
.ttfc-about-page p:not(.about-heading),
.ttfc-about-page ol {
    font-family: 'Open Sauce One';
    font-size: .9rem;
    line-height: 1.5;
}
.ttfc-about-page .about-heading {
    margin-top: 50px !important;
}
.ttfc-about-page .about-box-right .wp-block-image,
.ttfc-about-page .about-box-right .wp-block-image img {
    height: 100%;
}

/* Music page */
.ttfc-music-page .ttfc-music-videos{
    font-family: open-sauce;
}
.ttfc-music-page .ttfc-music-videos a {
    position: relative;
}
.ttfc-music-page .ttfc-music-videos a[title]:after {
  content: attr(title);
  padding: 4px 8px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 70%;
  white-space: wrap;
  z-index: 2;
  border-radius: 5px ;
  background: rgba(0,0,0,0.5);
}
.ttfc-music-page .wpvl_auto_thumb_box {
    width: auto;
    height: 100%;
}

.ttfc-music-page .wpvl_auto_thumb_box img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.ttfc-music-page .wpvl_auto_thumb_play {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
}

/* Book page */
.ttfc-book-view {
    font-family: open-sauce;
}
.ttfc-book-view a {
    background-color: #f39200;
    border-color: #f39200;
    color: #fff;
    font-weight: 600;
    padding: 0;
}

/*Contact page*/
.ttfc-contact-page {
    padding-top: 20px;
}
.ttfc-contact-page .ttfc-contact-form-container {
    background-color: #f5f5ef;
    color: #000;
}
.ttfc-contact-page .wp-block-cover {
    align-items: start;
}