/*
	Theme Name:  Milky
	Description: Custom child theme built on the Genesis Framework.
	Author:      Carissa Allen
	Author URI:  http://www.ohwild.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* 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:bold}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:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@import url("css-1.css");

/* 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;
}

/* Masonry
 * ------------------------------------------------------- */


@media only screen and (min-width: 1024px) {
	.masonry-page .content .entry {
		border-radius: 0;
		max-width: 435px; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
		overflow: hidden;
	}

	.masonry-page .entry-title {
		word-wrap: break-word;
	}
}


/* Typography
 * ------------------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-title,
.entry-title,
.entry-meta,
.site-footer,
.comment-meta,
.ui-tabs-nav li a,
.field-wrap label,
.post-navigation,
.wpcf7-form p,
.pagination a,
.comment-autor,
.comment-meta a,
input,
select,
textarea,
.entry-comments h3,
.comment-subscription-form,
.comment-respond h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

body {
	font-family: 'Fira Sans', sans-serif;
	background-color: #fff;
	color: #444;
	font-size: 13px;
	line-height: 1.612;
	font-weight: 200;
}

.dashicons, .dashicons-before:before {
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.pagination .dashicons, .dashicons-before:before {
    font-size: 10px !important;
    height: 14.5px !important;
    font-family: dashicons;
    font-style: normal;
    vertical-align: middle !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.slide-excerpt-border h2 {
	margin: 0 0 10px 0;
    letter-spacing: 2.5px;
    text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}

.entry-content h1, h2, h3, h4, h5, h6 {
    padding-left: 30px;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19.5px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h4.widget-title, .widgettitle {
	font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 15.5px;
    margin-bottom: 13px;
    padding: 5px 0 0 0;
}

input,
select,
textarea,
.featuredpost article .entry-title,
.entry-meta,
.entry-comments-link a,
.wpcf7-form p,
.genesis-nav-menu a,
.pagination li a,
.pagination a,
.comment-reply a,
.input-small,
code,
pre,
.field-wrap label,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-meta a,
.comment-subscription-form,
.comment-reply-title small,
time.entry-time,
.entry-header .entry-categories a,
.site-footer .site-creds p  {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.entry-meta,
.wpcf7-form p {
	margin-top: 0;
	margin-bottom: 20px;
}


blockquote {
    letter-spacing: 0px;
    margin: 20px 0;
    padding: 24px;
	font-family: 'Fira Sans', sans-serif;
    font-style: italic;
}

blockquote p:last-of-type {
	margin: 0;
}

p {
	margin: 0 0 1.625em;
	padding: 0;
}

strong {
	font-weight: 500;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	color: #444;
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	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;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f7f7f9;
	margin: 0 0 40px;
	padding: 40px 0 0;
}


/* Links
 * ------------------------------------------------------- */

a {
	color: #444;
	text-decoration: none;
	outline: 0;
}

a:hover, .pagination a:hover {
	color: #ccc;
}


/* Objects
 * ------------------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}


/* Forms, Inputs & Buttons
 * ------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border: 1px solid #E6E6E6;
	color: #444;
	padding: 12px 16px 10px;
	width: 100%;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
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: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #444;
}

.input-large {
	font-size: 24px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	padding: 5px 10px;
}

.field-wrap {
	text-align: left;
}

.ninja-forms-cont {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}


/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
	border: 1px solid #444;
	box-shadow: none;
	color: #444;
	cursor: pointer;
	display: inline-block;
    line-height: 1.3;
    padding: 11.8px 30px 10.5px 30px;
	outline: none;
	text-decoration: none;
	width: auto;
	border-radius: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-border:hover {
	text-decoration: none;
	background-color: #444;
	border: 1px solid #444;
	color: #fff;
	border-radius: 0;
}

.button.button-border {
	background: transparent;
	background: rgba( 255, 255, 255, 0 );
	border: 1px solid #444;
	color: #444;
}

.page-header .button.button-border {
	border: 1px solid #fff;
	color: #fff;
}

.page-header .button.button-border:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #444;
}

.entry-content .button:hover {
	color: #fff;
}

.button i {
	font-size: 32px;
	line-height: 1;
}

.button.has-icon {
	line-height: 32px;
	padding: 6px 30px;
}

.button.button-block {
	display: block;
	width: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input[type="submit"] {

}


/* Gallery
 * ------------------------------------------------------- */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.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: 2px solid #E6E6E6;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ------------------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: 500;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


/* Images
 * ------------------------------------------------------- */

.post-image {
	margin-bottom: 24px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.entry-content .aligncenter.size-full, .attachment-blog-featured, .page .attachment-post-thumbnail, .attachment-full {
    height: auto;
    margin: 0 0 20px;
    max-width: 109.4%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* Site Containers
 * ------------------------------------------------------- */

.site-container {
	overflow: hidden;
}

.wrap {
	padding: 0 8%;
}

.site-inner {
	background-color: #F5F4F2;
	clear: both;
	padding: 0 0 10px 0;
}

.full-width-content .content {
	margin: 0 auto;
}

.single .wrap .content .post,
.single .wrap .content .entry-comments,
.single .wrap .content div#respond,
.wrap .content .page {
    max-width: 700px;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px) {

	.wrap {
		margin: 0 auto;
		max-width: 990px;
		padding: 0 40px;
	}

	.content {
		float: right;
  		width: 100%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
  	    width: 27.205%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.site-inner {
		padding: 0 0 40px 0;
	}
}


/* Grid
 * ------------------------------------------------------- */

@media only screen and (min-width: 767px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.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 {
		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 {
		clear: both;
		margin-left: 0;
	}
}


/* Site Header
 * ------------------------------------------------------- */

.site-header {
	background-color: #F5F4F2;
	padding: 70px 10px 40px 10px;
	position: relative;
}

.page .site-header,
.single .site-header,
.post .site-header,
.archive .site-header,
.category .site-header {
	padding: 70px 10px;
}

.site-title {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	line-height: 140px;
}

.site-header .site-title a {
    display: block;
}

.site-title a {
    border: 0;
    color: #444;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 7px;
	font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 100;
}

/* Custom Header */

.header-image .title-area {
  	max-width: 500px;
  	height: 140px;
  	width: 100%;
  	margin: 0 auto;
}

.header-image .site-title {
	height: 140px;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
  	background-position: left;
  	background-size: 100% !important;
	text-indent: -9999px;
}

@media only screen and (min-width: 1024px) {

	.site-header {
		position: relative;
	}

	.title-area {
		margin: 0;
		position: relative;
	}

	.site-title {
		margin-right: 12px;
	}

	.header-image .title-area {
	  	float: none;
	  	margin: 0 auto;
	}

	.site-header .nav-primary {
		width: 100%;
	}
}

/* Headhesive */

.headhesive {
	display: none;
}

@media only screen and (min-width: 1024px) {

	.headhesive {
	  	position: fixed;
	  	top: 0;
	  	width: 100%;
	  	padding: 0 0;
	  	display: block;
	  	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;
	  	background-color: #fff;
	}

	.admin-bar .headhesive {
		top: 32px;
	}

	.headhesive--stick {
	    box-shadow: 0 0 24px -9px rgba(0,0,0,0.31);
	    transform: translateY(0%);
	    -webkit-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    border: 0;
	}
}


/* Navigation
 * ------------------------------------------------------- */

.nav-primary {
	text-align: center;
	margin: 10px 0;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 16px 0;
	position: relative;
}

.genesis-nav-menu .menu-item.highlight a,
.genesis-nav-menu .menu-item.wpmenucartli a {
	background: #fff;
	border: 2px solid #444;
	border-radius: 24px;
	color: #444;
	line-height: 1;
	padding: 10px 20px 9px;
	margin: 0;
}

.genesis-nav-menu .menu-item.highlight a:hover,
.genesis-nav-menu .menu-item.wpmenucartli a:hover,
.woocommerce-cart .genesis-nav-menu .menu-item.wpmenucartli a,
.genesis-nav-menu .menu-item.highlight.current-menu-item a {
	background: #444;
	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: 768px) {
	.nav-primary {
		text-align: center;
		margin: 0;
	}

	.genesis-nav-menu > .menu-item:first-child a {
		margin-left: 24px;
	}

	.genesis-nav-menu .menu-item:last-child a {
		margin-right: 0;
	}

	.genesis-nav-menu .sub-menu {
		width: 200px;
		z-index: 99;
		background: #fff;
		opacity: 0;
		position: absolute;
		left: -9999px;
		text-align: left;
		margin-top: -5px;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: none;
		padding: 17px 20px;
		width: 200px;
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -50px 0 0 198px;
	}
}

@media only screen and (min-width: 1024px) {
	.nav-primary {
		text-align: center;
	}
}

/* Nav Header */

@media only screen and (min-width: 768px) {
	.nav-primary .genesis-nav-menu > li > a {
		line-height: 60px;
	}
}

/* Responsive Nav */

.icon-responsive-nav {
	display: none;
}

@media only screen and (max-width: 767px) {

	.icon-responsive-nav {
		display: block;
		width: 100%;
		text-align: center;
		cursor: pointer;
	}

	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/1 'dashicons';
		margin: 0 auto;
		padding: 0;
	}

	.icon-responsive-nav.open::before {
	  content: "\f335";
	}

	.responsive-nav .menu-item-has-children:before {
		content: "\f347";
		float: right;
		position: absolute;
		font: normal 16px/1 'dashicons';
		padding: 14px 8.5% 14px;
		right: 0;
		top: 0;
		text-align: right;
		z-index: 9999;
	}

	.responsive-nav .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.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: 14px 0;
		margin: 0;
	}

	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}
}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	border: 0;
	margin-right: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a:hover,
.pagination li.active a {
	border-bottom: 0;
}

/* Post Navigation */

.post-navigation {
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}

.post-navigation a {
	border: 0;
}

.post-navigation a i {
	font-size: 48px;
	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;
}

/* Genesis Slider
 * ------------------------------------------------------- */

 .slider {
 	padding-bottom: 5px;
 }

#genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
}

#genesis-responsive-slider .flexslider {
	overflow: visible !important;
}

.slide-image {
	padding: 0;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

.slide-excerpt {
    background-color: rgba(255, 255, 255, 0) !important;
    filter: alpha(opacity=80);
    display: block;
    margin: 10px;
    border: 3px solid #fff;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    z-index: 8;
}

#genesis-responsive-slider .slide-excerpt {
    opacity: 1;
    overflow: hidden;
    bottom: 35.5%;
    width: 400px;
    padding: 10px 5px;
    left: 53%;
    margin-left: -225px;
    text-align: center;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: 0;
	float: none;
	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;
}

.slide-excerpt-border h2 {
	padding: 0;
}

.slide-excerpt-border h2 a {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 200;
}

#genesis-responsive-slider .slide-excerpt-border .button {
	background: none;
	border: 0;
	padding: 0;

}

.slider {
	margin-bottom: 80px;
	margin-top: 40px;
}

@media only screen and (min-width: 1024px) {

	.slider {
		z-index: 2;
		position: relative;
	}

}

@media only screen and (max-width: 414px) {

	.slider {
		margin-top: 0px;
	}

}

/* Search
 * ------------------------------------------------------- */

/* Search Form */

.search-form {
	position: relative;
	margin: 0 auto;
	width: 40%;
}

.search-form:after {
	content: "\f179";
	position: absolute;
	right: 10px;
	top: 8.5px;
	font-family: dashicons;
	font-size: 19px;
	pointer-events: none;
	color: #ccc;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 15px 38px 15px 15px;
    letter-spacing: 2px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	text-indent: -9999px;
	border: 0;
	background-color: transparent;
}

.search-form input:hover[type="submit"] {
	background-color: transparent;
	border: 0;
	color: #ccc;
}

.hilite {
	background: #ffc;
	color: #444;
}

@media only screen and (max-width: 768px) {
	.search-form {
		width: 100%;
	}

}

/* Entries
 * ------------------------------------------------------- */

.entry {
	margin-bottom: 1em;
	background-color: #fff;
}

.blog .entry,
.sidebar .entry,
.archive .entry,
.single-post .entry,
.page .entry,
.archive .entry,
.category .entry,
.search .entry {
	margin-bottom: 45px;
	padding: 0 0 10px 0;
	background-color: #fff;
}

.entry-header {
	padding: 30px;
	text-align: center;
}

.entry-title {
	font-size: 18.5px;
    letter-spacing: 2.5px;
	font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
}

h1.entry-title {
	margin: 0;
}

.post .entry-header .entry-title {
	margin: 0;
	padding: 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry p,
.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: 24px;
}


.blog .entry-content p,
.sidebar .entry-content p,
.archive .entry-content p,
.single-post .entry-content p,
.page .entry-content p,
.archive .entry-content p,
.category .entry-content p,
.search .entry-content p {
	padding: 0 30px;
}

.single .entry-content p a,
.single-post .entry-content p a,
.page .entry-content p a {
	font-weight: 500;
}

.entry-content ol,
.entry-content ul {
	margin-left: 60px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	font-size: 11px;
	margin-bottom: 16px;
}

span.entry-categories {
    font-size: 11px;
    letter-spacing: 1px;
}

.entry-header p.entry-meta {
	margin-bottom: 2px;
}

.entry-footer {
	margin: 0;
	padding: 0 30px 0 30px;
	text-align: right;
}

.entry-footer p.entry-meta {
	margin-bottom: 15px;
}

a.more-link {
    margin: 25px auto 0px auto;
    display: block;
    width: 165px;
    line-height: 1.3;
    padding: 11.8px 12.4px 10.5px 12.4px;
    text-align: center;
}

.error404 .content .entry,
.search .entry {
    padding: 30px;
}

@media only screen and (max-width: 414px) {

	a.more-link {
	    margin: 18px auto;
	}
}

/* Author Box
 * ------------------------------------------------------- */


.author-box {
	border-top: 2px solid #f7f7f9;
	padding: 40px 0 0;
}

.author.archive .author-box {
	border-top: 0;
	border-bottom: 2px solid #f7f7f9;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 0;
}

.author-box-content {
	margin: 40px 0 20px;
}

.author-box h2 {
	margin: 16px 0 12px;
}

.author-box .avatar {
	border-radius: 6px;
}

@media only screen and (min-width: 767px) {

	.author-box .avatar {
		margin: 0 40px 40px 0;
	}

	.author.archive .author-box {
		margin-bottom: 80px;
		padding-bottom: 60px;
	}
}


/* Comments
 * ------------------------------------------------------- */

div#respond {
    background-color: #fff;
    padding: 0 30px 5px 30px;
}

.entry-comments {
	background-color: #fff;
	padding: 30px;
}

.comment-respond h3 {
	padding-top: 20px;
	padding-left: 0;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment,
.entry-comments .comment-reply {
	padding: 5px 0 5px;
	border-bottom: 1px solid #f7f7f9;
}

.entry-comments .comment:last-child,
.entry-comments .comment-reply:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 6px;
	margin-top: -6px;
	border-radius: 35px;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

.comment-list li {
	list-style-type: none;
}

ol.comment-list ul.children {
    margin-left: 25px;
}

.comment-subscription-form {
	margin-bottom: 6px;
}

textarea#comment {
    text-transform: initial;
    letter-spacing: 0;
    line-height: 1.612;
    font-size: inherit;
    color: #444;
}

div#comments h3,
h3#reply-title {
    text-transform: uppercase;
    padding-left: 0;
}

.comment-reply {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
}


/* Footer
 * ------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 20px;
	font-size: 12.8px;
}

.sidebar .textwidget img {
	margin-bottom: -5px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.sidebar li {
	list-style-type: none;
}

/* Genesis ENews */

.enews input[type="submit"] {
    width: 20%;
    background-color: #444;
    border-color: #444;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    vertical-align: top;
}

.enews input[type="submit"]:hover {
	background-color: #fff;
	color: #444;
}

.enews input[type="email"] {
    margin-top: 0;
}

.enews input {
    margin-bottom: 15px;
    margin-right: 2px;
    width: 26%;
}

.enews input:last-child {
	margin-bottom:0;
}

@media only screen and (max-width: 768px) {
	.enews input[type="submit"], .enews input {
	    width: 100%;
	}

}

/* Featured Content */

.featuredpost .entry-header .entry-title {
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left:0;
}

.featuredpost article {
	overflow: hidden;
	margin: -11px 0 11px 0;
	padding: 20px 0;
	border-bottom: 1px solid #F5F4F3;
}

.featuredpost article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.featuredpost .has-post-thumbnail > a {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	overflow: hidden;
	display: block;
	margin: 0 15px 0 0;
}

.featuredpost .has-post-thumbnail a img {
	width: 100%;
}

.featuredpost article .entry-header {
	text-align: left;
	margin-top: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
}


/* ## Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	padding-left: 22px;
	margin: 0;
	margin: 7px 0 10px 0;
}

.sharrre .share {
	font-family: 'Fira Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 200 !important;
}

.sharrre .share,
.sharrre:hover .share {
	color: #444;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
}

.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: #444;
	border: 1px solid #444;
	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: 768px) {
	.share-after {
	}

	.share-small .no-count .share {
       width: 0px;
	}

}

/* ## Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li a,
.simple-social-icons ul li a:hover {
	background: transparent !important;
}

.simple-social-icons ul {
    margin-bottom: -14px !important;
}

.simple-social-icons {
    margin-bottom: -10px;
}

/* ## Instagram Widget
--------------------------------------------- */

.pllex-viewport li {
	position: relative;
}

.instagram-footer.instag {
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.instag img {
    width: 12.5% !important;
}

.jr-insta-thumb ul.thumbnails {
    margin-left: 0 !important;
}

.jr-insta-thumb ul.thumbnails.jr_col_8 li {
    display:inline;
}

.jr-insta-thumb ul.thumbnails li {
    margin: 0 !important;
}

.instag > .no-bullet {
	padding: 0;
}
.instag > .thumbnails img {
	width: 100%;
}

.jr-insta-thumb ul.thumbnails li img {
	width: 10%;
	float:left;
}


/* ## Contact Form 7
--------------------------------------------- */

textarea.wpcf7-form-control.wpcf7-textarea {
	letter-spacing: 0;
	text-transform: initial;
	font-size: 13px;
	line-height: 1.612;
	font-weight: 200;
	max-height: 200px;

}

/* Footer
 * ------------------------------------------------------- */

.footer-widgets-1 .widget {
    padding: 30px 0 0px 0;
    text-align: center;
}

.footer-widgets-1 .widget:last-child {
	padding-bottom: 30px;
}

.footer-widgets li {
	margin: 12px 0;
}

.site-footer {
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 100%;
}

.site-footer .site-creds {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-footer p {
	margin-bottom: 0;
}

