/*---:[ 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;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
/*---:[ layout structure ]:---*/
body {
	font-family: 'Droid Sans', sans-serif;;
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	background-color: #FFFFFF;
	}
body.landing {
	padding-top: 0;
}
.container {
	width: 915px;
	margin: 0 auto;
}
.landing .container {
	width: 626px;
}

.email-landing-page .container {
	width: 100%;;
	background-color: #eee;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 626px;
	padding-top: 12px;
	border-right: 1px solid #ccc;
	float: left;
	border-width: 0 1px 0 0;
}
.columns > .sidebar {
	width: 285px;
	float: right;
	padding: 24px 0 0 15px;
}

.template-author .sidebar {
	padding-top: 17px;	
}

.template-author .sidebar .widget_title {
	margin-bottom: 20px;	
}

.template-author .sidebar .car-list {
	list-style-type: none;	
}

.template-author .sidebar .car-monthlisting {
    list-style-type: square;
}

.email-landing-page .content {
    background-color: #eee;
}
/*---:[ links ]:---*/
a {
	color: #2361A1;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

p a, .readmore:hover {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.readmore a{text-decoration: none; color:#000000; font-size: 18px; background: url(images/frwardarrow.gif) no-repeat center right; padding-right:15px ; font-weight: 700}
/*---:[ nav menu ]:---*/
.menu {
	list-style: none;	
	display: inline-block;
	vertical-align: middle;
	margin-top: 16px;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 12.1875em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 12.1875em;
	clear: both;
}
.menu a {display: block;	}
.menu_control { display: inline-block; }

.menu a, .menu_control {	
	font-size: 15px;
	line-height: 1em;
	color: #afafaf;
	padding: 0.75em 1em;
}
.menu a {
	color: #d5d5d5;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;	
	color: #ffffff;
}

.menu_control {
	display: none;
}
.menu .sub-menu a {

}
.menu, .menu a, .menu .sub-menu {

}
.menu .current-menu-item > a {
	color: #ffffff;
	text-decoration: none;
}
.menu .sub-menu .current-menu-item > a {

}
/*---:[ header ]:---*/
#full_width_header {background: url(images/new-header-bg2.jpg) no-repeat top center; background-size: 100% 100%; margin-bottom: 12px}
.header {	position: relative;
	height: 70px
}
.landing .header {
	text-align: center;
}

#full_width_header {
	background: none;
	margin-bottom: 12px;
    background-color: #424242;
}

.email-landing-page #full_width_header {
	margin-bottom: 0;
}

.email-landing-page .header.container {
	width: 915px;
	background-color: #424242;
}
#site_title {
	font-size: 37px;	
	width: 180px;
	line-height: 50px;
	font-weight: bold;
	color: #111111;	
	margin-right: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px	
}

#logo {
	position: relative;
    height: 23px;
    top: 16px;
    display: inline-block;
    margin-right: 14px;
}

#site_title a {
	margin: 0 auto;
	color: #111111;
	display: block; text-indent: -9999px; width: 180px; 
	background: url(images/tropicalmba.png) center no-repeat
}
#site_title a:hover {
	color: #2361A1;
}
#site_tagline {
	font-size: 14px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 24px;
}
.grt .headline {
	font-size: 26px;
	line-height: 38px;
	margin: 0 0 13px 0;
}
.headline .epnmbr {font-family: 'Droid Sans', sans-serif;; font-size: 18px; font-weight: 400}
.grt h2 {
	font-size: 18px;
	line-height: 29px;
	margin-top: 36px;
	margin-bottom: 12px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 20px;
}
.grt .drop_cap {
	font-size: 48px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note  {
	margin-bottom: 24px;
}
.headline_area
{position: relative;; padding-right: 50px}
.grt ul, .grt ol, .grt .stack {
	margin-left: 24px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 24px;
	margin-right: 24px;
}    height: 50px;
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 24px;
	margin-left: 24px;
}
.grt .caption {
	margin-top: -12px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 23px;
	line-height: 33px;
	width: 45%;
	margin-bottom: 12px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
h1, h2, h3, .widget_title {
    font-family: 'Droid Serif', serif;
    font-weight: bold;
}
a.post_image_link {
    display: block;
    position: relative;
}
a.post_image_link:before { -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.7);
   -webkit-box-shadow:  inset 0 0 10px rgba(0,0,0,0.7);
   box-shadow:          inset 0 0 10px rgba(0,0,0,0.7); 
    content: "";
    height: 100%;
    position: absolute;
    width: 100%; -moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
 border-radius: 10px;
}
.postimage img, .post_image {-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
 border-radius: 10px; height: 200px;
    width: 100%;}
.template-home .post_box, .template-search .post_box, .template-category .post_box
{
	border-bottom: 2px solid #ED976D;
}
.post_box {
	
	padding: 12px 0;
	margin-right: 24px;
	position: relative;
}
.email-landing-page .post_box {
	margin-right: 0;
	padding: 0;
	min-height: 100vh;
    background: url(http://tropicalmba.wpengine.netdna-cdn.com/wp-content/uploads/2016/12/IMG_5259_final.jpg) no-repeat center;
    background-size: cover;
}

.email-landing-page .post_box .wp-post-image {
	margin-bottom: 0;
	height: 460px;
	display: none;
}
.nosidebars .post_box {margin-right: 0}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #111111;
	display: inline-block;
	vertical-align: top;
	width: 540px
}
.nosidebars .post_box .headline, .nosidebars .headline a {width: 100%}
.innercircle h1.headline, .subscribe h1.headline, .popular h1.headline, .joindc h1.headline {text-align: center}
.innercircle .headline_area, .subscribe .headline_area, .popular .headline_area, .joindc .headline_area {padding-right: 0px}
.headline a:hover {
	color: #2361A1;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #434343;
}
.byline .post_edit {
	margin-left: 12px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #111111;
}
.post_box h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0
}
.email-landing-page .post_box h3 {
	font-family: 'Droid Sans', sans-serif;;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	display: none;
}
.email-landing-page .post_box br {
	display: none;
}

.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 12px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}

.email-landing-page .post_content {
	padding: 20px;
	padding-top: 5%;
}
/*--- [ recent posts ] ---*/
#recent-entries-container {
	background:#eee;
	width: 100%;
	float: left;
	z-index: 1;
	position: relative;
}

#recent-entries .icons {
	max-height: 120px;
	display: inline;
	float: right;
	margin-top: -12px;
	margin-right: 0;
}
.email-landing-page #recent-entries {
	position: relative;
    width: 85%;
    max-width: 1080px;
    margin: 0 auto 0;
}
.email-landing-page #recent-entries h2 {
	text-transform: uppercase;
	margin: 40px 0 29px;
	font-size: 44px;
	font-weight: lighter;
	display: inline-block;
	font-family: 'Shadows Into Light Two', sans-serif;
}
.email-landing-page #recent-entries .headline {
	font-size: 18px;
	font-family: inherit;
}

span.post_author {
    text-transform: none;
}

span.post_author_intro {
    font-style: normal;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
	display: inline-block;
}
span.post_author:hover {
    text-decoration: underline;
}

.email-landing-page #recent-entries .post_image {
	height: auto;
    margin: 10px 0;
	float: left;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0; 
}
.email-landing-page #recent-entries .post_content {
	padding: 0;
}

.email-landing-page #recent-entries .column:last-child {
	margin-right: 0 !important;
}

.email-landing-page .column {
	width: 47.25%;
	float: left;
	margin-right: 5.5%;
	margin-bottom: 20px;
}

.email-landing-page .recent-entries {
	text-align: center;
}
.email-landing-page #recent-entries a.button {
	text-align: center;
	text-transform: capitalize;
    padding: 10px 20px;
    font-size: 22px;
    border: 1px solid #424242;
    display: table;
    margin: 20px auto;
    background-color: #ffc200;
    color: #424242;
}
.email-landing-page #recent-entries a.button:hover {
	background-color: #ffde74;
}

.email-landing-page .query_box {
    border-top: 2px solid #ED976D;
	padding-top: 20px;
	margin-bottom: 20px;
	max-height: 334px;
    overflow: hidden;
}
.email-landing-page .query_box:nth-child(3) {
    border-top: 0;
	padding-top: 0;
	margin-top: -13px;
}

.email-landing-page .headline a {
	display: inline;
}

/*-----*/

.email-landing-page .fca_eoi_form {
	border: 0 !important;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 12px;
}
.post_box .wp-caption img {max-width: 576px}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 12px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 20px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 24px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 56px;
	height: 56px;
	float: right;
	clear: both;
	margin-left: 12px;
}
.post_box .author_description .avatar {
	width: 96px;
	height: 96px;
	float: left;
	margin-right: 12px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 12px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	 height: 53px;
    text-align: center;
    text-transform: uppercase;
    width: 49px;
    font-size: 8px;
	top: 0px; right: 0px;
	position: absolute;
	vertical-align: top;
	color: #000000
}
.num_comments {font-size: 18px;background: url(images/comment.gif) no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #FFFFFF !important;
    display: block;
    font-weight: bold;
    height: 29px;   
    text-align: center;
    text-transform: uppercase;
    width: 46px;}

.bracket, .num_comments {
	font-size: 20px;
}
.bracket {
	color: #DDDDDD;
}
.tmbabyline
{
color: #CBCBCB;
font-size: 12px;
line-height: 20pt;
text-transform: uppercase;
	font-weight: 400;
	display: inline-block; 	
}
.template-single .tmbavalue {margin-right: 24px}
.home .tmbabyline {margin-left: 12px}
.bylinesmbox {margin-bottom: 12px}
.home .bylinesmbox {display: inline-block; text-align: right;}
.fr {float:right;}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 24px;
}
.prev_next {
	clear: both;
	color: #888888;	
	padding: 12px 24px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 48px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 12px;
	padding: 0 24px;
}
.comments_closed {
	font-size: 13px;
	line-height: 20px;
	color: #888888;
	margin: 0 24px 24px 24px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 48px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 24px;
}
.children .comment {
	list-style-type: none;
	margin-top: 24px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 24px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #2361A1;
}
.comment .comment_head {
	margin-bottom: 12px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 12px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 20px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 12px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 48px;
	height: 48px;
	float: right;
	margin-left: 12px;
}
.comment_nav {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 12px 24px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -48px 0 48px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #434343;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 24px;
}
.input_submit {
	font-size: 18px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #EEEEEE url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*--- :[ optin cat form on email landing page ]: ---*/
.email-landing-page h1, .email-landing-page h2, .email-landing-page h3, .email-landing-page h4, .email-landing-page h5, .email-landing-page h6 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.3em;
}

.email-landing-page .post_content h1 {
	line-height: 1em;
}

.email-landing-page .grt h2 {
    margin-top: 10px;
	font-weight: normal;
}

.email-landing-page .fca_eoi_postbox_0_description_copy_wrapper {
	font-family: 'Droid Sans', sans-serif;;
	color: #000;
	margin-bottom: 30px;
}
.email-landing-page .fca_eoi_postbox_0_submit_button_wrapper {
	display: none;
}
.email-landing-page .fca_eoi_postbox_0_email_field_wrapper {
	width: auto !important;
	margin-right: -5px;
	margin-bottom: 0;
}

.email-landing-page h1 span, .email-landing-page h2 span {
	font-family: inherit;
}

.email-landing-page .fca_eoi_form_input_element, .email-landing-page .fca_eoi_form_button_element {
    border: 1px #909090 solid;
	padding: 10px 8px;
    font-size: 13px;
    font-weight: bold;
}
.email-landing-page .fca_eoi_form_input_element {
	color: #000;
    width: 260px;
}

.email-landing-page input[type="email"]::-webkit-input-placeholder {
	color: #d1d1d1;
}
 
.email-landing-page input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #d1d1d1;
}
 
.email-landing-page input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
	color: #d1d1d1;
}
 
.email-landing-page input[type="email"]:-ms-input-placeholder {  
	color: #d1d1d1;
}

.email-landing-page .fca_eoi_form_button_element {
    width: 130px;
	background-color: #ffc200;
}
.email-landing-page .fca_eoi_form_button_element:hover {
	background-color: #ffde74;
}

/*---:[ author archive ]:---*/
.template-author .post_box {
    border-bottom: 2px solid #ED976D;
}

.template-author .num_comments_link {
    top: 12px;
}


.template-author .date-wrapper span.post_date_intro {
    font-style: normal;
    color: #CBCBCB;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

/***author archive end***/


/*---:[ comment form ]:---*/
#commentform {
	margin: 48px 0;
	padding: 0 24px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 18px;
	line-height: 29px;
	color: #111111;
	margin: 0 -24px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 24px 12px 24px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 12px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2361A1;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 17px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 18px;
	line-height: 21px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	margin-bottom: 14px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 17px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 17px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 17px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 34px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 14px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 14px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover, .sidebar li a:hover {
	text-decoration: underline;
}

/*---:[ sub-footer ]:---*/
.email-landing-page #pre-footer-content {
	background-color: #fff;
	text-align: center;
    width: 100%;
    height: auto;
	margin-top: -135px;
    z-index: 1;
    position: relative;
}

.email-landing-page #pre-footer-content span {
	color: #949494;
	top: -19px;
    position: relative;
}

.email-landing-page #pre-footer-content img {
	display: inline-block;
    max-height: 20px;
    margin: 17px 10px;
    width: auto;
}

.email-landing-page #entrepreneur-logo {
	 top: 4px;
    position: relative;
    max-height: 24px !important;
}


/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	background-color: #424242;
	padding: 12px 24px 22px;
	clear: both;
	text-align: center;
	margin-top: 12px;
}
#footer-text p, #footer-text a {
	font-size: 16px;
}
.footer #footer-text a {
	color: #FFFFFF;
}
.footer #footer-text a:hover {
	opacity: .7;
}
.footer .menu {
	margin-top: 0;
	margin-bottom: 5px;
}
.footer a {
	color: #d5d5d5;
	text-decoration: none;
}

.rnd, #text-5 {-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
 border-radius: 10px;}
.iblock, .dinline {display: inline-block;}
.w45 {width: 46%;}
.mr5 {margin-right: 5%;}
.mid {vertical-align: middle;}
#text-5 {border: 1px solid #CDCDCD;
    padding: 8px 0;}
.nosidebars .content {width: 650px ; margin: 0 auto}
.rndbtn {-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px; /* future proofing */
-khtml-border-radius: 35px; /* for old Konqueror browsers */ display: inline-block; font-size: 14px; padding: 8px 5px; width: 29%; background-color:#d8202c; margin: 15px 8px 15px 0px; text-align: center; text-decoration: none; color:#ffffff}
.rndbtn:hover {background-color: #b60d18;  }
/*---:[ media queries ]:---*/
@media all and (min-width: 1146px) and (max-width: 1222px) {
	.email-landing-page .query_box {
		max-height: 322px;
	}
}
@media all and (min-width: 1100px) and (max-width: 1145px) {
	.email-landing-page .query_box {
		max-height: 317px;
	}
}

@media all and (min-width: 1010px) and (max-width: 1099px) {
	.email-landing-page .query_box {
		max-height: 328px;
	}
}

@media all and (min-width: 955px) and (max-width: 1009px) {
	.email-landing-page .query_box {
		max-height: 332px;
	}
}
@media all and (min-width: 915px) and (max-width: 954px) {
	.email-landing-page .query_box {
		max-height: 329px;
	}
}

@media all and (min-width: 915px) and (max-width: 1160px) {
	.email-landing-page #recent-entries h2 {
		font-size: 33px;
	}
	#recent-entries .icons {
		max-height: 104px;
		margin-top: -7px;
	}
}

@media all and (min-width: 915px) and (max-width: 1010px) {
	.email-landing-page #recent-entries {
		width: 94%;
	}
}

@media all and (min-width: 915px) {
	.email-landing-page .post_box {
		background-attachment: fixed;
	}
}

@media all and (max-width: 915px) {
	body {
		padding-top: 0;
	}
	.email-landing-page body {
		line-height: 1.3em;
	}
	.container, .landing .container {
		width: auto;
		max-width: 626px;
	}
	.email-landing-page .container {
		max-width: 100%;
	}
	.header {height: auto;}
	.landing .header {
		border-top: 0;
	}
	#header {
		height: 44px;
	}
	#logo {
    top: 10px;
	left: 12px;
	position: absolute;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
		padding-top: 0px
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 2px solid #DDDDDD;
	}
	.menu_control {
		display: inline-block;
		vertical-align: middle;
		border-width: 0;		
		padding: 0 24px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
    	line-height: 1em;
    	font-size: 1.3em;
		margin-top: 14px;
	}
	.menu {
		display: none;
		border-width: 1px 0 0 0;
		clear: both;
		width: 100%;
		margin-bottom: 20px
	}
	#header .menu {
		float: right;
		z-index: 1;
    	position: relative;
		background-color: #424242;
    	margin-top: -1px;
	}
	.header {
	text-align: center;
	}
	.show_menu {
		display: inline-block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;		
		padding-left: 24px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		padding: 1em 24px;
	}
	.menu .current-menu-item > a {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
	.post_box .headline, .headline a {width: 100%;}
	.postimage img, .post_image {height: auto;}
	.post_box {padding: 12px; margin-right: 0}
	.nosidebars .content {width:100%; margin: 0 auto}
	
	.email-landing-page #pre-footer-content span {
		top: 0;
		width: 100%;
		display: block;
	}
	.email-landing-page #pre-footer-content {
		padding-top: 14px;
		margin-top: -146px;
	}
	.email-landing-page .post_box br {
	display: unset;
	}
	.email-landing-page .column {
		width: 100%;
		margin-bottom: 50px;
	}
	.footer {
		padding-bottom: 12px;
	}
	.email-landing-page h1 {
		font-size: 30px;
	}
	.email-landing-page #recent-entries {
    width: 80%;
	}
	.email-landing-page .query_box {
		max-height: 100% !important;
	}
	.email-landing-page .post_box {
		background-position-x: 0%;
	}
}

@media all and (max-width: 670px) {
	.email-landing-page #pre-footer-content {
		margin-top: -160px;
	}
	.email-landing-page #pre-footer-content img {
    	margin: 5px 10px;
	}
}

@media all and (max-width: 626px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.post_box .wp-caption img {
    max-width: 100%;
	}
	.email-landing-page h1 {
		font-size: 24px;
	}
	.email-landing-page #recent-entries .post_image {
		width: 100%;
	}
	.email-landing-page .post_box h3 {
    font-size: 32px;
    line-height: 32px;
	}
	.email-landing-page #pre-footer-content {
    padding-top: 4px;
		margin-top: -150px;
	}
	.email-landing-page p {
    line-height: 1.3em;
}
	.email-landing-page #recent-entries {
	    width: 90%;
	}
	.email-landing-page .recent-entries {
    	padding-top: 24px;
	}
	.email-landing-page #recent-entries h2 {
		font-size: 28px;
		margin: 20px 0 10px;
	}
	#recent-entries .icons {
		max-height: 61px;
		margin-top: -10px;
	}
	
}
@media all and (max-width: 450px) {
	.rndbtn {width:90%; margin: 15px auto; display: block; }
	.fr {float: none}
	.menu a, .menu_control {
		padding: 1em 12px;
	}
		
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 12px;
		padding-left: 12px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 12px;
	}
	.comments_closed, .login_alert {
		margin-right: 12px;
		margin-left: 12px;
	}
	.comment_form_title {
		margin-left: -12px;
		margin-right: -12px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: '\a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
	.menu_control {
		line-height: 1em;
		margin-top: -9px;
		padding-right: 24px;
	}
	#site_title {top: 0px; width: 40%}
	#site_title a {width: 100%; background-size: 100% auto}
	.w45 {width: 100%}
	.mr5{margin-right: 0px}
	.af-element.mr5 {margin-bottom: 10px}
	.template-home .grt .headline {margin: 0;}
	.header {
		padding: 0;
	}
	#header .menu {
		margin-top: -11px;
	}
	.email-landing-page .post_content h1 {
	line-height: 0.8em;
	}
	.email-landing-page h1 > span {
		font-size: 18px;
	}
	.email-landing-page h2 {
		font-size: 16px;
	}
	.email-landing-page .post_content {
		padding-top: 20px;
	}
	.email-landing-page input {
		width: 100%;
	}
	.email-landing-page .post_box h3 {
		font-size: 24px;
    	line-height: 26px;
	}
	.email-landing-page .fca_eoi_postbox_0_description_copy_wrapper {
		font-size: 18px;
	}
	#recent-entries .icons {
    max-height: 59px;
    margin-top: -6px;
 }
	#recent-entries h2 {
    font-size: 27px;
    margin: 15px 0 10px;
	}
}

@media all and (max-width: 340px) {
	.email-landing-page #pre-footer-content img {
		margin: 5px 6px;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
/*---:[ custom CSS ]:---*/
#custom_html-2 {border: 1px solid #CCCCCC; border-radius: 3px; padding: 10px 0;}
.iblock {display: inline-block;}
.insignia {
    margin-bottom: 10px;
}
.full_width_header {
    background-color: #424242;
}

.dc-testimonial {
  background: none repeat scroll 0 0 #FFD5BF;
  border-radius: 10px;
  font-style: italic;
  margin: 20px auto;
  padding: 3% 8%;
  width: 80%;
}
.xoxo li, .widget li {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
#fbshare {line-height: 12px }
.tcenter {text-align: center;}
.tright {text-align: right;}

.af-form-wrapper {
    display: none;
}
.awebernew .af-form-wrapper {
    background: linear-gradient(to bottom, #D4D3D1 0%, #E2E2E0 50%, #D4D3D1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #979797;
    display: block !important;
    margin-bottom: 20px;
    padding: 0 20px;
}
.awebernew .af-form-wrapper input.text {
    background-color: #FFFFFF;
    border: 1px solid #979797 !important;
    border-radius: 4px;
    width: 90% !important;
}
.awebernew .af-form-wrapper p {
    margin-bottom: 0;
    text-align: center;
}
.awebernew .af-element label.previewLabel {
    font-family: "Helvetica Bold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 1.1em;
}
.buttonContainer input.submit {
    background: none repeat scroll 0 0 #F7A130 !important;
    border: 1px solid #979797 !important;
    border-radius: 4px;
    color: #4F2B18 !important;
    font-weight: bold;
    padding: 8px 4% !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) !important;
    width: 90% !important;
}
.buttonContainer input.submit:hover {
    background: none repeat scroll 0 0 #F09722;
}
.af-header, .af-footer {
    display: none;
}
.af-body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding: 15px 0 !important;
}
.af-body input.text {
    padding: 8px 4% !important;
}
.buttonContainer {
    margin-top: 20px !important;
    text-align: left;
}
.tmbaweber .af-body label.previewLabel {
    float: left !important;
    font-size: 1.2em !important;
    text-align: right !important;
    width: 50px !important;
}
.tmbaweber .af-form-wrapper .text {
    width: 213px !important;
}
.tmbaweber .af-form {
    margin: 0 auto;
    width: 400px !important;
}
.privacyPolicy p {
    margin-bottom: 0;
}
.tmbaweber .af-form-wrapper {
    background: url(images/black.gif) repeat scroll left top rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important;
    padding: 10px 0 !important;
    text-align: center !important;
}
.tmbaweber .af-body {
    margin: 0 auto !important;
    width: 283px !important;
}
.tmbaweber .af-form-wrapper h2 {
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 0.5em 0 0.611em;
}
.tmbaweber .af-form-wrapper h2 span {
    color: #F8A431;
}
.tmbaweber .af-clear {
    clear: both;
}
.tmbaweber .buttonContainer {
    margin-left: 45px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom: 42%; //36 is cinemascope.  for 16:9 it is: 56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe {
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
}
/* WP Curve - Peter- #71987 */
#site_title a{
    background-image: url(http://www.tropicalmba.com/wp-content/uploads/2015/10/web-header-logo-2-1631x152px.png) !important;
    background-size: contain;
}
/*
#full_width_header{
	background-image:none;
	background: #5b5b5b;
background: -moz-linear-gradient(top,  #5b5b5b 0%, #242424 96%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(96%,#242424));
background: -webkit-linear-gradient(top,  #5b5b5b 0%,#242424 96%);
background: -o-linear-gradient(top,  #5b5b5b 0%,#242424 96%);
background: -ms-linear-gradient(top,  #5b5b5b 0%,#242424 96%);
background: linear-gradient(to bottom,  #5b5b5b 0%,#242424 96%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#242424',GradientType=0 );
}*/
/* WP Curve - Peter- #71987 - end */