/*
 Theme Name:   Muum TCD085 Child
 Template:     muum_tcd085
 Version:      3.7.5
*/
body.single-promo .promo_video_btn {
    display: inline-block;
    padding: 0.3em 1em;
    .3em;
    text-decoration: none !important;
    color: #903315;
    border: solid 2px #903315;
    border-radius: 3px;
    transition: .4s;
}

body.single-promo #main_contents #main_col {
	width:1000px !important;
	margin:0 65px !important;
}

body.single-promo #main_contents #main_col,
body.page-template-page_lp2 #main_contents #main_col {
    padding: 0 50px;
	/*padding: 60px 50px 0;*/
}

@media screen and (max-width: 1251px) {
	body.single-promo #main_contents #main_col,
	body.page-template-page_lp2 #main_contents #main_col {
		margin: 0 !important;
		padding: 0;
	}
}

/*@media screen and (max-width: 1251px) {
  body.page-template-page_lp2 #main_contents {
    width: 80%!important;
  }
}*/

.single_banner {
  background-color: transparent;
  border: none;
  padding: 20px 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

.single_banner h2 {
  font-size: 1.5em;
  margin: 0 0 2em 0;
  color: #1a1a1a;
  text-align:center; 
}

.single_banner h3 {
  font-size: 1.5em;
  margin: 0 0 2em 0;
  color: #1a1a1a;
}

.single_banner p {
  margin: 1em 0 2em 0;
}

.single_banner ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.single_banner ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.single_banner a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
}

.single_banner a:hover {
  color: #003366;
  text-decoration: none;
}
@media screen and (max-width: 640px){
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="text"],
	textarea {
		width: 90%;
		min-width: 150px;
	}
	table{
		box-sizing: border-box;
		width: 100%;
	}
	td{
		box-sizing: border-box;
		width: 10%;
	}
}
/*
td{
		background: #953716 !important;
	}
*/
#footer_legal { padding: 16px 0; text-align: center; }
#footer_legal .legal-nav ul { list-style: none; margin: 0; padding: 0; }
#footer_legal .legal-nav li { display: inline-block; margin: 0 8px; }
#footer_legal a { text-decoration: none; }

#footer_simple { 
	text-align:center; 
/* 	padding:16px 0; */
    color: #ffffff;
    background: #000000;
}