/*
	Theme Name: A Step in Time Sweeps Theme
	Theme URI: http://cdgwebdesign.com/
	Description: A mobile responsive based on the Studiopress premium theme cdgweb and HTML5 theme built for the Genesis Framework.
	Author: CDG Marketing and Web Design
	Author URI: http://cdgwebdesign.com/
 
	Tags: black, orange, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 1.0.1
 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;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"}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}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

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

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


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

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

::-moz-selection {
	background-color: #7A1819;
	color: #fff;
}

::selection {
	background-color: #7A1819;
	color: #fff;
}

a {
	color: #7A1819;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.content a.more-link {
	background-color: #eee;
	border-radius: 3px;
	clear: both;
	color: #333;
	display: block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
}

.content a.more-link:hover {
	background-color: #7A1819;
	color: #fff;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.page-id-44 blockquote {
	background: #F3F3F3;
	padding:20px;
	margin: auto 0;
}
.page-id-44 blockquote::before {
	content: "";
}
.faqsection {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #999999;
}
cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #7A1819;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #d04943;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}
a.button.small {
	display: block;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
	padding:8px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.gform_wrapper #gform_2 select {
	font-size: 16px;
	line-height: 20px;
	padding:13px;
}
/* Tables
--------------------------------------------- */

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

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

th,
td {
	text-align: left;
}

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

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


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.site-inner {
	clear: both;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding-top: 10px;
	width: 720px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

img.sidebarray {
	z-index: 999;
	position: relative;
	top:-300px;
	overflow:visible;
}
.sidebar #text-3.widget {
	margin-bottom: -270px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #ddd;
	color: #999;
	font-size: 16px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: 60px;
	padding: 40px 0;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
}

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

/* Titles
--------------------------------------------- */

.entry-title a,
.widget .widget-title a {
	color: #333;
}
h1.entry-title {
	font-size: 40px;
}
.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.header-widget-area .widget-title {
	text-align: left;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 30px;
	font-weight: 400;
}

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

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 80px;
	margin-right: 30px;
	width: 80px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

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

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

.sticky {
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	max-width: 100%;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

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

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	box-shadow: none;
	margin-bottom: 15px;
	margin-right: -4px;
	padding: 14px 24px 15px;
	width: 100%;
}

.after-entry .enews-widget input {
	border: none;
}

.sidebar .enews-widget input {
	margin-right: 0;
	padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	margin: 0;
	padding: 16px 24px 15px;
}

.enews form + p {
	margin-top: 24px;
}


/* Gravity Forms
--------------------------------------------- */

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

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	line-height: 1;
	text-align: center;
	background: #7A1819;
}
.before-header .wrap {
	padding: 12px 0 0;
}
.before-header a {
	color:#FFF;
}
.before-header .widget {
	float: left;
}
.before-header #nav_menu-7.widget {
	width: 50%;
	margin-top: 8px;
}
.before-header .widget_text,
.before-header .simple-social-icons {
	width: 25%;
}
.before-header .widget_text {
    margin-top: 8px;
}
ul#menu-top-right-menu li {
    float: left;
    font-size: 16px;
    margin: 0 15px 0 0;
    text-align: left;
    text-transform: uppercase;
}
ul#menu-top-right-menu li a {
	padding:3px 6px;	
}
ul#menu-top-right-menu li a:hover {
	color:#999999;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	
}
.site-header .wrap {
	padding: 40px 0;
}

.cdgweb .site-header-banner {
	height: 200px;
}

.site-header-banner-text {
	color: #fff;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px 2px #000;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 10px;
	width: 375px;
}

.site-title {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 10px 0;
}

.header-image .site-title a {
	float: left;
	min-height: 130px;
	width: 100%;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 745px;
	margin-top: 30px;
}

/* Banner
--------------------------------------------- */
.custom-background .site-header-banner {
    background: url(images/cloudbackground.jpg) no-repeat scroll center center #517DA4 !important;
}

.site-header-banner .widget {
    color: #fff;
    font-family: Georgia,Times,'Times New Roman',serif;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.2;
    padding: 1em 360px 1em 0;
    text-shadow: 1px 1px 2px #000;
}

.site-header-banner .widget .red {
	color:#FFF;
    text-shadow: 1px 1px 2px #000;
    display: inline-block;
}
.site-header-banner .widget a {
	color:#FFF;
}
/* Banner
--------------------------------------------- */
.type-staff a img.post-image {
	display:none;
}
.type-staff .entry-content .entry-image img.wp-post-image {
	width: 260px;
	float: right;
	margin: 0 0 20px 20px;
}
.type-staff h2.entry-title,
.type-staff p.entry-meta {
	display: none;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #666;
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 20px 15px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #7A1819;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #666;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

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

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

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

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

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

/* Primary Navigation
--------------------------------------------- */

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

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-top: 10px;
}

#responsive-menu-icon::before {
	color: #7A1819;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}
#responsive-menu-icon::after {
    color: #7A1819;
    content: " MENU";
    font-size: 24px;
    font-weight: 400;
    margin: 0 auto;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Welcome Message
--------------------------------------------- */

.welcome-message {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.welcome-message .widget {
	margin-bottom: 40px;
}

.welcome-message .widget:last-child {
	margin-bottom: 0;
}

.welcome-message .widget-title {
	text-align: left;
	text-transform: none;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 0;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding: 0;
}

.page.cdgweb-landing .entry {
	margin-bottom: 0;
}

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

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

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

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 16px;
}

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

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.callout.right {
	float: right;
	margin-left: 1em;
    margin-right: 0;
}
.callout {
	background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 2px solid #7A1819;
    border-top: 2px solid #7A1819;
    display: block;
    font-size: 16px;
    font-style: italic;
    padding: 1em;
    text-align: center;
    width: 25%;
}
.home .entry-title {
	padding-right: 200px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	overflow: hidden;
	padding: 20px 0;
}

.archive-pagination {
	margin-bottom: 80px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #7A1819;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
	margin-bottom: 40px;
}

.entry-comments .comment,
.ping-list {
	border-bottom: 1px dotted #ddd;
}

.ping-list {
	padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

p.comment-meta,
p.form-submit {
	margin-bottom: 20px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}

/* Split Sidebars
--------------------------------------------- */

.split-sidebars .aligncenter {
	margin: 0 auto 12px;
}

.split-sidebars .widget li li {
	margin: 0 0 0 20px;
}

.split-sidebar-left,
.split-sidebar-right {
	width: 160px;
}

.split-sidebar-left {
	float: left;
}

.split-sidebar-right {
	float: right;
}

/* Bottom Sidebar
--------------------------------------------- */

.bottom-sidebar {
	clear: both;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f5f5f5;
	clear: both;
	padding: 30px 0 20px;
}

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

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

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

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

.footer-widgets li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#text-8 .name,
#text-8 .hours {
	font-weight: bold;
}
#text-8 strong {
	padding-top: 10px;
	display: block;
}
#text-18.widget {
	clear:both;
	padding-top: 5px;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 12px;
	padding: 20px 0;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #7A1819;
}

.site-footer p {
	margin-bottom: 0;
}

.copyright,
.credits {
	width: 50%;
	float: left;
	text-align: left;
}
.credits {
	text-align: right;
}
/* Home Page 
---------------------------------------------------------------------------------------------------- */
.aplus {
    background: none repeat scroll 0 0 #025a78;
    color: #ffffff;
    float: right;
    font-weight: bold;
    margin: 1em 0 1em 1em;
    padding: 1em;
    text-align: center;
    width: 25%;
}
.home ul li p {
	margin-bottom: 0;
}
.home .entry-content h2:last-of-type {
	margin-bottom: 1.5em;
}
/*
Coupons
---------------------------------------------------------------------------------------------------- */
.post-39 table {
	border:3px dashed #000;
	line-height: 1.1;
}
.post-39 table td {
	padding:10px;
}
.post-39 table h2 {
	color:#FFF;
	text-align: center;
}
.post-39 table td:last-of-type {
	font-size: 80%;
}

/*
Chimney Article Posts and Pages
*/
.chimney-sweep-info .entry-content img.wp-post-image {
	float: left;
	margin:0 20px 0 0;
	padding:4px;
	border: 1px #ddd dotted;
	background: #F5F5F5;
}
.post-type-archive-chimney-sweep-info .entry-header .entry-meta {
	display: none;
}
/*
Location Widget
---------------------------------------------------------------------------------------------------- */
.widget.locator {
    color: #FFFFFF;
    font-family: Georgia,Times,serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding: 30px 360px 20px 0;
    text-align: center;
    text-shadow: 0 0 4px #000000;
}
.widget.locator .callnow {
	font-style: italic;	
}
.widget.locator .locationphone {
	font-size: 40px;
}

/*
Price Page
---------------------------------------------------------------------------------------------------- */
.post-52 .wptrigger_content .dd_post_share {
	display: none;
}
.page-id-52 .wptrigger_content input {
    margin-bottom: 20px;
    width: 20%;
}

/*
Landing Pages
---------------------------------------------------------------------------------------------------- */

.page-template-page_landing-php {
	background: #999;
}
.page-template-page_landing-php .site-inner {
	max-width: 800px;
	background: #FFF;
	padding:24px;
}
.page-template-page_landing-php .entry-header {
	display: none;
}
.page-template-page_landing-php a.phonenumber {
    background: none repeat scroll 0 0 #4d79a7;
    color: #fff;
    display: block;
    font-size: 46px;
    font-weight: bold;
    margin: 5px -24px;
    padding: 25px;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.page-template-page_landing-php h1 {
	color:#7A1819;
	text-align: center;
}
.page-template-page_landing-php h2.firstheader {
	color:#7A1819;
	text-align: center;
	font-size: italic;
}
.page-template-page_landing-php ul li,
.page-template-page_landing_alt-php .entry-content ul:first-of-type li {
	background: url(images/Checkmark2.png) no-repeat left top;
	list-style-type: none;
	padding-left: 60px;
	margin-bottom: 24px;
}
.page-template-page_landing-php ul {
	margin:0 48px 20px;
}
.page-template-page_landing-php h3 {
    margin-top: 18px;
    text-align: center;
}
.page-template-page_landing-php .dd_post_share {
	display: none;
}
.page-template-page_landing-php .testimonial,
.page-template-page_landing_alt-php .testimonial,
.post-683 .testimonial {
    background: url("images/5-star-review.png") no-repeat scroll 12px 12px #ffffba;
    border-radius: 10px;
    color: #000;
    font-family: Times,"Times New Roman",Georgia,serif;
    font-size: 105%;
    font-style: italic;
    line-height: 1.25;
    min-height: 140px;
    padding: 12px 24px 12px 130px;
    margin-bottom: 20px;
    margin-top: 40px;
	clear: both;
}
.page-template-page_landing-php .testimonialname,
.page-template-page_landing_alt-php .testimonialname,
.post-683 .testimonialname {
	display: block;
	clear: both;
	float: right;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}
.page-template-page_landing-php .entry-content p {
	margin-bottom: 0;
}
.page-template-page_landing-php ul.citylist {
	list-style-type: disc;
}
.page-template-page_landing-php ul.citylist:after,
.page-template-page_landing_alt-php ul.citylist:after {
    clear: both;
    content: "";
    margin: 10px;
}
.page-template-page_landing-php ul.citylist li {
	background: none;
	list-style-type: disc;
	margin-bottom: 0;
	padding-left: 12px;
	width: 25%;
	float: left;
	display: inline-block;
}
.page-template-page_landing_alt-php ul.citylist {
	margin-bottom: 20px;
	list-style-type: square;
}
.page-template-page_landing_alt-php ul.citylist > li {
	list-style-type: square;
	padding-left: 12px;
	width: 25%;
	float: left;
	display: inline-block;
}
.page-template-page_landing-php #gform_3 ul li {
	background: none;
	padding-left: 0;
}
.page-template-page_landing-php table.pricetable {
    margin: 20px auto;
    width: 60%;
}
.page-template-page_landing-php table.pricetable th {
	text-align: center;
}
.page-template-page_landing-php table.pricetable th:after {
	content: " Prices";
}
.page-template-page_landing-cute {
	background: #999;
}
.page-template-page_landing-cute .site-inner {
	max-width: 800px;
	background: #FFF;
	padding:24px;
}
.page-template-page_landing-cute .entry-header {
	display: none;
}
.page-template-page_landing-cute a.phonenumber {
    background: none repeat scroll 0 0 #4d79a7;
    color: #fff;
    display: block;
    font-size: 46px;
    font-weight: bold;
    margin: 5px -24px;
    padding: 25px;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.page-template-page_landing-cute h1 {
	color:#7A1819;
	text-align: center;
}
.page-template-page_landing-cute h2.firstheader {
	color:#7A1819;
	text-align: center;
	font-size: italic;
}
.page-template-page_landing-cute ul li,
.page-template-page_landing_alt-php .entry-content ul:first-of-type li {
	background: url(images/Checkmark2.png) no-repeat left top;
	list-style-type: none;
	padding-left: 60px;
	margin-bottom: 24px;
}
.page-template-page_landing-cute ul {
	margin:0 48px 20px;
}
.page-template-page_landing-cute h3 {
    margin-top: 18px;
    text-align: center;
}
.page-template-page_landing-cute .dd_post_share {
	display: none;
}
.page-template-page_landing-cute .testimonial,
.page-template-page_landing_alt-php .testimonial,
.post-683 .testimonial {
    background: url("images/5-star-review.png") no-repeat scroll 12px 12px #ffffba;
    border-radius: 10px;
    color: #000;
    font-family: Times,"Times New Roman",Georgia,serif;
    font-size: 105%;
    font-style: italic;
    line-height: 1.25;
    min-height: 140px;
    padding: 12px 24px 12px 130px;
    margin-bottom: 20px;
    margin-top: 40px;
	clear: both;
}
.page-template-page_landing-cute .testimonialname,
.page-template-page_landing_alt-php .testimonialname,
.post-683 .testimonialname {
	display: block;
	clear: both;
	float: right;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}
.page-template-page_landing-cute .entry-content p {
	margin-bottom: 0;
}
.page-template-page_landing-cute ul.citylist {
	list-style-type: disc;
}
.page-template-page_landing-cute ul.citylist:after,
.page-template-page_landing_alt-php ul.citylist:after {
    clear: both;
    content: "";
    margin: 10px;
}
.page-template-page_landing-cute ul.citylist li {
	background: none;
	list-style-type: disc;
	margin-bottom: 0;
	padding-left: 12px;
	width: 25%;
	float: left;
	display: inline-block;
}
.page-template-page_landing_alt-php ul.citylist {
	margin-bottom: 20px;
	list-style-type: square;
}
.page-template-page_landing_alt-php ul.citylist > li {
	list-style-type: square;
	padding-left: 12px;
	width: 25%;
	float: left;
	display: inline-block;
}
.page-template-page_landing-cute #gform_3 ul li {
	background: none;
	padding-left: 0;
}
.page-template-page_landing-cute table.pricetable {
    margin: 20px auto;
    width: 60%;
}
.page-template-page_landing-cute table.pricetable th {
	text-align: center;
}
.page-template-page_landing-cute table.pricetable th:after {
	content: " Prices";
}
#gform_3 ul li#field_3_3,
#gform_3 ul li#field_3_8,
#gform_3 ul li#field_3_9 {
	width: 50%;
	float: left;
	display: inline-block;
	clear: none;
}
#gform_3 ul li#field_3_3 {
	padding-right: 20px;
}
#gform_3 .gform_footer {
	width: 50%;
	float: right;
	clear: none;
}
#gform_3:after {
    clear: both;
    content: "";
    margin: 10px;	
}
.keeptogether {
	display: inline-block;
}
.landingheader {
	background: url(images/cute-header-ray.jpg) no-repeat right top;
	height: 253px;
}
.landingheader a img {
	padding-right: 285px;
}
/* full landing page */
.post-683 .entry-content p:first-of-type {
	text-align: center;
	margin-bottom: 5px;
}
.post-683 .entry-content a.phonenumber {
	font-weight: bold;
	font-size: 180%;
	color:#7A1819;
}
.entry-content h2,
.post-683 h3 {
	text-align: center;
}
.entry-content ul.citylist li {
	width:33%;
	float: left;
}
.entry-content ul.citylist:after {
    clear: both;
    content: "";
    display: block;
    margin-bottom: 5px;
}
#text-20.widget {
    border-bottom: 1px solid #7a1819;
    border-top: 1px solid #7a1819;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
#text-21.widget {
	display: none;
}
.site-header-banner .widget .biggerphone {
	font-size: 3em;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

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

	.split-sidebar-left,
	.split-sidebar-right {
		width: 100%;
	}

}

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

	.site-header .widget-area {
	    width: 580px;
	}
	.genesis-nav-menu a {
	    letter-spacing: 0;
	    padding: 20px 12px;
	}
	.before-header #nav_menu-7.widget {
	    width: 60%;
	}
	.before-header .simple-social-icons {
	    width: 25%;
	}
	.before-header .widget_text {
	    width: 15%;
	}
	.footer-widgets-1 {
		width: 200px;
	}
	.footer-widgets-2, .footer-widgets-3 {
	    width: 340px;
	}
}

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

	.cdgweb-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.header-image .site-title a {
		background-position: center !important;
		background-size: contain !important;
		margin: 0;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

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

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

	.before-header .widget,
	.before-header #nav_menu-7.widget {
		clear: both;
		text-align: center;
		margin:0 auto;
		width: 100%;
		display: block;
		float: none;
	}
	.before-header #nav_menu-7.widget ul {
	    float: none;
	    width: auto;
	    display: table;
	    margin: 0 auto;	
	}
	.before-header #simple-social-icons-2 ul.alignright {
	    float: none;
	    width: auto;
	    display: table;
	    margin: 0 auto;		
	}
	.before-header #text-2.widget {
		font-size: 150%;
		font-weight: bold;
		padding:12px 0;
	}
	ul#menu-top-right-menu li {
	    margin: 9px;
	    text-align: center;
	}
	.sidebar #text-3.widget {
		display: none;
	}
	.site-header {
		background: url(images/ray-chimney-mobile.jpg) no-repeat right top;
	}
	.title-area{
		padding-right: 260px;
	}
	.site-header .widget-area {
		padding-right: 25%;
	}
	.genesis-nav-menu {
		text-align: left;	
	}
	.genesis-nav-menu a {
	    padding: 20px 10px;
	}
	.custom-background .site-header-banner {
	    background: url(images/clouds-mobile.jpg) no-repeat scroll center center #517DA4 !important;
	    background-size: cover !important;
	}
	.cdgweb .site-header-banner {
	    height: auto;
	    padding: 20px 10px;
	}
	.site-header-banner .widget {
	    font-size: 150%;
	    padding:0;
	    text-shadow: 1px 1px 2px #000;
	    text-align: center;
	}
	#text-5.widget .textwidget p {
		text-align: center;
	}
	.footer-widgets-3.widget-area  {
		text-align: center !important;
	}
	.cdgweb .site-header-banner {
    	height: auto;
    	padding:20px 10px;
	}
	.breadcrumb {
		display: none;
	}
	.page-template-page_landing-php h3 a {
    	display: inline-block;
	}
	.gform_wrapper #gform_3 label {
		font-size: 85%;
	}
	.page-template-page_landing-php ul {
    	margin: 0 28px 20px;
	}
	.page-template-page_landing-php ul.citylist li {
    width: 33%;
	}
	.page-template-page_landing-php .site-inner {
	    padding: 12px 24px;
	}
}
@media only screen and (max-width: 768px) {
	.site-inner,
	.footer-widgets,
	.site-footer {
		padding:20px 2%;
	}
	.site-footer .site-credits div {
		width: 100%;
		float:none;
		clear: both;
		text-align: center;
	}
	.home .entry-title {
	    padding-right: 60px;
	}
}
@media only screen and (max-width: 720px) {
	.site-header {
	    background: url("images/ray-chimney-phone.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
	}
}

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

	.header-image .site-title a {
	    min-height: 120px;
	    width: 380px;
	}
	.title-area {
	    padding-right: 0 !important;
	}
	.header-image .site-title a {
	    min-height: 120px;
	    width: 100%;
	}
	.site-header {
	    background: #FFF;
	    border-bottom: 6px solid #33383B;
	}
	.header-image .site-header .wrap {
    	padding: 10px;
	}
	.site-header .widget-area {
	    margin-top: 10px;
	    padding: 10px;
	}
	.responsive-menu {
		display: none;
	}
	#responsive-menu-icon {
		display: block;
		padding-top: 4px;
		border-top: 3px solid #555;
	}
	.footer-widgets,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.pagination li a {
		margin-bottom: 4px;
	}

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

	.home .entry-title {
	    padding-right: 0;
	}
	.page-template-page_landing-php h2 {
	    font-size: 24px;
	}
	.before-header .wrap {
		display: none;
	}
	.home #text-21.widget {
		display: block;
	}
	.site-header .widget-area table {
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.site-header .widget-area table td {
		vertical-align: top;
		padding:6px 6px 6px 0;
	}
	.site-header .widget-area a {
		width:75%;
		margin-bottom:15px;
	}
	#text-21 h4 {
		padding:0 20px;
		color:#7A1819;
	}
	.phonelist {
		text-align: left;
	}
	.mobilefooterlogo {
		background:#173477;
	}
	.mobilefooterlogo a {
		color:#FFF !important;
		font-weight: bold;
		font-size: 20px;
	}
	.mobilefooterlogo img {
	    display: table;
	    height: auto;
	    margin: 10px auto 0;
	    padding-top: 20px;
	}
	section #simple-social-icons-2 {
		display: table;
		margin:20px auto 0;
	}
	.site-header .widget-area .simple-social-icons a {
		width:auto;
	}
	.callout {
		width: 50%;
	}
	ul#menu-feature-menu.responsive-menu {
		margin-bottom: 20px;
	}
	ul#menu-feature-menu.responsive-menu li {
		display: block;
	}
	.site-header .genesis-nav-menu a {
    	padding: 10px;
    	background:#7a1819;
    	color:#FFF;
    	border-bottom: 1px solid #888;
	}
	.site-header .genesis-nav-menu a:hover,
	.site-header .genesis-nav-menu a:active,
	.site-header .genesis-nav-menu a:focus {
		background:#D04943;
	}
	.site-header .widget-area .widget_nav_menu a {
	    margin-bottom: 0;
	    width: 100%;
	}
}
@media only screen and (max-width: 568px) {
	.gform_wrapper #gform_3 label {
		font-size: 75%;
	}
	.page-template-page_landing-php ul {
    	margin: 0 0 20px;
	}
}
/*iphone 6+ portrait*/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    /*and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)*/
{ 
	.site-header {
	    background: #FFF;
	    border-bottom: none;
	}
	.site-header .wrap {
		margin:10px 20px;
	}
	.header-image .site-title a {
	    width: 380px;
	    min-height: 125px;
	}
	.title-area {
    	padding-right: 0;
	}
	.site-header .widget-area {
	    padding:0 20px;
	}
}
@media only screen and (max-width: 320px) {
	.site-header {
	    background: #FFF;
	    border-bottom: 3px solid #33383B;
	}
	.header-image .site-title a {
	    width: 300px;
	}
	.site-header-banner .widget {
		font-size: 125%;
	}
	.site-title {
		display: table;
	}
	.home #nav_menu-4 {
		display: none;
	}
	.header-image .site-header .wrap {
    	padding: 10px;
	}
	.site-header .widget-area {
	    clear: both;
	    display: table;
	    float: none;
	    margin: 8px 0 0;
	    text-align: center;
	}
	.site-header .widget-area a {
		width:75%;
		margin-bottom:15px;
	}
	.site-header-banner {
		display: none;
	}
	ul#menu-feature-menu {
		float: none;
		width: auto;
		margin: 0 auto;
	}
	.site-inner {
    	padding: 20px 5%;
	}
	h1.entry-title {
    	font-size: 30px;
	}
	.entry-content .callout.right {
		display: none;
	}
	.aplus {
	    margin: .5em 0 .5em .5em;
	    padding: .3em;
	    text-align: center;
	    width: 45%;
	}
	.entry-content ol, .entry-content ul {
    	margin-left: 20px;
	}
	.dd_buttons .dd_button:last-of-type {
		display: none;
	}
	.home h1.entry-title {
		text-align: center;
	}
	.home .entry-content > h2 {
		display: none;
	}
	.page-template-page_landing-php a.phonenumber {
	    background: none repeat scroll 0 0 #4d79a7;
	    padding: 12px 25px;
	    font-size: 28px;
	}
	.page-template-page_landing-php h1 {
		font-size: 24px;
		line-height: 1.2;
	}
	.page-template-page_landing-php ul {
	    line-height: 1.2;
	    margin: 0;
	}
	.page-template-page_landing-php .testimonial {
	    background: url("images/5-star-review.png") no-repeat scroll bottom left #ffffba;
	    padding: 24px 12px 120px 12px;
	}
	.page-template-page_landing-php .testimonialname {
		padding-top: 45px;
	}
	#gform_3 ul li#field_3_3, #gform_3 ul li#field_3_8, #gform_3 ul li#field_3_9 {
    clear: both;
    display: block;
    float: none;
    width: 100%;
	}
	.page-template-page_landing-php ul.citylist li {
    	width: 50%;
	}
	.page-template-page_landing-php h2 {
	    font-size: 22px;
	}
	.hidemobile {
		clear: both;
		display: none;
	}
	.entry-content img {
		width: 100%;
	}
	.post-45 .entry-content p:first-of-type,
	.post-45 .entry-content h2:first-of-type {
		display: none;
	}
	.sidebar .widget:last-of-type {
    	margin-bottom: 20px;
	}

}
/* iphone 6 landscape */
@media only screen 
    and (min-device-width : 375px) // or 213.4375em or 3in or 9cm
    and (max-device-width : 667px) // or 41.6875em
    and (width : 667px) // or 41.6875em
    and (height : 375px) // or 23.4375em
    and (orientation : landscape) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 667/375)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{ }
/* iphone 6 portrait */
@media only screen 
    and (min-device-width : 375px) // or 213.4375em
    and (max-device-width : 667px) // or 41.6875em
    and (width : 375px) // or 23.4375em
    and (height : 559px) // or 34.9375em
    and (orientation : portrait) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 375/559)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{ }
/*iphone 6+ landscape */
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{ }
