/*
	Theme Name:	ACME V1.1
	Theme URI: http://www.allclearmedia.com/themes
	Description: ACME Theme
	Author: Matt Childers
	Author URI: http://www.allclearmedia.com

	Version: 1.1

	Tags: fixed social, fixed header, fixed sidebar
	Change Functions: URL, Social

	Template: genesis
	Template Version: 2.5.3

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body { background: #fff; }

/* Box Sizing
 * ========================================================================== */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 650px) {
	.entry-content {
	padding-left: 125px;
	padding-right: 75px;
	}
}

@media only screen and (min-width: 800px) {

	.entry-content {
padding-left: 125px;
padding-right: 75px;
}


.social-shares {
	width: 100px;
	float: left;
	height: 100%;
}


	.mobile-hide {
		visibility: visible;
		position: relative;
		display: block;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

/* Typography
 * ========================================================================== */

html {
  font-size: 62.5%;
}

body {
	font-family: Open Sans, "Avenir", "Helvetica", arial;
	font-size: 2rem;
	font-weight: 300;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
  font-weight: 700;
}

/* Display */

h1,
.archive.category .archive-title,
.entry-title,
.site-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.8;
  margin-top: -90px;
	z-index: 0;
	position: relative
}

@media only screen and (min-width: 800px) {

  h1,
  .entry-title {
    font-size: 5rem;

  }

}

/* Headline */

h2,
.featured-content article.has-post-thumbnail .entry-title {
  font-family: "Lora";
	font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
}

@media only screen and (min-width: 800px) {
  h2,
  .featured-content article.has-post-thumbnail .entry-title {
    font-size: 3rem;
  }
}

/* Title */

h3 {
  font-family: "Lora";
	font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

@media only screen and (min-width: 800px) {
  h3 {
    font-size: 2.5rem;
  }
}

/* SubTitle */

h4,
.site-description,
blockquote {
  font-family: "Lora";
	font-size: 2rem;
  line-height: 1.5;
}

blockquote,
.site-description {
   font-style: italic;
   font-weight: 400;
}

/* Mast */

h5,
.widget-title, .widgettitle,
.genesis-nav-menu a,
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  font-family: "Open Sans";
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: .24rem;
}

/* Caption */

h6,
.genesis-nav-menu .sub-menu a,
.entry-meta {
padding-left: 125px;
}

.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
p.comment-meta,
.more-link.button {
  font-family: "Open Sans";
	font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .24em;
}

/* Small */

small,
.button.small {
  font-size: 1rem;
}


p {
	margin: 0 0 1.825em;
	padding: 0;
}

p.intro {
  font-size: 1.8rem;
  line-height: 1.8;
}

strong {
	font-weight: 700;
}

blockquote {
	margin: 2rem 0;
}

.entry-content blockquote {
	padding-left: 5rem;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: .8em;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 1rem;
	margin: 0 0 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 3rem;
  margin: 2rem auto;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 4rem;
	padding: 4rem 0 0;
}

@media only screen and (min-width: 56rem) {
  html {
    font-size: 62.5%;
  }
}

/* Links
 * ========================================================================== */

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

/* Colors
 * ========================================================================== */

/* Dark */

a,
body,
.genesis-nav-menu a,
.entry-title a,
.site-title a,
.site-title a:hover,
.button.light,
.featured-content article.has-post-thumbnail .entry-title a,
.pagination a,
.button.outline,
.pagination li.active {
  color: #333333;
  color: rgba(0,0,0,0.75);
}


/* Accent */

.entry-content a:not(.button),
a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.entry-title a:hover,
.button.white {
  color: #AFA650;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.button.outline:hover,
.button.white:hover,
.pagination a:hover,
.button.light:hover {
  background-color: #91c3ba;
}

::-moz-selection { color: #fff; background-color: #91c3ba; }
::selection { color: #fff; background-color: #91c3ba; }

input:focus,
select:focus,
textarea:focus {
  border-color: #91c3ba;
}

.button.outline,
.button.outline:hover,
.pagination li.active a {
  box-shadow: inset 0 -1px 0 0 #91c3ba;
}


/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.pagination a,
.pagination a:before,
.pagination a:after {
	-webkit-transition: all .2s cubic-bezier(0,1,.75,1);
	-moz-transition:    all .2s cubic-bezier(0,1,.75,1);
	-ms-transition:     all .2s cubic-bezier(0,1,.75,1);
	-o-transition:      all .2s cubic-bezier(0,1,.75,1);
	transition:         all .2s cubic-bezier(0,1,.75,1);
}

/* Selection
 * ========================================================================== */

::-moz-selection,
::selection {
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea {
	border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  line-height: 1;
	padding: 1rem 1.25rem;
}

textarea {
  width: 100%;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1rem;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
}


/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination a {
  border-radius: 0;
  border: 0;
  text-shadow: none;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  outline: none;
  text-align: center;
  padding: 1.5rem 2rem;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  box-shadow: inset 0 0 20rem rgba(0,0,0,0.2);
	text-decoration: none;
	opacity: 1;
  color: #ffffff;
}

.button.outline {
  background: transparent;
}

.button.light,
.button.light:hover {
  background: #f2f2f2;
  color: #333;
}

.button.white,
.pagination a {
  color: #333333;
  background: #ffffff;
}

.button.white:hover,
.pagination a:hover
.button.light:hover,
.pagination a:hover {
  color: #ffffff;
}

.button.small {
	padding: 1rem 2rem;
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.arrow-left:before,
.button.arrow-right:after,
.pagination-previous a:before,
.pagination-next a:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after,
.pagination-next a:after {
	content: "\f30f";
	margin-left: .8rem;
}

.button.arrow-right:hover:after,
.pagination-next a:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem;
}

.button.arrow-left:before,
.pagination-previous a:before {
	content: "\f2ca";
	margin-right: .8rem;
}

.button.arrow-left:hover:before,
.pagination-previous a:hover:before {
	margin-right: 1.2rem;
	margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 4rem;
	overflow: hidden;
	width: 100%;
}

body.single-portfolio .gallery {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.gallery .gallery-item {
	width: 100%;
	margin: 0 !important;
	text-align: center;
}

@media only screen and (min-width: 540px) {

  .gallery-item {
    float: left;
  }

  .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 img {
  	border: 5px solid #ffffff !important;
  }

  .gallery-caption {
  	margin-left: 0;
  }
}



/* Tables
 * ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}


/* Alignment
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0;
}

img.alignnone,
.alignnone {
	margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 6rem 0 5rem;
}

.wp-caption-text {
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0.5rem !important;
  width: calc(100% - 1rem) !important;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


/* Site Layout
 * ========================================================================== */

.site-container {
	overflow: hidden;
}

.wrap {
	padding: 0 2rem;
}

.site-inner {
	position: relative;
	clear: both;
	padding: 5rem 0;
}

.full-width-content .content,
.single-portfolio .content,
.genesis-pro-portfolio .content {
  max-width: 100%;
  width: 100%;
}

.bbs-landing .content {
  max-width: 80rem;
  margin: 0 auto;
  float: none;
}

.sidebar-primary {
	background: #fff;
}




@media only screen and (min-width: 1024px) {

	.wrap {
		margin: 0 auto;
		max-width: 114rem;
	}

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 75%;
  }

  .content-sidebar-sidebar .content-sidebar-wrap {
	  float: left;
  }

  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
	  float: right;
  }

  /* Content */

  .content {
  	float: right;
  	width: 65%;
  }

  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
  	float: left;
  }

  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
  	width: 65%;
  }

  /* Primary Sidebar */

  .sidebar-primary {
    position: relative;
    padding: 15px;
  	float: right;
  	width: 30%;
  	background: #fff;
  	margin-top: -120px;
	z-index: 5;
  }

  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
  	float: left;
  }

  .sidebar-sidebar-content .sidebar-primary,
  .sidebar-content-sidebar .sidebar-primary,
  .content-sidebar-sidebar .sidebar-primary {
    width: 30%;
  }

  /* Secondary Sidebar */

  .sidebar-secondary {
  	float: left;
  	width: 20%;
  }

  .content-sidebar-sidebar .sidebar-secondary {
  	float: right;
  }



}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 600px) {


	.grid,
	[class*="grid-"],
	.equal-heights > * {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > *,
	[class*="grid-"] > * {
		align-self: stretch;
	}

	.equal-heights > * > * {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths,
  .footer-widgets .widget-area {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Background Images
 * ========================================================================== */

.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg:after {
	-ms-filter: "alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.bg-scrim,
.bg-scrim a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-scrim:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
  background: rgba(0,0,0,1);
  opacity: 0.2;
}


/* Site Header
 * ========================================================================== */

.site-header .widget-area {
float: right;
width: 50%;
padding-top:50px;
padding-bottom:50px;
padding-right:100px;
padding-left:100px;
}

.site-header {
	width: 100%;
	position: relative;
  text-align: center;
}

.site-title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
}

.title-area {
  padding: 30px 15px 0;
}

.site-title a {
  text-decoration: none;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header a {
  background-size: contain !important;
	background-position: left !important;
}

.header-image .site-title a {
	float: none;
	width: 100%;
  max-width: 40rem;
  	max-height: 60px;
  margin: 0 20px;
}

/* Headhesive */

.headhesive {
	display: none;
}


@media screen and (max-width: 599px) and (min-width: 300px) {


.grid,
	[class*="grid-"],
	.equal-heights > * {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > *,
	[class*="grid-"] > * {
		align-self: stretch;
	}

	.equal-heights > * > * {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.one-half {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half {
		width: 48.275862068966%;
	}


	.first {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}



	.header-image .site-title a {
max-height: 30px;
}

.title-area {
	padding: 0;
}


 .site-header {
    padding: 0;
  }


.site-title-social .top-social-box {
	font-size: 20px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


	.headhesive {
	  	position: fixed;
	  	top: 0;
	  	width: 100%;
	  	line-height: .5rem;
      padding: 0;
	  	display: block;
	  	background: rgba(255,255,255,1);
	  	transform: translateY(-100%);
	  	-webkit-transform: translateY(-100%);
	  	-moz-transform: translateY(-100%);
	  	transition: all 150ms ease-out;
	  	-webkit-transition: all 150ms ease-out;
	  	-moz-transition: all 150ms ease-out;
	  	z-index: 999;
	}

	.headhesive--stick {
	  	transform: translateY(0%);
	  	-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	}

	.headhesive .title-area {
}

	.headhesive .nav-secondary,
  .headhesive .nav-secondary .wrap {
    padding: 0;
    margin: 0;
	}

  .headhesive .nav-secondary > .genesis-nav-menu li a,
  .headhesive .title-area {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .headhesive .genesis-nav-menu {
    text-align: center;
  }

}



@media only screen and (min-width: 600px) {

  .site-header {
    padding: 0;
  }

	.headhesive {
	  	position: fixed;
	  	top: 0;
	  	width: 100%;
	  	line-height: .5rem;
      padding: 0;
	  	display: block;
	  	background: rgba(255,255,255,1);
	  	transform: translateY(-100%);
	  	-webkit-transform: translateY(-100%);
	  	-moz-transform: translateY(-100%);
	  	transition: all 150ms ease-out;
	  	-webkit-transition: all 150ms ease-out;
	  	-moz-transition: all 150ms ease-out;
	  	z-index: 999;
	}

	.headhesive--stick {
	  	transform: translateY(0%);
	  	-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	}

	.headhesive .title-area {
}

	.headhesive .nav-secondary,
  .headhesive .nav-secondary .wrap {
    padding: 0;
    margin: 0;
	}

  .headhesive .nav-secondary > .genesis-nav-menu li a,
  .headhesive .title-area {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .headhesive .genesis-nav-menu {
    text-align: center;
  }

}

/* Before Header
 * ========================================================================== */

.before-header {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.before-header .jr-insta-slider {
	padding: 0;
  margin: 0;
	width: 100%;
  display: none;
}

@media only screen and (min-width: 800px) {
  .before-header .jr-insta-slider {
    display: block;
  }
}


/* Navigation
 * ========================================================================== */

.nav-secondary {
  margin: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.genesis-nav-menu {
  text-align: center;
}

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 1rem 1rem;
	position: relative;
}

.genesis-nav-menu .menu-item.highlight a,
.genesis-nav-menu .menu-item.wpmenucartli a {
	background: #fff;
	border: 2px solid #333333;
	border-radius: 0;
	color: #333333;
	line-height: 1;
	padding: 1rem 3rem 0.9rem;
	margin: 0;
}

.genesis-nav-menu .menu-item.highlight a:hover,
.genesis-nav-menu .menu-item.wpmenucartli a:hover,
.genesis-nav-menu .menu-item.highlight.current-menu-item a {
	background: #333333;
	color: #fff;
}

.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 800px) {


	.genesis-nav-menu > .menu-item:first-child a {
		margin-left: 0;
	}

	.genesis-nav-menu .menu-item:last-child a {
		margin-right: 0;
	}

	.genesis-nav-menu .sub-menu {
		width: 20rem;
		z-index: 99;
		background: #fff;
		border: 1px solid #e5e5e5;
		opacity: 0;
		position: absolute;
		left: -9999px;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

  .genesis-nav-menu .menu-item:hover > .sub-menu li {
    width: 100%;
  }

	.genesis-nav-menu .sub-menu a {
		border-top: none;
		padding: 1rem 1rem;
    border-bottom: 1px solid #fff;
		margin: 0;
	}

  .genesis-nav-menu .sub-menu li:last-child a {
    border-bottom: 0;
  }

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -4.75rem 0 0 19.8rem;
	}
}


/* Responsive Nav */

.icon-responsive-nav {
	display: none;
}

@media only screen and (max-width: 800px) {

	.icon-responsive-nav {
		display: block;
		width: 100%;
		text-align: center;
		cursor: pointer;
	}

	.icon-responsive-nav:before {
		content: "\f394";
		display: inline-block;
		font: normal 3rem/1 'ionicons';
		margin: 0 auto;
		padding: 0;
	}

	.icon-responsive-nav.open::before {
	  content: "\f2d7";
	}

	.responsive-nav .menu-item-has-children:before {
		content: "\f35f";
		float: right;
		position: absolute;
		font: normal 1.5rem/1 'ionicons';
		padding: 1.5rem 2rem;
		right: 0;
		top: 0;
		text-align: right;
		z-index: 9999;
	}

	.responsive-nav .sub-menu {
		display: none;
	}

	.responsive-nav .sub-menu .sub-menu {
		margin: 0;
		padding: 0;
	}

	.responsive-nav {
		display: none;
		width: 100%;
		overflow: hidden;
	}

	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
	}

	.responsive-nav li a {
		padding: 1.5rem 0;
		margin: 0;
	}

	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}
}

/* Pagination */

.pagination  {
	margin: 2rem 0 1rem;
	text-align: left;
  width: 100%;
  display: inline-block;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
  border: 0;
}

.pagination li {
	list-style-type: none;
	float: left;
	overflow: hidden;
  border: 0;
}

.pagination li:not(.pagination-next):not(.pagination-previous) a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pagination li.active a {
  background: #fff;
}

/* Post Navigation */

.post-navigation {
	margin: 4rem 0 0;
	display: inline-block;
	width: 100%;
}

.post-navigation a {
	border: 0;
}

.post-navigation a i {
	font-size: 5rem;
	width: auto;
	height: auto;
}

.post-navigation .prev,
.post-navigation .next,
.post-navigation .index {
	float: left;
	width: 33.33333334%;
}

.post-navigation .next {
	text-align: right;
}

.post-navigation .index {
	text-align: center;
}

/* Icons
 * ========================================================================== */

.icon {
	font-size: 3rem;
	margin: 0 auto;
}

/* Front Page Widgets
 * ========================================================================== */

.flexible-widget-area {
	padding: 4rem 0;
}

.flexible-widgets .widget {
	margin-bottom: 4rem;
  display: inline-block;
}

.flexible-widgets .widget:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px) {

	.flexible-widgets {
		margin-left: -2rem;
		margin-right: -2rem;
		width: calc( 100% + 4rem );
	}

	.flexible-widgets .widget {
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 25%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.flexible-widgets.widget-thirds .widget {
		width: 33.33%;
	}

	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		clear: left;
	}

}

/* Hero / Front Page 1 & 3
 * ========================================================================== */

.hero,
.front-page-1,
.front-page-3 {
	position: relative;
   min-height: 30rem;
}

.front-page-1,
.single .hero {
  margin-top: 0;
}

.front-page-1 p,
.front-page-3 p {
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
}

.front-page-1 p:last-child,
.front-page-3 p:last-child {
	margin-bottom: 0;
}

.front-page-1 h1,
.front-page-3 h1 {
	font-size: 6rem;
  line-height: 1;
  font-style: italic;
}



@media only screen and (min-width: 800px) {

  .hero .wrap,
  .front-page-1 .wrap,
  .front-page-3 .wrap {
    display: table;
    min-height: 21rem;
    height: 1px; /* Fix for Firefox */
    width: 100%;
  }

  .hero .wrap > *,
  .front-page-1 .wrap > *,
  .front-page-3 .wrap > *,
  .front-page-3 .wrap .widget-area {
    display: table-cell;
    vertical-align: middle;
    background: #efefef;
  }

  .hero h1,
  .hero .entry-title,
	.front-page-1 h1,
  .front-page-3 h1 {
		font-size: 7rem;
	}

}

/* Front Page 2
 * ========================================================================== */

.front-page-2 {
	overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 0;
}

.featured-content {
  position: relative;
}

.featured-content .widget-title {
  text-align: center;
  margin-bottom: 4rem;
}

.featured-content article.has-post-thumbnail {
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.featured-content article.has-post-thumbnail > a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
  margin: 0;
}

.featured-content article.has-post-thumbnail > a img {
  display: block;
  margin: 0;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
  -moz-transition:    opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
  -ms-transition:     opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
  -o-transition:      opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
  transition:         opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
}

.featured-content article.has-post-thumbnail:hover > a img {
  transform: scale(1.1);
}

.featured-content article.has-post-thumbnail .entry-title {
  width: 100%;
}

.featured-content article.has-post-thumbnail .entry-title a {
  text-decoration: none;
}

@media only screen and (max-width: 800px) {

  .featured-content.featuredpost {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .featured-content.featuredpost article.has-post-thumbnail {
    width: calc(50% - 2rem);
    margin: 1rem;
    float: left;
  }

  .featured-content article.has-post-thumbnail .entry-title {
    margin: 1rem 0;
  }

  .featured-content article.has-post-thumbnail {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 800px) {


  .featured-content article.has-post-thumbnail:hover > a img {
    opacity: .15;
  }

	.featured-content article.has-post-thumbnail .entry-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transition: opacity .2s cubic-bezier(0,1,.75,1), bottom .2s cubic-bezier(0,1,.75,1);
  	-moz-transition:    opacity .2s cubic-bezier(0,1,.75,1), bottom .2s cubic-bezier(0,1,.75,1);
  	-ms-transition:     opacity .2s cubic-bezier(0,1,.75,1), bottom .2s cubic-bezier(0,1,.75,1);
  	-o-transition:      opacity .2s cubic-bezier(0,1,.75,1), bottom .2s cubic-bezier(0,1,.75,1);
  	transition:         opacity .2s cubic-bezier(0,1,.75,1), bottom .2s cubic-bezier(0,1,.75,1);
		opacity: 0;
		bottom: -15%;
    text-align: left;
	}

	.featured-content article.has-post-thumbnail:hover .entry-header {
		opacity: 1;
		bottom: 0;
	}

  .featured-content article.has-post-thumbnail .entry-title {
    margin: 0;
  }

  .featured-content article.has-post-thumbnail .entry-header a {
    padding: 0 15% 4rem;
    margin: 0;
    width: 100%;
    display: block;
  }
}


/* Front Page 5
 * ========================================================================== */

.front-page-5 {
  margin-bottom: 0;
}


/* Genesis Slider
 * ========================================================================== */

#genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
}

#genesis-responsive-slider .flexslider {
	overflow: visible !important;
}

#genesis-responsive-slider .slide-excerpt {
	opacity: 1;
	overflow: hidden;
    width: 450px;
    bottom: 60px;
    left: 50%;
    margin-left: -225px;
    text-align: center;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: 0;
	float: none;
	display: block;
	padding-bottom: 5px;
}

#genesis-responsive-slider .slide-excerpt-border h2,
#genesis-responsive-slider .slide-excerpt-border p {
	margin: 0;
}

#genesis-responsive-slider .slide-excerpt-border > p {
	display: none;
}

#genesis-responsive-slider .slide-excerpt-border h2:after {
	content: " ";
	width: 12px;
	border-bottom: 1px solid #555;
	margin: 12px auto;
	display: block;
}

#genesis-responsive-slider .slide-excerpt-border .button {
	background: none;
	border: 0;
	padding: 0;
}

#genesis-responsive-slider .slide-excerpt-border .button:hover {
	color: inherit;
}

/* Search
 * ========================================================================== */

.search-form {
	overflow: hidden;
}

.search-form input {
  width: 100%;
  margin-bottom: 2rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sidebar .search-form input[type="submit"] {
	margin: 2rem 0;
}



/* Category/Archive Page */


/* Posts
 * ========================================================================== */

.entry {
	margin-bottom: 1rem;
}

.blog .entry,
.page .entry,
.search .entry,
.sidebar .entry,
.archive .entry,
.single .entry {
	margin-bottom: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.single .entry {
  margin-top: -120px;
  position: relative;
  z-index: 5;
}

.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  width: 100%;
}

.blog .entry-content p:last-child,
.search .entry-content p:last-child,
.archive .entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content .more-link {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #333;
}

.entry-header {
  margin-bottom: 2rem;
  background: #fff;
  padding: 5px 0 0 15px;

}

.post-type-archive-portfolio .archive-title,
.post-type-archive-product .page-title,
.full-width-content .entry-header,
.single-portfolio .entry-header,
.genesis-pro-portfolio .entry-header {
  text-align: center;
}

.entry-header .entry-title {
  margin: 0;
}

.entry-header p.entry-meta {
  padding: 1rem 0;
  margin: 0;
}

.entry-header p.entry-meta > * {
  padding: 1rem 1.5rem;
  margin-left: -.5rem;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.entry-header p.entry-meta > *:first-child {
  padding-left: 0;
  margin-left: 0;
}

.entry-header p.entry-meta > *:last-child {
    border-right: 0;
    padding-right: 0;
}

.hero .entry-header p.entry-meta,
.hero .entry-header p.entry-meta > * {
  border-color: rgba(255,255,255,0.3);
}

.entry-title a {
  text-decoration: none;
}

.single p.intro {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.entry .entry-image {
  display: block;
  margin-bottom: 2rem;
}

.entry-content ol,
.entry-content p,
.author-box p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 2rem;
}

.entry-footer {
	margin: 3rem 0 0;
}

@media only screen and (max-width: 540px) {

  .entry-header .entry-title {
    margin-top: 2rem;
  }

  .entry-header {
    display: inline-block;
    width: 100%;
  }

}


@media only screen and (min-width: 540px) {

  .entry .entry-image.alignleft,
  .entry .entry-image.alignright {
    max-width: 33%;
  }
}


/* Lists
 * ========================================================================== */

.entry-content ol,
.entry-content ul {
	margin-left: 4rem;
}

.entry-content ol li:not(.comment) {
	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 ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 2rem;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

/* Excerpt
 * ========================================================================== */

.manual-excerpt {
  display: inline-block;
  width: 100%;
  margin: 4rem 0;

}

/* Author Box
 * ========================================================================== */

.author-box {
	padding: 3rem;
  margin-bottom: 4rem;
  background: #fff;
  text-align: center;
}

.author.archive .author-box {
	margin-bottom: 4rem;
}

.author-box-content {
	margin: 0 auto 2rem;
  max-width: 34rem;
}

/* Avatar
 * ========================================================================== */

.avatar {
 	border-radius: 50%;
 	float: left;
  border: 0 !important;
  background: #fff !important;
  padding: 0 !important;
}

.author-box .avatar {
  float: none;
	border-radius: 4rem;
  max-width: 8rem;
  margin-bottom: 2rem;
}

.after-entry .avatar {
	float: right;
	height: 18rem;
  width: 18rem;
	margin-bottom: 4rem;
	margin-left: 4rem;
}

.alignleft .avatar {
	margin-right: 4rem;
}

.alignright .avatar {
	margin-left: 4rem;
}

.comment .avatar {
	margin: 0 2rem 3rem 0;
}



/* Comments
 * ========================================================================== */

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 4rem auto;
}

.comment-respond input {
  width: 100%;
  display: block;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 4rem;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #e5e5e5;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 2rem;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 4rem;
}



/* Sidebars
 * ========================================================================== */


.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:hover {
  background: transparent !important;
}


/* Sidebars
 * ========================================================================== */

.sidebar .widget {
	margin-bottom: 3rem;
  padding-bottom: 3rem;
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
}

.sidebar .widget-title,
.sidebar .widgettitle {
  text-align: center;
}

.sidebar img {
	margin-bottom: 1.5rem;
}

.sidebar li {
	list-style-type: none;
}

/* Sidebar Featured Content */

.sidebar .featuredpost article {
	overflow: hidden;
	padding: 2rem 0;
	margin: -2rem 0 2rem 0;
}

.sidebar .featuredpost article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: -2rem;
}


/* Genesis Enews
 * ========================================================================== */

.after-entry .enews {
  padding: 3rem;
  background: #f2f2f2;
  margin-bottom: 4rem;
}

.after-entry .enews .widget-title,
.after-entry .enews .widgettitle {
  margin: 0;
}

.enews input {
	margin-top: 1.5rem;
	width: 100%;
}


/* Genesis Simple Share
 * ========================================================================== */

.content .share-after {
	margin: 4rem 0 0;
  padding: 0 0 2rem;
  border-bottom: 1px solid #e5e5e5;
}

.sharrre .share,
.sharrre:hover .share {
	color: #333333;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #333333;
	border: 1px solid #333333;
	display: none;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #fff !important;
}

@media only screen and (min-width: 800px) {

.share-small .no-count .share {
       width: 0px;
	}

}

/* Instagram Widget
 * ========================================================================== */

.pllex-viewport li {
	position: relative;
}

.jr-insta-datacontainer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.91);
    text-align: center;
}



/* Footer
 * ========================================================================== */

.footer-widgets {
  border-top: 1px solid #e5e5e5;
  background: #f2f2f2;
	padding: 4rem 0 0;
}

.footer-widgets .widget-area {
  margin: 4rem auto 2rem;
}

.footer-widgets li {
	margin: 1.5rem 0;
}

.footer-widgets,
.site-footer {
	text-align: center;
}

.site-footer {
  background: #f2f2f2;
	margin: 0;
  padding: 4rem 0;
}

.site-footer p {
	margin-bottom: 0;
}

/* Custom CSS  for Share Article */

@media screen and (max-width: 30em) {
    .show-for-medium {
        display: none !important
    }
}

.share-article {
    float: left;
    width: 55px;
    margin-right: 35px;
    max-width: 55px;
    margin-bottom: 20px;
}


.boxed-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    border: 1px solid #eaeaea;
}



.share-article .boxed-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 45px;
    height: 43px;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    background: #fff;
}



.share-article .boxed-icon {
        width: 75px;
        height: 75px;
        line-height: 53px;
        font-size: 18px
    }




.share-article .boxed-icon span {
    position: absolute;
    display: block;
    top: -5px;
    right: -3px;
    background: #b1b1b1;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 20px;
    min-width: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 600
}

.share-article .boxed-icon:hover span {
    background: #222
}


.facebook {color: #3b5998}
.facebook:hover {color: #344e86}
.facebook.boxed-icon {background: #fff}
.facebook.boxed-icon:hover {color: #fff;background: #3b5998;border-color: #3b5998}
.facebook.boxed-icon.fill {background: #3b5998;border-color: #3b5998;color: #fff}
.facebook.boxed-icon.fill:hover {background: #2d4373;border-color: #2d4373}

.pinterest {color: #cb2027}
.pinterest:hover {color: #b51d23}
.pinterest.boxed-icon {background: #fff}
.pinterest.boxed-icon:hover {color: #fff;background: #cb2027;border-color: #cb2027}
.pinterest.boxed-icon.fill {background: #cb2027;border-color: #cb2027;color: #fff}
.pinterest.boxed-icon.fill:hover {background: #9f191f;border-color: #9f191f}

.twitter {color: #00aced}
.twitter:hover {color: #0099d4}
.twitter.boxed-icon {background: #fff}
.twitter.boxed-icon:hover {color: #fff;background: #00aced;border-color: #00aced}
.twitter.boxed-icon.fill {background: #00aced;border-color: #00aced;color: #fff}
.twitter.boxed-icon.fill:hover {background: #0087ba;border-color: #0087ba}

.gplus {color: #dd4b39}
.gplus:hover {color: #d73925}
.gplus.boxed-icon {background: #fff}
.gplus.boxed-icon:hover {color: #fff;background: #dd4b39;border-color: #dd4b39}
.gplus.boxed-icon.fill {background: #dd4b39;border-color: #dd4b39;color: #fff}
.gplus.boxed-icon.fill:hover {background: #c23321;border-color: #c23321}

.instagram {color: #E17E36}
.instagram:hover {color: #344e86}
.instagram.boxed-icon {background: #fff}
.instagram.boxed-icon:hover {color: #fff;background: #E17E36;border-color: #E17E36}
.instagram.boxed-icon.fill {background: #E17E36;border-color: #E17E36;color: #fff}
.instagram.boxed-icon.fill:hover {background: #E17E36;border-color: #E17E36}

.youtube {color: #BD3E27}
.youtube:hover {color: #344e86}
.youtube.boxed-icon {background: #fff}
.youtube.boxed-icon:hover {color: #fff;background: #BD3E27;border-color: #BD3E27}
.youtube.boxed-icon.fill {background: #BD3E27;border-color: #BD3E27;color: #fff}
.youtube.boxed-icon.fill:hover {background: #BD3E27;border-color: #BD3E27}

.site-title-social {
	display: inline-flex;
    justify-content: center;
}

.site-title-social a:hover {
	text-decoration: none;
}


.top-social-box {
    font-size: 40px;
    width: 60px;
	height: 60px;
    margin-right: 10px;
    line-height: 1;
    display: inline-flex;
	justify-content: center;
	align-items: center;
}

div.archive-description.taxonomy-archive-description.taxonomy-description {
margin-top: 80px;
}


/* Front Page
------------------------------------------------------------ */

.acme-widget-1 {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}

/* Archive Page */

.archive .sidebar-primary {
margin: 0;
}

.home .sidebar-primary {
margin-top: 0;
}

.archive .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.home .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.widget_recent_entries {
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 5px;
}