/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: AOIT Consulting
Author URI: http://www.aoit.com
Description: Customized Divi Theme
Version: 4.27.4.1752186329
Updated: 2025-07-10 15:25:29

*/

/* hide meta and comments swatch posts */

#left-area .post-meta {
  display: none;
}

#comment-wrap {
  display: none;
}


/* Swatch Gallery captions */

p.et_pb_gallery_caption {
  text-align: left;
}


/* logo overlap on mobile menu */

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
  clear: both;
}


/* right arrow on sub menu */

ul.sub-menu li.menu-item-has-children>a::after {
  content: " \203a" !important;
}


/* header store locator */

.storebtn {
  font-size: 1em;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
}

.storebtn a:hover {
  color: #2ea3f2;
}


/* custom widget area for header */

#header-widget {
  float: right;
  padding-top: 20px;
}


/* remove default branded footer */

#footer-bottom {
  display: none;
}


/* center logo above menu then align left */

.et_header_style_centered #main-header .container {
  text-align: left;
}


/* custom nav flyout style */

.nav li ul {
  margin-left: 0;
}


/* remove bullets in the footer */

#footer-widgets .footer-widget li:before {
  border-style: none;
}

ul#emma-form-elements li.emma-form-row {
  padding-left: 0;
  margin-left: 0;
}

#header-widget .et_pb_widget {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}

#footer-widget {
  margin: auto;
  max-width: 1080px;
  margin-top: 48px;
  width: 80%;
}

.et_pb_gutters3 .footer-widget {
  margin: 0 5.5% 0 0;
}

#footer-widgets {
  padding: 4% 0 0;
}

#footer-widget .et_pb_widget {
  width: 100%;
  font-size: 11px;
  margin-bottom: 80px;
}

.et_pb_widget a {
  color: #2ea3f2;
  text-decoration: none;
}


/* remove right-most margin to allow all 4 divs to spread horizontally */

#footer-widget .et_pb_widget:last-of-type {
  margin-right: 0;
}


/* reduce margin below channel images */

.et_pb_main_blurb_image {
  margin-bottom: 1px;
}


/* responsive custom footer */

@media all and (max-width:980px) {
  #footer-widget .et_pb_widget {
    width: 47.25%;
  }
  #footer-widget .et_pb_widget:nth-of-type(2),
  #footer-widget .et_pb_widget:last-of-type {
    margin-right: 0;
  }
}

@media all and (max-width:480px) {
  #footer-widget .et_pb_widget {
    width: 100%;
  }
  #footer-widget .et_pb_widget:nth-of-type(2),
  #footer-widget .et_pb_widget:last-of-type {
    margin: 0;
  }
}

ol,
ul {
  margin-left: 24px;
}

blockquote {
  margin: 20px 0 30px;
  padding: 20px 20px 48px 20px;
  border-left: 5px solid;
  background: #f2f2f2;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 36px;
}


/* SDS */

#content-area .sds-header {
  clear: both;
}

#content-area .sds-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0; 
  /* border: 1px solid #e2e2e2; */
}

#content-area .sds-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/*
#content-area .sds-list li {
  // float: left;
  // width: 50%;
  // border-right: 1px solid #e2e2e2;
  // border-bottom: 1px solid #e2e2e2;
}

// #content-area .sds-list li:nth-child(3n) {
//   border-bottom: 0;
//

}
// #content-area .sds-list li:nth-child(2n) {
//   border-right: 0;
//

}
*/
#content-area .sds-list li a {
  display: block; 
  /* padding: 0.25rem 0.5rem; */
}
#content-area .sds-list li a:hover {
  text-decoration: underline; 
  /* background: #efefef;*/
}

/* Colors Grid */
#content-area .colors-header {
  clear: both;
}
#content-area .colors-details {
  display: none;
}
#content-area .colors-details-toggle-wrap {
  padding: 0;
}
#content-area .colors-details-toggle:after {
  content: "\25B6";
  margin: 0 0 0 0.25rem;
  font-size: 13px;
}
#content-area .colors-details-toggle.shown:after {
  content: "\25BC";
}
#content-area .colors-list {
  list-style: none;
  margin: 1em -0.5rem 2rem -0.5rem;
  padding: 0;
}
#content-area .colors-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#content-area .colors-list li {
  float: left;
  width: 50%;
  margin: 0 0 1rem 0;
  padding: 0 0.5rem;
}
@media all and (min-width:768px) {
  #content-area .colors-list li {
    width: 25%;
  }
}
#content-area .colors-list li figure {
  position: relative;
  margin: 0;
}
#content-area .colors-list li img {
  display: block;
  max-width: 100%;
  height: auto;
}
#content-area .colors-list li figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  line-height: 1.25rem;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.75);
}
#content-area .colors-list li .lightbox {
  display: none;
}
.lightbox {
  /* max-width: 700px;
  height: auto; */
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0)
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
  }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    max-width: 50%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
  }
  .featherlight .featherlight-inner {
    display: block
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    color: #000
  }
  .featherlight .featherlight-image {
    width: 100%
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0
  }
  .featherlight iframe {
    border: 0
  }
}
@media only screen and (max-width:1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    max-width: 90%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent
  }
}
@media only screen and (max-height:500px) {
  .featherlight .featherlight-content {
    max-width: 50%;
  }
}
#dogpawcredit {
  margin: auto;
  max-width: 1080px;
  margin-top: 48px;
  width: 80%;
  font-size: 10px;
  margin-bottom: 24px;
}
.wp-caption {
  max-width: 96%;
  margin-bottom: 10px;
  padding: 8px;
  padding-top: 4px;
  border: 0px;
  background-color: #ffffff;
  text-align: left;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 14px;
  font-family: serif;
  color:#666;
}
h1 {
  font-size:40px;
  font-weight:600;
}
h2 {
  font-size:32px;
  font-weight:600;
}
h3 {
  padding-top:36px;
}
h4 {
  font-size:19;
}
.int-guide-form {
  border: 1px solid #eee;
}
.int-guide-form .col div {
  padding: 5px 10px;
}
.int-guide-form .col div:nth-child(2) {
  border-top: 1px solid #eee;
}
.int-guide-form .col div select {
  margin: 3px 0 5px 0;
  width: 100%;
}
.int-guide-form .col.last div {
  text-align: right;
  border-top: 1px solid #eee;
}
.int-guide-form .col.last div input {
  margin: 2px 0;
}
@media screen and (min-width: 720px) {
  .int-guide-form .col {
    float: left;
    width: 20%;
  }
  .int-guide-form .col.last {
    margin-top: 33px;
  }
  .int-guide-results th,
  .int-guide-results td {
    font-size: 14px;
  }
}