/*---:[ 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;
	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;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/**
 * Table of Contents:
 *
 * 1.0 - Reset \"like\" - General
 * 2.0 - Typography
 * 3.0 - Structural Grid
 * 4.0 - Menus
 * 5.0 - Post Box Styles
 * 6.0 - Query Box Styles
 * 7.0 - Widget Styles
 * 8.0 - Input Fields
 * 9.0 - Comments
 * 10.0 - Pagination
 * 11.0 - Area Styles
 * 12.0 - Front Template Styles
 * 13.0 - Single Template Styles
 * 14.0 - Archive Template Styles
 * 15.0 - Home Template Styles
 * 16.0 - Custom Template Styles
 * 17.0 - Misc
 * 18.0 - Media Queries
 * -----------------------------------------------------------------------------
 */


 /**
 * 1.0 Reset \"like\" - General
 * -----------------------------------------------------------------------------
 */
body {
	font-size: 16px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#232323;
}

img,
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	max-width:100%;
	height:auto;
	display:inline-block;
}
img.alignright {
    margin-bottom: 28px;
    margin-left: 28px;
}
.alignleft{	margin-right:26px;}

.alignright{margin-left:26px;}

/** Typical links **/
a{color:#6C3500;}

a:hover{color:#3B8183;}


 /**
 * 2.0 Typography
 * -----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6{font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;}

.post_box .headline,
.query_box .headline{font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;}

.widget .widget_title{font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;}

p,
.post_content,
.post_excerpt{
	font-size:17px;
	line-height:28px;
	margin-bottom:26px;
}

.full p,
.full .post_content,
.full .post_excerpt{
	font-size:17px;
	line-height:28px;
	margin-bottom:26px;
}

.one-third p,
.one-third .post_content,
.one-third .post_excerpt,
.one-quarter p,
.one-quarter .post_content,
.one-quarter .post_excerpt{
	font-size:15px;
	line-height:22px;
	margin-bottom:26px;
}

h1,
h2.headline{
	font-size:27px;
	color: #00A5B5;
	line-height:38px;
	margin-bottom:39px;
}
h1.headline {
	margin-top:39px;
}

.full h1{
	font-size:32px;
	color: #00A5B5;
	line-height:48px;
	margin-bottom:52px;
}

h2{
	font-size:24px;
	color: #00A5B5;
	line-height:35px;
	margin-bottom:39px;
}

.full h2{
	font-size:24px;
	color: #EF6696;
	line-height:38px;
	margin-top: 42px;
	margin-bottom:14px;
}

.one-third h2,
.one-third h2.headline,
.one-quarter h2,
.one-quarter h2.headline{
	font-size:21px;
	line-height:29px;
	margin-bottom:39px;
}

h3{
	font-size:22px;
	line-height:31px;
	color: #EF6696;
	margin-bottom:26px;
}

.full h3{
	font-size:22px;
	line-height:31px;
	margin-bottom:26px;
	margin-top:26px;
}

.one-third h3,
.one-quarter h3{
	font-size:19px;
	line-height:27px;
	margin-bottom:26px;
}

h4{
	font-size:20px;
	color: #EF6696;
    line-height: 32px;
    margin-top: 39px;
    margin-bottom: 13px;
}

.full h4{
	font-size:24px;
	line-height:36px;
	margin-bottom:26px;
}

.one-third h4,
.one-quarter h4{
	font-size:17px;
	line-height:24px;
	margin-bottom:13px;
}

h5{
	font-size:16px;
	line-height:27px;
	margin-bottom:26px;
}
.full h5{
	font-size:20px;
	line-height:32px;
	margin-bottom:39px;
}

.one-third h5,
.one-quarter h5{
	font-size:15px;
	line-height:21px;
	margin-bottom:26px;
}

h6{
	font-size:14px;
	line-height:24px;
	margin-bottom:26px;
}

.full h6{
	font-size:18px;
	line-height:30px;
	margin-bottom:39px;
}

.one-third h6,
.one-quarter h6{
	font-size:13px;
	line-height:20px;
	margin-bottom:26px;
}


 /**
 * 3.0 Structural Grid- Version 2.1.11
 * -----------------------------------------------------------------------------
 */
.page_wrapper {
	width: 1032px;
	max-width:100%;
	margin-right: auto;
	margin-left: auto;
}

.clearfix{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.columns_1,
.columns_2,
.columns_3,
.columns_4,
.columns_321,
.columns_312,
.columns_431,
.columns_413,
.columns_4112,
.columns_4121,
.columns_4211,
.subcolumns{
	clear:both;
	padding:26px 0;
}

.full,
.half,
.one-quarter,
.one-third,
.two-thirds,
.three-quarters{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.reverse_wrapper{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.full{
	width:100%;
	float:none;
	padding:0 26px;
}

.half,
.columns_4112 .reverse_wrapper{
	width:50%;
	padding:0 13px;
}

.one-quarter{
	width:25%;
	padding:0 13px;
}

.three-quarters{
	width:75%;
	padding:0 26px 0 13px;
}

.one-third,
.columns_4121 .reverse_wrapper .one-quarter,
.columns_4112 .reverse_wrapper .one-quarter{
	width:33.3%;
	padding:0 13px;
}

.columns_321 .one-third,
.columns_312 .one-third{
	width:33.5%;
}

.two-thirds,
.columns_4121 .reverse_wrapper .half {
	width:66.5%;
	padding:0 26px 0 13px;
}

.columns_312 .two-thirds{
	float:right;
}
.columns_413 .three-quarters,
.columns_431 .one-quarter,
.columns_4112 .half,
.columns_4121 .reverse_wrapper .half{float:right;}
.columns_4121 .reverse_wrapper{
	width:75%;
	padding:0;
}

.columns_4112 .reverse_wrapper{
	width:75%;
	padding:0;
	float:right;
}

.columns_4112 .reverse_wrapper .half{
	float:right;
	width:66.666%;
}

.columns_4112 .reverse_wrapper .one-quarter{float:left;}
.columns_1:after,
.columns_2:after,
.columns_3:after,
.columns_4:after,
.columns_321:after,
.columns_312:after,
.columns_431:after,
.columns_413:after,
.columns_4112:after,
.columns_4121:after,
.columns_4211:after,
.subcolumns:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* End Columns Style*/


 /**
 * 4.0 Menus
 * -----------------------------------------------------------------------------
 */

/*  Typical Horizontal Drop Down Menu Structure*/

#top_menu_area .menu {
    display: inline-block;
}

#top_menu_area .page_wrapper {
    text-align: center;
    line-height: 20px;
}

.menu {
	position: relative;
	z-index: 50;
	list-style: none;
}

.menu li {
	position: relative;
	float: left;
}

.menu .sub-menu {
	position: absolute;
	display: none;
	list-style: none;
	z-index: 110;
}

.menu .sub-menu .sub-menu {
	top: 0;
	left: 150px;
	margin: 0;
}

.menu a,
.menu li:hover > .sub-menu {display: block;}
.menu .sub-menu li {
	width: 150px;
	clear: both;
}

.menu_control {display: none;}

.menu a,
.menu .current-menu-item .sub-menu a{cursor:pointer;}

.menu .current-menu-item > a {
	cursor: text;
}
#top_menu.menu a {
	color: #00A5B5;
	background-color: #FFFFFF;
}
#top_menu.menu .current-menu-item a {
	    color: #EF6696;
    background-color: #FFFFFF;
}

#top_menu.menu a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
}
/*  Link Styles*/
.menu a, .menu_control {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    text-decoration:none;
}

.menu a,
.menu_control,
.menu .current-menu-item .sub-menu a{
    color: #111;
    background-color:transparent;
}

/*  Hover Styles*/
.menu a:hover{
    color: #EF6696;
    background-color:#ddd;
    text-decoration:none;
}
/*  Current Styles*/
.menu .current-menu-item > a {
    color: #111;
    background-color: #fff;
    cursor: text;
}
/**
 * 5.0 Post Box Styles
 * -----------------------------------------------------------------------------
 */
.post_content ul {
    list-style-type: square;
    list-style-position: outside;
	margin-left: 27px;
	margin-bottom: 28px;
}
.home_archive.post_box{
	margin-bottom:52px;
}
.image_wrap {
	position:relative;
}
.image_wrap .post_date{
	position:absolute;
	top: 13px;
	left: 13px;
	color: #8a8a8a;
	font-size: 64px;
	font-weight:bold;
}
.image_wrap .post_date:nth-of-type(2){
	top:77px;
	font-size:24px;
	text-transform:uppercase;
}
.headline_area {
	font-size:15px;
	line-height:25px;
	margin-top:26px;
	margin-bottom:26px;
	color:#898989;
}
.headline_area h2 {
	font-size: 22px;
	color: #00A5B5;
}
.headline_area a{
	text-decoration:none;
}
.headline_area h2.headline{
	margin-bottom:0px;
}
.post_cats_intro::before, 
.post_author_intro::before, 
.num_comments_link::before, 
.post_date_intro::before {
	font-family:"FontAwesome";
	padding-right:10px;
}
.post_date_intro::before {
	content: "\f073";
}
.post_cats_intro::before {
	content:"\f03a";
}
.post_author_intro::before {
	content: \"\f007";
}
.num_comments_link::before {
	content: "\f086";
}

.post_cats, .post_author, .post_date {
	padding-right:13px;
}
.isotope .post_box{
	box-sizing:border-box;
	padding:26px 13px;
}
.isotope .post_box img{
	margin-bottom:26px;
}
.isotope a{
	text-decoration:none;
}

/**
 * 7.0 Widget Styles
 * -----------------------------------------------------------------------------
 */

.widget .widget_title,
.widget.widget_title.section_title {
    margin-bottom: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #EF6696;
    line-height: 24px;
    font-variant: small-caps;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.sidebar ul {
	list-style-type: none;
}
.sidebar a {
	text-decoration:none;
}
	
.sidebar li::before {
	font-family:"FontAwesome";
	content: "\f101";
	padding-right:10px;
	color:#F5634A;
}
.search_form p::before {
	font-family:"FontAwesome";
	content: "\f002";
	padding-right:10px;
	padding-left:10px;
	color:#F5634A;
}
.search_form p{
	border:1px solid #898989;
}
.search_form input[type="text"], .search_form input[type="text"]:focus{
	border:none;
	width:80%;
}
p.headline {
	margin-bottom: 0;
}
 /**
 * 8.0 Input Fields
 * -----------------------------------------------------------------------------
 */

input[type="text"],
input[type="email"],
textarea {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	padding: 5px;
	background-color:$c_bg_input;
}

input[type="text"]:focus,
textarea:focus {
	border-style: solid;
	background-color:#fff;
}

input[type="submit"] {
	color: #6C3500;
	background-color: #dcdcdc;
	text-decoration: none;
	border:none;
	padding: 10px 20px;
}

input[type="submit"]:hover {
	cursor:pointer;
	background-color: #cecece;
}


 /**
 * 9.0 Comments
 * -----------------------------------------------------------------------------
 */
.comment {
        margin-top: 26px;
        padding-top: 3px;
        padding-left: 3px;
        clear:both;
}

.comment .comment_author {}

.comment .comment_aux {}

.children .comment {
        list-style-type: none;
        border-style: none;
        padding-left: 13px;
}

.comment .comment_text ul {
        list-style-type: square;
        list-style-position: inside;
}

.comment .comment_text ul,
.comment .comment_text ol {
        margin-left: 26px;
}

.comment p,
.comment .comment_text ul,
.comment .comment_text ol,
.comment .comment_text blockquote,
.comment .comment_text pre {
        margin-bottom: 26px;
}

.comment .comment_text li ul,
.comment .comment_text li ol {
	margin-left: 26px;
	margin-bottom: 0;
}

.comment .comment_text .left,
.comment .comment_text .alignleft {
	margin-bottom: 26px;
	margin-right: 26px;
}

.comment .comment_text .right,
.comment .comment_text .alignright {
        margin-bottom: 26px;
        margin-left: 26px;
}

.comment .comment_text .center,
.comment .comment_text .aligncenter {
        margin: 0 auto 26px auto;
}
.comment .comment_text .block,
.comment .comment_text .alignnone {
        margin: 0 auto 26px 0;
}

.comment .avatar{
	float:left;
	margin:0 13px 13px 0;
}

p.comments_intro,
p.comment_form_title{
	padding-bottom:26px;
}

#commentform label{
	display:block;
	padding-bottom:5px;
}
#commentform input[type="text"]{
	padding:5px;
	width:90%;
	margin-bottom:13px;
}

#commentform textarea{
	padding:5px;
	width:100%;
	margin-bottom:13px;
}


 /**
 * 10.0 Pagination
 * -----------------------------------------------------------------------------
 */
.wp-paginate {
	padding:0;
	margin:0;
}

.wp-paginate li {
	display:inline;
	list-style:none;
}

.wp-paginate a {
	background:#ddd;
	border:1px solid #ccc;
	color:#666;
	margin-right:4px;
	padding:4px 8px;
	text-align:center;
	text-decoration:none;
}

.wp-paginate a:hover,
.wp-paginate a:active {
	background:#ccc;
	color:#888;
}

.wp-paginate .title {
	color:#555;
	margin-right:4px;
}

.wp-paginate .gap {
	color:#999;
	margin-right:4px;
}

.wp-paginate .current {
	color:#fff;
	background:#5f87ae;
	border:1px solid #89adcf;
	margin-right:4px;
	padding:4px 8px;
}

.wp-paginate .page {}

.wp-paginate .prev,
.wp-paginate .next {}


 /**
 * 11.0 Area Styles
 * -----------------------------------------------------------------------------
 */
.certifications_heading h2,
.follow_me h2 {
    margin-bottom: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #EF6696;
    line-height: 24px;
    font-variant: small-caps;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 2px;
}
.certifications {
	padding-bottom:90px;
}
#optin {
    background: #FFFFFF;
    padding: 10px 8px;
    border: 3px solid #ef6696;
    color: #111111;
    text-align: center;
    overflow: hidden;
}
#optin input {
    width: 180px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 10px auto;
    padding: 8px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #ddd;
}
#optin input[type="submit"] {
    background: #00A5B5;
    border: 1px solid #414472;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 14px;
    padding: 3px 5px;
    text-shadow: -1px -1px #1c5d28;
    text-transform: uppercase;
    width: auto;
}
.privacy_policy p {
    padding-top: 10px;
    text-align: left;
    font-size: 10px;
}
.copyright p {
	padding-top:10px;
	text-align:center;
	font-size:10px;
}
.design_credits {
    padding-top: 10px;
    text-align: right;
    font-size: 10px;
}
p.email_form_intro {
	font-size:20px;
	text-align:center;
	color:#ef6696;
}
input.thesis_email_form_submit.input_submit {
	background: #00A5B5;
    border: 1px solid #414472;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 14px;
    padding: 3px 5px;
    text-shadow: -1px -1px #1c5d28;
    text-transform: uppercase;
    width: auto;
	margin-top:20px;
	text-align:center;
}
.thesis_email_form.mailchimp_early_bird_book_club {
    border: 3px solid #ef6696;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.thesis_email_form.mailchimp_early_bird_book_club #optin input[type="submit"] {
    background: #00A5B5;
    border: 1px solid #414472;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 14px;
    padding: 3px 5px;
    text-shadow: -1px -1px #1c5d28;
    text-transform: uppercase;
    width: auto;
}
.accuity .client-page.is-embedded #content {
	background: #e1e1e1;
}
.gdpr_disclaimer {
	font-size: 12px;
}
#early_bird_area.area_wrapper .gdpr_disclaimer {
	margin-top: 20px;
}
#recent_podcast_area.area_wrapper h1 {
	font-size:20px;
	margin-top:20px;
	line-height:20px;
	margin-botoom:20px;
}
	
 /**
 * 12.0 Front Template Styles
 * -----------------------------------------------------------------------------
 */
#header_image_area.area_wrapper .columns_1 {
	padding:0;
}
#events_area.area_wrapper {
	border-style:solid;
	border-width:1px;
	border-color:#DBDBDB;
}


 /**
 * 13.0 Single Template Styles
 * -----------------------------------------------------------------------------
 */


 /**
 * 14.0 Archive Template Styles
 * -----------------------------------------------------------------------------
 */


 /**
 * 15.0 Home Template Styles
 * -----------------------------------------------------------------------------
 */


 /**
 * 16.0 Custom Template Styles
 * -----------------------------------------------------------------------------
 */
/* Style horizontal MailChimp opt in */
}

#gratitude_opt_in.area_wrapper:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#gratitude_opt_in.area_wrapper .thesis_email_form .email_form_intro{
	width:45%;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:20px 13px;
	margin-top: 0px;
	margin-left: 10px;
	float:left;
	font-size: 20px;
	text-align:left;
	font-family: "Times New Roman", Georgia, Serif;
	color: #E5588A;
	font-weight:bold;
}

#gratitude_opt_in.area_wrapper .thesis_email_form {
    margin-top: 0px;
	margin-bottom: 0px;
	background: transparent;
}

#gratitude_opt_in.area_wrapper .thesis_email_form * {
    margin: 0px;
	margin-bottom: 10px;
    padding: 10px 10px !important;
    word-wrap: break-word;
}
/* teal submit button */
#gratitude_opt_in.area_wrapper .thesis_email_form_submit.input_submit {
    color: #ffffff;
    background-color: #00A5B5;
	border: 2px solid #FFFFFF;
    border-radius: 1em 4em 4em 1em;
	font-size: 14px;
}

#gratitude_opt_in.area_wrapper .thesis_email_form_submit.input_submit:hover {
  color: #FFF;
  background: #E5588A;
}
*/
 /**
 * 17.0 Misc
 * -----------------------------------------------------------------------------
 */


 /**
 * 18.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Tablet Landscape Media Query */
@media only screen and (max-width:1024px), screen and (max-device-width:1024px) and (orientation:landscape){
	.page_wrapper{
		width:auto;
		padding:0 8px;
		margin:0;
	}
	.columns_321 .two-thirds {
		width:auto;
		margin-right:320px;
	}
	.columns_321 .one-third {
		float:left;
		width:320px;
		margin-left:-320px;
	}
	.columns_312 .two-thirds {
		width:auto;
		float:right;
		margin-left:320px;
	}
	.columns_312 .one-third {
		width:320px;
		float:left;
		margin-right:-100%;
	}
	.columns_431 .three-quarters {
		width:auto;
		margin-right:250px;
	}
	.columns_431 .one-quarter {
		float:left;
		width:250px;
		margin-left:-250px;
	}
	.columns_413 .three-quarters {
		width:auto;
		float:right;
		margin-left:250px;
	}
	.columns_413 .one-quarter {
		width:250px;
		float:left;
		margin-right:-100%;
	}
	.columns_4121 .reverse_wrapper .half,
	.columns_4112 .reverse_wrapper .half {width:65.666%; }
	iframe{max-width:100%;}
}

/*  Tablet Portrait Media Query*/
@media only screen and (max-width:800px), screen and (max-device-width:800px) and (orientation:portrait){

	.menu_control {
		display: block;
		width: 100%;
		background-color: #fff;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family: sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		color: #00A5B5;
	}
	
	#top_menu_area .menu {
		display:none;
	}
	.menu,
	.header .menu {
		display: none;
		width: 100%;
		border-top: 1px solid #ddd;
		clear: both;
        background-color: #fff;
	}
	
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #ddd;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #fff;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {background-color: #eee;}
	.menu > li > a {border-left-width: 1px;}
	.menu li:first-child > a:first-child {border-top-width: 0;}
	.columns_321 .two-thirds {
		width:auto;
		margin-right:249px;
	}
	.columns_321 .one-third {
		float:left;
		width:250px;
		margin-left:-250px;
	}
	.columns_312 .two-thirds {
		width:auto;
		float:right;
		margin-left:250px;
	}
	.columns_312 .one-third {
		width:250px;
		float:left;
		margin-right:-100%;
	}
	.columns_3 .one-third {
		width:50%;
		padding-bottom:26px;
	}
	.columns_4 .one-quarter {
		width:50%;
		min-width:250px;
		padding-bottom:26px;
	}
	.columns_4211 .half {
		width:100%;
		padding-bottom:26px;
	}
	.columns_4211 .one-quarter {
		width:50%;
		min-width:250px;
		padding-bottom:26px;
	}
	.columns_4112 .half {
		width:100%;
		padding-bottom:26px;
	}
	.columns_4112 .one-quarter {
		width:50%;
		min-width:250px;
		padding-bottom:26px;
	}
	.columns_4121 .half {
		width:50%;
		padding-bottom:26px;
	}
	.columns_4121 .one-quarter {
		width:50%;
		min-width:250px;
		padding-bottom:26px;
	}
	.columns_4121 .reverse_wrapper{
		width:100%;
		padding-bottom:26px;
	}
	.columns_4112 .reverse_wrapper{
		width:100%;
		padding-bottom:26px;
	}
	.columns_4112 .one-quarter{
		width:50%;
		padding-bottom:26px;
	}
	.full h1 {
    	font-size: 26px;
    	margin-bottom: 13px;
    	margin-top: 13px;
	}
	#optin input[type="submit"] {
    	width: 140px;
	}
	.follow_me {
		margin-top:60px;
	}
	.columns_4121 {
    	clear: both;
    	padding: 10px 0;
	}
	#footer_area_bottom.area_wrapper .half {
		width:60%;
	}
	#footer_area_bottom.area_wrapper .one-quarter {
		width: 15%;
		min-width: 80px;
	}
	#footer_area_bottom.area_wrapper .design_credit_area.one-quarter {
		width: 25%;
	}
	.design_credits {
    	padding-top: 18px;
	}
}

/*  Phone Landscape Media Query*/
@media only screen and (max-width:699px),  screen and (max-device-width:699px){
    .menu a {border-right-width: 0;}
	.menu > li > a {border-left-width: 0;}
	.full,
	.half,
	.two-thirds,
	.three-quarters{
		padding:12px 8px;
		width:100%;
		margin-bottom:0;
		margin-top:0;
		padding:0;
	}
	.one-third,
	.one-quarter{
		padding:12px 8px;
		width:50%;
	}
	.columns_2 .half{
		width:100%;
		float:none;
		padding:12px 8px;
	}
	.columns_321 .two-thirds,
	.columns_312 .one-third {
		width:100%;
		margin-right:0;
		clear:both;
		margin-bottom:26px;
	}
	.columns_321 .one-third,
	.columns_312 .two-thirds {
		float:none;
		width:100%;
		margin-left:0;
		clear:both;
		margin-bottom:26px;
	}
	.columns_431 .three-quarters,
	.columns_413 .one-quarter {
		width:100%;
		margin-right:0;
		clear:both;
		margin-bottom:26px;
	}
	.columns_431 .one-quarter,
	.columns_413 .three-quarters{
		float:none;
		width:100%;
		margin-left:0;
		clear:both;
		margin-bottom:26px;
	}
	.columns_4121 .one-quarter,
	.columns_4121 .half {
		width:100%;
		float:none;
		margin-bottom:26px;
	}
	.columns_4121 .reverse_wrapper .half,
	.columns_4121 .reverse_wrapper .one-quarter {
		width:100%;
		float:none;
		padding:12px 8px;
		margin-bottom:26px;
	}
	.columns_4112 .reverse_wrapper .half,
	.columns_4112 .reverse_wrapper .one-quarter{
		width:100%;
		float:none;
		padding:12px 8px;
		margin-bottom:26px;
	}
	#page_content_area.area_wrapper,
	#top_footer_area.area_wrapper,
	#footer_area_bottom.area_wrapper {
		margin-left:10px;
		margin-right:10px;
	}
	#top_footer_area.area_wrapper .columns_321,
	#footer_area_bottom.area_wrapper .columns_4121,
	#footer_area_bottom.area_wrapper .columns_4121 .one-quarter,
	#footer_area_bottom.area_wrapper .columns_4121 .half {
		padding: 0;
	}
	#footer_area_bottom.area_wrapper .columns_4121 .one-quarter,
	#footer_area_bottom.area_wrapper .columns_4121 .half {
		margin-bottom: 0;
	}
	#footer_area_bottom.area_wrapper .half {
		width:100%;
	}
	#footer_area_bottom.area_wrapper .one-quarter {
		width: 100%;
	}
	#footer_area_bottom.area_wrapper .design_credit_area.one-quarter {
		width: 100%;
	}
	
	.privacy_policy p,
	.design_credits {
    	padding-top: 0px;
    	text-align: center;
	}
	#footer_area_bottom.area_wrapper .one-quarter p,
	#footer_area_bottom.area_wrapper .half p {
		margin-bottom:0;
	}
	.full h1,
	h1 {
    	font-size: 22px;
    	margin-bottom: 13px;
		margin-top: 13px;
	}
}

/*  Phone Portrait Media Query*/
@media only screen and (max-width:415px), screen and (max-device-width:415px) and (orientation:landscape){
    .menu a,
	.menu_control {padding: 1em 13px;}
	.one-third,
	.one-quarter{
		width:100%;
		padding-bottom:0;
		margin-bottom:26px;
	}
	.columns_3 .one-third {
		width:100%;
		margin-bottom:26px;
	}
	.columns_4 .one-quarter,
	.columns_4211 .one-quarter,
	.columns_4112 .one-quarter{
		width:100%;
		margin-bottom:26px;
	}
	.page_wrapper .full,
	.half,
	.page_wrapper .one-quarter,
	.page_wrapper .one-third,
	.page_wrapper .two-thirds,
	.page_wrapper .three-quarters{padding:0;}
	.columns_1 {
		padding:0;
	}
	.follow_me {
		margin-top:140px;
	}
	#optin input[type="submit"] {
    	width: 140px;
	}
}