/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	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;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/* ---[[ The Fix - Clearfix ]]--- */

.clearfix:before,.clearfix:after {
	display:table;
	content:" ";
}

.clearfix:after {
	clear:both;
}

.clearfix {
	clear:both;
}

.clearfix {
	zoom:1;
}

/* ---[[ Global ]]--- */

.box {
	margin:0 auto;
	width:1140px;
}

body {
	background-color:#FFF;
	color:#232323;
	font-size:17px;
	font-family:"proxima-nova",sans-serif;
	line-height:30px;
}

body a {
	color:#601c10;
	text-decoration:none;
}

/* menu */


.menu { position: relative; list-style: none; z-index: 50; }
.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 { display: block; }
.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: 150px; }
.menu ul ul, .menu :hover ul :hover ul { left: 150px; }
.menu a { text-transform: uppercase; margin-right: 18px; margin-left: 18px; color: #fff; }
.menu ul a { width: auto; }
.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 { color: #DDDDDD; }
.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 { border-bottom: 3px solid; }

/* querybox post styles */

.query_box, .query_box h4 { font-size: 15px; line-height: 24px; }
.query_box h1, .query_box .headline { font-size: 23px; line-height: 35px; font-family: "proxima-nova", sans-serif; text-transform: capitalize; margin-bottom: 12px;}
.query_box .post_content h2, .query_box h3 { font-size: 19px; line-height: 31px; text-transform: capitalize; margin-top: 36px; margin-bottom: 12px; }
.query_box h5, .query_box .small { font-size: 12px; line-height: 19px; }
.query_box .drop_cap { font-size: 48px; line-height: 1em; margin-right: 8px; float: left; }
.query_box p, .query_box ul, .query_box ol, .query_box blockquote, .query_box pre, .query_box dl, .query_box dd { margin-bottom: 24px; }
.query_box ul { list-style-type: square; list-style-position: inside; }
.query_box ul ul, .query_box ul ol, .query_box ol ul, .query_box ol ol { margin-left: 24px; }
.query_box ul ul, .query_box ul ol, .query_box ol ul, .query_box ol ol, .wp-caption p { margin-bottom: 0; }
.query_box .left, .query_box .alignleft, .query_box .ad_left { margin-bottom: 24px; margin-right: 24px; }
.query_box .right, .query_box .alignright, .query_box .ad { margin-bottom: 24px; margin-left: 24px; }
.query_box .center, .query_box .aligncenter { margin-bottom: 24px; }
.query_box .block, .query_box .alignnone { margin-bottom: 24px; }
.query_box .stack { margin-left: 24px; }

/* temp */

#header {
    background-image: url(images/coffee_bg.jpg);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 24px 0px;
}

.template-front #header, .template-home #header {
	background-position: 50% 64%;
}

#header .logo {
    width: 300px;
    float: left;
}

#header .menu {
    float: right;
    margin-top: 12px;
}

.template-front #header .logo_menu, .template-home #header .logo_menu {
    margin-bottom: 48px;
}

.home_feat {
    font-family: "proxima-nova", sans-serif;
    color: #fff;
}

.home_feat_bg {
    padding: 48px 0px;
}

.home_feat h1 {
    font-size: 46px;
    line-height: 59px;
    margin-bottom: 12px;
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
    display: table;
    font-weight: 500;
}

.home_feat h2 {
    font-size: 24px;
    font-weight: 100;
    line-height: 37px;
}

.home_feat a {
    display: table;
    background: #fff;
    margin-top: 24px;
    padding: 6px 24px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.home_feat a:hover {
    background: #ddd;
}

.home_seen_in {
    padding: 60px 0px;
    text-align: center;
}

.home_seen_in img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: inline;
}

.home_seen_in span {
    background: #eee;
    color: #888;
    padding: 3px 24px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: 13px;
    margin-right: 48px;
    font-size: 15px;
}

.home_seen_in img.home_seen_one {
    width: 200px;
    margin-right: 36px;
}

.home_seen_in img.home_seen_two {
    width: 300px;
}

.home_recent_posts {
    margin-top: 48px;
}

.home_recent_posts .query_box {
    float: left;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
}

.home_recent_posts .excerpt_read_more {
    display: table;
    margin-top: 12px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.home_recent_posts .excerpt_read_more:hover {
    color: #ddd;
}

.special_intro h4 {
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 24px;
	line-height: 43px;
}

/* section: about barb */

.home_about {
    background-image: url(images/coffee_bg_two.jpg);
    background-position: 50% 11%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    margin-bottom: 48px;
}

.home_about_bg {
    background: rgba(0,0,0,.7);
    padding: 48px 0px;
}

.home_about .home_about_content {
    float: left;
    width: 50%;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_about .home_about_media {
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_about h2 {
    font-size: 42px;
    font-family: "proxima-nova", sans-serif;
    line-height: 48px;
    margin-bottom: 24px;
    font-weight: 500;
}

.home_about .home_about_social {
    margin-top: 24px;
}

.home_about .home_about_social a {
    width: 40px;
    height: 40px;
    font-size: 22px;
    background: #FFF;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    margin-right: 12px;
    color: #000;
}

/* section: three cols */

.home_spl_pages {
    margin-bottom: 48px;
}

.home_spl_pages .home_three_sin {
    float: left;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    font-size: 15px;
    line-height: 24px;
}

.home_spl_pages .home_three_sin h3 {
    font-size: 23px;
    line-height: 35px;
    font-family: "proxima-nova", sans-serif;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.home_spl_pages .home_three_sin img {
    margin-bottom: 18px;
}

.home_spl_pages .home_three_sin a {
    display: table;
    margin-top: 12px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

/* Feat Foot */

.feat_foot {
    padding: 48px 0px;
    text-align: center;
    background: #fdf4f3;
}

.feat_foot img {
    margin: 0 auto;
    width: 100px;
    margin-bottom: 24px;
}

.feat_foot p {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 24px;
}

.feat_foot a {
    background: #601c10;
    color: #fff;
    padding: 6px 18px;
    margin-left: 12px;
    border-radius: 3px;
}

.feat_foot input {
    border: none;
    outline: none;
    background: #FFF;
    font-size: 16px;
    padding: 12px 18px;
    width: auto;
}

.feat_foot input[type=email] {
    width: 240px;
    margin-right: -10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.feat_foot input[type=submit] {
    background: #601c10;
    color: #fff;
    padding: 12px 18px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.feat_foot input[type=submit]:hover {
	background: #8c2917;
}

/* footer */

#footer {
    padding: 12px 0px;
    font-size: 14px;
}

#footer .foot_left {
    float: left;
}

#footer .foot_left span {
    margin-left: 18px;
    border-left: 1px solid #ddd;
    padding-left: 18px;
}

#footer .foot_right {
    float: right;
}

#footer .foot_right a {
    font-size: 16px;
    background: none;
    color: #601c10;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    border: 1px solid;
}

#footer .foot_right a:hover {
    background: #601c10;
    color: #FFF;
    border-color: #601c10;
}

/* layout */

#main_content .box, #main_content .box > #content, #main_content .box > #sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#main_content .box > #content { width: 68%; float: left; padding-right: 2%; }
#main_content .box > #sidebar { width: 30%; float: right; }

/* post box */


.post_box h1, .post_box .headline { font-size: 34px; line-height: 46px; font-family: "proxima-nova", sans-serif; }
.post_box .post_content h2 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 26px;
}
.post_box .post_content h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 26px;
}
.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 ul { list-style-type: square; list-style-position: inside; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-left: 26px; }
.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 .post_content a {
	text-decoration: underline;
}
.post_box .post_content a:hover {
	text-decoration: none;
}

#main_content {
    margin: 48px 0px;
}

.template-home .post_box {
    margin-bottom: 48px;
    background: #f9f9f9;
}

.post_box .wp-post-image {
    margin-bottom: 24px;
    width: 100%;
}

.template-home .post_box .post_box_inner {
    padding: 12px 48px;
}

.post_box .post_excerpt {
    margin-top: 12px;
}

.post_box .post_excerpt .excerpt_read_more {
    display: table;
    margin-top: 24px;
    background: #601c10;
    color: #FFF;
    padding: 3px 18px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 14px;
	text-decoration: none;
}

.post_box .post_excerpt .excerpt_read_more:hover {
    background: #8c2917;
}

.post_box h1.headline {
	margin-bottom: 24px;
}

.template-home h1.headline {
	margin-bottom: 0px;
}

.post_box {
	font-weight: 300;
}

/* widgets */

.widget { font-size: 16px; line-height: 26px; font-weight: 300; margin-bottom: 36px; }
.widget .widget_title { font-size: 22px; line-height: 36px; margin-bottom: 12px; }
.widget p, .widget ul { margin-bottom: 26px; }
.widget li ul { margin-bottom: 0; }
.widget ul { list-style-type: square; list-style-position: inside; }

/* recent posts wid */

.thesis-killer-recent-entries ul {
    list-style: none;
    background: #F7F6F4;
}

.thesis-killer-recent-entries a {
    padding: 12px 18px;
    display: block;
    color: #787878;
    border-left: 5px solid #F7F6F4;
}

.thesis-killer-recent-entries a:hover {
    background-color: #eceae5;
    border-color: #787878;
}

.thesis-killer-recent-entries .widget_title {
    background: #787878;
    margin-bottom: 0px;
    font-size: 22px;
    padding: 12px 18px;
    color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 38px;
}

/* optin widget */

.wid_optin {
    border: 8px solid #eee;
    margin-top: 80px;
    padding: 0px 24px;
    background: #f9f9f9;
    padding-bottom: 24px;
    text-align: center;
}

.post_box .wid_optin {
    padding-left: 48px;
    padding-right: 48px;
	margin-bottom: 48px;
	margin-top: 104px;
}

.wid_optin img.wid_optin_img {
    margin: 0 auto;
    margin-top: -94px;
    margin-bottom: 24px;
}

.wid_optin p {
    margin-bottom: 24px;
}

.wid_optin h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
}

.wid_optin a img {
    display: inline;
    vertical-align: -14px;
    margin-right: 2px;
    width: 40px;
}

.wid_optin a {
    margin-top: 3px;
    background: #66bd00;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: proxima-nova;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    padding: 12px 24px;
}

.wid_optin a:hover {
    background: #58a400;
}

.wid_optin span {
    display: block;
    clear: both;
    margin-top: 18px;
}

.wid_optin span img {
    display: inline;
    width: 16px;
    vertical-align: -3px;
    margin-right: 3px;
}

/* templates */

.template-fullwidth #main_content .box > #content {
    width: auto;
    float: none;
    padding-right: 0;
}

.template-fullwidth #main_content .box > #content {
    width: auto;
    float: none;
    padding-right: 0;
}

.template-landing #main_content .box > #content {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    background: #FFF;
    padding: 48px;
}

.template-landing {
    background: #f9f9f9;
}

.template-landing .post_box h1.headline {
    font-size: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}

.template-landing #footer {
    padding: 24px 0px;
    background: #FFF;
}

/* inputs */

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    outline: none;
    border: 1px solid #ddd;
    font-size: 17px;
}

.search_form input {
    width: 100%;
    border-width: 1px;
    border-color: #DDD;
    background-color: #f9f9f9;
    color: #ccc;
}

.search_form input:focus {
    color: #111;
}

input#s {
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 26px;
}

/* Home: Steps guide */

.home_steps {
    padding: 48px 0px;
    margin-top: 60px;
    background: #f9f9f9;
    margin-bottom: 60px;
}

.home_steps .special_intro {
    margin-bottom: 48px;
}

.home_steps_single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    text-align: center;
}

.home_steps_single i {
    font-size: 90px;
    color: #545454;
    margin-bottom: 12px;
}

.home_steps_single i:hover {
    color: #601C10;
}

.home_steps_single h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 12px;
}

.home_steps_single a.hss_btn {
    text-transform: uppercase;
    font-size: 15px;
    background: #ddd;
    padding: 2px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 12px;
}

.home_steps_single a:hover.hss_btn {
    background: #601C10;
    color: #FFF;
}

/* boxes */

.cs_yellow_box {
    padding: 24px;
    background-color: #FCF7D9;
    border: 1px solid #F7E292;
}

.cs_green_box {
    padding: 24px;
    background-color: #E3EBC6;
    border: 1px solid #CDDB9B;
}

.cs_gray_box {
    padding: 24px;
    background-color: #E4E4E4;
    border: 1px solid #d7d7d7;
}

/* ---[[ TapTap: Hacks ]]--- */

.taptap-by-bonfire ul li a {
	float:none!important;
	text-transform:uppercase!important;
}

.taptap-by-bonfire ul li {
	text-align:center!important;
}

.taptap-image img {
	display:block!important;
	margin:0 auto!important;
	margin-top: 48px;
}

.taptap-main-inner-inner {
	padding-top:50px!important;
}

.taptap-menu-button-wrapper {
    top: 18px !important;
}

.taptap-main .cs_resp_spl i {
    margin-top: 5px;
    color: #FFF;
    margin-right: 12px;
    font-size: 23px;
}

.taptap-main .cs_resp_spl a {
    padding: 10px 24px;
    border-radius: 2px;
    background: #0eaf00;
    color: #FFF;
    font-size: 16px;
}

.taptap-main .cs_resp_spl a:hover {
    background: #0c9500;
}

.taptap-main .menu_phone {
    display: none;
}

.tplate_city .taptap-main .menu_phone {
    display: inline;
}

/* ---[[ Responsiveness ]]--- */

@media only screen and (max-width: 1140px) {
  .box {    
    width: auto;    
    padding: 0px 24px;
  }
}

@media only screen and (max-width: 960px) {
  #header .menu {    
    display: none;
  }
  .home_about .home_about_media {    
    float: none;    
    width: auto;    
    margin: 0 auto;    
    margin-top: 48px;    
    clear: both;    
    display: block;
  }
  .home_about .home_about_media iframe {    
    margin: 0 auto;
  }
  .home_about .home_about_content {    
    float: none;    
    padding-right: 0px;    
    width: auto;    
    text-align: center;
  }
  #main_content .box > #content {    
    float: none;    
    margin: 0 auto;
  }
  #main_content .box > #sidebar {    
    float: none;    
    margin: 0 auto;    
    margin-top: 140px;
  }
  .template-landing #main_content .box {    
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  #main_content .box > #content, #main_content .box > #sidebar {    
    width: auto;
  }
  .home_spl_pages .home_three_sin {    
    float: none;    
    width: auto;    
    text-align: center;    
    padding: 0;    
    margin-bottom: 48px;
  }
  .home_spl_pages .home_three_sin img {    
    display: block;    
    margin: 0 auto;    
    margin-bottom: 24px;
  }
  .home_spl_pages .home_three_sin a {    
    margin: 0 auto;    
    margin-top: 24px;
  }
  .home_steps_single {    
    float: none;    
    text-align: center;    
    width: auto;    
    margin-bottom: 48px;
  }
  .home_recent_posts .query_box {    
    box-sizing: border-box;    
    float: none;    
    padding: 0;    
    width: auto;    
    margin-bottom: 48px;
  }
  #footer {    
    text-align: center;
  }
  #footer .foot_right {    
    float: none;    
    display: block;
  }
  #footer .foot_left {    
    float: none;    
    display: block;    
    margin-bottom: 24px;
  }
  #header .logo {    
    width: 230px;
  }
  .home_feat {    
    text-align: center;
  }
  .home_feat br {    
    display: none;
  }
  .home_feat h1 {    
    font-size: 36px;    
    line-height: 44px;
  }
  .home_feat h2 {    
    font-size: 20px;    
    line-height: 33px;
  }
  .home_feat a {    
    margin-left: auto;    
    margin-right: auto;
  }
  .home_seen_in span, .home_seen_in img {    
    display: block;    
    float: none;    
    margin: 0;    
    margin-bottom: 24px;    
    text-align: center;    
    width: auto;
  }
  .home_seen_in img {    
    margin-left: auto !important;    
    margin-right: auto !important;
  }
}

.taptap-menu-button-wrapper {
    top: 18px;
}

#archive_intro {
    padding: 24px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 48px;
}
/*---:[ custom CSS ]:---*/
/* ---[[ Gravity Forms ]]--- */

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  background-color:#FFFFFF;
  background-image:none;
  border:1px solid #CCCCCC;
  border-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
  color:#555555;
  font-size:14px;
  line-height:1.42857;
  outline:none;
  padding:6px 12px;
  transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
    margin-bottom: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    margin-bottom: 24px;
}

.gform_wrapper .gform_footer input[type="submit"] {
    background: #2E9A4E;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 10px 24px;
    border: none;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #288644;
}

.gform_wrapper .gform_footer {
    padding-top: 0px;
}

p,ul,li {
	font-size:18px;
}

h1 {
	font-size:30px;
}
.menu:after, .query_box:after, .query_box .post_content:after, .post_box:after, .post_box .post_content:after, #main_content .box:after { display: table; clear: both; content: '';  }