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

	Version: 1.0.8

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0.8

	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
	- Front Page Featured portfolio widget
	- Front Page Featured post widget
	- Top Bar
	- Mailchimp subscription box widget
- Plugins
	- Genesis eNews Extended
	- Genesis Slider
	- Jetpack
	- Instafeed
- Skip Links
- Header Container
- 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: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #ffffff;
	color: #333;
	font-family: 'Karla', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 0;
}

body.home:before,
body.front-page:before {
	background: #f6f2eb;
	content: '';
	display: block;
	float: none;
	height: 500px;
	margin: 0 0 -500px;
	position: relative;
	width: 100%;
	z-index: -1;
}

body.custom-page:before,
body.landing-page:before,
body.paged:before {
	content: none;
}

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: #e082a1;
	text-decoration: none;
}

*:focus {
	outline: 0 !important;
}

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


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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #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-weight: 400;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	letter-spacing: 0.1em;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

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

h2.cool {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.sidebar-primary h2.cool {
	font-size: 24px;
	font-size: 2.4rem;
}


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

.sidebar-primary h2.cool.line:after {
	content: '';
	width: 50px;
	height: 1px;
	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: 20px;
	font-size: 2rem;
}

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

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

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

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #333333;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

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

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

@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: 1s;
	animation-duration: 1s;
	-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(10px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(10px); }
	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: #ffffff;
	border: 1px solid #e5e5e5;
	color: #333333;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 10.5px 20px;
	line-height: 1.6;	
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

select {
	border-radius: 0 !important;
	padding: 10.5px 20px;
	-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: 98% 50%;
	background-size: 18px;
}

.widget_archive select {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	left: 0.1em;
	background-color: #f4f4f4;
	border: none;
	padding: 10.5px 20px;
	background-position: 92% 50%;
	background-size: 18px;
}

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

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

button,
.button,
ul.filter li,
.buscador input,
input[type="submit"],
.comment-reply-link {
	letter-spacing: 0.1em;
	font-weight: 400;
}

input,
select,
textarea {
	letter-spacing: 0.1em;
	font-weight: 400;
}

input:focus,
textarea:focus {
	border: 1px solid #cccccc; 
	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;
}

a.button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply-link {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 700;
	padding: 10.5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button {
	margin-bottom: 1em;
}

a.button:hover,
a.button:focus,
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.comment-reply-link:focus,
.comment-reply-link:hover {
	background-color: #ffffff;
	border: 1px solid #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: 14px;
	font-size: 1.4rem;
	padding: 7.5px 14px;
}

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

a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 15.5px 30px;
	line-height: 1.625;
	max-width: 100%;
}

a.button.extra-large {
	font-size: 20px;
	font-size: 2rem;
	padding: 20.5px 40px;
	line-height: 1.625;
	max-width: 100%;
}

a.button.block {
	display: block;
	margin-bottom: 28px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #e5e5e5;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #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: 1100px;
}

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

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

.single-post .site-inner,
.sidebar-content .site-inner,
.content-sidebar .site-inner,
.full-width-content .site-inner {
	padding: 0 0 50px;
}

.blog.content-sidebar .site-inner,
.blog.sidebar-content .site-inner,
.blog.full-width-content .site-inner {
	padding: 100px 0 70px;
}

.blog.paged .site-inner,
.blog.paged.content-sidebar .site-inner,
.blog.paged.sidebar-content .site-inner,
.blog.paged.full-width-content .site-inner {
	padding: 0 0 70px;
}

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

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

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


/* ### Content */

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

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

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

/* ### Primary Sidebar */

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

.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: transparent;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.avatar {
	border-radius: 50%;
	float: left;
	width: 20%;
}

h4.author-box-title {
	float: right;
	width: 75%;
	text-align: left;
	text-transform: uppercase;
}

.author-box-content {
	float: right;
	width: 75%;
	text-align: left;
}

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

.author-box p:last-child {
	margin-bottom: 0;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	width: 60px;
}

.comment-author span.says {
	display: none;
}

a.comment-author-link,
.comment-author span {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}

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

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

.after-entry,
.archive-description {
	font-size: 16px;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 0px 0 10px;
}

.archive-description h1 {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.search-form input[type="submit"] {
	font-family: FontAwesome;
	font-weight: 400;
	color: #ffffff;
	height: 43px;
	padding-top: 0;
	margin-top: 0;
	width: 15%;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
	float: right;
}

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

.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus {
	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;
}

.widget_herpark_search i {
	color: #333333;
	cursor: pointer;
	display: block;
	cursor: pointer;
	font-size: 11px;
	vertical-align: baseline;
	padding-top: 0px;
	line-height: 1;
	display: inline-table;
	padding: 20px 0;
}

.widget_herpark_search i:hover{
	color: #e082a1;
}

.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: 20px;
	font-size: 2rem;
}


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

.blog .entry-title,
.page-template-page_blog .entry-title {
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center !important;
	margin-bottom: 10px !important;
}

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

.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	text-transform: uppercase;
}

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

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

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

.sidebar-primary .widgettitle {
	margin-bottom: 20px;
}

.widget.woocommerce.widget_layered_nav ul {
	background: #f4f4f4;
	padding: 20px;
}

.woocommerce .widget_layered_nav ul li {
	border-bottom: 1px dotted #333333;
	display: block;
	padding: 10px 0;
}

.woocommerce .widget_layered_nav ul li:last-child {
	padding-bottom: 10px;
}

.woocommerce .widget_layered_nav ul li span.count {
	float: right;
}

/* ## 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: 1100px;
	padding: 0 !important;
	margin-bottom: 0;
}

.front-page .widget-title {
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.front-page a.button:last-of-type,
.home 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 {
	padding: 100px 0 70px;
}

.front-page-1 .widgettitle,
.front-page-2 .widgettitle,
.front-page-3 .widgettitle,
.front-page-4 .widgettitle,
.front-page-5 .widgettitle,
.front-page-6 .widgettitle {
	text-align: center;
}

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

.front-page-1 > .wrap {
	padding-bottom: 70px;
}


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

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

.front-page-1 .widget_simpleimage {
	position: relative;
}

.front-page-1 .widget_simpleimage .more {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.front-page-1 .widget_simpleimage p.simple-image {
	margin-bottom: 0;
	line-height: 0;
}

.front-page-1 .widget_simpleimage .more a {
	padding: 10px 30px;
	margin: 0em auto 0em;
	text-align: center !important;
	background: rgba(255,255,255,0.9);
	max-width: 60%;
	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;
}

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

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

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

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

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

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

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

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

.front-page-5 .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-5 .wrap.hero .widget {
	max-width: 1100px;
	color: #333333;
	margin: 0 auto 40px;
}

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

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

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


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

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

.front-page-6 {
	background-color: #f9f9f9; 
}


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

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

.post-type-archive-portfolio #page-heading,
.widget_herpark_recent_projects #page-heading {
    margin-bottom: 6rem;
    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.5rem;
}

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

.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;
	width: 100%;
	height: 100%;
	background: #333333;
	opacity: 0;
	filter: alpha(opacity=0) !important; 
	-moz-opacity: 0 !important; 
	left: 0;
	top: 0;
}

.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;
	text-align: center !important;
	color: #ffffff;
	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 .entry {
	padding: 0 !important;
	border: none !important;
}

.single-portfolio.full-width-content .entry-header h1 {
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}


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


.hide-title h1 {
	display: none;
}

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

.ancho-total .site-inner {
	padding: 0 0 0px 0 !important;
	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;
}

.archive.sidebar-content.woocommerce .content,
.archive.content-sidebar.woocommerce .content {
	width: 750px;
}

.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: 82vh;
	display: table;
	width: 100%;
	background-attachment: fixed !important;
}

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

.ancho-total .page-thumbnail .entry-header{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	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;
	padding-left: 450px;
}

.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 !important;
	max-width: 100%;
}

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

.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: right;
	display: none;
}

.landing-page .page-thumbnail .entry-header{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	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;
	padding-left: 450px;
}

.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 !important;
	display: table;
	padding: 0 !important;
	border: none !important;
	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: 160px 0;
	display: table;
	width: 100%;
	margin-bottom: 70px;
}

.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 {
	letter-spacing: 0.1em;
	font-weight: 400;
	text-align: center;
}

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

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

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

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

.wpcf7 select {
	padding: 10.5px 24px;
}

.wpcf7 select option:first-child {
	opacity: 0.7;
}

.wpcf7 .acceptance {
	font-size: 80%;
}

.wpcf7 input[type="submit"] {
	width: 100%;
}

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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.menu-social .genesis-nav-menu,
.herpark-social .genesis-nav-menu{
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

.menu-social .genesis-nav-menu li {
	margin: 0px 12px 0px;
	padding: 0;
	display: inline-block;
}

.herpark-social .genesis-nav-menu li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
}

.menu-social .genesis-nav-menu a {
	color: #333333;
	padding: 0 0 20px;
}

.herpark-social .genesis-nav-menu a {
	color: #333333;
	padding: 0;
}

.menu-social .genesis-nav-menu a:hover,
.menu-social .genesis-nav-menu a:focus,
.herpark-social .genesis-nav-menu a:hover,
.herpark-social .genesis-nav-menu a:focus {
	color: #e082a1;
}

.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: 20px;
	font-size: 2rem;
}

.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,
.home .widget.featuredpost,
.home .woocommerce.widget_products,
.home .flexible-widgets.widget-full .woocommerce.widget_products,
.home .flexible-widgets.widget-full .widget.featuredpost,
.blog .widget.featuredpost,
.blog .flexible-widgets.widget-full .widget.featuredpost,
.blog .woocommerce.widget_products,
.blog .flexible-widgets.widget-full .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,
.home .woocommerce ul.product_list_widget {
	display: table;
	width: 100%;
}


.front-page .woocommerce ul.product_list_widget li,
.home .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),
.home .woocommerce ul.product_list_widget li:nth-of-type(3n) {
	margin-right: 0 !important;
}

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

.front-page .woocommerce ul.product_list_widget li span.product-title,
.home .woocommerce ul.product_list_widget li span.product-title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 20px;
}

.front-page .woocommerce ul.product_list_widget li .amount,
.home .woocommerce ul.product_list_widget li .amount {
	font-size: 18px;
	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;
	padding: 0 !important;
}

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

.flexible-widgets .featuredpost .entry header.entry-header {
	background-color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	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: #ffffff;
}

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

#top-bar {
	position: absolute;
	width: 10px;
	left: 3%;
	top: 8%;
}


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

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

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

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

#menu-widget-area .woocommerce.widget_shopping_cart .widgettitle {
	margin: 0;
	margin-right: 0px;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle,
.genesis-responsive-menu .woocommerce.widget_shopping_cart .widgettitle,
#menu-widget-area .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,
#menu-widget-area .widget_nav_menu li.account a,
#menu-widget-area .widget_nav_menu li.cuenta a,
#menu-widget-area .widget_nav_menu li.wishlist a,
li.wishlist a,
li.cuenta a,
li.account a,
.yith-wcwl-add-button.show a,
a.button.yith-wcqv-button {
	font-size: 0 !important;
	display: block;
}

#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,
#menu-widget-area .widget_nav_menu li.account a,
#menu-widget-area .widget_nav_menu li.cuenta a,
#menu-widget-area .widget_nav_menu li.wishlist a,
li.wishlist a,
li.cuenta a,
li.account a,
.yith-wcwl-add-button.show a,
a.button.yith-wcqv-button {
    width: 12px;
    line-height: 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,
#menu-widget-area .woocommerce.widget_shopping_cart .widgettitle:before {
	font-size: 11px;
	font-family: 'FontAwesome';
	content: '\f07a';
	font-weight: 400;
}

.woocommerce.widget_shopping_cart .widgettitle {
	color: #333333;
}

.woocommerce.widget_shopping_cart .widgettitle:hover,
.woocommerce.widget_shopping_cart .widgettitle:focus {
	color: #e082a1;
}

.yith-wcqv-button:before {
	content: "\f06e";
	font-size: 11px;
	font-family: 'FontAwesome';
	font-weight: 400;
}

.yith-wcwl-add-button.show a:before,
#menu-widget-area .widget_nav_menu li.wishlist a:before,
li.wishlist a:before {
	font-size: 11px;
	font-family: 'FontAwesome';
	content: '\f08a';
	font-weight: 400;
}

#menu-widget-area .widget_nav_menu li {
	display: inline-block;
	margin-left: 16px;
}

#top-bar .widget_nav_menu li.account a,
#top-bar .widget_nav_menu li.cuenta a,
#menu-widget-area .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 ,
#menu-widget-area .widget_nav_menu li.account a:before,
#menu-widget-area li.cuenta a:before,
li.cuenta a:before,
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.1em;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle,
#menu-widget-area .woocommerce.widget_shopping_cart .widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

#menu-widget-area .woocommerce.widget_shopping_cart .widgettitle  {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
}

.woocommerce-mini-cart__empty-message {
	text-align: center;
	padding-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}

 
#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,
#menu-widget-area .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    position: absolute;
    top: 28px;
    right: 0;
    background: #fff;
    width: 280px;
    border: 1px solid #e5e5e5;
    padding: 0px 20px 20px 20px;
    text-decoration: none;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    z-index: 10;
}

#menu-widget-area .woocommerce.widget_shopping_cart .widget_shopping_cart_content {
	top: 48px;
	right: -3px;
}

#menu-widget-area .woocommerce.widget_shopping_cart {
	margin-left: 0 !important;
}

.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,
#menu-widget-area .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,
#menu-widget-area .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,
#menu-widget-area .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,
#menu-widget-area .woocommerce.widget_shopping_cart .widget_shopping_cart_content:after {
	margin: 0;
	padding: 0px;
	border: 0;
}
 
#top-bar .widget_shopping_cart_content.product_list_widget,
.nav-primary .widget_shopping_cart_content.product_list_widget,
#menu-widget-area .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,
#menu-widget-area .widget_shopping_cart_content .product_list_widget:before,
#menu-widget-area .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,
#menu-widget-area .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,
#menu-widget-area .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,
#menu-widget-area .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),
#menu-widget-area .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,
#menu-widget-area .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.6rem;
	letter-spacing: 0.1em;
	font-weight: 400;
}
 
#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,
#menu-widget-area .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,
#menu-widget-area .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,
#menu-widget-area .woocommerce.widget_shopping_cart .widget-wrap {
	position: relative;
}

#top-bar .woocommerce.widget_shopping_cart .widgettitle,
.nav-primary .woocommerce.widget_shopping_cart .widgettitle,
#menu-widget-area .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,
#menu-widget-area .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,
#menu-widget-area .woocommerce.widget_shopping_cart p.buttons {
	text-align: center;
	text-transform: uppercase;
}

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

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

.after-entry .herpark-mailchimp-subscription-widget {
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 50px 40px 40px;
}

.herpark-mailchimp-subscription-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 16px;
	font-weight: 400;
	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-1 .widget-full .herpark-mailchimp-subscription-widget form,
.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .herpark-mailchimp-subscription-widget form,
.front-page-1 .widget-halves .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 {
	display: table;
	width: 100%;
}

.front-page-1 .widget-full .herpark-mailchimp-subscription-widget .subscription-field,
.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .herpark-mailchimp-subscription-widget .subscription-field,
.front-page-1 .widget-halves .herpark-mailchimp-subscription-widget .subscription-field,
.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 {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.front-page-1 .widget-full .herpark-mailchimp-subscription-widget .subscription-field.last,
.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .herpark-mailchimp-subscription-widget .subscription-field.last,
.front-page-1 .widget-halves .herpark-mailchimp-subscription-widget .subscription-field.last,
.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 {
	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%;
}

.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: 28px;
}

.sidebar .widget.enews-widget {
	background-color: #ffffff;
}

.after-entry .widget.enews-widget {
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

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

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

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

.enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 16px;
	font-weight: 400;
	text-align: center;
}

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

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

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

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

.front-page-1 .widget-full .enews-widget form,
.front-page-1 .widget-halves .enews-widget form,
.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .enews-widget form,
.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 {
	display: table;
	width: 100%;
}

.front-page-1 .widget-full .enews-widget input#subbox1.enews-subbox,
.front-page-1 .widget-halves .enews-widget input#subbox1.enews-subbox,
.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .enews-widget input#subbox1.enews-subbox,
.front-page-1 .widget-full .enews-widget input#subbox,
.front-page-1 .widget-halves .enews-widget input#subbox,
.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .enews-widget input#subbox,
.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 {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.front-page-1 .widget-full .enews-widget input#subbutton,
.front-page-1 .widget-halves .enews-widget input#subbutton,
.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .enews-widget input#subbutton,
.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 {
	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;
}

#genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
}

#genesis-responsive-slider .flexslider {
    overflow: visible !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#genesis-responsive-slider .flexslider .flex-viewport {
	overflow: visible !important;
}

#genesis-responsive-slider .flexslider .slides > li {
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider .slide-excerpt-border {
	filter: alpha(opacity=0) !important; 
	-moz-opacity: 0 !important; 
	opacity: 0 !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

#genesis-responsive-slider li:hover .slide-excerpt-border {
	filter: alpha(opacity=100) !important; 
	-moz-opacity: 1 !important; 
	opacity: 1 !important;
}

#genesis-responsive-slider .slide-excerpt-border p,
.soliloquy-container .soliloquy-pager {
	display: none;
}

.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -20px 0 0;
	display: block;
	background: none !important;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 100;
}

.flex-direction-nav li .prev,
.flex-direction-nav li .flex-prev,
.soliloquy-container .soliloquy-prev {
	left: 20px !important;
	background: url(images/slider-arrows.png) no-repeat 0 0 !important;
}

.soliloquy-container .soliloquy-prev {
	height: 50px !important;
}

.flex-direction-nav li .next,
.flex-direction-nav li .flex-next,
.soliloquy-container .soliloquy-next {
	right: 20px !important;
	background: url(images/slider-arrows.png) no-repeat -52px 0 !important;
}

.soliloquy-container .soliloquy-next {
	right: 20px !important;
	height: 50px !important;
}

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

#genesis-responsive-slider .slide-excerpt {
	background-color: transparent !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;
	max-height: 150px;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: none !important;
	display: block !important;
	background: rgba(255, 255, 255, .9) !important;
	margin: 0 !important;
	width: 55%;
	padding: 20px 30px !important;
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	-webkit-transform: translate(-50%, -50%)!important;
	transform: translate(-50%, -50%)!important;
}

#genesis-responsive-slider .slide-excerpt-border h2 {
 	margin-bottom: 0px;
 	font-size: 2rem;
 	line-height: 1.8;
 	text-transform: uppercase;
 }

#genesis-responsive-slider .slide-excerpt-border p a.more-link {
	display: block;
	max-width: 150px;
	margin: 20px auto 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.4rem;
	padding: 20px 20px;
	letter-spacing: 0.1em;
}



/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/*  ## Instafeed
--------------------------------------------- */

/* 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-weight: 400;
	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: 12.5%;
	display: inline-block;
	line-height: 0;
	margin: 0px 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	padding-top: 12%;
	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;
}

.instagram-widget .widget_text .center {
	padding: 20px;
}


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

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

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

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


/* # Header Container
---------------------------------------------------------------------------------------------------- */

#header-container {
	min-height: 180px;
}

#header-container .header-content > .wrap {
	display: table;
	width: 100%;
	padding: 30px 0 30px;
}

#header-container .nav-primary {
	display: table-cell;
	width: 67%;
	vertical-align: middle;
	padding-top: 0px;
}

#header-container #menu-widget-area {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	text-align: right;
	padding-top: 0px;
	padding-left: 0px;
}

#header-container #menu-widget-area .widget {
	margin-bottom: 0;
	-margin-left: 20px;
	display: inline-table;
	-vertical-align: middle;
}

#header-container #menu-widget-area .widget::before {
	content: none !important;
}

#header-container #menu-widget-area .widget .widget_nav_menu a {
	padding: 20px 0;
}

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

.site-header {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	padding-right: 1%;
}

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

/* ## 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: left;
	width: 100%;
}

.site-title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	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: #e082a1;
	text-decoration: none;
}

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

.site-description {
	font-size: 12px;
	font-size: 1.2rem;
	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: 13px;
	font-size: 1.3rem;
	line-height: 1;
	width: 100%;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: right;
}

.sidebar-primary .widget_nav_menu {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

.genesis-nav-menu a  {
	color: #333333;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
}

.widget_nav_menu a{
	color: #333333;
}

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

#menu-widget-area .widget_nav_menu .current-menu-item > a {
	padding: 0;
}

.current-menu-item > a,
.sub-menu .current-menu-item a,
.home .current-menu-item > a:hover,
.front-page .current-menu-item > a:focus {
	color: #e082a1;

}

.home .current-menu-item > a,
.front-page .current-menu-item > a,
.current-menu-item > a:hover,
.current-menu-item > a:focus,
.sub-menu .current-menu-item a:hover,
.sub-menu .current-menu-item a:focus {
	color: #333333;
}


.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
	color: #e082a1;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 230px;
	padding-top: 20px;
	z-index: 102;
	background-color: #fff;
}

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

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -63px 0 0 230px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

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

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome;
    padding-left: 2px;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 4px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.the-toggle {
	width: 25px;
	height: 25px;
	position: relative;
	margin: 0px;
}

.icon-bar {
	display: block;
	width: 25px;
	height: 1px;
	background: #333333;
	position: absolute;
	transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	transform-origin: center;
}
.icon-bar.top {
	top: 0;
}
.icon-bar.middle {
	top: 8px;
}
.icon-bar.bottom {
	top: 16px;
}
.menu-toggle.activated .icon-bar {
	transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.menu-toggle.activated .icon-bar.top {
	top: 6px;
	transform: rotate(135deg);
}
.menu-toggle.activated .icon-bar.middle {
	opacity: 0;
	transform: rotate(135deg);
}
.menu-toggle.activated .icon-bar.bottom {
	top: 6px;
	transform: rotate(225deg);
}

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

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

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


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

.nav-primary,
.nav-primary .wrap {
	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: 57px;
}

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

}

#header-container.fixed .header-content {
	background-color: #fff;
	box-shadow: 0 0 20px #f1f1f1;
	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;
	padding: 0px 20px;
	text-align: center;
	border-bottom: 0px solid #e5e5e5;
}
	
.admin-bar #header-container.fixed .header-content {
	top: 32px;
}

#header-container.fixed .header-content > .wrap {
	padding: 20px 0;
}

.header-image #header-container.fixed .site-title > a {
	min-height: 50px;
	-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 .genesis-nav-menu {
	text-align: center;
}


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

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

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

.home.blog .featuredpost .entry,
.home.blog .featuredpage .entry,
.home .featuredpost .entry,
.home .featuredpage .entry {
	display: block;
}

.home.blog .featuredpost .entry .entry-header,
.home.blog .featuredpage .entry .entry-header,
.home .featuredpost .entry .entry-header,
.home .featuredpage .entry .entry-header {
	display: block;
}

.home.blog .featuredpost .entry .entry-header h4,
.home.blog .featuredpage .entry .entry-header h4,
.home .featuredpost .entry .entry-header h4,
.home .featuredpage .entry .entry-header h4 {
	text-align: center !important;
}

.home.blog .featuredpost .entry,
.home.blog .featuredpage .entry,
.home .featuredpost .entry,
.home .featuredpage .entry {
	border: none;
	padding: 0;
	background: transparent;
}

#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: 20px 30px;
	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,
.search-no-results .content,
.tax-portfolio-category .content,
.archive .content,
.tag .content,
.author .content,
.content-sidebar.category .content,
.content-sidebar.date .content,
.content-sidebar.search-results .content,
.content-sidebar.search-no-results .content,
.content-sidebar.tax-portfolio-category .content,
.content-sidebar.archive .content,
.content-sidebar.tag .content,
.content-sidebar.author .content {
	margin-bottom: 60px;
	width: 100%;
}

.category .sidebar,
.date .sidebar,
.search-results .sidebar,
.search-no-results .sidebar,
.tax-portfolio-category .sidebar,
.archive .sidebar,
.tag .sidebar,
.author .sidebar,
.content-sidebar.category .sidebar,
.content-sidebar.date .sidebar,
.content-sidebar.search-results .sidebar,
.content-sidebar.search-no-results .sidebar,
.content-sidebar.tax-portfolio-category .sidebar,
.content-sidebar.archive .sidebar,
.content-sidebar.tag .sidebar,
.content-sidebar.author .sidebar {
	display: none;
}

.archive.post-type-archive-product .sidebar,
.archive.tax-product_cat .sidebar,
.archive.tax-product_tag .sidebar {
	display: block;
}

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

.category .entry,
.content-sidebar.category .entry,
.date .entry,
.content-sidebar.date .entry,
.search-results .entry,
.content-sidebar.search-results .entry,
.tag .entry ,
.content-sidebar.tag .entry,
.author .entry,
.content-sidebar.author .entry  {
	background-color: transparent;
	margin-bottom: 40px;
	vertical-align: top;
	display: inline-table;
	margin: 0 4% 4% 0;
	width: 30.6676111221313%;
	padding: 0px !important;
	border: none !important;
}

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

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

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

.category .entry header.entry-header,
.date .entry header.entry-header,
.search-results .entry header.entry-header,
.tag .entry header.entry-header,
.author .entry header.entry-header,
.content-sidebar.category .entry header.entry-header,
.content-sidebar.date .entry header.entry-header,
.content-sidebar.search-results .entry header.entry-header,
.content-sidebar.tag .entry header.entry-header,
.content-sidebar.author .entry header.entry-header {
	background-color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	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,
.search-results .entry header.entry-header:hover,
.tag .entry header.entry-header:hover,
.author .entry header.entry-header:hover,
.content-sidebar.category .entry header.entry-header:hover,
.content-sidebar.date .entry header.entry-header:hover,
.content-sidebar.search-results .entry header.entry-header:hover,
.content-sidebar.tag .entry header.entry-header:hover,
.content-sidebar.author .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,
.search-results .entry header.entry-header h2,
.tag .entry header.entry-header h2,
.author .entry header.entry-header h2,
.content-sidebar.category .entry header.entry-header h2,
.content-sidebar.date .entry header.entry-header h2,
.content-sidebar.search-results .entry header.entry-header h2,
.content-sidebar.tag .entry header.entry-header h2,
.content-sidebar.author .entry header.entry-header h2 {
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	font-size: 20px;
	font-size: 2rem;
}

.category .entry header.entry-header h2 a,
.date .entry header.entry-header h2 a,
.search-results .entry header.entry-header h2 a,
.tag .entry header.entry-header h2 a,
.author .entry header.entry-header h2 a,
.content-sidebar.category .entry header.entry-header h2 a,
.content-sidebar.date .entry header.entry-header h2 a,
.content-sidebar.search-results .entry header.entry-header h2 a,
.content-sidebar.tag .entry header.entry-header h2 a,
.content-sidebar.author .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,
.tag .entry header.entry-header h2 a,
.tag .entry header.entry-header h2 a:hover,
.author .entry header.entry-header h2 a,
.author .entry header.entry-header h2 a:hover,
.content-sidebar.category .entry header.entry-header h2 a,
.content-sidebar.category .entry header.entry-header h2 a:hover,
.content-sidebar.search-results .entry header.entry-header h2 a,
.content-sidebar.search-results .entry header.entry-header h2 a:hover,
.content-sidebar.date .entry header.entry-header h2 a,
.content-sidebar.date .entry header.entry-header h2 a:hover,
.content-sidebar.tag .entry header.entry-header h2 a,
.content-sidebar.tag .entry header.entry-header h2 a:hover,
.content-sidebar.author .entry header.entry-header h2 a,
.content-sidebar.author .entry header.entry-header h2 a:hover {
	color: #ffffff;
}

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

.category .entry-meta,
.date .entry-meta,
.search-results .entry-meta,
.tag .entry-meta,
.author .entry-meta,
.content-sidebar.category .entry-meta,
.content-sidebar.date .entry-meta,
.content-sidebar.search-results-meta,
.content-sidebar.tag .entry-meta,
.content-sidebar.author .entry-meta {
	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,
.full-width-content .entry {
	background-color: transparent;
	margin-bottom: 40px;
	padding: 40px 0 0 0;
	border-top: 1px solid #e5e5e5;
}

.ancho-total.full-width-content .entry,
.custom-page.full-width-content .entry,
.landing-page .full-width-content .entry {
	border: none !important;
	margin-bottom: 0 !important;
}

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-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	padding: 0px 0;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
} 

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

a.more-link,
.more-link a {
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #333333;
	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: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.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-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	line-height: 2.5;
}

.entry-tags {
	font-weight: 400;
	text-transform: lowercase;
	line-height: 2;
}

.entry-categories a {
	color: #e082a1;
	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: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.adjacent-entry-pagination {
	max-width: 1100px;
}

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

.archive-pagination li {
	display: inline;
}

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

.archive-pagination a {
	color: #e082a1;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	font-weight: 400;
	padding: 15px 20px;
	padding: 0;
	border: none;
	background: transparent;
	text-transform: uppercase;
}

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

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

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

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form {
	display: table;
	width: 100%;
}

p.comment-form-comment {
	margin-bottom: 2%;
}

.single-post .comment-respond label[for="comment"], 
.page-template-default .comment-respond label[for="comment"], 
.page-template .comment-respond label[for="comment"] {
	display: none;
	margin-right: 12px;
}

.single-post p.comment-form-email,
.single-post p.comment-form-author,
.single-post p.comment-form-url,
.page-template-default p.comment-form-email,
.page-template-default p.comment-form-author,
.page-template-default p.comment-form-url,
.page-template p.comment-form-email,
.page-template p.comment-form-author,
.page-template p.comment-form-url {
	margin-bottom: 0;
}

.single-post .comment-respond input[type="url"],
.page-template-default .comment-respond input[type="url"],
.page-template .comment-respond input[type="url"] {
	float: left;
	width: 32%;
	margin-right: 0;
	margin-bottom: 2%;
}

.single-post .comment-respond input[type="text"],
.page-template-default .comment-respond input[type="text"],
.page-template .comment-respond input[type="text"], 
.single-post .comment-respond input#email,
.page-template-default .comment-respond input#email,
.page-template .comment-respond input#email {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.comment-respond input#submit.submit {
	float: left;
	width: 100%;
	margin: 0 0 2%;
}

/* ## Share Buttons
--------------------------------------------- */

.share-after {
	text-align: center;
	margin: 20px 0 0;
}

.single-post .share-after {
	text-align: center;
	margin: 80px 0 0;
}

.share-before {
	text-align: center;
    margin: 0px 0 40px;
}

.share-filled .twitter .share {
	width: 20px;
}

.share-filled .twitter:hover .share,
.share-filled .googlePlus:hover .share,
.share-filled .facebook:hover .share,
.share-filled .linkedin:hover .share,
.share-filled .stumbleupon:hover .share,
.share-filled .pinterest:hover .share,
.share-medium .no-count .share,
.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;
	font-size: 16px;
	font-size: 1.6rem;
}

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


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

.sidebar {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 40px;
}

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

.woocommerce .sidebar .widget,
.woocommerce .sidebar .widget:last-child {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0 0 0;
	border-bottom: none;
}

.sidebar .widget:last-child {
	border: none;
}

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

.sidebar .widget .cat-item,
.sidebar .widget_pages li,
.sidebar .widget_archive li {
	font-weight: 400;
	text-align: center;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

.widget_categories li,
.widget_categories ul > li:last-of-type,
.widget_product_categories li,
.widget_product_categories ul > li:last-of-type {
	background: #f6f2eb;
	display: block;
	padding: 10px;
}



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

.herpark-footer-widgets {
	background-color: #333333;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #ffffff;
}

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

.herpark-footer-widgets .widgettitle {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

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

}

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

.site-footer {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 20px 50px;
	text-align: center;
	color: #ffffff;
	background: #333333;
}

.site-footer p {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
}

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

.site-footer a:hover,
.site-footer a:focus {
	color: #999999;
}

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

.creditline {
	text-transform: uppercase;
}


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

.bottom-slidein .widget p {
	margin-bottom: 15px;
	font-size: 12px;
	font-size: 1.2rem;

}

.cookie-buttons .button {
	padding: 5px 15px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 2% !important;
	font-size: 1.2rem !important; 
}

.cookie-buttons .button:last-of-type {
	margin-right: 0 !important;
}

body.bottom-slidein-visible .bottom-slidein {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


/* # Back to Top
---------------------------------------------------------------------------------------------------- */

#backtotop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#backtotop i.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: 60px;
	line-height: 55px;
	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: #e082a1;
}

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

.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: #f9f9f9; 
	padding: 100px;
}

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

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

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

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

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

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

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

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

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

.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: 1100px;
	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 #e5e5e5;
}

.landing-page .image-box-2,
.ancho-total .image-box-2 {
	border: none;
	border-right: 1px solid #e5e5e5;
	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 #e5e5e5;
}

.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: 20px;
    margin-bottom: 20px;
    padding-right: 40px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.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: 5px;
    padding-right: 10px;
    font-style: normal;
    right: 0;
    position: absolute !important;
    font-size: 1.8rem;
}

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



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

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

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

}

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

	#top-bar {
		left: 1.5%;
	}

}

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

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

	.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: 750px;
	}

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

	.sidebar-primary {
		width: 300px;
	}


	#top-bar {
		left: -3px;
	}

}


@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,
	.home .box-3,
	.home .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) {


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

	#header-container .header-content > .wrap {
		display: block;
	}

	#header-container #menu-widget-area {
		display: block;
		position: fixed;
		right: 15px;
		top: 0px;
		width: 50%;
		z-index: 9999;
	}
	
	.admin-bar #header-container #menu-widget-area {
		top: 32px;
	}

	.site-header {
		display: block;
		width: 100%;
		margin-top: 30px;
		padding-right: 0;
	}

	.header-image .site-title > a {
		background-position: center !important;
		min-height: 90px;
	}

	/* ### Genesis Responsive Menus */

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

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

	.genesis-responsive-menu,
	.nav-primary,
	#header-container .nav-primary {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #ffffff;
	}

	#header-container.fixed .header-content {
		position: relative;
	}

	.nav-primary {
		border-top: none;
                height: 92%;
                overflow: scroll;
	}

	.genesis-nav-menu {
		padding: 20px 0;
                max-height: 78vh;                
	}

        .herpark-footer-widgets .genesis-nav-menu {
		padding: 10px 0;
                max-height: auto;
	}

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

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

	.menu-toggle {
		line-height: 22px;
		z-index: 1000;
		position: fixed;
		width: 100%;
		top: 0px;
		padding: 10px 20px;
		padding-top: 15px;
		left: 0;
	}
	
	.admin-bar .menu-toggle {
		top: 32px;
	}

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

	li.menu-item.moved-item-menu-social {
		display: inline-block !important;
		text-align: left;
		float: left !important;
		margin-bottom: 10px;
	}

	li.menu-item.moved-item-menu-social a {
		padding: 15px 0px 15px 20px !important;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 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;
	}

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

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

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

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

	.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;
	}
	
	.herpark-footer-widgets .wrap {
		padding: 50px 5% 0;
	}

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

	.archive.sidebar-content.woocommerce .content,
	.archive.content-sidebar.woocommerce .content {
		width: 700px;
	}

	.woocommerce .sidebar-primary {
		width: 230px;
	}
}

@media only screen and (max-width: 1140px) {
	
	.front-page .site-inner {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

}

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

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

	.content,
	.content-sidebar-sidebar .content,
	.archive.sidebar-content.woocommerce .content,
	.archive.content-sidebar.woocommerce .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,
	.woocommerce .sidebar-primary {
		width: 100%;
	}

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

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


}

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

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

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

	body,
	body > div {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.single-post .site-inner,
	.blog .site-inner,
	.page-template-page_blog .site-inner,
	.site-inner,
	.single-portfolio .content,
	.sidebar-content .site-inner,
	.content-sidebar .site-inner,
	.full-width-content .site-inner  {
		padding: 0% 5% 30px;
	}
	
	.front-page-2 > .wrap,
	.front-page-3 > .wrap,
	.front-page-4 > .wrap,
	.front-page-6 > .wrap {
		padding: 70px 5% 30px;
	}

	.front-page-5 > .wrap {
		padding: 70px 5% 70px;
	}

	.page-template-default.full-width-content .site-inner {
		padding: 0% 5% 30px;
	}

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

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

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

	.home .site-inner .wrap,
	.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;
	}
	
	.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% !important;
		margin-right: 0 !important;
	}

	.widget-area.flexible-widgets .widget, 
	.flexible-widgets.widget-full .featuredpost .entry, 
	.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry, 
	.flexible-widgets.widget-halves.uneven .featuredpost .entry, 
	.flexible-widgets .featuredpost .entry, 
	.flexible-widgets .featuredpost.widget:last-of-type .entry {
		margin-bottom: 8%;
	}

	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		padding: 30px;
		margin-bottom: 5%;
	}

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

	.woocommerce .shop-thumbnail {
		margin-bottom: 30px;
	}

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

	.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,
	.home .woocommerce ul.product_list_widget li,
	.flexible-widgets .featuredpost .entry {
	    width: 100%;
	    margin-right: 0;
	}
	
	.front-page-1 .widget-full .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-1 .widget-full .enews-widget input#subbox1.enews-subbox,
	.front-page-1 .widget-halves .enews-widget input#subbox1.enews-subbox,
	.front-page-1 .widget-halves .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .enews-widget input#subbox1.enews-subbox,
	.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-1 .widget-full .enews-widget input#subbox,
	.front-page-1 .widget-halves .enews-widget input#subbox,
	.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .enews-widget input#subbox,
	.herpark-footer-widgets .enews-widget input,
	.front-page-2 .enews-widget input#subbox1.enews-subbox,
	.front-page-2 .enews-widget input#subbox,
	.front-page-2 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-3 .enews-widget input#subbox1.enews-subbox,
	.front-page-3 .enews-widget input#subbox,
	.front-page-3 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-4 .enews-widget input#subbox1.enews-subbox,
	.front-page-4 .enews-widget input#subbox,
	.front-page-4 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-5 .enews-widget input#subbox1.enews-subbox,
	.front-page-5 .enews-widget input#subbox,
	.front-page-5 .herpark-mailchimp-subscription-widget .subscription-field,
	.front-page-6 .enews-widget input#subbox1.enews-subbox,
	.front-page-6 .enews-widget input#subbox,
	.front-page-6 .herpark-mailchimp-subscription-widget .subscription-field {
		width: 100%;
		margin-right: 0%;
	}

	.herpark-footer-widgets .herpark-mailchimp-subscription-widget .subscription-field.last,
	.herpark-footer-widgets .enews-widget input#subbutton,
	.front-page-2 .enews-widget input#subbutton,
	.front-page-2 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-3 .enews-widget input#subbutton,
	.front-page-3 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-4 .enews-widget input#subbutton,
	.front-page-4 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-5 .enews-widget input#subbutton,
	.front-page-5 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-6 .enews-widget input#subbutton,
	.front-page-6 .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-1 .widget-full .enews-widget input#subbutton,
	.front-page-1 .widget-full .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-1 .widget-halves .enews-widget input#subbutton,
	.front-page-1 .widget-halves .herpark-mailchimp-subscription-widget .subscription-field.last,
	.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .enews-widget input#subbutton,
	.front-page-1 .widget-area.flexible-widgets .widget:first-of-type .herpark-mailchimp-subscription-widget .subscription-field.last {
		width: 100%;
	}
	
	.herpark-footer-widgets .widget-thirds .enews-widget input,
	.herpark-footer-widgets .widget-thirds .herpark-mailchimp-subscription-widget .subscription-field {
		width: 100%;
		margin-right: 0%;
	}

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

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

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

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

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

	.blog.content-sidebar .site-inner, 
	.blog.sidebar-content .site-inner, 
	.blog.full-width-content .site-inner {
		padding: 70px 5% 30px;
	}

	.blog.paged.content-sidebar .site-inner, 
	.blog.paged.sidebar-content .site-inner, 
	.blog.paged.full-width-content .site-inner {
		padding: 0 5% 30px;
	}

	.front-page-1 > .wrap {
		padding-bottom: 30px;
	}

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

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



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

	.admin-bar .menu-toggle {
		top: 46px;
	}
	
	.admin-bar #header-container #menu-widget-area {
		top: 46px;
	}
}	

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

    .portfolio-item {
        width: 46%;
    }

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

	.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;
		padding-left: 50px;
	}

	#backtotop {
		bottom: 20px;
		right: 20px;
	}

	.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, 
	.search-results .entry, 
	.tag .entry,
	.author .entry,
	.content-sidebar.category .entry, 
	.content-sidebar.date .entry, 
	.content-sidebar.search-results .entry, 
	.content-sidebar.tag .entry,
	.content-sidebar.author .entry {
		margin: 0 0 4%;
		width: 100%;
	}

	ul.related-list li {
		width: 48%;
		margin-right: 4%;
	}

	ul.related-list li:nth-child(2n) {
		margin-right: 0;
	}

	ul.related-list li:last-child {
		display: none;
	}

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

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

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

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

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

	#instafeed li{
		width: 25%;
		padding-top: 24%;
	}

	.front-page-2 > .wrap,
	.front-page-3 > .wrap,
	.front-page-4 > .wrap,
	.front-page-6 > .wrap {
		padding: 50px 5% 10px;
	}

	.front-page-5 > .wrap {
		padding: 70px 5% 70px;
	}

}

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

	body.home:before, 
	body.front-page:before {
		height: 400px;
		margin: 0 0 -400px;
	}

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

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

	.herpark-footer-widgets .wrap {
		padding: 25px 5% 25px 5%;
	}

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

	.buscador input[type="search"] {
		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;
	}

}