@charset "UTF-8";
/*
	Theme Name: GRROWLS Theme
	Theme URI: http://my.studiopress.com/themes/executive/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1.1

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, 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+h
	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
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v3.0.0 | 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;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #cdccba;
  overflow-y: scroll;
  color: #7d7a73;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.ht_grid_entry .aff-btn a,
.entry-content .aff-box .aff-btn a,
.entry-content .snd-box .snd-btn a {
  -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: #222;
  color: #fff;
}

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

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

a img {
  margin-bottom: -4px;
}

a:hover {
  text-decoration: none;
  color: #829869;
}

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

strong {
  font-weight: 700;
}

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

li {
  list-style-type: none;
}

blockquote,
blockquote::before {
  color: #7d7a73;
}

blockquote {
  margin: 0;
  padding: 24px 40px;
}

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;
}

.clearfix {
  display: block;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #014759;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */
  border: 5px white solid;
}

#featured-page-4 img {
  border: none;
  max-height: 173px;
  margin-left: 24px;
}

/* 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: white;
  border: 1px solid #ddd;
  color: #7d7a73;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  width: 97%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.ht_grid_entry .aff-btn a,
.entry-content .aff-box .aff-btn a,
.entry-content .snd-box .snd-btn a,
.entry-content .button,
.entry-content .ht_grid_entry .aff-btn a,
.ht_grid_entry .aff-btn .entry-content a,
.entry-content .aff-box .aff-btn a,
.entry-content .snd-box .snd-btn a, 
.woocommerce .button.button.alt {
  background-color: #829869;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  padding: 6px 12px;
  width: auto;
  font-size: 16px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.ht_grid_entry .aff-btn a:hover,
.entry-content .aff-box .aff-btn a:hover,
.entry-content .snd-box .snd-btn a:hover,
.entry-content .button:hover,
.entry-content .ht_grid_entry .aff-btn a:hover,
.ht_grid_entry .aff-btn .entry-content a:hover,
.entry-content .aff-box .aff-btn a:hover,
.entry-content .snd-box .snd-btn a:hover,
.woocommerce .button.button.alt:hover {
  background-color: #687a54;
  border: none;
  text-decoration: none;
}

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

.home-cta a.button, .home-cta .ht_grid_entry .aff-btn a, .ht_grid_entry .aff-btn .home-cta a, .home-cta .entry-content .aff-box .aff-btn a, .entry-content .aff-box .aff-btn .home-cta a, .home-cta .entry-content .snd-box .snd-btn a, .entry-content .snd-box .snd-btn .home-cta a {
  display: inline-block;
  margin-top: -30px;
  text-align: center;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: .5em;
  width: 100%;
}

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

th,
td {
  text-align: left;
}

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

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

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
  margin: 0 auto;
  max-width: 100%;
}

.grr-landing .site-container {
  max-width: 760px;
}

.site-inner {
  max-width: 100%;
  background-color: #fefefd;
  clear: both;
  margin: 0 auto 0;
  overflow: hidden;
}

.grr-home .site-inner {
  overflow: visible;
  background: inherit;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content  */
.content {
  float: right;
  width: 760px;
  padding: 20px;
}

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

.content-sidebar-wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.full-width-content .content-sidebar-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

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

.woocommerce-page.full-width-content .content,
.woocommerce-page .product {
	float: none;
	max-width: 1140px;
	margin: 36px auto;
	padding: 0 18px;
}
	
.grr-home .content {
  padding: 0;
}

.grr-portfolio .content {
  padding: 40px 30px 0;
}

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 340px;
}

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

.home-slider {
  height: 465px;
  max-width: 1140px;
  margin: 0 auto 20px;
}

/* 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 {
  border: 1px solid #fff;
  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;
}

.search-form input[type="search"] {
  background: #fff url(images/icon-search.png) no-repeat right;
  background-size: 36px 16px;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8 px 16px;
  text-transform: uppercase;
  width: 100%;
}

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

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

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

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

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

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

a.alignnone {
  display: inline-block;
}

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

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

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

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  color: #7d7a73;
  font-size: 12px;
  margin: -30px -20px 0;
  padding: 20px 20px 10px 20px;
}

.grr-home .breadcrumb {
  margin: 0;
}

.archive-description,
.author-box {
  margin-bottom: 30px;
}

.author-box {
  background-color: inherit;
}

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

.author-box p {
  font-size: 14px;
  margin: 0;
}

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

/* Titles
--------------------------------------------- */
.archive-title, .entry-title, .page-title {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.post .entry-title {
  text-transform: none;
}

.entry-title a,
.sidebar .widget-title a {
  color: #014759;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
  color: #829869;
  text-decoration: none;
}

.widget-title,
.grr-portfolio .entry-title {
  font-family: "Raleway", Arial, sans-serif, arial;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
  font-size: 16px;
}

.grr-home .home-cta .widget-title {
  font-size: 24px;
  margin-bottom: 6px;
  text-transform: none;
}

.grr-home .home-cta .entry-title a,
.grr-home .home-cta .widget-title {
  color: #7d7a73;
}

.footer-widgets .entry-title a,
.footer-widgets .widget-title {
  color: white;
  font-size: 28px;
}

.green {
  color: #829869;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.widget {
  word-wrap: break-word;
  padding: 20px;
}

.widget li {
  list-style-type: none;
  margin-bottom: 1px;
  margin-top: 1px;
  text-align: left;
}

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

.widget ul > li {
  text-indent: 0;
  overflow: auto;
}

.widget ul > li {
  list-style-position: outside;
  padding: 0;
}

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

.widget_em_widget ul > li:last-child:after {
  clear: both;
}

.widget_calendar table {
  width: 100%;
}

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

.widget_calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 6px 0 0;
  text-align: right;
}

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

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

.grr-home .featured-content .entry {
  margin-top: 10px;
  margin-bottom: 0;
}

.home-middle-left .featured-content .entry {
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px dotted white;
  background: none;
}

#featured-post-3 .widgettitle:before {
  content: "\f1ea";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 42px;
}

/* Events Manager Widget
------------------------------------ */
.widget_em_widget .event-entry {
  float: left;
  padding-left: 110px;
  margin-bottom: 10px;
  border-bottom: 1px dotted white;
}

.widget_em_widget .event-entry .event-date {
  background: #fefefd;
  float: left;
  margin: 0 5px 10px -110px;
  width: 100px;
  font-size: 28px;
  font-weight: 700;
  color: #014759;
  text-align: center;
  border-radius: 10px;
  padding: 6px;
}

.widget_em_widget .event-entry .event-date .event-time {
  font-size: 16px;
  font-weight: 300;
}

.widget_em_widget .event-title, .widget_em_widget .event-location, .widget_em_widget .event-excerpt {
  display: block !important;
}

.widget_em_widget .event-entry .event-location {
  font-style: italic;
  margin-bottom: 10px;
}

.widget_em_widget .event-entry .event-title a {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

#em_widget-4 .widgettitle:before {
  content: "\f073";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 36px;
}

.all-events-link, .all-events-link li {
  text-align: right !important;
}

/* Custom More News Widget
--------------------------------------------- */
#featured-post-4 .entry-title a {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

/* Custom Menu Widget Wizard
--------------------------------------------- */
.sidebar .widget_custom_menu_wizard .menu-widget li a {
  font-size: 20px;
  line-height: 1.5;
  margin-left: 12px;
}
.sidebar .widget_custom_menu_wizard .menu-widget li a:hover {
  color: white;
}
.sidebar .widget_custom_menu_wizard .menu-widget li a:before {
  font-family: FontAwesome;
  content: "\f1b0";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  color: #7d7a73;
  font-size: 14px;
  text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}
.sidebar .widget_custom_menu_wizard .menu-widget li.current-menu-item > a {
  color: white;
}
.sidebar .widget_custom_menu_wizard .menu-widget li.current-menu-item > a:before {
  font-family: FontAwesome;
  content: "\f1b0";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  color: white;
  font-size: 14px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
}
.sidebar .widget_custom_menu_wizard .menu-widget .sub-menu li a {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 28px;
}
.sidebar .widget_custom_menu_wizard .menu-widget .sub-menu li a:before {
  content: "-";
  padding-right: 4px;
}

/* Footer Widget 1 - Logos
--------------------------------------------- */
.footer-widgets-1 .widget .logos {
  display: inline-block;
}

.footer-widgets-1 .widget .logos a img {
  max-width: 100px;
  height: auto;
  padding-right: 10px;
}

/* Sidebar Widget Button
--------------------------------------------- */
.sidebar .widget-wrap {
  border-radius: 4px;
}

.sidebar .textwidget {
  text-align: center;
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
}

.sidebar .textwidget a {
  display: block;
  color: #fefefd;
  font-family: "Raleway", Arial, sans-serif;
}

/* Dark widget
---------------------------------------------- */
.sidebar .dark-widget .widget-wrap {
  background: #014759;
}

.sidebar .dark-widget .widget-wrap:hover {
  background: #829869;
}

/* Light widget
---------------------------------------------- */
.sidebar .light-widget .widget-wrap {
  background: #829869;
}

.sidebar .light-widget .widget-wrap:hover {
  background: #5b6b49;
}

/* Custom Menu Widget
--------------------------------------------- 

.sidebar .widget_custom_menu_wizard .menu-widget > li > ul > li > a:before {
	font-family: FontAwesome;
   	content: "\f1b0";
   	display: inline-block;
   	padding-right: 6px;
   	vertical-align: middle;
  	color: $dark-color;
  	font-size: 14px;
  	text-shadow: rgba(255,255,255,0.75) 0px 1px 0px;
} 

.sidebar .widget_custom_menu_wizard .menu-widget > li > ul > li.current-menu-item > a:before {
	font-family: FontAwesome;
   	content: "\f1b0";
   	display: inline-block;
   	padding-right: 6px;
   	vertical-align: middle;
  	color: $light-color;
  	font-size: 14px;
  	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
} 

.sidebar .widget_custom_menu_wizard .menu-widget > li > ul > li > ul > li > a {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 40px;
}
*/
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  margin-bottom: 12px;
  width: 100%;
}

.enews-widget input[type="submit"] {
  margin: 0;
  padding: 12px 0;
  width: 100%;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px;
}

/* Genesis Responsive Slider - these style rules overrule those in the plugin style sheet
--------------------------------------------- */
.home-slider li {
  margin: 0;
  padding: 0;
}

.home-slider .widget {
  padding: 0;
}

.home-slider #genesis-responsive-slider .flexslider .slides li {
  border-radius: 0px;
}

.home-slider #genesis-responsive-slider {
  max-width: 1140px;
  margin: 0 auto;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0px;
}

.content #genesis-responsive-slider .slide-excerpt {
  background-color: white;
  filter: alpha(opacity=90);
  height: 100%;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.content #genesis-responsive-slider .slide-excerpt-border {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}

.content #genesis-responsive-slider .slide-excerpt h2,
.content #genesis-responsive-slider .slide-excerpt h2 a {
  color: #014759;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}

.content #genesis-responsive-slider .slide-excerpt h2 a:hover {
  color: #829869;
}

.content #genesis-responsive-slider p {
  color: #7d7a73;
  font-size: 24px;
}

.content #genesis-responsive-slider p a {
  display: block;
}

.content #genesis-responsive-slider .slide-image img {
  text-align: right;
}

.content #genesis-responsive-slider .flex-direction-nav li a {
  background: url(images/icon-direction-nav.png) no-repeat -50px 0;
  background-size: 100px 98px;
  height: 49px;
  right: -20px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 50px;
}

.content #genesis-responsive-slider .flex-direction-nav li a:hover {
  background-position: -50px -49px;
}

.content #genesis-responsive-slider .flex-direction-nav li a.prev {
  background-position: 0 0;
  left: -20px;
}

.content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
  background-position: 0 -49px;
}

.content #genesis-responsive-slider .flexslider .slides > li {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
  margin: -50px 0 0 0;
  padding-left: 60px;
  text-align: left;
}

.content #genesis-responsive-slider .flex-control-nav li {
  margin: 0 0 0 5px;
  padding: 0;
}

.content #genesis-responsive-slider .flex-control-nav li a {
  background: url(images/icon-control-nav.png) no-repeat 0 0;
  background-size: 13px 39px;
}

.content #genesis-responsive-slider .flex-control-nav li a:hover {
  background-position: 0 -13px;
}

.content #genesis-responsive-slider .flex-control-nav li a.active {
  background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none;
}

/* Events Manager
---------------------------------------------- */
.em-calendar .eventful ul > li {
  list-style-type: none;
}

.em-calendar .eventful > a,
.em-calendar .eventful-post > a,
.em-calendar .eventless,
.em-calendar .eventless-pre,
.em-calendar .eventless-post,
.em-calendar .eventless-today {
  list-style-type: none;
  vertical-align: top;
}

table.fullcalendar {
  line-height: inherit !important;
}

/*  WP-Types
--------------------------------------- */
.ht_grid_entry {
  background: white;
  margin-bottom: 20px;
  width: 225px;
  overflow: hidden;
  text-align: center;
  box-shadow: 5px 5px 5px 0px #888;
}

.ht_grid .ht_grid_entry {
  margin-left: 0px;
  border-radius: 4px;
}

.ht_grid .ht_dates {
  font-size: 12px;
}

.ht_grid_details {
  background: #cdccba;
  padding: 10px;
  color: #014759;
}

.ht_grid_dogname, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  font-size: 24px;
  font-family: "Raleway", Arial, sans-serif;
}

.page-id-1055 .ht_grid_dogname:before, .page-id-1055 .woocommerce ul.products li.product h3:before, .woocommerce ul.products li.product .page-id-1055 h3:before, .page-id-1055 .woocommerce-page ul.products li.product h3:before, .woocommerce-page ul.products li.product .page-id-1055 h3:before, .page-id-1055 .ht_grid_dogname:after, .page-id-1055 .woocommerce ul.products li.product h3:after, .woocommerce ul.products li.product .page-id-1055 h3:after, .page-id-1055 .woocommerce-page ul.products li.product h3:after, .woocommerce-page ul.products li.product .page-id-1055 h3:after {
  content: "\f004";
  font-family: FontAwesome;
  margin: 0 10px;
  color: red;
  font-size: 18px;
}

.ht_grid_info {
  font-size: 14px;
}

.ht_grid_photo {
  border-radius: 6px 6px 0 0;
  width: 100%;
  background: #cdccba;
}

.ht_grid_photo img {
  width: 100%;
}

.ht_grid_examp {
  background: #fefefd;
  padding: 10px;
  width: 75%;
  margin: 0 auto;
  border-radius: 0px;
  text-align: center;
  box-shadow: 2px 2px 2px #666;
}

.type-happytail .entry-content {
  background: #fefefd;
  border-radius: 0px;
}

.ht_photo {
  max-width: 75%;
  text-align: center;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 4px;
}

.ht_photo img {
  border-radius: 4px;
}

.ht_photo_bottom {
  float: left;
  overflow: hidden;
  border-radius: 4px;
}

.ht_dogname {
  font-size: 32px;
  font-family: "Raleway", Arial, sans-serif;
  text-transform: uppercase;
  color: #014759;
  text-align: center;
}

.ht_date_info {
  font-size: 20px;
  color: #014759;
  text-align: center;
}

.ht_headline {
  font-size: 24px;
  font-family: "Raleway", Arial, sans-serif;
  margin-bottom: 10px;
}

.mem_table {
  border-radius: 4px;
  background: white;
  border: #7d7a73;
}

.mem_table tbody {
  border-bottom: none;
}

.mem_table thead tr {
  background: #7d7a73;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.mem_table thead a {
  color: white;
  font-weight: 400;
}

.mem_table td {
  padding: 0 10px;
}

.mem_table th {
  padding: 10px;
}

.type-happytail, .type-memorial {
  border-radius: 0px;
}

.type-happytail .entry-header,
.type-happytail .entry-meta,
.type-memorial .entry-header,
.type-memorial .entry-meta,
.type-special .entry-header,
.type-special .entry-meta {
  display: none;
}

.ht_photo img {
  background: #cdccba;
  max-width: 100%;
}

.ht_slider {
  text-align: center;
}

.ht_slider_content {
  text-align: center;
}

.ht_slider_content img {
  vertical-align: middle;
  border: 5px solid #fefefd;
  max-height: 200px;
  width: auto;
}

.ht_slider_name {
  font-family: "Indie Flower", Courier, monospace;
  color: #014759;
  font-size: 36px;
  line-height: 1;
  margin: auto;
}

.ht_slider_name:before, .ht_slider_name:after {
  content: "\f004";
  font-family: FontAwesome;
  color: red;
  font-size: 24px;
}

.no-special {
  background: #cdccba;
  border: 1px #7d7a73 solid;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.cred-required label span {
  content: “\*”;
  color: #790000;
  display: inline-block;
  margin-left: .25em;
}

.redirect-message {
  color: red;
}

/* WooCommerce
--------------------------------------------- 

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
width: 24% !important;
}

/*The code below will simply setup the price-title area to be hidden and have a background. Please note that uou will have to change the background and height to match your website color scheme and product height  but first load it as and then adjust         */
.products .product .product-details {
  position: absolute;
  background: rgba(119, 203, 109, 0.95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f7f7f7;
  padding: 1.618em;
  text-align: left;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

/* Show the that was setup above when the user hovers */
ul.products li.product:hover .product-details {
  opacity: 1;
}

ul.products li.product a img:hover {
  opacity: 0.9;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .ht_grid_entry .aff-btn a, .ht_grid_entry .aff-btn .woocommerce ul.products li.product a, .woocommerce ul.products li.product .entry-content .aff-box .aff-btn a, .entry-content .aff-box .aff-btn .woocommerce ul.products li.product a, .woocommerce ul.products li.product .entry-content .snd-box .snd-btn a, .entry-content .snd-box .snd-btn .woocommerce ul.products li.product a {
  margin-bottom: 1em;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce .ht_grid_entry .aff-btn a.alt, .ht_grid_entry .aff-btn .woocommerce a.alt, .woocommerce .entry-content .aff-box .aff-btn a.alt, .entry-content .aff-box .aff-btn .woocommerce a.alt, .woocommerce .entry-content .snd-box .snd-btn a.alt, .entry-content .snd-box .snd-btn .woocommerce a.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #fefefd;
}

ul.products .entry {
  padding: 0;
  background: white;
  margin-bottom: 20px;
  width: 225px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  float: left;
}

.masonry-page .mason-content .entry .add_to_cart_button, .masonry-page .mason-content .entry .product_type_variable {
  display: none;
}

.masonry-page .entry a img {
  margin: 0 10px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}

.woocommerce-ordering {
  float: right;
  width: 50%;
  margin: -50px 0 0 0 !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  box-shadow: none !important;
  -webkit-box-shadow: none;
}

.sku_wrapper {
	display: none;
}

.product .related {
	border-top: 1px solid darkgrey;
	margin-top: 72px;
	padding-top: 24px;
}

.product .related h2 {
	font-size: 24px;
}

.woocommerce-page .product .images {
	width: 50%;
	padding: 12px;
	float: left;
}

.woocommerce-page .product .summary {
	width: 50%;
	float: left;
	padding: 12px;
}

.woocommerce-page .product tbody {
	border: none;
}

.woocommerce-page div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    color: #8a8a8a;
}

.woocommerce-page .product .woocommerce-variation-add-to-cart,
.woocommerce-page .product .single_variation_wrap,
.woocommerce-page .product .quant-add,
.woocommerce-page .product .cart .single_add_to_cart_button {
	float: right !important;
	}
	
.woocommerce-page .product .woocommerce-variation-add-to-cart .quantity {
	float: left;
	margin: 5px 20px 0 0;
}

.woocommerce-page .product .price {
float: left;
}
	
.woocommerce-page .quantity .product_quantity_minus,	 	 
.woocommerce-page .quantity .product_quantity_plus {	 	 
	width: 30px;	 	 
	height: 30px;	 	 
	display: inline-block;	 	 
	color: white;	 	 
	padding: 0 8px;	 	 
	background: #CDCCBA;	 	 
	margin-right: 0;	 	 
	float: left; 	 
	font-size: 20px;	 	 
	cursor: pointer;	 	 
	line-height: 30px;	 
	text-align: center;	
	vertical-align: middle; 
}

.woocommerce-cart .quantity .product_quantity_minus,	 	 
.woocommerce-cart .quantity .product_quantity_plus {	 	 
	width: 24px;	 	 
	height: 30px;	 	 
	padding: 0;	 	  	  	 
}	 	 

.woocommerce-cart .product-name {
	vertical-align: middle;
}
.woocommerce-cart .product-name .variation  {
	/display: inline-block;
}

.woocommerce-cart .product-name .variation dt {
	display: none !important;
}

#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: middle !important;
}
 
.woocommerce-page .quantity .qty,
.woocommerce .quantity .qty {	 	 
	display: inline-block;	
	height: 30px; 	 	 
	width: 30px !important;	 
	vertical-align: top;	
	float:left;
	text-align: center; 
	padding: 0;	 
	border-top: 2px solid #CDCCBA;
    	border-bottom: 2px solid #CDCCBA;
}
	 

.woocommerce-page .quantity input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce-page .quantity input[type="number"]::-webkit-inner-spin-button, 
.woocommerce-page .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-page .full-width-content .content {
    max-width: 1020px !important;
}


.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #CDCCBA !important;
    color: #fff;
}

.woocommerce-page .button.button.alt {
  height: 30px;
}

.woocommerce-checkout .form-row { 
	float: left; 
	clear: left; 
	width: 100%; 
	margin: 0 0 1.5em 0; 
	padding: 0; 
}

.woocommerce-checkout .form-row label { 
	float: left; 
	width: 20%; 
	margin-right: 1em;
	text-align: right;
}

.woocommerce-checkout .form-row input, 
.woocommerce-checkout .form-row textarea { 
	width: 77% !important; 
}
	 
 
/* Smartphone - portrait (max 479px) */	 	 
@media screen and (max-width: 479px) {	 	 
	.woocommerce-page .shop_table.cart .quantity .product_quantity_minus,	 	 
	.woocommerce-page .shop_table.cart .quantity .product_quantity_plus {	 	 
		width: 29px;	 	 
		height: 18px;	 	 
		display: block;	 	 
		padding: 3px 5px 3px 20px;	 	 
	}	 	 
}	

.woocommerce-page .cart-collaterals {
float: right;
width: 33.33%;
}

.woocommerce-page .cart-collaterals h2 {
    display: none!important;
}

.woocommerce-checkout .main-checkout label {
	display: inline-block;
	float: left;
	width: 25%;
	/text-align: right;
}

.woocommerce-checkout .main-checkout form .form-row input.input-text,
.woocommerce-checkout .main-checkout form .form-row textarea {
	width: 60% !important;
}

.woocommerce-checkout .main-checkout form .select2-container .select2-choice {
width: 60%;
}

.woocommerce-checkout .main-checkout form #billing_address_2_field {
margin-left: 25%;
width: 100%
}

.woocommerce-cart table.shop_table td {
    padding: 0 !important;
}

.woocommerce-cart .shop_table .product-thumbnail {
    width: 90px;
}

.woocommerce-cart .shop_table .product-thumbnail .cart-thumb-img {
    width: 88px;
    height: 88px;
    border: 1px solid #dadada;
    margin: 8px 0 9px;
    display: inline-block;
    text-align: center;
}

.woocommerce-cart .shop_table .product-thumbnail img {
    width: 78px;
    height: auto;
    display: inline-block;
    max-width: 100%;
    margin: 8px auto;
    vertical-align: middle
}

.woocommerce-cart table.shop_table .product-quantity {
    /width: 110px;
    overflow: auto;
    float: none;
    text-align: center;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal {
text-align: center;
}

.woocommerce-cart .product-quantity .quantity {
overflow: auto;
text-align: center;
margin: 0 auto;
display: inline-block;
}

.woocommerce-cart .product-remove {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.woocommerce-cart .product-remove a.remove {
	display: inline-block;
	/float: left;
	height: auto;
	width: 80px;
    font-size: .7em;
    padding: 0 5px;
    text-align: center;
    line-height: 1.5;
    border-radius: 0px;
    color: white !important;
    background: #CDCCBA;
    text-decoration: none;
    font-weight: 400;
    border: 0;
}

.woocommerce-cart .product-remove a.remove:hover {
	color: white !important;
    	background: #d9d8cb;
    }

 
/*
//Styling for cart quantities - remove this section if gloss styling maintained

.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
}

.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
width: 60px;
position: relative;
margin: 0 auto;
overflow: hidden;
zoom: 1;
}

.woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus {
bottom: 0;
right: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus {
top: 0;
right: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
display: block;
padding: 0;
margin: 0;
position: absolute;
text-align: center;
vertical-align: text-top;
width: 20px;
height: 15px;
overflow: visible;
text-decoration: none;
font-weight: 700;
cursor: pointer;
line-height: 13px;
font-size: 12px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #5e5e5e;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border: 1px solid #c8bfc6;
background: #f7f6f7;
background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
width: 40px;
height: 28px;
float: left;
padding: 0;
margin: 0;
text-align: center;
border: 1px solid #c8bfc6;
border-right: 0;
-webkit-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
box-shadow: inset 0 0 2px 0 #f7f6f7;
-webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
font-weight: 700;
-moz-appearance: textfield;
}
/*.woocommerce ul.products li.product .price {
position: absolute;
bottom: 1.618em;
left: -0.58em;
background: #f37324;
padding: .327em .857em;
color: #fff;
display: block;
-webkit-border-bottom-right-radius: 0.382em;
border-bottom-right-radius: 0.382em;
-webkit-border-top-left-radius: 0.382em;
-webkit-border-top-right-radius: 0.382em;
border-top-left-radius: 0.382em;
border-top-right-radius: 0.382em;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-weight: 700;
} 

*/
.ht_grid_entry .aff-title {
  padding: 20px 10px;
  background: #cdccba;
  color: #014759;
  font-size: 24px;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
}

.ht_grid_entry .aff-text {
  padding: 10px;
}

.ht_grid_entry .aff-btn {
  margin-bottom: 10px;
}

.ht_grid_entry .aff-btn a {
  margin: 10px;
}

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

/****************************************************************
    Pinterest-like Masonry layout for Posts page and Archives
****************************************************************/
.masonry-page .content .entry {
  padding: 0;
  border-radius: 4px;
  width: 225px;
  overflow: hidden;
}

.masonry-page .content .one-half,
.masonry-page .content .one-third,
.masonry-page .content .one-fourth,
.masonry-page .content .one-sixth {
  margin-left: 0;
}

.masonry-page .content .title-content {
  padding: 2rem;
}

.masonry-page .content .entry-title {
  font-size: 1.6rem;
  line-height: 1.4;
}

.masonry-page .content .entry-content a {
  border-bottom: none;
}

.masonry-page .content .entry-content p {
  margin-bottom: 0;
}

.masonry-page .content .entry-content p.entry-permalink {
  padding-left: 2rem;
  padding-right: 2rem;
}

.masonry-page .content .entry-content a.more-link {
  font-size: 1.4rem;
}

.masonry-page .content .entry-footer {
  padding: 1rem 2rem;
  border-top: 1px dashed #F5F5F5;
}

.masonry-page .content .entry-footer .entry-meta {
  margin: 0;
  padding: 0 0 1rem 0;
  border-top: none;
}

.masonry-page .content .entry-pagination {
  padding-left: 2rem;
  padding-right: 2rem;
}

/*Image hover*/
.masonry-page .content img.post-image {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 4, 5, 6 and 7 */
  zoom: 1;
  /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.masonry-page .content img.post-image:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE 4, 5, 6 and 7 */
  zoom: 1;
  /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
}

/*Comment this out if infinite scrolling is NOT being used
.masonry-page .archive-pagination {
	display: none;
} */
/* Infinite Scroll loader */
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* 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: 8px 16px;
}

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

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

#input_1_5_other {
  width: auto;
  vertical-align: bottom;
}

.gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-left: 2px;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  margin: 0 auto;
  min-height: 140px;
  max-width: 1140px;
  padding: 0 20px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  font-weight: 700;
  float: left;
  overflow: auto;
  width: 320px;
}

.site-title {
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  overflow: auto;
}

.site-title a,
.site-title a:hover {
  font-family: "Raleway", Arial, sans-serif;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px 0 0;
  text-decoration: none;
  margin-left: 20px;
}

.site-title img {
  max-height: 120px;
}

/* 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,
.header-image .site-title,
.header-image .site-title a {
  float: left;
  margin: 0;
  max-width: 260px;
  padding: 0;
  width: 100%;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  vertical-align: bottom;
}

.site-header .widget {
  padding: 28px 0 0;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
}

/* Sticky Secondary nav */
.nav-secondary.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  /*background: rgba(255, 255, 255, 0.92);*/
}

.admin-bar .nav-secondary.fix {
  top: 28px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  background-color: #7d7a73;
  clear: both;
  color: white;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 0px;
}

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

.genesis-nav-menu a {
  color: white;
  display: block;
  padding: 12px 24px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

.genesis-nav-menu a:hover {
  color: #9bad87;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
}

.genesis-nav-menu .current-menu-item > a {
  color: #9bad87;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
  border-radius: 0px;
}

.genesis-nav-menu .current-menu-item > a:hover {
  color: #829869;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 1px;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 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: 240px;
  z-index: 999;
}

.genesis-nav-menu .sub-menu {
  border-radius: 0px;
}

.genesis-nav-menu .sub-menu a {
  background-color: #96938d;
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 18px;
  position: relative;
  width: 240px;
  text-transform: none;
  text-align: left;
  text-shadow: none;
}

.genesis-nav-menu .sub-menu a:hover {
  background-color: #687a54;
  color: white;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -40px 0 0 240px;
}

.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;
  list-style-type: none;
  padding: 16px 20px;
}

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

.genesis-nav-menu > .rss > a {
  background: url(images/icon-rss.png) no-repeat left;
  background-size: 12px 12px;
  margin-left: 12px;
  padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
  background: url(images/icon-twitter-nav.png) no-repeat left;
  background-size: 16px 16px;
  padding-left: 20px;
}

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

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

#menu-item-995 a:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 24px;
}

#menu-item-995 a {
  font-size: 0;
}

/* Site Header Navigation
--------------------------------------------- */
#nav {
  position: relative;
}

.site-header .widget_nav_menu {
  padding: 0;
}

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

/* Primary Navigation - this is the menu in the upper right corner
--------------------------------------------- */
.nav-primary .menu {
  background: inherit;
  width: auto;
  margin: 20px 0;
  font-size: 0;
}

.nav-primary .menu li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-primary .menu li a {
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #7d7a73;
  text-transform: none;
  text-shadow: none;
}

.nav-primary .menu li a:hover {
  color: #829869;
}

.nav-primary .menu li:last-child {
  box-shadow: 2px 2px 2px #666;
}

.nav-primary .menu li:last-child a {
  background: #014759;
  color: white;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px #666;
}

.nav-primary .menu li:last-child a:hover {
  background: #026f8b;
}

.nav-primary .menu .current-menu-item a {
  background: #829869;
  color: white;
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  background-color: #f2f2f2;
  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;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-top {
  background-color: #fefefd;
  clear: both;
  width: 100%;
  max-height: 480px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.home-top .wrap, .home-middle-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0 20px;
}

.home-slider .widget_text {
  max-width: 340px;
  text-align: center;
  float: left;
  position: relative;
  padding: 20px;
  overflow: visible;
  border-radius: 0px;
}

.home-top .widget-title {
  margin-bottom: 10px;
  text-align: center;
}

.home-top .widget-text, .home-top .widget-text a {
  font-size: 24px;
  color: #7d7a73;
  text-align: center;
}

.home-middle-left, .home-middle-right {
  padding: 0;
  margin-bottom: 20px;
}

.home-middle-left .widget, .home-middle-right .widget {
  padding: 20px;
  color: #7d7a73;
  border-radius: 0px;
}

.home-middle-left .entry-title a, .home-middle-right .entry-title a {
  color: #014759;
  font-weight: 400;
}

.home-middle-left img {
  width: 100px;
}

.home-top .widget {
  position: relative;
  float: left;
  padding: 0 20px;
  overflow: visible;
  border-radius: 0px;
  text-align: center;
}

#wp_views-5 .affiliates-slider {
  padding: 50% 0 0 0;
}

.icon-special, .icon-shop {
  padding: 4em 0 2em;
}

.icon-special .widget-wrap, .icon-shop .widget-wrap, .icon-book .widget-wrap {
  /margin-top: 20px;
}

.icon-special:before {
  content: "\f06c";
  color: #014759;
  font-family: FontAwesome;
  font-size: 66px;
}

.icon-shop:before {
  content: "\f07a";
  color: #014759;
  font-family: FontAwesome;
  font-size: 66px;
}

.icon-book:before {
  content: "\f02d";
  color: #014759;
  font-family: FontAwesome;
  font-size: 66px;
}

.grr-home a.more-link {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 10px;
  float: right;
  font-size: 1rem;
}

.grr-home .home-cta {
  background-color: #cdccba;
  color: #7d7a73;
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
}

.grr-home .home-cta p {
  color: white;
}

/* Header Image Title Area & Site Title
--------------------------------------------- */
.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
  float: left;
  margin: 0;
  max-width: 1140px;
  min-height: 270px;
  padding: 0;
  width: 100%;
}

/* Home Slider Sidebar widget area
--------------------------------------------- */
.home-slider .widget-wrap:after, .home-slider-sidebar .widget:after {
  clear: both;
  content: " ";
  display: table;
}

.home-slider .widget-wrap.genesis_responsive_slider, .home-slider-sidebar .widget.genesis_responsive_slider {
  padding-top: 20px;
}

.content #genesis-responsive-slider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 860px) {
  .home-slider .widget, .home-slider-sidebar .widget {
    padding-left: 29px;
  }
}
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry .post {
  border-bottom: 1px dotted #7d7a73;
}

.grr-portfolio .entry,
.single-portfolio .entry {
  margin-bottom: 20px;
}

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

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

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

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

.process-list ul > li {
  list-style-type: disc;
  margin-bottom: 8px;
}

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

.content .entry-header .entry-meta {
  clear: both;
  color: #7d7a73;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  max-width: 600px;
  overflow: hidden;
  padding-left: 0;
  text-transform: uppercase;
}

.content .entry-header .entry-meta a {
  color: #7d7a73;
  font-weight: 400;
}

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

.content .entry-header .entry-meta .entry-comments-link {
  background-color: #014759;
  color: white;
  float: right;
  font-size: 12px;
  padding: 0 20px;
  text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
  background: url(images/icon-comments.png) no-repeat left;
  background-size: 16px 16px;
  color: white;
  padding-left: 32px;
}

.content .entry-header .entry-time {
  font-size: 12px;
  font-weight: 600;
}

.entry-footer {
  margin: 10px auto 40px;
}

.entry-footer .entry-meta {
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
}

.entry-footer .entry-tags {
  background: url(images/icon-dot.png) no-repeat left;
  margin-left: 4px;
  padding-left: 10px;
}

/* News Entry
--------------------------------------------- */
/*.content .type-post {
	background: $light-color;
}*/
.special-news .special-post {
  padding: 20px;
  background: white;
  border-radius: 4px;
  margin-left: 0;
  margin-bottom: 20px;
}

.special-news .special-post h3 {
  color: #014759;
}

.special-news .special-post .special-date {
  font-style: italic;
  font-size: 0.9rem;
  margin-top: -5px;
}

.special-news .special-post .special-more {
  float: right;
}

/* After Entry
--------------------------------------------- */
.after-entry {
  background-color: #cdccba;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}

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

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

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

/* Pagination
--------------------------------------------- */
.archive-pagination {
  font-size: 14px;
  padding: 30px 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #829869;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #687a54;
  text-decoration: none;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 14px;
  margin-bottom: 40px;
  overflow: hidden;
}

.entry-comments .comment-author {
  font-weight: 700;
  margin: 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: 30px;
  overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
  margin: 30px 0;
}

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

.comment {
  border-right: none;
}

.comment-header,
.ping-list .comment-meta {
  background-color: #cdccba;
  color: white;
  float: left;
  font-weight: 700;
  padding: 30px;
  width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
  display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
  font-size: 12px;
  font-weight: 300;
  color: #bbb;
}

.comment-content {
  clear: both;
  padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
  margin: 0;
}

.comment .avatar {
  margin-right: 10px;
}

.alt,
.even {
  background-color: #cdccba;
  border: 1px solid #ddd;
}

.comment-reply {
  font-size: 14px;
  padding: 0 48px 48px;
}

.entry-pings .reply {
  display: none;
}

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

/* Entry Content Specific to Affiliates */
.entry-content .aff-grid form {
  margin-bottom: 20px;
}

.entry-content .aff-grid ul {
  margin-left: 0;
  text-align: center;
}

.entry-content .aff-grid li {
  width: 330px;
  float: left;
  min-height: 400px;
  margin-right: 20px;
  margin-left: 0;
}

.entry-content .aff-box {
  position: relative;
  min-height: 400px;
  background-color: white;
  border-radius: 10px;
  border: none;
  text-align: center;
  margin-bottom: 20px;
}

.entry-content .aff-box .aff-title {
  background-color: #cdccba;
  border-radius: 10px 10px 0 0;
  color: #7d7a73;
  font-size: 1.4em;
  line-height: 3em;
  overflow: hidden;
}

.entry-content .aff-box img {
  padding-top: 20px;
  max-width: 280px;
  max-height: 160px;
}

.entry-content .aff-box p {
  padding: 15px;
  position: absolute;
  top: 55%;
  font-size: 14px;
  max-height: 80px;
  overflow: hidden;
}

.entry-content .aff-box .aff-btn a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* Entry Content Specific to Special Needs Dogs */
.entry-content .snd-grid form {
  margin-bottom: 20px;
}

.entry-content .snd-grid ul {
  margin-left: 0;
  text-align: center;
}

.entry-content .snd-grid li {
  width: 50%;
  min-height: 400px;
  margin-right: 20px;
  margin-left: 0;
}

.entry-content .snd-box {
  position: relative;
  min-height: 400px;
  background-color: white;
  border-radius: 10px;
  border: none;
  text-align: center;
  margin-bottom: 20px;
}

.entry-content .snd-box .snd-title {
  background-color: #cdccba;
  border-radius: 10px 10px 0 0;
  color: #7d7a73;
  font-size: 1.4em;
  line-height: 3em;
  overflow: hidden;
}

.entry-content .snd-box img {
  padding-top: 20px;
  max-width: 90%;
}

.entry-content .snd-box p {
  padding: 15px;
  position: absolute;
  top: 55%;
  font-size: 14px;
  max-height: 80px;
  overflow: hidden;
}

.entry-content .snd-box .snd-btn a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  font-size: 16px;
  padding-bottom: 30px;
}

.sidebar p {
  margin-bottom: 16px;
}

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

.sidebar li,
.sidebar .more-from-category a {
  background-size: 8px 8px;
  margin-bottom: 6px;
  padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
  padding-top: 6px;
}

.sidebar .widget {
  margin-bottom: 20px;
  padding: 0;
  word-wrap: break-word;
}

.sidebar .widget-wrap {
  padding: 20px;
}

.sidebar .search-form {
  width: 100%;
}

.sidebar .widget-wrap {
  background: #cdccba;
}

.sidebar .widget-title {
  color: #014759;
  margin-bottom: 10px;
  font-size: 28px;
}

.sidebar .entry {
  margin-bottom: 20px;
  border-bottom: 1px dotted white;
}

.sidebar .entry-title {
  margin-bottom: 5px;
}

.sidebar .entry-header {
  margin-bottom: 10px;
}

.sidebar .entry-time {
  font-style: italic;
  margin-top: -5px;
}

.sidebar .entry .entry-content p .more-link {
  display: block;
  text-align: right;
}

/*
Subfooter
---------------------------------------------------------------------------------------------------- 
@import "https://grrowls.org/wp-content/themes/grrowls/partials/subfooter";
*/
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #7d7a73;
  color: white;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  clear: both;
  font-size: 16px;
}

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

.footer-widgets .widget {
  padding: 0;
  line-height: 1.5;
}

.footer-widgets h5 {
  color: #014759;
  font-family: "Raleway", Arial, sans-serif;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 0 25px;
  width: 33.3333333333%;
}

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

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

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

.footer-widgets .search-form {
  width: 100%;
}

#text-2 ul li a {
  color: white;
  list-style-type: none;
}

#text-2 ul li a:before {
  content: "\f1b0";
  color: white;
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 16px;
}

#text-2 ul li a:hover {
  color: #014759;
}

#text-2 ul li a:hover:before {
  color: #014759;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  color: #7d7a73;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

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

.site-footer p {
  margin: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /*.search-form input[type="search"] {
  	background-image: url(images/icon-search-2x.png);
  }
  
  .content .entry-header .entry-meta .entry-comments-link a {
  	background-image: url(images/icon-comments-2x.png)
  }
  
  .sidebar li {
  	background-image: url(images/icon-li-2x.png);
  }
  
  .footer-widgets li {
  	background-image: url(images/icon-li-footer-2x.png);
  }
  
  .content #genesis-responsive-slider .flex-direction-nav li a {
  	background-image: url(images/icon-direction-nav-2x.png);
  }
  
  .content #genesis-responsive-slider .flex-control-nav li a {
  	background-image: url(images/icon-control-nav-2x.png);
  }
  
  .genesis-nav-menu > .rss > a {
  	background-image: url(images/icon-rss-2x.png);
  }
  
  .genesis-nav-menu > .twitter > a {
  	background-image: url(images/icon-twitter-nav-2x.png);
  } */
}
@media only screen and (max-width: 1200px) {
  .site-container {
    /max-width: 960px;
  }

  .site-header .widget-area {
    width: 700px;
  }
  
  .home-slider {
  max-width: 980px;
  height: auto;
  }

  .content {
    width: 660px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .title-area {
    width: 260px;
  }

  .breadcrumb {
    margin: -30px -40px 30px;
  }

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

  .content #genesis-responsive-slider .flex-control-nav,
  .content #genesis-responsive-slider .flex-direction-nav li a,
  .content #genesis-responsive-slider .flex-direction-nav li a.prev {
    display: none;
  }

  .widget_custom_menu_wizard {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .site-container {
    /max-width: 768px;
  }
  
  .home-slider {
  max-width: 740px;
  height: auto;
  }

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

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

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

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

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a,
  .site-header .genesis-nav-menu a {
    padding: 16px;
  }

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

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

  .content #genesis-responsive-slider .slide-excerpt {
    display: none;
  }

  .comment-list li.depth-1,
  .ping-list li.depth-1 {
    margin: 30px 0;
  }

  .content {
    padding: 0;
  }

  /*.content .mason-content {
  	padding: 0;
  	border-radius: 0;
  	width: 255px;
  	overflow: hidden;
  }*/
}
@media only screen and (max-width: 800px) {
  .site-container {
    max-width: 630px;
  }

  .five-sixths,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .four-sixths,
  .home-middle-left .widget,
  .home-middle-right .widget,
  .home-top .widget,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .grr-portfolio .portfolio,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .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 {
    border: none;
    display: block;
    line-height: 1;
    padding: 16px;
    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: "\f140";
    float: right;
    font: normal 20px/1 'dashicons';
    height: 20px;
    padding: 12px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

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

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: #f7f7f7;
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 20px;
    position: relative;
    width: 100%;
    z-index: 99;
  }

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

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

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

  .genesis-nav-menu.responsive-menu .sub-menu a:hover,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover {
    background: none;
    color: #111;
  }

  .home-middle-left,
  .home-middle-right,
  .home-top,
  .grr-portfolio .portfolio {
    text-align: center;
  }

  .grr-portfolio .portfolio {
    padding: 0 0 30px;
  }

  .home-cta .button.alignright, .home-cta .ht_grid_entry .aff-btn a.alignright, .ht_grid_entry .aff-btn .home-cta a.alignright, .home-cta .entry-content .aff-box .aff-btn a.alignright, .entry-content .aff-box .aff-btn .home-cta a.alignright, .home-cta .entry-content .snd-box .snd-btn a.alignright, .entry-content .snd-box .snd-btn .home-cta a.alignright {
    float: none;
    margin: 16px 0 0;
  }

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

  .nav-secondary .genesis-nav-menu > .first > a,
  .nav-secondary .genesis-nav-menu > .last > a,
  .nav-secondary .genesis-nav-menu a {
    font-size: 12px;
    padding: 12px;
  }
}
@media only screen and (max-width: 510px) {
  .ht_grid .ht_grid_entry {
    width: 95%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .entry-title {
    font-size: 24px;
  }

  .content .entry-header .entry-meta .entry-comments-link {
    display: none;
  }
}
@media only screen and (max-width: 270px) {
  .header-image .site-title a {
    background-size: contain !important;
  }

  .site-title {
    font-size: 26px;
  }
}
/*
Custom Post Types
---------------------------------------------------------------------------------------------------- 
@import "https://grrowls.org/wp-content/themes/grrowls/partials/cpt";
*/

/*# sourceMappingURL=style.css.map */