/*
Theme Name:simplyclosetsandcabinets
Text Domain:simplyclosetsandcabinets
Theme URI: https://www.simplyclosetsandcabinets.com/wp-content/themes/simplyclosetsandcabinets
Author: Synergy Web Design and Marketing - Lora Champion
Author URI: https://www.simplyclosetsandcabinets.com/
Description: This theme works best with Elementor, although you can also use blocks with it (remove bottom section from functions.php to enable block editor). Recommended plugins: Elementor, Yoast, Contact7, woocommerce, ultimate member
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, block-styles, wide-blocks
Version: 1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Requires PHP: 7.0
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.bilbo-regular {
  font-family: "Bilbo", cursive;
  font-weight: 400;
  font-style: normal;
}

body.logged-in .site-header {
  position: relative !important;
}

/* Animated Hamburger */

.page-layout-default {
  padding-top: 100px !important;
}

.site-header {
  position: fixed;
  z-index: 99;
  width: 100%;
}

.smlogo {
  margin: 12px;
}

.fadein {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none; /* Optional: prevent interaction before visible */
}

.fadein.visible {
  opacity: 1;
  pointer-events: auto;
}

.wpforms-container.wpforms-container-full.wpforms-render-modern,
.wpforms-container {margin-top:0!important;}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color: #8DBCB5!important;
}
div.wpforms-container-full button[type=submit]:hover {
  background-color: black!important;
}

a.btn-seafoam {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  text-decoration: none !important;
}

a.btn-seafoam:hover {
  color: #8dbcb5;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
}

.widget_text.th a:hover {
  color: #8dbcb5 !important;
  text-decoration: none !important;
}

.widget_text.th h6 {
  font-size: 1rem;
  padding-bottom: 10px;
}

.wpr-flip-box-description {
  z-index: 999;
}

a.btn.flipbtn {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border: solid 2px #ffffff;
  border-radius: 30px;
  z-index: 9999;
  position: relative;
}

.btn.flipbtn:hover {
  color: #8dbcb5 !important;
  font-size: 18px;
  padding: 20px;
  border: solid 2px #ffffff;
  border-radius: 30px;
  background: white;
}

.bg-black {
  background-color: #000 !important;
}

.hamburger-icon {
  position: fixed;
  height: 60px;
  width: 60px;
  top: 10px;
  left: 3%;
  z-index: 999999;
  cursor: pointer;
  border-radius: 30px;
  /* transition: all 0.2s ease-in-out; */
  background: rgba(0, 0, 0, 1);
}

.hamburger-icon:hover {
  /* transform: scale(1.2);
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); */
  opacity: 0.8;
}

.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 18%;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: white;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.icon-1.a {
  transform: rotate(40deg);
}

.icon-3.b {
  transform: rotate(-40deg);
}

.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}

/* Slide-In Navbar Panel */
.slide-navbar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1050;
  transition: left 0.5s ease-in-out;
}

.slide-navbar.show {
  left: 0;
  padding: 0;
}

.nav-left,
.nav-right {
  width: 50%;
  height: 100%;
}
.nav-left {
  background: url("https://www.simplyclosetsandcabinets.com/wp-content/uploads/2025/07/492750707_1659404148344984_3488408505779735312_n.jpg")
    center center / cover no-repeat;
}
.nav-right {
  background-color: #8dbcb5;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.nav-right .menu-item a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.nav-right .menu-item a:hover {
  color: #000;
}

/* Overlay */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background: rgba(0, 0, 0, 0);
}

/* end flyout nav */



.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex; /* Makes the list horizontal */
  gap: 20px; /* Space between items */
}

.social-links li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: color 0.3s;
}

.social-links li a:hover {
  color: #fff; /* Change color on hover */
}

footer h5 {
  font-family: "Cormorant Upright", Sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer li a {
  color: #8dbcb5 !important;
  font-size: 18px;
  font-family: "Montserrat", Sans-serif;
  text-decoration: none;
}

/* ************************* media ************************* */

@media (max-width: 991px) {
  .site-header {
    position: relative;
  }

  .page-layout-default {
    padding-top: 10px !important;
  }

  .fadein {
    opacity: 1;
    transition: opacity 0s ease-in-out;
    pointer-events: auto; /* Optional: prevent interaction before visible */
  }

  .fadein.visible {
    z-index: 99;
    position: relative;
  }
}

@media (max-width: 768px) {
  .site-header {
    position: relative;
  }

  #sslidecontainer {
    min-height: 600px !important;
  }

  #sslidecontainer .slidelogo {
    display: none !important;
  }

  .fadein {
    opacity: 1;
  }

  .fadein.visible {
    z-index: 99;
  }
}

@media (max-width: 575px) {
  .nav-left {
    width: 22%;
  }

  .nav-right {
    width: 78%;
  }

  .menu-fpo-container {
    overflow: scroll !important;
  }

  a.btn-seafoam {
    font-size: 32px;
  }

  .nav-right {
    padding: 1rem;
  }

  .smlogo {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 368px) {
  .smlogo {
    width: 174px;
    height: auto;
  }
}
