/*
Theme Name:  Gilmore Divi
Theme URI:   https://gilmorethedachshund.com
Version:     1.0
Description: A child theme of Divi created for our site Gilmore.
Author:      Gilmore The Dachshund
Author URI:  https://gilmorethedachshund.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Lato:wght@300;400&display=swap");

body {
  font-family: "Lato", sans-serif;
}
.amaticfont {
  font-family: "Amatic SC", cursive;
}
.amaticfont h2 {
  font-size: 40px;
  font-weight: 700;
}
h1.entry-title,
h1,
h1.et_pb_contact_main_title {
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px !important;
}
h3 {
  font-size: 28px !important;
}
h4 {
  font-size: 26px !important;
}
h5 {
  font-size: 20px !important;
}
h1,
h2,
h3 {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
}
h4,
h5,
h6 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
}
a {
  color: #222;
}
a:hover {
  color: #bcd6e6;
}
.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
  color: #bcd6e6;
}
.nav li {
  line-height: 0;
}
.nav li ul {
  width: 200px;
  border-top: 3px solid #e5ab3f;
}
.verticalCenter,
.verticalCenter h1,
.verticalCenter p,
.verticalCenter a,
.verticalCenter h2,
.verticalCenter h5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-content {
  padding-top: 2em;
}
/* Header */
#top-header,
.et-fixed-header#top-header {
  background-color: #bcd6e6 !important;
}
#top-header .container {
  text-align: right;
}
#top-header #et-info {
  width: 100%;
}
#top-menu li ul {
  padding: 0;
}
#top-menu li li {
  border-bottom: 1px solid #ddd;
  padding: 0;
  line-height: 1.2em;
}
#top-menu li li:last-child {
  border: none;
}
#top-menu li li a {
  padding: 0.8em 1.2em;
}
#top-menu li li a:hover {
  background: none;
}
.crafty-social-buttons-list {
  list-style-type: none;
}
.crafty-social-buttons-list li {
  float: left;
}
.et_header_style_centered #main-header div#et-top-navigation {
  padding-top: 1em;
}
/* Footer */
.footer-widget .crafty-social-buttons-list li::before {
  display: none;
}
#footer-widgets .crafty-social-buttons-list li {
  padding: 10px 2px;
}
#footer-widgets h4.title {
  text-align: center;
  color: #000;
  font-family: "Amatic SC", cursive;
  font-size: 30px;
  font-weight: 700;
}
/* Home */
.captions {
  text-align: center;
  margin-top: -20px;
}
.testimonials .et_pb_column {
  color: #c66a52;
  padding: 1em;
  min-height: 220px;
}
.wplp_container.default .title {
  color: #4786cc;
  text-align: center;
}
/* Portfolio Section */
.single-portfolio .container {
  width: 100%;
}
.single-portfolio h1.entry-title,
.page-template-archiveportfolio h1.page-title {
  text-align: center;
  width: 100%;
  padding-bottom: 1em;
}
.page-template-archiveportfolio #portfolio-items {
  display: flex;
  flex-flow: row wrap;
  margin: 10px;
}

.page-template-archiveportfolio article {
  width: 30%;
  margin: 10px;
  text-align: center;
  line-height: 1em;
}
.page-template-archiveportfolio .post-details {
  padding-top: 5px;
}
.page-template-archiveportfolio .post-details a {
  color: #c66a52;
}
/* Home */
.home .et_pb_image {
  margin-bottom: 3% !important;
}
/* About */
#post-2154 .et_pb_image {
  margin-bottom: 2% !important;
}
/* Happy Clients */
.toContact .et_pb_column_3_4 {
  width: 85%;
  margin-right: 0;
  margin-left: 3%;
}
.toContact .et_pb_column_1_4 {
  width: 8%;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 26px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  p {
    font-size: 15px;
  }
  .toContact .et_pb_column_3_4,
  .toContact .et_pb_column_1_4 {
    width: 100%;
    margin: 0;
  }
  .toContact a img {
    display: block;
    margin: auto;
    width: 200px;
  }
}
