/* Style Guide
## Author: Warren Moore - CJ Tech Support
## Black: #000000
## White: #ffffff
## HR: #E5E5E5
## Dark Grey: #4D4D4D
## Light Grey: #E5E5E5
## Pink: #D64763
## ------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lora", lato;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    color: rgb(102, 102, 102);    
    width: 100%;
}

.clear{clear:both;}
.clearl{clear:left;}
.clearr{clear:right;}

h1.title{
	display: flex;
    align-items: center;
}

h1.title img{
	width: 80px;
    height: auto;
    margin-right: 10px;
    }
    
h1, h2 {
    margin-bottom: 1em;
    font-size:18px;
    font-weight: 500;
    color: #000000;
}

h3, h4, h5, h6 {
	margin-bottom: 1em;
	font-size:17px;
    font-weight: 400;
    color: #000000;
}

strong{
	font-weight: 400;
}
p {
    margin-bottom: 1em;
    font-size:15px; 
    font-weight:300; 
    -webkit-font-smoothing: subpixel-antialiased; 
    margin-top:0px;
}
p span {
    margin-top:50px; 
    padding-left:50px; 
    display:inline-block;
}

.inote {
	color: #FF3366;
}

hr {
	display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    border-color: #E5E5E5;
}
a {
	color: #4D4D4D;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul, ol {
    margin-bottom: 20px;
    padding-left: 40px;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}
.btn-class{
	color: #000000 !important; 
	display: inline-block; 
	font-size: 20px; 
	font-weight: 400; 
	padding: .3em 1em; 
	line-height: 1.7em !important; 
	background-color: #ffffff;	 
	border: 1px solid #E5E5E5; 
	border-radius: 3px;
	transition-property: all !important;
	text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Section Backgrounds
--------------------------------------------------------------------- */
.bg1{margin:0; padding:0; border-top:1px solid #E5E5E5;}
.bg2{margin:0; padding:0; border-top:1px solid #E5E5E5;}
.bg3{margin:0; padding:0; border-top:1px solid #FF3366;}
.bg4{margin:0; padding:0; border-top:1px solid #FF3366;}

/* Set the page width - Container max-width
--------------------------------------------------------------------- */
#container {
    width:100%;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
}
.main_body{margin:0 auto; padding:0; width:100%; max-width:1200px;}
.article{margin:0 auto; padding:0 1%;}
.welcome{margin:20px 0; padding:0; float:left; width:700px; font-family: 'Arimo', sans-serif;}

/* Header Section
--------------------------------------------------------------------- */
.header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    max-width:1200px;
    margin:auto;
    text-align:left;    
}

.call{margin:10px 0 0 0; padding:0px; float:right; width:200px;  font-family: sans-serif;  line-height:40px; font-weight:bold; font-size:16px; color:#292929; }
.call a{color:#292929; text-decoration:none;}
.call img{float:left; margin-right:-5px;}

/* Nav Menu 
------------------------------------------------------------------------*/
.topnav {
    overflow: hidden;
    background-color: #ffffff;
    margin: auto;
    /* text-align: center; */
    max-width: 1200px;
    border-bottom: 2px solid #E5E5E5;
}

.topnav a {
  float: left;
  display: block;
  color: #4D4D4D;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ffffff;
  color: #4D4D4D;
}

.topnav a.active {
  background-color: #D64763;
  color: #000000;
}

.topnav .icon {
  display: none;
}

/* Bottom Nav Menu */
/* Nav Menu 
------------------------------------------------------------------------*/
nav {
    overflow: hidden;
    margin: auto;
    max-width: 1200px;
}

nav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

nav a:hover {
  background-color: #ddd;
  color: black;
}

nav a.active {
  background-color: #04AA6D;
}

nav .icon {
  display: none;
}

/* Content Section
-------------------------------------------------------------------- */
.content-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Add space between columns */
    padding: 0;
}

.column {
    flex: 1;
    padding: 1%;
    border: 1px solid #E5E5E5;
    margin: 0;
}

.h1-title{border-bottom:1px solid #E5E5E5}

.list-case{background-color: #F6F3EA;}
.list-case li{}
.list-case li a{color: #000000;}

/* Designer List
------------------------------------------------------------------------*/
ul.designer-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li.designer-list{
	border:1px solid white;
	padding:5px;
}

li.designer-list a{
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-size: 1.4em;
}

li.designer-list a:hover {
  background-color: #111111;
}

/* Photo Gallery and Container */

.gallery-container {
	display: flex;
	flex-wrap: wrap; /* Allows items to wrap to the next row if needed */
	justify-content: center; /* Centers the items horizontally */
	gap: 10px; /* Adds some space between the gallery items */
}
.product-gallery {
	flex: 1 1 150px; /* Ensures all items are at least 150px wide and grow/shrink as needed */
	max-width: 160px; /* Optional: Limits the max width of each item */
	text-align: center; /* Centers the content within each gallery item */
}

.product-gallery img {
	max-width: 100%;
	max-height: 100%;
	height: auto; /* Ensures the image scales correctly */
	display: block;	
	
}
#photoframe {
	position:relative; 
	width:100%; 
	height: 480px; 
	border:none; 
	background-color:#ffffff; 
	margin-top:0px;
	object-fit: cover;
}

.gallery {
    		margin: 5px;
    		float: left;
    		width: 480px;
    		max-width: 100%;
    		height: 480px;
    		max-height: 100%;
			}

/* Remove Pointer Events for Fixed Fields */
input[id="wpforms-568-field_10"] {
  pointer-events: none;
	background-color: #E5E5E5 !important;
}
input[id="wpforms-568-field_24"] {
  pointer-events: none;
	background-color: #E5E5E5 !important;
}
input[id="wpforms-568-field_20"] {
  pointer-events: none;
	background-color: #E5E5E5 !important;
}
textarea[id="wpforms-568-field_23"] {
  pointer-events: none;
	background-color: #E5E5E5 !important;
	font-size: 14px;
}
input[id="wpforms-568-field_3"] {
  pointer-events: none;
	background-color: #E5E5E5 !important;
}
input[id="wpforms-568-field_6"] {
  pointer-events: none;
	background-color: #E5E5E5 !important;
}

/* Image Zoom on Hover */
.et-zoom-in.et_pb_image:hover img,
.et-zoom-in .et_pb_image_wrap:hover img,
.et-zoom-in a:hover img {
    transform: scale(1.6); 
    transition: all 2s 0s ease;
}

.et-zoom-in,
.et-zoom-in a {
    overflow: hidden;
}

.et-zoom-in.et_pb_image img,
.et-zoom-in .et_pb_image_wrap img,
.et-zoom-in a img {
    transition: all 1s 0s ease; 
}


/* Footer Section
------------------------------------------------------------------- */

.footer {color:#fff; padding:0 10px; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; line-height:48px; background-color: black;}
.footer-copyright{float:left; margin:0 20px 0 0; padding:0; max-width:80%;}
.footer-phone{float:left; margin:0; padding:0; max-width:20%;}
.design{float:right; margin:0; padding:0; width:140px;}
.footer a {color:#F27025; text-decoration:none;}
.footer a:hover {color:#fff;}

/* Splash Banner Styles */
.splash-banner {
    background-color: #ffffff; /* Background color */
    border: 1px solid #0C75BC; /* Border color */
    color: black; /* Text color */
    padding: 30px 30px;
    text-align: center;
    max-width: 80%;
    width:600px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.splash-txt {
    font-size: 1.5rem;
    font-weight: bold;
    color: #755E0E; /* Bright red for attention */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

/* Keyframe  Animation 
 * ----------------------------------------------------------*/
@keyframes flash {
    0%, 100% {
        color: #ff0000; /* Red */
    }
    50% {
        color: #ffff00; /* Yellow */
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes stroke {
    0% {
        color: transparent;
        text-shadow: 0 0 8px #ff0000;
    }
    100% {
        color: #ff0000;
        text-shadow: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Webforms by CJ Tech Support 
# --------------------------------  */
#formframe{
	position:relative; 
	margin:auto; 
	overflow:hidden; 
	width:100%; 
	padding-top:0;
	}
#webform{
	position:relative; 
	width:100%; 
	max-width:600px; 
	height: 900px; 
	border:none; 
	background-color:#ffffff; 
	background-image:url('/images/formloading.gif'); 
	background-repeat:no-repeat; 
	background-position:top;
	margin-top:-80px; 
}
	
/* -- Dress Search Results -- */
 .searchResults {
	clear:both;
      font-family: Arial, sans-serif;
      border: 1px solid #ddd;
      padding: 20px;
      border-radius: 8px;
      max-width: 600px;
      background-color: #f9f9f9;
    }
    .searchResults h2 {
      color: #333;
      text-align: left;
    }
    .searchResults p {
      color: #555;
      font-size: 16px;
      line-height: 1.6;
    }
    .searchResults .button-container {
      text-align: center;
      margin-top: 20px;
    }
    .searchResults .button-container a {
      color: #fff;
      text-decoration: none;
      background-color: #007BFF;
      padding: 10px 20px;
      border-radius: 4px;
      font-size: 16px;
    }
    
