/*
Theme Name: Peaches
Template: Divi
Author: Peaches
Version: 1.0
Updated: 2015-02-17 18:28:10
*/


/* Custom Changes Here */

#top-header, #top-header a {
  color: #5C5B5E !important;
}

#et-info {
  float: none !important;
  font-size: 13px !important;
  padding-bottom: 10px;
  text-align: center !important;
  width: 100% !important;
}

#main-header {
  background-color: #FFD3E2 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.nobottommargin {
  margin-bottom: 0 !important;
}

/* MENU CHANGES */

#logo {
  margin-bottom: 0px;
  max-width: 300px;
}

#top-menu li {
  padding-right: 80px;
  text-transform: uppercase;
}

#top-menu li a {
  font-size: 13px !important;
  text-transform: uppercase;
}

#top-menu a:hover, .fullwidth-menu a:hover {
  color: #ffffff;
}

#main-header .nav li ul {
  background-color: #ffffff !important;
}

.nav li ul {
  padding: 0px !important;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
  background-color: rgba(255, 211, 226, 1);
  color: #fff;
}

#top-menu ul li.current-menu-item a {
  color: #5c5c5c !important;
  font-weight: bold !important;
}

/* END MENU CHANGES */


/* HOME SLIDER CHANGES */

#home-slider {
  max-height: 450px !important;
}

#home-slider .et_pb_slide_description h2 {
  font-size: 55px;
  font-weight: 300;
}

#home-slider .et_pb_slide_description h2 {
  color: #d25380 !important;
  font-size: 59px;
  font-weight: bold;
}

#home-slider .et_pb_slide_description p {
  color: #313131;
  font-size: 20px;
  font-weight: 300;
}

#home-slider .et_pb_slide_description {
  padding: 125px 100px !important;
}


#home-slider .et_pb_more_button {
  background-color: #ffffff;
  opacity: 0.9;
}


/* END HOME SLIDER CHANGES */

/* HOME PAGE CHANGES */

#home-services h4 {
  border-bottom: 1px solid #eaeaea;
  color: #777777;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 14px;
}

#home-main-text {
  padding-bottom: 0;
  padding-top: 10px;
}

#home-services {
  padding-top: 0;
}

/* END OF HOME CHANGES */

.main-page-grey-header .et_pb_row {
  text-align: center !important;
}

.main-page-grey-header .et_pb_row h1 {
  color: #ef8fb1 !important;
  font-size: 39px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-page-grey-header .et_pb_row p {
  font-size: 15px;
  text-transform: uppercase;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    text-align: left;
    margin-right: 2%;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* MOBILE CHANGES */

@media screen and (max-width: 479px) {
    #home-slider .et_pb_slide_description {
  	padding: 50px 50px !important;
}
}

@media screen and (max-width: 979px) and (min-width: 479px) {
    #home-slider .et_pb_slide_description {
  	padding: 75px 75px !important;
}
}