/*!
Theme Name: AWI Revamped
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: awi-revamped
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AWI Revamped is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0;
}

h2, h3, h4{
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
.button,input[type=submit],button{
	transition:.2s all;
	background-color:gray;
	color:#000;
	padding:7px 15px;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* FONTS
--------------------------------------------- */
@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Heavy.woff2') format('woff2'),
        url('fonts/FiraSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
        url('fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-SemiBold.woff2') format('woff2'),
        url('fonts/FiraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Fira Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1{
	font-family: 'Fira Sans';
	font-weight: 900;
}

h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-family: 'Fira Sans';
	font-weight: 600;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
*[style^="background-image"]{
	background-size:cover;
	background-position:center;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #dc7f0e;
	text-decoration: none;
}

a:hover,
a:active {
	color: #b1660b;
}


a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;*/
	background: #dc7f0e;
    padding: 20px 45px;
    color: #fff;
    display: inline-block;
    transition: .2s all;
    font-size: 18px;
    border-radius: 6px;
	border: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

form .list--unstyled {
	margin: 0 -6px;
}

form .list--unstyled li {
	margin: 12px 6px;
}

.list--unstyled .form-field--half {
	float: left;
	width: calc(50% - 12px);
	margin: 6px;
}

.list--unstyled .form-field--third {
	float: left;
	width: calc(33.3333% - 12px);
	margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
	margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
	margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
	clear: both;

	margin-top: 0;
	padding-top: 6px;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
	margin-top: 0;
}

@media screen and (max-width: 567px) {
	.list--unstyled .form-field--half,
	.list--unstyled .form-field--third {
		float: none;

		width: auto;
		margin: 12px 6px;
	}

	.form-field--half + li:not(.form-field--half):not(.form-field--third),
	.form-field--third + li:not(.form-field--half):not(.form-field--third) {
		margin-top: 12px;
		padding-top: 0;
	}

	form .list--unstyled .form-field--half:first-child + .form-field--half,
	form .list--unstyled .form-field--third:first-child + .form-field--third,
	form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
		margin-top: 12px;
	}

	form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
		margin-bottom: 12px;
	}
}


/* Interior banner
--------------------------------------------- */
.interior-banner {
	height: 600px;
	position: relative;
}

.interior-banner-header-wrapper{
	background: #dc7f0e;
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 5px 0;
    color: #fff;
}

.interior-banner-header-wrapper h1{
	    font-size: 40px;
    font-weight: 600;
}

.interior-main .full-width{
	max-width: none;
}

.page-template-page-full-width .interior-main .full-width{
	max-width: none;
	    float: none;
    width: 100%;
}

.page-template-page-contact .interior-main .full-width{
	max-width: none;
	    float: none;
    width: 100%;
}

@media screen and (max-width: 767px){
	.interior-banner{
		height: 350px;
	}
	.interior-banner-header-wrapper h1{
		font-size: 32px;
	}
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.container {
	margin:0 auto;
	position: relative;
	max-width:1400px;
	padding:0 15px;
}
.list--unstyled{
	list-style: none;
	margin:0;
	padding:10px;
}
.button{
	background:#fff;
	padding: 20px 45px;
	color:#dc7f0e;
	display: inline-block;
	transition:.2s all;
	font-size: 18px;
	border-radius: 6px;
}
.button:hover{
	background:#fff;
	color:#dc7f0e;
	text-decoration: none;
	transform: scale(1.1);
}

.button-orange{
	background:#dc7f0e;
	padding: 20px 45px;
	color:#fff;
	display: inline-block;
	transition:.2s all;
	font-size: 18px;
	border-radius: 6px;
}

.button-orange:hover{
	background:#dc7f0e;
	color:#fff;
	text-decoration: none;
	transform: scale(1.1);
}

svg{
	height: 20px;
	width: 20px;
}

/**********************************************
 **************** Header **********************
 **********************************************/
header{
	border-bottom: 10px solid #dc7f0e;
}

header .top-header{
	background-color: #4a1b15;
	padding: 10px 0;
}

header .inner-header{
	display: flex;
	align-items: center;
	padding: 15px 0;
}

.nav-area{
	float: right;
	margin-left: auto;
}

header .logo {
	display: block;
	width: 485px;
	height: 86px;
	max-width: 100%;
}
header .top-header .top-header-ctas{
	display: flex;
	align-items: center;
	gap: 15px;
}

header .top-header .top-header-ctas .search-area{
	float: right;
	margin-left: auto;
}


.search-wrapper{
	position: relative;
	width: 185px;
}
.search-container {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 80px;
}

.search-tool{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 46px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 1s;
    z-index: 4;
}


.search-tool:hover {
    cursor: pointer;
}

.search-tool::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 12px;
    width: 8px;
    height: 2px;
    background: white;
    transform: rotate(45deg);
    transition: all .5s;
}
.search-tool::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width:17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid white;
    transition: all .5s;
}

.search-container input {
    position: absolute;
    font-size: 16px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 19px;
    width: 150px;
    height: 28px;
    outline: none;
    border: none;
    color: white;
    padding: 0 20px 0 20px;
    border-radius: 30px;
    transition: all 1s;
    opacity: 0;
    z-index: 5;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.search-container  input:hover {
    cursor: pointer;
}

.search-container input:focus {
    width: 150px;
    opacity: 1;
    cursor: text;
}

.search-container input:focus ~ .search-tool {
    right: -100px;
    z-index: 6;
}

.search-container input::before {
    top: 0;
    left: 10px;
    width: 25px;
    background: #000;
}
    
.search-container input::after {
    top: 0;
    left: 10px;
    width: 25px;
    height: 2px;
    border: none;
    background: #000;
    border-radius: 0%;
    transform: rotate(-45deg);
}
    
.search-container input::placeholder {
    color: #000;
    opacity: 0.5;
    font-weight: bolder;
}




header .top-header .top-header-ctas svg{
	fill: #fff;
}


@media screen and (max-width: 767px){
	header .logo{
		width: 285px;
		height: auto;
	}
}


/* Navigation */
.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav {
	font-size: 0;
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0;
	list-style: none;
}

.awiNav.collapsable {
	white-space: nowrap;
}

.awiNav li {
	position: relative;
	margin: 0;
}

.awiNav > li {
	font-size: 1rem;
	line-height: 125px;
	display: inline-block;
	height: 125px;
}

.awiNav a {
	font-size: 18px;
	display: block;
	padding: 0 15px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #444;
}

.awiNav a:hover {
	color: #dc7f0e;
}

.awiNav ul {
	line-height: 1;
	position: absolute;
	top: 65%;
	left: 0;
	display: none;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	background: #dc7f0e;
}

.awiNav > li:last-child ul {
	right: 0;
	left: auto;
}

.awiNav ul ul {
	top: -.5em;
	right: auto;
	left: 100%;
}

.awiNav > li:last-child ul ul {
	right: 100%;
	left: auto;
}

.awiNav ul a {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #fff;
}

.awiNav ul a:hover {
	color: #fff;
	background-color: #b1660b;
}

@media screen and (min-width: 1024px) {
	.awiNav li:hover > ul {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.awiNav > li {
		line-height: 100px;
		height: 100px;
	}

	.awiNav a {
		font-size: 16px;
		display: block;
		padding: 0 10px;
		white-space: nowrap;
		text-decoration: none;
		text-transform: uppercase;
		color: #444;
	}
}

@media screen and (max-width: 1023px) {
	.awiNav-cover {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh + 200px);
		cursor: pointer;
		background: rgba(0, 0, 0, .6);
	}

	.awiNav__trigger {
		line-height: 0;
		position: relative;
		display: block;
		width: 50px;
		height: 80px;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		outline: 0;
	}

	.awiNav__trigger,
	.awiNav__trigger:hover {
		background: transparent;
	}

	.awiNav__trigger:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__trigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		margin: -2px 0 0 -20px;
		border-radius: 2px / 50%;
		background: #dc7f0e;
		-webkit-box-shadow: 0 -10px 0 #dc7f0e, 0 10px 0 #dc7f0e;
				box-shadow: 0 -10px 0 #dc7f0e, 0 10px 0 #dc7f0e;
	}

	.awiNav-wrap {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 100%;
		width: calc(100% - 45px);
		max-width: 320px;
		height: calc(100vh + 200px);
		padding-bottom: 200px;
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		background: #dc7f0e;
	}

	.awiNav-wrap.nav-shown {
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}

	.awiNav-wrap .awiNav__close {
		font-size: .9rem;
		font-weight: 700;
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 50px;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		background: none;
		color: #fff;
	}

	.awiNav-wrap .awiNav__close:hover,
	.awiNav a:hover {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__close:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__close span {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 3px;
		-webkit-transform: rotate(45deg) translateX(4px);
			-ms-transform: rotate(45deg) translateX(4px);
				transform: rotate(45deg) translateX(4px);
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
		border-radius: 2px;
		background: #fff;
	}

	.awiNav__close span ~ span {
		-webkit-transform: rotate(-45deg) translateX(-4px);
			-ms-transform: rotate(-45deg) translateX(-4px);
				transform: rotate(-45deg) translateX(-4px);
		-webkit-transform-origin: right center;
			-ms-transform-origin: right center;
				transform-origin: right center;
	}

	.awiNav {
		overflow-y: auto;
		width: 100%;
		max-height: calc(100% - 45px);
		text-align: left;
	}

	.awiNav.nav-hidden,
	.awiNav .nav-hidden {
		display: none;
	}

	.awiNav.nav-shown,
	.awiNav .nav-shown {
		display: block;
	}

	.awiNav li,
	.awiNav > li {
		font-size: 0;
		line-height: 1.2;
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 1px dotted rgba(255, 255, 255, .1);
	}

	.awiNav__links {
		position: relative;
	}

	.awiNav a,
	.awiNav ul a {
		font-size: 1rem;
		display: block;
		padding: calc(22.5px - .6rem) 15px;
		white-space: normal;
		color: #fff;
	}

	.awiNav a:hover {
		color: #fff;
	}

	.awiNav .awiNav__links > a {
		display: inline-block;
		width: calc(100% - 45px);
		vertical-align: middle;
	}

	.awiNav-wrap .awiNav .awiNav__togglesub {
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 45px;
		height: 100%;
		vertical-align: middle;
		text-indent: -9999px;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__togglesub.nav-hidden {
		display: none;
	}

	.awiNav__togglesub::before {
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		content: '';
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		border-width: 10px 5px 0 5px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.sub-shown > .awiNav__links > .awiNav__togglesub::before {
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	.awiNav ul {
		position: static;
		padding: 0;
		border: 0;
		background: rgba(255, 255, 255, .1);
		-webkit-box-shadow: none;
				box-shadow: none;
	}
}

	.page-template-default article{
		width:calc(100% - 340px);
		display: inline-block;
		vertical-align: top;
	}
	.page-template-default aside{
		max-width:320px;
		display: inline-block;
		vertical-align: top;
		padding-left:10px;
	}
	@media screen and (max-width:870px){
		.page-template-default article{
			width:calc(100%);
		}
		.page-template-default aside{
			max-width:100%;
		}
	}
.full-width{
	max-width: 54em;
}


/****Blog Styling****/
.blog main .container{
	display: flex;
}

.blog h1{
	margin-top: 0;
}

.blog main{
	padding: 50px 0;
}

article{
	float: left;
	width: calc(100% - 330px);
	display: block;
}

aside{
	width: 330px;
	padding: 0 0 0 30px;
	float: left;
	display: block;
}

aside h2{
	font-size: 27px;
	margin: 0 0 20px;
}

aside ul{
	margin: 0;
}

.single-post main .container{
	display: flex;
}

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

.single-post h1{
	margin-top: 0;
}

.wp-posts-list > li:last-child{
	border-bottom: none;
}

@media screen and (max-width: 767px){
	.blog main .container{
		flex-wrap: wrap;
	}
	.single-post main .container{
		flex-wrap: wrap;
	}
	article{
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
    img.alignnone, img.aligncenter, img.alignright, img.alignleft, a>img.alignnone, a>img.aligncenter, a>img.alignright, a>img.alignleft, .wp-caption, .wp-caption.alignnone, .wp-caption.alignleft, .wp-caption.alignright {
        display: block;
        margin: 0 auto 20px;
        float: none;
    }
}





/**********************************************
 **************** BANNER **********************
 **********************************************/
.banner{
	height: 750px;
	position: relative;
}

.banner-content{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 75px;
	padding: 60px 30px;
	text-align: center;
}

.banner-content h1{
	color: #dc7f0e;
	text-transform: uppercase;
	font-size: 60px;
}

.banner-content h3{
	font-size: 26px;
	color: #4c4c4c;
	text-transform: uppercase;
}


.cookie-img{
	position: relative;
	height: 187px;
	width: 290px;
	margin: 0 auto;
	padding: 10px 0;
}

.banner-link{
	position: absolute;
	content: '';
	font-size: 34px;
	font-family: 'Fira Sans';
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -3px -3px 0 #e2b449, 3px -3px 0 #e2b449, -3px 3px 0 #e2b449, 3px 3px 0 #e2b449;
    top: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s ease;
}

.banner-link:hover{
	transform: scale(1.1);
	color: #fff;
}


@media screen and (max-width: 1400px){
	.banner-content{
		width: 75%;
	}
}

@media screen and (max-width: 892px){
	.banner-content{
		width: 85%;
	}
}

@media screen and (max-width: 767px){
	.banner-content h1{
		font-size: 40px;
	}
	.banner-content h3{
		font-size: 21px;
	}
	.cookie-img{
		background-repeat: no-repeat;
    	background-size: contain;
        height: 131px;
    	width: 220px;
    	margin: 10px auto;
	}
	.banner-link{
		top: 64%;
	}
}

@media screen and (max-width: 532px){
	.banner-link{
		top: 70%;
	}
}


/**********************************************
 **************** LOVE **********************
 **********************************************/

.love{
	padding: 90px 0;
	min-height: 1250px;
	position: relative;
}

.love-image{
	height: 774px;
	position: absolute;
	content: '';
	left: 0;
	top: 19%;
	width: 81%;
}

.love h2{
	color: #dc7f0e;
	font-size: 50px;
	text-align: center;
}

.love-content-wrapper{
	float: right;
	margin-left: auto;
	width: 65%;
	z-index: 99999999;
}

.love-repeater ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 90px;
}

.love-repeater ul li{
	width: calc(100%/2 - 30px);
	height: 410px;
	transition: .3s ease;
}

.love-repeater ul li a{
	display: block;
	height: 100%;
	transition: .3s ease;
}

.love-repeater ul li a .bucket-image{
	height: 100%;
	position: relative;
	border-radius: 10px;
}

.love-repeater ul li a .bucket-image h3{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #f79b2c;
	padding: 15px 0;
	position: absolute;
	bottom: 10%;
	font-size: 30px;
}

.love-repeater ul li a:hover{
	transform: scale(1.1);
}


@media screen and (max-width: 1250px){
	.love-content-wrapper{
		width: 100%;
		float: none;
		margin: 0;
		position: relative;
	}
}

@media screen and (max-width: 767px){
	.love{
		min-height: unset;
		padding: 60px 0;
	}
	.love h2{
		font-size: 36px;
	}
	.love-repeater{
		padding-top: 30px;
	}
	.love-repeater ul li{
		height: 300px;
	}
	.love-repeater ul li a .bucket-image h3{
		font-size: 21px;
	}
	.love-image{
		display: none;
	}
}

@media screen and (max-width: 567px){
	.love-repeater ul li{
		width: 90%;
	}
}

/**********************************************
 **************** anytime **********************
 **********************************************/
.anytime{
	background-color: #de8110;
	padding: 60px 0;
}

.anytime .full-width{
	max-width: none;
}

.anytime .full-width .inner-content{
	display: flex;
	align-items: center;
}

.anytime .full-width .inner-content .berger-package-image{
	height: 500px;
	width: 730px;
    background-size: contain;
    background-repeat: no-repeat;
}

.anytime .full-width .inner-content .anytime-content{
	width: 33%;
	text-align: center;
}

.anytime .full-width .inner-content .cookie-image{
	height: 521px;
	width: 310px;
	background-size: contain;
    background-repeat: no-repeat;
}

.anytime .full-width .inner-content .anytime-content h2{
	font-size: 70px;
	color: #fff;
}

.white-bk{
	background-color: #fff;
	padding: 10px 5px;
	color: #de8110;
}

.anytime .full-width .inner-content .anytime-content span p{
	font-size: 30px;
	color: #fff;
}

.anytime .full-width .inner-content .anytime-content span .button{
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 45px;
}

@media screen and (max-width: 1440px){
	.anytime .full-width .inner-content{
		gap: 40px;
		padding: 0 20px;
	}
	.anytime .full-width .inner-content .cookie-image{
		display: none;
	}
	.anytime .full-width .inner-content .anytime-content{
		width: 72%;
	}
}

@media screen and (max-width: 1023px){
	.anytime .full-width .inner-content{
		flex-wrap: wrap;
	}
	.anytime .full-width .inner-content .anytime-content{
		width: 100%;
	}
	.anytime .full-width .inner-content .berger-package-image{
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width: 767px){
	.anytime .full-width .inner-content .anytime-content h2{
		font-size: 45px;
	}
	.anytime .full-width .inner-content .anytime-content span p{
		font-size: 21px;
	}
	.anytime .full-width .inner-content .berger-package-image{
		height: 250px;
	}

}

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


/**********************************************
 **************** favorite ********************
 **********************************************/


.favorite{
	padding: 110px 0;
}

.favorite .inner-content{
	text-align: center;
}

.favorite .inner-content h2{
	color: #fff;
	font-size: 55px;
}

.favorite .inner-content p{
	color: #fff;
	font-size: 30px;
}

.favorite .inner-content svg{
	fill: #de8110;
	height: 61px;
	width: 61px;
}

.favorite .inner-content .favorite-ctas{
	display: flex;
	gap: 35px;
	justify-content: center;
	padding-top: 20px;
	align-items: center;
}

.favorite .inner-content .favorite-ctas .button{
	text-transform: uppercase;
	font-weight: bold;
}

.favorite .inner-content .favorite-ctas .button svg{
	height: 21px;
	width: 21px;
	fill: #de8110;
	vertical-align: middle;
}

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

@media screen and (max-width: 767px){
	.favorite .inner-content h2{
		font-size: 36px;
	}
	.favorite .inner-content p{
		font-size: 24px;
	}
	.favorite .inner-content .favorite-ctas{
		flex-wrap: wrap;
	}
}

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


/**********************************************
 **************** commitment *******************
 **********************************************/
.commitment{
	padding: 90px 0;
	background-color: #f1f1f1;
}

.commitment .inner-content{
	display: flex;
	flex-wrap: wrap;
}

.commitment .inner-content .commitment-content{
	width: 100%;
	display: flex;
	align-items: center;
}

.commitment .inner-content .enjoy-content{
	width: 100%;
	display: flex;
	align-items: center;
}

.commitment .inner-content .commitment-content .inner-commitment-content{
	width: 50%;
	padding-left: 70px;
	padding-right: 40px;
}

.commitment .inner-content .commitment-content .commitment-image{
	width: 50%;
	height: 560px;
}

.commitment .inner-content .enjoy-content .inner-enjoy-content{
	width: 50%;
	padding-right: 70px;
	padding-left: 40px;
}

.commitment .inner-content .enjoy-content .enjoy-image{
	width: 50%;
	height: 560px;
}

.commitment h2:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100px;
	height: 5px;
	background-color: #f79b2c;
}

.commitment h2{
	font-size: 45px;
	color: #f79b2c;
	position: relative;
	padding-top: 30px;
}

.commitment p{
	font-size: 20px;
}

@media screen and (max-width: 1206px){
	.commitment .inner-content .commitment-content{
		flex-wrap: wrap;
		gap: 40px;
	}
	.commitment .inner-content .commitment-content .commitment-image{
		width: 61%;
		height: 450px;
		margin: 0 auto;
	}
	.commitment .inner-content .commitment-content .inner-commitment-content{
		width: 100%;
		padding: 40px;
		text-align: center;
	}
	.commitment h2:before{
		right: 0;
		margin: 0 auto;
	}
	.commitment .inner-content .enjoy-content{
		flex-wrap: wrap;
		gap: 40px;
	}
	.commitment .inner-content .enjoy-content .inner-enjoy-content{
		width: 100%;
		padding: 40px;
		order: 2;
		text-align: center;
	}
	.commitment .inner-content .enjoy-content .enjoy-image{
		width: 61%;
		height: 450px;
		margin: 0 auto;
		order: 1;
	}
}

@media screen and (max-width: 767px){
	.commitment .inner-content .commitment-content .commitment-image{
		width: 100%;
		height: 415px;
	}
	.commitment .inner-content .enjoy-content .enjoy-image{
		width: 100%;
		height: 415px;
	}
	.commitment h2{
		font-size: 36px;
	}
}

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

/**********************************************
 **************** history  *******************
 **********************************************/
.history{
	padding: 100px 0 200px 0;
}

.history .full-width{
	max-width: none;
}

.history .full-width .inner-content{
	display: flex;
	align-items: center;
	position: relative;
}

.history .history-image{
	width: 50%;
	height: 679px;
	position: relative;
}

.history .full-width .inner-content .cookie-absolute{
	position: absolute;
	content: '';
	width: 561px;
	height: 332px;
	left: 22%;
    bottom: -13%;
}

.history article{
	width: 50%;
}

.history article .entry-content{
	width: 75%;
	margin: 0 auto;
}

.history article .entry-content h2{
	font-size: 55px;
	color: #f79b2c;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 40px;
}

.history article .entry-content h2:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 200px;
	height: 5px;
	background-color: #f79b2c;
}

.history article .entry-content p{
	font-size: 18px;
}

.history .button-orange{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
}

@media screen and (max-width: 1730px){
	.history .full-width .inner-content .cookie-absolute{
		background-size: contain;
		background-repeat: no-repeat;
		width: 420px;
    	height: 250px;
    	left: 25%;
    	bottom: -11%;
	}
}

@media screen and (max-width: 1336px){
	.history .full-width .inner-content .cookie-absolute{
		display: none;
	}
}

@media screen and (max-width: 1023px){
	.history{
		padding: 80px 0;
	}
	.history .full-width .inner-content{
		flex-wrap: wrap;
		gap: 40px;
	}
	.history .history-image{
		height: 500px;
		margin: 0 auto;
		width: 67%;
	}
	.history .full-width .inner-content .cookie-absolute{
		display: none;
	}
	.history article{
		width: 100%;
		padding: 0 40px;
	}
	.history article .entry-content{
		width: 100%;
		text-align: center;
	}
	.history article .entry-content h2:after{
		right: 0;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px){
	.history .history-image{
		width: 100%;
	}
	.history article .entry-content h2{
		font-size: 36px;
	}
}
/**********************************************
 **************** experience*******************
 **********************************************/
.experience{

}

.experience .full-width{
	max-width: none;
}

.experience .inner-content{
	display: flex;
	height: 571px;
}

.experience .inner-content .experience-content-wrapper{
	width: 50%;
	height: 100%;
	background-color: #dc7f0e;
}

.experience .inner-content .experience-image{
	width: 50%;
	height: 100%;
}

.experience .inner-content .experience-content-wrapper .experience-content{
	width: 75%;
	float: right;
	margin: 100px 40px 0 auto;
	text-align: center;
}

.experience .inner-content .experience-content-wrapper .experience-content h2{
	font-size: 55px;
	color: #fff;
}

.experience .inner-content .experience-content-wrapper .experience-content p{
	color: #fff;
	font-size: 18px;
}

.experience .inner-content .experience-content-wrapper .experience-content span .button{
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

@media screen and (max-width: 1700px){
	.experience .inner-content .experience-content-wrapper .experience-content{
		width: 90%;
	}
}

@media screen and (max-width: 1442px){
	.experience .inner-content .experience-content-wrapper{
		width: 56%;
	}
	.experience .inner-content .experience-image{
		width: 44%;
	}
}

@media screen and (max-width: 1250px){
	.experience .inner-content{
		flex-wrap: wrap;
		height: fit-content;
	}
	.experience .inner-content .experience-content-wrapper{
		width: 100%;
	}
	.experience .inner-content .experience-content-wrapper .experience-content{
		width: 100%;
		padding: 60px 20px;
		margin: 0;
	}
	.experience .inner-content .experience-image{
		width: 100%;
		height: 450px;
	}
}

@media screen and (max-width: 767px){
	.experience .inner-content .experience-content-wrapper .experience-content h2{
		font-size: 40px;
	}
}


/*******************************************
 **************** INTERIOR *****************
 *******************************************/

ul.bullet-list {
    text-align: left;
    padding-left: 0;
    list-style: none;
}

.bullet-list li {
    padding-left: 1em;
    position: relative;
    margin: 0.35em 0;
}

.bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(74, 27, 21);
    height: 0.6em;
    width: 0.6em;
}

.bullet-list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.responsive-embed-container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 46.25%;
}

.responsive-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.responsive-table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.responsive-table th {
	background: #4a1b15;
	color: #fff;
}

.responsive-table tr {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

.responsive-table tr:nth-child(even) {
	background: #f8f8f8;
}

.responsive-table tr:nth-child(odd) {
	background: #fff;
}

.responsive-table th,
.responsive-table td {
	padding: .625em;
	text-align: center;
}

.responsive-table th {
	font-size: 1.2em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.callout-box {
	border: 1px solid #dc7f0e;
	border-left: 8px solid #dc7f0e;
	padding: 30px;
	margin: 30px 0 30px 0;
}

.tv-logos {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	gap: 18px;
}

.tv-logos li {
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	width: 145px;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}

.in-print-list {
	list-style: none;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
	padding-left: 0;
	margin-left: 0;
}

.in-print-list li {
	padding-bottom: 20px;
}

.quote-wrapper {
	border: 1px solid #dc7f0e;
	padding: 30px;
	margin: 60px 0 40px 0;
}

.quote-wrapper h3 {
	font-size: 30px;
	text-transform: uppercase;
}

.contact-buckets {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.contact-column {
	flex: 48%;
	display: flex;
	flex-direction: column;
  	padding: 20px;
	margin: 16px 6px;
}

.contact-column:first-child {
	background: #f6eee2;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.contact-column:first-child h2 {
	text-align: center;
}

.contact-column:first-child address {
	text-align: center;
	margin: 0;
}

.contact-column:first-child address a {
	color: #404040; 
}

.contact-column:first-child svg {
	height: 50px;
	width: 50px;
	fill: #4a1b15;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.berger-cookies-logo {
	padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
	.responsive-table {
		border: 0;
	}

	.responsive-table caption {
		font-size: 1.3em;
	}

	.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.responsive-table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.responsive-table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	.responsive-table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.responsive-table td:last-child {
		border-bottom: 0;
	}
}

@media screen and (max-width: 567px) {
	.tv-logos li {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
	
	.in-print-list {
		-moz-column-count: 1;
		-moz-column-gap: 60px;
		-webkit-column-count: 1;
		-webkit-column-gap: 60px;
		column-count: 1;
		column-gap: 60px;
	}
	
	.contact-column {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
}



/**********************************************
 ********* Full width & default templates******
 *************************************************/
.interior-main{
	padding: 40px 0;
	max-width: 64em;
	margin: 0 auto;
}

.interior-main h2 {
	font-size: 40px;
	color: #dc7f0e;
}




/*******************************************
 ************ FOOTER ***********************
 *******************************************/
footer{
	background-color: #403f3f;
	clear: both;
}

footer .inner-footer{
	padding: 60px 0;
	display: flex;
	gap: 130px;
	justify-content: space-between;
	align-items: center;
}

footer .inner-footer .company-info{
	text-align: center;
}

.footer-logo {
	display: block;
}
.footer-logo img{
	width: 573px;
	max-width: 100%;
	height: 100px;
}

.address-phone-info{
	padding-top: 20px;
}

footer .inner-footer .company-info a{
	color: #fff;
}

footer .inner-footer .company-info a:hover{
	color: #dc7f0e;
}

footer .inner-footer .company-info p{
	color: #fff;
}

footer .notice-area p{
	padding-top: 20px;
	font-size: 14px;
}

.footer-nav{
	width: 40%;
}

.footer-nav ul{
	column-count: 2;
}

.footer-nav ul li a{
	color: #fff;
	font-size: 18px;
}

.footer-nav ul li a:hover{
	color: #dc7f0e;
}

footer .inner-footer .social-list ul{
	display: flex;
	gap: 15px;
	align-items: center;
}

footer .inner-footer .social-list ul li a{
	background-color: #dc7f0e;
	height: 39px;
	width: 39px;
	padding: 10px;
	border-radius: 50%;
	display: block;
	transition: .3s ease;
}

footer .inner-footer .social-list ul li a svg{
	fill: #fff;
}

footer .inner-footer .social-list ul li a:hover{
	transform: scale(1.1);
}


.copyright-area{
	border-top: 1px solid #5d5c5c;
}

.copyright-area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}

.copyright-area ul li{
	display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

.copyright-area ul li:last-child{
	border-right: none;
}

.copyright-area ul li a{
	color: #fff;
}

.copyright-area ul li a:hover{
	color: #dc7f0e;
}

@media screen and (max-width: 1023px){
	footer .inner-footer{
		flex-wrap: wrap;
		gap: 40px;
		justify-content: center;
	}
	footer .inner-footer .company-info{
		width: 100%;
	}
	.footer-logo img{
		width: 500px;
	}
	.footer-nav{
		width: 100%;
		text-align: center;
	}
}

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

}

@media screen and (max-width: 567px){
	.footer-logo img{
		width: 300px;
		height: auto;
	}
}
.woocommerce article{
	width:100%;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    height: 200px;
    max-width: 100%;
    width: auto;
    
}
.single-product article{
	margin-top:20px;
}
.single-product .navigation {
	display:none;
}
.single-product .postmetadata-postdate{
	display: none;
}

.woocommerce div.product form.cart .variations select{
	padding: 10px ;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background-color: #dc7f0e;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #b2680e;
    color: #fff;
}
.postmetadata-taxonomy + small{
	display:none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: none;
}

.postmetadata-taxonomy {
	display: none;
}