/* # Genesis Framework
Theme Name: Mederi Physiotherapie
Theme URI: http://www.mederi-physio.de/
Description: This is the mederi theme created for the Genesis Framework.
Author: weblarus
Author URI: http://www.weblarus.de/
Version: 1.0.0
Template: genesis
Template Version: 2.1.1
Tags: mederi
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Genesis
	- Search Form
	- WordPress
	- Icons
- Widgets
	- Categories
	- Tag Cloud
	- Archive
	- Recent Entries
	- Featured Content
	- Related Author
	- Related Posts
- Plugins
	- Slideshow
	- Contact Form 7
- Utility Bar
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Mobile Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1280px
	- Max-width: 1000px
	- Max-width: 767px
*/

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

/* ## Baseline Normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

.clearfix:before,
.entry:before,
.entry-image:before,
.site-container:before,
.site-header:before,
.site-inner:before,
.footer-widgets:before,
.site-footer:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-image:after,
.site-container:after,
.site-header:after,
.site-inner:after,
.footer-widgets:after,
.site-footer:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

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

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

body {
	margin: 0;
	color: #333;
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	background-color: #F9F9F9;
}

::-moz-selection {
	color: #FFF;
	background-color: #666;
}

::selection {
	color: #FFF;
	background-color: #666;
}

a {
	color: #2AFF00;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

hr  {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 2px solid #2AFF00;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans',Arial;
	font-weight: 400;
	line-height: 1.5;
	margin: 20px 0;
	padding: 0;
}

h1 {
	color: #2AFF00;
	font-size: 34px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

img {
	max-width: 100%;
	height: auto;
}

a img:hover {
	opacity: 0.5;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	margin: 20px 0 0 0;
	overflow: hidden;
}

.gallery-item {
	float: left;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 20px 20px 0;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.666666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.285714%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111111%;
}

.gallery-item .gallery-icon {
	float: left;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 9px;
	border: 2px solid #E9E9E9;
}

.gallery-item .gallery-icon a {
	display: block;
	font-size: 0;
	line-height: 0;
}

.gallery-item .gallery-icon a img {
	width: 100%;
	height: auto;
}

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

label {
	display: inline-block;
	margin: 0 0 10px 0;
	font-weight: 700;
}

input,
select,
textarea {
	width: 100%;
	padding: 10px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	background-color: #F9F9F9;
	border: 1px solid #E9E9E9;
}

textarea {
	height: 200px;
}

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

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

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
	width: auto;
	margin: 0;
	padding: 10px 20px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	background-color: #E9E9E9;
	border: none;
	cursor: pointer;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
.button:hover {
	color: #E9E9E9;
	background-color: #333;
}

/* ## Tables
--------------------------------------------- */

table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

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

tr {
	border-left: 1px solid #E9E9E9;
}

th,
td {
	padding: 5px 10px;
	text-align: left;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}

th {
	font-weight: 700;
	background-color: #F9F9F9;
}

table.no-border tbody,
table.no-border tr,
table.no-border td {
	padding: 0;
	border: none;
}

table.no-border td {
	padding: 5px 0;
}

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

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

.site-inner,
.wrap {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}

.site-inner {
	background-color: #FFF;
	border-top: 2px solid #2AFF00;
	box-shadow: 0 0 10px #999;
}

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

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

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

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

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

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

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

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

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

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

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}

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

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

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

.one-fourth {
	width: 25%;
}

.three-fourths {
	width: 75%;
}

.one-fifth {
	width: 20%;
}

.two-fifths {
	width: 40%;
}

.three-fifths {
	width: 60%;
}

.four-fifths {
	width: 80%;
}

.one-sixth {
	width: 16.6666%;
}

.five-sixths {
	width: 83.3333%;
}

.first {
	clear: both;
}

.clear {
	clear: both;
}

.home .one-third {
	width: 360px;
	margin: 0 0 0 40px;
	padding: 0;
}

.home .one-third.first {
	margin: 0 0 0 0;
}

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

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

.breadcrumb {
	margin: 20px 0;
}

.breadcrumb .sep {
	padding: 0 5px;
}

span.required {
	color: #999;
}

span.contact {
	display: inline-block;
	width: 60px;
}

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



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

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

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

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

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft {
	margin: 0 20px 20px 0;
	font-size: 0;
	line-height: 0;
}

a.alignright,
img.alignright {
	margin: 0 0 20px 20px;
	font-size: 0;
	line-height: 0;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

/* ## Icons
--------------------------------------------- */

.fa {
	margin: 0;
}

.utility-bar .fa {
	margin-right: 5px;
}

.home .entry-content .one-third h3 a {
	display: inline-block;
	line-height: 50px;
}

.home .entry-content .one-third h3 a .fa {
	width: 45px;
	height: 45px;
    margin-right: 10px;
	padding: 10px;
	color: #FFF;
	font-size: 25px;
    text-align: center;
	background-color: #2AFF00;
	border-radius: 50%;
}

.home .entry-content .one-third h3 a:hover .fa {
	background-color: #333;
}

.entry .entry-meta .fa {
	margin-right: 5px;
}

.footer-widgets .fa {
    width: 16px;
    margin-right: 5px;
    text-align: center;
}

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

/* ## Categories
--------------------------------------------- */

.widget.widget_categories a:before {
	content: "» ";
}

/* ## Tag Cloud
--------------------------------------------- */

.widget.widget_tag_cloud .tagcloud {
	margin: 0 0 20px 0;
}

.widget.widget_tag_cloud .tagcloud a {
	margin: 0 10px 0 0;
}

/* ## Archive
--------------------------------------------- */

.widget.widget_archive a:before {
	content: "» ";
}

/* ## Recent Entries
--------------------------------------------- */

.widget.widget_recent_entries a:before {
	content: "» ";
}

.widget.widget_recent_entries .post-date {
	float: right;
	color: #999;
	font-size: 12px;
	font-style: italic;
}

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

.featured-content {
}

.featured-content .entry {
	margin: 0;
}

.featured-content .entry .entry-image {
	margin: 0 !important;
}

.featured-content .entry .entry-content p {
	margin: 0;
	padding: 0 0 0 100px;
}

.featured-content .entry .entry-content .more-link {
	display: inline-block;
}

/* ## Related Author
--------------------------------------------- */

.related-author {
    display: inline-block;
    width: 100%;
}

.related-author .author-profile {
    display: inline-block;
    width: 100%;
}

.related-author .author-profile .author-avatar {
    float: left;
    margin: 0 20px 0 0;
}

.related-author .author-profile .author-name {
    font-weight: 700;
	line-height: 40px;
}

.related-author .author-profile ul,
.related-author .author-profile ul li {
    margin: 0;
}

.related-author .author-profile ul li a:before {
	content: "» ";
}

.related-author .author-description {
    display: inline-block;
    width: 100%;
}

.related-author .author-description a.author-archive:before {
	content: "» ";
}

/* ## Related Posts
--------------------------------------------- */

.related-posts {
	display: inline-block;
    width: 100%;
}

.related-posts ul {
    display: inline-block;
    width: 100%;
	margin: 0;
}

.related-posts ul li {
    display: inline-block;
    width: 100%;
	margin: 0 0 20px 0;
}

.related-posts .related-image {
    float: left;
	width: 80px !important;
    height: 80px !important;
    margin: 0 20px 0 0;
}

.related-posts .related-meta,
.related-posts .related-title {
    display: block;
}

.related-posts .related-meta {
    color: #999;
	font-size: 12px;
	font-style: italic;
}

.related-posts .related-title {
    padding: 10px 0 10px 80px;
}

.related-posts .related-title a:before {
	content: "» ";
}

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

/* ## Slideshow
--------------------------------------------- */

.slideshow {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
    border-top: 2px solid #2AFF00;
	box-shadow: 0 0 10px #999;
}

/* ## Contact Form 7
--------------------------------------------- */

.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7-list-item {
	margin: 0 20px 0 0;
}

.wpcf7-response-output {
	margin: 20px 0;
	padding: 5px 10px;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.wpcf7-mail-sent-ok {
	color: #3C8C14;
	border: 2px solid #3C8C14;
	background-color: #CEE2C4;
}

.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
	color: #FF0000;
	border: 2px solid #FF0000;
	background-color: #FFBFBF;
}

.wpcf7-not-valid,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid {
	border: 2px solid #FF0000;
}

.wpcf7-not-valid-tip {
	display: block;
	margin: 5px 0 0 0;
	color: #FF0000;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 20px;
}

.wpcf7 .ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: #444;
}

/* # Utility Bar
---------------------------------------------------------------------------------------------------- */

.utility-bar {
	height: 40px;
    color: #999;
    font-size: 12px;
	text-align: right;
	background-color: #F9F9F9;
	box-shadow: 0 0 10px #999;
}

.utility-bar .wrap {
	margin: 0 auto;
	padding: 0;
}

.utility-bar a {
	color: #999;
}

.utility-bar a:hover {
	color: #2AFF00;
}

.utility-bar ul {
	margin: 0;
}

.utility-bar ul li {
	display: inline-block;
	margin: 10px 20px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	height: 160px;
}

.site-header .wrap {
	margin: 0 auto;
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 400px;
	padding: 40px 20px;
}

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

.site-title,
.site-description {
	margin: 0;
}

.site-title,
.site-title a,
.site-title a:hover {
	color: #333;
	line-height: 60px;
}

.site-description {
	font-size: 14px;
}

.header-image .site-title,
.header-image .site-description {
	text-indent: -9999px;
}

.header-image .site-title > a {
	float: left;
	width: 360px;
	height: 80px;
	background: url(images/logo.png) no-repeat left;
}

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

.site-header .widget-area {
	float: right;
	width: 800px;
	text-align: right;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Open Sans',Arial;
}

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

.genesis-nav-menu .menu-item a {
	display: block;
	padding: 20px;
	color: #333;
}

.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_parent > a,
.genesis-nav-menu .current-page-ancestor > a {
	color: #2AFF00;
}

.error404 .genesis-nav-menu .current_page_parent > a {
	color: #333;
}

.error404 .genesis-nav-menu .current_page_parent > a:hover {
	color: #2AFF00;
}

/* ## Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
}

.site-header .genesis-nav-menu .menu-item a {
	padding: 70px 20px;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .current_page_parent > a,
.site-header .genesis-nav-menu .current-page-ancestor > a {
	background: url(images/icon_navigation_arrow.png) no-repeat center bottom;
}

.error404 .site-header .genesis-nav-menu .current_page_parent > a {
	background: none;
}

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

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

.nav-primary .wrap {
	margin: 0 auto;
	padding: 0;
}

.nav-primary .genesis-nav-menu .menu-item a {
	color: #EEE;
}

.nav-primary .genesis-nav-menu .menu-item a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #2AFF00;
}

/* ## Mobile Navigation
--------------------------------------------- */

.nav-button a {
	display: none;
	width: 100%;
	margin: 0;
	padding: 10px 70px 10px 20px;
	color: #999;
	font-weight: 700;
	background: #333 url(images/icon_navigation.png) no-repeat right center;
    box-shadow: 0 0 10px #999;
}

.nav-button a:hover {
	color: #999;
}

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

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

.entry {
	margin: 0 0 20px 0;
	padding: 0;
}

.entry.align-center {
	text-align: center;
}

.entry.align-center h1 {
	margin: 40px 0;
	padding: 0 80px;
}

.entry.align-center h2 {
	padding: 0 80px;
}

.entry ul {
	padding: 0 0 0 40px;
}

.entry ul li {
	list-style-type: square;
	margin: 0 0 10px 0;
}

.entry ul ul {
	margin: 10px 0 0 0;
}

.entry.post {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #E9E9E9;
}

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

.entry.post .entry-image {
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0;
}

.entry.post .entry-image img {
	margin: 0;
}

.entry.post .entry-header .entry-title {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 35px;
}

.single .entry.post .entry-header .entry-title {
	margin: 0 0 20px 0;
	font-size: 34px;
	line-height: 1.5;
}

.entry.post .entry-content {
	display: block;
}

.entry.post .entry-content p {
	margin: 10px 0;
}

.single .entry.post .entry-content p {
	margin: 20px 0;
}

.entry.post .entry-footer {
	clear: both;
}

.entry.page .entry-image {
	display: block;
	margin: 0 0 20px 0;
}

.entry.page .entry-image img {
	margin: 0;
}

.entry.page .entry-image #map {
	width: 760px !important;
	height: 380px !important;
	overflow: hidden;
}

.entry.attachment p.attachment,
.entry.attachment p.attachment a {
	display: block;
	font-size: 0;
	line-height: 0;
}

.entry .display-posts {
	float: left;
	display: inline-block;
	margin: 40px 0 0 0;
	text-align: left;
}

.entry .display-posts .display-posts-column {
	float: left;
	display: inline-block;
}

.entry .display-posts .display-posts-column .display-posts-item {
	float: left;
	display: inline-block;
	width: 360px;
	margin: 0 40px 20px 0;
	padding: 0;
	border: none;
}

.entry .display-posts .display-posts-column .display-posts-item.last {
	margin: 0 0 20px 0;
}

.entry .display-posts .display-posts-column .display-posts-item .entry-image,
.entry .display-posts .display-posts-column .display-posts-item .entry-image a {
	display: inline-block;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.entry .display-posts .display-posts-column .display-posts-item .entry-header {
	display: inline-block;
}

.entry .display-posts .display-posts-column .display-posts-item .entry-header h1 {
	padding: 0;
	font-size: 20px;
}

.entry .display-pages {
	margin: 40px 0 0 0;
}

.entry .display-pages .display-pages-column .display-pages-item {
	clear: both;
    display: inline-block;
}

.entry .display-pages .display-pages-column .display-pages-item .item-image {
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0;
}

.entry .display-pages .display-pages-column .display-pages-item .item-title h2 {
	margin: 0 0 20px 0;
}

/* ## Entry Meta
--------------------------------------------- */

.entry-meta {
	color: #999;
}

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

.entry-meta a:hover {
	color: #2AFF00;
}

.entry-header .entry-meta,
.entry-footer .entry-meta {
	margin: 0;
	font-size: 12px;
}

.entry-footer .entry-meta span {
	margin: 0 20px 0 0;
}

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

.pagination {
	float: left;
	display: inline-block;
	margin: 0 0 40px 0;
}

.pagination ul {
	float: left;
	display: inline-block;
	margin: 0;
}

.pagination ul li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}

.pagination ul li a {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	color: #333;
	background-color: #F9F9F9;
}

.pagination ul li a:hover,
.pagination ul li.active a {
	background-color: #E9E9E9;
}

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

.entry-comments {
	margin: 40px 0;
	border-top: 2px solid #E9E9E9;
}

.entry-comments .comment-list .comment{
	margin: 0 0 20px 0;
}

.entry-comments .comment-list .comment p {
	margin: 10px 0;
}

.entry-comments .comment-list .comment .comment-author,
.entry-comments .comment-list .comment .comment-meta {
	margin: 0;
	color: #999;
	font-size: 12px;
}

.entry-comments .comment-list .comment .comment-author a,
.entry-comments .comment-list .comment .comment-meta a {
	color: #999;
}

.entry-comments .comment-list .comment .comment-author a:hover,
.entry-comments .comment-list .comment .comment-meta a:hover {
	color: #2AFF00;
}

.entry-comments .comment-list .comment .comment-author .avatar {
    float: left;
	margin: 0 10px 0 0;
}

.entry-comments .comment-list .comment .comment-reply a.comment-reply-link:before {
	content: "» ";
}

.entry-comments .comment-list .comment .children {
	margin: 20px 0 20px 50px;
}

.comment-respond {
	margin: 40px 0;
	border-top: 2px solid #E9E9E9;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.sidebar .widget {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0 20px;
	background-color: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: -webkit-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	border-top: 2px solid #2AFF00;
}

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

.footer-widgets {
	margin: 0;
	padding: 20px 0;
	color: #999;
	font-size: 14px;
	background-color: #333;
	box-shadow: 0 0 10px #999;
}

.footer-widgets p {
	margin: 0;
}

.footer-widgets a {
	color: #999;
}

.footer-widgets a:hover {
	color: #2AFF00;
}

.footer-widgets .widget {
	margin: 20px 0;
}

.footer-widgets .widget .widget-title {
	color: #E9E9E9;
}

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

.footer-widgets-1 {
	width: 540px;
}

.footer-widgets-2,
.footer-widgets-3 {
	width: 270px;
	margin: 0 0 0 40px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	margin: 20px 0 0 0;
	padding: 0 0 40px 0;
	color: #999;
	font-size: 12px;
	background-color: #F9F9F9;
}

.site-footer-left {
	float: left;
	text-align: left;
}

.site-footer-right {
	float: right;
	text-align: right;
}

.site-footer p {
	float: left;
	margin: 0;
}

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

.site-footer a:hover {
	color: #2AFF00;
}

.footer-menu {
	float: left;
	margin: 0;
}

.footer-menu li:before {
	content: "|";
	padding: 0 5px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
	body {
		font-size: 13px;
	}

	p {
		margin: 10px 0;
	}

	ol, ul {
		margin: 10px 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 10px 0;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 14px;
	}

	.gallery {
		margin: 20px 0 0 0;
	}

	.gallery-item {
		padding: 0 10px 10px 0;
	}

	.gallery-item .gallery-icon {
		padding: 4px;
	}

	input,
	select,
	textarea {
		padding: 5px 10px;
		font-size: 13px;
	}

	textarea {
		height: 150px;
	}

	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button {
		font-size: 13px;
	}

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

	.content {
		width: 600px;
	}

	.sidebar-primary {
		width: 280px;
	}

	.home .one-third {
		width: 280px;
	}

	a.alignleft,
	img.alignleft {
		margin: 0 10px 10px 0;
	}

	.widget.widget_tag_cloud .tagcloud {
		margin: 0 0 10px;
	}

	.featured-content .entry .entry-image {
		width: 60px !important;
	}

	.featured-content .entry .entry-content p {
		padding: 0 0 0 70px;
	}

	.related-author .author-profile .author-avatar {
		width: 60px !important;
		margin: 0 10px 0 0;
	}

	.related-author .author-profile .author-name {
		line-height: 20px;
	}

	.related-posts ul li {
		margin: 0 0 10px 0;
	}

	.related-posts .related-image {
		width: 60px !important;
		height: 60px !important;
		margin: 0 10px 0 0;
	}

	.related-posts .related-title {
		padding: 0 0 0 60px;
	}

	.slideshow {
		max-width: 960px;
	}

	.site-header {
		height: 138px;
	}

	.title-area {
		width: 300px;
	}

	.header-image .site-title > a {
		width: 260px;
		height: 58px;
		background-size: 100% auto;
	}

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

	.genesis-nav-menu {
		font-size: 15px;
	}

	.site-header .genesis-nav-menu .menu-item a {
		padding: 59px 20px;
	}

	.entry {
		margin: 0 0 10px 0;
	}

	.entry.align-center h1 {
		margin: 40px 0;
		padding: 0 40px;
	}

	.entry.align-center h2 {
		margin: 20px 0;
		padding: 0 40px;
	}

	.single .entry.post {
		margin: 0 0 20px 0;
	}

	.entry.post .entry-image {
		margin: 0 20px 20px 0;
	}

	.entry.post .entry-header .entry-title {
		font-size: 20px;
		line-height: 30px;
	}

	.single .entry.post .entry-header .entry-title {
		font-size: 30px;
		margin: 0 0 10px 0;
	}

	.single .entry.post .entry-content p {
		margin: 10px 0;
	}

	.entry.page .entry-image #map {
		width: 600px !important;
		height: 237px !important;
	}

	.entry .display-posts {
		margin: 20px 0 0 0;
	}

	.entry .display-posts .display-posts-column .display-posts-item {
		width: 280px;
		margin: 0 40px 10px 0;
	}

	.entry .display-posts .display-posts-column .display-posts-item.last {
		margin: 0 0 10px 0;
	}

	.entry .display-pages {
		margin: 20px 0 0 0;
	}

	.entry .display-pages .display-pages-column .display-pages-item .item-image {
		width: 150px !important;
		margin: 0 20px 10px 0;
	}

	.pagination {
		margin: 0 0 20px 0;
	}

	.entry-comments {
		margin: 20px 0;
	}

	.comment-respond {
		margin: 20px 0;
	}

	.sidebar {
		font-size: 13px;
	}

	.sidebar .widget {
		margin: 0 0 20px 0;
	}

	.footer-widgets {
		font-size: 13px;
	}

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

	.footer-widgets-1 {
		width: 100%;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		width: 50%;
		margin: 0;
	}
}

@media only screen and (max-width: 1000px) {
	a,
	a:hover {
		color: #2AFF00;
	}

	a img:hover {
		opacity: 1;
	}

	button:hover,
	input:hover[type="button"],
	input:hover[type="submit"],
	input:hover[type="reset"],
	.button:hover {
		color: #333;
		background-color: #E9E9E9;
	}

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.content {
		width: 100%;
	}

	.sidebar-primary {
		float: left;
		width: 100%;
	}

	.home .one-third {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 40px;
	}

	.home .entry-content .one-third h3 a:hover .fa {
		background-color: #2AFF00;
	}

	.slideshow {
		max-width: 100%;
	}

	.slideshow .easingsliderlite-arrows,
	.slideshow .easingsliderlite-pagination {
		display: none !important;
	}

	.utility-bar {
		text-align: center;
	}

	.utility-bar a,
	.utility-bar a:hover {
		color: #999;
	}

	.site-header {
		height: auto;
	}

	.title-area {
		float: none;
		height: 138px;
		margin: 0 auto;
	}

	.site-header .widget-area {
		float: left;
		width: 100%;
		text-align: left;
	}

	.genesis-nav-menu {
		display: none;
	}

	.genesis-nav-menu .menu-item {
		width: 100%;
	}

	.genesis-nav-menu .menu-item a:hover {
		color: #333;
	}

	.genesis-nav-menu .current-menu-item > a:hover,
	.genesis-nav-menu .current_page_parent > a:hover,
	.genesis-nav-menu .current-page-ancestor > a:hover {
		color: #2AFF00;
	}

	.site-header .genesis-nav-menu {
		float: left;
		width: 100%;
		margin: 20px 0;
	}

	.site-header .genesis-nav-menu .menu-item a {
		padding: 10px 20px;
	}

	.site-header .genesis-nav-menu .current-menu-item > a,
	.site-header .genesis-nav-menu .current_page_parent > a,
	.site-header .genesis-nav-menu .current-page-ancestor > a {
		background: none;
	}

	.nav-button a {
		display: inline-block;
	}

	.entry.page .entry-image #map {
		width: 100% !important;
	}

	.entry .display-posts .display-posts-column .display-posts-item {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.entry .display-posts .display-posts-column .display-posts-item .entry-image img {
		width: 100%  !important;
	}

	.entry-meta a:hover {
		color: #999;
	}

	.pagination ul li a:hover {
		background-color: #F9F9F9;
	}

	.pagination ul li.active a:hover {
		background-color: #E9E9E9;
	}

	.footer-widgets a:hover {
		color: #999;
	}

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

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

	a.fancybox-nav span {
		margin-top: -33px !important;
	}

	a.fancybox-prev span {
		left: 80px !important;
	}

	a.fancybox-next span {
		right: 80px !important;
	}
}

@media only screen and (max-width: 767px) {
	.utility-bar {
		height: auto;
		text-align: left;
	}

	.utility-bar ul li {
		display: block;
	}

	.utility-bar .fa {
		width: 16px;
		text-align: center;
	}

	.entry.post .entry-image {
		margin: 0 20px 10px 0;
	}

	.entry.post .entry-image img {
		width: 80px !important;
	}

	.entry .display-posts .display-posts-column .display-posts-item .entry-image img {
		width: 100%  !important;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.site-footer-left {
		width: 100%;
	}

	.site-footer-right {
		float: left;
		width: 100%;
		text-align: left;
	}
}