/*
	Theme Name: Sophie
	Theme URI: http://sophie.herparkstudio.com/
	Description: This is Sophie theme created for the Genesis Framework.
	Author: Herpark
	Author URI: https://www.herparkstudio.com/

	Version: 2.0.4

	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: 2.0.4

	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
- Front Page
	- Front Page 1
	- Front Page 2
	- Front Page 3
	- Front Page 4
	- Front Page 5
	- Front Page 6
- Portfolio
	- Filterable Portfolio
 	- Isotope CSS Animations
	- Archive portfolio
	- Single portfolio
- Pages
	- Full width page
	- Landing page
	- Custom page
	- Password page
- Contact Form
- Widgets
	- Featured Content
	- Flexible widgets
	- Front Page Woocommerce widget
	- Featured portfolio widget
	- Front Page Featured post widget
	- Top Bar
	- Mailchimp subscription box widget
- Plugins
	- Genesis eNews Extended
	- Genesis Slider
	- Jetpack
	- Instafeed
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
- 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
	- Dropcap
	- Boxes & Call To Action Box
	- Image
	- Toggle
- Media Queries
	- Max-width: 1340px
	- Max-width: 1250px
	- Max-width: 1200px
	- Max-width: 1023px
	- 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:0.7}::-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;
}


/* ## 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: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #ffffff;
	color: #333;
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	font-size: 2.2rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	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: #a58d5f;
	text-decoration: none;
}
#top-bar .woocommerce.widget_shopping_cart .widgettitle:hover,
#top-bar .woocommerce.widget_shopping_cart .widgettitle:focus,
.nav-primary .woocommerce.widget_shopping_cart .widgettitle:hover,
.nav-primary .woocommerce.widget_shopping_cart .widgettitle:focus {
	color: #cccccc;
}

*:focus {
	outline: 0 !important;
}

a:focus,
a:hover {
	color: #333333;
	text-decoration: none;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle,
.nav-primary .woocommerce.widget_shopping_cart .widgettitle {
	color: #ffffff;
}


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 #e5e5e5;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #e5e5e5;
	color: #000;
}

blockquote {
	margin-bottom: 60px;
}

blockquote p {
	margin: 40px 0 40px 80px;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: bold;
	text-indent: -30px;
	quotes:"\201C" "\201D";
	position: relative;
	text-align: right;
}

blockquote p:before, blockquote p:after {
	font:bold 45px/1px Georgia, serif;
	position:absolute;
}

blockquote p:before {
	content:open-quote;
	top: 0px;
}

blockquote p:after {
	content:close-quote;
	right: -30px;
	bottom: -20px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

p.cool {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
}

i.icon::before {
	font-size: 3.5rem;
    vertical-align: bottom;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 10px;
	letter-spacing: 5px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h2.cool {
	font-family: 'Eb Garamond', serif;
	font-weight: 400;
	font-size: 50px;
	font-size: 5rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 20px;
}

.sidebar-primary h2.cool {
	font-size: 30px;
	font-size: 3rem;
}


h2.cool.line:after {
	content: '';
	width: 150px;
	height: 2px;
	background: #333333;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}

.sidebar-primary h2.cool.line:after {
	content: '';
	width: 50px;
	height: 2px;
	background: #333333;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}

h2.cool.line.center:after {
	margin: 20px auto 30px !important;
}

h2.cool.line.left:after {
	margin-left: 0 !important;
}

h2.cool.line.right:after {
	margin-right: 0 !important;
	margin-left: auto !important;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

h5 {
	font-size: 12px;
	font-size: 1.1rem;
}

h6 {
	font-size: 10px;
	font-size: 0.8rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Fade Effect
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.js .fadeup-effect {
	opacity: 0;
	-overflow: hidden;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* ## 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 #e5e5e5;
	height: auto;
	padding: 0px;
}

.gallery img:focus,
.gallery img:hover {
	border: 0px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #333333;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
	padding: 10px;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

select {
	border-radius: 0 !important;
	padding: 10px 16px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	width: 100% !important;
	background-color: transparent;
	background-image: url(images/arrow-down.png) !important;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.widget_archive select {
	font-weight: 700;
	text-transform: uppercase;
	left: 0.1em;
	background-color: #f4f4f4;
	border: none;
	padding: 10px 20px;
	background-position: 94% 50%;
}

input[type="search"] {
	letter-spacing: 5px;
	font-weight: 700;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	width: 85%;
}

.sidebar-primary input[type="search"] {
	width: 80%;
}

a.button,
button,
.button,
ul.filter li,
.comment-reply-link {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
	font-weight: 700;
}

input:focus,
textarea:focus {
	border: 1px solid #ddd;
	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 #c0c0c0;
    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 #c0c0c0 !important;

}   

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

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

.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: #a58d5f;
	border: 1px solid #a58d5f;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 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 #333333;
	color: #333333;
}

.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: 8px;
	font-size: 0.8rem;
	padding: 8px 16px;
}

a.button.medium {
	font-size: 10px;
	font-size: 1rem;
	padding: 10px 20px;
	line-height: 1.625;
	max-width: 100%;
}

a.button.large {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 28px;
	line-height: 1.625;
	max-width: 100%;
}

a.button.extra-large {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 32px;
	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 #e5e5e5;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #e5e5e5;
	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: #333333;
	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: 1280px;
}

.site-inner {
	clear: both;
	padding: 90px 0 50px;
	word-wrap: break-word;
	margin-bottom: 0px;
}

.blog .site-inner,
.page-template-page_blog .site-inner,
.sidebar-content .site-inner,
.content-sidebar .site-inner {
	padding: 50px 0;
}

.single-post .site-inner {
	padding: 50px 0 50px;
}

.custom-page .site-inner {
	max-width: 100%;
	padding: 0;
}

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

/* ### Wrapping div for .content and .sidebar-primary */


/* ### Content */

.content {
	float: right;
	width: 880px;
}

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}


/* ## 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 #e5e5e5;
	background: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	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;
}

a.comment-author-link,
.comment-author span {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1.6rem;
}

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description {
	font-size: 18px;
	text-align: center;
	font-size: 1.8rem;
	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: 40px;
	padding-top: 0;
	margin-top: 0;
	width: 15%;
	font-size: 10px;
	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 {
	color: #333333;
}

.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: #333333;
	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;
}

#top-bar .widget_herpark_search {
	float: right;
}

#top-bar .widget_herpark_search i {
	color: #ffffff;
	cursor: pointer;
	display: block;
	cursor: pointer;
	font-size: 11px;
	vertical-align: top;
	padding-top: 0px;
	display: inline-table;
}


#top-bar .widget_herpark_search i:hover {
	color: #cccccc;
}


#top-bar .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;
	font-size: 16px;
	font-size: 1.6rem;
	height: 43px;
}

#popup-search input[type="submit"] {
	height: 43px;
	margin-top: 0;
	border: none;
	width: 6.9%;
	color: #000000;
	background: transparent;
	font-size: 16px;
	font-size: 1.6rem;
	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: 14px;
	font-size: 1.4rem;
}


.page-template-page_blog .archive-description {
	display: none;
}

.blog .entry-title,
.page-template-page_blog .entry-title {
	font-size: 30px;
	font-size: 3rem;
	text-align: left !important;
	margin-bottom: 10px !important;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.page .entry-title,
.page-description h1,
.page-title h1,
.post-type-archive-portfolio h1 {
	text-align: center;
	margin-bottom: 40px;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	text-transform: none;
}

.single-post .entry-title {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: none;
	letter-spacing: 0.1em;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333333;
	text-decoration: none;
	border: none !important;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #a58d5f;
}

.widget-title {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 40px;
}

/* ## 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: 600;
	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;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-inner {
	max-width: 100%;
	padding: 0 !important;
	margin-bottom: 0;
}

.front-page .widget-title {
	text-align: center;
}

.front-page .sidebar-primary {
	display: none;
}

.front-page .entry {
	border: none;
}

.front-page .site-inner .content > .entry {
	max-width: 1280px;
	margin: 0 auto 0px;
} 

.front-page .left {
	text-align: left;
}

.front-page .center {
	text-align: center;
}

.front-page .right {
	text-align: right;
}

.front-page .justify {
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.front-page .center a.button {
	margin: 20px 8px;
}

.front-page a.button {
	margin: 20px 0px;
}

.front-page a.button:last-of-type {
	margin-bottom: 0;
}

.front-page-2 > .wrap,
.front-page-3 > .wrap,
.front-page-4 > .wrap,
.front-page-5 > .wrap,
.front-page-6 > .wrap,
.front-page-7 > .wrap {
    padding: 140px 0 100px;
}

/* ## Front Page 1
--------------------------------------------- */


.front-page-1 {
	-moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
	display: table;
	width: 100%;
	height: 71vh;
	background-attachment: fixed !important;
}

.front-page-1-container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	background: rgba(255, 255, 255, 0.7);
}

.front-page-1 .wrap.hero .widget {
	letter-spacing: 0.1em;
	max-width: 960px;
	color: #333333;
	margin: 0 auto 0px;
}

.front-page-1 h2.cool.line:after {
	background: #333333;
}

.front-page-1 .herpark-button {
	display: inline-block;
}

/* ## Front Page 2
--------------------------------------------- */

.front-page-2 {
	background-color: #f4f4f4;
}

/* ## Front Page 3
--------------------------------------------- */

.front-page-3 {
	background-color: #ffffff;
}

/* ## Front Page 4
--------------------------------------------- */

.front-page-4 {
	background-color: #efeae3;
}

/* ## Front Page 5
--------------------------------------------- */

.front-page-5 {
	background-color: #ffffff;
}

/* ## Front Page 6
--------------------------------------------- */

.front-page-6 {
	background-color: #f4f4f4;
	display: table;
	width: 100%;
	-moz-background-size: cover;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center;
}

.front-page-6 .wrap.hero {
	display: table-cell;
	padding: 150px 30px;
	vertical-align: middle;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	background: rgba(255, 255, 255, 0.7);
}

.front-page-6 .wrap.hero .widget {
	max-width: 1280px;
	color: #333333;
	margin: 0 auto 40px;
}

.front-page-6 .wrap.hero .widget:last-child {
	margin: 0 auto 0;
}

.front-page-6 .textwidget {
	color: #333333;
	letter-spacing: 0.1em;
}

.front-page-6 a.button {
	margin: 0 8px;
}


.front-page-6 .woocommerce ul.product_list_widget li {
	padding: 20px;
	background: #ffffff;
}

/* ## Front Page 7
--------------------------------------------- */

.front-page-7 {
	background-color: #ffffff; 
}


/* # Portfolio
---------------------------------------------------------------------------------------------------- */

/* ## Filterable Portfolio
--------------------------------------------- */

.post-type-archive-portfolio #page-heading,
.widget_herpark_recent_projects #page-heading {
    margin-bottom: 6rem; /* modificar */
    text-align: center;
}

ul.filter {
    color: #333333;
    list-style: none;
    margin-left: 0;
}

#portfolio-cats {
	margin-left: 0;
}

ul.filter li {
    display: inline-block;
    margin-left: 1rem;
    margin-left: 10px;
    margin-bottom: 0rem;
    text-transform: uppercase;
}

ul.filter li:first-child {
   margin-left: 0;
}

ul.filter a {
	display: block;
	padding: 1rem 0rem;
	margin: 0 1rem;
	color: #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
	font-size: 1.2rem;
}

ul.filter a:hover, 
ul.filter a:focus,
ul.filter a.active {
    color: #a58d5f;
}

.filterable-portfolio {
    margin-left: -3.5rem;
    margin-left: -4%;
    overflow: hidden;
}

.filterable-portfolio-page .content .entry-header {
    margin-bottom: 1rem;
    margin-bottom: 10px;
}

.filterable-portfolio-page .content .entry-title {
    margin-bottom: 3rem;
    margin-bottom: 30px;
}



/* ##  Isotope CSS Animations
--------------------------------------------- */

.isotope, 
.isotope .isotope-item { 
	-webkit-transition-duration: 0.6s; 
	-moz-transition-duration: 0.6s; 
	-ms-transition-duration: 0.6s; 
	-o-transition-duration: 0.6s; 
	transition-duration: 0.6s; 
}

.isotope { 
	-webkit-transition-property: height, width; 
	-moz-transition-property: height, width; 
	-ms-transition-property: height, width; 
	-o-transition-property: height, width; 
	transition-property: height, width; 
}

.isotope .isotope-item { 
	-webkit-transition-property: 
	-webkit-transform, opacity; 
	-moz-transition-property: -moz-transform, opacity; 
	-ms-transition-property: -ms-transform, opacity; 
	-o-transition-property: top, left, opacity; 
	transition-property: transform, opacity; 
}

.isotope.no-transition, 
.isotope.no-transition .isotope-item, 
.isotope .isotope-item.no-transition { 
	-webkit-transition-duration: 0s; 
	-moz-transition-duration: 0s; 
	-ms-transition-duration: 0s; 
	-o-transition-duration: 0s; 
	transition-duration: 0s; 
}


/* ## Archive portfolio
--------------------------------------------- */

.portfolio-item {
    float: left;
    margin-bottom: 3.5rem;
    margin-bottom: 4%;
    margin-left: 3.5rem;
    margin-left: 4%;
    position: relative;
    width: 30.65%;
    width: 29.3%;
}

.portfolio-item a {
    display: block;
    border-bottom: none;
}

.portfolio-item a img {
    display: block;
    background: none;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
}

.portfolio-overlay {
	position: absolute;
	background: rgba(255,255,255, 0.8);
	opacity: 0;
	filter: alpha(opacity=0) !important; 
	-moz-opacity: 0 !important; 
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.portfolio-overlay:hover {
	filter: alpha(opacity=100) !important; 
	-moz-opacity: 1 !important; 
	opacity: 1 !important;
}

.portfolio-overlay h2 {
	padding: 10px 30px;
	margin: 0em auto 0em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center !important;
	color: #333333;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* ## Single portfolio
--------------------------------------------- */

.single-portfolio .site-inner {
	max-width: 100%;
	padding-top: 0;
}

.single-portfolio .page-thumbnail {
	height: 71vh;
	display: table;
	width: 100%;
	background-position: center !important;
	background-repeat: no-repeat;
	-moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed !important;
}

.single-portfolio .entry-header {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.7);
}

.single-portfolio .entry-header h1 {
	color: #333333;
	text-align: center;
	padding: 0 30px;
}

.single-portfolio .content {
	padding: 90px 30px 50px;
}

.single-portfolio .entry {
	max-width: 100%;
	width: 1280px;
	margin: 0 auto;
}

/* # Pages
---------------------------------------------------------------------------------------------------- */


.hide-title h1 {
	display: none;
}

/* ## Full Width Page
--------------------------------------------- */

.ancho-total .site-inner {
	padding: 0 0 0px 0;
	max-width: 100%;
}

.ancho-total .entry {
	padding: 0px 0px 0px;
	max-width: 100%;
	margin: 0 auto;
}

.ancho-total .content {
	padding: 0 0px;
	margin: 0 auto;
}

.woocommerce-page.ancho-total .content {
	padding: 50px 30px;
} 

.woocommerce-page.ancho-total .page-thumbnail {
	height: 40vh;
	background-attachment: scroll !important;
}

.ancho-total .page-thumbnail {
	height: 71vh;
	display: table;
	width: 100%;
	background-attachment: fixed !important;
}

.ancho-total .page-thumbnail .entry-header h1 {
	margin-bottom: 0;
	color: #333333;
	text-align: center;
}

.ancho-total .page-thumbnail .entry-header{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
}


.ancho-total.hide-title .page-thumbnail .entry-header h1 {
	display: none;
}

.ancho-total .page-thumbnail .intro {
	color: #333333;
}

.ancho-total .page-thumbnail .intro h2.cool.line:after {
	background: #333333;
	margin: 20px auto 30px;
}

.ancho-total .page-thumbnail .entry-header .wrap {
	padding: 50px 30px;
}

.ancho-total.hide-title .page-thumbnail .intro h2.center.cool.line:after {
	margin: 20px auto 30px;
}

.ancho-total.hide-title .page-thumbnail .intro h2.cool.line.left:after {
	margin-left: 0;
}

.ancho-total.hide-title .page-thumbnail .intro h2.cool.line.right:after {
	margin-right: 0;
	margin-left: auto;
}


/* ## Landing Page
--------------------------------------------- */

.landing-page .site-inner {
	padding: 0 0 0px 0;
	max-width: 100%;
}

.landing-page .entry {
	padding: 0px 0 0px;
	max-width: 100%;
	margin: 0 auto;
}

.landing-page .content {
	padding: 0px;
	margin: 0 auto;
}

.woocommerce-page.landing-page .content {
	padding: 50px 30px;
} 

.woocommerce-page.landing-page .page-thumbnail {
	height: 40vh;
	background-attachment: scroll !important;
}

.landing-page .page-thumbnail {
	height: 100vh;
	display: table;
	width: 100%;
	background-attachment: fixed !important;
}

.landing-page .page-thumbnail .entry-header h1 {
	margin-bottom: 0;
	color: #ffffff;
	text-align: center;
	display: none;
}

.landing-page .page-thumbnail .entry-header{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
}

.landing-page .page-thumbnail .intro {
	color: #333333;
}

.landing-page .page-thumbnail .intro h2.cool.line:after {
	background: #333333;
	margin: 20px auto 30px;
}

.landing-page .page-thumbnail .entry-header .wrap {
	padding: 50px 30px;
}

.landing-page.page-thumbnail .intro h2.center.cool.line:after {
	margin: 20px auto 30px;
}

.landing-page.page-thumbnail .intro h2.cool.line.left:after {
	margin-left: 0;
}

.landing-page .page-thumbnail .intro h2.cool.line.right:after {
	margin-right: 0;
	margin-left: auto;
}

/* ## Custom Page
--------------------------------------------- */

.custom-page .entry {
	margin-bottom: 0;
	display: table;
	width: 100%;
}

.woocommerce-page.custom-page .entry-header {
	float: left;
	width: 40%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}

.custom-page .entry-header {
	float: left;
	width: 50%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}

.custom-page .page-thumbnail {
	display: table;
	width: 100%;
	height: 100%;
}

.custom-page .page-title {
	background: rgba(0, 0, 0, 0.4);
	background: rgba(255, 255, 255, 0.7);
	display: table-cell;
	vertical-align: middle;
}

.custom-page .page-title h1 {
	color: #333333;
	margin-bottom: 0;
}

.custom-page .entry-content {
	float: right;
	width: 50%;
	padding: 70px;
}

.woocommerce-page.custom-page .entry-content {
	float: right;
	width: 60%;
}

.custom-page a.post-edit-link {
	float: right;
	width: 100%;
}

.woocommerce .shop-thumbnail {
	padding: 150px 0;
	display: table;
	width: 100%;
}

.woocommerce .shop-thumbnail h1 {
	display: none;
}


/* ## Password Page
--------------------------------------------- */

.post-password-form {
	text-align: center;
	max-width: 600px;
	margin: 30px auto;
}

.post-password-form input.content-password {
	text-align: center;
}

.post-password-form input.content-password-button {
	width: 100%;
}

/* # Contact Form
---------------------------------------------------------------------------------------------------- */

.wpcf7 .name {
	float: left;
	width: 49%;
}

.wpcf7 .email {
	float: right;
	width: 49%;
}

.wpcf7 select {
	padding: 16px;
}

.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 ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

.widget-social {
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

.widget-social span {
	margin: 0px 12px;
	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 {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

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


/* ## 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 {
	float: left;
    margin-bottom: 4%;
    margin-right: 4%;
}

.front-page .widget.featuredpost,
.front-page .woocommerce.widget_products {
	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%;
}

.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 Woocommerce widget
--------------------------------------------- */

.front-page .woocommerce ul.product_list_widget {
	display: table;
	width: 100%;
}


.front-page .woocommerce ul.product_list_widget li {
	float: left;
	margin-right: 4%!important;
	margin-bottom: 4% !important;
	width: 30.667479%;
	text-align: center;
}

.front-page .woocommerce ul.product_list_widget li:nth-of-type(3n) {
	margin-right: 0 !important;
}

.front-page .woocommerce ul.cart_list li img {
	width: 60px !important;
	float: left !important;
} 
.front-page .woocommerce ul.product_list_widget li img {
	width: 100%;
}

.front-page .woocommerce ul.product_list_widget li span.product-title {
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 5px;	
}

.front-page .woocommerce ul.product_list_widget li .amount {
	font-size: 14px;
	display: inline-block;
}

/* ## Featured portfolio widget
--------------------------------------------- */

.widget_herpark_recent_projects p {
	text-align: center;
	margin-bottom: 4%;
}

/* ## Front Page Featured post widget
--------------------------------------------- */

.flexible-widgets .featuredpost .entry {
	text-align: center;
	position: relative;
	color: #ffffff;
	line-height: 0;
}

.flexible-widgets .featuredpost .entry a {
	line-height:0;
	margin: 0;
	color: #ffffff;
}

.flexible-widgets .featuredpost .entry header.entry-header {
	background-color: #333333;
	background: rgba(255,255,255, 0.8);
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	opacity: 0;
	-moz-opacity: 0; 
	filter: alpha(opacity=0);
	-z-index: 4;
	-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;
}

.flexible-widgets .featuredpost .entry header.entry-header:hover {
	filter: alpha(opacity=100) !important; 
	-moz-opacity: 1 !important; 
	opacity: 1 !important;
}

.flexible-widgets .featuredpost .entry header.entry-header h4 {
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}

.flexible-widgets .featuredpost .entry header.entry-header h4 a {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	line-height: 2;
}

.flexible-widgets .featuredpost .entry header.entry-header p.entry-meta {
	display: none;
}

.flexible-widgets .featuredpost .entry header.entry-header h4 a,
.flexible-widgets .featuredpost .entry header.entry-header h4 a:hover {
	color: #333333;
}

/* ## Top Bar
--------------------------------------------- */

#top-bar {
	padding: 16px 0 0;
	line-height: 1.2;
	min-height: 45px;
	background: #333333;
}


#top-bar .widget {
	margin-bottom: 0;
}

#top-bar .widget_nav_menu {
	float: right;
} 

#top-bar .widget-social {
	float: left;
	margin-bottom: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: 400;
} 

#top-bar .widget-social span {
	margin-right: 25px;
	margin-left: 0;
	display: inline-block;
}
 
#top-bar .woocommerce.widget_shopping_cart .widgettitle,
.genesis-responsive-menu .woocommerce.widget_shopping_cart .widgettitle {
	margin: 0px 12px;
	padding-bottom: 16px;
	margin-left: 23px;
	padding-top: 0;
	text-align: center;
	cursor: pointer;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle,
.genesis-responsive-menu .woocommerce.widget_shopping_cart .widgettitle,
#top-bar .widget_nav_menu li.account a,
#top-bar .widget_nav_menu li.cuenta a,
.genesis-responsive-menu .widget_nav_menu li.cuenta a,
.genesis-responsive-menu .widget_nav_menu li.account a {
	font-size: 0 !important;
	width: 0;
}

.genesis-responsive-menu li.cuenta a span,
.genesis-responsive-menu li.account a span {
	display: none;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle:before,
.genesis-responsive-menu .woocommerce.widget_shopping_cart .widgettitle:before {
	font-size: 11px;
	font-family: 'FontAwesome';
	content: '\f07a';
	font-weight: 400;
	line-height: 1.2;
}

#top-bar .widget_nav_menu li.account a,
#top-bar .widget_nav_menu li.cuenta a {
	margin: 0px 12px;
	margin-left: 25px;
	padding: 0;
	display: block;
}

#top-bar .widget_nav_menu li.account a:before,
#top-bar .widget_nav_menu li.cuenta a:before,
.genesis-responsive-menu .widget_nav_menu li.cuenta a:before,
.genesis-responsive-menu .widget_nav_menu li.account a:before,
.genesis-responsive-menu li.cuenta a:before,
.genesis-responsive-menu li.account a:before {
	font-size: 11px;
	font-family: 'FontAwesome';
	content: '\f007';
	font-weight: 400;
}

.nav-primary .woocommerce.widget_shopping_cart .widgettitle {
	padding: 32px 30px;
	font-size: 0px;
	font-size: 0rem;
	letter-spacing: 0.15em;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}

 
#shop_link_dropdown_cart .cart_dropdown_widget,
#top-bar .woocommerce.widget_shopping_cart .widget_shopping_cart_content,
.nav-primary .woocommerce.widget_shopping_cart .widget_shopping_cart_content{
    position: absolute;
    top: 28px;
    right: 0;
    background: #fff;
    width: 280px;
    border: 1px solid #333;
    padding: 15px 30px 30px 30px;
    text-decoration: none;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    z-index: 10;
}

.nav-primary .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
	top: 83px;
}
 
#top-bar .woocommerce.widget_shopping_cart .widget_shopping_cart_content,
.nav-primary .woocommerce.widget_shopping_cart .widget_shopping_cart_content{
	display: none;
}
 
 
#top-bar .woocommerce.widget_shopping_cart:hover .widget_shopping_cart_content,
.nav-primary .woocommerce.widget_shopping_cart:hover .widget_shopping_cart_content {
	opacity: 1;
	visibility: visible;
	display: block;
	z-index: 9999;
}
 
#top-bar .woocommerce.widget_shopping_cart .widget_shopping_cart_content:after,
.nav-primary .woocommerce.widget_shopping_cart .widget_shopping_cart_content:after {
	content:"";
        position: absolute;
        top: 28px;
        left: 0;
        width: 100%;
        height: 10px;
}
 
#top-bar .woocommerce.widget_shopping_cart .widget_shopping_cart,
.nav-primary .woocommerce.widget_shopping_cart .widget_shopping_cart{
	margin: 0;
	padding: 0px;
	border: 0;
}
 
#top-bar .widget_shopping_cart_content.product_list_widget,
.nav-primary .widget_shopping_cart_content.product_list_widget {
	position: static;
	border: 0;
}
 
#top-bar .widget_shopping_cart_content .product_list_widget:before,
#top-bar .widget_shopping_cart_content .product_list_widget:after,
.nav-primary .widget_shopping_cart_content .product_list_widget:before,
.nav-primary .widget_shopping_cart_content .product_list_widget:after {
	display:none;
}
 
#top-bar .widget_shopping_cart_content .product_list_widget li,
.nav-primary .widget_shopping_cart_content .product_list_widget li {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	text-align: center;
	float: none;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	width: 100%;
}

#top-bar .widget_shopping_cart_content .product_list_widget li.empty,
.nav-primary .widget_shopping_cart_content .product_list_widget li.empty {
	padding-bottom: 0 !important;
	border-bottom: none !important;
	font-size: 12px;
	font-size: 1.2rem !important;
}
 
#top-bar .widget_shopping_cart_content .product_list_widget .remove,
.nav-primary .widget_shopping_cart_content .product_list_widget .remove {
	background: none;
	color: black !important;
	top: 30px !important;
	padding: 0;
	font-weight: 400 !important;
}
 
#top-bar .widget_shopping_cart_content .product_list_widget li a:not(.remove),
.nav-primary .widget_shopping_cart_content .product_list_widget li a:not(.remove),
#top-bar .widget_shopping_cart_content .product_list_widget li,
.nav-primary .widget_shopping_cart_content .product_list_widget li {
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-left: 12px;
	width: auto;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 700;
}
 
#top-bar .widget_shopping_cart_content .product_list_widget li a:not(.remove) img,
.nav-primary .widget_shopping_cart_content .product_list_widget li a:not(.remove) img {
	width: 60px !important;
	margin: 0 10px 0 0;
	float: left !important;
}
 
#top-bar .widget_shopping_cart_content .product_list_widget li .quantity,
.nav-primary .widget_shopping_cart_content .product_list_widget li .quantity {
	padding-left: 0px;
	display: block;
	padding-top: 12px;
}
 
#top-bar .woocommerce.widget_shopping_cart .widget-wrap,
.nav-primary .woocommerce.widget_shopping_cart .widget-wrap {
	position: relative;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle,
.nav-primary .woocommerce.widget_shopping_cart .widgettitle {
	margin-bottom: 0;
}

#top-bar .woocommerce.widget_shopping_cart {
	float: right;
}

#top-bar .woocommerce.widget_shopping_cart .total,
.nav-primary .woocommerce.widget_shopping_cart .total {
	margin-top: 0px;
	padding-top: 20px !important;
	text-align: center;
	text-transform: uppercase;
}

#top-bar .woocommerce.widget_shopping_cart p.buttons,
.nav-primary .woocommerce.widget_shopping_cart p.buttons {
	text-align: center;
	text-transform: uppercase;
}

#top-bar dl.variation,
.nav-primary dl.variation {
	display: none;
}

p.woocommerce-mini-cart__empty-message {
	margin-top: 10px;
	text-align: center;
}

/* ## Mailchimp subscription box widget
--------------------------------------------- */

.herpark-text-before-form,
.herpark-text-after-form {
	float: left;
	width: 100%;
	text-align: center;
}

.herpark-text-after-form {
	margin-top: 2%;
}

.herpark-text-before-form p {
	margin-bottom: 28px !important;
	text-align: center;
}

.sidebar .herpark-mailchimp-subscription-widget,
.sidebar .herpark-mailchimp-subscription-widget .widget-title
.after-entry .herpark-mailchimp-subscription-widget,
.after-entry .herpark-mailchimp-subscription-widget .widget-title {
	color: #333333;
}

.sidebar .herpark-mailchimp-subscription-widget .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget.herpark-mailchimp-subscription-widget,
.after-entry .widget.herpark-mailchimp-subscription-widget {
	background-color: #efeae3;
	border: none;
}

.after-entry .herpark-mailchimp-subscription-widget {
	padding: 50px 40px 40px;
}

.sidebar .herpark-mailchimp-subscription-widget input,
.sidebar .herpark-mailchimp-subscription-widget input:focus,
.after-entry .herpark-mailchimp-subscription-widget input,
.after-entry .herpark-mailchimp-subscription-widget input:focus {
	-border: 1px solid #e5e5e5;
}

.herpark-mailchimp-subscription-widget input {
	margin-bottom: 16px;
	text-align: center;
}

.herpark-mailchimp-subscription-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.herpark-mailchimp-subscription-widget form + p {
	margin-top: 24px;
}

.herpark-mailchimp-subscription-widget form,
.front-page-2 .herpark-mailchimp-subscription-widget form,
.front-page-3 .herpark-mailchimp-subscription-widget form,
.front-page-4 .herpark-mailchimp-subscription-widget form,
.front-page-5 .herpark-mailchimp-subscription-widget form,
.front-page-6 .herpark-mailchimp-subscription-widget form,
.front-page-7 .herpark-mailchimp-subscription-widget form {
	display: table;
	width: 100%;
}

.front-page-2 .herpark-mailchimp-subscription-widget .subscription-field,
.front-page-3 .herpark-mailchimp-subscription-widget .subscription-field,
.front-page-4 .herpark-mailchimp-subscription-widget .subscription-field,
.front-page-5 .herpark-mailchimp-subscription-widget .subscription-field,
.front-page-6 .herpark-mailchimp-subscription-widget .subscription-field,
.front-page-7 .herpark-mailchimp-subscription-widget .subscription-field {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.front-page-2 .herpark-mailchimp-subscription-widget .subscription-field.last,
.front-page-3 .herpark-mailchimp-subscription-widget .subscription-field.last,
.front-page-4 .herpark-mailchimp-subscription-widget .subscription-field.last,
.front-page-5 .herpark-mailchimp-subscription-widget .subscription-field.last,
.front-page-6 .herpark-mailchimp-subscription-widget .subscription-field.last,
.front-page-7 .herpark-mailchimp-subscription-widget .subscription-field.last {
	float: right;
	width: 32%;
	margin-right: 0;
	text-align: center;
}

.herpark-footer-widgets .herpark-mailchimp-subscription-widget .subscription-field {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.herpark-footer-widgets .herpark-mailchimp-subscription-widget .subscription-field.last {
	float: right;
	width: 32%;
	margin-right: 0;
	text-align: center;
}

.herpark-footer-widgets .widget-fourths .herpark-mailchimp-subscription-widget .subscription-field {
	width: 100%;
	margin-right: 0%;
}

.herpark-footer-widgets .herpark-mailchimp-subscription-widget .subscription-field input[type="submit"] {
	width: 100%;
	line-height: 1.8;
}

.after-entry .herpark-mailchimp-subscription-widget .subscription-field {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.after-entry .herpark-mailchimp-subscription-widget .subscription-field.last {
	float: right;
	width: 32%;
	margin-right: 0;
	text-align: center;
}

.herpark-mailchimp-subscription-widget .herpark-privacy-policy {
	float: left;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
	font-size: 80%;
}

.sidebar .herpark-mailchimp-subscription-widget .herpark-privacy-policy {
	margin-top: 4%;
}

.herpark-mailchimp-subscription-widget input[type="checkbox"],
.herpark-mailchimp-subscription-widget input[type="radio"] {
	margin-bottom: 0;
}

.herpark-mailchimp-subscription-widget .herpark-privacy-policy a {
	text-decoration: underline;
}


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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title,
.after-entry .enews-widget,
.after-entry .enews-widget .widget-title {
	color: #333333;
}

.sidebar .enews-widget .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget.enews-widget,
.after-entry .widget.enews-widget {
	background-color: #efeae3;
	border: none;
}

.after-entry .widget.enews-widget {
	padding: 50px 40px 40px;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus,
.after-entry .enews-widget input,
.after-entry .enews-widget input:focus {
	border: 1px solid #e5e5e5;
}

.enews-widget input {
	margin-bottom: 16px;
	text-align: center;
}

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

.enews-widget input[type="submit"] {
	border: 1px solid #a58d5f;
}

.enews-widget input[type="submit"]:hover,
.enews-widget input[type="submit"]:focus {
	border: 1px solid #333333;
}

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

.front-page-2 .enews-widget form,
.front-page-3 .enews-widget form,
.front-page-4 .enews-widget form,
.front-page-5 .enews-widget form,
.front-page-6 .enews-widget form,
.front-page-7 .enews-widget form {
	display: table;
	width: 100%;
}

.front-page-2 .enews-widget input#subbox1.enews-subbox,
.front-page-2 .enews-widget input#subbox,
.front-page-3 .enews-widget input#subbox1.enews-subbox,
.front-page-3 .enews-widget input#subbox,
.front-page-4 .enews-widget input#subbox1.enews-subbox,
.front-page-4 .enews-widget input#subbox,
.front-page-5 .enews-widget input#subbox1.enews-subbox,
.front-page-5 .enews-widget input#subbox,
.front-page-6 .enews-widget input#subbox1.enews-subbox,
.front-page-6 .enews-widget input#subbox,
.front-page-7 .enews-widget input#subbox1.enews-subbox,
.front-page-7 .enews-widget input#subbox {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.front-page-2 .enews-widget input#subbutton,
.front-page-3 .enews-widget input#subbutton,
.front-page-4 .enews-widget input#subbutton,
.front-page-5 .enews-widget input#subbutton,
.front-page-6 .enews-widget input#subbutton,
.front-page-7 .enews-widget input#subbutton {
	float: right;
	width: 32%;
	margin-right: 0;
	text-align: center;
}

.herpark-footer-widgets .enews-widget input {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.herpark-footer-widgets .enews-widget input#subbutton {
	float: right;
	width: 32%;
	margin-right: 0;
	text-align: center;
}

.herpark-footer-widgets .widget-fourths .enews-widget input {
	width: 100%;
	margin-right: 0%;
}

.herpark-footer-widgets .widget-fourths .enews-widget input#subbutton {
	width: 100%;
}

.after-entry .enews-widget input {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.after-entry .enews-widget input#subbutton {
	float: right;
	width: 32%;
	margin-right: 0;
	text-align: center;
}

.privacy-active .enews {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 8%;
}

.privacy-active .enews .privacy {
	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;
}

#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 .flex-direction-nav,
#genesis-responsive-slider .slide-excerpt-border p {
	display: none;
}

#genesis-responsive-slider .flex-direction-nav li {
	-margin-bottom: 0px !important;
	-padding-bottom: 0px !important;
}

#genesis-responsive-slider .slide-excerpt {
	background-color: transparent !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
	width: 100%;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
	text-align: center;
}

#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: none;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#genesis-responsive-slider .slide-excerpt-border p a.more-link {
	display: block;
	max-width: 150px;
	margin: 20px auto 0;
	text-transform: none;
	text-align: center;
	font-family: 'EB Garamond', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	padding: 20px 20px;
	letter-spacing: 0.05em;
}



/* ## 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;
	display: inline-block;
	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 'EB Garamond', serif;
	color: #333333;
	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: 16.66%;
	display: inline-block;
	line-height: 0;
	margin: 0px 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	padding-top: 16.3%;
	position: relative;
}

#instafeed li img{
	width: 100% !important;
}

#sbi_load {
	padding-top: 0 !important;
}

.instagram-widget {
	padding: 0px 0;
}

.instagram-widget .widget {
	margin-bottom: 0;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 40px 0 50px;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: auto;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	margin: 0px 0 10px;
	letter-spacing: 0.1em;
	text-align: center;
}

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

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	max-height: 100px;
	width: 100%;
	color: #333333;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 3px;
	line-height: 1;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar-primary .widget_nav_menu {
	font-size: 11px;
	font-size: 1.1rem;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

.genesis-nav-menu a,
.genesis-nav-menu .current-menu-item > a  {
	color: #333333;
	display: block;
	padding: 32px 30px;
	text-decoration: none;
}

.widget_nav_menu a,
.widget_nav_menu .current-menu-item > a {
	color: #333333;
}



#top-bar .widget_nav_menu a,
#top-bar .widget_nav_menu .current-menu-item > a,
#top-bar .widget-social a {
	color: #ffffff;
}

#top-bar .widget_nav_menu a, .widget_nav_menu .current-menu-item > a {
	padding: 0 30px 16px;
}


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

#top-bar .widget_nav_menu a:hover,
#top-bar .widget_nav_menu a:focus,
#top-bar .widget_nav_menu .current-menu-item > a:focus,
#top-bar .widget_nav_menu .current-menu-item > a:hover,
#top-bar .widget-social a:focus,
#top-bar .widget-social a:hover {
	color: #cccccc;
}

.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: 250px;
	padding-top: 20px;
	z-index: 99;
	background-color: #fff;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 0;
	line-height: 1.8;
	padding: 0px 0px 20px 30px;
	position: relative;
	width: 250px;
	word-wrap: break-word;
	color: #333333;
	text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -58px 0 0 250px;
}

.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: 'Quicksand', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

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

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.front-page .nav-primary,
.single-portfolio .nav-primary {
	border-bottom: none;
}

.nav-primary,
.nav-primary .wrap {
	background-color: #fff;
	text-align: center;
	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;
	min-height: 76px;
}

.nav-primary .wrap.fixed li a {
	-padding: 32px 83px 32px 0;
	-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.fixed {
	background-color: #fff;
	position: fixed;
	-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;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	z-index: 999;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.admin-bar .nav-primary .wrap.fixed {
	top: 32px;
}

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

#blog-layout .entry,
.home.blog .entry,
.full-width-content #blog-layout .entry {
	display: table;
	table-layout: fixed;
	background: #ffffff;
	padding: 0;
}

#blog-layout .entry .entry-header,
.home.blog .entry .entry-header {
	display: none;
}

#blog-layout .post-thumbnail,
.home.blog .post-thumbnail {
	width: 45%;
	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 .entry-content,
.home.blog .entry .entry-content {
	padding: 40px;
	width: 55%;
	display: table-cell;
	vertical-align: middle;
	border-left: none;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.category .content,
.date .content,
.search-results .content,
.tax-portfolio-category .content,
.archive.author .content,
.tag .content {
	margin-bottom: 60px;
}

.category .entry,
.date .entry,
.search-results .entry,
.archive.author .entry,
.tag .entry  {
	background-color: transparent;
	margin-bottom: 40px;
	vertical-align: top;
	display: inline-table;
	margin: 0 4% 4% 0;
	width: 30.667%;
	padding: 0px;
}

.category .entry:nth-of-type(3n),
.date .entry:nth-of-type(3n),
.archive.author .entry:nth-of-type(3n),
.search-results .entry:nth-of-type(3n),
.tag .entry:nth-of-type(3n) {
	margin-right: 0;
}

.category .entry,
.date .entry,
.archive.author .entry,	
.search-results .entry,
.tag .entry {
	text-align: center;
	position: relative;
	color: #ffffff;
	border: none;
	line-height: 0;
}

.category .entry a,
.date .entry a,
.archive.author .entry a,
.search-results .entry a,
.tag-entry a {
	line-height:0;
	margin: 0;
	color: #ffffff;
}

.category .entry header.entry-header,
.date .entry header.entry-header,
.archive.author .entry header.entry-header,
.search-results .entry header.entry-header,
.tag .entry header.entry-header {
	background-color: rgba(255,255,255, 0.8);
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	opacity: 0;
	-moz-opacity: 0; 
	filter: alpha(opacity=0);
	-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;
}

.category .entry header.entry-header:hover,
.date .entry header.entry-header:hover,
.archive.author .entry header.entry-header:hover,
.search-results .entry header.entry-header:hover,
.tag .entry header.entry-header:hover {
	filter: alpha(opacity=100) !important; 
	-moz-opacity: 1 !important; 
	opacity: 1 !important;
}

.category .entry header.entry-header h2,
.date .entry header.entry-header h2,
.archive.author .entry header.entry-header h2,
.search-results .entry header.entry-header h2,
.tag .entry header.entry-header h2 {
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.category .entry header.entry-header h2 a,
.date .entry header.entry-header h2 a,
.archive.author .entry header.entry-header h2 a,
.search-results .entry header.entry-header h2 a,
.tag .entry header.entry-header h2 a {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	line-height: 2;
}

.category .entry header.entry-header h2 a,
.category .entry header.entry-header h2 a:hover,
.search-results .entry header.entry-header h2 a,
.search-results .entry header.entry-header h2 a:hover,
.date .entry header.entry-header h2 a,
.date .entry header.entry-header h2 a:hover,
.archive.author .entry header.entry-header h2 a,
.archive.author .entry header.entry-header h2 a:hover,
.tag .entry header.entry-header h2 a,
.tag .entry header.entry-header h2 a:hover  {
	color: #333333;
}

.search-no-results .entry p {
	text-align: center;
}

.search-results .entry-content p, 
.search-results .more-link, 
.search-results .entry-content div {
	display: none;
}


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

.entry {
	background-color: transparent;
	margin-bottom: 40px;
	padding: 0px;
}

.content-sidebar .entry,
.sidebar-content .entry,
.single-post .content .entry,
.full-width-content #blog-layout .entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
	border: 1px solid #e5e5e5;
}

.full-width-content #blog-layout .entry {
	padding: 0;
}

aside .entry {
	border: none;
}

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

.more-link {
	position: relative;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	font-size: 1rem;
	padding: 20px 0;
	margin: 0 auto;
	margin-top: 30px;
	text-transform: uppercase;
} 

.sidebar-primary .featuredpost a.more-link,
.sidebar-primary .featuredpage a.more-link {
	display: block;
}

a.more-link,
.more-link a {
	background-color: #a58d5f;
	color: #ffffff;
	border: 1px solid #a58d5f;
	padding: 10px 20px;
}

a.more-link:hover,
a.more-link:focus,
.more-link a:hover,
.more-link a:focus {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #333333;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-top: 20px;
}

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

.single-post .entry-header {
	text-align: center;
}

.single-post time.entry-time {
	margin-bottom: 20px;
	display: block;
}


.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 #e5e5e5;
	padding-top: 30px;
	text-align: center;
}

.entry-footer .entry-meta {
	border-top: 1px solid #e5e5e5;
	padding-top: 24px;
}

.entry-categories {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.5;
	display: block;
}

.entry-tags {
	font-weight: 400;
	text-transform: lowercase;
	font-style: italic;
}

.entry-categories a {
	color: #a58d5f;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}

.entry-categories a:hover {
	color: #333333;
}

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

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

.pagination {
	clear: both;
	margin: 40px auto;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
	font-weight: 700;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
	max-width: 1280px;
}

.adjacent-entry-pagination a {
	text-transform: uppercase;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	padding: 10px 15px;
	color: #333333;
}

.archive-pagination a {
	color: #a58d5f;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.archive-pagination .active a:hover,
.archive-pagination .active a:focus {
	color: #333333;
} 

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	color: #a58d5f;
}

.archive-pagination a:focus,
.archive-pagination a:hover {
	color: #333333;
}

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 {
	margin-top: 40px;
}

.comment-respond label {
	font-size: 80%
}
	
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
        border: 1px solid #e5e5e5;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.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: 50%;
}

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

.woocommerce #review_form label {
        display: block;
}

.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 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 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="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,
.share-medium .share,
.share-small .share,
.share-small .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 28px;
}

.share-medium .googlePlus .share {
	padding: 0 0 0 28px;
}

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

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: 1.2rem;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
	border: 1px solid #e5e5e5;
}

.sidebar .widget-title {
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget .cat-item,
.sidebar .widget_pages li,
.sidebar .widget_archive li {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 70%;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.sidebar .widget.widget_nav_menu {
	text-align: center;
	text-transform: uppercase;
}




/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.herpark-footer-widgets {
	background-color: #efeae3;
	text-align: center;
}

.herpark-footer-widgets .wrap {
	max-width: 95%;
	padding: 50px 0;
}

.herpark-footer-widgets .widgettitle {
	font-size: 12px;
	font-size: 1.2rem;
}

.herpark-footer-widgets ul > li {
	margin-bottom: 0;
}

.herpark-footer-widgets a:not(.button),
.herpark-footer-widgets .widget_nav_menu .current-menu-item > a {
	color: #333333;
}

.herpark-footer-widgets a:not(.button):hover,
.herpark-footer-widgets a:not(.button):focus,
.herpark-footer-widgets .widget_nav_menu .current-menu-item > a:focus,
.herpark-footer-widgets .widget_nav_menu .current-menu-item > a:hover {
	color: #a58d5f;

}

.herpark-footer-widgets h2.cool.line:after {
	content: '';
	width: 50px;
	height: 5px;
	background: #333333;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}



/* # Site Footer & Footer Social Icons
---------------------------------------------------------------------------------------------------- */

#herpark-footer {
	display: table;
	width: 100%;
	background-color: #fff;
}

.footer-social-widget {
	background-color: #fff;
	float: left;
	width: 45%;
	padding: 20px;
}

.footer-social-widget .widget-social {
	text-align: left;
	margin-bottom: 0;
}

.site-footer {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 20px 20px;
	text-align: right;
    float: right;
	width: 50%;
}

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

.creditline {
	text-transform: uppercase;
}

.creditline a {
	color: #333333 !important;
}


/* # 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%;
}

.wp-block-embed__wrapper div.flex-video iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* # Cookie Bar
---------------------------------------------------------------------------------------------------- */

.bottom-slidein {
	background-color: rgba(255, 255, 255, 0.95);
	color: #333333;
	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: 1.2rem;
}

.bottom-slidein .widget p {
	margin-bottom: 15px;
	font-size: 1.6rem;
}

.cookie-buttons .button {
	padding: 5px 15px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 2% !important;
	font-size: 1rem !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.icon::before {
	font-size: 3.5rem;
}

/* # gutenberg
---------------------------------------------------------------------------------------------------- */

h3 + h2,
.has-top-margin {
    margin-top: 60px;
}

.wp-block-columns p:last-child,
.wp-block-text-columns p:last-child {
    margin-bottom: 0;
}

.entry-content .alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
}

.entry-content .alignfull {
	width: auto;
    max-width: 1000%;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.entry-content .alignwide > *,
.entry-content .alignfull > * {
    width: 100%;
}

.entry-content ul.wp-block-gallery {
    margin-left: 0;
}

.entry-content ul.wp-block-gallery.alignwide {
    margin-left: calc(25% - 25vw);
}

.entry-content .wp-block-button .wp-block-button__link {
    padding: 15px 30px;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
}

.wp-block-quote cite {
    font-weight: bold;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer {
    display: block;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    text-align: left;
}



/* # Shortcodes
---------------------------------------------------------------------------------------------------- */

/* ## Dropcap
--------------------------------------------- */

.dropcap {
	float: left;
	font-size: 70px;
	line-height: 60px;
	padding-right: 6px;
}


/* ## Boxes & Call To Action Box
--------------------------------------------- */

.box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.box-1 {
	background-color: #333333;
	padding: 50px 50px;
	color: #ffffff;
}

.box-1 a:not(.button) {
	color: #a58d5f;
}

.box-1 a:not(.button):hover,
.box-1 a:not(.button):focus {
	color: #ffffff;
}

.box-2 {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 50px 50px;
	color: #333333;
}

.box-2 a:not(.button) {
	color: #a58d5f;
}

.box-2 a:not(.button):hover,
.box-2 a:not(.button):focus {
	color: #333333;
}

.landing-page .box-2,
.ancho-total .box-2 {
	border: none;
}

.custom.box-3 {
	background-color: #efeae3; 
	padding: 100px;
}
	
.front-page .custom.box-3 {
	background: transparent !important;
	padding: 0 !important;
}

.custom.box-3 a:not(.button) {
	color: #a58d5f;
}

.custom.box-3 a:not(.button):hover,
.custom.box-3 a:not(.button):focus {
	color: #333333;
}

.box-3 {
	background-color: #efeae3;
	padding: 50px 50px;
	color: #333333;
}

.box-3 a:not(.button) {
	color: #a58d5f;
}

.box-3 a:not(.button):hover,
.box-3 a:not(.button):focus {
	color: #333333;
}

.cta-box {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 50px 50px;
	color: #333333;
}

.cta-box a:not(.button) {
	color: #a58d5f;
}

.cta-box a:not(.button):hover,
.cta-box a:not(.button):focus {
	color: #333333;
}

.landing-page .cta-box,
.ancho-total .cta-box {
	border: none;
}


.box-1 h2.cool.line:after {
	background: #ffffff;
}

.box-2 h2.cool.line:after,
.box-3 h2.cool.line:after,
.custom h2.cool.line:after,
.cta-box h2.cool.line:after {
	background: #333333;
}

.landing-page .col-2 .box-1,
.ancho-total .col-2 .box-1,
.landing-page .col-2 .box-2,
.ancho-total .col-2 .box-2 {
	float: left;
	width: 50%;
	margin-right: 0;
	padding: 100px 50px;
}

.landing-page .col-3 .box-1,
.ancho-total .col-3 .box-1,
.landing-page .col-3 .box-2,
.ancho-total .col-3 .box-2 {
	float: left;
	width: 33.3333333%;
	margin-right: 0;
	padding: 100px 50px;
}

.landing-page .col-4 .box-1,
.ancho-total .col-4 .box-1,
.landing-page .col-4 .box-2,
.ancho-total .col-4 .box-2  {
	float: left;
	width: 25%;
	margin-right: 0;
	padding: 100px 50px;
}

.landing-page .col-2 .box-1:last-child,
.ancho-total .col-2 .box-1:last-child,
.landing-page .col-2 .box-2:last-child,
.ancho-total .col-2 .box-2:last-child,
.landing-page .col-3 .box-1:last-child,
.ancho-total .col-3 .box-1:last-child,
.landing-page .col-3 .box-2:last-child,
.ancho-total .col-3 .box-2:last-child,
.landing-page .col-4 .box-1:last-child,
.ancho-total .col-4 .box-1:last-child,
.landing-page .col-4 .box-2:last-child,
.ancho-total .col-4 .box-2:last-child {
	margin-right: 0;
}

.col-2 .box-1,
.col-2 .box-2 {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.col-2 .box-1:last-child,
.col-2 .box-2:last-child {
	margin-right: 0;
}

.col-3 .box-1,
.col-3 .box-2 {
	float: left;
	width: 30.66748714447%;
	margin-right: 4%;
}

.col-3 .box-1:last-child,
.col-3 .box-2:last-child {
	margin-right: 0;
}

.col-4 .box-1,
.col-4 .box-2 {
	float: left;
	width: 22%;
	margin-right: 4%;
}

.col-4 .box-1:last-child,
.col-4 .box-2:last-child {
	margin-right: 0;
}

.box,
.cta-box {
	margin-bottom: 40px;
}

.landing-page .custom,
.ancho-total .custom,
.flexible-widgets .box {
	margin-bottom: 0;
}

.ancho-total .box,
.ancho-total .cta-box,
.landing-page .box,
.landing-page .cta-box {
	padding: 100px 0;
	margin-bottom: 0;
}

.ancho-total .image-box,
.landing-page .image-box {
	padding: 0px;
}

.box-text p:last-of-type {
	margin-bottom: 0;
}

.box .box-text,
.box .box-button,
.box-3 img {
	float: left;
	width: 100%;
}

.box-1 img,
.box-2 img,
.box-3 img {
	margin-bottom: 28px;
}

.box-3.left img,
.box-3.right img {
	margin-bottom: 0;
}

.box.left .box-text {
	float: left;
	width: 48% !important;
}

.box.right .box-text {
	float: right;
	width: 48%;
}

.box-3.left img,
.box.left .box-button {
	float: right;
	width: 48%;
}

.box-3.right img,
.box.right .box-button {
	float: left;
	width: 48%;
}

.box-4 .box-text {
	background: #333333;
	color: white;
}

.box-4 a:not(.button) {
	color: #a58d5f;
}

.box-4 a:not(.button):hover,
.box-4 a:not(.button):focus {
	color: #ffffff;
}

.box-5 .box-text {
	background: #efeae3;
	color: #333333;
}

.box-5 a:not(.button) {
	color: #a58d5f;
}

.box-5 a:not(.button):hover,
.box-5 a:not(.button):focus {
	color: #333333;
}

.box-1 a.button,
.box-2 a.button,
.box-3 a.button,
.box-4 a.button,
.box-5 a.button,
.box-4 a.button {
	margin-top: 28px;
}

.box-4,
.box-5,
.landing-page .box-4,
.landing-page .box-5,
.ancho-total .box-4,
.ancho-total .box-5  {
	padding: 0;
}

.box-4 .box-container,
.box-5 .box-container {
	display: table;
	width: 100%;
}

.box-4 .box-image,
.box-5 .box-image,
.box-4 .box-text,
.box-5 .box-text {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.box-4 .box-text,
.box-5 .box-text {
	padding: 150px 50px;
}

.mobile-image {
	display: none;
}

.cta-box .box-text {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.cta-box .box-button {
	text-align: center;
	float: left;
	width: 100%;
}

.cta-box.left .box-button {
	float: right;
	width: 28%;
	text-align: right;
}

.cta-box.left .box-text {
	float: left;
	width: 68%;
	margin-bottom: 0px;
}

.cta-box.right .box-text {
	float: right;
	width: 68%;
	margin-bottom: 0px;
}

.cta-box.right .box-button {
	float: left;
	width: 28%;
	text-align: left;
}

.cta-box .box-button {
	text-align: center;
	float: left;
	width: 100%;
}

.cta-box .box-text p:last-of-type {
	margin-bottom: 0;
}

.cta-box .box-button a {
	display: block;
}

.content-sidebar .custom,
.sidebar-content .custom {
	padding: 50px;
}

.custom.left,
.custom.right {
	padding: 100px 50px;
}

.flexible-widgets.full-width .custom,
.flexible-widgets.full-width .custom.left, 
.flexible-widgets.full-width .custom.right {
	padding: 0;
}

.custom img {
	margin-bottom: 0;
}

.left.custom .wrap,
.custom .wrap {
	padding-right: 100px;
	position: relative;
}

.sidebar-content .left.custom .wrap,
.content-sidebar .left.custom .wrap,
.sidebar-content .custom .wrap 
.content-sidebar .custom .wrap {
	padding-right: 50px;
}

.custom .box-text {
	background: #ffffff;
	color: #333333;
}

.left.custom .box-text,
.custom .box-text {
	padding: 50px;
	position: absolute;
	top: 50px;
	left: 100px; 
}

.sidebar-content .left.custom .box-text,
.content-sidebar .left.custom .box-text {
	left: 50px;
}

.custom .box-text {
	width: 48%;
	float: right;
	right: 0px;
	left: auto;
}

.right.custom .wrap {
	padding-left: 100px;
	padding-right: 0;
	position: relative;
}

.sidebar-content .right.custom .wrap,
.content-sidebar .right.custom .wrap {
	padding-left: 50px;
}

.right.custom .box-text {
	padding: 50px;
	position: absolute;
	top: 50px;
	left: auto;
	right: 100px; 
}

.sidebar-content .right.custom .box-text,
.content-sidebar .right.custom .box-text {
	right: 50px;
}

/* ## Image
--------------------------------------------- */

.landing-page .col-2 .image-box,
.ancho-total .col-2 .image-box,
.landing-page .col-2 .image-box-2,
.ancho-total .col-2 .image-box-2 {
	float: left;
	width: 50%;
	margin-right: 0;
	padding: 0;
}

.landing-page .col-3 .image-box,
.ancho-total .col-3 .image-box,
.landing-page .col-3 .image-box-2,
.ancho-total .col-3 .image-box-2 {
	float: left;
	width: 33.3333333%;
	margin-right: 0;
	padding: 0;
}

.landing-page .col-4 .image-box,
.ancho-total .col-4 .image-box,
.landing-page .col-4 .image-box-2,
.ancho-total .col-4 .image-box-2 {
	float: left;
	width: 25%;
	margin-right: 0;
	padding: 0;
}

.landing-page .col-2 .image-box:last-child,
.ancho-total .col-2 .image-box:last-child,
.landing-page .col-3 .image-box:last-child,
.ancho-total .col-3 .image-box:last-child,
.landing-page .col-4 .image-box:last-child,
.ancho-total .col-4 .image-box:last-child,
.landing-page .col-2 .image-box-2:last-child,
.ancho-total .col-2 .image-box-2:last-child,
.landing-page .col-3 .image-box-2:last-child,
.ancho-total .col-3 .image-box-2:last-child,
.landing-page .col-4 .image-box-2:last-child,
.ancho-total .col-4 .image-box-2:last-child,
.landing-page .box-1 .col-2 .image-box-2:last-child,
.ancho-total .box-1 .col-2 .image-box-2:last-child,
.landing-page .box-1 .col-3 .image-box-2:last-child,
.ancho-total .box-1 .col-3 .image-box-2:last-child,
.landing-page .box-1 .col-4 .image-box-2:last-child,
.ancho-total .box-1 .col-4 .image-box-2:last-child,
.landing-page .box-2 .col-2 .image-box-2:last-child,
.ancho-total .box-2 .col-2 .image-box-2:last-child,
.landing-page .box-2 .col-3 .image-box-2:last-child,
.ancho-total .box-2 .col-3 .image-box-2:last-child,
.landing-page .box-2 .col-4 .image-box-2:last-child,
.ancho-total .box-2 .col-4 .image-box-2:last-child   {
	margin-right: 0;
}

.col-2 .image-box,
.col-2 .image-box-2,
.landing-page .box-1 .col-2 .image-box-2,
.ancho-total .box-1 .col-2 .image-box-2,
.landing-page .box-2 .col-2 .image-box-2,
.ancho-total .box-2 .col-2 .image-box-2 {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.col-2 .image-box:last-child,
.col-2 .image-box-2:last-child {
	margin-right: 0;
}

.col-3 .image-box,
.col-3 .image-box-2,
.landing-page .box-1 .col-3 .image-box-2,
.ancho-total .box-1 .col-3 .image-box-2,
.landing-page .box-2 .col-3 .image-box-2,
.ancho-total .box-2 .col-3 .image-box-2 {
	float: left;
	width: 30.66748714447%;
	margin-right: 4%;
}

.col-3 .image-box:last-child,
.col-3 .image-box-2:last-child {
	margin-right: 0;
}

.col-4 .image-box,
.col-4 .image-box-2,
.landing-page .box-1 .col-4 .image-box-2,
.ancho-total .box-1 .col-4 .image-box-2,
.landing-page .box-2 .col-4 .image-box-2,
.ancho-total .box-2 .col-4 .image-box-2 {
	float: left;
	width: 22%;
	margin-right: 4%;
}

.col-4 .image-box:last-child,
.col-4 .image-box-2:last-child {
	margin-right: 0;
}

.col-2 .image-box,
.col-3 .image-box,
.col-4 .image-box.
.col-2 .image-box-2,
.col-3 .image-box-2,
.col-4 .image-box-2 {
	padding: 0px;
}

.image-box .wrap {
	background: rgba(0,0,0,0.6);
	background: rgba(255, 255, 255, 0.8);
	padding: 100px 50px;
	max-width: 100%;
}

.image-box .box-text {
	color: #ffffff;
	color: #333;
	text-align: center;
	float: none;
	max-width: 1280px;
	margin: 0 auto;
}

.image-box h2.cool {
	text-align: center !important;
}

.image-box h2.cool:after {
	background: #ffffff;
	background: #333;
}

.image-box .box-button {
	margin-top: 40px;
}

.image-box .box-button .button {
	margin-bottom: 0;
}

.image-box-2,
.landing-page .box-1 .image-box-2,
.ancho-total .box-1 .image-box-2,
.landing-page .box-2 .image-box-2,
.ancho-total .box-2 .image-box-2 {
	background: #ffffff;
	text-align: center;
	padding: 0;
	border: 1px solid #333;
}

.landing-page .image-box-2,
.ancho-total .image-box-2 {
	border: none;
	border-right: 1px solid #333;
	padding: 0;
}

.landing-page .image-box-2 .wrap,
.ancho-total .image-box-2 .wrap {
	max-width: 100%;
}

.landing-page .image-box-2:last-of-type,
.ancho-total .image-box-2:last-of-type {
	border-right: none;
}

.landing-page .box-1 .image-box-2:last-of-type,
.ancho-total .box-1 .image-box-2:last-of-type,
.landing-page .box-2 .image-box-2:last-of-type,
.ancho-total .box-2 .image-box-2:last-of-type {
	border-right: 1px solid #333;
}

.image-box-2 .image-box-title {
	background: rgba(0, 0, 0, 0.4);
	background: rgba(255, 255, 255, 0.7);
	padding: 100px 30px;
	text-align: center;
	color: #ffffff;
	color: #333;
}

.image-box-2 .box-text {
	padding: 50px;
}

.image-box-2 .box-text ul {
	margin-left: 0;
}

.image-box-2 .box-text li {
	list-style-type: none;
	margin-bottom: 20px !important;
}

.image-box-2 .box-button {
	text-align: center;
}

.image-box-2 .box-button .button {
	margin-bottom: 0;
}

.full-image {
	line-height: 0;
	margin-bottom: 40px;
}

.landing-page .full-image,
.ancho-total .full-image {
	margin-bottom: 0;
	line-height: 0;
}

.full-image img {
	margin: 0;
	width: 100%;
	height: auto;
}

/* ## Toogle
--------------------------------------------- */

.faq-block h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
	font-size: 1.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: 0px;
    padding-right: 10px;
    font-style: normal;
    right: 0;
    position: absolute !important;
    font-size: 1.2rem;
}

.faq-block.collapse h3:before {
    content: "\f106";
    font-family: FontAwesome;
    padding-right: 10px;
    font-style: normal;
    font-size: 1.2rem;
}



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

@media only screen and (min-width: 1401px) {

	.privacy-active .herpark-footer-widgets .enews .privacy {
		bottom: -40px;
		margin-bottom: 4%;
	}

}

@media only screen and (min-width: 861px) {

	.privacy-active .enews .privacy {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		text-align: center;
		font-size: 80%;
	}

	.privacy-active .herpark-footer-widgets .enews .privacy {
		bottom: -40px;
	}

}

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


	.privacy-active .herpark-footer-widgets .enews .privacy input {
		margin-right: 2%;
	}

	.herpark-footer-widgets .widget-thirds .enews-widget input {
		width: 100%;
		margin-right: 0%;
	}

	.herpark-footer-widgets .widget-thirds .enews-widget input#subbutton {
		width: 100%;
	}

	.herpark-footer-widgets .widget-thirds .herpark-mailchimp-subscription-widget .subscription-field {
		width: 100%;
		margin-right: 0%;
	}

	.herpark-footer-widgets .widget-thirds .herpark-mailchimp-subscription-widget .subscription-field.last {
		width: 100%;
	}

}

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

	.front-page .site-inner .content > .entry {
		padding-left: 5%;
		padding-right: 5%;
	} 
}

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

}


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

	.page-template-default .left.custom .wrap, 
	.page-template-default .custom .wrap,
	.page-template-default .right.custom .wrap,
	.page-template-default .sidebar-content .left.custom .wrap, 
	.page-template-default .content-sidebar .left.custom .wrap, 
	.page-template-default .sidebar-content .custom .wrap 
 	.page-template-default .content-sidebar .custom .wrap,
 	.page-template-default .sidebar-content .right.custom .wrap, 
	.page-template-default .content-sidebar .right.custom .wrap {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0 !important;
	}

	.page-template-default .custom.right img, 
	.page-template-default .custom.right .box-button,
	.page-template-default .custom.left img, 
	.page-template-default .custom .box-button {
		float: none;
		width: 100%;
	}

	.page-template-default .left.custom .box-text, 
	.page-template-default .custom.left .box-text,
	.page-template-default .custom .box-text,
	.page-template-default .right.custom .box-text,
	.page-template-default .sidebar-content .left.custom .box-text,
	.page-template-default .content-sidebar .left.custom .box-text,
	.page-template-default .sidebar-content .right.custom .box-text, 
	.page-template-default .content-sidebar .right.custom .box-text {
		position: relative;
		top: 0;
		left: auto;
		right: auto;
		float: none;
		width: 100% !important;
	}

	.page-template-default .custom.left, 
	.page-template-default .custom.right,
	.custom.box-3,
	.box-3,
	.ancho-total .box-3, 
	.landing-page .box-3 {
		padding: 40px;
	}


	.page-template-default .custom.right,
	.page-template-default .custom.left {
		padding: 40px;
	}

	.ancho-total .custom,
	.landing-page .custom {
		padding: 100px 40px 200px;
	}

	.page-template-default.sidebar-content .custom.left,
	.page-template-default.sidebar-content .custom.right {
		padding: 40px;
	}

	.flexible-widgets.widget-full .custom.left, 
	.flexible-widgets.widget-full .custom.right,
	.flexible-widgets.widget-full .custom,
	.flexible-widgets.widget-full .box-3 {
		padding: 0;
	}

	.front-page .box-3,
	.front-page .custom {
		padding: 40px;
	}

	.custom img,
	.box-3.left img, 
	.box-3.right img {
		margin-bottom: 28px;
	}

	.box .box-text, 
	.box .box-button, 
	.box-3 img {
		float: none;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.custom-page .entry {
		padding: 0;
	}

	.custom-page .entry-header,
	.woocommerce-page.custom-page .entry-header {
		width: 100%;
		position: relative;
	}

	.custom-page .entry-content,
	.woocommerce-page.custom-page .entry-content {
		width: 100%;
		float: left;
		padding: 50px;
	}

	.ancho-total .entry,
	.landing-page .entry {
		padding: 0px;
	}

	.ancho-total .content,
	.landing-page .content {
		padding: 0;
	}

	.custom-page .page-title {
		padding: 90px 30px;
	}

	.image-box,
	.image-box-2 {
		padding: 0 !important;
	}

	.col-3 .image-box,
	.col-4 .image-box,
	.col-3 .image-box-2,
	.col-4 .image-box-2,
	.col-3 .box-1,
	.col-3 .box-2,
	.col-4 .box-1,
	.col-4 .box-2 {
		margin: 0 0 4%;
		width: 100%;
		padding: 50px;
	}

	.landing-page .col-3 .image-box,
	.landing-page .col-4 .image-box,
	.landing-page .col-3 .image-box-2,
	.landing-page .col-4 .image-box-2,
	.landing-page .col-3 .box-1,
	.landing-page .col-3 .box-2,
	.landing-page .col-4 .box-1,
	.landing-page .col-4 .box-2,
	.ancho-total .col-3 .image-box,
	.ancho-total .col-4 .image-box,
	.ancho-total .col-3 .image-box-2,
	.ancho-total .col-4 .image-box-2,
	.ancho-total .col-3 .box-1,
	.ancho-total .col-3 .box-2,
	.ancho-total .col-4 .box-1,
	.ancho-total .col-4 .box-2 {
		margin-bottom: 0;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}
	
	.site-header > .wrap {
		padding: 30px 0 40px;
	}

	.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,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.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-header .widget-area,
	.site-title {
		text-align: center;
	}

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

	/* ### Genesis Responsive Menus */

	.nav-primary .wrap.fixed {
		position: relative;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
		max-width: 100%;
	}

	.genesis-responsive-menu,
	.nav-primary {
		display: none;
		position: relative;
	}

	.nav-primary {
		border-top: none;
	}

	.genesis-nav-menu {
		padding: 20px 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333333;
		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: #fff;
		border-width: 0;
		color: #a58d5f;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 0px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.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 .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.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: 15px 20px;
		width: 100%;
	}

	.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: 15px;
		padding-bottom: 20px;
		padding-top: 0;
		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;
	}

	.left.box .wrap, 
	.box .wrap,
	.right.box .wrap,
	.sidebar-content .left.box .wrap, 
	.content-sidebar .left.box .wrap, 
	.sidebar-content .box .wrap 
 	.content-sidebar .box .wrap,
 	.sidebar-content .right.box .wrap, 
	.content-sidebar .right.box .wrap {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0 !important;
	}

	.box.right img, 
	.box.right .box-button,
	.box.left img, 
	.box .box-button,
	.box .box-text, 
	.box-3 img {
		float: none;
		width: 100%;
	}

	.left.custom .box-text, 
	.box.left .box-text,
	.box .box-text,
	.right.box .box-text,
	.sidebar-content .left.box .box-text,
	.content-sidebar .left.box .box-text,
	.sidebar-content .right.box .box-text, 
	.content-sidebar .right.box .box-text {
		position: relative;
		top: 0;
		left: auto;
		right: auto;
		float: none;
		width: 100% !important;
	}

	.custom.left, 
	.custom.right,
	.ancho-total .box, 
	.landing-page .box,
	.image-box .box-text {
		padding: 40px;
	}

	.col-2 .image-box,
	.col-2 .image-box-2,
	.col-2 .box-1,
	.col-2 .box-2,
	.landing-page .box-1 .col-2 .image-box-2,
	.ancho-total .box-1 .col-2 .image-box-2,
	.landing-page .box-2 .col-2 .image-box-2,
	.ancho-total .box-2 .col-2 .image-box-2,
	.landing-page .box-1 .col-3 .image-box-2,
	.ancho-total .box-1 .col-3 .image-box-2,
	.landing-page .box-2 .col-3 .image-box-2,
	.ancho-total .box-2 .col-3 .image-box-2,
	.landing-page .box-1 .col-4 .image-box-2,
	.ancho-total .box-1 .col-4 .image-box-2,
	.landing-page .box-2 .col-4 .image-box-2,
	.ancho-total .box-2 .col-4 .image-box-2 {
		margin: 0 0 4%;
		width: 100%;
		padding: 40px;
	}

	.landing-page .col-2 .image-box, 
	.ancho-total .col-2 .image-box,
	.landing-page .col-3 .image-box, 
	.ancho-total .col-3 .image-box,
	.landing-page .col-4 .image-box, 
	.ancho-total .col-4 .image-box,
	.landing-page .col-2 .image-box-2, 
	.ancho-total .col-2 .image-box-2,
	.landing-page .col-3 .image-box-2, 
	.ancho-total .col-3 .image-box-2,
	.landing-page .col-4 .image-box-2, 
	.ancho-total .col-4 .image-box-2,
	.landing-page .col-3 .box-1, 
	.ancho-total .col-3 .box-1, 
	.landing-page .col-3 .box-2, 
	.ancho-total .col-3 .box-2,
	.landing-page .col-2 .box-1, 
	.ancho-total .col-2 .box-1, 
	.landing-page .col-2 .box-2, 
	.ancho-total .col-2 .box-2,
	.landing-page .col-4 .box-1, 
	.ancho-total .col-4 .box-1, 
	.landing-page .col-4 .box-2, 
	.ancho-total .col-4 .box-2  {
		margin: 0;
		width: 100%;
		padding: 40px;
	}

	.box-4 .box-container, 
	.box-5 .box-container {
		display: block;
	}

	.mobile-image {
		display: block;
		line-height: 0;
	}

	.box-image {
		display: none;
	}
 
	.box-4 .box-text, 
	.box-5 .box-text {
		display: block;
		width: 100%;
		padding: 40px;
		float: none;
	}

	.landing-page .box-4,
	.ancho-total .box-4,
	.landing-page .box-5,
	.ancho-total .box-5 {
		padding: 0;
	}

	.landing-page .box-4 .box-text, 
	.landing-page .box-5 .box-text,
	.ancho-total .box-4 .box-text, 
	.ancho-total .box-5 .box-text {
		padding: 40px;
	}

	.landing-page .cta-box, .ancho-total .cta-box {
		padding: 40px;
	}

	.page-template-default .custom.left,
	.page-template-default .custom.right,
	.ancho-total .custom,
	.landing-page .custom {
		padding: 40px;
	}

	.image-box .wrap {
		padding: 10px;
	}
	
	.footer-social-widget {
		float: none;
		width: 100%;
		padding: 40px 20px 0px;
	}

	.footer-social-widget .widget-social {
		text-align: center;
	}

	.site-footer {
		float: none;
		width: 100%;
		text-align: center;
	}

}

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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.single-post .site-inner,
	.blog .site-inner,
	.page-template-page_blog .site-inner,
	.site-inner,
	.single-portfolio .content,
	.sidebar-content .site-inner,
	.content-sidebar .site-inner  {
		padding: 5% 5% 0;
	}

	.page-template-default.full-width-content .site-inner,
	.post-type-archive-portfolio .site-inner {
		padding: 10% 5% 0;
	}

	.single-portfolio .site-inner {
		padding: 0;
	}

	.single-portfolio .entry {
		padding: 0;
	}

	.adjacent-entry-pagination.pagination {
		padding: 0 5% 5%;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page .site-inner .wrap {
		padding-left: 10%;
		padding-right: 10%;
	}

	.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,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.full-width-content .entry {
		padding: 0;
	}

	.after-entry {
		padding: 0;
	}

	.after-entry .widget.enews-widget,
	.after-entry .herpark-mailchimp-subscription-widget {
		padding: 30px;
	}

	.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,
	.after-entry .herpark-mailchimp-subscription-widget .subscription-field {
		width: 100%;
		margin-right: 0%;
	}

	.after-entry .enews-widget input#subbutton ,
	.after-entry .herpark-mailchimp-subscription-widget .subscription-field.last {
		width: 100%;
	}

	.herpark-mailchimp-subscription-widget .herpark-privacy-policy {
		margin-top: 4%;
		margin-bottom: 4%;
	}

	.herpark-text-after-form,
	.herpark-subscription-content {
		margin-top: 4%;
	}

	.archive-description {
		padding: 30px;
		margin-bottom: 0;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

	.woocommerce .shop-thumbnail,
	.page-thumbnail {
		padding: 100px 0;
	}

	.custom-page .page-thumbnail,
	.ancho-total .page-thumbnail,
	.single-portfolio .page-thumbnail,
	.landing-page .page-thumbnail {
		padding: 0;
	}


	.ancho-total .page-thumbnail,
	.single-portfolio .page-thumbnail ,
	.landing-page .page-thumbnail,
	.woocommerce-page.ancho-total .page-thumbnail,
	.woocommerce-page.landing-page .page-thumbnail {
		height: 30vh;
	}

	.front-page-1 {
		height: 100%;
	}

	.front-page-1 .wrap.hero {
		padding: 100px 30px;
	}

	.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,
	.front-page .woocommerce ul.product_list_widget li,
	.flexible-widgets .featuredpost .entry {
	    width: 100%;
	    margin-right: 0;
	}

	.herpark-footer-widgets .widget {
		margin-top: 0%;
		margin-bottom: 12% !important;
	}

	.herpark-footer-widgets .widget .widget-title {
		margin-bottom: 15px;
	}

	.site-footer {
		padding: 30px 20px 20px;
	}

	.dropcap {
		font-size: 60px;
		line-height: 55px;
	}

	.herpark-footer-widgets .enews-widget input,
	.herpark-footer-widgets .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-2 .enews-widget input#subbox1.enews-subbox,
	.front-page-2 .enews-widget input#subbox,
	.front-page-3 .enews-widget input#subbox1.enews-subbox,
	.front-page-3 .enews-widget input#subbox,
	.front-page-4 .enews-widget input#subbox1.enews-subbox,
	.front-page-4 .enews-widget input#subbox,
	.front-page-5 .enews-widget input#subbox1.enews-subbox,
	.front-page-5 .enews-widget input#subbox,
	.front-page-6 .enews-widget input#subbox1.enews-subbox,
	.front-page-6 .enews-widget input#subbox,
	.front-page-7 .enews-widget input#subbox1.enews-subbox,
	.front-page-7 .enews-widget input#subbox,
	.front-page-2 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-3 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-4 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-5 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-6 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-7 .herpark-mailchimp-subscription-widget .subscription-field {
		width: 100%;
		margin-right: 0%;
	}

	.herpark-footer-widgets .enews-widget input#subbutton,
	.herpark-footer-widgets .herpark-mailchimp-subscription-widget .subscription-field.last, 
	.front-page-2 .enews-widget input#subbutton,
	.front-page-3 .enews-widget input#subbutton,
	.front-page-4 .enews-widget input#subbutton,
	.front-page-5 .enews-widget input#subbutton,
	.front-page-6 .enews-widget input#subbutton,
	.front-page-7 .enews-widget input#subbutton,
	.front-page-2 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-3 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-4 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-5 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-6 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-7 .herpark-mailchimp-subscription-widget .subscription-field.last {
		width: 100%;
	}

	.privacy-active .enews .privacy {
		bottom: 0;
		margin-bottom: 4%;
	}

	.privacy-active .enews .privacy input {
		margin-right: 2%;
	}

}

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

    .portfolio-item {
        width: 46%;
    }
	
	ul.filter li {
		display: block;
	}

    .flex-direction-nav li a {
		background-size: 190% !important;
		width: 30px !important;
		height: 40px !important;
	}

	.flex-direction-nav li .next, 
	.flex-direction-nav li .next:hover {
		background-position: -30px 0 !important; 
	}

	.slide-excerpt-border {
		display: none !important;
	}

	.slide-image {
		max-height: 200px !important;
	}

	.bottom-slidein {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	.landing-page .page-thumbnail .entry-header .wrap,
	.ancho-total .page-thumbnail .entry-header .wrap {
		padding: 50px;
	}

	#backtotop {
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		text-align: center;
		padding: 10px;
	}

	.cta-box.left .box-button,
	.cta-box.right .box-button {
		float: none;
		width: 100%;
	}

	.cta-box .box-text,
	.cta-box.left .box-text,
	.cta-box.right .box-text {
		float: none;
		width: 100%;
		margin-bottom: 40px;
		text-align: center !important;
	}

	.category .entry, 
	.date .entry, 
	.archive.author .entry,
	.search-results .entry, 
	.tag .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;
	}

	.front-page-1 .herpark-button {
		display: block;
	}

	.front-page .center a.button {
		margin: 20px auto 20px;
		display: block;
		max-width: 200px;
	}

	.front-page .center a.button:last-child {
		margin-bottom: 0;
	}

	h2.cool {
		font-size: 3rem;
	}

	.single-portfolio .page-thumbnail,
	.front-page-1,
	.landing-page .page-thumbnail,
	.ancho-total .page-thumbnail {
		background-attachment: scroll !important;
	}

	.entry-content .search-form {
		width: 100%;
	}

	.footer-social-widget {
		padding: 20px 20px 0px;
	}

	#instafeed li{
		width: 50%;
		padding-top: 49.3%;
	}
}

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

	.custom-page .entry-content,
	.woocommerce-page.custom-page .entry-content {
		padding: 30px;
	}

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

	#blog-layout .entry .entry-header,
	#blog-layout .entry,
	#blog-layout .entry .entry-content,
	.home.blog .entry .entry-header,
	.home.blog .entry,
	.home.blog .entry .entry-content,
	.full-width-content #blog-layout .entry .entry-header,
	.full-width-content #blog-layout .entry,
	.full-width-content #blog-layout .entry .entry-content {
		display: block;
		width: 100%;
	}

	.full-width-content #blog-layout .post-thumbnail,
	#blog-layout .post-thumbnail,
	.home.blog .post-thumbnail {
		display: none;
	}

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

	.portfolio-overlay h2 {
    		font-size: 1.2rem;
   	 }
	
	.filterable-portfolio {
		margin-left: 0;
	}
	
	
	.portfolio-item {
		width: 100%;
		margin-left: 0;
	}

	#top-bar .widget-social {
		padding-left: 10px;
	}

	.front-page-2 > .wrap,
	.front-page-3 > .wrap,
	.front-page-4 > .wrap,
	.front-page-5 > .wrap,
	.front-page-6 > .wrap,
	.front-page-7 > .wrap {
		padding: 70px 0 30px;
	}

	.herpark-footer-widgets .wrap {
		padding: 30px 20px 30px;
	}

	#element_to_pop_up {
		max-width: 300px;
		margin-top: 150px;
	}

	span.button.b-close {
		top: -70px;
	}

	.buscador input {
		width: 80%;
	}

	.buscador input[type="submit"] {
		width: 20%;
	}

	.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,
	#top-bar,
	.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;
	}

}