/* 
Theme Name: Storefront Child 
Version: 1.1
Description: Child theme for Storefront. 
Author: Robert Craig
Template: storefront
Text Domain: storefront-child
*/  

/* --------------- Theme customization starts here ----------------- */

.site-header {
  background-color: #1e73be;
}

.main-navigation ul li a, .secondary-navigation ul li a {
  color: #e7e7e7;
}

.main-navigation ul li a:hover {
  color: #ffffff;
}

ul.menu li.current-menu-item > a {
  color: #e7e7e7;
  background-color: #1e73be;
}

ul.menu li.current-menu-item > a {
  color: #ffffff;
  background-color: #1e73be;
}


.site-footer {
  background-color: #000000;
  color: #ffffff;
}

.site-footer h1.wp-block-heading,
.site-footer h2.wp-block-heading,
.site-footer h3.wp-block-heading,
.site-footer h4.wp-block-heading{
  color: #ffffff;
}

.site-footer a:not(.button):not(.components-button){
  color: #ffffff;
}

.widget_nav_menu ul li::before{
  color: #000000;
}

.framer-page-wrapper{
  padding-bottom: 2em;
}

.framer-hero
{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color:#1e73be;
  padding: 2em;
  border-radius: 1em;
}

.framer-hero > h1 
{
  color: #ffffff;
}

.framer-hero > p 
{
  color: #ffffff;
}

.framer-row
{
  display: flex;
  flex-direction: row;
  padding-top: 2em;
  flex-wrap: wrap;
}

.framer-col
{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  
}

.framer-image{
  width: 100%;
  height: auto;
}

#lightbox{
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000000cc;
  z-index: 100000;
}

.lightbox-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightbox-imageouter{
  border-radius: 24px;
  border-style: solid;
  border-width: 8px;
  border-color: #1e73be;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  background-color: #ffffff;
}

.lightbox-image{
  border-radius: 16px;
  width: inherit;
  height: inherit;
}

.call-to-action{
  display: flex;
  flex-direction: column;
  padding: 24px;
  justify-items: center;
  align-items: center;
  background-color: #1e73be;
  color: #ffffff;
  border-radius: 6px;
}

.cta-message{
  color: #ffffff;
}

.deliveryMessage{
  padding-top:24px;
  padding-bottom: 24px;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  color: #1e73be;
}

.custom-attribute {
  margin-top: 15px;
}

.custom-attribute label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.custom-attribute .custom-select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}


@media(min-width:768px) {
  .framer-col
  {
    display: flex;
    flex-direction: column;
    flex: 0 1 50%;
    justify-content: center;
    
  }
}
