/*
	Theme Name: An Ornage Moon
	Theme URI: http://www.anorangemoon.com/
	Description: A mobile responsive and HTML5 theme.
	Author: RV Tech Solutions
	Author URI: http://rvtechsolutions.com
	Version: 1.0.0

	Tags: black, 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: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* 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
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site FooterF
	- Media Queries
		- max-width: 1267px
		- max-width: 1000px
		- max-width: 600px
		- max-width: 480px

*/

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

/* Baseline Normalize
   normalize.css v2.1.2 | 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] {
  display: none
}

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

body {
  margin: 0
}

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: bold
}

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: -0.5em
}

sub {
  bottom: -0.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-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;
}

.author-box:after, .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;
}

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

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

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

::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

a {
  color: #F56C1C;
  text-decoration: none;
}

a:hover {
  color: #222;
}

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 40px 24px;
}

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

.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

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

h1, h2, h3, h4, h5, h6, h7 {
  color: #7aaac1;
  font-family: 'Roboto', serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h7 {
  font-size: 16px;
  color: #fff;
}

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

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

img {
  height: auto;
  border-radius: 10px;
}

.featured-content img, .gallery img {
  border-radius: 50%;
}

#blog img, #portfolio img {
  margin-bottom: 16px;
  opacity: 0.8;
}

#blog img:hover, #portfolio img:hover {
  opacity: 1;
}

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

.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}

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

input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 5px #ddd inset;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

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

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

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

::-webkit-input-placeholder {
  color: #999;
}

.button, .widget .button, button, input[type="button"], input[type="reset"], input[type="submit"], #products .wcps-container #wcps-74 div.wcps-items-cart a.add_to_cart_button, #products .wcps-container #wcps-74 div.wcps-items-cart a.added_to_cart, #products .woocommerce #respond input#submit, #products .woocommerce a.button, .woocommerce button.button, #products .woocommerce input.button {
  background-color: #f56c1c !important;
  border: none;
  box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 12px 24px;
  width: auto;
  text-align: center;
  text-decoration: none;
  margin-bottom: 25px;
  border-radius: 10px;
}

.button:hover, .widget .button:hover, button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], #products .wcps-container #wcps-74 div.wcps-items-cart a.add_to_cart_button:hover, #products .woocommerce #respond input#submit:hover, #products .woocommerce a.button:hover, #products .woocommerce button.button:hover, #products .woocommerce input.button:hover {
  background-color: #badbeb !important;
  color: #fff;
}

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

.button, .widget .button {
  border-radius: 3px;
  display: inline-block;
}

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

#services a.button {
  float: right;
  line-height: 1;
  margin-top: -40px;
  padding: 20px 24px;
}

.rtm-landing a.button {
  margin-top: 16px;
}

/* 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: 700;
  text-transform: uppercase;
}

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

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

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

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

.site-inner {
  clear: both;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 60px;
}

.rtm-home .site-inner {
  padding: 0;
  max-width: 100%;
}

.rtm-landing .site-inner {
  border: 1px solid #222;
  max-width: 700px;
  margin: 32px auto;
  padding: 48px 60px 0;
}

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

/* Content */

.content {
  float: right;
  width: 64.912280701754%;
  /* 740px / 1140px */
}

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

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

/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 29.824561403509%;
  /* 340px / 1140px */
  background-color: #f4f3f3;
  padding: 10px;
}

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

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

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

.avatar {
  float: left;
}

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

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

.search-form {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption, .entry-content .gallery-caption {
  margin: 0 0 10px;
}

.widget_calendar table {
  width: 100%;
}

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

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

.breadcrumb {
  border-bottom: 1px solid #9CCCE3;
  margin-bottom: 48px;
  overflow: hidden;
  padding: 8px 0 24px;
}

.archive-description, .author-box {
  background-color: #f5f5f5;
  margin-bottom: 40px;
}

.archive-description {
  padding: 40px 40px 24px;
}

.author-box {
  padding: 40px;
}

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

.author-box p {
  margin-bottom: 0;
}

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

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

.entry-title {
  font-size: 36px;
  line-height: 1;
}

.sidebar .entry-title {
  font-size: 22px;
  line-height: 1;
}

.sidebar .widget-title a {
  color: #222;
  text-decoration: none;
}

.widget-title {
  color: #808181;
  font-size: 32px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
}

#location .widget-title {
  color: #fff;
}

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

.more-from-category, a.more-events {
  float: right;
  font-size: 15px;
  font-weight: 500 !important;
  text-align: right;
}

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

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

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

.widget ol {
  margin-left: 24px;
}

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

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

.featured-content .entry {
  font-size: 16px;
  margin-bottom: 24px;
}

.featured-content .entry-title {
  border: none;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}

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

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

.enews-widget {
  color: #fff;
}

.enews-widget .widget-title {
  color: #fff;
}

.enews-widget input {
  margin-bottom: 12px;
}

.enews-widget input:focus {
  border: 1px solid #ddd;
}

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

.enews-widget input:hover[type="submit"], #services a.button:hover {
  background-color: #fff;
  color: #222;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */

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

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

img#wpstats {
  display: none;
}

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

.site-header {
  background: #9BCAE1 url(images/header.png);
  overflow: hidden;
  padding: 32px 0;
}

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

.title-area {
  float: left;
  padding: 12px 0;
  width: 240px;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 8px;
  text-transform: lowercase;
}

.site-title a, .site-title a:hover {
  color: #222;
  text-decoration: none;
}

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

/* Full width header, no widgets */

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

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

/* Logo, hide text */

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

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

.site-header .widget-area {
  color: #fff;
  float: right;
  text-align: right;
  padding-top: 8px;
  width: 780px;
}

.site-header .widget {
  margin-bottom: 0;
}

.site-header .widget_search, .site-header .widget_text {
  float: right;
  font-weight: 500;
  padding-bottom: 20px;
  width: 225px;
}

.site-header .widget_search {
  width: 300px;
}

.site-header input[type="search"] {
  background: #E3F1F7 url(images/search.png) right center no-repeat;
  border-radius: 25px;
  padding: 6px 16px;
}

.site-header .widget_text {
  clear: right;
  padding-top: 5px;
}

.site-header .widget_nav_menu {
  clear: both;
  margin-top: 10px;
}

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

.genesis-nav-menu {
  clear: both;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
}

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

.genesis-nav-menu a {
  border: none;
  color: #222;
  display: block;
  line-height: 1;
  padding: 10px;
  position: relative;
  text-decoration: none;
}

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

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #222;
  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: #9bcae1;
  border: 1px solid #cecece;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
  background-color: #9bcae1;
  color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 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;
  line-height: 1;
  list-style-type: none;
  padding: 24px 0;
}

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

.genesis-nav-menu>.right>a:hover {
  background: none;
  color: #F56C1C;
}

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

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

.genesis-nav-menu li.highlight-menu-item a {
  background-color: #222;
  color: #fff;
  margin-left: 20px;
}

.genesis-nav-menu li.highlight-menu-item a:hover {
  background-color: #F56C1C;
  color: #fff;
}

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

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

.site-header .genesis-nav-menu li a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.site-header .genesis-nav-menu li a:hover {
  color: #F56C1C;
  border-bottom: 1px solid #F56C1C;
}

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

.nav-primary {
  background: #919191;
}

.nav-primary .genesis-nav-menu a, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
  color: #fff;
  font-size: 14px;
  padding: 14px 20px;
}

.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
  background: #F56C1C;
}

.nav-primary li.cart {
  float: right;
}

.nav-primary li.cart a, .nav-primary li.cart a:hover {
  background: url(images/icon-cart.png) right no-repeat;
  padding-right: 40px;
}

.nav-primary li.cart a:hover {
  color: #222;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
  padding: 6px 10px;
  font-size: 16px;
}

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

.responsive-menu-icon {
  cursor: pointer;
  display: none;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

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

/* Home Page
--------------------------------------------- */

#slider, #posts, #location, #social, #home-bottom {
  clear: both;
  overflow: hidden;
  padding: 40px 0 20px;
}

#products {
  clear: both;
  overflow: hidden;
  padding: 0px;
}

#slider, #home-bottom {
  padding: 0;
}

#slider .wrap {
  max-width: 1600px;
}

#slider .widget {
  margin-bottom: 0;
}

#products {
  background: url(images/products.png);
  color: #fff;
}

#products img, #posts img {
  border-radius: 50%;
}

#posts .widget {
  float: left;
  width: 48%;
}

#products .wcps-container .wcps-flat div.wcps-items {
  background: none;
  border-bottom: 0;
  border-top: 0;
}

#products .wcps-container .wcps-flat div.wcps-items div.wcps-items-thumb {
  max-height: 100% !important;
}

#posts a.more-link {
  font-size: 15px;
  font-weight: 500;
}

#posts .widget:last-child {
  float: right;
}

#posts .EO_Event_List_Widget li {
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
}

#posts .EO_Event_List_Widget li h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.eo-date {
  background: #FFF1E9;
  border: 1px solid #F56C1C;
  border-radius: 50%;
  color: #F56C1C;
  float: left;
  height: 80px;
  line-height: 1.2;
  margin-right: 20px;
  padding: 12px;
  text-align: center;
  width: 80px;
}

.eo-date .day {
  clear: both;
  font-size: 28px;
  overflow: hidden;
}

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

#location {
  background: #BADBEB url(images/location-wide.png) center repeat-y;
  color: #fff;
}

#location .widget {
  float: left;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  width: 48%;
}

#location .widget:last-child {
  background: url(images/map.png) no-repeat;
  float: right;
  padding-left: 230px;
}

#social {
  background: #ECEBEB url("images/socialbg.jpg") repeat scroll 0 0;
}

#social .wrap {
  max-width: 1153px;
}

#social li {
  float: left;
  margin: 1% 2%;
  width: 146px;
}

#social li a {
  background: url(images/icons-social.png);
  background-position: 0 0;
  display: inline-block;
  height: 146px;
  text-indent: -9999px;
  width: 146px;
}

#social li.facebook a:hover {
  background-position: 0 146px;
}

#social li.twitter a {
  background-position: -212px 0;
}

#social li.twitter a:hover {
  background-position: -212px 146px;
}

#social li.instagram a {
  background-position: -422px 0;
}

#social li.instagram a:hover {
  background-position: -422px 146px;
}

#social li.pinterest a {
  background-position: -630px 0;
}

#social li.pinterest a:hover {
  background-position: -630px 146px;
}

#social li.youtube a {
  background-position: -836px 0;
}

#social li.youtube a:hover {
  background-position: -836px 146px;
}

#social li.yelp a {
  background-position: -1036px 0;
}

#social li.yelp a:hover {
  background-position: -1036px 146px;
}

#home-bottom .wrap {
  border-bottom: 2px dotted #F56C1C;
  border-top: 2px dotted #F56C1C;
  margin: 30px auto 0;
  padding: 20px 0;
}

#home-bottom .widget {
  float: left;
  margin: 0 1.58% 10px;
  margin-bottom: 10px;
}

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

.entry {
  border-radius: 3px;
  margin-bottom: 40px;
}

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

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

.entry-content ol>li, .widget 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-content .search-form {
  width: 50%;
}

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

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

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

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

.entry-footer .entry-meta::before {
  border-top: 1px solid #cecece;
  content: "";
  display: block;
  padding-bottom: 32px;
  width: 100%;
}

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

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

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

.after-entry {
  background-color: #222;
  color: #fff;
  margin-bottom: 40px;
  padding: 8%;
  text-align: center;
}

.after-entry .widgettitle {
  color: #fff;
  font-size: 20px;
}

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

.after-entry li {
  list-style-type: none;
}

.after-entry li a {
  color: #999;
}

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

.archive-pagination, .entry-pagination {
  clear: both;
  margin: 40px 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #222;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

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

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

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

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

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

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

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

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

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

.comment .avatar {
  margin: 0 16px 24px 0;
}

.comment-header {
  font-size: 16px;
  line-height: 1.4;
}

.comment-header .comment-meta {
  margin-bottom: 12px;
}

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

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

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

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
}

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

.sidebar .widget {
  margin-bottom: 32px;
  overflow: hidden;
}

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

.sidebar .widget::after {
  border-bottom: 3px solid #9CCCE3;
  content: "";
  display: block;
  padding-bottom: 32px;
  width: 100%;
}

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

.site-footer {
  font-size: 10px;
  padding: 48px 0;
  text-align: center;
}

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

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

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

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

@media only screen and (max-width: 1267px) {
  .site-inner, .wrap {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .site-header .widget-area, .title-area {
    width: 100%;
  }
  .header-image .site-header .site-title a {
    background-position: top !important;
  }
  .site-header .widget_text, .site-header .widget_search {
    float: none;
    margin: 0 auto;
  }
  #location .widget:last-child {
    background: url(images/map.png) bottom center no-repeat;
    padding-left: 0;
    padding-bottom: 214px;
  }
  .entry-comments, .entry-footer .entry-meta, .site-header, .site-header .widget-area {
    padding: 0;
  }
  .genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu, .site-description, .site-header .search-form, .site-header .title-area, .site-header .widget-area, .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .entry-footer .entry-meta {
    margin: 0;
    padding-top: 12px;
  }
  #services .alignright, #services .alignleft {
    float: none;
    width: 100%;
  }
  #services a.button {
    float: left;
    margin: 20px 0 0;
  }
  .site-footer, .site-header .wrap {
    padding: 24px 0;
  }
  .footer-widgets-1 {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  #posts .widget, #posts .widget:last-child, #location .widget {
    float: none;
    width: 100%;
  }
  #location {
    background: url(images/location-tall.png) center repeat-x;
  }
  #location .widget {
    margin: 0 0 25px;
  }
  #location .widget:last-child {
    background: url(images/map.png) no-repeat;
    float: none;
    margin: 25px 0 0;
    padding-left: 220px;
    padding-bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #location .widget:last-child {
    background: none;
    float: none;
    margin: 25px 0 0;
    padding-left: 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:hover {
    position: static;
  }
  .genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    color: #222;
    display: block;
    line-height: 1;
    padding: 16px 20px;
    text-transform: none;
  }
  .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: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .genesis-nav-menu.responsive-menu li.highlight-menu-item a {
    margin-left: 0;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }
  .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 .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }
  .genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 14px 20px;
    position: relative;
    text-transform: none;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #social li {
    float: none;
    margin: 1% auto;
  }
  .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%;
  }
  .header-image .site-header .site-title a {
    background-size: contain !important;
  }
}

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

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

.wcps-container .wcps-flat div.wcps-featured {
  display: none;
}

.wcps-container .wcps-flat {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}