/*
	Theme Name: Have Camera Will Travel
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: Metro Pro, modified by David Coleman / HaveCameraWillTravel.com
	Author: StudioPress / David Coleman
	Author URI: http://www.studiopress.com/ https://havecamerawilltravel.com;
	Version: 2.0.1

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* === FONTS START === */
/* HEADINGS */
@font-face {
	font-family: 'proxima_nova_excnbold';
	src: url('assets/fonts/prox-nova-ext-cond-bold/proximanovaexcn-bold-webfont.woff2') format("woff2"),
		url('assets/fonts/prox-nova-ext-cond-bold/proximanovaexcn-bold-webfont.woff') format("woff"),
		url('assets/fonts/prox-nova-ext-cond-bold/proximanovaexcn-bold-webfont.ttf') format("truetype");
}

/* MAIN TEXT */

/* Regular */
@font-face {
	font-family: 'proxima_nova_regular';
	src: url('assets/fonts/prox-nova-regular/proximanova-regular-webfont.woff2') format("woff2"),
		url('assets/fonts/prox-nova-regular/proximanova-regular-webfont.woff') format("woff"),
		url('assets/fonts/prox-nova-regular/proximanova-regular-webfont.ttf') format("truetype");
		font-style: normal;
    	font-weight: normal;
}

/* Italic */
@font-face {
	font-family: 'proxima_nova_regular';
	src: url('assets/fonts/prox-nova-regular/proximanova-regularit-webfont.woff2') format("woff2"),
		url('assets/fonts/prox-nova-regular/proximanova-regularit-webfont.woff') format("woff"),
		url('assets/fonts/prox-nova-regular/proximanova-regularit-webfont.ttf') format("truetype");
		font-style: italic;
    	font-weight: normal;
}

/* Bold */
@font-face {
	font-family: 'proxima_nova_regular';
	src: url('assets/fonts/prox-nova-regular/proximanova-bold-webfont.woff2') format("woff2"),
		url('assets/fonts/prox-nova-regular/proximanova-bold-webfont.woff') format("woff"),
		url('assets/fonts/prox-nova-regular/proximanova-bold-webfont.ttf') format("truetype");
		font-style: normal;
    	font-weight: bold;
}

/* Bold Italic */
@font-face {
	font-family: 'proxima_nova_regular';
	src: url('assets/fonts/prox-nova-regular/proximanova-boldit-webfont.woff2') format("woff2"),
		url('assets/fonts/prox-nova-regular/proximanova-boldit-webfont.woff') format("woff"),
		url('assets/fonts/prox-nova-regular/proximanova-boldit-webfont.ttf') format("truetype");
		font-style: italic;
    	font-weight: bold;
}

/* Basic fonts for smaller displays < 800px (ie. phones)*/
body,input,textarea {
 	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #444;
	line-height: 1.625;
}

h1,h2,h3,h4,h5,.entry-title a,.previous-post-link a, .next-post-link a, .widget-title, .subheading, .genesis-nav-menu a, .genesis-nav-menu.menu-secondary a, .after-entry .entry-title a, .seriesbox .center, .input {
	font-family: 'HelveticaNeue-CondensedBold',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
}

/* Serve Webfonts only to larger displays > 800px (not phones) */
@media (min-width: 800px) {
  body {
    font-family: 'proxima_nova_regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  
  h1,h2,h3,h4,h5,.entry-title a,.previous-post-link a, .next-post-link a, .widget-title, .subheading, .genesis-nav-menu a, .genesis-nav-menu.menu-secondary a, .after-entry .entry-title a, .seriesbox .center, input {
  	font-family: 'proxima_nova_excnbold','HelveticaNeue-CondensedBold',"Helvetica Neue",Helvetica,Arial,sans-serif;
  	text-rendering: optimizeLegibility;
  }
}

/* === FONTS END === */

body {
	background-color: #e8e8e8;
    margin: 0;
}

.subheading {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 45px;
	color: #888;
	line-height: 1.1;
	font-weight: 700;
}

.subheading a {
	text-decoration: none;
	color: #bbb;
	border-bottom: 1px dotted;
}

.archive .entry-title {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 40px;
}

input:hover[type="submit"] {
	background-color: #21a847 !important;
}

h1,h2,h3,h4,h5,h6,.entry-title a {
	color: #464646 !important;
}

h2 {
	color: #000 !important;
}



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	outline: 0;
}

h1 {
	font-size: 64px;
	line-height: .9;
	margin: .67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,kbd,pre,samp {
	font-family: monospace,serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

/*q{quotes:\201C \201D \2018 \2019;}*/
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	height: auto;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,input {
	line-height: normal;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

*,input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,.entry-content:before,.entry:before,.footer-widgets:before,.nav-primary:before,.nav-secondary:before,.pagination:before,.site-container:before,.site-footer:before,.site-header:before,.site-inner:before,.widget:before,.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,.entry-content:after,.entry:after,.footer-widgets:after,.nav-primary:after,.nav-secondary:after,.pagination:after,.site-container:after,.site-footer:after,.site-header:after,.site-inner:after,.widget:after,.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

a,button,input:focus,input[type="button"],input[type="reset"],input[type="submit"],textarea:focus,.button {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

::selection {
	color: #fff;
	background-color: #436494 !important;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,ul {
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 20px solid #d0d0d0;
	font-size: 15px;
	color: #333;
	margin: 0 0 40px;
	padding: 14px 40px 0;
}

blockquote::before {
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
	content: none;
}

.entry-content code {
	color: #ddd;
	background-color: #EEe;
	margin-left: 40px;
}

cite {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
}

h2 {
	line-height: 1;
	font-size: 3rem;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

input,select,textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: "Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 16px;
}

input:focus,textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

button,input[type="button"],input[type="reset"],input[type="submit"],.button,.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	padding: 16px 24px;
}

button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,.entry-content .button:hover {
	color: #fff;
/*	background-color: #436494;*/
	background-color: #0CC6FB;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

.site-container {
	background-color: #fff;
	max-width: 1140px;
	overflow: hidden;
	margin: 10px auto;
	padding: 36px;
}

.site-inner {
	clear: both;
	padding-top: 32px;
}

.wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content {
	float: right;
	width: 700px;
}

.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar-sidebar-content .content {
	width: 500px;
}

.metro-pro-landing .site-container {
	max-width: 772px;
}

.sidebar-primary {
	float: right;
	width: 332px;
}

.sidebar-secondary {
	float: left;
	width: 164px;
}

.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds {
	float: left;
	margin-left: 2.5641025641026%;
}

.one-half,.three-sixths,.two-fourths {
	width: 48.717948717949%;
}

.one-third,.two-sixths {
	width: 31.623931623932%;
}

.four-sixths,.two-thirds {
	width: 65.811965811966%;
}

.one-fourth {
	width: 23.076923076923%;
}

.three-fourths {
	width: 74.358974358974%;
}

.one-sixth {
	width: 14.529914529915%;
}

.five-sixths {
	width: 82.905982905983%;
}

.first {
	clear: both;
	margin-left: 0;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	position: absolute;
	width: 1px;
	margin: -1px;
	padding: 0;
}

img.centered,.aligncenter {
	display: block;
	margin: 0 auto 12px;
}

a.alignnone img,img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft img,img.alignleft,.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,img.alignright,.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	text-align: center;
	margin-top: -5px;
}

.archive-description,.author-box,.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px;
}

.author-box h1 {
	font-size: 16px;
	margin-bottom: 4px;
}

.entry-title {
	font-weight: 300;
	font-size: 60px;
	margin-top: 10px;
}

.entry-title a,.sidebar .widget-title a {
	text-decoration: none;
	color: #5f5f5f;
}

.sidebar .widget-title {font-size: 41px; line-height: 40px; background: none;}

.content .home-top .entry-title,.content .home-lower-full-width .entry-title {
	font-size: 3.7rem !important;
	color: #5f5f5f;
	line-height: 3.7rem;
}

.comment-respond h3,.entry-comments h3,.widget-title {
/*	background: url(images/lines.png) bottom repeat-x; */
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
	padding-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}

.comment-respond h3:before,.entry-comments h3:before,.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,.entry-comments h3:after,.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-top: 0;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.sidebar .enews-widget {
	color: #fff;
	background-color: #464646;
	padding: 28px 32px 32px;
}

.sidebar .enews-widget .widget-title {
	font-size: 21px;
	color: #fff !important;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}

.sidebar .enews-widget input[type="submit"] {
	width: 100%;
	background-color: #436494;
	color: #fff !important;
	margin: 0;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #21a847;
}

.latest-tweets ul li {
	margin-bottom: 16px;
}

.site-inner div.gform_wrapper input[type="text"],.site-inner div.gform_wrapper textarea,.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper li,div.gform_wrapper form li {
	margin: 16px 0 0;
}

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
}

.site-header {
	background-color: #fff;
	/*overflow: hidden;*/
	padding: 10px 0;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.4);
}

.site-title a,.site-title a:hover {
	/*background-color:#436494;color:#fff;*/
	display: inline-block;
	/*text-decoration:none;padding:16px;*/
}

.site-title a {
	line-height: 1;
}

/*.site-description{display:block;height:0;margin-bottom:0;text-indent:-9999px;}*/
/*.header-image .site-description,.header-image .site-title a{display:block;text-indent:-9999px;}*/
/*.header-image .site-title,.header-image .title-area{min-height:100px;padding:0;}*/
.site-header .widget-area {
	float: right;
	width: 664px;
}

.site-header .search-form {
	float: right;
	/*margin-top: 16px;*/
	width: 50%;
}

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item {
	border: none;
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #999 !important;
	padding: 16px 20px 14px;
}

.genesis-nav-menu a:hover,.genesis-nav-menu .current-menu-item > a {
	background-color: #f2f2f2;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 175px;
	z-index: 99;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .sub-menu a {
	font-size: 12px;
	position: relative;
	width: 175px;
	background-color: #e8e8e8;
	padding: 12px 16px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	text-transform: uppercase;
	padding: 16px 20px 14px;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 19px;
	background-image: none;
	padding: 11px 14px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

.nav-primary {
	background-color: #f2f2f2;
}

.nav-primary a {
	text-transform: uppercase;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

.nav-secondary {
	/*background-color: #333;*/
	text-align: center;
}

.nav-secondary a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
}

.home-middle-left,.home-middle-right,.home-lower-left,.home-lower-right {
	width: 48%;
}

.entry,.page.page-template-page_blog-php .entry {
/*background:url(images/lines.png) bottom repeat-x;*/
	background-size: 8px 8px;
	margin-bottom: 48px;
	padding-bottom: 32px;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.entry-content a {
	text-decoration: none;
}

.site-inner .entry-content a {
 	border-bottom: 2px solid #0CC6FB;
/*	border-bottom: 3px solid #c9ddff;*/
}

.site-inner .entry-content a:hover {
	background: #e0e9f6;
}

.archive .entry-title a {
	border-bottom: 0;
}

.archive .entry-title a:hover {
	background: none;
}

sup[id*='fnref'] {
	border-bottom: 0 !important;
}

.entry-content ol,.entry-content p,.entry-content ul,.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-meta {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
}

.content .entry-meta .entry-comments-link a {
	background-color: #436494;
	color: #fff;
	padding: 8px 16px;
}

.after-entry {
	background: url(images/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	text-align: center;
	padding: 16px;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
}

.archive-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 8px 12px;
}

.entry-comments,.entry-pings {
	margin-bottom: 40px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.ping-list li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

.widget {
	word-wrap: break-word;
	margin-bottom: 0;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	list-style-type: none;
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.sidebar {
	display: inline;
	font-size: 15px;
}

a.social-buttons {
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
	background-color: #464646;
	font-size: 12px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif;
	padding: 15px 0 12px;
}

a.social-buttons.last {
	border: none;
}

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	max-width: 1140px;
	margin: 32px auto;
	padding: 36px 36px 0;
}

.footer-widgets-1,.footer-widgets-2,.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets .widget {
	margin-bottom: 36px;
}

.site-footer {
	background-color: transparent;
	text-align: center;
	font-weight: 200;
	font-size: 15px;
	color: #fff;
	background: rgba(51,51,51,0.92);
	margin-top: 80px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	padding: 50px;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
	border-bottom: 1px dotted;
}

.metro-pro-blue .entry-title a:hover,.metro-pro-blue .genesis-nav-menu > .right > a:hover,.metro-pro-blue .site-footer a:hover,.metro-pro-blue a,.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .archive-pagination li a:hover,.metro-pro-blue .archive-pagination li.active a,.metro-pro-blue .button:hover,.metro-pro-blue .btn:hover,.metro-pro-blue .content .entry-comments-link a,.metro-pro-blue .enews-widget input:hover[type="submit"],.metro-pro-blue .genesis-nav-menu .current-menu-item > a,.metro-pro-blue .genesis-nav-menu a:hover,.metro-pro-blue .sidebar .enews-widget input[type="submit"],.metro-pro-blue .site-title a,.metro-pro-blue a.social-buttons:hover,.metro-pro-blue button:hover,.metro-pro-blue input:hover[type="button"],.metro-pro-blue input:hover[type="reset"],.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-green .entry-title a:hover,.metro-pro-green .genesis-nav-menu > .right > a:hover,.metro-pro-green .site-footer a:hover,.metro-pro-green a,.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .archive-pagination li a:hover,.metro-pro-green .archive-pagination li.active a,.metro-pro-green .button:hover,.metro-pro-green .btn:hover,.metro-pro-green .content .entry-comments-link a,.metro-pro-green .enews-widget input:hover[type="submit"],.metro-pro-green .genesis-nav-menu .current-menu-item > a,.metro-pro-green .genesis-nav-menu a:hover,.metro-pro-green .sidebar .enews-widget input[type="submit"],.metro-pro-green .site-title a,.metro-pro-green a.social-buttons:hover,.metro-pro-green button:hover,.metro-pro-green input:hover[type="button"],.metro-pro-green input:hover[type="reset"],.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-pink .entry-title a:hover,.metro-pro-pink .genesis-nav-menu > .right > a:hover,.metro-pro-pink .site-footer a:hover,.metro-pro-pink a,.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .archive-pagination li a:hover,.metro-pro-pink .archive-pagination li.active a,.metro-pro-pink .button:hover,.metro-pro-pink .btn:hover,.metro-pro-pink .content .entry-comments-link a,.metro-pro-pink .enews-widget input:hover[type="submit"],.metro-pro-pink .genesis-nav-menu .current-menu-item > a,.metro-pro-pink .genesis-nav-menu a:hover,.metro-pro-pink .sidebar .enews-widget input[type="submit"],.metro-pro-pink .site-title a,.metro-pro-pink a.social-buttons:hover,.metro-pro-pink button:hover,.metro-pro-pink input:hover[type="button"],.metro-pro-pink input:hover[type="reset"],.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-red .entry-title a:hover,.metro-pro-red .genesis-nav-menu > .right > a:hover,.metro-pro-red .site-footer a:hover,.metro-pro-red a,.metro-pro-red h2 a:hover {
	color: #ef4f4f;
}

.metro-pro-red .archive-pagination li a:hover,.metro-pro-red .archive-pagination li.active a,.metro-pro-red .button:hover,.metro-pro-red .btn:hover,.metro-pro-red .content .entry-comments-link a,.metro-pro-red .enews-widget input:hover[type="submit"],.metro-pro-red .genesis-nav-menu .current-menu-item > a,.metro-pro-red .genesis-nav-menu a:hover,.metro-pro-red .sidebar .enews-widget input[type="submit"],.metro-pro-red .site-title a,.metro-pro-red a.social-buttons:hover,.metro-pro-red button:hover,.metro-pro-red input:hover[type="button"],.metro-pro-red input:hover[type="reset"],.metro-pro-red input:hover[type="submit"] {
	background-color: #ef4f4f;
}

.home-bottom {
	margin-top: 50px;
}

.featuredpost .entry {
	margin-bottom: 4rem !important;
}

.home-bottom .featuredpost .entry {
	margin-bottom: 1rem !important;
}

h3,.after-post h4,.archive-title,.home-middle h2,.home-lower h2 {
	font-size: 2.4rem !important;
	line-height: 2.45rem;
	color: #5f5f5f;
}

.home-lower h2 { text-align: left!important;}

.taxonomy-description h1 {
	font-size: 95px !important;
	padding-top: 30px;
	line-height: 115px;
	color: #ccc!important;
}

.seriesbox {
	display: inline;
	float: right;
	background: #f8f8f8;
	text-align: left;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif;
	font-size: 15px;
	color: #444;
	line-height: 27px;
	border: none;
	min-width: 165px;
	max-width: 360px;
	margin: 0 0 0 20px;
	padding: 0 40px 20px;
}

.seriesbox a {
	border-bottom: none !important;
}

.seriesbox a:hover {
	border-bottom: 1px dotted #1E3A96;
}

.seriesbox .center {
	font-size: 28px;
	line-height: 1.1rem;
	font-weight: 400;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px dotted #1E3A96;
	margin: 0 0 15px;
}

.home-top.widget-area h2,.home-lower-full-width.widget-area h2 {
	font-size: 5rem;
}

.genesis-nav-menu a,.genesis-nav-menu.menu-primary li li a,input {
	font-size: 1.4rem;
}

.genesis-nav-menu.menu-secondary a {
	font-size: 24px;
}

.home-top p,.home-lower-full-width p {
	width: 70%;
	margin: 0 auto;
}

.embed-video {
	margin: 20px 0 40px;
}

p.wp-caption-text {
	text-align: left;
	font-size: .86rem;
	color: #787878;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif !important;
	padding-bottom: 25px;
	line-height: 1rem;
}

#ps_captionIns {
	width: 665px;
}

input {
	color: gray !important;
}

.widget-wrap p {
	color: #666;
	line-height: 1.6rem;
}

input[type="submit"] {
	background-color: #436494;
	color: #fff !important;
}

.home-bottom img {
	margin-right: 40px;
}

.home-bottom .featuredpost .post {
	margin: 1.7rem 7rem 0;
}

.after-post img {
	margin-right: 20px;
}

.after-post .post {
	border-bottom: 5px solid #f5f5f5;
	padding: 0 0 20px;
}

.after-post h2 {
	font-size: 2.3rem;
}

.after-post .widgettitle {
	border-bottom: 5px solid #f5f5f5;
	padding-bottom: 30px;
}

sup[id*='fnref'] {
	vertical-align: super;
	color: blue;
}

.home-middle h2,.home-lower h2 {
	margin-top: -13px;
}

.home-middle h2 {
	text-align: left !important;
}

.entry-content h2 {
	margin-top: 80px;
}

.entry-content h3 {
	margin-top: 60px;
}

.enews p {
	color: #ccc;
}

.textbox {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 1.15;
	background-color: #464646;
	color: #ccc;
	margin: 20px 0 40px;
	padding: 40px;
}

.after-entry .widget-title {
	font-size: 60px;
	margin-bottom: 60px;
}

.after-entry,.entry-comments,.comment-respond {
	width: 63.5%;
}

.featuredpost .entry-title {
	font-size: 34px;
}

.widget-title, .home-bottom .widget-title {
	font-size: 65px;
	text-align: left;
	padding-bottom: 0px;
}

.footer-widgets .widget-title {font-size: 41px; background: none;}


h4.widgettitle, .widget-title a { color: #e8e8e8!important;
	}

.home-top .entry-title,.home-lower-full-width .entry-title {
	margin-top: 0;
}

.featured-content .entry p {
	margin-top: -35px;
}

#dd_ajax_float {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
}

#snippet-box {
	opacity: 0;
	height: 20px;
}

.entry-header div[data-ps-embed-type="slideshow"] {
	position: relative !important;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 72% !important;
}

#content .post div[data-ps-embed-type="slideshow"] iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}

#subnav .wrap {
	margin-left: auto;
	margin-right: auto;
	display: table;
	white-space: nowrap;
}

#subnav ul {
	list-style: none;
	white-space: nowrap;
	display: inline;
}

#subnav li {
	display: table-cell;
}

input[type="submit"],.button,.entry-content .button {
	margin-top: 10px;
}

.button-blue,.button-gray,.button-green,.button-purple,.button-red,.button-yellow {
	color: #fff;
	padding: 5px 10px;
}

.button-blue {
	background-color: #afcde3;
	border: 1px solid #afcde3;
}

.button-blue:hover {
	background-color: #83a2be;
	border: 1px solid #83a2be;
}

.button-gray {
	background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
}

.button-gray:hover {
	background-color: #919191;
	border: 1px solid #919191;
}

.button-green {
	background-color: #b2ce96;
	border: 1px solid #b2ce96;
}

.button-green:hover {
	background-color: #86a36e;
	border: 1px solid #86a36e;
}

.button-purple {
	background-color: #bebde9;
	border: 1px solid #bebde9;
}

.button-purple:hover {
	background-color: #9291c7;
	border: 1px solid #9291c7;
}

.button-red {
	background-color: #436494;
	border: 1px solid #436494;
}

.button-red:hover {
	background-color: #000;
	border: 1px solid #000;
}

.button-yellow {
	background-color: #fadf98;
	border: 1px solid #fadf98;
}

.button-yellow:hover {
	background-color: #ecb870;
	border: 1px solid #ecb870;
}

audio,canvas,video,.button,#subnav ul a {
	display: inline-block;
}

[hidden],input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,img#wpstats,.ping-list .reply,div.home-top.widget-area div.sharedaddy,.div.home-lower-full-width.widget-area div.sharedaddy,entry-pings {
	display: none;
}

svg:not(:root),.home-middle,.home-lower,.after-entry,.after-entry .wrap {
	overflow: hidden;
}

figure,.author-box p,.sidebar p:last-child,.sidebar ul,.site-footer p {
	margin: 0;
}

legend,button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

::-moz-selection,.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

a,.entry-title a:hover,.genesis-nav-menu > .right > a:hover,.entry-content a:hover,.widget-wrap h2 a:hover {
	color: #444;
}

a:hover,.entry-meta a:hover,.metro-pro-blue .entry-title a,.metro-pro-blue .entry-meta a:hover,.metro-pro-blue a:hover,.metro-pro-green .entry-title a,.metro-pro-green .entry-meta a:hover,.metro-pro-green a:hover,.metro-pro-pink .entry-title a,.metro-pro-pink .entry-meta a:hover,.metro-pro-pink a:hover,.metro-pro-red .entry-title a,.metro-pro-red .entry-meta a:hover,.metro-pro-red a:hover {
	color: #222;
}

blockquote,blockquote::before,::-webkit-input-placeholder,.metro-pro-blue .entry-meta a,.metro-pro-green .entry-meta a,.metro-pro-pink .entry-meta a,.metro-pro-red .entry-meta a {
	color: #777;
}

h3,.after-entry .widget-title,.archive-title,.comments-title,.widget .entry-title {
	font-size: 20px;
}

embed,iframe,img,object,video,.wp-caption,a.alignleft,a.alignright {
	max-width: 100%;
}

.featured-content img,.gallery img,input[type="checkbox"],input[type="radio"],input[type="image"],.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

.entry-content .button:hover,.nav-primary a:hover,.nav-primary .current-menu-item > a,.metro-pro-blue .archive-pagination li a:hover,.metro-pro-blue .button,.metro-pro-blue .button:hover,.metro-pro-blue .entry-comments-link a,.metro-pro-blue .entry-comments-link a:hover,.metro-pro-blue .genesis-nav-menu a,.metro-pro-blue .site-footer a,.metro-pro-blue .site-title a,.metro-pro-blue .site-title a:hover,.metro-pro-blue a.social-buttons,.metro-pro-green .archive-pagination li a:hover,.metro-pro-green .button,.metro-pro-green .button:hover,.metro-pro-green .entry-comments-link a,.metro-pro-green .entry-comments-link a:hover,.metro-pro-green .genesis-nav-menu a,.metro-pro-green .site-footer a,.metro-pro-green .site-title a,.metro-pro-green .site-title a:hover,.metro-pro-green a.social-buttons,.metro-pro-pink .archive-pagination li a:hover,.metro-pro-pink .button,.metro-pro-pink .button:hover,.metro-pro-pink .entry-comments-link a,.metro-pro-pink .entry-comments-link a:hover,.metro-pro-pink .genesis-nav-menu a,.metro-pro-pink .site-footer a,.metro-pro-pink .site-title a,.metro-pro-pink .site-title a:hover,.metro-pro-pink a.social-buttons,.metro-pro-red .archive-pagination li a:hover,.metro-pro-red .button,.metro-pro-red .button:hover,.metro-pro-red .entry-comments-link a,.metro-pro-red .entry-comments-link a:hover,.metro-pro-red .genesis-nav-menu a,.metro-pro-red .site-footer a,.metro-pro-red .site-title a,.metro-pro-red .site-title a:hover,.metro-pro-red a.social-buttons {
	color: #fff;
}

th,td,.home-bottom .featuredpost h2,.after-post,.after-post h2,.after-entry .featuredpost h2,.after-entry p,.sub-menu {
	text-align: left;
}

.content-sidebar-sidebar .content-sidebar-wrap,.content-sidebar .content,.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar-content .sidebar-primary,.sidebar-sidebar-content .sidebar-primary,.avatar,.home-middle-left,.home-lower-left,.footer-widgets-1,.footer-widgets-2 {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap,.content-sidebar-sidebar .sidebar-secondary,.home-middle-right,.home-lower-right,.content .entry-meta .entry-comments-link,.footer-widgets-3 {
	float: right;
}

.full-width-content .content,.widget_calendar table,/*.header-full-width .title-area,*/.header-full-width .site-title,.genesis-nav-menu .search-form,.sidebar .search-form,.footer-widgets .search-form {
	width: 100%;
}

.metro-pro-landing .site-inner,.metro-pro-landing .entry,.site-inner div.gform_wrapper .ginput_complex label,/*.header-image .site-header,*/.genesis-nav-menu > .search {
	padding: 0;
}

.alignleft .avatar,.author-box .avatar {
	margin-right: 24px;
}

.widget_calendar td,.featuredpost h2,#subnav {
	text-align: center;
}

.home-bottom .featured-content .widget-title,.after-entry p {
	margin-bottom: 20px; text-align: center;
}

.featured-content .entry p,.home-bottom .featured-content,.home-bottom .featured-content .entry-content p,.home-bottom .featured-content img,.entry-content ol ol,.entry-content ul ul,.entry-content .wp-caption p,p.form-submit,.entry-comments .comment-author,.widget ul > li:last-child,.widget p:last-child,.archive .entry-header {
	margin-bottom: 0;
}

.after-entry .enews-widget input,.comment-respond input[type="email"],.comment-respond input[type="text"],.comment-respond input[type="url"] {
	width: 50%;
}

/*.site-header ul.genesis-nav-menu,*/.metro-pro-blue .entry-comments-link a:hover,.metro-pro-green .entry-comments-link a:hover,.metro-pro-pink .entry-comments-link a:hover,.metro-pro-red .entry-comments-link a:hover {
	background-color: #fff;
}

.nav-primary .sub-menu a:hover/*,
.nav-secondary .sub-menu a:hover*/ {
	background-color: #436494;
	color: #fff;
}

.genesis-nav-menu li:hover a {
	background-color: #f2f2f2;
}

.page .entry,.metro-pro-blue .genesis-nav-menu > .right > a,.metro-pro-blue.header-image .site-title a,.metro-pro-green .genesis-nav-menu > .right > a,.metro-pro-green.header-image .site-title a,.metro-pro-pink .genesis-nav-menu > .right > a,.metro-pro-pink.header-image .site-title a,.metro-pro-red .genesis-nav-menu > .right > a,.metro-pro-red.header-image .site-title a,.widget-wrap .entry {
	background: none;
}

.archive-pagination li,#subnav ul li {
	display: inline;
}

.archive-pagination li a:hover,.archive-pagination li.active a,a.social-buttons:hover {
	background-color: #436494;
}

.archive-pagination {
	font-size: 34px;
	font-weight: 700;
}

.metro-pro-blue h2 a,.metro-pro-blue h2 a:visited,.metro-pro-green h2 a,.metro-pro-green h2 a:visited,.metro-pro-pink h2 a,.metro-pro-pink h2 a:visited,.metro-pro-red h2 a,.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-blue .sidebar .enews-widget input:hover[type="submit"],.metro-pro-green .sidebar .enews-widget input:hover[type="submit"],.metro-pro-pink .sidebar .enews-widget input:hover[type="submit"],.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.widgettitle,#nav-dcssb,#nav-dcssb li {
	margin-bottom: 15px;
}

.genesis-nav-menu.menu-secondary a,.textbox a {
	color: #555 !important;
	text-transform: uppercase;
}

.genesis-nav-menu {
	text-align: center;
}

input {
	color: #436494 !important;
}

.footer-widgets a,.button-blue:hover,.button-gray:hover,.button-green:hover,.button-purple:hover,.button-red:hover,.button-yellow:hover {
	text-decoration: none;
}

#sidebar .widget,.sidebar-primary .widget,.entry-header {
	margin-bottom: 50px;
}

.box-blue,.box-gray,.box-green,.box-purple,.box-red,.box-yellow,.content-box-blue,.content-box-gray,.content-box-green,.content-box-purple,.content-box-red,.content-box-yellow {
	overflow: hidden;
	margin: 0 0 25px;
	padding: 20px;
}

.box-blue,.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.box-blue,.content-box-white {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	padding: 30px;
    margin-bottom: 27px;
}

.box-blue a,.content-box-white a {
    border-bottom: 1px dotted!important;
}

.box-gray,.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.box-green,.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.box-purple,.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.box-red,.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.box-yellow,.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

.prev-next-post-links {
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 60px;
}

.previous-post-link,.next-post-link {
	background-color: #f0f0f0;
	width: 470px;
	height: 215px;
	font-size: 26px;
	line-height: 32px;
}

.previous-post-link a,.next-post-link a,.widget-wrap a {
	text-decoration: none;
}

.previous-post-link {
	float: left;
	background-image: url(assets/gfx/buttons/prev2.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 65px 40px 50px 100px;
}

.next-post-link {
	float: right;
	background-image: url(assets/gfx/buttons/next2.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 65px 100px 50px 40px;
}

.entry-content code {
	color: #333;
	background-color: #fff;
	margin-left: 0;
}

code {
	font-size: .85rem;
}

.entry-comments {
	font-size: 15px;
}

/* Custom styles by Sridhar (also modified inline above this) */
/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,.screen-reader-text span {
	position: absolute !important;
	clip: rect(0,0,0,0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
/* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.site-header.scrolled,.site-title img,.nav-secondary {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media only screen and (min-width: 768px) {
	.site-header {
	/*background-color: #fff;*/
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.site-header + * {
		margin-top: 80px;
	/* height of the header + 32 */
	}

	.site-header.scrolled .site-title img {
	/*	width: 258px;
			height: 48px;*/
		width: 300px;
		height: 56px;
	}

	.site-header.scrolled .genesis-nav-menu.menu-secondary a {
		font-size: 26px;
	}
}

/* Custom styles by Sridhar End here */

@media only screen and (max-width: 1160px) {
	#content .post .entry-content,.home-bottom .featuredpost .post {
		width: 100%;
	}

	.home-bottom .featuredpost .post {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	#subnav #menu-top li a,#wrap #nav li a {
		font-size: 1rem !important;
		padding: .5rem .75rem !important;
	}

	.header-image #title,.header-image #title a,.header-image #title-area {
		min-height: 204px !important;
	}

	#content .post div[data-ps-embed-type="slideshow"] {
		height: 500px !important;
		padding-bottom: 0 !important;
	}

	.content .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin: 10px 0;
	}

	.home-middle h2,.home-lower h2,.entry-title a {
		font-size: 1.1rem !important;
		line-height: 1.3rem;
		text-align: left !important;
	}

	.entry-title {
		font-size: 2.2rem !important;
		margin-top: 0;
	}

	.subheading {
		font-size: 1rem !important;
		margin-bottom: 1rem;
	}

	body {
		font-size: 1.2rem !important;
		line-height: 1.5rem;
		color: #000;
	}

	.header-image .site-title a {
		background: url(assets/gfx/headers/mobile/hcwt-resp-480.png) no-repeat !important;
	}

	.title-area {
		max-height: 65px;
	}

	.genesis-nav-menu.menu-secondary a {
		font-size: 1.2rem !important;
		line-height: .9rem;
	}

	.genesis-nav-menu {
		line-height: .1rem;
	}

	.taxonomy-description h1 {
		font-size: 2.2rem !important;
	}

	.home-top p,.home-lower-full-width p {
		width: 100%;
	}

	.home-bottom .widget-title {
		font-size: 2rem;
	}

	.mapp-align-center {
		max-width: 480px;
	}

	.after-entry,.home-bottom .featured-content img {
		display: none;
	}

	.home-bottom .featuredpost .post {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
	.after-entry,.comment-respond h3:after,.comment-respond h3:before,.entry-comments h3:after,.entry-comments h3:before,.entry,.widget-title:after,.widget-title:before {
		background-image: url(images/lines@2x.png);
	}

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}
}

@media only screen and (max-width: 1139px) {
	.footer-widgets,.site-container,.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.site-header .widget-area {
		width: 544px;
	}

	.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,.footer-widgets-2,.footer-widgets-3,.home-middle-left,.home-middle-right,.home-lower-left,.home-lower-right,.sidebar-primary/*,.title-area*/ {
		width: 272px;
	}

	body {
		color: #000;
	}

	.home-bottom .featuredpost .post {
		margin-left: 0;
		margin-right: 0;
	}

	.site-header .wrap {
		text-align: center;
	}
}

@media only screen and (max-width: 1023px) {
	.footer-widgets,.site-container,.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,.content-sidebar-sidebar .content,.content,.footer-widgets-1,.footer-widgets-2,.footer-widgets-3,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content,.sidebar-primary,.sidebar-secondary,.sidebar-sidebar-content .content-sidebar-wrap,.sidebar-sidebar-content .content,.site-header .widget-area,.title-area {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,.sidebar .widget,/*.site-header,*/.entry-comments,.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,.site-header ul.genesis-nav-menu,.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,.site-description,.site-footer p,.site-header hgroup,.site-header .search-form,.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		width: 100%;
		margin: 16px auto;
	}

	.genesis-nav-menu li.alignleft,.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		padding-top: 12px;
		margin: 0;
	}

	.home-middle-left,.home-middle-right,.home-lower-left,.home-lower-right {
		width: 332px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
	}

	body {
		color: #000;
	}

	.home-bottom .featuredpost .post {
		margin-left: 0;
		margin-right: 0;
	}
}

/*iPads landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	p,.entry-content ul li {
		color: #000;
		font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif;
		font-weight: 300;
	}

	.home-middle h2 {
		font-size: 1.5rem !important;
	}
}




@media only screen and (max-width: 320px) {
	.header-image .site-title a {
		background: url(assets/gfx/headers/mobile/hcwt-resp-320.png) no-repeat !important;
	}

	.site-title {
		font-size: 16px;
	}

	.after-entry,.home-bottom .featured-content img {
		display: none;
	}
}

/* Tables */
.k_fieldname {
	font-size: .85rem;
	font-weight: 700;
}

.kompertable td {
	font-size: .85rem;
}

.k_productname {
	font-weight: 700;
	font-size: 1.1rem;
}

.kompertable-bordered {
	margin-top: 50px;
}

table {
	font-size: 14px;
	margin-top: 60px;
	margin-bottom: 60px !important;
}

/*tbody tr:nth-child(odd)  td { background-color: #fafafa; }*/
/*tbody tr:nth-child(even)  td { background-color: #f0f0f0; }*/
td,th {
	padding: 6px 10px;
}

td {
	border-top: none;
}

th {
	background: #ccc;
	color: #333;
}

table {
	border-collapse: collapse;
	box-shadow: 1px 1px 5px #bbb;
	border: 1px solid #bbb;
	margin-bottom: 1.5em;
}

.tablepress td {
	font-size: .75rem;
	line-height: 1.05rem;
}

.tablepress th {
	font-size: .8rem;
	line-height: 1.15rem;
}

.tablepress .column-1 {
	font-weight: 700;
}

.tablepress p {
	width: 200px;
}

.tablepress img {
	max-height: 75px;
	height: auto;
	max-width: 75px !important;
	width: auto;
	text-align: center;
}

/*  Define the background color for all the ODD table columns  */
.tablepress tr td:nth-child(odd) {
	background: #f8f8f8;
}

/*  Define the background color for all the EVEN table columns  */
/*.tablepress tr td:nth-child(even){
	background: #dae5f4;
}*/
.tablepress .row-2 td {
	background-color: #fff !important;
}

.tablepress tfoot th,.tablepress thead th {
	background-color: #ccc;
}

.tablepress-table-description {
	font-size: 12px;
	margin-top: -60px;
	margin-bottom: 40px;
}

#tablepress-20_wrapper a {border-bottom: 1px dotted; }

a.social-buttons:hover {
	color: #fff;
}

.page-template-page_blog-php .post-meta,.categories,.tags {
	display: none;
}

.single .entry-title {
	font-size: 70px;
	line-height: 70px;
}

.sidebar-primary .widget .entry-title,.sidebar .widget .entry-title {
	font-size: 20px;
	line-height: 18px;
	margin-top: -10px;
	margin-bottom: -20px;
}

.home-top .entry-title,.home-lower-full-width .entry-title {
	line-height: 60px;
}

.footnotes {
	font-size: .9rem;
}

.footnotes a {
	border-bottom: 1px dotted #436494!important
}

.entry-comments-link {
	display: none;
}

.entry-meta {
	text-align: right;
}

.nav-secondary {
	float: right;
}

.archive-title {
	color: #436494 !important;
}

.after-entry .widget-title {
	font-size: 45px;
}

.after-entry .entry-title a {
	font-size: 27px;
}

.after-entry .featured-content .entry p {
	font-size: 16px;
	line-height: 1.4;
}

.archive-description {
	text-align: center;
	border: 1px solid #999;
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
/*border-bottom: 1px solid #e3e3e3;*/
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.site-header .responsive-menu-icon {
	background-color: #333;
	border-bottom: none;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 dashicons;
	margin: 0 auto;
	padding: 10px;
}

.nav-primary .responsive-menu-icon::before {
	color: #436494;
}

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */

.nav-secondary .genesis-nav-menu > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
	float: right;
}

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
}

li a.icon-search {
	cursor: pointer;
}

.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	width: 300px;
	padding: 10px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: #f2efef;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type="search"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: -1px;
	bottom: 1px;
	padding: 10px 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/* oldIE ;) */

.home-lower-full-width .widget-title {
	font-size: 135px;
	text-align: center;
}

.comment-list .children > li.bypostauthor > article {
	background: #fff;
	border: 0;
	border-left: 8px solid #436494;
	padding: 25px;
}

.comment span[itemprop="name"] {
	font-weight: 700;
}

.comment-time {
	font-size: .65rem;
	float: right;
}

.after-entry .entry-header {
	margin-bottom: -20px;
}

.after-entry .widget .entry-title {
	line-height: 16px;
	margin-top: -20px;
}

.after-entry .entry-header {
	margin-bottom: -20px;
}

.after-entry .entry-title a {
	font-size: 16px;
	line-height: 0 !important;
}

.after-entry img {
	border: 1px solid #ddd !important;
}

.post .site-inner .entry-content {
	margin-bottom: 80px;
}

.after-entry .widget-title {
	font-size: 40px;
	margin-top: 25px;
}

.gfpc-widget p.more-from-category {
	font-weight: 700;
}

.home-bottom .featured-content .entry-title,.home-bottom h2 {
	font-size: 26px !important;
	line-height: 30px;
}

img,img a {
	border-bottom: 0 !important;
}

#toc_container a {
	border-bottom: 0 !important;
}

.search .entry-meta {
	display: none;
}

.search .entry-title {
	font-size: 38px;
	margin-top: 0;
	margin-bottom: -20px;
}

.search .nav-primary .menu-item {
	display: none;
}

.archive .entry,.search .entry {
	background: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	float: left;
}

.site-title {
	margin: 0;
	line-height: 1;
	font-size: medium;
}

.site-title img {
	vertical-align: top;
	width: 300px;
}

.breadcrumb {
	font-size: 10px;
	text-align: right;
	margin-top: -30px;
	color: #999;
	text-transform: uppercase;
}

.breadcrumb a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #999;
}

/* Awesome Weather Widget */
.awe_tall.awesome-weather-wrap {
	text-shadow: none !important;
	font-family: 'proxima_nova_excnbold','HelveticaNeue-CondensedBold',"Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif !important;
	font-size: 18px !important;
	margin-bottom: 60px;
}

.awesome-weather-current-temp i {
	font-size: 60px !important;
}

.awesome-weather-header {
	display: none;
}

.awe_with_icons .awesome-weather-todays-stats {
	font-size: 1.1em;
}

.awe_with_icons .awesome-weather-current-temp {
	font-size: 70px;
}

.awesome-weather-header {
	display: none;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: "";
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: "";
}

/* Colors:; RED: #8f3232       BLUE: #436494 */


/* ============== CHERRYBLOSSOMWATCH SPECIFIC =================*/

.archive .entry-title {
	font-size: 25px;
	line-height: 1.05;
	margin-bottom: 40px;
}

.archive .entry-content p {
	margin-top: -30px;
	margin-bottom: -26px;
	font-size: 16px;
}



/* ======MOBILE======== */


@media only screen and (max-width: 1139px) {

	.title-area,.nav-secondary {
		float: none;
	}

	.title-area {
		margin-bottom: 20px;
	}

	.site-header + * {
		margin-top: 229px;
		/* height of the header + 32 */
	}

}

@media only screen and (max-width: 800px) {

	.nav-primary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}

	.search-div {
		left: 0;
	}

}

/* ============ iPhone 6 Portrait ========== */
@media only screen and (max-width: 767px) {
	body {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 18px !important;
		line-height: 28px;
		color: #000;
		background: #fff;
	}

	.site-container {padding: 0 12px 0 12px;}
	.site-inner {padding-top: 0px;}

	.single .entry-title { font-size:32px!important; line-height: 30px; margin-top: 15px; }

	h2 {
		font-size: 26px!important;
		line-height: 28px!important;
	}

	.entry-title, .entry-title a, .content .home-top .entry-title, .content .home-lower-full-width .entry-title, .home-middle h2,.home-lower h2 { font-size: 26px!important; font-weight: 700; line-height: 30px;}

	.content .home-top .entry-title, .content .home-lower-full-width .entry-title {text-align: left!important;}

	.widget-title {font-size: 54px;}

	.home-top.widget-area { margin-top: 30px; }

	.entry-content h2 {margin-top: 40px;}

	.subheading {
		font-family: "Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif;
		font-size: 18px!important;
		line-height: 21px;
	}

	.entry-meta { display: none;}

	p.wp-caption-text { font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif!important;}

	.footer-widgets .widget-title { font-size: 31px;}

	.footer-widgets,.site-container {
		width: 100%;
	}

	.widget-wrap p {color: #000;}

	.after-entry, .entry-comments, .comment-respond {width: 100%;}

	.next-post-link, .previous-post-link {display: none;}

	.taxonomy-description h1 {padding-top: 0px; line-height:30px;}

	.archive-description {padding: 20px 10px 0 10px; margin-top: 20px; line-height: 23px;} 

	.archive .entry-content p {margin-bottom: 40px;}

	.five-sixths,.four-sixths,.home-middle-left,.home-middle-right,.home-lower-left,.home-lower-right,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds {
		width: 100%;
		margin: 0;
	}

	.genesis-nav-menu a,.nav-primary .sub-menu a {
		font-size: 22px;
		padding: 12px;
	}

	.nav-secondary a,.nav-secondary .sub-menu a {
		font-size: 11px;
		padding: 10px 8px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}

	.after-entry .enews-widget input,.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-widgets {
		padding: 20px 5% 0;
	}

	.header-image .site-title a {
		background: url(assets/gfx/headers/mobile/hcwt-resp-768.png) no-repeat !important;
	}

	.featuredpost h2 {
		line-height: .1rem !important;
		font-size: 2.3rem !important;
	}

	.genesis-nav-menu.menu-secondary a {
		font-size: 28px !important;
		line-height: .9rem;
	}

	.genesis-nav-menu {
		line-height: .7rem;
	}

	

	.after-entry {
		display: none;
	}

	.home-top p,.home-lower-full-width p {
		width: 100%;
	}

	.home-bottom .featuredpost .post {
		margin: 0;
	}

	.home-bottom .featured-content img {
		max-width: 200px;
		max-height: 100px;
	}

	.home-bottom .featuredpost .post {
		margin-left: 0;
		margin-right: 0;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,.genesis-nav-menu.responsive-menu li a,.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		color: #000;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}

	.sub-menu .current-menu-item {
		color: #000;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li.current-menu-item > a,.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,.nav-primary .genesis-nav-menu.responsive-menu li a,.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f132";
		float: right;
		font: normal 16px/1 dashicons;
		height: 16px;
		padding: 18px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f460";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0,0,0,0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition: opacity .2s ease-in-out;
		-ms-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu > .search {
		display: none;
	}

	.nav-secondary .genesis-nav-menu > .search {
		float: left;
		text-align: left;
	}

	.site-header + * {
		margin-top: 0px;
	}

}




/* ======== MISC ======== */

}

.nav-primary {
    background-color: #fff;
    margin-top: -30px;
    margin-bottom: -20px;
}
