/* --------- SiteOrigin CSS ---------*/

/* ---for: BelovedCompanions.com ----*/

#Home-Page-Header .header-content-container.center {
  background-color: #f0f0f3;
  opacity: .95;
  border: 8px solid #5b2d00;
  margin-bottom: 140px;
}

.et_fixed_nav #main-header {
  border-bottom: 1px solid #d6e8e7;
}

/*
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
  color: white !important;
  background-color: green !important;
  opacity: 1 !important;
} */

/******* BLURB STYLES *******/

/* https://www.b3multimedia.ie/custom-divi-blurbs-part-2/ */

.b3_blurb_2 {
  background-color: #f7f7f7;
  /*border: none !important;*/
  border: 2px solid #d4cfe3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  -webkit-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  -moz-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  -o-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  border-bottom: 4px solid #ffffff !important;
}

.b3_blurb_2:hover {
  box-shadow: 0 40px 100px rgb(212, 215, 217);
  -webkit-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -moz-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -o-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -webkit-transform: translate(0, -8px);
  border-bottom: 6px solid #d1a221 !important;
  /*  Bottom Border Color */
}

.b3_blurb_2 .et-pb-icon {
  transform: scale(0.9);
  opacity: 0.1;
  color: #000 !important;
  /* Default Icon Color */
  transition: all .3s ease-in-out;
}

.b3_blurb_2:hover .et-pb-icon {
  transform: scale(1.0);
  opacity: 1;
  color: #2c94f2 !important;
  /* Hover Icon Color */
}

.b3_blurb_2 .et_pb_main_blurb_image {
  margin-bottom: 20px;
  text-align: center;
}

/**** BLURB LINK ***/

.blurb_link_2 {
  display: block;
  opacity: 0;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  color: #2c94f2 !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.b3_blurb_2:hover .blurb_link_2 {
  opacity: 1;
  transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.b3_blurb_2.et-waypoint:hover {
  -webkit-box-shadow: 20px 20px 92px 14px rgba(34,116,230,1);
  -moz-box-shadow: 20px 20px 92px 14px rgba(34,116,230,1);
  box-shadow: 20px 20px 92px 14px rgba(34,116,230,1);
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  width: 100%;
}

.nav ul li a:hover {
  /*  border-left: 2px solid #004454;
	border-bottom: 1px solid #004454; */
  color: #2890d6 !important;
}

#post-4083.et_pb_post.clearfix.post-4083.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-pet-memorials-tributes {
  -webkit-box-shadow: 10px 10px 33px 0px rgba(71,52,89,1);
  -moz-box-shadow: 10px 10px 33px 0px rgba(71,52,89,1);
  box-shadow: 10px 10px 33px 0px rgba(71,52,89,1);
}

h3 a {
  color: blue;
  text-decoration: underline;
}

.et_fixed_nav #main-header {
  border: 4px double #e1dddd;
}

/*------------------------------------------------*/

/*-----------------[CTA Menu Item]----------------*/

/*-----------------[by GenoQuiroz]----------------*/

/*------------------------------------------------*/

/* style the get started cta button */

.get-started {
  border-radius: 0px;
}

.get-started a {
  color: #fff!important;
}

li.get-started {
  background-color: #74c633;
  /* #ed7818 */
  font-weight: 700;
  /*text-transform: uppercase; */
  text-align: center;
  padding: 12px 13px 10px 10px!important;
  border-radius: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

li.get-started:hover {
  background-color: #74c633;
  color: black !important;
  border: 1px solid black;
}

/* fixed header button text color */

.et-fixed-header #top-menu .get-started a {
  color: #fff!important;
}

.get-started li.current-menu-ancestor > a,
.get-started li.current-menu-item > a {
  color: #fff !important;
}

@media only screen and (min-width : 981px) {
  li.get-started {
    height: 33px;
  }
}

/*------------------------------------------------*/

/*------------------------------------------------*/

.et_pb_blog_grid h2 {
  padding: 4px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  color: black !important;
  border: 1px solid silver;
  text-align: center;
}

/* commented by WDC 3/9/2023
.nav ul li a:hover {
  font-weight: bold !important ;;
  color: #000026 !important ;
	font-style: italic;
  	text-decoration: underline !important ;
}/* --------- SiteOrigin CSS ---------*/

/* ---for: BelovedCompanions.com ----*/

#Home-Page-Header .header-content-container.center {
  background-color: #f0f0f3;
  opacity: .95;
  border: 8px solid #5b2d00;
  margin-bottom: 140px;
}

.et_fixed_nav #main-header {
  border-bottom: 1px solid #d6e8e7;
}

/*
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
  color: white !important;
  background-color: green !important;
  opacity: 1 !important;
} */

/******* BLURB STYLES *******/

/* https://www.b3multimedia.ie/custom-divi-blurbs-part-2/ */

.b3_blurb_2 {
  background-color: #f7f7f7;
  /*border: none !important;*/
  border: 2px solid #d4cfe3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  -webkit-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  -moz-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  -o-box-shadow: 0 20px 100px rgba(212, 215, 217,.5);
  border-bottom: 4px solid #ffffff !important;
}

.b3_blurb_2:hover {
  box-shadow: 0 40px 100px rgb(212, 215, 217);
  -webkit-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -moz-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -o-box-shadow: 0 40px 100px rgb(212, 215, 217);
  -webkit-transform: translate(0, -8px);
  border-bottom: 6px solid #d1a221 !important;
  /*  Bottom Border Color */
}

.b3_blurb_2 .et-pb-icon {
  transform: scale(0.9);
  opacity: 0.1;
  color: #000 !important;
  /* Default Icon Color */
  transition: all .3s ease-in-out;
}

.b3_blurb_2:hover .et-pb-icon {
  transform: scale(1.0);
  opacity: 1;
  color: #2c94f2 !important;
  /* Hover Icon Color */
}

.b3_blurb_2 .et_pb_main_blurb_image {
  margin-bottom: 20px;
  text-align: center;
}

/**** BLURB LINK ***/

.blurb_link_2 {
  display: block;
  opacity: 0;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  color: #2c94f2 !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.b3_blurb_2:hover .blurb_link_2 {
  opacity: 1;
  transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.b3_blurb_2.et-waypoint:hover {
  -webkit-box-shadow: 20px 20px 92px 14px rgba(34,116,230,1);
  -moz-box-shadow: 20px 20px 92px 14px rgba(34,116,230,1);
  box-shadow: 20px 20px 92px 14px rgba(34,116,230,1);
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  width: 100%;
}

/* commented by WDC 3/9/2023
.nav ul li a:hover {
  border-left: 2px solid #004454;
	border-bottom: 1px solid #004454;
	color: #2890d6 !important;
}
*/

#post-4083.et_pb_post.clearfix.post-4083.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-pet-memorials-tributes {
  -webkit-box-shadow: 10px 10px 33px 0px rgba(71,52,89,1);
  -moz-box-shadow: 10px 10px 33px 0px rgba(71,52,89,1);
  box-shadow: 10px 10px 33px 0px rgba(71,52,89,1);
}

h3 a {
  color: blue;
  text-decoration: underline;
}

.et_fixed_nav #main-header {
  border: 4px double #e1dddd;
}

/*------------------------------------------------*/

/*-----------------[CTA Menu Item]----------------*/

/*-----------------[by GenoQuiroz]----------------*/

/*------------------------------------------------*/

/* style the get started cta button */

.get-started {
  border-radius: 0px;
}

.get-started a {
  color: #fff!important;
}

li.get-started {
  background-color: #74c633;
  /* #ed7818 */
  font-weight: 700;
  /*text-transform: uppercase; */
  text-align: center;
  padding: 12px 13px 10px 10px!important;
  border-radius: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

li.get-started:hover {
  background-color: #74c633;
  color: black !important;
  border: 1px solid black;
}

/* fixed header button text color */

.et-fixed-header #top-menu .get-started a {
  color: #fff!important;
}

.get-started li.current-menu-ancestor > a,
.get-started li.current-menu-item > a {
  color: #fff !important;
}

@media only screen and (min-width : 981px) {
  li.get-started {
    height: 33px;
  }
}

/*------------------------------------------------*/

/*------------------------------------------------*/

.et_pb_blog_grid h2 {
  padding: 4px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  color: black !important;
  border: 1px solid silver;
  text-align: center;
}

/* commented by WDC 3/9/2023
.nav ul li a:hover {
  font-weight: bold !important;
  color: #000026 !important;
  font-style: italic;
  text-decoration: underline !important;
}

.et_pb_button.et_pb_more_button.et_pb_button_one {
  background-color: #74c633;
}

.et_pb_button.et_pb_more_button.et_pb_button_two {
  background-color: #74c633;
}