/*!
 * For: secretvidw2.htm, secret-video-wistia.html
 * Description: New CSS Stylesheet for The Breakup Cure Sales Page
 * By Dylan Damsma (Twitter: @dylandamsma)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: Georgia, Cambria, "Times New Roman", Times,sans-serif;; 
}

body {	
	margin: 0;
	background-color: #eee;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5 {
	font-family: "Open Sans";
}

h1 {}
h2 {}
h3 {
	font-size: 24px;
}
h4 {}
h5 {}
p {
	font-size: 20px;
	letter-spacing: .01rem;
	line-height: 1.5
}

p.small {
	font-size: 16px;
}

p.exsmall {
	font-size: 13px;
}

watch {
	color: #777777
}

.center {
	text-align: center;
}
.guarantee p{
	text-align: left !important;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/** ==== MAIN CONTENT ====  **/

#main {
	width: 860px;
	border: 10px solid #0D0984;
	margin: 0 auto;
	background: #fff;
}

#content {
	padding-top: 15px;
	margin: 0 auto;
	width: 780px;
}

.headline {
	text-align: center;
}

.headline h1 {
	color: #FF0900;
}

.headline .warning {
	font-style: italic;
}

.content {
	font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times,serif;
	font-size: 16px;
	padding: 75px;
}

.section-text {
	padding: 25px 25px;
}

.faq p{
	/*font-size: 16px !important;*/
}

/** ==== ORDER MENU ==== */

.order-menu p{
	text-align: center;
}

.three-d {
	background-image: url(../index_files/package.jpg);
	margin: 0 auto;
	width:790px;
	height:758px;
}

.d1 {
	float:left;
	width:225px;
	height:78px;
	margin:584px 0 0 18px;
}

.d2 {
	float:left;
	width:225px;
	height:78px;
	margin:584px 0 0 35px;
}

.d3 {
	float:left;
	width:225px;
	height:78px;
	margin:581px 0 0 40px;
}

.d1 a,
.d2 a,
.d3 a {
	display:block;
	width:225px;
	height:78px;
}


/** ==== FOOTER ====  **/

#footer {
	width: 100%;
	background: #EEEEEE;
}

.footer-content {
	text-align: center;
	padding: 20px 250px;
}

.footer-content p {
	font-family: sans-serif;
	font-size: 14px;
}

/** ===== RECENT CUSTOMERS ==== **/

#recent-customers-widget {
	display: block; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	width: 265px; 
	border: 1px solid rgb(51, 51, 51); 
	text-align: center; 
	background-color: 
	rgb(255, 255, 255); 
	color: rgb(0, 0, 0); 
	margin: 0px auto; 
	padding: 0px;
	overflow: auto;	
	margin-bottom: 25px;

}

.recent-customers-list td{
	padding-left: 20px; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	width: 50%
}

.recent-customers-title {
	font-weight: bold; 
	font-size: 18px; 
	background-color: #ccc; 
	color: #fff; 
	height: 35px; 
	line-height: 35px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF;	
}

