/*
 Theme Name:     Divi-Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Standard TP Custom Styles - START */  

/* Woocommerce notice error css */
.woocommerce-error {
    background-color: #c30606 !important;
}
/* Woocommerce notice error css close */

@media screen and ( max-width: 980px ) {    .reverse {        display: flex;        flex-direction: column-reverse;    }}  /* to reverse columns on mobile*/ 

img {    pointer-events: none;}

/* Standard TP Custom Styles - END */  



.popup3453 input[type="text"] {
    width: 50%;
    font-size: 16px;
    padding: 10px;
}

.popup3453 button {
    border: 2px solid #000;
    padding: 10px 30px;
    background: #EBA920;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.popup3453 button:hover {
    border: 2px solid #000;
    padding: 10px 30px;
    background: #000;
    color: #EBA920;
    font-weight: bold;
    font-size: 16px;
}



.sect-btn33 {
    width: 100%;
}

.side-menu77 li {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #000;
    color: #F0B310;
    border: solid 2px #F0B310;
    margin: 10px;
    padding: 10px;
    text-transform: capitalize;
}

.cta-buttons66 li {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #000;
    display: inline-block;
    padding: 5px 15px;
    /* margin: 0; */
}

.cta-buttons66 ul {
    padding-left: 0;
}

@media (min-width: 981px) { /* Target only desktop */
    .et-menu .sub-menu li a { 
        width: 240px !important; /* Set the width */
		padding:10px 20px;
    }
	.et-menu .sub-menu{
		 width: 280px !important; 
	}
 	.et-menu .sub-menu  li:last-child {
        border-bottom: none !important;
    }

}




/* list style 2 */
.list-design2 ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

.list-design2 ul li {
    position: relative;
    margin-bottom: 15px; /* Add 20px bottom margin */
    padding-left: 25px; /* Space for the icon */
    font-size: 16px;  
 }

.list-design2 ul li::before {
    content: "\f0fc"; /* FontAwesome beer mug */
    font-family: "Font Awesome 5 Free"; /* Ensure FontAwesome is loaded */
    font-weight: 900; /* Required for solid icons */
    position: absolute;
    left: 0px; /* Move the icon outside */
    top: 0px; /* Align properly */
    font-size: 1.2em;
    color: #F0B310; /* Adjust color */
}
/* list style 2 */


/* list style 2 */
.list-design2b ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

.list-design2b ul li {
    position: relative;
    margin-bottom: 15px; /* Add 20px bottom margin */
    padding-left: 25px; /* Space for the icon */
    font-size: 16px;  
 }

.list-design2b ul li::before {
    content: "\f0fc"; /* FontAwesome beer mug */
    font-family: "Font Awesome 5 Free"; /* Ensure FontAwesome is loaded */
    font-weight: 900; /* Required for solid icons */
    position: absolute;
    left: 0px; /* Move the icon outside */
    top: 0px; /* Align properly */
    font-size: 1.2em;
    color: #000; /* Adjust color */
}
/* list style 2 */


/*image gallery item aspect ratio square 1:1*/

.tp-imggallery-99 .et_pb_gallery_image {
  padding-top: 100%;
  display: block;
}

.tp-imggallery-99 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/***************************/

/**************************************/
/** CTA section subscribe form styling**/

.sub-form99 button {
    background: #ffc500;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    text-shadow: #0000004d 2px 2px;
    letter-spacing: 2px;
}

.sub-form99 button:hover {
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    text-shadow: #0000004d 2px 2px;
    letter-spacing: 2px;
}

.sub-form99 input[type="text"] {
    width: 80%;
    padding: 5px 15px;
    border-radius: 15px;
}

.sub-form99 label {
    color: #fff;
}

/********************************/
