/*
 Theme Name:     Divi Child LTC Pro
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for LTC Pro
 Author:         Greg Habermann
 Author URI:     https://www.akroness.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*---------------Vertically Center Column Elements---------------*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*---------------Styling for Submit Button in Divi Contact Form---------------*/
.et_contact_bottom_container {
    float: none;
    text-align: left;
    display: block !important;
}
/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
         
.menu-cta a {
    border: 1px solid #ffffff4f!important;
    padding: 14px!important;
    border-radius: 8px;
    text-align: center;
	background-color: #FFFFFF;
	color: black!important;
}
 
.menu-cta a:hover {
    background-color: #FDD33C;
    color: white!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #000 !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #8dc63f;
    }
}

/* Main Navigation Background Image on Original Design*/

#main-header{
/*background:url(https://blahblahblah.levinassociates.com/wp-content/uploads/sites/20/2021/05/home-hero-bkgrnd.png)
no-repeat center;
background-size: cover; */
background-color: #ffffff;
}


/* Top Navigation Background Image*/

#top-header{
background:url(https://www.levinassociates.com/wp-content/uploads/sites/12/2023/02/Bitmap1.png)
repeat center;
background-size: auto-flow;
}

/*-----------------Cart Menu Icon---------------- */
 
.menu-cart a:before {
    font-family: 'ETmodules';
    content: "\e015";
    margin-left: 10px;
    margin-top: -2px;
    color: #a2d2ce;
    font-size: 18px;
    float: right;
}

/* Conditional EDD Checkout Fields Box Spacing */
#conditional_edd_checkout_field_pro_1 {
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 20px;
  padding-right: 25px;
}

/* Conditional EDD Checkout Fields Label Size & Color */
#conditional_edd_checkout_field_pro_1 > label:nth-child(1) {
  font-size: 140%;
  color: #000000;
}

/* EDD Custom Prices Box Sizing */
input.edd_cp_price {
width: 140px !important;
}

/* Custom Price for Invoicing */
.edd_cp_price {
  width: 150px;
}

/* Stripe Spacing */
#edd_checkout_form_wrap label {
  /* margin: 10 0 5px; */
  margin: 10px 0 5px 5px;
}


/* Divi Primary Navigation Spacing */

.nav li ul {
  /* padding: 20px 0; */
  padding: 5px 0;
}

.nav li ul {
  /* width: 240px; */
  width: 260px;
}

#top-menu li li {
  /* padding: 0 20px; */
  padding: 0 5px;
}

#top-menu li li a {
  /* width: 200px; */
  /* padding: 6px 20px; */
  width: 250px;
  padding: 6px 10px;
}

/* Get phone and email to line up with cart on top right */
#et-info-email, #et-info-phone, .et-cart-info span {
  top: 5px;
}

/* Get Primary Nav text to line up with center of Logo instead of all text of logo and menu bottom aligned */
#logo {
  margin-top: 18px;
}


/*  Adding Bullets into Bullet Lists */

/* style.css | https://www.levinassociates.com/wp-content/themes/Divi/style.css?ver=5.8.1 */

ol, ul {
  /* list-style: none; */
}

/*  | https://www.levinassociates.com/?sccss=1&ver=5.8.1 */

#left-area ul, .entry-content ul, .et-l--header ul, .et-l--body ul, .et-l--footer ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
  /* list-style-type: none; */
}
