/*
	Theme Name: Catelyn
	Theme URI: http://catelyn.herparkstudio.com/
	Description: This is Catelyn theme created for the Genesis Framework.
	Author: Herpark Studio
	Author URI: https://www.herparkstudio.com/

	Version: 1.0.1

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Fade Effect
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Pages
	- Password page
- Contact Form
- Widgets
	- Featured Content
	- Flexible widgets
	- Popular Post widget
	- Front Page Featured post widget
	- Top Bar
- Plugins
	- Genesis eNews Extended
	- Genesis Slider
	- Jetpack
	- Instafeed
- Skip Links
- Header Container
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Before Header Navigation
- Menu Widget Area
- Content Area
	- Entries
	- More Link
	- Entry Meta
	- Pagination
	- Comments
	- Share Buttons
- Related Posts
- Sidebars
- Footer Widgets
- Site Footer
- Flex Video
- Cookie Bar
- Back to Top
- Shortcodes
	- Toggle
- Media Queries
	- Max-width: 1250px
	- Max-width: 1200px
	- Max-width: 1024px
	- Max-width: 860px
	- Max-width: 768px
	- Max-width: 600px
 	- Max-width: 320px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}abbr.required{text-decoration: none;}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a.post-edit-link {
	display: none; /* eliminar */
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.herpark-footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.herpark-footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 14px;
	font-size: 1.4rem;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Georgia', serif;
	font-size: 24px;
	font-size: 2.4rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #bf9000;
	text-decoration: none;
}

*:focus {
	outline: 0 !important;
}

a:focus,
a:hover {
	color: #000000;
	text-decoration: none;
}


p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #000000;
	clear: both;
	margin: 2em 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #e5e5e5;
	color: #000000;
}

blockquote {
	margin: 0 0 40px;
}

blockquote p {
	font-size: 105%;
	padding: 20px 0;
	margin: 0;
	quotes: "\201C""\201D";
}

blockquote p:before, blockquote p:after {
	font:bold 45px/1px Georgia, serif;
	-position:absolute;
}

blockquote p:before {
	content:open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.15em;
	vertical-align: -0.4em;
}

blockquote p:after {
	content:close-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-left: 0.15em;
	vertical-align: -0.6em;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

i.icon::before {
    font-size: 3rem;
    vertical-align: bottom;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 0 10px;
	letter-spacing: 1.5px;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.3em;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.3em;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.3em;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
}

h6 {
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.3em;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #000000;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4%;
	text-align: center;
	margin-right: 4%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0%;
}

.gallery-columns-2 .gallery-item {
	width: 48%;
}

.gallery-columns-3 .gallery-item {
	width: 30.66748714447%;
}

.gallery-columns-4 .gallery-item {
	width: 22%;
}

.gallery-columns-5 .gallery-item {
	width: 16.8%;
}

.gallery-columns-6 .gallery-item {
	width: 13.334263324737549%;
}

.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),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
	margin-right: 0%;
}

.gallery img {
	border: 0px solid #000000;
	height: auto;
	padding: 0px;
}

.gallery img:focus,
.gallery img:hover {
	border: 0px solid #000000;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #000000;
	color: #000000;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 10.5px 20px;
	line-height: 1.6;	
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

textarea {
	max-width: 100%;
}

select {
	border-radius: 0 !important;
	padding: 10.5px 20px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	font-family: 'Open Sans', sans-serif;
	width: 100% !important;
	background-color: transparent;
	background-image: url(images/arrow-down.png) !important;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 18px;
}

.widget_archive select,
.widget_categories select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	left: 0.1em;
	border: 1px solid #000000;
	padding: 10.5px 20px;
	background-position: 92% 50%;
	background-size: 18px;
}

input[type="search"] {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	width: 85%;
}

.sidebar-primary input[type="search"] {
	width: 80%;
}

button,
.button,
ul.filter li,
.buscador input,
input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
}

input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
}

input:focus,
textarea:focus {
	border: 1px solid #000000; 
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

.wpcf7 input[type="checkbox"],
input[type="checkbox"],
input[type="radio"],
input#subscribe_comments {
	display: inline-block !important;
    -webkit-appearance: none !important;
    border-radius: 0% !important;
    border: 1px solid #000000;
    background-color: #ffffff;
    height: 12px !important;
    margin-top: -4px;
    padding: 8px !important;
    margin-right: 5px;
    width: 12px !important;
    outline: none !important;
    vertical-align: middle !important;
} 

.wpcf7 input[type="checkbox"]:checked,
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #ffffff !important;
    background-position: center !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-image: url(images/check-icon.png) !important;
    border: 1px solid #000000 !important;
} 

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000000;
}

a.button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply-link {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #bf9000;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid transparent;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 400;
	padding: 10.5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button {
	margin-bottom: 1em;
}

a.button:hover,
a.button:focus,
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.comment-reply-link:focus,
.comment-reply-link:hover {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}

.button {
	display: inline-block;
	text-align: center;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 7.5px 14px;
}

a.button.medium {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10.5px 20px;
	line-height: 1.625;
	max-width: 100%;
}

a.button.large {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15.5px 30px;
	line-height: 1.625;
	max-width: 100%;
}

a.button.extra-large {
	font-size: 20px;
	font-size: 2rem;
	padding: 20.5px 40px;
	line-height: 1.625;
	max-width: 100%;
}

a.button.block {
	display: block;
	margin-bottom: 28px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #e5e5e5;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #000000;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #000000;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus,
.widget_herpark_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	clear: both;
	padding: 0 0 5%;
	word-wrap: break-word;
	margin-bottom: 0px;
}

.home .site-inner {
	padding: 5% 0 5%;
}

.blog.paged .site-inner {
	padding: 0 0 5%;
}

.front-page .site-inner {
	padding: 5% 0 0;
}



/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */


/* ### Content */

.content {
	float: right;
	width: 640px;
}

.content-sidebar .content {
	float: left;
}

.blog.content-sidebar .content,
.home.content-sidebar .content {
	width: 960px;
}

.full-width-content .content {
	width: 100%;
	float: none;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 288px;
}

.sidebar-content .sidebar-primary {
	float: left;
}



/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */


.one-fourth,
.one-half,
.one-third,
.three-fourths {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half {
	width: 48.717948717948715%;
}

.one-third {
	width: 31.623931623931625%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.author-box {
	padding: 40px;
	border: 1px solid #000000;
	background: transparent;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.avatar {
	border-radius: 50%;
	float: left;
	width: 20%;
}

h4.author-box-title {
	float: right;
	width: 75%;
	text-align: left;
	text-transform: uppercase;
}

.author-box-content {
	float: right;
	width: 75%;
	text-align: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.author-box p:last-child {
	margin-bottom: 0;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	width: 60px;
}

.comment-author span.says {
	display: none;
}

.comment-reply-link {
	letter-spacing: 0.15em;
	font-size: 1.1rem;
}

a.comment-author-link,
.comment-author span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: transparent;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.archive-description {
	font-size: 14px;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 40px;
	padding: 0px 0 10px;
}

.archive-description h1 {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.search-form input[type="submit"] {
	font-family: FontAwesome;
	font-weight: 400;
	color: #ffffff; 
	height: 43px;
	padding-top: 0;
	margin-top: 0;
	width: 15%;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
	float: right;
}

.sidebar-primary .search-form input[type="submit"] {
	width: 20%;
}

.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	border-left-width: 0;
}

.fa-search {
	color: #000;
}

#search-container {
	position: absolute;
	top: 7px;
	right: 30px;
	width: 250px;
}

.search-form-container {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
}

.search-toggle {
	position: relative;	
	padding: 15px 0 15px 20px;
	margin-top: 0px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}

.search-toggle i {
	font-size: 12px;
}

.search-box-wrapper {
	z-index: 999;
	width: 100%;
	display: none;
}

.search-box {
	border: 1px solid black;
}

.search-box input[type="search"]{
	max-width: 213px;
	float: left;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	background-color: #fff;
	line-height: 1.5;
	border: 0;
	letter-spacing: 0.1em;
	height: 35px;
	border-radius: 0px;
	text-align: center;
}

.search.menu-item .search-form {
	overflow: inherit;
}

.widget_herpark_search i {
	color: #000000;
	cursor: pointer;
	display: block;
	cursor: pointer;
	font-size: 10px;
	font-size: 1rem;
	vertical-align: baseline;
	padding-top: 0px;
	line-height: 1;
	display: inline-table;
	padding: 5px 0;
}

.widget_herpark_search i:hover {
	color: #bf9000;
}

.widget_herpark_search i {
	line-height: 1.2;
}

#popup-search .search-form {
	border-bottom: 1px solid #000000;
	padding-bottom: 0px;
}

#popup-search input[type="search"] {
	width: 93.1%;
	border: none;
	padding: 0;
	background: transparent;
	height: 43px;
}

#popup-search input[type="submit"] {
	height: 43px;
	margin-top: 0;
	border: none;
	width: 6.9%;
	color: #000000;
	background: transparent;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 0;
	padding: 0px;
	float: right;
}

#popup-search input[type="submit"]:hover,
#popup-search input[type="submit"]:focus {
	border: none;
	background: transparent;
	color: #000000;
} 

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999999;
    padding: 50px 30px 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizign: border-box;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

#popup-search {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    max-width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizign: border-box;
    width: 90%;
    padding: 00px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
}

#popup-search a.close-modal {
	color: #000000;
	cursor: pointer;
	display: inline-block;
	background-color: transparent;
	border: none;
	padding: 0px 13px;
	font-weight: 400 !important;
	font-size: 100% !important;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	font: bold 100% sans-serif;
	position: fixed;
	right: 45px;
	top: 45px;
	width: 45px;
	height: 45px;
}

.search-button-close {
	display: block;
	width: 45px;
	height: 1px;
	background: #222222;
	position: absolute;
	transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	transform-origin: center;
}

.search-button-close.top {
	top: 6px;
	transform: rotate(135deg);
}

.search-button-close.bottom {
	top: 6px;
	transform: rotate(225deg);
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.page-template-page_blog .archive-description {
	display: none;
}

.page-template-page_blog .entry-title {
	font-size: 16px; 
	font-size: 1.6rem; 
	margin-bottom: 10px !important;
}

.post .entry-title {
	padding: 20px 0px 10px;
	border-top: 1px solid #000000;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.page-template-page_blog .post.odd .summary .entry-title,
.page-template-page_blog .post.odd .summary .entry-header,
.post.odd .summary .entry-title,
.post.odd .summary .entry-header {
	text-align: left;
}

.page-template-page_blog .post.even .summary .entry-title,
.page-template-page_blog .post.even .summary .entry-header,
.post.even .summary .entry-title,
.post.even .summary .entry-header {
	text-align: right;
}

.page .entry-title,
.page-description h1,
.page-title h1 {
	text-align: center;
	margin-bottom: 40px;
}

.entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #bf9000;
	text-decoration: none;
	border: none !important;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #000000;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar-primary .widgettitle {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

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;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Pages
---------------------------------------------------------------------------------------------------- */


.hide-title h1 {
	display: none;
}


/* ## Password Page
--------------------------------------------- */

.post-password-form {
	text-align: center;
	max-width: 600px;
	margin: 30px auto;
}

.post-password-form input.content-password {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-align: center;
}

.post-password-form input.content-password-button {
	width: 100%;
}

/* # Contact Form
---------------------------------------------------------------------------------------------------- */

.wpcf7 .name {
	float: left;
	width: 48%;
}

.wpcf7 .email {
	float: right;
	width: 48%;
}

.wpcf7 select {
	padding: 10.5px 24px;
}

.wpcf7 select option:first-child {
	opacity: 0.7;
}

.wpcf7 .acceptance {
	font-size: 80%;
}

.wpcf7 input[type="submit"] {
	width: 100%;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul.children {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}

.widget ul.children:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
}

.widget ul.children li {
	padding-bottom: 10px;
}

.widget li li {
	border: 0;
	margin: 0;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.herpark-social .genesis-nav-menu{
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.herpark-social .genesis-nav-menu li {
	margin: 0 8px;
	padding: 0;
	display: inline-block;
}

.sidebar-primary .featuredpost .entry {
	padding: 0;
	border: none;
}

.sidebar-primary .featuredpost .entry .entry-title {
	text-align: center !important;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry,
.category .featured-content .entry,
.date .featured-content .entry,
.tag .featured-content .entry,
.archive .featured-content .entry,
.author .featured-content .entry,
.search .featured-content .entry {
	background: none; 
	padding: 0;
	display: block;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
}

.sidebar-primary .featuredpage h4 {
	margin-bottom: 10px;
	text-align: left;
}

.sidebar-primary .featuredpage .entry-content {
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}



/* ## Popular Post Widget
---------------------------------------------------------------------------------------------------- */


.herpark-popular-widget-area .wrap {
	max-width: 100%;
}

.herpark-popular-widget-area #instafeed li {
	width: 25%;
	margin: 0 0 4%;
	padding-top: 25%;
}

.herpark-popular-widget-area .widget {
	margin-bottom: 0;
}


#owl-demo .item a {
  display: block;
  color: #000000;
}

#owl-demo .item a:hover {
  color: #000000;
}

.widget_herpark-popular-posts {
	position: relative;
}

.texto {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  filter: alpha(opacity=0) !important; 
  -moz-opacity: 0 !important; 
  left: 0;
  top: 0;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  -ms-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.texto:hover {
  opacity: 1;
}

.texto h2 {
  font-size: 100%;
  margin-bottom: 0px;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 30px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  letter-spacing: 0.15em;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
  float: left;
  background: transparent;
}

.owl-carousel .owl-item .item {
	line-height: 0;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
} 

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
}


.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

.customNavigation {
  left: 0px;
  font-size: 20px;
  right: 0px;
}

.owl-pagination {
  display: none;
}

a.btn.prev {
  float: left;
  cursor: pointer;
  left: 0px;
  top: 50%;
  display: inline-block;
  width: 30px;
  line-height: 1;
  height: 40px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  color: #000000;
}

a.btn.next {
  float: right;
  cursor: pointer;
  right: 0px;
  top: 50%;
  display: inline-block;
  width: 30px;
  line-height: 1;
  height: 40px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  color: #000000;
}


/* ## Flexible widgets
--------------------------------------------- */

.flexible-widgets {
    width: 100%;
}

.widget-area.flexible-widgets .widget, 
.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
.flexible-widgets.widget-halves.uneven .featuredpost .entry,
.flexible-widgets .featuredpost .entry,
.flexible-widgets .featuredpost.widget:last-of-type .entry {
	display: inline-block;
    margin-bottom: 8%;
    margin-right: 4%;
}

.front-page .widget.featuredpost,
.home .widget.featuredpost,
.home .flexible-widgets.widget-full .widget.featuredpost,
.blog .widget.featuredpost,
.blog .flexible-widgets.widget-full .widget.featuredpost {
	margin-bottom: 0;
}


.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 1),
.widget-area.flexible-widgets .widget:first-of-type {
    clear: both;
    margin-right: 0;
    width: 100%;
}

.widget-area.flexible-widgets .widget.enews-widget:first-of-type {
	max-width: 600px;
	margin: 0 auto 4%;
	float: none;
}

.site-inner .flexible-widgets.widget-area .widget:last-of-type,
.flexible-widgets.widget-full .widget {
    margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget:first-of-type,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    margin-right: 0;
    width: 100%;
}

.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 4),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 5) {
    width: 48%;
}

.flexible-widgets.widget-thirds .widget,
.flexible-widgets.widget-halves.uneven .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 1),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 3),
.flexible-widgets .featuredpost .entry {
    width: 30.66%;
}

.flexible-widgets.widget-fourths .widget {
    width: 22%;
}

.flexible-widgets.widget-fourths .widget:nth-of-type(4n + 1),
.flexible-widgets.widget-halves .widget:nth-of-type(2n + 1),
.flexible-widgets.widget-thirds .widget:nth-of-type(3n + 1),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 4),
.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(3n),
.flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(3n),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(3n),
.flexible-widgets .featuredpost.widget:last-of-type .entry:nth-of-type(3n),
.flexible-widgets .featuredpost .entry:nth-of-type(3n) {
	margin-right: 0;
	clear: right;
}


/* ## Front Page Featured post widget
--------------------------------------------- */

.flexible-widgets .featuredpost .entry,
.home.blog .flexible-widgets .featuredpost .entry,
.blog .flexible-widgets .featuredpost .entry {
	text-align: center;
	padding: 0 !important;
	margin-bottom: 8%;
	margin-right: 4%;
}

.flexible-widgets .featuredpost .entry:nth-of-type(3n),
.home.blog .flexible-widgets .featuredpost .entry:nth-of-type(3n),
.blog .flexible-widgets .featuredpost .entry:nth-of-type(3n) {
	margin-right: 0%;
}

.flexible-widgets .featuredpost .entry header.entry-header h4 a {
	line-height: 2;
}

.flexible-widgets .featuredpost .entry .entry-content {
	text-align: justify;
}

.flexible-widgets .featuredpost .entry header.entry-header p.entry-meta {
	margin-bottom: 24px;
}

p.more-from-category {
	float: left;
	width: 100%;
	margin-bottom: 8% !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}






/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #000000;
}

.enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

.herpark-footer-widgets .widget-full .enews-widget form,
.herpark-footer-widgets .widget-halves.uneven .enews-widget form,
.widget-area.flexible-widgets .widget:first-of-type .enews form {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}


.herpark-footer-widgets .widget-full .enews-widget form input,
.herpark-footer-widgets .widget-halves.uneven .enews-widget form input,
.widget-area.flexible-widgets .widget:first-of-type .enews form input {
	margin-bottom: 0;
	float: left;
	width: 33.33%;
}

.herpark-footer-widgets .widget-full .enews-widget form input[type="text"],
.herpark-footer-widgets .widget-full .enews-widget form input[type="email"],
.herpark-footer-widgets .widget-halves.uneven .enews-widget form input[type="text"],
.herpark-footer-widgets .widget-halves.uneven .enews-widget form input[type="email"],
.widget-area.flexible-widgets .widget:first-of-type .enews form input[type="text"],
.widget-area.flexible-widgets .widget:first-of-type .enews form input[type="email"] {
	border-right-width: 0;
}

.herpark-footer-widgets input {
	background: #f9f9f9;
	border-color: #000000;
	color: #000000;
}

.herpark-footer-widgets input::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.herpark-footer-widgets input::-webkit-input-placeholder {
	color: #000000;
}

.herpark-footer-widgets .enews-widget input#subbutton {
	text-align: center;
}

.herpark-footer-widgets .enews-widget input#subbutton,
.herpark-footer-widgets .search-form input[type="submit"] {
	background: #f9f9f9;
	color: #000000;
	border-color: #000000;
}

.herpark-footer-widgets .search-form input[type="submit"] {
	border-left-width: 0;
}

.herpark-footer-widgets .widget-fourths .enews-widget form {
	display: block;
}

.herpark-footer-widgets .widget-fourths .enews-widget input {
	width: 100%;
	margin-right: 0%;
}

.herpark-footer-widgets .widget-fourths .enews-widget input#subbutton {
	width: 100%;
}

.herpark-footer-widgets .enews-widget input#subbutton:hover,
.herpark-footer-widgets .search-form input[type="submit"]:hover {
	background: #bf9000;
	color: #ffffff;
}

.privacy-active .enews {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 8%;
}

.privacy-active .enews .privacy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	text-align: center;
	font-size: 80%;
}

.privacy-active .sidebar .enews .privacy {
	position: relative;
	bottom: 0;
	margin-bottom: 4%;
}

.privacy-active .enews .privacy input {
	float: none !important;
	margin-bottom: 0;
}

.privacy-active .enews .privacy a {
	text-decoration: underline;
}



/* # Genesis Slider
---------------------------------------------------------------------------------------------------- */

.genesis_responsive_slider {
	margin-bottom: 0;
}

.slider-container {
	overflow: hidden;
}

.slider-container .wrap {
	max-width: 100%;
	padding: 0 !important;
}

.slider-container .flexslider {
	max-width: 100%
}

.slider-container .flexslider .slides img {
	width: 100%;
}

#genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
}

#genesis-responsive-slider .flexslider {
    overflow: visible !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#genesis-responsive-slider .flexslider .flex-viewport {
	overflow: visible !important;
}

#genesis-responsive-slider .flexslider .slides > li {
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider .slide-excerpt-border,
#genesis-responsive-slider .slide-excerpt {
	filter: alpha(opacity=0) !important; 
	-moz-opacity: 0 !important; 
	opacity: 0 !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

#genesis-responsive-slider li:hover .slide-excerpt-border,
#genesis-responsive-slider li:hover .slide-excerpt {
	filter: alpha(opacity=100) !important; 
	-moz-opacity: 1 !important; 
	opacity: 1 !important;
}

#genesis-responsive-slider .slide-excerpt-border p,
.soliloquy-container .soliloquy-pager {
	display: none;
}

.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -20px 0 0;
	display: block;
	background: none !important;
	position: absolute;
	top: 49%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 100;
}

.flex-direction-nav li a.flex-prev,
.soliloquy-container .soliloquy-prev {
	left: 20px !important;
	background: url(images/slider-arrows.png) no-repeat 0 0 !important;
}

.soliloquy-container .soliloquy-prev {
	height: 50px !important;
}

.flex-direction-nav li a.flex-next,
.soliloquy-container .soliloquy-next {
	right: 20px;
	background: url(images/slider-arrows.png) no-repeat -52px 0 !important;
}

.soliloquy-container .soliloquy-next {
	right: 20px !important;
	height: 50px !important;
}

#genesis-responsive-slider .flex-direction-nav li {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#genesis-responsive-slider .slide-excerpt {
	background-color: transparent;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .9) !important;
	margin: 0 auto !important;
	width: 60%;
	filter: alpha(opacity=100) !important;
	opacity: 0 !important;
	text-align: center;
	max-height: 150px;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: none !important;
	display: block !important;
	-background: rgba(255, 255, 255, .9) !important;
	margin: 0 !important;
	width: 55%;
	padding: 20px 30px !important;
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	-webkit-transform: translate(-50%, -50%)!important;
	transform: translate(-50%, -50%)!important;
}

#genesis-responsive-slider .slide-excerpt-border h2 {
 	margin-bottom: 0px;
 	font-size: 1.6rem;
 	line-height: 1.8;
 	text-transform: uppercase;
 }

#genesis-responsive-slider .slide-excerpt-border p a.more-link {
	display: block;
	max-width: 150px;
	margin: 20px auto 0;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	padding: 20px 20px;
	letter-spacing: 0.1em;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}



/*  ## Instafeed
--------------------------------------------- */


#instafeed{
	max-width: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px;
	line-height: 0;
	text-align: center;
}

#instafeed a{
	padding: 0px;
	margin: 0px;
	line-height: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#instafeed .insta-likes{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: rgba(255, 255, 255, 0.7);
	text-shadow: 2px 2px 5px #ffffff;
	font: normal normal 12px 'Georgia', serif;
	color: #000000;
	font-size: 14px;
	line-height: 1.7 !important;
	-webkit-font-smoothing:antialiased;
	-webkit-transition: opacity 800ms ease;
	-moz-transition: opacity 800ms ease;
	-o-transition: opacity 800ms ease;
	-ms-transition: opacity 800ms ease;
	transition: opacity 800ms ease;
}

#instafeed .insta-likes:hover{
	opacity:1;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
}

#instafeed li{
	width: 21%;
	display: inline-block;
	line-height: 0;
	margin: 0px 2% 4%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	padding-top: 21%;
	position: relative;
}

#instafeed li img{
	width: 100% !important;
}

#sbi_load {
	padding-top: 0 !important;
}

.instagram-widget {
	padding: 0px 0;
	background: #f9f9f9;
}

.instagram-widget .widget {
	max-width: 1100px;
	display: block;
	margin: 0px auto;
	padding: 0px 0 50px;
	line-height: 0;
	text-align: center;
}

.instagram-widget .widget_text .center {
	padding: 20px;
}



/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #000000;
	outline: #ccc solid 1px;
}



/* # Site Header
---------------------------------------------------------------------------------------------------- */

#herohome {
	height: 100vh;
	display: table;
	width: 100%;
	background-attachment: fixed;
}

.hero-container {
	display: table-cell;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.6);
}

.site-header {
	display: block;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

.front-page .site-header,
#herohome .site-header {
	margin-top: 0;
	margin-bottom: 0;
}

.site-header > .wrap {
	padding: 0px 30px 0px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 10px 0;
	width: auto;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 100%;
	min-width: 100%;
	text-align: center;
	padding: 0;
}

.header-full-width .title-area {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.site-title {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Georgia', serif;
	margin: 0px 0 10px;
	letter-spacing: 0.1em;
	text-align: center;
}

.site-title a {
	color: #000000;
}
.site-title a:focus,
.site-title a:hover {
	color: #bf9000;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 100px;
	width: 100%;
	color: #000000;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.home.paged #menu-container,
#menu-container {
	padding-bottom: 0px;
}

#menu-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #f9f9f9;
}

.admin-bar #menu-container {
	top: 32px;
}

.front-page #menu-container,
.home #menu-container {
	padding-bottom: 0;
}

.menu-content {
	float: left;
	width: 75%;
	text-align: left !important;
	padding: 0px 0px 0px 10px !important;
}

.menu-content > .wrap {
	max-width: 95%;
}

.genesis-nav-menu {
	clear: both;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-align: left;
}

.nav-primary .genesis-nav-menu {
	text-align: left;
}

.sidebar-primary .widget_nav_menu,
.herpark-footer-widgets .widget_nav_menu {
	font-size: 10px;
	font-size: 1rem;
	font-family: 'Open Sans',  sans-serif;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu li {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

.genesis-nav-menu a  {
	display: block;
	padding: 14px 30px 14px 0;
	text-decoration: none;
}

#menu-container .genesis-nav-menu a:hover,
#menu-container .genesis-nav-menu a:focus,
#menu-container .genesis-nav-menu .sub-menu a:hover,
#menu-container .genesis-nav-menu .sub-menu a:focus,
#menu-container .widget_nav_menu a:hover,
#menu-container .widget_nav_menu a:focus,
#menu-container .current-menu-item > a,
#menu-container .sub-menu .current-menu-item a,
.home #menu-container .current-menu-item > a:hover,
.home #menu-container  .current-menu-item > a:focus,
.front-page #menu-container .current-menu-item > a:hover,
.front-page #menu-container .current-menu-item > a:focus,
#menu-container .genesis-nav-menu .current-menu-item a, 
#menu-container .genesis-nav-menu .sub-menu .current-menu-item a {
	color: #bf9000;
}

#menu-container .genesis-nav-menu a,
.home #menu-container .current-menu-item > a,
.front-page #menu-container .current-menu-item > a,
#menu-container .current-menu-item > a:hover,
#menu-container .current-menu-item > a:focus,
#menu-container .sub-menu .current-menu-item a:hover,
#menu-container .sub-menu .current-menu-item a:focus,
#menu-container .genesis-nav-menu .current-menu-item a:hover, 
#menu-container .genesis-nav-menu .current-menu-item a:focus,
#menu-container .genesis-nav-menu .sub-menu .current-menu-item a:hover,
#menu-container .genesis-nav-menu .sub-menu .current-menu-item a:focus {
	color: #000000;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 230px;
	padding-top: 20px;
	z-index: 102;
	background-color: #f9f9f9;
	margin-left: -20px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f9f9f9;
	border-top: 0;
	font-size: 10px;
	font-size: 1.rem;
	line-height: 1.8;
	padding: 0px 20px 20px 20px;
	position: relative;
	width: 230px;
	word-wrap: break-word;
	text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -60px 0 0 230px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome;
    padding-left: 2px;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 4px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.the-toggle {
	width: 15px;
	height: 15px;
	position: relative;
	margin: 6px 0 0 0;
}

.icon-bar {
	display: block;
	width: 15px;
	height: 1px;
	background: #000000;
	position: absolute;
	transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	transform-origin: center;
}
.icon-bar.top {
	top: 0;
}
.icon-bar.middle {
	top: 5px;
}
.icon-bar.bottom {
	top: 10px;
}
.menu-toggle.activated .icon-bar {
	transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.menu-toggle.activated .icon-bar.top {
	top: 6px;
	transform: rotate(135deg);
}
.menu-toggle.activated .icon-bar.middle {
	opacity: 0;
	transform: rotate(135deg);
}
.menu-toggle.activated .icon-bar.bottom {
	top: 6px;
	transform: rotate(225deg);
}


/* ## Before Header Navigation
--------------------------------------------- */


.nav-primary,
.nav-primary .wrap {
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.nav-primary .wrap {
	max-width: 100%;
}


/* # Menu Widget Area
---------------------------------------------------------------------------------------------------- */

.herpark-menu-widget-area {
	float: right;
	margin-right: 35px;
	width: 20%;
	text-align: right;
}

.herpark-menu-widget-area .herpark-social {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 10px;
}

.herpark-menu-widget-area .herpark-social .genesis-nav-menu li {
	padding: 14px 0;
}

.herpark-menu-widget-area .herpark-social .genesis-nav-menu li a {
	padding: 0;
}

.herpark-menu-widget-area .widget_herpark_search {
	display: inline-block;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

#blog-layout .entry,
.home.blog .entry,
.full-width-content #blog-layout .entry,
.blog .entry,
.category .entry,
.tag .entry,
.date .entry,
.author .entry,
.search-results .entry {
	display: flex;
	flex-direction: row-reverse;
	padding: 0px;
	vertical-align: top;
	margin: 0 0% 4% 0;
}

.home.blog .entry.even,
.blog .entry.even,
#blog-layout .entry.even,
.category .entry.even,
.tag .entry.even,
.date .entry.even,
.author .entry.even,
.search-results .entry.even {
	flex-direction: row;
}

.home.blog .featuredpost .entry,
.home.blog .featuredpage .entry,
.blog .featuredpost .entry,
.blog .featuredpage .entry,
.home .featuredpost .entry,
.home .featuredpage .entry {
	display: block;
}

.home.blog .featuredpost .entry .entry-header,
.home.blog .featuredpage .entry .entry-header,
.blog .featuredpost .entry .entry-header,
.blog .featuredpage .entry .entry-header,
.home .featuredpost .entry .entry-header,
.home .featuredpage .entry .entry-header {
	display: block;
}

.home.blog .featuredpost .entry .entry-header h4,
.home.blog .featuredpage .entry .entry-header h4,
.blog .featuredpost .entry .entry-header h4,
.blog .featuredpage .entry .entry-header h4,
.home .featuredpost .entry .entry-header h4,
.home .featuredpage .entry .entry-header h4 {
	text-align: center !important;
}

.home.blog .featuredpost .entry,
.home.blog .featuredpage .entry,
.blog .featuredpost .entry,
.blog .featuredpage .entry,
.home .featuredpost .entry,
.home .featuredpage .entry {
	border: none;
	padding: 0;
	background: transparent;
}

#blog-layout .entry .featured-image.mobile,
.home.blog .entry .featured-image.mobile,
.blog .entry .featured-image.mobile,
.category .entry .featured-image.mobile,
.tag .entry .featured-image.mobile,
.date .entry .featured-image.mobile,
.author .entry .featured-image.mobile,
.search-results .entry .featured-image.mobile {
	display: none;
}

#blog-layout .entry .featured-image,
.home.blog .entry .featured-image,
.blog .entry .featured-image,
.category .entry .featured-image,
.tag .entry .featured-image,
.date .entry .featured-image,
.author .entry .featured-image,
.search-results .entry .featured-image {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	background-position: center;
	-moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

#blog-layout .entry .summary,
.home.blog .entry .summary,
.blog .entry .summary,
.category .entry .summary,
.tag .entry .summary,
.date .entry .summary,
.author .entry .summary,
.search-results .entry .summary {
	padding: 0px;
	width: 50%;
	margin-right: 40px;
	display: table-cell;
	vertical-align: middle;
	border-left: none;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

#blog-layout .entry.even .summary,
.home.blog .entry.even .summary,
.blog .entry.even .summary,
.full-width-content #blog-layout .entry.even .summary,
.blog.full-width-content .entry.even .summary,
.category .entry.even .summary,
.tag .entry.even .summary,
.date .entry.even .summary,
.author .entry.even .summary,
.search-results .entry.even .summary {
	margin-left: 40px;
	margin-right: 0px;
}

.post .summary .entry-content {
	font-size: 14px;
	font-size: 1.4rem;
}

time.entry-time {
	font-size: 90%;
}

.summary .entry-content .post-footer {
	font-size: 16px;
	font-size: 1.6rem;
	font-size: 85%;
	color: #000000;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	line-height: 2.8;
	font-weight: normal;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	letter-spacing: 0.2em;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0px 0px 0px;
	display: table;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.summary .entry-content .post-footer .more-link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}

.summary .entry-content .post-footer .footer-comments {
	border-left: 1px solid #000000;
	border-bottom: 0px solid #000000;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}

.summary .entry-content .post-footer .footer-comments .entry-comments-link a:after {
	content: "\f0e5";
	font-family: FontAwesome;
	font-size: 16px;
	font-size: 1.6rem;
	font-size: 100%;
	vertical-align: top;
	text-align: center;
	margin-left: 5px;
}

.search-no-results .entry p,
.archive-no-results .entry p {
	text-align: center;
}

.archive-no-results .entry {
	display: block;
}


/* ## Entries
--------------------------------------------- */

.entry {
	background-color: transparent;
	margin-bottom: 40px;
	padding: 0px;
}

.content-sidebar .entry,
.sidebar-content .entry,
.single-post .content .entry {
	margin-bottom: 8%;
	padding: 0px;
}

.full-width-content #blog-layout .entry,
.blog.full-width-content .site-inner .entry {
	margin-bottom: 4% !important;
	padding-bottom: 40px !important;
}

.home.blog .entry:first-child,
.blog .entry:first-child,
.full-width-content #blog-layout .entry:first-child,
.blog.full-width-content .site-inner .entry:first-child {
	padding-top: 0 !important;
}

.page.full-width-content .entry {
	border: none !important;
	padding: 0 0 0px !important;
}

aside .entry {
	border: none;
}

.entry-content {
	line-height: 2.2;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.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 code {
	background-color: #333;
	color: #e5e5e5;
}

/* ## More Link
--------------------------------------------- */


.sidebar-primary .more-link,
.herpark-footer-widgets .more-link {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	padding: 0px 0;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
} 

.featuredpage a.more-link,
.featuredpost a.more-link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}

.sidebar-primary .featuredpost a.more-link,
.sidebar-primary .featuredpage a.more-link,
.featuredpage a.more-link {
	display: block;
}

a.more-link,
.more-link a {
	background-color: transparent;
	color: #bf9000;
	border: none;
	padding: 10px 20px;
}

a.more-link:hover,
a.more-link:focus,
.more-link a:hover,
.more-link a:focus {
	background-color: transparent;
	color: #000000;
	border: none;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.single-post .entry-header {
	text-align: center;
}

.single-post time.entry-time {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.single-post .entry-categories {
	margin-bottom: 30px;
	text-align: center;
	font-size: 80%;
}


.single-post .entry-header .entry-meta {
	margin-bottom: 30px;
	padding-top: 0;
	border: none;
}

.single-post .entry-meta {
	margin-bottom: 0px;
	margin-top: 20px;
	border-top: 1px solid #000000;
	padding-top: 30px;
	text-align: center;
}

.entry-footer .entry-meta {
	border-top: 1px solid #000000;
	padding-top: 24px;
}

.entry-categories {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 90%;
	letter-spacing: 0.2em;
	line-height: 2;
	text-transform: uppercase;
	display: block;
}

.entry-tags {
	font-weight: 400;
	text-transform: lowercase;
}

.entry-categories a {
	color: #bf9000;
	padding-bottom: 5px;
}

.entry-categories a:hover {
	color: #000000;
}

.entry-comments-link {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;	
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px auto 40px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.adjacent-entry-pagination {
	max-width: 1100px;
}

.adjacent-entry-pagination a {
	text-transform: uppercase;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	padding: 5px 15px;
	color: #000000;
}

.archive-pagination a {
	color: #bf9000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: 400;
	padding: 15px 20px;
	padding: 0;
	border: none;
	background: transparent;
	text-transform: uppercase;
}

.archive-pagination .active a:hover,
.archive-pagination .active a:focus {
	color: #000000;
} 

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	color: #bf9000;
}

.archive-pagination a:focus,
.archive-pagination a:hover {
	color: #000000;
}

li.pagination-previous,
li.pagination-next {
	display: none;
}

/* ## Comments
--------------------------------------------- */

h3#reply-title.comment-reply-title {
	text-align: center;
	text-transform: uppercase;
}

.single-post p.comment-notes,
.single-post .comment-form p.logged-in-as,
.page-template-default p.comment-notes,
.page-template-default .comment-form p.logged-in-as,
.page-template p.comment-notes,
.page-template .comment-form p.logged-in-as {
	text-align: center;
}

.comment-respond label {
	font-size: 80%
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: transparent;
    border: 1px solid #000000;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments .comment-respond {
	margin-top: 40px;
}

.entry-comments {
	padding: 60px;
}

.entry-comments h3 {
	text-align: center;
	text-transform: uppercase;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form {
	display: table;
	width: 100%;
}

p.comment-form-comment {
	margin-bottom: 2%;
}

.single-post .comment-respond label[for="comment"], 
.page-template-default .comment-respond label[for="comment"], 
.page-template .comment-respond label[for="comment"]{
	display: none;
	margin-right: 12px;
}

.single-post p.comment-form-email,
.single-post p.comment-form-author,
.single-post p.comment-form-url,
.page-template-default p.comment-form-email,
.page-template-default p.comment-form-author,
.page-template-default p.comment-form-url,
.page-template p.comment-form-email,
.page-template p.comment-form-author,
.page-template p.comment-form-url {
	margin-bottom: 0;
}

.single-post .comment-respond input[type="url"],
.page-template-default .comment-respond input[type="url"],
.page-template .comment-respond input[type="url"] {
	float: left;
	width: 32%;
	margin-right: 0;
	margin-bottom: 2%;
}

.single-post .comment-respond input[type="text"],
.page-template-default .comment-respond input[type="text"],
.page-template .comment-respond input[type="text"], 
.single-post .comment-respond input#email,
.page-template-default .comment-respond input#email,
.page-template .comment-respond input#email {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.comment-respond input#submit.submit {
	float: left;
	width: 100%;
	margin: 0 0 2%;
}

/* ## Share Buttons
--------------------------------------------- */

.share-after {
	text-align: center;
	margin: 20px 0 0;
}

.single-post .share-after {
	text-align: center;
	margin: 80px 0 0;
}

.share-before {
	text-align: center;
        margin: 0px 0 40px;
}

.share-filled .twitter .share {
	width: 20px;
}

.share-filled .twitter:hover .share,
.share-filled .googlePlus:hover .share,
.share-filled .facebook:hover .share,
.share-filled .linkedin:hover .share,
.share-filled .stumbleupon:hover .share,
.share-filled .pinterest:hover .share,
.share-medium .no-count .share {
	width: 20px !important;
}

.content .share-filled .share {
	background: transparent !important;
	font-size: 1rem;
	color: black;
	text-transform: uppercase;
}

.content .share-filled .share span {
	display: none;
}

.googlePlus .share:before {
	font-family: 'FontAwesome';
	content: '\f0d5';
	margin-left: 0px;
}

.share-small .googlePlus .share {
	padding: 0 0 0 30px;
}

.share-medium .googlePlus .share {
	padding: 0 0 0 32px;
}

.share-filled .count {
	display: none;
}

.share-tall .share {
	width: 20px;
}

.share-tall .facebook .share {
	padding-left: 20px;
}

.share-tall .twitter .share:before {
	display: block;
}

.share-filled .twitter .share,
.share-tall .facebook .share,
.share-tall .pinterest .share,
.share-tall .stumbleupon .share,
.share-tall .linkedin .share,
.share-tall .googlePlus .share {
	width: 28px;
	padding-left: 28px;
}


/* # Related Posts
---------------------------------------------------------------------------------------------------- */

.related-posts {
	margin: 40px auto;
}

.related-posts h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 20px 0px 20px 0px;
	background: none;
	padding: 3px;
	font-weight: normal;
	letter-spacing: 0.15em;
}

ul.related-list {
	display: table;
	width: 100%;
}

ul.related-list li {
	display: inline-block;
	vertical-align: top;
	width: 30.5%;
	margin-right: 4%;
}

ul.related-list li:last-child {
	margin-right: 0;
}

ul.related-list li h2 {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	padding: 20px;
	background: #f8f8f8;
}

.sidebar .widget:last-child {
	border: none;
}

.sidebar .widget-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 20px 20px;
	line-height: 2;
	margin-bottom: 0;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: normal;
}

.sidebar .widget .widget-title:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 15px;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
}

.sidebar .widget .cat-item,
.sidebar .widget_pages li,
.sidebar .widget_archive li,
.sidebar .widget li {
	font-weight: 400;
	text-align: center;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sidebar .widget.widget_nav_menu {
	text-align: center;
	text-transform: uppercase;
}

.widget_categories li,
.widget_categories ul > li:last-of-type,
.widget_product_categories li,
.widget_product_categories ul > li:last-of-type {
	display: block;
}

.sidebar .widget_simpleimage p {
	margin-bottom: 20px;
	font-size: 95%;
}

.sidebar .widget_simpleimage p:last-of-type {
	margin-bottom: 0;
}

.sidebar .herpark-social .genesis-nav-menu li a {
	padding: 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.after-entry .widget {
	background: #f8f8f8;
	padding: 40px;
	text-align: center;
}

.after-entry .widget-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;
	padding: 10px 20px 20px;
	line-height: 2;
	margin-bottom: 0;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: normal;
}

.after-entry.widget-area .widget:last-of-type {
	margin-bottom: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.herpark-popular-widget-area {
	background-color: #f9f9f9;
}

.herpark-popular-widget-area .widget-title {
	background: #ffffff;
	border-top: 1px solid #000000;
	padding-top: 1em;
	margin-bottom: 0;
	padding-bottom: 1em;
	text-align: center;
	font-size: 100%;
	color: #000000;
}

.herpark-footer-widgets {
	background-color: #f9f9f9;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #000000;
}

.herpark-footer-widgets > .wrap {
	padding: 80px 0 0;
}

.herpark-footer-widgets .widgettitle {
	font-size: 18px;
	font-size: 1.8rem;
	font-size: 110%;
}

.herpark-footer-widgets ul > li {
	margin-bottom: 0;
}

.herpark-footer-widgets .widget_nav_menu ul > li {
	display: inline-block;
	margin: 0 15px;
}

.herpark-footer-widgets a:not(.button),
.herpark-footer-widgets .widget_nav_menu .current-menu-item > a:focus,
.herpark-footer-widgets .widget_nav_menu .current-menu-item > a:hover {
	color: #000000;
}

.herpark-footer-widgets a:not(.button):hover,
.herpark-footer-widgets a:not(.button):focus,
.herpark-footer-widgets .widget_nav_menu .current-menu-item > a {
	color: #bf9000;

}

.herpark-footer-widgets .genesis-nav-menu a {
	padding: 10px 0;
}

.herpark-footer-widgets .herpark-social.widget_nav_menu ul > li {
	margin: 0 8px;
}


/* # Site Footer & Footer Social Icons
---------------------------------------------------------------------------------------------------- */


.site-footer > .wrap {
	max-width: 100%;
	padding: 0 0px;
	max-width: 100%;
}

.site-footer {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0px 0px 0px;
	text-align: center;
	color: #000000;
	float: left;
	width: 100%;
	background: #f8f8f8;
}

.herpark-footer-social {
	float: left;
	width: 32%;
	padding: 25px 0px 25px 30px;
}

.herpark-footer-social .herpark-social .genesis-nav-menu {
	text-align: left;
}

.site-footer .herpark-social .genesis-nav-menu a {
	color: #000000;
	padding: 0;
}

.site-footer .herpark-social .genesis-nav-menu a:hover,
.site-footer .herpark-social .genesis-nav-menu a:focus {
	color: #bf9000;
}

.site-footer h6 {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 3px;
}

.site-footer a {
	color: #000000;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #000000;
}

.site-footer p {
	margin-bottom: 0;
}

.creditline {
	text-transform: uppercase;
	padding: 25px 30px 25px 0;
	line-height: 2;
	float: right;
	width: 57%;
	text-align: right;
	color: #000000;
}

.creditline a,
.creditline a:hover {
	color: #000000;
}


/* # Flex Video
---------------------------------------------------------------------------------------------------- */

div.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 0px 0px 28px;
  clear: both;
}
 
div.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* # Cookie Bar
---------------------------------------------------------------------------------------------------- */

.bottom-slidein {
	background-color: rgba(255, 255, 255, 0.95);
	color: #000000;
	bottom: 20px;
	position: fixed;
	left: 20px;
	width: 350px;
	z-index: 999;
	-webkit-transform: translateY(125%);
	transform: translateY(125%);
	-webkit-transition: -webkit-transform 2s ease-in-out;
	transition: -webkit-transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out, 
	-webkit-transform 2s ease-in-out;
	padding: 20px;
	text-align: center;
	opacity: 0;
}

.bottom-slidein .widget-title {
	color: #ffffff;
	font-size: 30px;
}

.bottom-slidein .widget p {
	margin-bottom: 15px;
	font-size: 12px;
	font-size: 1.2rem;

}

.cookie-buttons .button {
	padding: 5px 15px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 2% !important;
	font-size: 1.2rem !important; 
}

.cookie-buttons .button:last-of-type {
	margin-right: 0 !important;
}

body.bottom-slidein-visible .bottom-slidein {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


/* # Back to Top
---------------------------------------------------------------------------------------------------- */

#backtotop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#backtotop i {
	font-size: 3.5rem;
}


/* # Shortcodes
---------------------------------------------------------------------------------------------------- */


/* ## Toggle
--------------------------------------------- */

.faq-block h3 {
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 40px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
}

.faq-block .answer {
    margin-bottom: 40px;
}

.faq-block .answer p:last-of-type {
	margin: 0;
}

.faq-block h3:before {
    content: "\f107";
    font-family: FontAwesome;
    padding-top: 3px;
    padding-right: 10px;
    font-style: normal;
    right: 0;
    position: absolute !important;
    font-size: 1.8rem;
}

.faq-block.collapse h3:before {
    content: "\f106";
    font-family: FontAwesome;
    padding-right: 10px;
    font-style: normal;
    font-size: 1.8rem;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1400px) {

	.herpark-footer-widgets .widget-thirds .enews-widget input {
		width: 100%;
		margin-right: 0%;
	}

	.herpark-footer-widgets .widget-thirds .enews-widget input#subbutton {
		width: 100%;
	}

}


@media only screen and (max-width: 1250px) {


	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	#header-container .header-content > .wrap {
		display: block;
	}

	#header-container #menu-widget-area {
		display: block;
		position: fixed;
		right: 15px;
		top: 0px;
		width: 50%;
		z-index: 9999;
	}

	.site-header {
		display: block;
		width: 100%;
		margin-top: 90px;
		padding-right: 0;
	}

	.home.paged #menu-container, #menu-container {
		padding-bottom: 0;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}

}

@media only screen and (max-width: 1200px) {


	
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.herpark-footer-widgets > .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media only screen and (max-width: 1024px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	#herohome {
		background-attachment: scroll !important;
	}

}

@media only screen and (max-width: 860px) {

	body,
	body > div {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.single-post .site-inner,
	.blog .site-inner,
	.page-template-page_blog .site-inner,
	.site-inner,
	.sidebar-content .site-inner,
	.content-sidebar .site-inner,
	.full-width-content .site-inner  {
		padding: 0% 5% 15%;
	}

	.page-template-default.full-width-content .site-inner {
		padding: 0% 5% 15%;
	}

	.adjacent-entry-pagination.pagination {
		padding: 0 5% 5%;
	}

	.home .site-inner .wrap,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page .site-inner {
		padding: 8% 5% 0 !important;
	}

	.front-page .site-inner .entry {
		margin-bottom: 0;
	}

	.front-page .site-inner .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.herpark-popular-widget-area .wrap {
		padding-left: 0%;
		padding-right: 0%;
	}

	.front-page .site-inner .box .wrap {
		padding: 0;
	}

	.widget-area.flexible-widgets .widget, 
	.flexible-widgets.widget-full .featuredpost .entry, 
	.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry, 
	.flexible-widgets.widget-halves.uneven .featuredpost .entry, 
	.flexible-widgets .featuredpost .entry, 
	.flexible-widgets .featuredpost.widget:last-of-type .entry {
		margin-bottom: 8%;
	}

	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		padding: 30px;
		margin-bottom: 5%;
	}

	.author-box {
		text-align: center;
	}

	.author-box .avatar {
		float: none;
		margin: 0 auto 20px;
	}

	h4.author-box-title,
	.author-box-content {
		float: none;
		width: 100%;
		text-align: center;
	}

	.after-entry .enews-widget input {
		width: 100%;
		margin-right: 0%;
	}

	.after-entry .enews-widget input#subbutton {
		width: 100%;
	}

	.archive-description {
		padding: 30px;
		margin-bottom: 0;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 10% auto 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		width: 100%;
	}

	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 4),
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 5),
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-halves.uneven .featuredpost .entry,
	.flexible-widgets .featuredpost .entry
	.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
	.flexible-widgets.widget-full .featuredpost .entry,
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 1),
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 2),
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 3),
	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets .featuredpost .entry {
	    width: 100%;
	    margin-right: 0;
	}


	.herpark-footer-widgets .widget .widget-title {
		margin-bottom: 15px;
	}

	.herpark-footer-widgets .widget_nav_menu ul > li {
		display: block;
	}

	.herpark-footer-widgets .herpark-social.widget_nav_menu ul > li {
		display: inline-block;
	}

	.site-footer {
		padding: 20px 20px 20px;
	}

	.blog.content-sidebar .site-inner, 
	.blog.sidebar-content .site-inner, 
	.blog.full-width-content .site-inner {
		padding: 5% 5% 15%;
	}

	.blog.paged.content-sidebar .site-inner, 
	.blog.paged.sidebar-content .site-inner, 
	.blog.paged.full-width-content .site-inner {
		padding: 0 5% 15%;
	}

	.herpark-footer-widgets .widget-full .enews-widget form,
	.herpark-footer-widgets .widget-halves.uneven .enews-widget form,
	.widget-area.flexible-widgets .widget:first-of-type .enews form {
		display: block;
	}

	.herpark-footer-widgets .widget-full .enews-widget form input,
	.herpark-footer-widgets .widget-halves.uneven .enews-widget form input,
	.widget-area.flexible-widgets .widget:first-of-type .enews form input {
		width: 100%;
	}

	.herpark-footer-widgets .widget-full .enews-widget form input[type="text"],
	.herpark-footer-widgets .widget-full .enews-widget form input[type="email"],
	.herpark-footer-widgets .widget-halves.uneven .enews-widget form input[type="text"],
	.herpark-footer-widgets .widget-halves.uneven .enews-widget form input[type="email"],
	.widget-area.flexible-widgets .widget:first-of-type .enews form input[type="text"],
	.widget-area.flexible-widgets .widget:first-of-type .enews form input[type="email"]{
		border-right-width: 1px;
		border-bottom-width: 0px;
	}


	/* ### Genesis Responsive Menus */

	#menu-container.fixed .menu-content {
		position: relative;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
		max-width: 100%;
	}

	.genesis-responsive-menu,
	.nav-primary {
		display: none;
		position: fixed;
		top: 44px;
		left: 0;
		width: 100%;
		margin-top: 0;
		padding-right: 0px;
		z-index: 999;
		background: #f9f9f9;
	}

	#menu-container .wrap .sub-menu a {
		padding: 0px;
	}

	.nav-primary .genesis-nav-menu {
		padding: 20px 0;               
	}

    .herpark-footer-widgets .genesis-nav-menu {
		padding: 10px 0;
        max-height: auto;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #000000;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #bf9000;
	}

	.menu-toggle:focus,
	.menu-toggle:hover {
		background-color: #f9f9f9;
	}

	.menu-toggle {
		background-color: #f9f9f9;
		line-height: 22px;
		z-index: 1000;
		position: fixed;
		top: 0px;
		padding: 10px 20px 5px;
		left: 0;
		float: left;
		width: 20%;
	}

	.admin-bar .menu-toggle {
		top: 32px;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 0px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: none;
		padding: 0px;
		position: relative;
		display: inline;
		right: auto;
		top: 3px;
		z-index: 100;
	}

	.sub-menu-toggle.activated {
		top: 0px;
	}

	.sub-menu .sub-menu-toggle {
		padding: 0px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		font-size: 90%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
		padding: 10px 20px;
	}

	li.menu-item.moved-item-menu-social {
		display: inline-block !important;
		text-align: left;
		float: left !important;
		margin-bottom: 10px;
	}

	li.menu-item.moved-item-menu-social a {
		padding: 15px 0px 15px 20px !important;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 0px;
		width: 100%;
		display: inline;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item .sub-menu a {
		padding: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after,
	.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-top: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu li a {
		padding-bottom: 0;
	}


	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.sub-menu-toggle.dashicons-before:before {
		font-size: 16px !important;
	}

	.herpark-menu-widget-area {
		width: 80%;
		margin-right: 0;
	}

	.herpark-footer-social {
		margin-bottom: 20px;
	}

	.herpark-footer-social,
	.creditline {
		width: 100%;
		padding: 0;
		float: left;
	}

	.herpark-footer-social .herpark-social .genesis-nav-menu,
	.creditline {
		text-align: center;
	}


}

@media only screen and (max-width: 768px) {
	

	.page-template-page_blog .post.odd .summary .entry-title, 
	.page-template-page_blog .post.odd .summary .entry-header, 
	.post.odd .summary .entry-title, 
	.post.odd .summary .entry-header,
	.page-template-page_blog .post.even .summary .entry-title, 
	.page-template-page_blog .post.even .summary .entry-header, 
	.post.even .summary .entry-title, 
	.post.even .summary .entry-header {
		text-align: center;
	}

	#blog-layout .entry .featured-image,
	#blog-layout .entry,
	#blog-layout .entry .summary,
	.home.blog .entry .featured-image,
	.blog .entry .featured-image,
	.home.blog .entry,
	.blog .entry,
	.category .entry, 
	.tag .entry, 
	.date .entry, 
	.author .entry, 
	.search-results .entry,
	.home.blog .entry .summary,
	.blog .entry .summary,
	.full-width-content #blog-layout .entry .featured-image,
	.full-width-content #blog-layout .entry,
	.full-width-content #blog-layout .entry .summary,
	#blog-layout .entry .summary, 
	.home.blog .entry .summary,
	.blog .entry .summary, 
	.category .entry .summary, 
	.tag .entry .summary, 
	.date .entry .summary, 
	.author .entry .summary, 
	.search-results .entry .summary,
	.category .entry .featured-image, 
	.tag .entry .featured-image, 
	.date .entry .featured-image, 
	.author .entry .featured-image, 
	.search-results .entry .featured-image {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.full-width-content #blog-layout .entry .featured-image,
	#blog-layout .entry .featured-image,
	.home.blog .entry .featured-image,
	.blog .entry .featured-image,
	.category .entry .featured-image, 
	.tag .entry .featured-image, 
	.date .entry .featured-image, 
	.author .entry .featured-image, 
	.search-results .entry .featured-image {
		display: none;
	}

	.full-width-content #blog-layout .entry .featured-image.mobile,
	#blog-layout .entry .featured-image.mobile,
	.home.blog .entry .featured-image.mobile,
	.blog .entry .featured-image.mobile,
	.category .entry .featured-image.mobile, 
	.tag .entry .featured-image.mobile, 
	.date .entry .featured-image.mobile, 
	.author .entry .featured-image.mobile, 
	.search-results .entry .featured-image.mobile {
		display: block;
		margin-bottom: 20px;
	}

	#blog-layout .entry.even .summary, 
	.home.blog .entry.even .summary, 
	.blog .entry.even .summary, 
	.full-width-content #blog-layout .entry.even .summary, 
	.blog.full-width-content .entry.even .summary, 
	.category .entry.even .summary, 
	.tag .entry.even .summary, 
	.date .entry.even .summary, 
	.author .entry.even .summary, 
	.search-results .entry.even .summary {
		margin-left: 0;
	}

	.flexible-widgets.widget-thirds .widget, 
	.flexible-widgets.widget-halves.uneven .featuredpost .entry, 
	.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry, 
	.flexible-widgets.widget-full .featuredpost .entry, 
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 1), 
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 2), 
	.flexible-widgets.widget-uneven .widget:nth-of-type(6n + 3), 
	.flexible-widgets .featuredpost .entry {
		width: 100%;
		display: block;
		margin-right: 0;
	}

	.flex-direction-nav li .next, 
	.flex-direction-nav li .next:hover {
		-background-position: -30px 0 !important; 
	}

	.slide-excerpt-border {
		display: none !important;
	}

	.bottom-slidein {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	#backtotop {
		bottom: 20px;
		right: 20px;
	}

	.category .entry, 
	.date .entry, 
	.search-results .entry, 
	.tag .entry,
	.author .entry,
	.content-sidebar.category .entry, 
	.content-sidebar.date .entry, 
	.content-sidebar.search-results .entry, 
	.content-sidebar.tag .entry,
	.content-sidebar.author .entry {
		margin: 0 0 4%;
		width: 100%;
	}

	ul.related-list li {
		width: 48%;
		margin-right: 4%;
	}

	ul.related-list li:nth-child(2n) {
		margin-right: 0;
	}

	ul.related-list li:last-child {
		display: none;
	}

	.entry-content .search-form {
		width: 100%;
	}

	.instagram-widget .widget {
		padding-bottom: 0;
	}

	#instafeed {
		max-width: 90%;
	}

	#instafeed li{
		width: 46%;
		padding-top: 46%;
	}

	.herpark-popular-widget-area #instafeed {
		max-width: 100%;
		margin-bottom: 4%;
	}

	.herpark-popular-widget-area #instafeed li {
		width: 50%;
		padding-top: 50%;
		margin-bottom: 0;
	}

	.herpark-footer-widgets > .wrap {
		padding-top: 5%;
	}

	.footer-menu-widget .widget_nav_menu li {
		display: block;
		margin: 0 0 15px;
	}

}

@media only screen and (max-width: 600px) {

	.wpcf7 .name,
	.wpcf7 .email {
		float: none;
		width: 100%;
	}

   	 .gallery-item {
    		margin: 0 0 4%;
   	 }

   	.gallery-columns-2 .gallery-item,
   	.gallery-columns-3 .gallery-item,
   	.gallery-columns-4 .gallery-item,
    	.gallery-columns-5 .gallery-item,
    	.gallery-columns-6 .gallery-item,
    	.gallery-columns-7 .gallery-item,
    	.gallery-columns-8 .gallery-item,
    	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.comment-form {
		display: block;
		width: 100%;
	}

	.single-post .comment-respond input[type="text"],
    .page-template-default .comment-respond input[type="text"],
    .page-template .comment-respond input[type="text"], 
    .single-post .comment-respond input[type="url"],
    .page-template-default .comment-respond input[type="url"],
    .page-template .comment-respond input[type="url"], 
    .single-post .comment-respond input#email,
    .page-template-default .comment-respond input#email,
    .page-template .comment-respond input#email {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}

    .comment-respond input#submit.submit {
        float: none;
    }

	.herpark-footer-widgets > .wrap {
		padding: 55px 5% 25px 5%;
	}
	
	#popup-search input,
	#popup-search input[type="submit"],
	#popup-search input[type="search"]{
		font-size: 16px;
	}

	.creditline span {
		display: block;
		margin-bottom: 5px;
	}

	#genesis-responsive-slider .slide-excerpt-border h2 {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 320px) {

    /* Uncomment the following only if the last filter item is on its own in a separate line like this: http://i.imgur.com/0VD8tmU.png */
    ul.filter li:last-child {
        margin-left: 0;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: none;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar,
	.instagram-widget,
	.after-entry,
	.herpark-footer-widgets {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}