/*
Theme Name: Creativium
Theme URI: https://effethemes.com/themes/creativium-wordpress-theme/
Author: Effe Themes
Author URI: https://effethemes.com/
Description: Introducing Creativium, a versatile multipurpose WordPress theme ideal for agencies, designers, portfolios, and studios. With its modern, professional design featuring a clean gradient background, Creativium enhances your online presence with elegance. Perfect for showcasing creative projects and services, this theme combines functionality with a sleek design aesthetic. Creativium is designed for seamless user experience across all devices, offering customizable layouts, dynamic block patterns, and seamless integration with popular plugins to help you create a standout website tailored to your creative vision.
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creativium
Tags: block-patterns, custom-logo, blog, full-site-editing, full-width-template, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, grid-layout, theme-options, photography, portfolio, style-variations, template-editing, translation-ready, threaded-comments, one-column, wide-blocks
*/

/* ================= > General Styles < ================= */

:root {
  --h1-font-size: 205px;
  --h1-line-height: 0.9;
  --h2-font-size: 136px;
  --h2-line-height: 1.2;
  --h3-font-size: 91px;
  --h3-line-height: 1.2;
  --h4-font-size: 60px;
  --h4-line-height: 1.2;
  --h5-font-size: 40px;
  --h5-line-height: 1.2;
  --h6-font-size: 27px;
  --h6-line-height: 1.2;
}

@media (max-width: 768px) {
  :root {
    --h1-font-size: 150px;
    --h2-font-size: 100px;
    --h3-font-size: 70px;
    --h4-font-size: 50px;
    --h5-font-size: 35px;
    --h6-font-size: 25px;
  }
}

@media (max-width: 480px) {
  :root {
    --h1-font-size: 100px;
    --h2-font-size: 70px;
    --h3-font-size: 50px;
    --h4-font-size: 40px;
    --h5-font-size: 30px;
    --h6-font-size: 20px;
  }
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  /* background: var(--wp--preset--gradient--custom-main-gradiant); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  hyphens: auto;
}

.wp-block-site-title > a {
  text-decoration: none;
}

:where(.wp-site-blocks) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* ================= > Header < ================= */

.wp-block-navigation__responsive-container-content {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.wp-block-navigation__submenu-container {
  border-radius: 20px !important;
}

.wp-block-navigation__submenu-container > li {
  border-radius: 20px !important
}

/* ================= > Blog < ================= */

input, 
textarea {
  background: transparent !important;
  border: 2px solid #fff !important; 
  color: #fff;
}

input::-webkit-input-placeholder {
  color: #ffffffa1;
}

input::-moz-placeholder {
  color: #ffffffa1;
}

.form-submit > input {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}

.form-submit > input:hover {
  background: #fff !important;
  color: #333;
}

.wp-block-post-title > a:hover {
  text-decoration: none;
}

.wp-block-read-more:hover {
  text-decoration: overline !important;
}

.wp-block-search__button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  color: #333;
}

.wp-block-search__button:hover {
  background: transparent;
  color: #fff;
}

/* ================= > Media Queries < ================= */

@media (max-width: 1024px) {
  .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center !important;
  }

  .wp-block-column > div {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 992px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close,
  .wp-block-navigation__responsive-container-open:not(.always-shown),
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wp-block-navigation__container {
    --navigation-layout-justification-setting: flex-start !important;
    --navigation-layout-justify: flex-start !important;
  }
}

@media (max-width: 768px) {
  .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-row, .footer-title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}