/*---:[ 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;
}
/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 27px;
	color: #111111;
	background-color: #FFFFFF;
	padding-top: 27px;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 1020px;
	margin: 0 auto;
}
.landing .container {
	width: 710px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 710px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.columns > .sidebar {
	width: 310px;
	float: right;
	padding: 27px 27px 0 27px;
}
/*---:[ links ]:---*/
a {
	color: #DD0000;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.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: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111111;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #EEEEEE;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #FFFFFF;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #DDDDDD;
	padding: 27px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #111111;
}
#site_title a {
	color: #111111;
}
#site_title a:hover {
	color: #DD0000;
}
#site_tagline {
	font-size: 16px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 27px;
}
.grt .headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 40px;
	margin: 0;
}
.grt h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 32px;
	margin-top: 41px;
	margin-bottom: 14px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 23px;
}
.grt .drop_cap {
	font-size: 54px;
	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, .headline_area {
	margin-bottom: 27px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 27px;
}
.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: 27px;
	margin-right: 27px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 27px;
	margin-left: 27px;
}
.grt .caption {
	margin-top: -14px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 37px;
	width: 45%;
	margin-bottom: 14px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 27px 27px 0 27px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #002147;
}
.headline a:hover {
	color: #DD0000;
}
.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: #111111;
}
.byline .post_edit {
	margin-left: 14px;
}
.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;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 14px;
	padding-left: 14px;
	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: 14px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.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: 14px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 14px;
}
.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: 23px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 27px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 63px;
	height: 63px;
	float: right;
	clear: both;
	margin-left: 14px;
}
.post_box .author_description .avatar {
	width: 81px;
	height: 81px;
	float: left;
	margin-right: 14px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 14px;
}
.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 {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 27px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 27px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 27px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 14px 27px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 54px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 14px;
	padding: 0 27px;
}
.comments_closed {
	font-size: 13px;
	line-height: 23px;
	color: #888888;
	margin: 0 27px 27px 27px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 54px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 27px;
}
.children .comment {
	list-style-type: none;
	margin-top: 27px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 27px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #DD0000;
}
.comment .comment_head {
	margin-bottom: 14px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 14px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 23px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 14px;
}
.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: 54px;
	height: 54px;
	float: right;
	margin-left: 14px;
}
.comment_nav {
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 14px 27px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -54px 0 54px 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: #111111;
	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: 27px;
}
.input_submit {
	font-size: 20px;
	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;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 54px 0;
	padding: 0 27px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 32px;
	color: #111111;
	margin: 0 -27px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 27px 14px 27px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 14px;
}
#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: #DD0000;
}
#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: 19px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 29px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.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: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.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: 38px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.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: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 23px;
	text-align: right;
	color: #888888;
	border-top: 3px double #DDDDDD;
	padding: 14px 27px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #111111;
}
.landing .footer {
	text-align: center;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 1020px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 710px;
	}
	.header {
		border-top: 1px solid #DDDDDD;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #DDDDDD;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #FFFFFF;
		padding: 1em 27px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 27px;
	}
	.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: #FFFFFF;
		padding: 1em 27px;
	}
	.menu .current-menu-item > a {
		background-color: #EEEEEE;
	}
	.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%;
	}
}
@media all and (max-width: 710px) {
	.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;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 14px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 14px;
		padding-left: 14px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 14px;
	}
	.comments_closed, .login_alert {
		margin-right: 14px;
		margin-left: 14px;
	}
	.comment_form_title {
		margin-left: -14px;
		margin-right: -14px;
	}
	.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;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu: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.CSS						|
|This file is intended for user-defined customizations 	|
|-------------------------------------------------------|
*/


/**
------BASIC COLORS-------

body color: #002147;
			#086bb0;

font-family: Georgia, sans-serif;

------- ------- ---------
**/


/** ESSENTIALS **/

.clear{
	clear:both;
}

@font-face {
    font-family: 'flama';
    src: url('fonts/flama.eot?#iefix') format('embedded-opentype'),
         url('fonts/flama.woff') format('woff'),
         url('fonts/flama.ttf') format('truetype'),
         url('fonts/flama.svg#flamanormal') format('svg');
}

@font-face {
    font-family: 'flamaitalic';
    src: url('fonts/flama_italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/flama_italic.woff') format('woff'),
         url('fonts/flama_italic.ttf') format('truetype'),
         url('fonts/flama_italic.svg#flamaitalic') format('svg');
}

@font-face {
    font-family: 'flamabold';
    src: url('fonts/flama_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/flama_bold.woff') format('woff'),
         url('fonts/flama_bold.ttf') format('truetype'),
         url('fonts/flama_bold.svg#flamabold') format('svg');
}

@font-face {
    font-family: 'flamabook';
    src: url('fonts/flamabook.eot?#iefix') format('embedded-opentype'),
         url('fonts/flamabook.woff') format('woff'),
         url('fonts/flamabook.ttf') format('truetype'),
         url('fonts/flamabook.svg#flamabookitalic') format('svg');
}


@font-face {
    font-family: 'flamabookitalic';
    src: url('fonts/flamabook_italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/flamabook_italic.woff') format('woff'),
         url('fonts/flamabook_italic.ttf') format('truetype'),
         url('fonts/flamabook_italic.svg#flamabookitalic') format('svg');
}

@font-face {
    font-family: 'flamalight';
    src: url('fonts/flamalight.eot?#iefix') format('embedded-opentype'),
         url('fonts/flamalight.woff') format('woff'),
         url('fonts/flamalight.ttf') format('truetype'),
         url('fonts/flamalight.svg#flamalightlight') format('svg');
}

@font-face {
    font-family: 'flamamedium';
    src: url('fonts/flamamedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/flamamedium.woff') format('woff'),
         url('fonts/flamamedium.ttf') format('truetype'),
         url('fonts/flamamedium.svg#flamamediummedium') format('svg');
}
	
body.custom {
	font-family:'flamabook', sans-serif;
	font-size:18px;
	padding-top:0;
	border:none;
}

.custom .headline,
.custom .post-headline,
.custom .grt .headline{
	font-family:'flama', sans-serif;
}
*/

.custom h1,
.custom .grt h1,
.custom h2,
.custom .grt h2,
.custom h3,
.custom .grt h3,
.custom h4,
.custom .grt h4,
.custom h5,
.custom .grt h5{
	font-family:'flamamedium', sans-serif !important;
	font-weight:bold;
}

.custom h4{
	text-transform:uppercase !important;
}

.custom .grt p{
	margin-bottom:15px;
	line-height:1.5em;
}

.custom a:hover,
.custom a:active,
.custom input:focus{
	transition:all 0.3s ease 0s;
}

.custom a{
	color:#0875a8;
	text-decoration:none;
	font-family:'flama', sans-serif;
}

.custom a:hover{
	color:#39a6de;
	text-decoration:underline;
	cursor:pointer;
}

.custom .headline a{
	color:#0875a8;
	text-decoration:underline;
}

.custom .headline a:hover{
	color:#39a6de;
}

.custom .post-headline a,
.custom .widget-posts li a{
	font-family:'flama', sans-serif;
	color:#0875a8;
	text-decoration:none;
}

.custom .post-headline a:hover,
.custom .widget-posts li a:hover{
	color:#39a6de;
}

.custom .post_content p a{
	text-decoration:underline;
}

.custom .post_box{
	padding:20px 0 0;
	font-size:18px;
}

.custom .grt .small,
.custom .grt .caption{
	font-size:14px;
}

.custom .top{
	padding:0 !important;
	margin:0;
	border:none;
}

.custom .widget-rpost-img img,
.custom .widget-featured img,
.custom .recent_posts img{
	border:1px solid #cfcfcf;
}

.custom.landing #content-area {
	margin-top: 20px;
}

.custom.landing .headline_area{
	margin:20px 0;
	padding:20px 0;
	background-color:#fff !important;
	text-decoration:none;
	color:#39a6de !important;
	-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+  */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* IE 10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

.custom.landing .headline_area h2{
	font-size:42px;
	font-variant:small-caps;
}

/*** BASIC WIDTHS ***/


.custom .full_width{
	width:100%;
}

.custom .container{
	width:1020px;
	width:1000px;
	margin:0 auto;
	padding:20px 0;
}

.custom #content-area .container{
	padding:0;
}

.custom .content{
	width:650px;
	float:left;
	margin:20px 40px 0 0;
	padding:0;
}

.custom .sidebar{
	width:310px;
	float:right;
	margin:0;
	padding:0;
}

.custom.home .content{
	wwidth:1020px;
	width:100%;
	float:none !important;
	margin:0 auto;
}

.custom .sb_wrap{
	padding:30px 20px;
}



/*** HEADER AREA ***/


.custom #header .container{
	padding:20px 0 0;
}

.custom .title-area{
	float:left;
	text-indent:-9999px;
}

.custom .title-area #site_tagline{
	text-indent:-9999px;
	height:0;
}

.custom .title-area a{
	background:url('images/logo-light.png') no-repeat left / contain;
	display:table;
	width:186px;
	height:41px;
	margin-top: 70px;
}

.custom .menu a,
.custom .menu li{
	background:none;
	border:none;
	margin:0;
}

.custom .prim-menu-area{
	float:right;
	margin-left:10px;
	width:80%;
	padding-top:10px;
}

.custom .contact_area{
	margin-bottom:10px;
	color:#39a6de;
	text-align:right;
}

.custom .contact_header p{
	font-size:18px;
	line-height:1.5em;
}

.custom .menu-area{
	background-color:#39a6de;
	width:100%;
}

.custom .menu-wrap{
	float:left;	
	font-size:15px;
}

.custom .menu-wrap a{
	font-family:'Roboto', serif;
	color:#fff;
	padding:20px 15px;
	background-color:#39a6de;
}

.custom .menu-wrap .sub-menu a {
	background:rgba(57, 166, 222, 0.9) !important;
}

/*
.ccustom .menu-wrap .sub-menu a:hover{
	background:rgb(57, 166, 222) !important;
	color:#fff !important;
	border:none !important;
	box-shadow:none !important;
}
*/

.custom .menu-wrap a:hover,
.custom .wpcf7 #cf-btn:hover,
.custom .input_submit:hover,
.custom .menu-wrap .sub-menu a:hover{
	background-color:#fff !important;
	text-decoration:none;
	color:#39a6de !important;
	-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+  */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* IE 10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

.custom .search_wrap{
	float:right;
	padding-right:10px;
	padding-top:10px;
}

.custom .search_box{
	float:left;
	width:300px;
}

.custom .search_form{
	width:100%;
	background-color:#fff;
}

.custom .search_form input{
	background:url('images/search.png') no-repeat right;
	font-size:14px;
	color:#999;
	padding:8px;
	width:100%;
	border:none;
}


/*** MAILCHIMP SIGNUP FORM ***/


.custom #mc-signup {
  	margin: 15px 0 20px;
}

.custom .container.mc-signup-form, .custom .page-sign-up-form{
	padding:10px 0;
	-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+  */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);  /* IE 10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

.custom .content-left{
	float:left;
	width:50%;
	padding-left:20px;
	color:#002147;
}

.custom .content-left h2{
	font-size:20px;
	text-transform:capitalize;
	
}

.custom .content-left p{
	font-size:16px;
}

.custom .content-right{
	float:right;
	width:41%;
	margin-left:20px;
	margin-top:7px;
	padding-right:10px;
}

.custom .content-right form{
	width:100%;
}

.custom .content-right input {
  	font-family: 'flama',sans-serif;
  	font-size: 14px;
  	padding: 10px 5px;
}

.custom .mc-email {
  	border:2px solid #EEEEEE;
  	border-radius:2px;
  	width:250px;
}

.custom .mc-btn {
  	background:#ff0000;
  	border:none;
  	color:#ffff00;
   	font-style:normal !important;
 	text-transform:uppercase;
	padding:10px 20px !important;
}

.custom .mc-btn:hover{
	background:#e50000;
	cursor:pointer;
	transition:all 0.5s ease 0s;
}



/*** SECTION ONE ***/


.custom #section_one{
	background-color:#f5f5f5;
}

.custom #section_one .container{
	padding-top:20px;
}

.custom .widget_img img{
	z-index:-1;
	display:table;
	margin:0 auto;
}

.custom .sect1_wrap p{
	background:#f5f5f5;
	text-align:center;
	z-index:9999;
	ffont-family:'flama', sans-serif;
	text-transform:capitalize;
  	opacity:0.8;
  	padding:10px;
	width:auto;
	margin-top:-100px;
	margin-left:auto;
	margin-right:auto;
}

.custom .sect1_wrap a{
  	font-size:32px;
 	color:#39a6de;
	line-height:1.25em;
}

.custom .sect1_wrap a:hover{
	text-decoration:none;
	color:#0875a8;
}

.custom .widget_img img{
	display:table;
	margin:0 auto;
}



/*** SECTION TWO ***/


.custom .myvid-box{
	margin:0 auto;
}


/*** HOME PAGE - BLOG POSTS ****/

.custom.home #content-area{
	background:#eee;
}

.custom.home #content-area .container{
	padding-bottom:0;
	padding-top:20px;
}

.custom.home .content{
	float:none !important;
	wwidth:1020px;
	width:100%;
	margin:0 auto;
}

.custom.home .post_box{
	border:none;
	display:inline-table;
	margin-left:6px;
	margin-right: 6px;
	margin-top:0;
	padding:0;
	margin-bottom: 20px;
}

.custom .recent_posts{
	width:262px;
	background:#fff;
	padding:27px;
}

.custom .recent-posts-title{
	margin-bottom:20px;
}

.custom .recent-posts-title h2{
	font-size:24px;
}

.custom.home .headline_area{
	margin-bottom:0;
	margin-top:-10px;
}

.custom .post-headline{
	font-size:18px;
	line-height:26px;
}

.custom.home .post-headline{
	font-size:15px;
	line-height:1.5em;
}

.custom.home .prev_next{
	border:none;
	margin-top:0;
	padding:20px 0;
}

.custom .prev_next{
	padding:20px 0 0;
	margin-top:20px;
}

.custom .prev_next p{
	color:#0875a8;
	font-weight:bold;
}

.custom .previous_post,
.custom .next_post{
	font-size:16px;
	text-transform:capitalize;
}

.custom .previous_posts,
.custom .next_posts,
.custom .previous_post a,
.custom .next_post a{
	text-transform:none;
	font-size:16px;
	font-weight:normal;
	letter-spacing:normal;
}

.custom .previous_posts a,
.custom .next_posts a{
	font-size:14px;
}



/**** CONTENT - SIDEBAR CUSTOMIZATION ****/

/** CONTENT AREA **/


.custom .content,
.sidebar{
	color:#002147;
}

.custom .sidebar{
	background:#eee;
}

.custom .fh-widget{
	margin-bottom:40px;
}

.custom .sidebar .widget_title{
	letter-spacing:normal;
	font-family:'flamabook', serif;
}

.custom .widget-posts{
	background:#fff;
	padding:10px;
	margin-top:20px;
}

.custom .sb_wrap h3{
	font-size:20px;
	font-variant:small-caps !important;
}

.custom .widget-posts ul,
.custom .widget-featured ul{
	margin-bottom:0;
}

.custom .widget-posts li{
	list-style-type:none;
	margin-bottom:20px;
}

.custom .widget-posts li:last-child{
	margin-bottom:0;
}

.custom .widget-posts .widget-rpost-img{
	margin-bottom:10px;
}

.custom .widget-posts h4 a{
	font-size:16px;
	text-transform:none !important;
}

.custom .widget-featured{
	background:#fff;
	padding:10px;
	margin-bottom:20px;
}

/*
.custom .widget-featured li{
	display: inline-block;
	list-style-type: none;
	margin-bottom:2px;
	margin-right:2px;
}

.custom .widget-featured li:nth-child(2n+2){
	margin-right:0;
}

.custom .widget-featured li:nth-child(3n) {
  	margin-bottom:0;
  	margin-top:2px;
}

.custom .widget-featured li:nth-child(4n) {
  	margin-bottom: 0;
  	margin-top:2px;
}
*/


/*** CONTACT FORM ***/

.custom .wpcf7 input,
.custom .wpcf7 textarea{
	width:350px;
	padding:10px 8px;
	font-family:'flamamedium', sans-serif;
	font-size:16px;
	color:#adadad;
	border:1px solid #bfbfbf !important;
}

.custom .wpcf7 #cf-btn,
.custom .input_submit{
	width:auto !important;
	display:table;
	padding:5px 15px; 
	text-transform:capitalize;
	border:none;
	cursor:pointer;
	background:#39a6de;
	color:#fff;
	border-radius:2px;
	font-size:18px;
}


/*** 404 Page ***/

.custom .ddsg-wrapper{
	padding-left:30px;
}

.custom .ddsg-wrapper ul{
	padding-left:20px;
}

.custom .ddsg-wrapper li a{
	text-decoration:none;
	font-style:italic;
}

.custom .ddsg-wrapper li a:hover{
	text-decoration:underline;
}

.custom .ddsg-wrapper h2{
	font-family:'flama', sans-serif;
}

.custom .ddsg-wrapper div p{
	display:none;
}


/*--------FOOTER--------*/


.custom .footer,
.custom .header,
.custom .widget,
.custom .menu{
	margin:0;
	padding:0;
	border:none;
	text-align:left;
}

.custom #footer{
	font-family:'Roboto', serif;
	background-color:#39a6de;
}

.custom #footer .container{
	padding:20px 0 15px;
	color:#fff;
	font-size:16px;
}

.custom .copyright_wrap{
	float:left;
	margin-right:50px;
}

.custom .social_cnct_wrap{
	margin-left:100px;
	float:left;
	display:table;
}

.custom .sec_menu_wrap{
	float:right;
	mmargin-left:50px;
}

.custom .sec_menu li{
	list-style-type:none;
	display:inline-block;
	margin-left:25px;
}

.custom .sec_menu a{
	font-family:'Roboto', sans-serif;
	padding-bottom:5px;
	border-bottom:2px solid #39a6de;
	color:#fff;
}

.custom .sec_menu a:hover{
	color:#fff;
	border-bottom:2px solid #fff;
	text-decoration:none;
}

.custom .sm_footer{
	position:relative;
	left:20%;
}

.custom .sm_footer li{
	list-style-type:none;
	display:inline-block;
}

.custom .sm_footer a{
	text-indent:-9999px;
	width:42px;
	height:32px;
	display:block;
}

.custom .sm_footer #sm_pin{
	background:url('images/sm_pin.png') no-repeat center;
}

.custom .sm_footer #sm_fb{
	background:url('images/sm_fb.png') no-repeat center;
}

.custom .sm_footer #sm_utube{
	background:url('images/sm_utube.png') no-repeat center;
}

.custom .sm_footer #sm_tw{
	background:url('images/sm_tw.png') no-repeat center;
}

.custom .sm_footer #sm_gplus{
	background:url('images/sm_gplus.png') no-repeat center;
}

.custom .contact-para{
	background-color: #eee;
	padding: 12px 8px;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 30px !important;
}

.custom .page-sign-up-form #mc-embedded-subscribe-form{
	display:table; 
	margin:20px auto;
}
.custom .page-sign-up-form .mc-email{
	padding: 10px 5px;
	width: 400px;
}

/* CSS media queries — custom responsive*/

@media only screen and (max-width:340px) {
	
	/* Home page */
	.custom #-speakpipe-widget-side-button{
		display:none !important;
	}
 	
	.custom .container{
		width:auto;
		max-width:100%;
	}
	.custom .title-area{
		float:none;
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	.custom .prim-menu-area{
		float:none; 
		width:auto;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	
	.custom .contact_area{
		text-align:center;
		background-color: #f6f6f6;
		border:1px solid #eee;
		padding: 10px 5px;
		margin:10px 0;
	}
	
	.custom .contact_header p{
		font-size:16px;
	}
	
	.custom .menu-area{
		background-color:transparent;
	}
	
	.custom .search_wrap{
		padding-top:3px;
	}
	
	.custom .search_box{
		width:140px;
	}
	
	.custom .search_form input{
		border: 1px solid #dedede;
	}
	
	.custom .content-left,
	.custom .content-right
	{
		width:auto;
		float:none;
	 }
	
	.custom .content-left{
		padding-left:10px;
	}
	
	.custom .content-left h2{
		margin-bottom: 5px;
	}
	
	.custom .content-right{
		margin-left:10px;
	}
	
	.custom .mc-btn {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.custom .sect1_wrap p{
		opacity: 1;
		margin-top:0;
	}
	
	.custom .sect1_wrap a{
		font-size: 20px;
	}
	
	.custom #section_two .container{
		padding: 0 0 0 0;
	}
	
	.custom .video-box{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.custom .video-box iframe,  
	.custom .video-box object,  
	.custom .video-box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.custom.home .content{
		width:auto;
	}
	
	.custom.home .post_box{
		margin-left:0px !important; 
	}
	
	.custom .recent-posts-title h2{
		text-align:center;
	}
	
	.custom .recent_posts{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;   
		box-sizing: border-box;
		padding-left:0;
		padding-right:0;
		width:auto;
		background:transparent;
		border-bottom: 1px solid #ddd;
	}
	
	.custom.home .post-headline{
		text-align:center;
	}
	
	.custom.home .prev_next{
		padding: 20px 10px;
	}
	
	.custom .copyright_wrap{
		text-align:center;
		float:none;
		margin-bottom:15px;
		margin-right: 0;
	}
	
	.custom .social_cnct_wrap{
		margin-left:auto;
		margin-right:auto;
		display:table;
		float:none;
	}
	
	.custom .sm_footer{
		position:static;
	}
	
	.custom .sec_menu_wrap{
		margin-left:auto;
		margin-right:auto;
		border-top: 5px solid #fff;
		float:none;
		padding-top:10px;
	}
	
	.custom .sec_menu_wrap .sec_menu{
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .sec_menu li:first-child{
		margin-left:0;
	}
	
	/* Inner Page */
	.custom .content{
		float:none;
		width:auto;
		padding-left: 10px;
		padding-right: 10px;
		margin-right:0;
	}
	
	.custom .page-sign-up-form{
		padding-top:20px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	
	.custom .page-sign-up-form .mc-email{
		width:250px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .page-sign-up-form .mc-btn{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0;
	}
	.custom .page-sign-up-form #mc-embedded-subscribe-form{
		margin-top:0;
		margin-bottom:0;
	}
	.custom .sidebar{
		float:none;
		width:auto;
	}
	
	.custom.landing .post_content{
		padding-left:10px;
		padding-right:10px;
	}
	
}


@media only screen and (min-width: 341px) and (max-width: 660px){
	/* Home page */
	.custom #-speakpipe-widget-side-button{
		display:none !important;
	}
 	
	.custom .container{
		width:auto;
		max-width:100%;
	}
	.custom .title-area{
		float:none;
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	.custom .prim-menu-area{
		float:none; 
		width:auto;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	
	.custom .contact_area{
		text-align:center;
		background-color: #f6f6f6;
		border:1px solid #eee;
		padding: 10px 5px;
		margin:10px 0;
	}
	
	.custom .contact_header p{
		font-size:16px;
	}
	
	.custom .menu-area{
		background-color:transparent;
	}
	
	.custom .search_wrap{
		padding-top:3px;
	}
	
	.custom .search_box{
		width:250px;
	}
	
	.custom .search_form input{
		border: 1px solid #dedede;
	}
	
	.custom .container.mc-signup-form{
		text-align:center;
	}
	
	.custom .content-left,
	.custom .content-right
	{
		width:auto;
		float:none;
	 }
	
	.custom .content-left{
		padding-left:10px;
	}
	
	.custom .content-left h2{
		margin-bottom: 5px;
	}
	
	.custom .content-right{
		margin-left:10px;
	}
	
	.custom .mc-btn {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.custom .sect1_wrap p{
		opacity: 1;
		margin-top:0;
	}
	
	.custom .sect1_wrap a{
		font-size: 20px;
	}
	
	.custom #section_two .container{
		padding: 0 0 0 0;
	}
	
	.custom .video-box{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.custom .video-box iframe,  
	.custom .video-box object,  
	.custom .video-box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.custom.home .content{
		width:auto;
	}
	
	.custom.home .post_box{
		margin-left:0px !important;
		display:block;
	}
	
	.custom.home .headline_area{
		text-align:center;
	}
	
	.custom .recent-posts-title h2{
		text-align:center;
	}
	
	.custom .recent_posts{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 15px;
	}
	
	.custom.home .prev_next{
		padding: 20px 10px;
	}
	
	.custom .copyright_wrap{
		text-align:center;
		float:none;
		margin-bottom:15px;
		margin-right: 0;
	}
	
	.custom .social_cnct_wrap{
		margin-left:auto;
		margin-right:auto;
		display:table;
		float:none;
	}
	
	.custom .sm_footer{
		position:static;
	}
	
	.custom .sec_menu_wrap{
		margin-left:auto;
		margin-right:auto;
		border-top: 5px solid #fff;
		float:none;
		padding-top:10px;
	}
	
	.custom .sec_menu_wrap .sec_menu{
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .sec_menu li:first-child{
		margin-left:0;
	}
	
	/* Inner Page */
	.custom .content{
		float:none;
		width:auto;
		padding-left: 10px;
		padding-right: 10px;
		margin-right:0;
	}
	
	.custom .page-sign-up-form{
		padding-top:20px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	
	.custom .page-sign-up-form .mc-email{
		width:250px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .page-sign-up-form .mc-btn{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0;
	}
	.custom .page-sign-up-form #mc-embedded-subscribe-form{
		margin-top:0;
		margin-bottom:0;
	}
	.custom .sidebar{
		float:none;
		width:auto;
	}
	
	.custom.landing .post_content{
		padding-left:10px;
		padding-right:10px;
	}
	
	.custom .widget-featured{
		background-color:transparent;
		width:252px;
		margin-left:auto;
		margin-right:auto;
	}
	.custom .rp-widget img{
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .rp-widget h3,
	.custom .rp-widget h4{
		text-align:center;
	}
	
	.custom .widget-posts{
		background-color: transparent;
	}
	
	.custom .widget-posts li{
		padding:20px;
		background-color: #fff;
	}
}

@media only screen and (min-width: 661px) and (max-width: 768px){
	/* Home page */
	
	.custom .container{
		width:auto;
		max-width:100%;
	}
	.custom .title-area{
		float:none;
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	.custom .prim-menu-area{
		float:none; 
		width:auto;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	
	.custom .contact_area{
		text-align:center;
		background-color: #f6f6f6;
		border:1px solid #eee;
		padding: 10px 5px;
		margin:10px 0;
	}
	
	.custom .contact_header p{
		font-size:16px;
	}
	
	.custom .menu-area{
		background-color:transparent;
	}
	
	.custom .search_wrap{
		padding-top:3px;
	}
	
	.custom .search_box{
		width:250px;
	}
	
	.custom .search_form input{
		border: 1px solid #dedede;
	}
	
	.custom .container.mc-signup-form {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.custom .content-left h2{
		margin-bottom:10px;	
	}

	.custom .content-right{
		margin-top:0;
	}
	
	.custom .mc-btn {
		margin-top: 10px;
	}
	
	.custom .content-right input {
		padding-top:8px;
		padding-bottom: 8px;
	}
	
	.custom .sect1_wrap p{
		opacity: 1;
		margin-top:0;
	}
	
	.custom .sect1_wrap a{
		font-size: 20px;
	}
	
	.custom #section_two .container{
		padding: 0 0 0 0;
	}
	
	.custom .video-box{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.custom .video-box iframe,  
	.custom .video-box object,  
	.custom .video-box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.custom.home .content{
		width:auto;
	}
	
	.custom.home .post_box{
		margin-left:0px !important;
		display:block;
	}
	
	.custom.home .headline_area{
		text-align:center;
	}
	
	.custom .recent-posts-title h2{
		text-align:center;
	}
	
	.custom .recent_posts{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 15px;
	}
	
	.custom.home .prev_next{
		padding: 20px 10px;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .copyright_wrap{
		text-align:center;
		float:none;
		margin-bottom:15px;
		margin-right: 0;
	}
	
	.custom .social_cnct_wrap{
		margin-left:auto;
		margin-right:auto;
		display:table;
		float:none;
	}
	
	.custom .sm_footer{
		position:static;
	}
	
	.custom .sec_menu_wrap{
		margin-left:auto;
		margin-right:auto;
		border-top: 5px solid #fff;
		float:none;
		padding-top:10px;
	}
	
	.custom .sec_menu_wrap .sec_menu{
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .sec_menu li:first-child{
		margin-left:0;
	}
	
	/* Inner Page */
	.custom .content{
		float:none;
		width:auto;
		padding-left: 10px;
		padding-right: 10px;
		margin-right:0;
	}
	
	.custom .page-sign-up-form{
		padding-top:20px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	
	.custom .page-sign-up-form .mc-email{
		width:250px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .page-sign-up-form .mc-btn{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0;
	}
	.custom .page-sign-up-form #mc-embedded-subscribe-form{
		margin-top:0;
		margin-bottom:0;
	}
	.custom .sidebar{
		float:none;
		width:auto;
	}
	
	.custom.landing .post_content{
		padding-left:10px;
		padding-right:10px;
	}
	
	.custom .widget-featured{
		width:252px;
		margin-left:auto;
		margin-right:auto;
	}
	.custom .rp-widget img{
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .rp-widget h3,
	.custom .rp-widget h4{
		text-align:center;
	}
	
	.custom .rp-widget{
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .widget-posts{
		background-color:transparent;
	}
	
	.custom .widget-posts li{
		background-color:#fff;
		padding:20px;
	}
	
}


@media only screen and (min-width: 769px) and (max-width: 999px)  {
	/* Home page */
	
	.custom .container{
		width:auto;
		max-width:100%;
	}
	.custom .title-area{
		float:none;
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	.custom .prim-menu-area{
		float:none; 
		width:auto;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	
	.custom .contact_area{
		text-align:center;
		background-color: #f6f6f6;
		border:1px solid #eee;
		padding: 10px 5px;
		margin:10px 0;
	}
	
	.custom .contact_header p{
		font-size:16px;
	}
	
	.custom .menu-area{
		background-color:transparent;
	}
	
	.custom .search_wrap{
		padding-top:3px;
	}
	
	.custom .search_box{
		width:250px;
	}
	
	.custom .search_form input{
		border: 1px solid #dedede;
	}
	
	.custom .container.mc-signup-form {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.custom .content-left h2{
		margin-bottom:10px;	
	}

	.custom .content-right{
		margin-top:0;
	}
	
	.custom .mc-btn {
		margin-top: 10px;
	}
	
	.custom .content-right input {
		padding-top:8px;
		padding-bottom: 8px;
	}
	
	.custom .sect1_wrap p{
		opacity: 1;
		margin-top:0;
	}
	
	.custom .sect1_wrap a{
		font-size: 20px;
	}
	
	.custom #section_two .container{
		padding: 0 0 0 0;
	}
	
	.custom .video-box{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.custom .video-box iframe,  
	.custom .video-box object,  
	.custom .video-box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.custom.home .content{
		width:auto;
	}
	
	.custom.home .post_box{
		margin-left:0px !important;
		display:block;
	}
	
	.custom.home .headline_area{
		text-align:center;
	}
	
	.custom .recent-posts-title h2{
		text-align:center;
	}
	
	.custom .recent_posts{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 15px;
	}
	
	.custom.home .prev_next{
		padding: 20px 10px;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .copyright_wrap{
		text-align:center;
		float:none;
		margin-bottom:15px;
		margin-right: 0;
	}
	
	.custom .social_cnct_wrap{
		margin-left:auto;
		margin-right:auto;
		display:table;
		float:none;
	}
	
	.custom .sm_footer{
		position:static;
	}
	
	.custom .sec_menu_wrap{
		margin-left:auto;
		margin-right:auto;
		border-top: 5px solid #fff;
		float:none;
		padding-top:10px;
	}
	
	.custom .sec_menu_wrap .sec_menu{
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .sec_menu li:first-child{
		margin-left:0;
	}
	
	/* Inner Page */
	.custom .content{
		float:none;
		width:auto;
		padding-left: 10px;
		padding-right: 10px;
		margin-right:0;
	}
	
	.custom .page-sign-up-form{
		padding-top:20px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	
	.custom .page-sign-up-form .mc-email{
		width:250px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .page-sign-up-form .mc-btn{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0;
	}
	.custom .page-sign-up-form #mc-embedded-subscribe-form{
		margin-top:0;
		margin-bottom:0;
	}
	.custom .sidebar{
		float:none;
		width:auto;
	}
	
	.custom.landing .post_content{
		padding-left:10px;
		padding-right:10px;
	}
	
	.custom .widget-featured{
		width:252px;
		margin-left:auto;
		margin-right:auto;
	}
	.custom .rp-widget img{
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .rp-widget h3,
	.custom .rp-widget h4{
		text-align:center;
	}
	
	.custom .rp-widget{
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom .widget-posts{
		background-color:transparent;
	}
	
	.custom .widget-posts li{
		background-color:#fff;
		padding:20px;
	}
}