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

	Version: 1.0.0

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

	Template: genesis
	Template Version: 1.0.0

	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
	- Admin Bar
	- Links Color
	- Headings
	- Objects
	- Fade Effect
	- Gallery
	- Forms
	  -Buttons
	- 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
- Portfolio
	- Filterable Portfolio
 	- Isotope CSS Animations
	- Archive portfolio
	- Single portfolio
- Pages
	- Landing page
	- Subscription page
	- Archive page
	- Password page
- Contact Form
- Widgets
	- Featured Content
	- Flexible widgets
	- Front Page Woocommerce widget
	- Front Page Featured post widget
- Plugins
	- Genesis eNews Extended
	- Genesis Slider
	- Jetpack
	- Testimonial Rotator
	- 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
	- After Entry
	- Related Posts
- Sidebars
- Footer Widgets
- Site Footer
- Flex Video
- Cookie Bar
- Back to Top
- 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: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,
.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,
.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 */
}

::selection {
    background-color: #999999;
    color: #ffffff;
}

::-moz-selection {
    background-color: #999999;
    color: #ffffff;
}

/* Chrome fix */
body > div {
	font-size: 14px;
	font-size: 1.4rem;
}

body {
	background-color: #e6e1db;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1px;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

.widget-title,
h3.accent,
.accent h3,
.elementor-widget:not(.elementor-widget-wp-widget-widget_herpark_recent_projects) .elementor-widget-container h5:not(.elementor-heading-title) {
	font-family: 'Lato', sans-serif;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.8
}

.elementor-widget:not(.elementor-widget-wp-widget-widget_herpark_recent_projects) .elementor-widget-container h5:not(.elementor-heading-title) {
	text-align: center;
}

.bar,
.read-more:before {
	content: "";
	height: 150px;
	width: 1px;
	background: #000000;
	margin: 20px auto;
	display: block;
}

.bar.small {
	content: "";
	height: 50px;
	width: 1px;
	background: #000000;
	margin: 20px auto;
	display: block;
}

.read-more:before {
	height: 50px;
	margin: 0 auto 20px;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #000000;
	clear: both;
	margin: 2.5em 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote,
blockquote.wp-block-quote,
.wp-block-quote:not(.is-large),
.wp-block-quote.is-style-large {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
	font-style: normal;
	border-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	quotes:"\201C" "\201D";
	position: relative;
	text-align: center;
	font-family: Butler;
	font-weight: 200;
}

blockquote,
blockquote.wp-block-quote,
.wp-block-quote:not(.is-large) {
	font-size: 40px;
	font-size: 3rem;
}

blockquote p {
	margin: 0px 40px 0px 40px;
	text-indent: 0px;
	text-align: center;
}

blockquote:before, blockquote:after {
	font:300 120px/1px Butler, serif;
	position:absolute;
}

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

blockquote:after {
	content:close-quote;
	right: 0px;
	left: 0;
	bottom: -80px;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 4rem;
	font-style: normal !important;
	font-weight: 900;
}

blockquote cite,
blockquote.wp-block-quote cite ,
.wp-block-quote.is-style-large cite {
	text-align: center !important;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-top: 20px;
	font-size: 90%;
}

.elementor-widget-wp-widget-featured-post img,
.elementor-widget-wp-widget-featured-page img,
.woocommerce ul.product_list_widget li img,
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li img,
.featuredpost img,
.featuredpage img {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

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

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

/* ## Admin Bar
--------------------------------------------- */

.admin-bar .offscreen-content,
.admin-bar .hs-main-menu {
    top: 32px !important;
}

.admin-bar .subscription-back {
    top: 52px !important;
}


/* ## Links Color
--------------------------------------------- */

a,
.home .entry-content a:not(.button):not(.more-link),
.front-page .entry-content a:not(.button):not(.more-link) {
	color: #000000;
	text-decoration: none;
}

*:focus {
	outline: 0 !important;
}

a:focus,
a:hover,
.home .entry-content a:not(.button):not(.more-link):hover,
.home .entry-content a:not(.button):not(.more-link):hover,
.front-page .entry-content a:not(.button):not(.more-link):focus,
.front-page .entry-content a:not(.button):not(.more-link):focus,
ul.filter a.active {
	color: #8B2635;
	text-decoration: none;
}

.entry-content a:not(.button):not(.more-link),
.single-product .entry a:not(.button):not(.more-link) {
	color: #8B2635;
}

.entry-content a:not(.button):not(.more-link):hover,
.entry-content a:not(.button):not(.more-link):focus,
.single-product .entry a:not(.button):not(.more-link):hover,
.single-product .entry a:not(.button):not(.more-link):focus {
	color: #000000;
}

h4.entry-title a {
	color: #000000 !important;
}

h4.entry-title a:hover,
h4.entry-title a:focus {
	color: #8B2635 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Butler';
	font-weight: 200;
	line-height: 1.4;
	margin: 0 0 20px;
	letter-spacing: 1.5px;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

h1 {
	font-size: 60px;
	font-size: 6rem;
}

h2 {
	font-size: 45px;
	font-size: 4.5rem;
}

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

h4 {
	font-size: 25px;
	font-size: 2.5rem;
}

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

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


/* ## 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: transparent;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 3px;
	padding: 10.5px 20px;
	line-height: 1.6;	
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

textarea {
	max-width: 100%;
}

select {
	border-radius: 0 !important;
	padding: 10.5px 20px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	width: 100% !important;
	background-image: url(images/arrow-down.png) !important;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	text-transform: uppercase;
	background-size: 18px;
}

.widget_archive select {
	left: 0.1em;
}

.sidebar-primary select {
	background-position: 92% 50%;
}

input[type="search"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	width: 80%;
}

button,
.button,
ul.filter li,
.buscador input,
input[type="submit"],
.comment-reply-link {
	letter-spacing: 3px;
}

input:focus,
textarea:focus {
	border: 1px solid #000000; 
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input[type="checkbox"],
input[type="radio"],
input#subscribe_comments {
	display: inline-block !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 0% !important;
    border: 1px solid #000000;
    background-color: transparent;
    height: 12px !important;
    margin-top: -4px;
    padding: 8px !important;
    margin-right: 5px;
    width: 12px !important;
    outline: none !important;
    vertical-align: middle !important;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #ffffff !important;
    background-position: center !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-image: url(images/check-icon.png) !important;
    border: 1px solid #000000 !important;

}  

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

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

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

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

.button {
	margin-bottom: 1em;
	display: inline-block;
	text-align: center;
}

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,
.comment-reply-link:focus,
.comment-reply-link:hover,
.summary a.more-link:hover,
.summary a.more-link:focus {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 8px;
	font-size: 0.8rem;
	padding: 7.5px 14px;
}

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

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

a.button.extra-large {
	font-size: 18px;
	font-size: 1.8rem;
	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 {
	cursor: not-allowed;
}

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

.read-more {
	letter-spacing: 3px;
	font-size: 80%;
	text-align: center;
}

.read-more a {
	color: inherit !important;	
}


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

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

tbody {
	border-bottom: 1px solid #000000;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #000000;
	padding: 6px;
}

th {
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus,
.widget_herpark_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Top section
---------------------------------------------------------------------------------------------------- */

.top-section {
	padding: 20px 0 10px;
}

.top-section > .wrap {
	display: table;
	width: 100%;
	max-width: 95%;
}

.offscreen-section {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: left;
}

.top-social-icons {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}

.top-social-icons .widget {
	padding: 0;
	margin-bottom: 0;
	display: inline-block;
}

.top-social-icons .herpark-social .genesis-nav-menu {
	text-align: right;
}

.top-social-icons .herpark-social .genesis-nav-menu li {
	margin: 0 0 0 16px;
}


/* Offscreen Content
---------------------------------------------------------------------------------------------------- */

.no-scroll {
    overflow: hidden;
}

.offscreen-content {
	background-color: rgba( 255, 255, 255, 0.8);
	display: none;
	height: 100%;
	right: 0;
	overflow-y: scroll;
	position: fixed;
	text-align: center;
	top: 0;
	padding: 5% 0;
	width: 100%;
	z-index: 10000;
}

.offscreen-content,
.offscreen-content .offscreen-content-toggle.close,
.offscreen-content a {
	color: #000000;
}

.offscreen-content a:hover,
.offscreen-content a:focus {
	color: #8b2635;
}

.offscreen-container {
	display: table;
	text-align: center;
	width: 55%;
	height: 100%;
	margin: 0 auto;
}

.offscreen-container .widget-area {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.offscreen-container .widget-area > .wrap {
	background-color: #e6e1db;
	border: 1px solid #000000;
	padding: 45px;
	position: relative
}

.offscreen-content .widget:last-child {
    margin-bottom: 0px !important;
}

.offscreen-content-icon .offscreen-content-toggle {
    top: 0;
    right: 0;
    z-index: 10000;
}

.offscreen-content-icon .offscreen-content-toggle.open {
	cursor: pointer;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 3px;
	font-family: 'Lato', sans-serif;
}

.offscreen-content .offscreen-content-toggle.close {
	right: 10px;
}

.offscreen-content .offscreen-content-toggle {
    z-index: 10001;
}

.offscreen-content .offscreen-content-toggle.close {
	background: transparent;
	border: none;
	padding: 0 10px;
	color: #000000;
	font-size: 4rem;
	margin-bottom: 30px;
}

.offscreen-content .offscreen-content-toggle.close .ion-android-close:before {
	font-size: 4rem;
}

.offscreen-content-toggle .dashicons {
    width: 25px;
    height: 25px;
    font-size: 25px;
}

.offscreen-content .enews.privacy-active {
	margin-bottom: 6% !important;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

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

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

.home.elementor-default .site-inner,
.home.page-template-default .site-inner,
.front-page .site-inner {
	padding: 0;
}

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

.page-template-page_blog .site-inner,
.page-template-page_bloggrid .site-inner {
	padding-top: 80px;
}


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

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


/* ### Content */

.content {
	float: right;
	width: 68%;
}

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 28%;
}

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

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

.archive.sidebar-content.woocommerce .content,
.archive.content-sidebar.woocommerce .content {
	width: 68%;
}

.category .sidebar,
.date .sidebar,
.search-results .sidebar,
.search-no-results .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.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;
}


/* ## 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: 5%;
	background: #e6e1db;
	color: #000000;
	border: 1px solid #000000;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	text-align: center;
}

.author-box a {
	color: #8B2635;
}

.author-box a:hover,
.author-box a:focus {
	color: #000000;
}

.avatar {
	border-radius: 50%;
	float: none;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}

h4.author-box-title {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}

.author-box-content {
	float: none;
	width: 100%;
	text-align: center;
}

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

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

.alignright .avatar {
	margin-left: auto;
}

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

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

a.comment-author-link,
.comment-author span {
	text-transform: uppercase;
	font-size: 14px;
	vertical-align: top;
	font-size: 1.4rem;
	letter-spacing: 3px;
}

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

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

.archive-description {
	text-align: center;
	margin-bottom: 0;
	padding: 0px 0 10px;
}

.archive-description p {
	margin-bottom: 6%;
}

.archive-description h1 {
	text-transform: uppercase;
	margin-bottom: 3rem;
	padding: 10.5px 20px;
	font-size: 28px;
	font-size: 2.8rem;
}

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

.search-form {
	overflow: hidden;
}

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

.search-form input[type="search"] {
	text-align: left;
}

.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;
	height: 39px;
	padding-top: 0;
	margin-top: 0;
	width: 20%;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
	float: right;
	border-left: 0;
}

#popup-search .search-form {
	border-bottom: 1px solid #000000;
	padding-bottom: 0px;
	max-width: 300px;
	margin: 0 auto;
	text-decoration: left;
}

#popup-search input[type="search"] {
	width: 93%;
	border: none;
	padding: 0;
	background: transparent;
	height: 43px;
	font-size: 16px;
	font-size: 1.6rem;
}

#popup-search input[type="submit"] {
	height: 43px;
	margin-top: 0;
	border: none;
	width: 7%;
	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: #e6e1db;
    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,
.modal {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    max-width: 80%;
    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: center;
}

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

#menu-widget-area .herpark-search {
	margin-left: 10px;
}

.herpark-search a {
	font-size: 12px;
}

.herpark-search i.icon::before {
	font-size: 2.5rem;
	vertical-align: middle;
}

.modal-button-close {
	display: block;
	width: 45px;
	height: 1px;
	background: #000000;
	position: absolute;
	transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	transform-origin: center;
}

.modal-button-close.top {
	top: 6px;
	transform: rotate(135deg);
}

.modal-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: 40px;
	font-size: 4rem;
	text-align: center !important;
	margin-bottom: 10px !important;
}

.blog-grid .summary .entry-title {
	margin-top: 10px;
	margin-bottom: 20px;
}

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

.entry-title,
h1.entry-title {
	font-size: 25px;
	font-size: 2.5rem;
}

.single-post h1.entry-title {
	margin-bottom: 10px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

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

.front-page h1.entry-title {
	display: none;
}

.front-page .site-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.front-page .content {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	float: left;
}

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

.front-page .entry {
	margin-bottom: 0 !important;
}

.home .entry .post-edit-link {
	display: none;
}

.front-page .left,
.home .left {
	text-align: left !important;
	margin-bottom: 28px;
}

.front-page .center,
.home .center {
	text-align: center !important;
	margin-bottom: 28px;
}

.front-page .right,
.home .right {
	text-align: right !important;
	margin-bottom: 28px;
}

.front-page .justify,
.home .justify {
	text-align: justify !important;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	margin-bottom: 28px;
}

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

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

.site-container .front-page-widget-area .wrap {
	border-bottom: 1px solid #000000;
}

.site-container .front-page-widget-area.last .wrap {
	border-bottom: 0 !important;
}

.front-page-1 {
	padding: 0px 0px 0px;
	margin-bottom: 0px;
}

.front-page-1 .widget {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.front-page-1 .wrap .widget:first-of-type {
	width: 100%;
	max-width: 100%;
}

.front-page-1 .wrap .widget:last-of-type {
	margin-bottom: 80px !important;
}

.widget_herpark_recent_projects:last-of-type {
	margin-bottom: 0;
}

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

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

.front-page-2 .wrap,
.front-page-8 .wrap {
	padding: 80px 2% 40px;
}

.widget {
	position: relative;
}

.home .after-post .wrap,
.blog .after-post .wrap {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 40px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.home .featuredpost {
	border-bottom: none;
	padding-bottom: 0;
}

.featuredpost h3 {
	margin-bottom: 40px;
}


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

/* ## Featured Portfolio Widget
--------------------------------------------- */


.widget_herpark_recent_projects .widget-title,
.elementor-widget-wp-widget-widget_herpark_recent_projects .elementor-widget-container h5 {
	font-size: 6.5vw;
	font-family: 'Butler';
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 1.5px;
}



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

.portfolio-header {
	padding: 20% 5% 5%;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}

.post-type-archive-portfolio .entry-header .entry-title {
	margin: 0 auto 20px;
	text-align: center;
}

ul.filter {
    list-style: none;
    margin-left: 0;
    text-align: center;
    margin: 0 auto 40px;
}

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

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

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

ul.filter a {
	display: block;
	padding: 10px 15px;
	margin: 0 0 5px;
	text-decoration: none;
	font-size: 10px;
	font-size: 1rem;
}

.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: 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: rgba(255,255,255,0.85);
	opacity: 0;
	filter: alpha(opacity=0) !important; 
	-moz-opacity: 0 !important; 
	left: 0;
	top: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition:    opacity .6s ease-in-out;
	-ms-transition:     opacity .6s ease-in-out;
	-o-transition:      opacity .6s ease-in-out;
	transition:         opacity .6s ease-in-out;
}

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

.portfolio-overlay h2 {
	padding: 10px 30px;
	margin: 0em auto 0em;
	font-size: 20px;
	font-size: 2rem;
	text-align: center !important;
	color: #000000;
	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;
}

.portfolio-overlay h2 .bar {
	height: 50px;
	margin: 15px auto;	
}


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

.single-portfolio .entry {
	padding: 0 !important;
	border: none !important;
}

.single-portfolio.full-width-content .entry-header h1 {
	text-align: center;
	margin: 0 auto 40px auto;
}

i.icon.ion-grid:before {
	font-size: 3rem;
}


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

.hide-title h1 {
	display: none;
}

/* # Blog Widget Area
---------------------------------------------------------------------------------------------------- */

#blog-hero {
	min-height: 30vh;
	padding: 15% 5% 5%;
	margin-top: 20px;
}

.blog-widget {
	text-align: center;
}

#blog-hero .blog-widget .widget:first-child.widget_search {
	max-width: 300px;
	margin: 0 auto;
	float: none;
}

.blog-hero-container {
	background: transparent;
}

#blog-hero .blog-hero-container {
	max-width: 70%;
	margin: 0 auto;
}


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

body.landing-page {
	background: #e6e1db;
}

.landing-page .site-inner,
.elementor-page.landing-page .site-inner{
	padding: 0 !important;
}

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

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

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

.landing-page h1.entry-title {
	display: none;
}



/* ## Subscription Page
--------------------------------------------- */

body.subscription-page {
	background: #e6e1db;
}

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

.subscription-page h1.entry-title {
	display: none;
}

.subscription-page .entry {
	margin-bottom: 0 !important;
	display: table;
	padding: 0 !important;
	border: none !important;
	width: 100%;
}

.subscription-back {
	color: inherit !important;
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	text-align: right;
	cursor: pointer;
}

.woocommerce-order-received .subscription-back {
	display: none;
}

.woocommerce-page.full-width-content.subscription-page .content {
	max-width: 100%;
}

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

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

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

.subscription-page .page-title {
	display: table-cell;
	vertical-align: middle;
}

.subscription-page .entry-content {
	float: right;
	width: 50%;
	padding: 8% 5% 5%;
}

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

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

/* ## Archive Page
--------------------------------------------- */

.page-template-page_archive h3,
.error404 h3,
.error404 h2,
.error404 p,
.error404 form {
	text-align: center;
}

.page-template-page_archive h3,
.error404 h3,
.error404 h2 {
	text-transform: uppercase;
}

.error404 form {
	margin: 0 auto;
}

.page-template-page_archive .entry-content ol, 
.page-template-page_archive .entry-content ul,
.error404 .entry-content ol, 
.error404 .entry-content ul {
	margin-left: 0;
	text-transform: uppercase;
	text-align: center;
}

.page-template-page_archive .entry-content ol li, 
.page-template-page_archive .entry-content ul li,
.error404 .entry-content ol li, 
.error404 .entry-content ul li {
	list-style-type: none;
}

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

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

.post-password-form input.content-password {
	letter-spacing: 2px;
	text-align: center;
}

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


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

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

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	padding-left: 0;
	padding-right: 0;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="submit"] {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}

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

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

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

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

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

.wpcf7-acceptance a {
	text-decoration: underline !important;
	color: inherit !important;
}

.wpcf7 .option {
	margin-bottom: 10px;
	font-size: 80%;	
}

.custom-checkbox .wpcf7-checkbox {
	display: table;
	width: 100%;
	margin-top: 10px;
}

.custom-checkbox.col-3 .wpcf7-list-item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-left: 0;
	text-align: center;
	margin-bottom: 0px !important;
}

.custom-checkbox.col-3 .wpcf7-list-item:nth-child(3n) {
	margin-right: 0;
}

.custom-checkbox.col-3 .wpcf7-list-item:nth-child(4),
.custom-checkbox.col-3 .wpcf7-list-item:nth-child(5),
.custom-checkbox.col-3 .wpcf7-list-item:nth-child(6) {
	margin-top: 2%;
}

.custom-checkbox.col-1 .wpcf7-list-item {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0;
	text-align: center;
	margin-bottom: 10px !important;
}

.custom-checkbox.col-1 .wpcf7-list-item:last-child {
	margin-bottom: 0 !important;
}

.custom-checkbox.col-2 .wpcf7-list-item {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-left: 0;
	text-align: center;
	margin-bottom: 0px !important;
}

.custom-checkbox.col-2 .wpcf7-list-item:nth-child(2n) {
	margin-right: 0;
}

.custom-checkbox.col-2 .wpcf7-list-item:nth-child(3),
.custom-checkbox.col-2 .wpcf7-list-item:nth-child(4),
.custom-checkbox.col-2 .wpcf7-list-item:nth-child(5),
.custom-checkbox.col-2 .wpcf7-list-item:nth-child(6){
	margin-top: 2%;
}

.custom-checkbox .wpcf7-list-item input[type="checkbox"] {
	width: auto !important;
	border: none;
	visibility: hidden;
	display: none !important;
}

.custom-checkbox .wpcf7-list-item label span.wpcf7-list-item-label { 
	background: #e6e1db;
	color: #000000;
	padding: 10.5px 12px;
	cursor: pointer;
	display: block;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 3px;
	-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;
}

.custom-checkbox .wpcf7-list-item label span.wpcf7-list-item-label:hover {
	background: #000000;
	color: #ffffff;	
}

.custom-checkbox .wpcf7-list-item input[type="checkbox"]:checked ~ span {
	background: #000000;
	color: #ffffff;
} 

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

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

.widget-title {
	margin-bottom: 20px;
}

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

.front-page .site-inner .widget-title,
.home .site-inner .widget-title {
	margin-bottom: 40px;
}

.sidebar-primary .widget-title {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.blog-widget .widget-title {
	font-size: 20px;
	font-size: 2rem;
	font-family: 'Butler';
	font-weight: 200;
	letter-spacing: 1.5px;
}

.footer-widgets .widget-title {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.bottom-slidein .widget-title {
	font-size: 25px;
	font-size: 2.5rem;
}

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

.widget.empty-widget {
	margin-bottom: 1px !important;
}

.sidebar .widget ul > li {
	text-align: center;
}

.sidebar .widget_categories .cat-item, 
.sidebar .widget_pages li {
	background: #ffffff;
}

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

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.blog-widget .widget ul > li:last-of-type {
	padding-bottom: 10px;
}

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


/* ## Flexible widgets
--------------------------------------------- */


.flexible-widgets .wrap {
    max-width: 1100px;
    padding: 80px 0 40px;
}

.site-container .front-page-widget-area.first .wrap,
.home.home-elementor .site-inner,
.elementor-page .site-inner {
	padding-top: 20px !important;
}

.blog-widget .flexible-widgets .wrap {
	padding: 0;
}

.flexible-widgets {
    width: 100%;
}

.widget-area.flexible-widgets .widget {
	float: left;
	margin-bottom: 40px;
	vertical-align: top;
	padding: 0 2% 0%;
}

.flexible-widgets .featuredpost .entry {
	float: left;
    margin: 0 0 0px !important;
}

.flexible-widgets .featuredpost .widget-wrap,
.front-page .featuredpost .widget-wrap,
.home .featuredpost .widget-wrap {
	margin-right: -2% !important;
	margin-left: -2% !important;
}

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

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

.flexible-widgets .featuredpost .entry,
.flexible-widgets.widget-thirds .widget,
.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) {
    width: 33.33%;
}

.flexible-widgets.widget-halves .featuredpost:nth-of-type(2n) .entry,
.flexible-widgets.widget-halves .featuredpost:nth-of-type(3n) .entry {
	width: 50%;
}

.flexible-widgets.widget-fourths .widget {
    width: 25%;
}

.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),
.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),
.featuredpost.widget:last-of-type .entry:nth-of-type(3n) {
	margin-right: 0;
	clear: right;
}

.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.uneven .widget:first-of-type p:last-child {
	margin-bottom: 40px;
}

.flexible-widgets.widget-halves .widget.widget_nav_menu ul {
	text-align: center;
}

.flexible-widgets.widget-halves .widget.widget_nav_menu ul li {
	display: inline-block;
	padding: 20px 15px;
}

#blog-hero .blog-widget .flexible-widgets {
	color: #000000;
	padding: 5% 3% 1% 3%;
}

#blog-hero .blog-widget a {
	color: #000000;
}

#blog-hero .blog-widget a:hover,
#blog-hero .blog-widget a:focus {
	color: #8B2635;
}

#blog-hero .blog-widget .flexible-widgets,
#blog-hero .blog-widget .flexible-widgets.widget-full {
	padding-bottom: 1%;
	margin: 0 auto;
}



/* ## Calendar Widget
--------------------------------------------- */

.widget_calendar table {
	width: 100%;
}

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


/* ## Simple Image Widget
--------------------------------------------- */

.widget_simpleimage .widget-wrap {
	position: relative;
}

.widget_simpleimage .widget-wrap:not(.about-widget) h2 {
	font-size: 25px;
	font-size: 2.5rem;
}

.widget_simpleimage .more a {
	margin: 0em auto 0em;
	text-align: center !important;
	background: #e6e1db;
	color: inherit;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 3px;
	line-height: 1.6;
	padding: 10.5px 20px;
	display: inline-block;
}

.widget_simpleimage .more a:hover {
	color: inherit;
}

.about-widget p.more {
	margin-top: 20px;
}

.widget_simpleimage .more a,
.about-widget p.more a {
	padding-left: 0;
	padding-right: 0;
}


/* ## Social Icons Widget
--------------------------------------------- */

.menu-social .genesis-nav-menu,
.herpark-social .genesis-nav-menu{
	font-size: 12px;
	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 8px;
	padding: 0;
	display: inline-block;
}

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

.herpark-social .genesis-nav-menu a {
	padding: 0;
	color: inherit !important; 
	font-size: 10px;
	font-size: 1rem;
}


/* ## Featured Post + Featured Page Widgets
--------------------------------------------- */

.flexible-widgets .featuredpost .entry {
	padding: 0 2% !important;
}

.featured-content .entry,
.home .featured-content .post.entry,
.elementor-widget-wp-widget-featured-post .entry,
.elementor-widget-wp-widget-featured-page .entry,
.home .elementor-widget-wp-widget-featured-post .entry {
	background: none;
	display: inline-table !important;
	padding: 0;
	vertical-align: top;
	float: none;
}

.featured-content .post.entry:nth-of-type(4n),
.featured-content .post.entry:nth-of-type(5n),
.featured-content .post.entry:nth-of-type(6n),
.featured-content .post.entry:nth-of-type(7n),
.featured-content .post.entry:nth-of-type(8n),
.featured-content .post.entry:nth-of-type(9n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(2n) .entry:nth-of-type(3n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(2n) .entry:nth-of-type(4n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(2n) .entry:nth-of-type(5n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(2n) .entry:nth-of-type(6n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(3n) .entry:nth-of-type(3n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(3n) .entry:nth-of-type(4n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(3n) .entry:nth-of-type(5n),
.flexible-widgets.widget-halves .featuredpost:nth-of-type(3n) .entry:nth-of-type(6n) {
	margin-top: 40px !important;
}

.featuredpost .entry header.entry-header h4,
.elementor-widget-wp-widget-featured-post .entry header.entry-header h4 {
	margin-bottom: 0px !important;
}

.featured-content .entry-title,
.elementor-widget-wp-widget-featured-post .entry-title,
.elementor-widget-wp-widget-featured-page .entry-title {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 0px;
	text-align: center;
}

.featured-content .entry-content,
.elementor-widget-wp-widget-featured-post .entry-content,
.elementor-widget-wp-widget-featured-page .entry-content {
	margin-top: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.featuredpost .entry-content p {
	display: none;
}

.featuredpost .entry header.entry-header p.entry-meta,
.elementor-widget-wp-widget-featured-post .entry header.entry-header p.entry-meta {
	margin-top: 20px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-align: center;
}

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

.featuredpage .entry {
	width: 100% !important;
}

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

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

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

.sidebar-primary .featuredpage .entry .entry-title,
.sidebar-primary .featuredpost .entry .entry-title,
.sidebar-primary .featuredpost,
.sidebar-primary .featuredpage,
.sidebar-primary .featuredpost .entry header.entry-header p.entry-meta,
.sidebar-primary .featuredpost .entry .entry-content,
.sidebar-primary .featuredpage .entry .entry-content {
	text-align: center !important;
}

.sidebar-primary .featuredpost .entry {
	margin-bottom: 40px;
}

p.more-from-category {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	letter-spacing: 3px;
}




/* ## Services widget
--------------------------------------------- */

.hs-service a {
	display: flex;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
	color: inherit !important;
}

.hs-service a.alignleft {
	flex-direction: row;
	margin: 0;
}

.hs-service a.alignright {
	flex-direction: row-reverse;
	margin: 0;
}

.hs-service a h3 {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding: 12% 5%;
	margin-bottom: 0;
	text-align: center;
}

.hs-service a.alignright h3 {
	width: 45%;
}

.hs-service .service-image {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	-webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	position: relative;
}

.hs-service a.alignright .service-image {
	width: 55%;
}

.hs-service .alignright .service-image {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
}

.hs-service .service-image .image-normal {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition:    opacity .6s ease-in-out;
	-ms-transition:     opacity .6s ease-in-out;
	-o-transition:      opacity .6s ease-in-out;
	transition:         opacity .6s ease-in-out;
}

.hs-service .service-image .image-hover {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition:    opacity .6s ease-in-out;
	-ms-transition:     opacity .6s ease-in-out;
	-o-transition:      opacity .6s ease-in-out;
	transition:         opacity .6s ease-in-out;
}

.hs-service a:hover .service-image .image-normal {
	opacity: 0;
}

.hs-service a:hover .service-image .image-hover {
	opacity: 1;
}


/* ## Front Page Woocommerce widget
--------------------------------------------- */

.woocommerce ul.product_list_widget,
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget {
	display: table;
	width: 100%;
	margin-left: 0;
}

.sidebar-primary .woocommerce ul.product_list_widget {
	display: block;
	width: 100%;
}

.woocommerce ul.product_list_widget li,
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li {
	float: left;
	margin-right: 4%!important;
	margin-bottom: 4% !important;
	width: 30.667479%;
	text-align: center;
	list-style-type: none;
}

.sidebar-primary .woocommerce ul.product_list_widget li {
	float: left;
	margin-right: 0%!important;
	margin-bottom: 4% !important;
	width: 100%;
	text-align: center;
}

.woocommerce ul.product_list_widget li:nth-of-type(3n),
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li:nth-of-type(3n) {
	margin-right: 0 !important;
}

.woocommerce ul.product_list_widget li img,
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li img {
	margin-bottom: 0px !important;
	padding-bottom: 0 !important;
	width: 100% !important;
}

.woocommerce ul.product_list_widget li span.product-title,
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li span.product-title {
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 20px;
	font-weight: 400;
	letter-spacing: 3px;
}

.woocommerce ul.product_list_widget li .amount,
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li .amount {
	font-size: 12px;
	font-size: 1.2rem;
}

/* ## User Profile widget
--------------------------------------------- */

.widget.user-profile .avatar {
	display: inherit;
	margin-top: 40px;
	margin-bottom: 40px;
}

.widget.user-profile p,
.widget.user-profile .posts_link.posts-link {
	text-align: center;
}

.widget.user-profile a.pagelink {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	font-size: 1rem;
}

.widget.user-profile .posts_link.posts-link {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	font-size: 1.1rem;
}


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


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


.offscreen-content .enews h3,
.entry-content .enews h3,
.entry-content .enews h5 {
	font-size: 3.5rem;
	text-align: center;
}

.blog-widget .enews h3 {
	font-size: 35px;
	font-size: 3.5rem;
}

.enews-widget input,
.enews input {
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 16px;
	text-align: center;
}

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

.enews p {
	text-align: center;
}

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

.enews .center {
	margin-bottom: 20px;
}

.enews.privacy-active .privacy {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80%;
}

.enews.privacy-active .privacy a {
	text-decoration: underline;
	color: inherit !important;
}

.enews.privacy-active .privacy input {
	float: none !important;
	margin-bottom: 0px;
	margin-right: 10px;
}



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

#wpstats {
	display: none;
}


/* ## Heart This
--------------------------------------------- */

.heart-this-wrap {
	text-align: left !important;
}

.heart-this-wrap .heart-this {
	color: #000000 !important;
	height: auto !important;
}

.heart-this-wrap .heart-this {
	color: #000000 !important;
}

.heart-this-wrap .heart-this.active::before {
	content: "\f004" !important;
}

.heart-this-wrap .heart-this::before {
	content: "\f08a" !important;
	font-family: FontAwesome;
	background-image: none !important;
	width: auto !important;
}

.heart-this-wrap .heart-this:hover::before {
	content: "\f004" !important;
	font-family: FontAwesome;
	background-image: none !important;
}

.heart-this-wrap .heart-this span {
	margin-left: 5px !important;
	vertical-align: top !important;
	line-height: 1.6 !important;
	font-size: 15px;
}



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


.elementor-widget-wp-widget-genesisresponsiveslider-widget h5,
.genesis_responsive_slider .widget-title {
	display: none;
}

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

.genesis_responsive_slider {
	position: relative;
	margin-bottom: 6%;
}


.front-page .genesis_responsive_slider:after,
.front-page .elementor-widget-wp-widget-genesisresponsiveslider-widget:after,
.front-page .metaslider:after,
.home-elementor .metaslider:after,
.home .genesis_responsive_slider:after,
.home .elementor-widget-wp-widget-genesisresponsiveslider-widget:after,
.home .metaslider:after {
	content: "";
	width: 120px;
	height: 120px;
	bottom: -60px;
	z-index: 99999;
	right: 5px;
	position: absolute;
}

.flexslider,
.nivoSlider {
	background: transparent !important;
	position: relative;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}

.flexslider .slides {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.flexslider .slides img {
	width: 100%;
}

.flexslider .slide-image::after,
.elementor-widget-wp-widget-genesisresponsiveslider-widget .flexslider .slide-image::after,
.front-page-1 .metaslider .flexslider::after,
.front-page .ml-slider .flexslider::after,
.home-elementor .metaslider .flexslider:after,
.elementor-widget-wp-widget-genesisresponsiveslider-widget .flexslider::after,
.front-page-1 .metaslider .nivoSlider::after,
.home-elementor .metaslider .nivoSlider:after{
	display: block;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255,255,255,0.6) );
	margin-top: -200px;
	height: 200px;
	width: 100%;
	content: '';
	z-index: 9;
}

.front-page-1 .metaslider ol.flex-control-nav.flex-control-paging,
.home-elementor .metaslider ol.flex-control-nav.flex-control-paging,
.front-page .ml-slider ol.flex-control-nav.flex-control-paging,
.front-page .ml-slider .nivo-controlNav,
.front-page-1 .metaslider .nivo-controlNav,
.home-elementor .metaslider .nivo-controlNav {
	z-index: 99 !important;
}

.metaslider ul.flex-direction-nav {
	display: none;
}

.cs-buttons {
	z-index: 99999 !important;
}

.slide-image {
	margin: 0 auto;
}

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

#genesis-responsive-slider .flex-control-nav.flex-control-paging {
	display: none;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !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;
 	padding-bottom: 0px;
 }

#genesis-responsive-slider .slide-excerpt-border h2 a {
 	color: #000000;
}

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

#genesis-responsive-slider .slide-excerpt-border p a.more-link,
#genesis-responsive-slider .slide-excerpt-border .more-link {
	display: block; 
	margin: 20px 0 0;
	text-transform: uppercase;
	text-align: left !important;
	background: transparent !important;
	font-size: 1.4rem;
}

#genesis-responsive-slider ul.flex-direction-nav {
	margin-top: -10px;
}

#genesis-responsive-slider .flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -50px 0 0;
	display: block;
	background: none !important;
	position: relative !important;
	top: auto !important;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 100;
}

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

#genesis-responsive-slider .flex-direction-nav li a.flex-prev,
#genesis-responsive-slider .flex-direction-nav li a.prev {
	left: 0px !important;
	float: left;
	background: url(images/slider-arrows.png) no-repeat 0 0 !important;
}

#genesis-responsive-slider .flex-direction-nav li a.flex-next,
#genesis-responsive-slider .flex-direction-nav li a.next {
	right: 0 !important;
	left: -20px;
	float: left;
	background: url(images/slider-arrows.png) no-repeat -52px 0 !important;
}

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

.metaslider {
	margin-bottom: 6% !important;
}

.metaslider.ms-theme-blend .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,
.metaslider.ms-theme-blend ul.rslides_tabs li a, 
.metaslider.ms-theme-blend div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,
.metaslider.ms-theme-blend .coin-slider .cs-buttons a{
	color: #000000 !important;
}

.metaslider.ms-theme-blend .flexslider ol.flex-control-nav li a.flex-active,
.metaslider.ms-theme-blend .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover,
.metaslider.ms-theme-blend ul.rslides_tabs li.rslides_here a, .metaslider.ms-theme-blend ul.rslides_tabs li a:hover,
.metaslider.ms-theme-blend div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active,
.metaslider.ms-theme-blend .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover,
.metaslider.ms-theme-blend .coin-slider .cs-buttons a.cs-active,
.metaslider.ms-theme-blend .coin-slider .cs-buttons a:hover {
	border-color: #000000 !important;
}

.rslides_tabs li {
	margin: 0 !important;
	padding: 0 !important;
}


/* # Logo Showcase
---------------------------------------------------------------------------------------------------- */

.logo_showcase .slick-slide img {
	padding: 0 12px !important;
	border: none !important;
}

.logo_showcase.center .slick-slide {
	opacity: 1 !important;
	transform: scale(1) !important;
}

.logo_showcase .slick-dots {
	display: none !important;
}

.wpls-logo-showcase-slider-wrp {
	padding-top: 20px !important;
}

#wpls-logo-showcase-slider-1 .wp-post-image, 
#wpls-logo-showcase-slider-1 .wp-post-image img.wp-post-image {
	max-height: 40px !important;
}


/*  ## Testimonial Rotator
--------------------------------------------- */


.testimonial_rotator.template-default .testimonial_rotator_author_info {
	font-style: normal !important;
	border-left: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	letter-spacing: 3px;
	font-size: 70%;
}

.testimonial_rotator.template-default .testimonial_rotator_author_info a,
.testimonial_rotator_author_info a{
	color: inherit !important;
	text-decoration: underline !important;
}

.testimonial_rotator_wrap {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	max-width: 960px;
	margin: 0 auto !important;
}

.testimonial_rotator_img,
.testimonial_rotator_description {
	text-align: center;
}

.testimonial_rotator_next {
	background: url(images/arrow-right.png);
	height: 25px;
	width: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.testimonial_rotator_prev {
	background: url(images/arrow-left.png);
	height: 25px;
	width: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.testimonial_rotator_next i,
.testimonial_rotator_prev i {
    display: none;
}

.testimonial_rotator_next i,
.testimonial_rotator_prev i {
	display: none;
}

.testimonial_rotator.template-default .has-image .img, 
.testimonial_rotator_single.has-image.template-default .img {
	margin-right: auto !important;
	float: none !important;
	margin-left: auto;
	margin-bottom: 20px;
}

.testimonial_rotator.template-default .has-image .img img, 
.testimonial_rotator_single.has-image.template-default .img img {
	border-radius: 50%;
}

.testimonial_rotator.template-default .has-image .text, 
.testimonial_rotator_single.has-image.template-default .text {
	width: 100% !important;
	float: none !important;
}

.testimonial_rotator_description {
	margin: 0px 40px 0px 40px;
	text-indent: 0px;
	text-align: center;
	margin-top: 80px !important;
	margin-bottom: 80px !important;
	border-left: 0 !important;
	padding-left: 0 !important;
	quotes: "\201C" "\201D";
	position: relative;
	text-align: center;
}

.testimonial_rotator_quote {
	font-family: Butler;
	font-weight: 200;
	font-size: 40px;
	font-size: 4rem;
}

.testimonial_rotator_description:before, 
.testimonial_rotator_description:after {
	font:300 120px/1px Butler, serif;
	position:absolute;
}

.testimonial_rotator_description:before {
	content:open-quote;
	top: 0px;
	left: 0;
	right: 0;
}

.testimonial_rotator_description:after {
	content:close-quote;
	right: 0px;
	left: 0;
	bottom: -100px;
}

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


#instafeed {
	max-width: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px;
	line-height: 0;
	text-align: center;
}

#instafeed a {
	padding: 0px;
	margin: 0px;
	line-height: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#instafeed .insta-likes {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: rgba(255, 255, 255, 0.75);
	color: #000000;
	font-size: 14px;
	line-height: 1.7 !important;
	-webkit-font-smoothing:antialiased;
	-webkit-transition: opacity 800ms ease;
	-moz-transition: opacity 800ms ease;
	-o-transition: opacity 800ms ease;
	-ms-transition: opacity 800ms ease;
	transition: opacity 800ms ease;
}

#instafeed .insta-likes:hover {
	opacity:1;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
}

#instafeed .hs-instagram {
	width: 16.666%;
	display: inline-block;
	line-height: 0;
	margin: 0% 0% 0% 0;
	padding: 0px;
	position: relative;
}

.footer-widgets #instafeed .hs-instagram {
	width: 32%;
	display: inline-block;
	line-height: 0;
	margin: 0% 2% 0% 0;
	padding: 0px;
	position: relative;
}

.footer-widgets #instafeed .hs-instagram:nth-of-type(3n) {
	margin-right: 0;
}

.footer-widgets #instafeed .hs-instagram:nth-of-type(4),
.footer-widgets #instafeed .hs-instagram:nth-of-type(5),
.footer-widgets #instafeed .hs-instagram:nth-of-type(6),
.footer-widgets #instafeed .hs-instagram:nth-of-type(7),
.footer-widgets #instafeed .hs-instagram:nth-of-type(8),
.footer-widgets #instafeed .hs-instagram:nth-of-type(9) {
	margin-bottom: 0;
	margin-top: 2%;
}

#instafeed .hs-instagram.ig-title {
	padding-top: 16.666%;
	background: #f2f2f2;
	color: #000000;
}

.footer-widgets #instafeed .hs-instagram.ig-title {
	padding-top: 32%;
}

#instafeed .hs-instagram.ig-title .instafeed-image.ig-title {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: opacity 800ms ease;
	-moz-transition: opacity 800ms ease;
	-o-transition: opacity 800ms ease;
	-ms-transition: opacity 800ms ease;
	transition: opacity 800ms ease;
}

#instafeed .hs-instagram.ig-title .instafeed-image.ig-title .ig-link {
        color: inherit;
}

#instafeed .hs-instagram.ig-title .instafeed-image.ig-title .instagram-text {
	padding: 10px;
	margin: 0em auto 0em;
	position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
	line-height: 2.4;
}

#instafeed .hs-instagram.ig-title .instagram-text-widget {
	display: table;
        vertical-align: middle;
        height: 100%;
        width: 100%;
}

#instafeed .hs-instagram.ig-title .instagram-text-container {
	display: table-cell;
        vertical-align: middle;
        height: 100%;
        width: 100%;
}

#instafeed .hs-instagram.ig-title .instagram-text .insta-icon {
	font-size: 3rem;
	line-height: 0;
	margin-bottom: 15px;
}

#instafeed .hs-instagram.ig-title .instafeed-image.ig-title .ig-link h4 {
	margin-bottom: 10px;
	font-size: 1.5vw;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 1.8;
}

#instafeed .hs-instagram.ig-title .instagram-text .username h6 {
	margin-bottom: 0;
	font-size: 1vw;
}

#instafeed .instafeed-image {
	width: 100%;
	line-height: 0;
	margin: 0px 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	padding-top: 100%;
	position: relative;
}

#instafeed .hs-instagram img {
	width: 100% !important;
}

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

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


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

.site-header {
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -10px;
}

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

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

.title-area {
	padding: 0;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 80%;
}

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

.site-title {
	font-size: 70px;
	font-size: 7rem;
	font-weight: 200;
	line-height: 1.2;
	font-family: 'Butler', sans-serif;
	margin: 0px 0 0px;
	letter-spacing: 7px;
	text-align: center;
}

.site-title a:focus,
.site-title a:hover {
	text-decoration: none;
}

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

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


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

.hs-main-menu {
	background-color: #e6e1db;
	min-height: 74px;
}

.hs-main-menu .wrap {
	margin: 0 auto;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	left: 0;
	right: 0;
	width: 100%;
}

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

.widget_nav_menu {
	font-size: 10px;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu a,
.widget_nav_menu a,
.menu-toggle,
.sub-menu-toggle,
.front-page .genesis-nav-menu .current-menu-item > a,
.home .genesis-nav-menu .current-menu-item > a,
#menu-widget-area a {
	color: #000000;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.menu-toggle:hover,
.menu-toggle:focus,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-item > a:hover,
.genesis-nav-menu .current-menu-item > a:focus,
.widget_nav_menu .current-menu-item > a,
.widget_nav_menu .current-menu-item > a:hover,
.widget_nav_menu .current-menu-item > a:focus,
#menu-widget-area a:hover,
#menu-widget-area a:focus {
	color: #8B2635;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-primary {
	display: inline-block;
}

#menu-widget-area {
	display: inline-block;
	padding-left: 15px;
}

.hs-main-menu > .wrap.fixed {
	position: fixed;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	z-index: 9999;
	text-align: center;
	background-color: #e6e1db;
	box-shadow: 0 0 20px #d5d1cb;
}

.admin-bar .hs-main-menu .wrap.fixed {
	top: 32px;
}

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

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

.icon-bar.middle {
	top: 11px;
	width: 25px;
}

.icon-bar.bottom {
	top: 19px;
}

.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: 9px;
	transform: rotate(135deg);
}

.menu-toggle.activated .icon-bar.middle {
	opacity: 0;
	transform: rotate(135deg);
}

.menu-toggle.activated .icon-bar.bottom {
	top: 9px;
	transform: rotate(225deg);
}

.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;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.nav-primary li.cart a,
.nav-primary li.account a,
#menu-widget-area .widget_nav_menu li.account a,
#menu-widget-area .widget_nav_menu li.cart a {
	font-size: 0 !important;
	width: 0;
	padding-left: 15px;
}

.nav-primary li.cart a span,
.nav-primary li.account a span,
#menu-widget-area li.cart a span,
#menu-widget-area li.account a span {
	display: none;
}

.nav-primary li.account a:before,
#menu-widget-area .widget_nav_menu li.account a:before,
#menu-widget-area li.account a:before {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'FontAwesome';
	content: "\f2bd";
	font-weight: 400;
}

.nav-primary li.cart a:before,
#menu-widget-area .widget_nav_menu li.cart a:before,
#menu-widget-area li.cart a:before {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'FontAwesome';
	content: "\f290";
	font-weight: 400;
}

#menu-widget-area .widget_nav_menu li.cart a:before,
#menu-widget-area li.cart a:before,
#menu-widget-area .widget_nav_menu li.account a:before,
#menu-widget-area li.account a:before {
	font-size: 12px;
	font-size: 1.2rem;
}

.nav-primary li.account,
.nav-primary li.cart {
	display: inline-block !important;
}


/* ## After Menu Navigation
--------------------------------------------- */

#menu-widget-area .widget {
	display: inline-table;
	margin-bottom: 0;
}

#menu-widget-area .widget_nav_menu li {
	display: inline-flex;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0;
	padding-bottom: 0;
}



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

.blog .archive-description {
	display: none;
}

.blog-layout .post.entry,
.home .post.entry,
.full-width-content .blog-layout .post.entry,
.blog .post.entry {
	display: flex;
	flex-direction: row;
	padding: 0px;
	vertical-align: top;
	margin: 0 0% 6% 0;
	position: relative;
}

.home.blog .post.entry:first-child {
	margin-top: 6%;
}

.home .post.entry:nth-of-type(2n),
.blog .post.entry:nth-of-type(2n),
.blog-layout .post.entry:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.blog-layout .post.entry:nth-of-type(2n),
.home .post.entry:nth-of-type(2n),
.blog .post.entry:nth-of-type(2n),
.full-width-content .blog-layout .post.entry:nth-of-type(2n),
.blog.full-width-content .post.entry:nth-of-type(2n) {
	margin-right: 0;
}

.blog-layout .post.entry .featured-image.mobile,
.home .post.entry .featured-image.mobile,
.blog .post.entry .featured-image.mobile {
	display: none;
	text-align: center;
}

.blog-layout .post.entry .featured-image,
.home .post.entry .featured-image,
.blog .post.entry .featured-image {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	background-position: center;
	-moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.blog-layout .post.entry .summary,
.home .post.entry .summary,
.blog .post.entry .summary {
	padding: 40px 0px 40px 40px;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	border-left: none;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.blog-layout .post.entry:nth-of-type(2n) .summary,
.home .post.entry:nth-of-type(2n) .summary,
.blog .post.entry:nth-of-type(2n) .summary,
.full-width-content .blog-layout .post.entry:nth-of-type(2n) .summary,
.home.full-width-content .post.entry:nth-of-type(2n) .summary,
.blog.full-width-content .post.entry:nth-of-type(2n) .summary {
	padding: 40px 40px 40px 0px;
}

.blog-layout .post.entry .summary {
	text-align: center;
}

.summary time {
	font-size: 10px;
	font-size: 1rem;
	margin-top: 5px;
	display: block;
}

/* Blog Archive pages */


.page-template-default:not(.elementor-page):not(.home):not(.front-page) h1.entry-title,
.page-template-page_archive h1.entry-title,
.category .archive-description h1,
.date .archive-description h1,
.search-results .archive-description h1,
.search-no-results .archive-description h1,
.error404 h1.entry-title,
.tag .archive-description h1,
.author .archive-description h1,
.tax-portfolio-category .archive-description h1,
.tax-product_cat .archive-description h1,
.tax-product_tag .archive-description h1 {
	text-align: center;
	margin: 0 auto 20px;
	padding: 20px 20px 20px;
	font-size: 20px;
	font-size: 2rem;
}

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

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

.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,
.search-results .entry-content h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
	font-size: 2rem;
}

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

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


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

#single-post-hero {
	max-width: 1100px;
	margin: 20px auto;
}

#single-post-hero .entry-header {
	margin: 0 auto;
	padding: 30px 20px 20px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.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,
.blog.full-width-content .entry {
	margin-bottom: 6%;
	padding: 0px;
}

.full-width-content .blog-layout .entry {
	margin-bottom: 6% !important;
	padding-top: 0px !important;
}

.landing-page.full-width-content .entry,
.subscription-page.full-width-content .entry {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.entry-content ol,
.entry-content ul,
.type-product ol,
.type-product ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li,
.type-product ol > li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.entry-content ul > li,
.type-product ul > li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.entry-content ol > li:last-of-type,
.entry-content ul > li:last-of-type,
.type-product ol > li:last-of-type,
.type-product ul > li:last-of-type {
	margin-bottom: 0;
}

.entry-content ol ol,
.entry-content ul ul,
.type-product ol ol,
.type-product ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #e5e5e5;
}

/* ## More Link
--------------------------------------------- */


.blog-grid .grid-layout .read-more {
	text-align: center;
}

.blog-grid .grid-layout .entry-content p {
	text-align: center;
}


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

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.home p.entry-meta,
.blog p.entry-meta {
	margin-top: 0;
	margin-bottom: 0;
}

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

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

.single-post time.entry-time {
	margin-bottom: 10px;
	display: block;
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
}

.single-post .entry-header .entry-meta {
	margin-bottom: 30px;
	padding-top: 0;
	border: none;
}

.single-post .share-post {
	margin-top: 40px;
}

.single-post .entry-meta {
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

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

.entry-categories {
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-post .entry-categories,
.grid-layout .entry-categories {
	text-align: center;
}

.entry-categories a {
	display: inline-block;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
	letter-spacing: 3px;
}

.entry-categories a:last-child {
	margin-right: 0;
}

.entry-categories a:hover,
.entry-categories a:focus {
	color: #8B2635;
}

.entry-tags {
	text-transform: lowercase;
}

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

.share-post {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
}

.home .post.entry .share-post,
.blog .post.entry .share-post,
.blog-layout .post.entry .share-post {
	position: absolute;
	bottom: 19px;
	left: 19px;
	background: #e6e1db;
	padding: 5px 10px;
}

.home .post.entry:nth-of-type(2n) .share-post,
.blog .post.entry:nth-of-type(2n) .share-post,
.blog-layout .post.entry:nth-of-type(2n) .share-post {
	left: auto;
	right: 19px;
}

.share-post a {
	margin: 0 5px;
	color: #000000 !important;
}

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

.pagination {
	clear: both;
	margin: 40px auto;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.pagination i.icon::before {
	font-size: 4rem;
	margin: 0 5px;
}

.adjacent-entry-pagination,
.portfolio-archive-pagination {
	max-width: 1100px;
	width: 100%;
	display: table;
	margin-top: 30px;
}

.portfolio-archive-pagination {
	margin-bottom: 30px;
}

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

.portfolio-archive-pagination .pagination-back {
	text-align: center;
	width: 20px;
	margin: 0 auto -35px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	padding: 5px 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: inherit;
}

.archive-pagination a {
	color: inherit !important;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
	padding: 15px 20px;
	padding: 0;
	border: none;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.archive-pagination .active a,
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a:hover,
.archive-pagination .active a:focus {
	border-bottom: 2px solid #000000;
}


/* ## 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,
.entry-comments,
.entry-pings {
	background-color: transparent;
    border: 0px solid #000000;
	margin-bottom: 40px;
}

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

.comment-respond {
	margin-top: 40px;
	padding: 60px 0 0 0;
}

.entry-comments {
	padding: 60px 0 0 0;
}

.entry-comments h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.comment-list .children li article {
	border: 1px solid #000000;
	padding: 30px;
	margin: 40px 0;
}

.comment-list .children li:last-child article {
	margin-bottom: 0;
}

.comment-list .depth-1 {
	padding-left: 0;
	margin-bottom: 40px;
	border: 1px solid #000000;
	padding: 40px
}

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

.comment-respond label {
	font-size: 80%;
}

.wpgdprc-checkbox label a {
	text-decoration: underline;
    color: inherit !important;
}

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

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

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

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

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

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

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

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

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

.share-filled .twitter:hover .share,
.share-filled .googlePlus:hover .share,
.share-filled .facebook:hover .share,
.share-filled .linkedin:hover .share,
.share-filled .stumbleupon:hover .share,
.share-filled .pinterest:hover .share,
.share-medium .no-count .share {
	width: 20px !important;
}

.content .share-filled .share {
	background: transparent !important;
	font-size: 1rem;
	color: #000000;
	text-transform: uppercase;
}

.content .share-filled .share span {
	display: none;
}

.googlePlus .share:before {
	font-family: 'FontAwesome';
	content: '\f0d5';
	margin-left: 0px;
}

.share-small .googlePlus .share {
	padding: 0 0 0 30px;
}

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

.share-filled .count {
	display: none;
}

.share-tall .share {
	width: 20px;
}

.share-tall .facebook .share {
	padding-left: 20px;
}

.share-tall .twitter .share:before {
	display: block;
}

.share-filled .twitter .share,
.share-tall .facebook .share,
.share-tall .pinterest .share,
.share-tall .stumbleupon .share,
.share-tall .linkedin .share,
.share-tall .googlePlus .share {
	width: 28px;
	padding-left: 28px;
}

/* ## After Entry
---------------------------------------------------------------------------------------------------- */

.after-entry {
	font-size: 14px;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 4%;
	padding: 5%;
	border: 1px solid #000000;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}


/* ## Related Posts
---------------------------------------------------------------------------------------------------- */

.related-posts {
	margin: 40px auto 40px;
	display: table;
	width: 100%;
}

.related-posts h3 {
	text-align: center;
	margin-bottom: 30px;
	text-transform: none;
}

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:nth-child(3n) {
	margin-right: 0;
}

ul.related-list li h2 {
	font-size: 15px;
	font-size: 1.5rem;
	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: 0 0 30px;
	border-bottom: 1px solid #000000;
	position: relative;
}

.sidebar .widget .cat-item,
.sidebar .widget_pages li,
.sidebar .widget_archive li,
.sidebar .widget li {
	text-align: center;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 3px;
}

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

.sidebar-primary .widget_nav_menu {
	font-size: 10px;
	font-size: 1rem;
	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 {
	border: 0;
	display: block;
	padding: 10px;
	text-align: center;
	letter-spacing: 3px;
}

.blog-widget .widget li,
.blog-widget .widget_categories li,
.blog-widget .widget_categories ul > li:last-of-type,
.blog-widget .widget_product_categories li,
.blog-widget .widget_product_categories ul > li:last-of-type {
	border: none;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	font-size: 1rem;
	padding: 10px 15px;
	letter-spacing: 3px;
}

.blog-widget .widget_categories li {
	padding: 0;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000000;
}

.blog-widget .widget_categories li:last-of-type {
	padding: 0 !important;
	border-right: 0px solid #000000;
	margin-right: 0 !important;
}


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


.footer-widgets .widget_nav_menu ul > li {
	padding-bottom: 0;
}

.widget_nav_menu {
	font-size: 10px;
	font-size: 1rem;
}

.footer-widgets {
	background: #ffffff;
}

.footer-widgets,
.footer-widgets a {
	color: #000000;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #8B2635;
}

.footer-widgets .wrap {
	max-width: 1100px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer-widgets .widget-area .widget:last-of-type {
   	margin-bottom: 0;
}

.footer-widgets ul {
	text-align: center;
}

.footer-widget-area {
	float: left;
	margin-bottom: 0;
	width: 20%; /* fallback for older browsers */
	width: calc(100% / 3);
	padding-left: 40px;
	padding-right: 40px;
}

.footer-widgets-1 {
	width: 60%; /* fallback for older browsers */
	width: calc(100% / 3);
	border-right: 1px solid #000000;
}

.footer-widgets-2 {
	border-right: 1px solid #000000;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding-left: 20px;
	padding-right: 20px;
}

.herpark-footer-widgets {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.herpark-footer-widgets > .wrap {
	border-top: 1px solid #000000;
}

.herpark-footer-widgets .widget:first-of-type .enews {
	max-width: 70%;
	margin: 0 auto;
}

.herpark-footer-widgets .widget_nav_menu ul {
	text-align: center;
}


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

#herpark-footer {
	padding: 15px 0;
}

#herpark-footer > .wrap {
	display: table;
	width: 100%;
	max-width: 100%;
	padding: 0 2%;
}

.nav-footer-menu {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0px;
}

.nav-footer-menu .menu-footer-container {
	margin: 0px auto 0px;
}

.nav-footer-menu .genesis-nav-menu {
	text-align: left;
	font-weight: 400;
	font-size: 10px;
	font-size: 1rem;
}

.nav-footer-menu .genesis-nav-menu .menu-item a, 
.nav-footer-menu .genesis-nav-menu li a {
	padding: 0 15px 0px 0;
	color: inherit;
}

.nav-footer-menu .genesis-nav-menu li {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-footer {
	display: table-cell;
	font-size: 10px;
	font-size: 1rem;
	line-height: 2.4;
	text-align: right;
	color: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-footer .wrap {
	max-width: 100%;
}

.site-footer p {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 0;
	letter-spacing: 3px;
}

.site-footer a {
	color: inherit;
}

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

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

.creditline,
.site-footer {
	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: #000000;
	color: #ffffff;
	bottom: 20px;
	position: fixed;
	right: 20px;
	width: 300px;
	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: 30px 25px 15px;
	text-align: center;
	opacity: 0;
}

.bottom-slidein-close {
	position: absolute;
	top: 3px;
	right: 10px;
}

.bottom-slidein-close a.close-button,
.bottom-slidein-close a:hover.close-button {
	color: #ffffff;
}

.bottom-slidein-close i.icon::before {
	font-size: 3rem;
}

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

.bottom-slidein .widget a {
	text-decoration: underline;
	color: inherit !important;
}

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

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

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

#backtotop {
	display: block;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}

#backtotop i.icon::before {
	font-size: 2.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;
}

.entry-content .wp-block-table {
    display: table;
}

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

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

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

	.front-page-2 .enews-widget form,
	.widget-full .enews-widget form,
	.flexible-widgets .widget:first-of-type.enews-widget form,
	.elementor-enews-full-row3 .enews form {
		display: table;
	 	width: 100%;
	 	position: relative;
	}

	.front-page-2 .enews-widget input,
	.widget-full .enews-widget input,
	.elementor-enews-full-row3 .enews input,
	.flexible-widgets .widget:first-of-type.enews-widget input {
		float: left;
		width: 32%;
		margin-right: 2%;
		text-align: center;
	}

	.front-page-2 .enews-widget input[type="submit"],
	.widget-full .enews-widget input[type="submit"],
	.elementor-enews-full-row3 .enews input[type="submit"],
	.flexible-widgets .widget:first-of-type.enews-widget input[type="submit"] {
		float: right;
		width: 32%;
	 	margin-right: 0;
	}

	.front-page-2 .enews-widget .enews.privacy-active .privacy,
	.widget-full .enews-widget .enews.privacy-active .privacy,
	.elementor-enews-full-row3 .enews.privacy-active .privacy,
	.flexible-widgets .widget:first-of-type.enews-widget .enews.privacy-active .privacy {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		margin-bottom: 0;
	}

	.front-page-2 .enews-widget .enews.privacy-active .privacy input,
	.widget-full .enews-widget .enews.privacy-active .privacy input,
	.elementor-enews-full-row3 .enews.privacy-active .privacy input,
	.flexible-widgets .widget:first-of-type.enews-widget .enews.privacy-active .privacy input {
		margin-right: 10px;
	}

	.front-page-2 .enews.privacy-active,
	.flexible-widgets .widget:first-of-type.enews-widget .enews.privacy-active,
	.widget-full .enews-widget .enews.privacy-active,
	.elementor-enews-full-row3 .enews.privacy-active,
	.after-entry .enews.privacy-active {
		margin-bottom: 5%;
	}

	.elementor-enews-full-row3 .enews.privacy-active {
		margin-bottom: 16%;
	}

}

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

	.enews-widget form,
	.elementor-enews-row3 .enews form {
	 	display: table;
	 	width: 100%;
	 	position: relative;
	 }

	.enews-widget input,
	.widget-full .enews-widget input,
	.flexible-widgets .widget:first-of-type.enews-widget input,
	.elementor-enews-row3 .enews input {
	 	float: left;
		width: 32%;
		margin-right: 2%;
		text-align: center;
	 }

	.enews-widget input[type="submit"],
	.widget-full .enews-widget input[type="submit"],
	.flexible-widgets .widget:first-of-type.enews-widget input[type="submit"],
	.elementor-enews-row3 .enews input[type="submit"] {
		float: right;
		width: 32%;
	 	margin-right: 0;
	 }

	.sidebar .enews-widget input,
	.bottom-slidein .enews-widget input,
	.footer-widgets-2 .enews-widget input,
	.footer-widgets-3 .enews-widget input,
	.widget-thirds .enews-widget input,
	.widget-fourths .enews-widget input,
	.widget-fourths .enews-widget input,
	.sidebar .enews-widget input[type="submit"],
	.bottom-slidein .enews-widget input[type="submit"],
	.footer-widgets-2 .enews-widget input[type="submit"],
	.footer-widgets-3 .enews-widget input[type="submit"],
	.widget-thirds .enews-widget input[type="submit"],
	.widget-fourths .enews-widget input[type="submit"],
	.widget-fourths .enews-widget input[type="submit"] {
		width: 100%;
		margin-right: 0%;
	}

	.enews-widget .enews.privacy-active .privacy,
	.widget-full .enews-widget .enews.privacy-active .privacy,
	.flexible-widgets .widget:first-of-type.enews-widget .enews.privacy-active .privacy,
	.elementor-enews-row3 .enews.privacy-active .privacy {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		margin-bottom: 0;
	}

	.widget-thirds .enews-widget .enews.privacy-active .privacy,
	.sidebar .enews-widget .enews.privacy-active .privacy {
		bottom: -50px;
	}

	.widget-fourths .enews-widget .enews.privacy-active .privacy,
	.footer-widgets-2 .enews-widget .enews.privacy-active .privacy,
	.footer-widgets-3 .enews-widget .enews.privacy-active .privacy  {
		bottom: -60px;
	}

	.bottom-slidein .enews-widget .enews.privacy-active .privacy {
		bottom: -40px;
	}

	.enews-widget .enews.privacy-active .privacy input,
	.widget-full .enews-widget .enews.privacy-active .privacy input,
	.flexible-widgets .widget:first-of-type.enews-widget .enews.privacy-active .privacy input {
		margin-right: 10px;
	}

	.enews.privacy-active,
	.bottom-slidein .enews.privacy-active  {
		margin-bottom: 16%;
	}

	.front-page-2 .enews.privacy-active,
	.blog-widget .enews.privacy-active,
	.footer-widget-area .enews.privacy-active {
		margin-bottom: 5%;
	}

	.elementor-enews-row3 .enews.privacy-active,
	.widget-thirds .enews.privacy-active,
	.widget-fourths .enews.privacy-active {
		margin-bottom: 10%;
	}

	.sidebar .enews.privacy-active,
	.footer-widgets-2 .enews.privacy-active,
	.footer-widgets-3 .enews.privacy-active {
		margin-bottom: 20%;
	}

	.elementor-enews-row1 .enews.privacy-active .privacy {
		bottom: -60px;
	}

	.custom-checkbox .wpcf7-list-item label span.wpcf7-list-item-label {  
		font-size: 0.65vw;
	}

}

@media only screen and (min-width: 768px) {
	
	/* ## Front Page 1 - Meta Slider
	--------------------------------------------- */
	
	.front-page-1 .widget_metaslider_widget {
		width: auto !important;
		max-width: 1000% !important;
		margin-right: calc(40% - 40vw);
		margin-left: calc(40% - 40vw);
	}

	/* ## Simple Image Widget - About Widget
	--------------------------------------------- */

	.widget_simpleimage .about-widget {
		display: flex;
		width: 100%;
		flex-direction: row-reverse;
	}

	.widget_simpleimage .about-widget .simple-image {
		padding-left: 40px;
		border-left: 1px solid black;
		width: 50%;
		margin-bottom: 0;
		line-height: 0;
	}

	.widget_simpleimage .about-widget .about-section {
		padding-right: 40px;
		width: 50%;
	}

	.about-widget p.more {
		position: absolute;
		top: -10px;
		right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.about-widget p.more a {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* ## Featured Portfolio Widget
	--------------------------------------------- */

	.widget_herpark_recent_projects .recent-projects,
	.elementor-widget-wp-widget-widget_herpark_recent_projects .recent-projects {
		max-width: 90%;
		margin: 0 auto;
		margin-right: 0;
	}

	.widget_herpark_recent_projects .widget-title,
	.elementor-widget-wp-widget-widget_herpark_recent_projects h5 {
		float: left;
		transform: rotate(-90deg);
		position: absolute;
		left: -30px;
		text-align: left !important;
		-webkit-transform: rotate(270deg) translateX(-100%);
		transform: rotate(270deg) translateX(-100%);
		-webkit-transform-origin: 0px 0px;
		transform-origin: 0px 0px;
	}

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

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

	.alignwide img,
	.alignfull img {
	    display: block;
	    margin: 0 auto;
	}
}

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

	.blog-grid .grid-layout {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.blog-grid.sidebar-content .grid-layout .post.entry,
	.blog-grid.content-sidebar .grid-layout .post.entry {
		width: 48%;
	}

	.blog-grid.full-width-content .grid-layout .post.entry {
		width: 48%;
	}

}

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

	#menu-widget-area .widget {
		display: block;
	}

	#menu-widget-area .widget:last-of-type {
		border-bottom: none;
	}

	#menu-widget-area .herpark-search {
		margin-left: 0;
		text-align: center;
	}

	.offscreen-content {
		right: 0px;
		left: 0px;
	}

	.offscreen-content .offscreen-content-toggle.close {
		top: 0;
		right: 10px;
		position: absolute;
	}

	.blog-widget .enews-widget form {
		max-width: 600px;
		margin: 0 auto;
	}

	.blog-grid.sidebar-content .grid-layout .post.entry,
	.blog-grid.content-sidebar .grid-layout .post.entry {
		width: 48%;
	}

	.blog-grid.full-width-content .grid-layout .post.entry {
		width: 31%;
	}

}


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

	#backtotop {
		height: 30px;
		width: 30px;
		position: fixed;
		bottom: 50px;
		right: 30px;
		border-radius: 100%;
		background: #ffffff;
		text-align: center;
		line-height: 1.8 !important;
	}

	#backtotop i.icon::before {
		font-size: 2rem;
	}

}

@media only screen and (min-width: 1450px) {
	.widget_herpark_recent_projects .widget-title,
	.elementor-widget-wp-widget-widget_herpark_recent_projects .elementor-widget-container h5 {
		font-size: 10rem;
	}
}

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

	.sidebar-primary {
		width: 30%;
	}

}


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


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

}

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


	.home.elementor-page .wrap {
		max-width: 100%;
	}

	.home.elementor-page .site-inner {
		max-width: 95%;
	}

	.site-inner .wrap,
	.herpark-footer-widgets > .wrap {
		max-width: 95%;
	}

	.top-section > .wrap {
		padding-left: 0%;
		padding-right: 0%;
	}

    .flexible-widgets.widget-fourths .wrap,
	.footer-widgets .wrap {
    	padding-left: 0;
    	padding-right: 0;
    }

    .footer-widgets .wrap {
    	max-width: 95% !important;
    }

	.front-page-2 .enews {
		padding-top: 30px;
		padding-bottom: 40px
	}

	.front-page-3 > .wrap,
	.front-page-4 > .wrap,
	.front-page-5 > .wrap {
		padding: 4% 5% 4%;
	}

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

	.woocommerce-page.subscription-page .entry-header {
		width: 28%;
	}

	.woocommerce-page.subscription-page .entry-content {
		width: 72%;
	}
}

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



	.archive.sidebar-content.woocommerce .content,
	.archive.content-sidebar.woocommerce .content {
		width: 70%;
	}

	.woocommerce .sidebar-primary {
		width: 25%;
	}

}


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


	.site-header {
		padding-bottom: 0;
	}

	.site-inner,
	.herpark-footer-widgets,
	#single-post-hero {
		max-width: 90%;
	}

	.herpark-footer-widgets {
		margin: 0 auto;
	}

	.wrap,
	.herpark-footer-widgets > .wrap {
		max-width: 100%;
	}

	.site-inner .wrap {
		max-width: 90%;
	}

	.content {
		width: 65%;
	}

	.sidebar-primary {
		width: 30%;
	}

	.archive.sidebar-content.woocommerce .content,
	.archive.content-sidebar.woocommerce .content {
		width: 100%;
	}

	.woocommerce .sidebar-primary {
		width: 100%;
	}

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

}

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

	.genesis-nav-menu a, .genesis-nav-menu .current-menu-item > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	#menu-widget-area {
		padding-left: 15px;
	}

    .flexible-widgets.widget-fourths .widget {
    	width: 49.4%;
    	padding-left: 5%;
    	padding-right: 5%;
    	margin-bottom: 70px;
    }

    .flexible-widgets.widget-fourths .widget:last-child {
     	margin-bottom: 40px;
    }

    .flexible-widgets.widget-fourths .wrap {
    	padding-left: 0%;
    	padding-right: 0%;
    }

    .custom-checkbox.col-3 .wpcf7-list-item {
		width: 48%;
		margin-bottom: 2% !important;
	}

	.custom-checkbox.col-3 .wpcf7-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.custom-checkbox.col-3 .wpcf7-list-item:nth-child(3n) {
		margin-right: 2%;
	}

	.custom-checkbox.col-3 .wpcf7-list-item:nth-child(3n),
	.custom-checkbox.col-3 .wpcf7-list-item:nth-child(4),
	.custom-checkbox.col-3 .wpcf7-list-item:nth-child(5),
	.custom-checkbox.col-3 .wpcf7-list-item:nth-child(6),
	.custom-checkbox.col-3 .wpcf7-list-item:last-child {
		margin-top: 0 !important;
	}

	#instafeed .hs-instagram {
		width: 33.33%;
	}

	#instafeed .hs-instagram.ig-title {
		padding-top: 33.33%;
	}

	#instafeed .hs-instagram.ig-title .instafeed-image.ig-title .ig-link h4 {
		font-size: 15px;
		font-size: 1.5rem;
	}

	#instafeed .hs-instagram.ig-title .instagram-text .username h6 {
		font-size: 11px;
		font-size: 1.1rem;
	}

	#instafeed .hs-instagram.ig-title .instagram-text .insta-icon {
		font-size: 2rem;
	}

	#herpark-footer > .wrap {
		display: block;
	}

	.nav-footer-menu {
		display: block;
		padding-top: 0;
	}

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

	.nav-footer-menu .genesis-nav-menu .menu-item, 
	.nav-footer-menu .genesis-nav-menu li {
		display: block;
		margin: 0 0 15px;
		padding-bottom: 0;
	}

	.nav-footer-menu .genesis-nav-menu .menu-item a, 
	.nav-footer-menu .genesis-nav-menu li a {
		padding: 0;
	}

	.site-footer {
		display: block;
		text-align: center;
		padding: 10px 20px 20px;
	}

}

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

	.site-inner,
	.site-inner .wrap {
		max-width: 100%;
	}
	
	.home.elementor-page .site-inner,
	.home.elementor-page .wrap {
   		max-width: 100%;
	}

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

	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

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

	#menu-widget-area .wrap {
		padding: 0;
	}

	.offscreen-content .offscreen-content-toggle.close {
		right: 0px;
		top: 0;
		position: absolute;
	}

	.single-post .site-inner,
	.blog .site-inner,
	.page-template-page_blog .site-inner,
	.site-inner,
	.sidebar-content .site-inner,
	.content-sidebar .site-inner,
	.full-width-content .site-inner  {
		padding: 30px 5% 30px;
	}

	.home.elementor-default .site-inner,
	.home.page-template-default .site-inner,
	.elementor-page.page .site-inner,
	.elementor-page.single-portfolio .site-inner {
		padding: 0 5%;
	}

	.subscription-page .site-inner {
		padding: 0;
	}

	.landing-page .site-inner {
		padding: 0 5%;
	}

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

	.offscreen-content .wrap {
		padding: 6% 2% 4%;
	}

	.flexible-widgets.widget-full .featuredpost .entry, 
	.featuredpost .entry,
	.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
	.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% !important;
	}

	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding-left: 0%;
		padding-right: 0%;
		margin-bottom: 5%;
	}

	.single-post .site-inner, 
	.sidebar-content .site-inner, 
	.content-sidebar .site-inner, 
	.single-post.full-width-content .site-inner{
		padding-left: 5%;
		padding-right: 5%;
	}

	.author-box {
		text-align: center;
	}

	.author-box .avatar {
		float: none;
		margin: 0 auto 20px;
	}

	h4.author-box-title,
	.author-box-content {
		float: none;
		width: 100%;
		text-align: center;
	}

	.archive-description {
		padding: 30px 0 0;
		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%;
	}

	.subscription-thumbnail {
		padding: 100px 0;
	}

	.landing-page .entry,
	.subscription-page .entry {
		padding: 0px !important;
	}

	.subscription-back {
		top: 0px;
		right: 0px;
		width: 40px;
		background: #ffffff;
		text-align: center;
	}

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

	.subscription-page .entry-content,
	.woocommerce-page.subscription-page .entry-content {
		width: 100%;
		float: left;
	}

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

	.subscription-page .subscription-thumbnail,
	.woocommerce-page.subscription-total .subscription-thumbnail {
		height: 60vh;
		padding: 0;
	}

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


}

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

    .admin-bar .offscreen-content,
    .admin-bar .hs-main-menu {
        top: 46px !important;
    }

    .admin-bar .offscreen-content .offscreen-content-toggle.close,
	.admin-bar .hs-main-menu .wrap.fixed {
    	top: 0px !important;
    }
	
	.admin-bar #menu-widget-area {
		top: 55px !important;
	}

}

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

	.site-header {
		margin-top: 30px;
		padding-bottom: 0px;
	}

	.admin-bar .offscreen-content-icon .offscreen-content-toggle  {
        top: 46px !important;
    }

    .offscreen-content,
    .offscreen-container .widget-area {
    	width: 100%;
    }
	
	.archive-description {
		padding: 0;
		margin-bottom: 0;
	}

    .single-post .site-inner,
	.single-post.full-width-content .site-inner {
		margin-top: 0px;
	}

	.top-section {
		padding: 5px 0 5px;
		margin-top: 47px;
		max-width: 90%;
		margin: 47px auto 0;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	.top-section > .wrap {
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}

	.admin-bar .top-section {
		margin-top: 47px;
	}

	.top-section .herpark-social .genesis-nav-menu li {
		margin: 0 0 0 16px;
	}

    /* ### Genesis Responsive Menus */

	.hs-main-menu > .wrap.fixed {
		position: relative;
		box-shadow: none;
		max-width: 90% !important;
	}

	.hs-main-menu {
		min-height: auto;
		position: fixed;
		top: 0px;
		z-index: 9999;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
	}

	.hs-main-menu > .wrap {
		max-width: 90% !important;
		margin: 0 auto;
	}

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

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

	.nav-primary {
		border-top: none;
		position: fixed;
		top: 46px;
		left: 0px;
		right: 0px;
		z-index: 99999;
		background-color: #e6e1db;
	}

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

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

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
	}

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

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

	.sub-menu-toggle {
		float: none;
		padding: 0px;
		position: relative;
		display: inline;
		right: auto;
		margin-left: 3px;
		top: 2px;
		z-index: 100;
	}

	.sub-menu-toggle.activated {
		top: 2px;
	}

	.sub-menu .sub-menu-toggle {
		padding: 0px;
	}

	.sub-menu-toggle::before {
		font-size: 12px !important;
		width: 12px !important;
		height: 12px !important;
		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: center;
		padding: 10px 20px;
	}

	.nav-primary li.account, 
	.nav-primary li.cart {
		padding: 20px 10px !important;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 0px;
		width: 100%;
		display: inline;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item .sub-menu a {
		padding: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after,
	.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-top: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu li a {
		padding-bottom: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	#menu-widget-area {
		position: fixed;
		right: 5%;
		top: 8px;
		z-index: 9999;
		width: auto;
	}

	#menu-widget-area .widget_nav_menu li.account a,
	#menu-widget-area .widget_nav_menu li.cart a {
		margin-right: 6px;
	}

    .front-page .genesis_responsive_slider:after, 
    .front-page .elementor-widget-wp-widget-genesisresponsiveslider-widget:after, 
    .front-page .metaslider:after, .home-elementor .metaslider:after,
    .home-elementor .metaslider:after,
    .home .genesis_responsive_slider:after, 
    .home .elementor-widget-wp-widget-genesisresponsiveslider-widget:after, 
    .home .metaslider:after, .home-elementor .metaslider:after {
    	width: 90px;
    	height: 90px;
    	bottom: -50px;
    }

    .content,
	.single-post.full-width-content .content,
	.content-sidebar-sidebar .content,
	.archive.sidebar-content.woocommerce .content,
	.archive.content-sidebar.woocommerce .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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%;
	}
	
	#blog-hero .blog-hero-container {
		padding-top: 30px;
		max-width: 85%;
	}

	#blog-hero .blog-widget .flexible-widgets, 
	#blog-hero .blog-widget .flexible-widgets.widget-full {
		width: 100%;
		max-width: 100%;
	}
	
	#blog-hero {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.portfolio-header {
		padding-top: 20%;
		padding-bottom: 20%;
	}

	.blog-widget .widget_categories li {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
		display: block;
	}

	.portfolio-item {
        width: 46%;
    }

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

	.subscription-page .subscription-thumbnail .entry-header .wrap {
		padding: 50px;
		padding-left: 50px;
	}

	.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 {
		width: 48%;
	}

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

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

	.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,
	.search-results .entry-content h2 {
		margin-bottom: 20px;
	}

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

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

	#herpark-footer {
		padding: 20px 0;
	}

	#genesis-responsive-slider {
		margin-bottom: 80px !important;
	}
	
	#genesis-responsive-slider .slide-excerpt-border {
		width: 100%;
	}

	.related-posts {
    	margin-top: 0px;
    }

    .footer-widgets {
    	padding-top: 40px;
    }

    .footer-widgets .wrap {
		padding-bottom: 0px;
		padding-top: 0px;
		display: block;
		width: 90% !important;
	}

	.footer-widget-area .widget-title {
		text-align: center;
	}

	.footer-widget-area {
		display: block;
		margin-bottom: 40px;
		width: 100%; /* fallback for older browsers */
		width: calc(100% / 1);
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.footer-widgets-1 {
		display: block;
		width: 100%; /* fallback for older browsers */
		width: calc(100% / 1);
		padding-left: 0;
		border-right: none;
	}
	
	.footer-widgets-2 {
		border-right: none;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-widgets .enews p {
		text-align: center;
	}

	.TestimonialRotatorWidget .widget-title, 
	.testimonial-title h3 {
		position: relative;
		top: 0px;
		left: 0px;
		right: 0;
	}

	.TestimonialRotatorWidget .widget-title span:first-child, 
	.testimonial-title h3 span:first-child {
		margin-right: 5px;
	}

	.TestimonialRotatorWidget .widget-title span:last-child, 
	.testimonial-title h3 span:last-child {
		margin-left: 5px;
	}

	.woocommerce ul.product_list_widget li, 
	.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li {
		width: 100%;
		margin-right: 0;
	}


}

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


	.hs-service a {
		display: block;
	}

	.hs-service .service-image,
	.hs-service a.alignright .service-image {
		display: block;
		width: 100%;
		height: 300px;
		-webkit-clip-path: none;
		clip-path: none;
	}

	.hs-service a h3,
	.hs-service a.alignright h3 {
		display: block;
		width: 100%;
	}

	.wpcf7 .name,
	.wpcf7 .email {
		float: none;
		width: 100%;
	}

   	 .gallery-item {
    		margin: 0 0 4%;
   	 }

   	.gallery-columns-2 .gallery-item,
   	.gallery-columns-3 .gallery-item,
   	.gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
		width: 100%;
	}

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

	.single-post .comment-respond input[type="text"],
    .page-template-default .comment-respond input[type="text"],
    .page-template .comment-respond input[type="text"], 
    .single-post .comment-respond input[type="url"],
    .page-template-default .comment-respond input[type="url"],
    .page-template .comment-respond input[type="url"], 
    .single-post .comment-respond input#email,
    .page-template-default .comment-respond input#email,
    .page-template .comment-respond input#email {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}

    .comment-respond input#submit.submit {
        float: none;
    }

	.creditline span,
        .site-footer span {
		display: block;
		margin-bottom: 5px;
	}

	ul.filter li {
		display: block;
	}

	#instafeed .hs-instagram {
		width: 50%;
	}

	#instafeed .hs-instagram.ig-title {
		padding-top: 50%;
	}
	
	.portfolio-overlay h2 {
		font-size: 1.2rem;
	}
	
	.portfolio-overlay h2 .bar {
		height: 25px;
	}
	
	.testimonial_rotator_quote {
		font-size: 200% !important;
	}

}

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

	.front-page-1 .widget-area {
		display: block;
	}

	.front-page-1 .widget {
		max-width: 100%
	}

	.flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget {
        width: 100% !important;
        margin: 0px 0 20px;
    }

    .front-page-3 .flexible-widgets.widget-halves .widget:nth-of-type(2),
    .front-page-3 .flexible-widgets.widget-thirds .widget:nth-of-type(2) {
    	margin-top: 0;
    }

    .flexible-widgets .featuredpost .entry, 
    .flexible-widgets.widget-thirds .widget, 
    .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) {
    	width: 100%;
    }

    .flexible-widgets .widget {
        padding-left: 0;
        padding-right: 0;
    }

    .flexible-widgets.widget-fourths .wrap {
    	padding-left: 0%;
    	padding-right: 0%;
    	max-width: 80% !important;
    }

    .widget-area.flexible-widgets .widget {
    	padding: 0;
    }

    .flexible-widgets.widget-fourths .widget {
    	padding-left: 5%;
    	padding-right: 5%;
    }

	.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry, 
	.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-left: 0;
		margin-bottom: 40px !important;
	}

	.blog-layout .post.entry .featured-image,
	.blog-layout .post.entry,
	.blog-layout .postentry .summary,
	.home .post.entry .featured-image,
	.home .post.entry,
	.home .post.entry .summary,
	.full-width-content .blog-layout .post.entry .featured-image,
	.full-width-content .blog-layout .post.entry,
	.full-width-content .blog-layout .post.entry .summary,
	.blog .post.entry .featured-image,
	.blog .post.entry,
	.blog .post.entry .summary {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.full-width-content .blog-layout .post.entry .featured-image,
	.blog-layout .post.entry .featured-image,
	.home .post.entry .featured-image,
	.blog .post.entry .featured-image {
		display: none;
	}

	.full-width-content .blog-layout .post.entry .featured-image.mobile,
	.blog-layout .post.entry .featured-image.mobile,
	.home .post.entry .featured-image.mobile,
	.blog .post.entry .featured-image.mobile {
		display: block;
		text-align: center;
	}

	.blog-grid .post.entry .featured-image.mobile {
		text-align: center;
	}

	.blog-layout .post.entry .summary, 
	.home .post.entry .summary,
	.blog .post.entry .summary,
	.blog-layout .post.entry:nth-of-type(2n) .summary, 
	.home .post.entry:nth-of-type(2n) .summary,
	.blog .post.entry:nth-of-type(2n) .summary, 
	.full-width-content .blog-layout .post.entry:nth-of-type(2n) .summary, 
	.blog.full-width-content .post.entry:nth-of-type(2n) .summary {
		padding: 40px 0px 40px 0px;
	}

	.home .post.entry:nth-of-type(2n) .summary .more-link, 
	.blog .post.entry:nth-of-type(2n) .summary .more-link, 
	.blog-layout .post.entry:nth-of-type(2n) .summary .more-link {
		text-align: left;
	}

	.home .post.entry .share-post, 
	.blog .post.entry .share-post, 
	.blog-layout .post.entry .share-post,
	.home .post.entry:nth-of-type(2n) .share-post, 
	.blog .post.entry:nth-of-type(2n) .share-post, 
	.blog-layout .post.entry:nth-of-type(2n) .share-post {
		position: relative;
		left: 0;
		right: auto;
		padding: 10px 0;
		text-align: center;
		margin-top: 40px;
	}

	.flexible-widgets .wrap {
		max-width: 100% !important;
	}

	.flexible-widgets.widget-fourths .widget {
        display: block;
        width: 100%;
        margin-bottom: 100px;
    }

    .flexible-widgets.widget-fourths .widget:last-child {
    	margin-bottom: 40px;
    }

     .flexible-widgets.widget-fourths .wrap {
    	padding-left: 5%;
    	padding-right: 5%;
    	max-width: 100% !important;
    }

    .flexible-widgets.widget-fourths .widget {
        padding-left: 0;
        padding-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 {
		margin: 0 0 4%;
		width: 100%;
	}

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

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

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

	ul.related-list li:nth-child(3n){
		display: none;
	}
	
	.custom-checkbox .wpcf7-list-item {
		width: 100%;
		margin-right: 0;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000000 !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,
	.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;
	}

}