/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
html {
	word-break: break-word;
	-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;
	word-break: normal;
}
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;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	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:Baskerville, "Times New Roman", Times, serif;
	color:#232323;
}

img,
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	max-width:100%;
	height:auto;
	display:block;
}

.alignleft{	margin-right:26px;}

.alignright{margin-left:26px;}

/** Typical links **/
a{color:#C0AB53;text-decoration:none;}

a:hover{color:#3B8183;}


 /**
 * 2.0 Typography
 * -----------------------------------------------------------------------------
 */
@font-face {
    font-family: \'BeautifulStruggleScript-Regular\';
    src: url(fonts/BeautifulStruggleScript-Regular.tff);
	src: url(fonts/BeautifulStruggleScript-Regular.svg);
	src: url(fonts/BeautifulStruggleScript-Regular.eot);
	src: url(fonts/BeautifulStruggleScript-Regular.woff);
}
h1, h2, h3 {color: $c_primary_text;}

h4, h5, h6{font-family:Baskerville, "Times New Roman", Times, serif;}

.post_box .headline,
.query_box .headline{font-family:Baskerville, "Times New Roman", Times, serif;}

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

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

.full p,
.full .post_content,
.full .post_excerpt{
	font-size:20px;
	line-height:32px;
	margin-bottom:39px;
}

.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:13px;
}

h1,
h2.headline{
	font-size:24px;
	line-height:24px;
	margin-bottom:39px;
}

.full h1{
	font-size:30px;
	line-height:30px;
	margin-bottom:52px;
}

h2{
	font-size:24px;
	line-height:30px;
	margin-bottom:39px;
}

.full h2{
	font-size:24px;
	line-height:30px;
	margin-bottom:52px;
}

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

h3{
	font-size:20px;
	line-height:30px;
	margin-bottom:13px;
}

.full h3{
	font-size:20px;
	line-height:30px;
	margin-bottom:13px;
}

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

h4{
	font-size:18px;
	line-height:29px;
	margin-bottom:26px;
}

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

.one-third h4,
.one-quarter h4{
	font-size:18px;
	color:#FA002C;
	line-height:24px;
	margin-bottom:2px;
	margin-top:26px;
}

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*/

.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;}

/*  Link Styles*/
.menu a, .menu_control {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px;
    text-decoration:none;
	text-transform: uppercase;
}

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

.sub-menu a{
	text-align:left;
}
/*  Hover Styles*/
.menu a:hover{
    color: #C0AB53;
    background-color:transparent;
    text-decoration:none;
}
/*  Current Styles*/
.menu .current-menu-item > a {
    color: #C0AB53;
    background-color: transparent;
    cursor: text;
}
/**
 * 5.0 - Post Box Styles
 * -----------------------------------------------------------------------------
 */
.post_content ol {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.post_content li {
	margin-left: 20px;
	padding-left: 10px;
}
header.headline_area h1.headline {
	margin-bottom: 13px;
}
a.featured_image_link img {
	margin-bottom: 15px;
}
/**
 * 7.0 Widgets
 * -----------------------------------------------------------------------------
 */
.blog_widgets_top, blog_widgets_bottom {
	margin: 0px;
}
.blog_widgets_top img, .blog_widgets_bottom img {
	margin: 0px;
}
.blog_widgets_top .one-quarter h4, .blog_widgets_bottom .one-quarter h4 {
	text-align:center;
}
 /**
 * 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: #C0AB53;
	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
 * -----------------------------------------------------------------------------
 */
#resistance_page_content_area.area_wrapper .columns_1{
	padding: 0;
}
#resistance_opt_in.area_wrapper .page_wrapper .columns_1,
#resistance_opt_in.area_wrapper .page_wrapper .columns_1 .full {
	padding:0 0;
}
#header_area.area_wrapper .page_wrapper .columns_312 {
	padding: 13px 0px 0px 0px;
}
.header_nav_area {
	text-align:right;
	margin-top: 20px;
}
#image_area.area_wrapper .columns_1 {
	padding: 0;
}
#image_area.area_wrapper .columns_1 .full {
	padding: 0;
}
#links_area.area_wrapper {
	margin-bottom:20px;
}
#opt_in_area:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#opt_in_area.area_wrapper {
	background: #EA0025;
}

.thesis_email_form .email_form_intro{
	width:40%;
	box-sizing: border-box;
	float:left;
	padding:0 0 10px 0;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	font-size: 22px;
	font-weight:300;
	color:#FFFFFF;
	text-align:left;
}
.thesis_email_form:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.thesis_email_form{
	margin-bottom:0px;
	padding:0px;
	text-align:center;
}
.thesis_email_form_name.input_text {
	margin-top:9px;
	margin-bottom:7px;
	font-size: 16px;
}
.thesis_email_form_email.input_text {
	margin-top:9px;
	margin-bottom:7px;
	font-size: 16px;
}

.thesis_email_form_submit.input_submit {
    color: #000;
    background-color: #868686;
	font-size: 16px;
	font-weight:bold;
    border-radius: 1em 1em 1em 1em;
	margin-top: 9px;
	margin-bottom: 10px;
	padding: 6px;
}

.thesis_email_form_submit.input_submit:hover {
  background: #969696;
}
.thesis_email_form:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.thesis_email_form{
	margin-bottom:10px;
	margin-top:10px;
	padding-top:20px;
}
form.thesis_email_form {
    padding: 5px;
    border-width: 0px;
    border-style: none;
    border-color: #76CCD0;
    color: #FFF;
    background-color: #EA0025;
}
#footer_area .aweber_title h4{
	font-family: Arial,\"Helvetica Neue\",Helvetica,sans-serif;
	font-size: 12px;
	line-height: 2.6em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 26px;
	text-align: center;
}
.thesis_email_form .aweber_intro {
	text-align: center;
}
.thesis_email_form.footer_aweber,
.one-third p{
	margin-bottom:13px;
}

#footer_area.area_wrapper .columns_1,
#footer_area.area_wrapper .page_wrapper.subcolumns,
#footer_area_blog.area_wrapper .columns_1,
#footer_area_blog.area_wrapper .page_wrapper.subcolumns{
	padding: 0;
}

#footer_area.area_wrapper,
#footer_area_blog.area_wrapper{
	background-color:#C0AB53;
	padding-bottom: 20px;
}
#footer_area.area_wrapper .one-third h4 {
    font-size: 17px;
    line-height: 10px;
    margin-bottom: 20px;
	margin-top:26px;
    color: #FFF;
}
#footer_area.area_wrapper p a {
    color: #FFF;
}
#footer_area.area_wrapper p {
    color: #888;
	padding-top: 20px;
	margin-bottom: 0px;
}
#footer_area.area_wrapper .one-third p {
    line-height: 18px;
}
#footer_area.area_wrapper .one-third .left_footer p {
    line-height: 28px;
}
#footer_area_blog.area_wrapper .one-third h4 {
    font-size: 17px;
    line-height: 10px;
    margin-bottom: 20px;
	margin-top:26px;
    color: #FFF;
}
#footer_area_blog.area_wrapper p a {
    color: #fff;
}
#footer_area_blog.area_wrapper p {
    color: #ddd;
}
#footer_area_blog.area_wrapper .one-third p {
    line-height: 18px;
}
#footer_area_blog.area_wrapper .one-third .left_footer p {
    line-height: 28px;
}
.left_footer.one-third, 
.middle_footer.one-third,
.right_footer.one-third {
	font-size:12px;
	color:#999;
}

.copyright_area.one-quarter {
	text-align:left;
}
.footer_links_area.half {
	text-align:center;
}
.design_area.one-quarter {
	text-align:right;
}

 /**
 * 12.0 Front Template Styles
 * -----------------------------------------------------------------------------
 */
#home_page_title .full h1,
#home_page_title h1 {
	margin-bottom: 0px;
}
#home_page_title .full h3,
#home_page_title h3 {
	margin-bottom: 26px;
}
#psycho_therapy.text_box,
#cognitive_therapy.text_box,
#coaching.text_box,
#consultation.text_box {
	background-color: #F4F3F3;
}
#front_page_content_area.area_wrapper .page_wrapper .columns_1 {
	padding: 0px;
}
#services_list_area.area_wrapper .page_wrapper .columns_2 {
	padding: 0px;
}
#services_list_area.area_wrapper .page_wrapper #left_column.text_box {
	margin-left: 100px;
}
#links_area.area_wrapper .page_wrapper .columns_3 {
	padding: 0px 0px 0px 0px;
}

 /**
 * 13.0 Single Template Styles
 * -----------------------------------------------------------------------------
 */
.post_navigation .right{
	text-align:right;
}
.next_post::after{
	font-family:\"FontAwesome\";
	content: \"\\f0a4\";
	padding-left:10px;
	color:#C0AB53;
}
.previous_post::before{
	font-family:\"FontAwesome\";
	content: \"\\f0a5\";
	padding-right:10px;
	color:#C0AB53;
}
header.headline_area span.post_author {
	font-size: 14px;
}

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


 /**
 * 15.0 Home Template Styles
 * -----------------------------------------------------------------------------
 */
#post_container {
	width: 800px;
	margin-left: 150px;
	margin-right: 150px;
	margin-top:20px;
	margin-bottom:50px;
}

header.headline_area {
	margin-bottom:15px;
}

header.headline_area h1.headline a{
	color:#000;
}
form.thesis_email_form.aweber_blog h4 {
	color:#FFF;
}
form.thesis_email_form.aweber_blog .aweber_title h4 {
	margin-top:0px;
}
 /**
 * 16.0 Custom Template Styles
 * -----------------------------------------------------------------------------
 */


 /**
 * 17.0 Misc
 * -----------------------------------------------------------------------------
 */

.button {
  font: 20px Serif;
  text-decoration: none;
  background-color: #BBAA60;
  color: #FFF;
  padding: 10px 20px 10px 20px;
}

 /**
 * 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%;}
	.columns_1 {
		padding: 0;
	}
	.full h1 {
  		font-size: 24px;
  		line-height: 26px;
  		margin-bottom: 36px;
	}
	.header_nav_area {
  		margin-top: 15px;
	}
	#post_container {
  		margin-left: 100px;
	}
}

/*  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;
	}
	.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;
	}
	.header_nav_area {
  		margin-top: 0px;
	}
	#post_container {
  		width: 700px;
  		margin-left: 20px;
  		margin-right: 20px;
	}
	#services_list_area.area_wrapper .page_wrapper #left_column.text_box {
  		margin-left: 60px;
	}
}

/*  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:0px;
	}
	.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:50%;
		margin-right:0;
		clear:both;
		margin-bottom:0px;
	}
	.columns_321 .one-third,
	.columns_312 .two-thirds {
		float:right;
		width:50%;
		margin-left:0;
		margin-bottom:0px;
	}
	.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;
	}
	 #post_container {
    	width: 620px;
    	margin-left: 20px;
    	margin-right: 20px;
  	}
	#services_list_area.area_wrapper .page_wrapper div.half {
  		margin-bottom: 0px;
	}
	#services_list_area.area_wrapper .page_wrapper #left_column.text_box,
	#services_list_area.area_wrapper .page_wrapper #right_column.text_box {
  		margin-left: 30px;
	}
	#services_list_area.area_wrapper .page_wrapper #left_column.text_box p,
	#services_list_area.area_wrapper .page_wrapper #right_column.text_box p {
  		margin-bottom: 0px;
	}
	.columns_2 {
		clear:both;
		padding:0px 0px;
	}
}

/*  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;}
	.full h1 {
    	font-size: 20px;
    	line-height: 26px;
    	margin-bottom: 26px;
  	}
	.full h2 {
  		font-size: 20px;
  		line-height: 26px;
  		margin-bottom: 40px;
	}
	 #post_container {
    	width: 340px;
    	margin-left: 20px;
    	margin-right: 20px;
  	}
	#services_list_area.area_wrapper .page_wrapper div.half {
  		margin-bottom: 0px;
	}
	#services_list_area.area_wrapper .page_wrapper #left_column.text_box,
	#services_list_area.area_wrapper .page_wrapper #right_column.text_box {
  		margin-left: 20px;
	}
	#services_list_area.area_wrapper .page_wrapper #left_column.text_box p,
	#services_list_area.area_wrapper .page_wrapper #right_column.text_box p {
  		margin-bottom: 0px;
	}
	#home_page_title .full h1,
	#home_page_title h1 {
		font-size: 18px;
	}
	#home_page_title .full h3,
	#home_page_title h3 {
		font-size: 14px;
	}

}