/*
Theme Name: CT Websites
Theme URI: https://cozythemes.com/
Author: CozyThemes
Author URI: https://cozythemes.com/
Description: The ultimate WordPress theme you’ll ever need. Lightweight, SEO-optimized, and fully responsive, ctwebsite features Full Site Editing (FSE) with 100+ pre-built sections and templates for effortless website creation. Perfect for any niche—businesses, portfolios, agencies, and creatives—ctwebsite empowers you to build a standout online presence with ease. Explore more at https://cozythemes.com/ctwebsite-wordpress-theme/
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, e-commerce, full-site-editing, block-patterns, full-width-template, rtl-language-support, threaded-comments, translation-ready, block-styles, wide-blocks
Version: 1.0.1
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ctwebsite
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-block-button.ctwebsite-scrollto-top
  .wp-block-button__link.wp-element-button {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  z-index: 999;
  text-indent: -5000px;
  display: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.089);
}
.wp-block-button.ctwebsite-scrollto-top
  .wp-block-button__link.wp-element-button:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: var(--wp--preset--color--light-color);
  -webkit-mask-image: url(assets/images/up-arrow.svg);
  mask-image: url(assets/images/up-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}
.wp-block-button.ctwebsite-scrollto-top
  .wp-block-button__link.wp-element-button:hover:after {
  background-color: var(--wp--preset--color--light-color) !important;
}
.wp-block-group.ctwebsite-overlay-box .wp-block-group.overlay-content {
  opacity: 0;
  margin-bottom: -100px;
  transition: all ease 0.23s;
}
.wp-block-group.ctwebsite-overlay-box:hover .wp-block-group.overlay-content {
  opacity: 1;
  margin-bottom: 0;
}
.wp-block-group.ctwebsite-overlay-box span.wp-block-cover__background {
  transition: all ease 0.23s;
}
.wp-block-group.ctwebsite-overlay-box:hover span.wp-block-cover__background {
  opacity: 0.85 !important;
}
.ctsite-media-float {
  animation: float-y 6s ease-in-out infinite;
}

@keyframes float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.wp-block-group.ctweb-templates
  .wp-block-cover
  span.wp-block-cover__background {
  opacity: 0 !important;
  transition: all ease 0.23s;
}
.wp-block-group.ctweb-templates:hover
  .wp-block-cover
  span.wp-block-cover__background {
  opacity: 0.6 !important;
}
.wp-block-group.ctweb-templates
  .wp-block-cover
  .wp-block-cover__inner-container {
  opacity: 0;
  transition: all ease 0.23s;
  transform: scale(0.1);
}
.wp-block-group.ctweb-templates:hover
  .wp-block-cover
  .wp-block-cover__inner-container {
  opacity: 1;
  transform: scale(1);
}
.parallax-down,
.parallax-up,
.parallax-common {
  transform: translateY(0);
  will-change: transform;
}
.ctsite-patterns-gallery {
  overflow: hidden;
  max-height: 686px;
}
.animated-holder-column {
  border-radius: 16px !important;
  overflow: hidden !important;
}
.animated-holder-column img {
  width: 100%;
}
.wp-block-group.parallax-down {
  margin-top: -200px;
}

/* Forms
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.7em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Affiliation Form Styles */
.ct-affiliation__control-wrap {
  margin-top: 16px;
}
.ct-affiliation__validation-note {
  font-size: 14px;
  opacity: 0.8;
}
#ct-affiliation__add-domain,
#ct-affiliation__submit {
  cursor: pointer;
}
#ct-affiliation__add-domain {
  display: inline-block;
  margin-top: 12px;
}
#ct-affiliation__submit {
  background-color: #0c50ff;
  color: #fff;
  padding: 14px 36px;
}
#ct-affiliation__submit:hover {
  background-color: #0ad2ba;
}
/* Toast message styles */
#ct-affiliation__toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

/* Show the toast */
#ct-affiliation__toast.show {
  visibility: visible;
  -webkit-animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
  animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
}

/* Fade in and out animations */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
