/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

hr { color: ##e8e8e8;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: inline;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/* Fonts */
@font-face {
    font-family: 'merriweather_sansextrabold';
    src: url('fonts/merriweathersans-extrabold-webfont.eot');
    src: url('fonts/merriweathersans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweathersans-extrabold-webfont.woff') format('woff'),
         url('fonts/merriweathersans-extrabold-webfont.ttf') format('truetype'),
         url('fonts/merriweathersans-extrabold-webfont.svg#merriweather_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'merriweather_sansbold';
    src: url('fonts/merriweathersans-bold-webfont.eot');
    src: url('fonts/merriweathersans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweathersans-bold-webfont.woff') format('woff'),
         url('fonts/merriweathersans-bold-webfont.ttf') format('truetype'),
         url('fonts/merriweathersans-bold-webfont.svg#merriweather_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansregular';
    src: url('fonts/merriweathersans-regular-webfont.eot');
    src: url('fonts/merriweathersans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweathersans-regular-webfont.woff') format('woff'),
         url('fonts/merriweathersans-regular-webfont.ttf') format('truetype'),
         url('fonts/merriweathersans-regular-webfont.svg#merriweather_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansitalic';
    src: url('fonts/merriweathersans-italic-webfont.eot');
    src: url('fonts/merriweathersans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweathersans-italic-webfont.woff') format('woff'),
         url('fonts/merriweathersans-italic-webfont.ttf') format('truetype'),
         url('fonts/merriweathersans-italic-webfont.svg#merriweather_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

} 

/* Main CSS */
body { font-family:"merriweather_sansregular"; font-size: 16px; line-height: 26px; color: #000000; background-color: #171717; }
a:hover {-moz-transition:color ease-out 200ms; -khtml-transition:color ease-out 200ms; -o-transition:color ease-out 200ms; -webkit-transition:color ease-out 200ms; transition:color ease-out 200ms;}
a {-moz-transition:color ease-in 200ms; -khtml-transition:color ease-in 200ms; -o-transition:color ease-in 200ms; -webkit-transition:color ease-in 200ms; transition:color ease-in 200ms;}
input {font-family:"merriweather_sansregular"; padding:10px; border:solid 1px #aaa; border-radius:3px; font-size:15px; margin-bottom:11px;}
input[type="submit"] {font-family:"merriweather_sansregular"; font-size: 15px; color:#fff; background:#B32F2F; border:none; padding: 10px 15px; cursor:pointer; border-radius:3px;}
input[type="submit"]:hover {background:#EEEEEE; color:#000000; }
#wrap { width: 100%; margin-right: auto; margin-left: auto; overflow:hidden; position:relative; }
a { color: #B32F2F; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:hover {-moz-transition: color linear 200ms; -khtml-transition: color linear 200ms; -webkit-transition: color linear 200ms; -o-transition: color linear 200ms; transition: color linear 200ms;}
.wrap:after {content:"."; display:block; height:0px; visibility:hidden;  clear:both; }
.wrap { max-width: 945px; width:100%; margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }

/* Columns : Body, Home Widgets and Footer */
.columns-2, .columns-2 > .content, .columns-2 > .sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns-2 > .content { width: 625px; float: left;  }
.front-page .columns-2 > .content { background: #fff; border: solid 3px #7b7b7b; padding: 11px;}
.columns-2 > .sidebar { width: 300px; float: right; }
.columns-2 > .no_sidebar {width:auto !important; }
.columns-3, .columns-3 > .hc1, .columns-3 > .hc2, .columns-3 > .hc3 {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns-3 > .hc1 { width: 32%; float: left; }
.columns-3 > .hc2 { width: 32%; float: left; margin: 0 18px; }
.columns-3 > .hc3 { width: 32%; float: right; }

/* Headings */
h1 { 
	font-family: "merriweather_sansbold"; 
	font-size: 37px;
	letter-spacing: -3px;
}
h3 {
	font-family: "merriweather_sansbold";
	font-size: 22px; 
	letter-spacing: -2px; 
	color: #242424; 
}

/* Image Alignments */
.alignleft, .left, img[align="left"] { float: left; margin-right:10px; margin-bottom:10px;}
.alignright, .right, img[align="right"] { float: right; margin-left:10px; margin-bottom:10px; }
.aligncenter, .center, img[align="middle"] { display: block; margin-right: auto; margin-left: auto; margin-bottom:10px; float: none; clear: both; }

/* Header */
#header_area {background: url(images/body-bg3.jpg) no-repeat center top; }
.front-page #header_area {background: none; }
#header_area .wrap { padding: 11px 0 0; }
#header_left {width:230px; float:left; background: url(images/logo.png) no-repeat -25px 15px;}
#site_tagline { font-family:"merriweather_sansregular"; font-size: 16px; line-height: 1.375em; display: none;}
#site_title { font-size: 36px; line-height: 50px; color: #d00; font-family:"merriweather_sansbold"; }
#site_title a { color: #B32F2F; display: block; width: 230px; height:140px; text-indent:-999px; }
#site_title a:hover { color: #000000; }
#header_right {float:right; width:710px;}

/* Header Optin Form */
.header-optin { background: #a60006; color: #fff; padding:5px 17px 0 ; width: 100%; float: left; margin-top: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.optin-title {float: left; width: 150px; }
.header-optin-form h3 { font-size: 25px; font-family: "merriweather_sansbold"; color: #fff; line-height: 36px; text-align: center;}
.header-optin-form h3 span {background: #171717; border-radius: 50%;  padding: 5px 10px; font-size: 18px; }
.header-optin-form h4 { font-size: 13px; font-family: "merriweather_sansbold"; letter-spacing: -1px; text-align: center; }
.header-optin-form img {float: left; margin: 3px 10px 0px 5px;}
.header-optin-form p { margin-bottom: 0px !important; font-size: 15px; line-height: 20px; }
.header-optin-form input {width: 30%; border: none; border-radius: 0px; margin:15px 0px 0px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header-optin-form input[type="submit"] { width:13%; border-radius: 0px; background: #000; color: #fff; margin-bottom:0;  }

/* Navigation */
#nav_wrap {float: right;}
.menu { position: relative; list-style: none; z-index: 50; border:none; font-family: "merriweather_sansregular"; background: #2f2f2f;  }
.menu li { position: relative; float: left; }
.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
.menu ul li { clear: both; }
.menu a { font-size: 15px; padding: 10px 15px; border:none; display: block; background: #2f2f2f; color:#fff; }
.menu ul ul { position: absolute; top: 0; }
.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }
.menu ul, .menu ul li { width: 180px; }
.menu ul ul, .menu :hover ul :hover ul { left: 180px; }
.menu ul a { width: auto; border:none; }
.menu li ul { border-bottom-width: 1px; }
.menu li { margin-bottom: -1px; }
.menu li ul { margin-top: -1px; }
.menu ul ul { margin-top: 0; }
.menu, .menu a, .menu li ul { border-color: #EEEEEE; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a { border-bottom-color: #EEEEEE; }
.menu li:hover ul, .menu a:hover ul { left: -1px; }
.menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #fff; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { background-color: #EEEEEE; }
.menu {border:none;max-width:945px; margin:0 auto;}
.menu a {letter-spacing:0; text-transform:none; }
.menu a:hover {-moz-transition: background linear 200ms; -webkit-transition: background linear 200ms; -khtml-transition: background linear 200ms; -o-transition: background linear 200ms; transition: background linear 200ms; color: #000000}
.menu > li {margin-bottom:0;}
.menu > li > a {border:none; text-transform: uppercase; font-family:"merriweather_sansbold"; }
.menu li ul { margin-left: 0;  margin-top: 0;}
.menu .current a, 
.menu .current a:hover, 
.menu .current-cat a, 
.menu .current-cat a:hover, 
.menu .current-menu-item a, 
.menu .current-menu-item a:hover {cursor:pointer;}
.menu-toggle {display:none;}

/* Featured Area */
#featured_area .wrap {padding: 0; }
#featured_area .widget {margin:0 0 20px; padding:0;}
.featured-video {width: 620px; float: left; }
.optin-form {width: 300px; height: 350px; float: right; background: #a60006; color: #fff; padding: 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.optin-form h3 { font-size: 47px; font-family: "merriweather_sansbold"; letter-spacing: -3px; color: #fff; line-height: 50px; margin-bottom: 10px; text-align: center;}
.optin-form h3 span {background: #171717; border-radius: 50%;  padding: 5px 10px; font-size: 34px; }
.optin-form h4 { font-size: 24px; font-family: "merriweather_sansbold"; letter-spacing: -2px; text-align: center; margin-bottom: 10px;}
.optin-form img {float: left; }
.optin-form p { margin-bottom: 0px !important; font-size: 15px; line-height: 20px; }
.optin-form input {width: 100%; border: none; border-radius: 0px; margin: 0 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.optin-form input[type="submit"] { border-radius: 0px; background: #000; color: #fff; margin-bottom:0;  }
#featured_area:after, #featured_area .widget:after {content:"."; display:block; height:0px; visibility:hidden;  clear:both; }


/* Sideabar CTA */
.sidebar-cta { width: 300px; height:130px; padding: 20px 15px 10px; margin-bottom: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sidebar-cta p {margin-bottom:0 !important;}
.sidebar-cta .title {font-size: 30px; font-family: "merriweather_sansbold"; letter-spacing: -2px; color: #000; }
.sidebar-cta .title span {font-size: 17px; color: #fff; letter-spacing: -1px; }

/* Content Area */
#content_area {background: #fff; }
.front-page #content_area {background: none; }
#content_area .wrap {padding: 50px 0 0;}
.front-page #content_area .wrap {padding: 0 ; }
.blog-title {font-family: "merriweather_sansextrabold"; color: #000; font-size: 37px; line-height: 54px; letter-spacing: -1px; margin-bottom:30px; }

/* Post Box and Post Styling */
.post_box {padding: 0 0 30px; margin-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: solid 1px #ddd; }
.post_box, .post_box h4 { font-size: 16px; line-height:24px;}
.post_box h1, .post_box .headline { font-family: "merriweather_sansregular"; color: #a60006; font-size: 30px; line-height: 42px; margin-bottom: 15px; letter-spacing: -2px; }
.post_box .post_content h2 { font-family: "merriweather_sansregular"; color: #a60006; font-size: 26px; line-height: 1.2em; margin-bottom: 10px; margin-top:25px;letter-spacing: -1px;}
.post_box h3 { font-size: 22px; line-height: 30px; font-weight: normal; margin-top: 39px; margin-bottom: 18px; letter-spacing: -1px; }
.post_box h5, .post_box .small { font-size: 13px; line-height: 21px; }
.post_box .drop_cap { font-size: 52px; line-height: 1em; margin-right: 9px; float: left; }
.post_box p, .post_box ul, .post_box ol, .post_box blockquote, .post_box pre, .post_box dl, .post_box dd { margin-bottom: 26px; }
.post_box blockquote {margin:0 45px 0 30px;}
.post_box ul { list-style-type: square; }
.post_box ul, .post_box ol { margin-left: 56px; }
.post_box li { margin-bottom: 13px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-top: 13px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-left: 56px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol, .wp-caption p { margin-bottom: 0; }
.post_box .left, .post_box .alignleft, .post_box .ad_left { margin-bottom: 26px; margin-right: 26px; }
.post_box .right, .post_box .alignright, .post_box .ad { margin-bottom: 26px; margin-left: 26px; }
.post_box .center, .post_box .aligncenter { margin-bottom: 26px; }
.post_box .block, .post_box .alignnone { margin-bottom: 26px; }
.post_box .stack { margin-left: 26px; }
.post_box .alignleft {margin: 0 16px 5px 0;}
.post_box .wp-post-image { margin-top: 11px; margin-right: 15px; }
.thumb {float: left; margin: 5px 11px 0 0; border: solid 1px #EEEEEE; padding: 3px; }
.headline_area { font-family:"merriweather_sansregular"; margin-bottom: 11px; }
.headline a, .byline a:hover { color: #a60006; }
.headline a:hover { color: #000000; }
#featured_headline .byline {font-family:"merriweather_sansregular"; font-size:13px; margin-top:11px;}
.byline {font-family:"merriweather_sansregular"; font-size: 13px; color: #333; padding: 11px 0; border-top: solid 1px #EEEEEE; border-bottom: solid 1px #EEEEEE; }
.post_author, .post_date, .post_edit, .post_cats { text-transform: capitalize; }
.post_cats a {padding-right: 5px; }
.post_edit { margin-left: 6px; }
.post_content h4 { font-weight: bold; }
.post_content a { text-decoration: underline; }
.post_content a:hover { text-decoration: none; }
.num_comments_link { text-decoration: none; float:right; }
.num_comments_link:hover, .num_comments:hover, .bracket:hover { text-decoration: none; color:#B32F2F; }
.bracket { color: #ccc; }
.post_nav { font-size: 14px; line-height: 23px; border-width: 2px 0 0 0; border-style: solid; border-color: #EEEEEE; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 11px; }
.post_nav { clear: both; }
.post_nav a:hover { text-decoration: underline; }
.post_excerpt {display: table; }
.post_excerpt a { float: right; display: block; clear: both; background: #a60006; color: #fff; text-decoration: none; padding: 7px 15px; text-transform: uppercase; font-size: 16px; margin-top: 25px; }

/* Post Archives */
#archive_intro { border-width: 0 0 1px 0; border-style: solid; border-color: #EEEEEE; }
.archive_title { margin-bottom: 0; font-family:"merriweather_sansbold"; font-size:36px !important; color:#444;}
#archive_intro:empty { display: none; padding:0;}
.archive_nav {letter-spacing: 0px; padding-bottom: 15px; }
.archive_nav { clear: both; }
.archive_nav .next_posts { float: right; }
.archive_nav a:hover { text-decoration: underline; }
.archive_nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.archive_nav:empty { display: none; }

/* Page Title */
.page .post_box h1, .page .post_box .headline {
	font-family: "merriweather_sansextrabold";  color:#000000; font-size: 37px; line-height: 1.2em; margin-bottom: 15px; letter-spacing: -1px;  text-transform:none;}

/* Widgets */
.widget { font-size: 14px; line-height: 23px; margin-bottom: 15px;}
.widget .widget_title { font-family:"merriweather_sansbold"; font-size: 15px; line-height: 15px; margin-bottom: 11px; }
.widget p, .widget ul { margin-bottom: 23px; }
.widget li ul { margin-bottom: 0; }
.widget ul { list-style-type: none; }
.widget li { margin-bottom: 12px; }
.widget li ul, .widget li ol { margin-top: 12px; }
.widget a:hover {text-decoration:underline;}
.widget li { margin-bottom:5px;}

/* Sidebar Widgets */
.sidebar .widget { margin-bottom: 20px; }
.sidebar .widget li { padding: 11px 0; border-bottom: solid 1px #eee; }
.sidebar .widget_title {margin-bottom: 15px; }

/* Header Widgets */
#header_right .widget { font-size: 16px; line-height: 26px; text-align: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-bottom: 5px; }
#header_right .widget .widget_title { font-size: 20px; line-height: 32px; }
#header_right .widget p, #header_right .widget ul { margin-bottom: 26px; }
#header_right .widget li ul { margin-bottom: 0; }
#header_right .widget p, #header_right .widget ul { margin-bottom: 0px; }
.member-login, .member-login a {font-size: 13px; line-height: 16px; text-decoration: underline; color: #d9d9d9;}
.member-login a:hover {text-decoration: none; }
.social-icons { display: inline-block; }
.social-icons li { float: left; display: inline-block; margin-bottom: 0; margin-left: 5px; }
.social-icons li a {display: block; width:40px; height: 40px;}
.social-icons .fb { background: url(images/social.png) left center no-repeat #191919; }
.social-icons .twitter { background: url(images/social.png) -48px center no-repeat #191919; }
.social-icons .youtube { background: url(images/social.png) -93px center no-repeat #191919; }
.tft-phone {font-size: 15px; font-family: "merriweather_sansregular"; background: #191919; padding: 0 20px; color: #fff; display: block; height: 40px; line-height: 40px; margin-left: 15px;  }
.social-icons li.tft-phone a {color: #ffea8f; width: 100% !important; text-decoration: none; font-family: "merriweather_sansregular"; display: inline; }
.social-icons li.tft-phone a.customer-service { color: #fff; text-decoration: underline; }

/* TFT Banner Widgets */
#tft-banner-container .widget {margin-bottom: 0;}

/* Home Widgets */
#home_widgets .widget { font-size: 16px; line-height: 26px; text-align: justify; margin-top: 0px; margin-right: 0px; margin-bottom: 11px; margin-left: 0px; }
#home_widgets .widget .widget_title { color:#B32F2F; font-size: 26px; line-height: 42px; text-align:center; letter-spacing: 0px; }
#home_widgets .widget p, #home_widgets .widget ul { margin-bottom: 26px; }
#home_widgets .widget li ul { margin-bottom: 0; }
#home_widgets .wrap {padding-top:15px; padding-bottom: 15px; }

/* Footer */
#footer_area { width: 100%; color: #fff;  background:#171717;  padding: 30px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#footer_area .tft-banner {margin-bottom: 30px;}
.footer-credits { color: #a3a3a3; font-size: 13px; padding-top: 15px; padding-bottom: 15px; text-transform: uppercase; font-family: "merriweather_sansregular"; margin-bottom: 200px; }
.footer-credits a {color: #eec202; }
.footer-logo {float: left; width: 230px; }
.footer-menu {width: 700px; float: right; margin-top: 30px; }
.footer-menu .menu {float: right; }
.footer-menu .menu, .footer-menu .menu a, .footer-menu .sub-menu {background: none; }
.footer-menu .sub-menu {display: none; }
.footer-menu a:hover {color: #ddd;}
.footer-extras {border-top: solid 3px #3d3d3d; padding-top: 40px; margin-bottom: 140px; }

/* Comments Styling */
.comments_intro {  margin-top: 15px; margin-bottom: 11px; padding-right: 15px; padding-left: 11px; }
.comments_intro { font-family:"merriweather_sansregular";}
.comments_intro a { text-decoration: underline; }
.comments_intro a:hover { text-decoration: none; }
.comments_closed { line-height: 24px; color: #333; margin-bottom: 15px; padding-right: 15px; padding-left: 11px; }
.comment { list-style:none;  border-width: 0 0 1px 0; border-style: dotted; border-color: #EEEEEE; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 11px; }
.comment .comment_author { font-size: 18px; font-weight: bold; }
.comment .comment_aux { font-size: 11px; line-height: 20px; }
.children .comment { list-style-type: none; border-width: 0 0 0 1px; border-style: solid; border-color: #bbb; margin-top: 15px; padding-left: 15px; }
.bypostauthor { background-color: #e7f8fb; }
.children .bypostauthor { background-color: transparent; border-width: 0 0 0 2px; border-style: solid; border-color: #bde0e6; }
.comment .comment_text ul { list-style-type: square; }
.comment .comment_text ul, .comment .comment_text ol { margin-left: 15px; }
.comment p, .comment .comment_text ul, .comment .comment_text ol, .comment .comment_text blockquote, .comment .comment_text pre { margin-bottom: 15px; }
.comment .comment_text li ul, .comment .comment_text li ol { margin-left: 15px; margin-bottom: 0; }
.comment .comment_text .left, .comment .comment_text .alignleft { margin-bottom: 15px; margin-right: 15px; }
.comment .comment_text .right, .comment .comment_text .alignright { margin-bottom: 15px; margin-left: 15px; }
.comment .comment_text .center, .comment .comment_text .aligncenter { margin: 0 auto 15px auto; }
.comment .comment_text .block, .comment .comment_text .alignnone { margin: 0 auto 15px 0; }
#comments { list-style-type: none; margin-bottom: 30px; border-top: 1px dotted #bbb; }
.children .comment { padding-top: 0; padding-right: 0; padding-bottom: 0; }
.comment .avatar { float: left; margin-right: 11px; }
.comment .comment_head { margin-bottom: 11px; }
.children .comment_head { margin-bottom: 0; }
.comment_text { margin-left: 90px; }
.comment_date { font-size: 12px; color: #333; margin-left: 11px; }
.comment_edit { float: right; }
.comment_date a { color: #333; }
.comment_text a, .comment_head a:hover { text-decoration: underline; }
.comment_text a:hover { text-decoration: none; }
.comment-reply-link, .comment_edit { color: #333; }
.comment-reply-link:hover, .comment_edit:hover { text-decoration: underline; }
#commentform { line-height: 15px; margin-bottom: 30px; padding-right: 15px; padding-left: 11px; padding-top: 15px; }
#commentform label { display: block; }
#commentform p { margin-bottom: 1em; }
#commentform p a { text-decoration: underline; }
#commentform p a:hover { text-decoration: none; }
#commentform p .required { color: #d00; }
.comment_moderated { font-weight: bold; }
#commentform .input_text { width: 50%; }
#commentform textarea.input_text { width: 100%; }
.comment #commentform { padding-right: 0; padding-left: 0; }
.comment #comment_form_title { margin-top: 0; }
#comment_form_title { font-size: 18px; color: #666; border-width: 0 0 1px 0; border-style: dotted; border-color: #bbb; margin-top: 30px; margin-right: -15px; margin-left: -11px; padding-right: 15px; padding-bottom: 11px; padding-left: 11px; }
.input_text { font-size: 14px; line-height: 1em; font-family: inherit; color: #000000; background-color: #fff; border-width: 1px; border-style: solid; border-color: #aaa; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.input_text:focus { background-color: #fff; border-style: solid; border-color: #777; }
.input_text { font-family:"merriweather_sansregular"; border-radius:3px; }
textarea.input_text { line-height: 15px; border-radius:3px;  }
textarea, input {border-color:#aaa; border-radius:3px;}
textarea:focus, input:focus {border-color:#777;}
.input_submit { font-size: 16px; line-height: 1em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; color: #fff; background-color: #B32F2F; border-width: 3px; border-style: double; border-color: #999; padding-top: 5px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; }
.input_submit { border-radius:3px; font-family:"merriweather_sansregular"; cursor: pointer; overflow: visible; }
.input_submit:hover { background:#532F3B ;}
#cancel-comment-reply-link { font-size: 11px; color: #fff; background-color: #d00; border-width: 2px; border-style: solid; border-color: #5E5E5E; padding-top: 5px; padding-right: 7px; padding-bottom: 5px; padding-left: 7px; }
#cancel-comment-reply-link { border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { border-width: 1px; border-style: solid; border-color: $blue; }

/* Custom Buttons */
.tft-cta{ 
	font-size: 12px; text-align: center; color: #fff; background-color: #a60006; margin-top: 11px; padding: 5px 15px; 
-moz-transition: background-color .3s ease-in; -webkit-transition: background-color .3s ease-in; -khtml-transition: background-color .3s ease-in; transition: background-color .3s ease-in; display:inline-block; float: none; font-family: "merriweather_sansregular"; text-decoration: none; 
}
.tft-cta:hover {
-moz-transition: background-color .3s ease-in;
-webkit-transition: background-color .3s ease-in;
-khtml-transition: background-color .3s ease-in;
transition: background-color .3s ease-in;
background: #171717; 
text-decoration:none !important;
color:#fff !important;
}

/* Gravity Forms */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 15px !important;
	padding: 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Recent Posts widget */
.widget_recent_entries {padding: 25px 25px 15px; background: #303030; }
.widget_recent_entries .widget_title {font-family: "merriweather_sansextrabold"; font-size: 28px; letter-spacing: -1px; color:#FACA06; text-transform: none; text-align:center; border-bottom: solid 1px #494949; line-height: 40px; padding-bottom: 20px; margin-bottom: 0px; }
.widget_recent_entries a { color: #fff; }
.widget_recent_entries li { border-bottom: solid 1px #494949 !important; margin:0 !important; padding: 11px; line-height:20px; }
.widget_recent_entries p {font-size: 14px; line-height: 20px; }

/* Archive Widget */
.widget_archive { background: #a60006; padding: 35px 25px 45px; }
.widget_archive .widget_title {font-size: 26px; font-family: "merriweather_sansextrabold"; color: #FACA06; text-align: center; letter-spacing: -1px; text-transform: none; line-height: 38px;  margin-bottom: 15px; } 
.widget_archive select {width: 80%; margin: 0 auto; display: block;} 

/* Tag Cloud Widget */
.widget_tag_cloud {background: #000;  padding: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.widget_tag_cloud .widget_title { color: #faca06; font-family: "merriweather_sansextrabold"; font-size: 26px; letter-spacing: -1px; line-height: 38px; text-transform: none;text-align:center; }
.widget_tag_cloud a {color: #fff; text-decoration: underline; }
.widget_tag_cloud a:hover {text-decoration: none; }

/* Testimonials Widget */
.widget_woothemes_testimonials {background: #303030;  padding: 25px; color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.widget_woothemes_testimonials .widget_title { color: #faca06; font-family: "merriweather_sansextrabold"; font-size: 28px; letter-spacing: -1px; line-height: 38px; text-transform: none; margin-bottom: 0px;text-align:center;}
.widget_woothemes_testimonials .testimonials-text {padding: 20px; background: url(images/quote.png) top left no-repeat, url(images/quote-invert.png) bottom right no-repeat; margin-bottom: 10px; font-size: 13px; font-weight: 100; }
.widget_woothemes_testimonials .author {font-weight: bold; display: block; font-style: normal; padding: 0 20px;}
.widget_woothemes_testimonials .author .excerpt {font-weight: normal; display: block; }

/* Front Page Styling */
.front-page #wrap {background: url(images/body-bg3.jpg) no-repeat center top; }
.front-page .post_box h1, .front-page .post_box .headline { font-family: "merriweather_sansregular"; color: #a60006; font-size: 37px; line-height: 42px; margin-bottom: 15px; letter-spacing: -2px;  margin-top: 12px;  }
.front-page .title {font-size: 36px; color: #000;}
.front-page .title-red {font-size: 31px; color: #ec0009;}
.front-page .post_box {padding: 0 22px 11px 11px; }

/* Front Page CTA */
.home-cta { width: 300px; padding: 20px 15px 10px; height: 152px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.home-cta .title {font-size: 30px; font-family: "merriweather_sansbold"; letter-spacing: -2px; color: #000; margin-bottom: 15px !important; }
.home-cta .title span {font-size: 19px; color: #fff; letter-spacing: -1px; }
.cta-first {background: url(images/cta1.jpg) no-repeat; }
.cta-second {background: url(images/cta2.jpg) no-repeat; }
.cta-third {background: url(images/cta3.jpg) no-repeat; }

/* Front Page Featured On Sidebar Widget */
.widget_text.home_sidebar { background: #000;  padding: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.widget_text.home_sidebar .widget_title  { color: #faca06; font-family: "merriweather_sansextrabold"; font-size: 26px; letter-spacing: -2 line-height: 38px; text-transform: none;  text-align: center; }

/* TFT Money back guarantee CTA */
.tft-money-back {
	border-bottom: solid 2px #e8e8e8;
	border-top: solid 2px #e8e8e8;
	padding: 30px 20px 20px 0;
	margin-top: 20px;
	min-height: 90px;
	margin-right:20px;
	background-image: url(images/tft-money-back2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.tft-money-back h3 {
	margin: 0;
	font-family: "merriweather_sansregular";
	font-size: 22px;
	margin-left: 140px;
}

/* Gradient transparent - color - transparent */
hr.style-one { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

/* TFT product page header */
.tft-product-header h3 { margin: 0; font-family: "merriweather_sansregular"; font-size: 22px; }

/* TFT Product Description */
.tft-product-description h3 { font-family: "merriweather_sansregular"; color: #a60006; font-size: 30px; letter-spacing: -1px; line-height: 38px; }

/* TFT Product Price CTA */
.tft-product-price { background: #e5e5e5; padding: 30px ; font-family: "merriweather_sansbold"; font-size: 25px; letter-spacing: -2px; color: #131313;  text-align:center; line-height: 40px; }
.tft-product-price a { display: inline-block; color: #fff; background: #a60006; font-family: "merriweather_sansregular"; font-size: 16px; text-transform: uppercase; padding: 10px 20px; letter-spacing: 0px; text-decoration: none; margin-top: 15px; }
.tft-product-price a:hover {background: #000; }
.tft-product-price p {margin-bottom: 0px; }

/* TFT Video Product Price CTA */ 
.tft-video-price { padding: 0px 0 30px; font-family: "merriweather_sansbold"; font-size: 20px; letter-spacing: -2px; color: #131313; text-align: left; line-height: 32px; }
.tft-video-price a { display: inline-block; color: #fff; background: #a60006; font-family: "merriweather_sansregular"; font-size: 16px; text-transform: uppercase; padding: 10px 20px; letter-spacing: 0px; text-decoration: none; margin-top: 15px; }
.tft-video-price a:hover {background: #000; }
.tft-video-price p {margin-bottom: 0px; }

/* TFT Live Training Page styling imported from old website */
.trainingTable { border: 1px solid #666; border-collapse: collapse; display: block; }
.trainingTable td { border: 1px solid #666; border-collapse: collapse; padding: 10px;  }

/* TFT Live Training Page Styling */
.live-training .post_box .headline { font-family: "merriweather_sansbold"; color: #B32F2F; font-size: 36px; line-height: 50px;
margin-bottom: 22px; letter-spacing: -2px; text-transform: none; text-align: center; }
.live-training h2.alignCenter { text-align: center; font-family: "merriweather_sansbold"; line-height: 38px; letter-spacing: -2px; }
/*Top Table Styling */
.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;border-style:solid;border-width:1px;color:#900;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:8px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:8px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-7hhs{font-weight:bold;font-size:18px;font-family:"Arial Black", Gadget, sans-serif !important;;background-color:#990000;border-width:1px;border-style:solid;color:#ffffff;text-align:center}
.tg .tg-baox{font-weight:bold;font-size:20px;font-family:Arial, Helvetica, sans-serif !important;;text-align:center}
.tg .tg-kr94{font-size:12px;text-align:center}
.tg .tg-yjsh{color:#900;text-align:center}


/* TFT Sales Page */
body.sales-page {font-family: "Arial", "Helvetica", sans-serif; font-size: 17px; }
.sales-page .post_content a { color: #0000FF; }
.sales-page #content_area {background: #171717; }
.sales-page #content_area .wrap {background: #fff; padding-top: 10px;  }
.sales-page .post_box, .post_box h4 { font-size: 17px; 	line-height: 21px; margin:24px 0 18px 0; }
.sales-page .post_content {padding: 30px 100px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sales-page .mainprod { margin: 0 -80px; }
.sales-page .post_box .headline { display: none; }
.sales-page .post_box h1 { font-family: "Arial", "Helvetica", sans-serif; letter-spacing:0px; font-size: 34px; margin: 23px 0; line-height: 36px; text-transform: none; font-weight: bold; }
.sales-page .post_box .red { color: #B40000; }
.sales-page .post_box .post_content h2, .sales-page .post_box h3 { font-family: "Arial", "Helvetica", sans-serif; letter-spacing: 0px; }
.sales-page .post_box .post_content h2 { font-size: 27px;  margin: 0; }
.sales-page .post_box h3 {font-size: 20px; line-height: 22px; margin: 17px 0; }
.sales-page .post_box p, .sales-page .post_box ul, .sales-page .post_box ol, .sales-page .post_box blockquote, .sales-page .post_box pre, .sales-page .post_box dl, .sales-page .post_box dd { margin-bottom: 17px; }
.sales-page .post_box .post_content .h2red {  font-size: 22px !important; font-weight: bold; margin: 14px 0;}
.sales-page .post_box .post_content .h1red { font-family: "Arial", "Helvetica", sans-serif;  font-size: 36px !important; font-weight: bold; margin-bottom: 18px; text-transform: none; letter-spacing: 0; }
.sales-page .post_box .post_content .h2black { color: #000000; text-align: center; font-size: 22px !important; font-weight: bold; line-height: 26px; margin: 14px 0;}
.sales-page .post_box blockquote { margin: 17px 40px; }
.sales-page .testimony3 td, .sales-page .testimony2 td { padding: 20px; }
.sales-page h6 {font-size: 18px; margin: 34px 0; }
.sales-page h5 { font-weight: bold; margin: 24px 0; }
.sales-page .font24 { font-size: 24px; margin: 40px 0; font-weight: bold; }

/* Full Width Page Custom Template */
.full-width #content_area { background: #171717; }
.full-width #content_area .wrap { background: #fff; padding: 40px; }

/* Landing Page Custom Template */
#landing_page { padding-top: 15px; padding-bottom: 15px; }
#landing_container {  background-color: #fff; border-width: 5px; border-style: solid; border-color: #EEEEEE; margin:0 auto; }
#landing_container {max-width:960px; }
#landing_page .post_box { border:none; box-shadow:none; }
#landing_page .post_box h1, #landing_page .post_box .headline { font-size: 36px; line-height: 50px; }
#landing_page .post_box .post_content h2, #landing_page .post_box h3 { font-size: 30px; line-height: 43px; font-weight: normal; margin-top: 42px; margin-bottom: 14px; }
#landing_page .post_box h5, #landing_page .post_box .small { font-size: 13px; line-height: 26px; }
#landing_page .post_box .drop_cap { font-size: 56px; line-height: 1em; margin-right: 9px; float: left; }
#landing_page .post_box p, #landing_page .post_box ul, #landing_page .post_box ol, #landing_page .post_box blockquote, #landing_page .post_box pre, #landing_page .post_box dl, #landing_page .post_box dd { margin-bottom: 28px; }
#landing_page .post_box ul ul, #landing_page .post_box ul ol, #landing_page .post_box ol ul, #landing_page .post_box ol ol { margin-left: 28px; }
#landing_page .post_box ul ul, #landing_page .post_box ul ol, #landing_page .post_box ol ul, #landing_page .post_box ol ol, .wp-caption p { margin-bottom: 0; }
#landing_page .post_box .left, #landing_page .post_box .alignleft, #landing_page .post_box .ad_left { margin-bottom: 28px; margin-right: 28px; }
#landing_page .post_box .right, #landing_page .post_box .alignright, #landing_page .post_box .ad { margin-bottom: 28px; margin-left: 28px; }
#landing_page .post_box .center, #landing_page .post_box .aligncenter { margin-bottom: 28px; }
#landing_page .post_box .block, #landing_page .post_box .alignnone { margin-bottom: 28px; }
#landing_page .post_box .stack { margin-left: 28px; }
#landing_page .post_box {padding:15px;}
#landing_page .post_box .headline_area {text-align:center;}
#landing_page .post_box h2, #landing_page .post_box h3 {font-family:$font2; font-weight:normal;}
 #landing_page .post_box h3 {font-size:26px;}

/* Styling from old website */

.mainprod{
  font-family: "Arial", Helvetica, sans-serif; 
}
.h1red{
  color:#990000 !important;
  text-align:center;
}
.h2red{
  color:#990000 !important;
  text-align:center;
  font-size:22px;
}
.h2black{
  color:#000000 !important;
  text-align:center;
  font-size:22px;
}
.h2red span{
  color:#000000 !important;
}
.spanyellow, .highlighter{
  background-color:#FFFF33 !important;
}
.h3centered{
  text-align:center;
}
#guaranteebox1 {
    background-color: #FFF9CD;
    border: 1px solid #E0D89D;
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight: normal;
    line-height: 22px !important;
    margin: 10px auto;
    padding: 20px;
    text-align: left;
    width: 600px;
}

#guaranteeboximage {
    background-image: url("images/guarantee1.png");
    background-repeat: no-repeat;
    float: left;
    height: 160px;
    padding-bottom: 70px;
    width: 170px;
}
.h3gua {
    color: #222222 !important;
    font-size: 1.28em;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.28em;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
}
.orderbox1 {
    border-color: #990000;
    border-style: dashed;
    border-width: 5px;
    font-size: 18px;
    font-weight: normal;
    margin: 25px auto;
    padding: 25px;
    text-align: left;
    width: 85%;
}
ul.red_arrow_list {
    list-style-type: none;
    margin-left: 20px !important;
    padding: 10px 0;
}

.red_arrow_list li {
    background-image: url("images/redarrow.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #1A1A1A;
    font-weight: normal;
    line-height: 23px !important;
    list-style-type: none;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    padding-left: 39px;
}
.testimonialbox1 {
    background-color: #F4FBEC;
    border-color: #E9ECDD;
    border-style: solid;
    border-width: 2px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 18px;
    font-weight: normal;
    margin: 15px auto;
    padding: 25px;
    text-align: left;
    width: 85%;
}
.testimonialbox1 p {
    line-height: 26px;
}
.testimonialbox1 h3 {
    text-align:center;
}
ul.green_tick_1_list {
    list-style-type: none;
    margin-left: 30px !important;
    margin-right: 20px;
    padding: 10px 0;
}
.green_tick_1_list li {
    background-image: url("images/greencheck.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #1A1A1A;
    font-weight: normal;
    line-height: 23px !important;
    list-style-type: none;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
    padding-left: 39px;
}
.orderbox1 ul li {
    color: #002F5E;
    font-size: 20px !important;
    letter-spacing: -1px;
    line-height: 27px !important;
}
.red_tick_list li {
    background-image: url("images/deck-bullet.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #1A1A1A;
    font-weight: normal;
    line-height: 23px !important;
    list-style-type: none;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    padding-left: 39px;
}
#twobonuses h3{
    color: #222222;
    font-size: 1.28em;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.28em;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
}
#pagecenter {
    background-color: #FFFFFF;
    height: 100%;
    padding: 0 15px;
}
.center-right {
    float: left;
    margin-top: 10px;
    width: 650px;
}
.right-column {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #999999;
    margin-top: 0px;
    min-height: 600px;
    width: 225px;
}
.post-content {
    background-color: #FFFFFF;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right:20px;
}
.right-navi-blog {
    float: right;
    width: 225px;
}
.testimonials-column {
    padding-left: 8px;
    padding-right: 8px;
}
.testimonials-column p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 0;
}
.right-column .widget-header {
    background-color: #F2F2F2;
    background-image: url("images/black-box.png");
    background-repeat: no-repeat;
    font-family: "Trebuchet MS","Arial Narrow",sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    text-transform: uppercase;
    width: 225px;
}
.right-head, h2.right-head {
    color: white;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 8px;
    text-align: left;
}
.font24 {
    font-size: 24px;
}
.font18 {
    font-size: 18px;
}
.testimony3 {
    background-color: #F2F2F2;
    border: 1px solid #000000;
    margin: 10px 20px;
    padding: 0 6px;
    text-indent: 0;
}
.testimony3 p {
    font-size: 17px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 22px;
}
.testimony3 .tw {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.features-box-light-blue {
    background-color: #F1F8FB !important;
    border: 2px solid #C1D2D9 !important;
    margin: 10px auto;
    padding: 15px 25px;
    width: 75%;
}
.testimonialbox1name {
    color: #666666;
    font-family: Georgia,Times,"Times New Roman",serif !important;
    font-size: 18px !important;
    font-style: italic;
    font-weight: bold;
    padding-top: 5px;
}
.DashedBorder {
    border-color: #990000;
    border-right: 4px dashed #990000;
    border-style: dashed;
    border-width: 4px;
}
.testimony2 {
    background-color: #F2F2F2;
    border: 1px solid #000000;
    width: 550px;
	margin-bottom: 10px; 
}
.tw {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.testimony4 {
    background-color: #EBF7FD;
    border: 1px solid #000000;
    margin: 10px 20px;
    padding: 0 6px;
    text-indent: 0;
}
.quote2{
  width: 730px !important;
}
.red { color: #B40000; }

/*************************************/
/* Mobile and other handheld devices */
/*************************************/
@media handheld, only screen and (max-width: 1024px) {
.wrap {padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
}

@media handheld, only screen and (max-width: 768px) {
	#nav_wrap {float: none; width: 100%; clear: both; }
	.menu {background: #2f2f2f;}
	.wrap {padding: 0px 20px;  }
	#header_area .wrap {padding: 0 10px; }
	#header_left { background: url(images/logo.png) no-repeat -25px top; }
	#site_title a { height: 120px; }
	#header_right { float: right; width: 495px; margin-top: 45px;}
	.tft-phone { margin-left: 0px; }
	.header-optin {padding: 5px 5px 0; margin: 10px 0; }
	.header-optin-form input {width: 26%; }
	#featured_area .wrap { padding: 10px; }
	#featured_area .widget { margin: 0 0 10px; }
	.featured-video { width: 440px; }
	.optin-form { width: 280px; }
	.optin-form h3 {font-size: 35px; }
	.optin-form h4 { font-size: 20px; }
	.optin-form p { font-size: 13px; }
	#tft-banner-container .wrap {padding: 0 10px; }
	#tft-banner-container .widget {margin-bottom: 0px; }
	#home_widgets .wrap {padding: 10px; }
	.columns-3 > .hc1, .columns-3 > .hc2, .columns-3 > .hc3 { width: 33%; float: left; }
	.columns-3 > .hc2 { margin: 0 3px; }
	.home-cta { width: 240px; height: 130px; padding: 10px; }
	.home-cta p {margin-bottom: 0px; }
	.home-cta p.title {margin-bottom: 15px; }
	.home-cta .tft-cta {margin-top: 0px; }
	.front-page #content_area .wrap {padding: 0 10px;  }
	#content_area .wrap {padding: 10px; }
	.columns-2 > .content { width: 480px  }
	.columns-2 > .sidebar { width: 240px; }
	.blog-title { margin-bottom: 20px; }
	.post_box { padding: 0 0 20px; margin-bottom: 20px; }
	.footer-logo { display: none; }
	.footer-extras {margin: 0; padding: 0; }
	.footer-menu { width: 100%; float: none; margin-top: 0px; }
	.footer-menu .menu { float: none; text-align: center; }
	.footer-menu .menu li {float: none; display: inline-block; }
	.footer-credits {padding: 0px; margin-bottom: 10px; text-align: center; }
	.footer-credits .alignright {float: none; margin: 0; }
}

@media handheld, only screen and (max-width: 640px) {

	body {	font-size: 16px; -webkit-text-size-adjust: none;	}
	body, .columns-2, .footer-columns {	width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; 	padding-left: 0px; padding-right: 0px;}
	#site_title, #site_tagline, #header_left, #header_right, #header_right .widget { width:100%; text-align:center; }
	#header_area .wrap, #content_area .wrap {padding:0 10px; }
	#header_left { background-position: center top; float: none; padding-top: 10px; }
	#header_right {margin-top: 0; float: none; }
	#header_right .widget p, #header_right .widget ul { margin-bottom: 0; text-align: center; width: 100%; }
	.social-icons li { float: none; }
    .menu-toggle {display:block; cursor:pointer; padding:10px 0; text-align:center; cursor:pointer; background:#111; color:#fff;}
	.menu-toggle:hover {color:#fff;}
	.menu-on {display:none;}
	a.menu-off, #nav_wrap:target .menu-on, #nav_wrap:target ul.menu li {display: block;}
	ul.menu li, #nav_wrap:target .menu-off {display: none;}
/* #nav_wrap:target .menu {display:block; } */	
	.menu li {width:100%; float:left; display:inline-block; position:relative; text-align:left; }
	.menu > li > a {border-bottom:solid 1px #EEEEEE !important;}
	.menu a {border-bottom:solid 1px #EEEEEE !important; text-align:left; padding:10px 10px 10px 20px; }
	.menu ul {position:relative; visibility:visible; width:100%;}
	.menu li ul {border-bottom:none; margin-left:10px; border-top:none; position:relative;}
	.menu ul li {width:100%;}
	.menu ul a {border-left:solid 1px #EEEEEE; border-top:none; border-bottom:none !important;}
	.menu ul ul, .menu *:hover ul *:hover ul { left: 0 !important;}
	.menu { float:none; width:100%; text-align:left; position:relative;top:0; right:0;}
	.featured-video { width: 100%; float: none; } 
	.optin-form { width: 100%; float: none;  margin-top: 10px; padding: 10px; }
	.optin-form p { text-align: center; }
	.optin-form input {width: 35%; margin: 5px 0 5px; float:none; }
	.optin-form input[type="submit"] {  width: 27%; margin-right: 0px; float: right; }
	.columns-3 > .hc1, .columns-3 > .hc2, .columns-3 > .hc3 { width: 100%; float: none; }
	.home-cta { width: 100%; height: 130px; padding: 10px; float: none; background-position: right; background-color: #7c7c7c; }
	.header-optin { padding: 5px 5px 0; margin-bottom: 10px; margin-top: 10px; }
	.header-optin-form img { display: none; }
	.header-optin-form h3 { font-size: 20px; line-height: 25px; }
	.header-optin-form h3 span { font-size: 14px; }
	.header-optin-form h4 {	font-size: 13px; }
	.header-optin-form input { width: 29%; padding: 10px; font-size: 14px; margin-top: 5px; }
	#home_widgets .widget p, #home_widgets .widget ul {margin-bottom: 0;}
	#home_widgets .widget {padding:10px 0; margin-bottom: 0;}
	.columns-2 > .content, .columns-2 > .sidebar { width: auto; float: none; margin: 0; }
	.columns-2 > .content {padding-top: 10px; }
	.front-page .columns-2 > .sidebar { margin-top: 10px; }
	.footer-menu .menu { float: none; text-align: center; padding: 0; }
	.footer-menu .menu li {width: auto; }
	.footer-menu .menu a { border: none !important; padding: 10px; }
	#footer_area {padding-top: 20px; }
	#footer_area .tft-banner { margin-bottom: 20px; }
	#footer_area .widget li {margin-bottom:0px;} 
	img {max-width: 100%; height: auto ;}	
}

@media handheld, only screen and (max-width: 480px) {
	.optin-form input { width: 100%; float: none; margin: 10px 5px 0 0; padding: 6px; font-size: 13px; }
	.optin-form input[type="submit"] { width: 100%; float: none; }
	.optin-title { float: none; width: 100%; }
	.header-optin-form input { width: 39%; padding: 6px; font-size: 13px; margin-bottom: 10px; }
	.header-optin-form input[type="submit"] { width: 19%;  }
	.blog .post_box .wp-post-image {float: none; margin-right: auto; margin-left: auto; }	
	.num_comments_link {display:none;}	
}
.menu:after, .post_box:after, .post_box .post_content:after, #landing_page .post_box:after, #landing_page .post_box .post_content:after, .columns-2:after, .footer-columns:after, .columns-3:after, .comment .comment_text:after, .footer-extras:after, .sidebar-cta:after { content:"."; display:block; height:0px; visibility:hidden;  clear:both;  }
#thesis_launcher {display: none; }
/*---:[ custom CSS ]:---*/
#header_left {
	background: url(http://www.targetfocustraining.com/wp-content/uploads/2014/02/tft-logo3.png) no-repeat 0px -2px !important;
}

.optin-form {
	background: #aa2823;
}

#home_widgets .wrap{
	padding-top: 0px;	
}

#featured_area .widget {
	margin: 0 0 4px;
}

.columns-3 > .hc2 {
	margin-left: 22px;	
}

.tft-product-description .left-block{
	float: left;	
	width: 28%;
	padding-top: 43px;
}
.tft-product-description .right-block{
	float: left;	
	width: 66%;
}

.clear{
	clear: both;	
}

.centered-button{
	text-align: center;	
}

.tft-cta {
	padding: 8px 20px;
	font-size: 18px;
}

.tft-phone .yellow{
	color: #ffea8f;
}

.footer-menu .menu{
	margin-top: -14px;
}

.footer-credits{
	margin-top: -130px;
}

/* ================================= Responsive CSS ================================= */
/* ---------- MAX 1280px ---------- */
@media only screen and (max-width:1280px) {	
}
/* ---------- MAX 1199px ---------- */
@media only screen and (max-width:1199px) {	
}
/* ---------- MAX 1131px ---------- */
@media only screen and (max-width:1131px) {
}
/* ---------- MAX 1024px ---------- */
@media only screen and (max-width:1024px) {
}
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width:991px) {
}
/* ---------- MAX 800PX ---------- */
@media only screen and (max-width:800px){
}
/* ---------- MAX 768PX ---------- */
@media only screen and (max-width:768px){
}
/* ---------- MAX 767PX ---------- */
@media only screen and (max-width:767px) {
}
/* ---------- MAX 640PX ---------- */
@media only screen and (max-width:640px) {
}
/* ---------- MAX 480PX ---------- */
@media only screen and (max-width:480px) {
}
/* ---------- MAX 360PX ---------- */
@media only screen and (max-width:360px) {
}
/* ---------- MAX 320PX ---------- */
@media only screen and (max-width:320px) {
}