/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
.et-db #et-boc .et-l .dvcs_shoppy_header_1 .et_pb_menu .et_pb_menu__logo img {
    margin-top: 0px !important;
  }
#footer-bottom {
  display: none;
}
.home-banner {
  display: flex;
  align-items: center;
}
.services-sec {
  display: flex;
  align-items: center;
}
.footer-img img {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.header-menu #menu-main-menu li:hover {
  background-color: #0d7f8c;
}

.header-menu #menu-main-menu li a {
  padding: 0;
}
.header-menu #menu-main-menu li {
  margin: 0;
  padding: 14px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 21px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.header-menu #menu-main-menu li::before {
  content: "";
  position: absolute;
  height: 19px;
  border: 1px dashed #ffffff75;
  right: -14px;
  top: 8px;
}
.header-menu #menu-main-menu li.current-menu-item {
  background-color: #0d7f8c;
}
.sidebar-bottom ul li strong {
  position: relative;
  padding-left: 28px;
	color: #232622;
}
.sidebar-bottom ul li strong::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/Images/blockcontentbullets.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  left: 5px;
	top: 0;
}
.sidebar-bottom ul li {
  margin-bottom: 0;
}
.sidebar-bottom h4 {
  margin: 1.25em 0;
  font-size: 16px;
  color: #4E4627;
  font-weight: bold;
}
.sidebar-bottom .widget_text {
  margin-bottom: 14px !important;
}
.footer-section .footer-menu {
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-section .footer-menu a {
  line-height: 1;
  text-decoration: underline;
}
.footer-section .footer-menu .et-menu.nav li {
  border-right: 1px solid;
}
.bold-text p strong {
  color: #800000;
}
.footer-menu p {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.footer-menu a {
  color: #373B35;
  border-right: 1px solid #373B35;
  padding-right: 7px;
}
/*--------------------------------------- */

 @media only screen and (max-width: 767px) {

.header-menu .et_pb_menu__wrap {
  justify-content: right;
}
.faqs-section .et_pb_module_heading {
  line-height: 1.3;
}	 
.et_pb_with_border.et_pb_module.et_pb_sidebar_0_tb_body.site-bar-main.et_pb_widget_area.clearfix.et_pb_widget_area_left.et_pb_bg_layout_light {
  border-right: 2px solid #d4ccaa;
}	
.et_pb_with_border.et_pb_module.et_pb_sidebar_1_tb_body.sidebar-bottom.site-bar-main.et_pb_widget_area.clearfix.et_pb_widget_area_left.et_pb_bg_layout_light {
  border-right: 2px solid #d4ccaa;
}	
.footer-menu p {
  display: block;
  line-height: 2;
}	 
.footer-menu p a {
  border: none;
}	 
}


