/*
 Theme Name:     Kaffe Fassett Studio
 Theme URI:      http://www.bendugdale.com
 Description:    Divi child theme
 Author:         Ben Dugdale
 Author URI:     https://www.bendugdale.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Background colour */

#main-content { background-color: #d5cada !important; }


/* Typography */

p, body { font-family: "malaga",serif; font-style: normal; font-weight: 400; line-height: 125%!important; }

h1, h2, h3, h4, h5, h6 { font-family: "malaga",serif; font-style: normal; font-weight: 400; line-height: 125%!important; }

em, { font-family: "malaga",serif; font-style: italic; font-weight: 400; line-height: 125%!important; }

b, strong {font-family: "malaga",serif; font-style: normal; font-weight: 700; line-height: 125%!important; }

.et_pb_bg_layout_light .et_pb_post p { color: #000; }

hr { color: #DC077F; }

.invert { color: #fff; }

/* END Typography */

/* Navigation/Buttons/links */

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  background: #801C61;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none !important;
  font-size: 20px;
  font-family: "malaga",serif; font-weight: 400; line-height: 125%!important;
}

.btn-sml {
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  color: #ffffff;
  background: #801C61;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: none !important;
  font-size: 10px;
  font-family: "malaga",serif; font-weight: 400; line-height: 125%!important;
}

.btn:hover, .btn-sml:hover { background: #6B154F; text-decoration: none; }

a.invert { color: #fff; }

a.pink { color: #dc077f; text-decoration: underline; }

/* END Buttons */


/* Blog listing */

#blog-listing .post-content { padding-bottom: 30px; }

#blog-listing .et_pb_post h2 { margin-top: 0; line-height: 125% !important; }

#blog-listing h2.entry-title a {color: #801C61; }

#blog-listing .et_pb_post { margin-bottom: 15px; }

/* END Blog listing */

/* Fixed Nav Drop Down */


.et_fixed_nav ul#top-menu.nav ul.sub-menu li a{
	color:#fff !important;	
}
/* END Fixed Nav Drop Down */