/*
 Theme Name:     Divi Child Theme for Madeleine Peyroux
 Theme URI:      http://www.elegantthemes.com/gallery/Divi/
 Description:    Divi Child Theme for Madeleine Peyroux
 Author:         Matter
 Author URI:     http://www.matter.co
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

// .clearfix {
//   overflow: auto;
//   zoom: 1;
// }

.clearfix.et_menu_container {
  overflow: visible;
}


/* HOW DIVI SHOULD ACTUALLY WORK*/
.et_boxed_layout #page-container .mttr-fw-row.et_pb_row {
	width: 100%;
}


body{
	font-family: "mr-eaves-xl-modern","Open Sans", Arial, sans-serif;
}


a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

a:hover,
.nav-single a:hover {
	color: #097AB8;
	color: #fff;
 	transition: none;
}

blockquote p {
    padding-bottom: 1em;
}

blockquote {
	font-size: 2em;
	line-height: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em !important;
}


/*Header*/

.et_fixed_nav.et_boxed_layout #page-container #top-header{
	background-color: #d9d8d0;
}

#et-secondary-menu {
    float: left;
    padding-left: 60px;
    width: 100%;
}

#top-header .et-social-icons {
	float: right;
}

#top-header .menu a {
    font-size: 1.5rem;
    font-weight: normal;
}

#et-secondary-nav li {
    margin-right: 22px;
}




#main-header {
	background: #d9d8d0;
	box-shadow: none;
	display: none;
}

#et-top-navigation,
.et_fixed_nav #et-top-navigation {
    float: left;
    font-weight: 400;
    padding-left: 30px !important;
}

#top-header .current_page_item a,
#et-top-navigation .current_page_item a {
	color: #ffffff;
}

#top-header .current_page_item.menu-item-118 a,
#et-top-navigation .current_page_item.menu-item-118 a {
	color: #585145;
}

#top-menu a {
}
#et-secondary-menu > ul > li > a:hover,
#top-header .current_page_item.menu-item-118 a:hover,
#top-menu-nav > ul > li > a:hover {
	-webkit-transition: none;
    -moz-transition: none;
    transition: none;
	color: #fff;
	opacity: 1;
}


.home-news h2 {
	/*font-size: 2.0em;*/
	font-size: 3.0em;
	text-transform: lowercase;
	letter-spacing: -0.02rem;
	padding-bottom: 1.2rem;
}

.home-news .et_pb_bg_layout_light .et_pb_post p {
	color: #393939;
}

.home-news .more-link {
	color:#fff;
	text-transform: capitalize;
	font-size: 1em;
}

.home-news a.more-link:hover {
  color: #b84709;
}

.more-link:after {
	content:" »";
}

/*Email Form*/

.email-form h3 {
	color:#aca77d;
	font-size: 1.5rem;
	padding-bottom: 0;
}

.email-form p {
	font-size: 0.9rem;
}

input[type=text], 
input[type=password], 
input[type=tel], 
input[type=email], 
input.text, 
input.title, 
textarea, 
select  {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	background-color: #fff;
    width: 100%;
    font-weight: 600;
    color: rgba(0,0,0,0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.email-form button {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #bbb;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #333;
    font-weight: bold;
    border: none;
    float: right; 
}

.email-form button:hover {
	background-color: #b84709;
	color: #fff;
	cursor: pointer;
}

.email-form .post-code {
	width: 50%;
	float: left;
}


/*Remove this if you change the header slides and don't want them to link to iTunes*/
.et_pb_slide .et_pb_more_button {
  background: transparent none repeat scroll 0 0 !important;
  color: transparent !important;
  height: 500px !important;
  left: -100%;
  position: absolute;
  top: 0 !important;
  width: 1000%;
}

.home-buy-buttons.et_pb_row {
  margin-top: -1.5em !important;
  padding-top: 0;
}


/*Footer*/

#main-footer h4 {
	font-weight: 700;
}


.et_mobile_menu li a {
	font-size: 1.4rem;
}

.et_pb_widget.widget_sp_image {
  float: none;
}



/*POST PAGE SETTINGS*/
#left-area {
	padding-bottom: 0;
}

.single .et_pb_post {
    margin-bottom: 0;
}
.single .post {
    padding-bottom: 0;
}

.mp-single .et_pb_title_container h1 {
	font-size: 2.6rem;
	line-height: 2.0rem;
    color: #fff;
}


.mp-bg.et_pb_section_0 {
    padding: 25% 0 54px;
    background-size: 100%;
    background-position-y: 0;
    background-image: url(/wp-content/uploads/mp-bg-page.jpg);
}

.nav-single a {
	font-size: 1rem;
}

.meta-nav { display: none; }


/* DISCOGRAPHY */

.discography .et_pb_blog_grid .et_pb_post {
     padding: 0px; 
     border: none; 
     background-color: transparent; 
}

.et_pb_image_container {
     margin: 0; 
}

#left-area ul.buy-links,
.entry-content ul.buy-links {
  margin-left: 0;
  padding-left: 0;
  padding-top: 1rem;
}
.buy-links li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.buy-links a,
a.buy-links {
  color: #b84709;
  border: 2px solid #b84709;
  border-radius: 3px;
  padding: 0.5em 0.7em;
  font-size: 1.2rem;
}
.buy-links a:hover,
a.buy-links:hover {
  /* color: @text-link; */
  /* border-color: @text-link; */
  background: #eee;
}

.js .et_pb_blog_grid[data-columns] .column .et_pb_post {
  min-height: 36em;
}
.js .et_pb_blog_grid[data-columns] .column .et_pb_post.category-news {
  min-height: 30em;
}

.js .et_pb_blog_grid[data-columns] .column .et_pb_post.category-press {
	min-height: 24em;
}


/* PRESS PAGE*/
.category-press h2 a {
  display: none;
}


@media only screen and (min-width: 1350px) {

.home-buy-buttons.et_pb_row {
  margin-top: -1.5em !important;
  padding-top: 0;
}


}

@media (min-width: 981px) {




	
}

@media only screen and (max-width: 980px) and (min-width: 768px) {

#main-header {
	display: block;
}

}



@media only screen and (max-width: 767px) {

.mp-single .et_pb_title_container h1 {
	font-size: 1.8rem;
	line-height: 1.4rem;
}

#main-header {
	display: block;
}



}
