/*!
Theme Name: Brooklyn Donuts
Theme URI: 
Author:
Author URI: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brooklyn-donuts

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

brooklyn-donuts is based on, (C) 2012-2020 Automattic, Inc.
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.67em 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;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

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

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: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

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


/* Theme CSS Starts Here
=================================================================================================*/
/* NORMALIZE
-------------------------------------*/
*,*::before,*::after{box-sizing:border-box}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}html,body{height:100%} body{line-height:1.5;font-synthesis: none;text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}img,picture,video,canvas,svg{display:block;vertical-align:middle;border-style:none;max-width:100%}figure{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}table{border-collapse:collapse}th{text-align:inherit}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}label{display:inline-block;margin-bottom:.5rem}button,select{text-transform:none}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}a,input,button,textarea,select{font:inherit;outline:0}#root,#__next{isolation:isolate}

@font-face {
    font-family: 'Borough Grotesk';
    src: url('fonts/BoroughGrotesk-Regular.eot');
    src: url('fonts/BoroughGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BoroughGrotesk-Regular.woff2') format('woff2'),
        url('fonts/BoroughGrotesk-Regular.woff') format('woff'),
        url('fonts/BoroughGrotesk-Regular.ttf') format('truetype'),
        url('fonts/BoroughGrotesk-Regular.svg#BoroughGrotesk-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Universal Sans Display Trial 450';
    src: url('fonts/UniversalSansDisplayTrial-450.eot');
    src: url('fonts/UniversalSansDisplayTrial-450.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniversalSansDisplayTrial-450.woff2') format('woff2'),
        url('fonts/UniversalSansDisplayTrial-450.woff') format('woff'),
        url('fonts/UniversalSansDisplayTrial-450.ttf') format('truetype'),
        url('fonts/UniversalSansDisplayTrial-450.svg#UniversalSansDisplayTrial-450') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    margin:0;
    font-family: 'Universal Sans Display Trial 450', sans-serif;
    font-size: 18px;
	line-height: 1.333333333333333;
    color:#14212D;
}
.site-wrapper {
	overflow: hidden;
}
/* .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
} */
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
	clear: both;
}



/*  HEADINGS
-----------------------------------------------*/
h1, .h1{
    font-size: 48px;
	line-height: 1.25;
    color: #14212D;
	font-family: 'Borough Grotesk', sans-serif;
    margin: 0 0 55px 0;	
}
h2, .h2 {
    font-size: 133px;
	line-height: 0.8279577995478523;
	font-family: 'Borough Grotesk', sans-serif;
    color: #F27D1F;
    margin: 0 0 31px 0;
	letter-spacing: -6px;
	text-align: center;
}
h3, .h3{
    font-size: 74px;
	line-height: 0.8243243243243243;
    font-weight: 300;
    color: #F27D1F;
	font-family: 'Borough Grotesk', sans-serif;
	letter-spacing: -3.8px;
	margin: 0 0 20px 0;
}
h4, .h4{
    font-size: 65px;
	line-height: 0.8307692307692308;
    color: #412514;
	font-family: 'Borough Grotesk', sans-serif;
     margin: 0 0 15px 0;
}
h5, .h5{
    font-size: 16px;
    line-height: 1.115384615384615;
    font-weight: 300;
    color: #14212D;
	font-family: 'Borough Grotesk', sans-serif;
    margin: 35px 0 5px 0;
}
h6, .h6{
    font-size: 14px;
    line-height: 1.115384615384615;
    font-weight: 300;
    color: #14212D;
	font-family: 'Borough Grotesk', sans-serif;
     margin: 0 0 5px 0;
}

/*  TAGS
-----------------------------------------------*/
p {
    margin: 0 0 24px 0;
}
p:last-child{
    margin-bottom: 0;
}

/*  CLICKABLE ELEMENTS
-----------------------------------------------*/
a{
    color: #14212D;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
	outline: none !important;
}
a:active {
	outline: none !important;
}


/*  BUTTONS
-----------------------------------------------*/
.button, button {
    font-size: 29px;
	line-height: 1.189907944084555;
    padding: 20px 77px 12px 41px;
	min-width: 240px;	
    font-family: 'Universal Sans Display Trial 450', sans-serif;
	text-align: center;
	color: #412514;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	text-decoration: none;
	display: inline-block;
	background: transparent;
	border: 3px solid #412514;
	border-radius: 36px;
	position: relative;
}
.link_arrow {
	background: url(images/button-arrow.svg) no-repeat center center;
	background-size: 100%;
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: 50%;
	right: 37px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.link_arrow span {
	background: url(images/button-arrow-hover.svg) no-repeat center center;
	background-size: 100%;
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
.button:hover, button:hover, .button:focus, button:focus {
	background: #412514;
	color: #F27D1F;
	text-decoration: none;
}
.button:hover span, button:hover span, .button:focus span, button:focus span {
	opacity: 1;
}




/*  LISTING
-----------------------------------------------*/
ul{
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 20px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: 1.65;
    color: #14212D;	
    margin: 0 0 25px 0;
}

ol{
    padding-left: 18px;
    margin-bottom: 20px;
}

/*  DATA LIST
-----------------------------------------------*/
dl{
    display:flex;
    flex-wrap: wrap;
    gap: 10px;	
    margin: 0 0 25px 0;
}
dl dt{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
}
dl dd{
    flex: 0 0 calc(75% - 5px);
    max-width: calc(75% - 10px);
    padding: 5px 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
}

/*  QUOTE
-----------------------------------------------*/

blockquote {
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 25px 0;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*  TABLE
-----------------------------------------------*/
table{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 25px 0;
}
table td, 
table th {
    border: 1px solid #ddd;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.65;
    color: #777;
}
table tr:nth-child(even){
    background-color: #f2f2f2;
}
table tr:hover {
    background-color: #f7f7f7;
}
table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: orange;
    color: white;
}



/* Header CSS Starts Here
==================================================*/
#header {
	background: linear-gradient(to bottom, rgba(242, 125, 31, 1) 0%, rgba(242, 125, 31, 0.95) 80%, rgba(242, 125, 31, 0) 100%);
	padding: 60px 54px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.location_order_btn_icons {
	float: left;
}
.brooklyn_donuts_logo {
	width: 346px;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
.brooklyn_donuts_logo img {
	display: block;
}
.location_link {
	width: 40px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.location_link img {
	display: block;	
}
.location_link img:nth-child(2n) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.location_link:hover img {
	opacity: 0;
}
.location_link:hover img:nth-child(2n) {
	opacity: 1;
}
.order_btn {
	background: #412514;
	border: solid 1px #412514;
	padding: 12px 14px 5px;
	border-radius: 26px;
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	line-height: 1.19;
	color: #ffffff;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
	letter-spacing: 1.3px;
}
.order_btn:hover, .order_btn:focus {
	background: #F27D1F;
	color: #412514;
	text-decoration: none;
}
.menu_icon_francising_link {
	float: right;
	margin-top: 0px;
}
/* .menu_icon_francising_link a {
	color: #412514;
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	line-height: 1.19;
	letter-spacing: 1.3px;
}
.menu_icon_francising_link a:hover, .menu_icon_francising_link a:focus {
	color: #F27D1F;
	text-decoration: none;
} */
.menu_icon {
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 38px;
	margin-left: 33px;
	position: relative;
	top: -4px;
	cursor: pointer;
	background: #412514;
    padding: 5px;
    border-radius: 5px;
}
.menu_icon span {
	background: #ffffff;
	width: 36px;
	height: 3px;
	display: block;
	margin: 5px 0;
}
.brooklyn_donuts_logo {
	position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    display: block;
    margin: 0 auto;
	width: 220px;
}
.main_menu_wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	overflow: auto;
	background: #F27D1F;
	z-index: 999;
	padding: 62px 60px;
	overflow: auto;
	display: none;
}
.main_menu_wrap .location_order_btn_icons {
	float: right;
	padding-right: 0;
}
.cart_icon {
	width: 42px;
	height: 52px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 67px;
	display: none !important;
}
.cart_icon img {
	display: block;
	width: 100%;
}
.cart_icon img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.cart_icon span {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	display: block;
	background: #412514;
	color: #F27D1F;
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	line-height: 1.3;
}
.cart_icon:hover img:nth-child(2), .cart_icon:focus img:nth-child(2) {
	opacity: 1;
}
.cart_icon:hover span, .cart_icon:focus span {
	background: #FCBC1D;
	color: #412514;
}
.main_menu_wrap .order_btn {
	background: #ffffff;
	color: #412514;
	display: inline-block;
	vertical-align: middle;
}
.main_menu_wrap .order_btn:hover, .main_menu_wrap .order_btn:focus {
	background: #412514;
	color: #ffffff;
}
.menu_close_icon {
	background: url(images/close-creame-icon.svg) no-repeat center center;
	width: 35px;
	height: 35px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;	
	margin-left: 48px;
}
.menu_close_icon:hover {
    opacity: 0.8;
}
.main_menu_wrap .brooklyn_donuts_logo {
	margin-top: 11px;
	width: 222px;
}
.menu_top_left_text {
	color: #412514;
	font-size: 28px;
	line-height: 1.19;
	float: left;
}
.main_menu_wrap .scrolling_text_sec {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.main_menu_links {
	width: 57%;
	margin-left: auto;
	padding: 70px 0 25px;
}
.main_menu_links > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main_menu_links > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main_menu_links > ul > li a {
	font-size: 113px;
	line-height: 1;
	display: inline-block;
	font-family: 'Borough Grotesk', sans-serif;
	color: #412514;
	letter-spacing: -4px;
}
.main_menu_links > ul > li a:hover, .main_menu_links > ul > li a:focus {
	color: #FCBC1D;
}
.copyright_text_social {
	padding-top: 34px;
	padding-left: 10px;
}
.copyright_text_social p {
	color: #412514;
	font-size: 21px;
	line-height: 1.4;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0;
}
.copyright_text_social a
{
	transition: 0.4s;
}
.copyright_text_social a:hover,.copyright_text_social a:focus
{
	color: #FCBC1D;
}
.copyright_text_social .social_icons {
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
	width: auto;
	padding: 0 0 0 30px;
}
.copyright_text_social .social_icons li {
	width: 45px;
	margin-left: 29px;
}
.menu_left_img {
    width: 40%;
	max-width: 700px;
	left: -60px;
    bottom: -15px;
	position: relative;
}

.menu_item_wrap {
    display: flex;
    align-items: flex-end;
	min-height: 100%;
}


/* Banner Section CSS Starts Here
======================================================*/ 
.banner_sec {
	height: calc(100vh - 63px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.inner_banner_sec {
	background: #FCBC1D;
	min-height: calc(100vh - 63px);
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding-top: 180px;
	position: relative;
	padding-bottom:  60px;
}
.inner_banner_sec .container {
	width: 100%;
}
.inner_banner_content_wrap > * {
	width: calc(50% - 3px);
	display: inline-block;
	vertical-align: middle;
}
.inner_banner_img {
	text-align: center;
	position: relative;
	z-index: 1;
}
.inner_banner_img img {
	display: inline-block;
	transform: rotate(-40deg) scale(0.75);
	-webkit-transform: rotate(-40deg) scale(0.75);
	-ms-transform: rotate(-40deg) scale(0.75);
	-o-transform: rotate(-40deg) scale(0.75);
	-moz-transform: rotate(-40deg) scale(0.75);
}
.inner_banner_img:hover img, .inner_banner_img:focus img {
	transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
}
.inner_banner_content_inner {
	max-width: 688px;
	position: relative;
    z-index: 1;
}
.inner_banner_content_inner h2 {
	text-align: left;
	color: #412514;
	font-size: 170px;
	letter-spacing: -14px;
}
.inner_banner_content_inner p {
	font-size: 29px;
	line-height: 1.206896551724138;
}
.click_to_scroll_sec {
	background: url(images/scroll-to-next-sec-arrow.svg) no-repeat center center;
	width: 53px;
	height: 36px;
	background-size: 100%;
	display: block;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;	
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	-moz-transform: scale(0.7);
}
.click_to_scroll_sec:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}
.inner_banner_orange_bg {
	background: #F27D1F;
}
.inner_banner_orange_bg .inner_banner_img img {
	transform: rotate(-10deg) scale(0.9);
	-webkit-transform: rotate(-10deg) scale(0.9);
	-ms-transform: rotate(-10deg) scale(0.9);
	-o-transform: rotate(-10deg) scale(0.9);
	-moz-transform: rotate(-10deg) scale(0.9);
}
.inner_banner_orange_bg .inner_banner_img:hover img, .inner_banner_orange_bg .inner_banner_img:focus img {
	transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
}
.inner_banner_img_bg_pattaern_sec .inner_banner_img span {
	background: url(images/banner-pattern-bg.svg) no-repeat center center;
	width: 878px;
	height: 878px;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5);
	-o-transform: translate(-50%, -50%) scale(0.5);
	-moz-transform: translate(-50%, -50%) scale(0.5);
	z-index: -1;
	opacity: 0;
}
.inner_banner_img_bg_pattaern_sec .inner_banner_img:hover span, .inner_banner_img_bg_pattaern_sec .inner_banner_img:focus span {
	transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-webkit-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-ms-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-o-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-moz-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	opacity: 1;
}
.inner_banner_orange_bg .click_to_scroll_sec {
	background-image: url(images/banner-img_arrow.svg);
}
.inner_banner_oerlay_img_wrap {
	position: relative;
	padding: 50px 0 100px;
}
.inner_banner_oerlay_img {
	max-width: 720px;
	height: 735px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 auto;
	border-radius: 36px;
	overflow: hidden;
	position: relative;
	border: solid 2px #412514;
}
.inner_banner_oerlay_img_inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.inner_banner_oerlay_img:hover .inner_banner_oerlay_img_inner, .inner_banner_oerlay_img:focus .inner_banner_oerlay_img_inner {
	opacity: 1;
}
.franchise_banner_no_rotate .inner_banner_img {
	margin: 0;
}
.franchise_banner_no_rotate .inner_banner_img img {
	transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
}
.contact_banner_sec .inner_banner_img span {
	background-image: url(images/banner_pattern_bg.svg);
}
.inner_banner_sec.contact_banner_sec { padding-bottom: 0; min-height: inherit; height:auto; display:block; }
.inner_banner_sec.contact_banner_sec .inner_banner_content { padding-bottom: 60px; }
.inner_banner_sec.contact_banner_sec .inner_banner_content_wrap { 
display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; 
}
.inner_banner_sec.contact_banner_sec .inner_banner_img {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; align-items:  flex-end;
}






/* Banner Section CSS Starts Here
======================================================*/
.scrolling_text_sec {
	background: #FCBC1D;
	padding: 8px 0 6px;
}
.item-wrap {
	-webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scrolling_text {
	font-size: 42px;
	line-height: 1.19047619047619;
	color: #000000;
	margin-right: 10px;
	letter-spacing: 1.3px;
}


/* Video Banner Section CSS Starts Here
======================================================*/
.video_sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	position: relative;
	overflow: hidden;

}
.video_sec video {
	width: 100%;
	
	display: block;
	border: none;
	opacity: 1;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;*/
	margin: 0 auto;
	display: block;
	z-index: 10;
}

/*.video_play_icon {
	width: 259px;
	height: 259px;
	background: url(images/play-icon.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 9;
	outline: none !important;
	border: none !important;
}*/
.video_sec.show_video video {
	opacity: 1;
	visibility: visible;
}
/*.video_sec.show_video .video_play_icon {
	opacity: 0;
	visibility: hidden;
}
.video_sec.show_video:hover .video_play_icon {
	opacity: 1;
	visibility: visible;
}*/

/* Boxes Slider Section CSS Starts Here
======================================================*/
.nyc_style_slider_sec {
	background: #ffffff;
	padding: 73px 0 77px;
	overflow: hidden;
}
.nyc_style_slider .slick-track { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.nyc_style_slider.slick-initialized .slick-slide {
    height: inherit;
}
.nyc_style_slider .nyc_style_content { height: 100%; position: relative; padding-bottom: 80px; opacity: 1; }
.nyc_style_slider {
	margin: 0 -170px;
}
.nyc_style_slider .slick-list {
	overflow: inherit;
}
.nyc_style_content {
	margin: 0 18px;
	background: #F27D1F;
	padding: 38px 38px;
	text-align: center;
	display: block;
}
.nyc_style_content figure {
	width: 100%;
	position: relative;
	margin: 0 0 20px;
	text-align: center;
}
.nyc_style_content figure::before {
	content: "";
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 0;
	right: 0;
	display: block;
	z-index: 0;
}
.nyc_style_content figure img {
	position: relative;
	z-index: 1;
	display: inline-block;	
	margin-top: -65px;
	max-height: 220px;
}
.nyc_style_content h3 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1;
}
.nyc_style_content .button {
	position: absolute;	
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.2;
	padding: 12px 50px 12px 12px;	
	display: inline-block;
	max-width: 220px;
}
.nyc_style_content p {
	color: #ffffff;
	font-size: 28px;
}
.nyc_style_content:hover {
	border-radius: 46px;
	background: #412514;
}
.nyc_style_content:hover figure::before {
	border-radius: 36px;
	background: #FCBC1D;
}
.nyc_style_content:hover h3, .nyc_style_content:hover p {
	color: #F27D1F;
}
.nyc_style_content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.nyc_style_content .button .link_arrow {
	background-image: url(images/link-white-arrow.svg);
	transform: inherit;
	top: -1px;
	bottom: 0;
	margin: auto;
	height: 100%;
	background-size: 25px;
}

.nyc_style_content .link_arrow span {
	background: url(images/button-arrow-hover.svg) no-repeat center center;
	transform: inherit;
	top: -1px;
	bottom: 0;
	margin: auto;
	height: 100%;
	background-size: 25px;
	opacity: 0;
}

.nyc_style_content:hover .button span {
	opacity: 1;
}
.nyc_style_content:hover .button {
	color: #F27D1F;
	border-color: #F27D1F;
}
.nyc_style_content:hover .button:hover .link_arrow {
	background-image: url(images/button-arrow.svg) !important;
}
.nyc_style_content:hover .button:hover span span{
	opacity: 0;
}
.nyc_style_content:hover .button:hover {
	color: #412514;
	background: #F27D1F;
	border-color: #F27D1F;
}




/* Testy Logos Overlay Section CSS Starts Here
======================================================*/
.testy_logos_overlay_sec {
	overflow: hidden;
}
.testy_logos_overlay_sec figure {
	display: block;
	margin: 0 -120px;
	position: relative;
}
.testy_logos_overlay_sec figure img {
	display: block;
	width: 100%;
}
.testy_logos_overlay_sec figure img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.testy_logos_overlay_sec figure:hover img:nth-child(2) {
	opacity: 1;
}



/* Two Images Column Section CSS Starts Here
======================================================*/
.two_images_col_wrap::before, .two_images_col_wrap::after {
	content: "";
	display: table;
	clear: both;
}
.two_images_col {
	width: 50%;
	float: left;
	border-top: solid 2px #412514;
	border-right: solid 1px #412514;
}
.two_images_col:nth-child(2) {
	border-left: solid 1px #412514;
	border-right: none;
}
.two_images_col figure {
	position: relative;
	margin: 0;
}
.two_images_col figure img {
	display: block;
	width: 100%;
}
.two_images_col figure img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.two_images_col figure:hover img:nth-child(2) {
	opacity: 1;
}


/* Hand made with love Donuts Sections CSS Starts Here
======================================================*/
.hand-made_with_love_sec {
	position: relative;
	overflow: hidden;
}
.hand-made_with_love_sec::before {
	content: "";
	background: #FCBC1D;
	position: absolute;
	top: 100px;
	bottom: 100px;
	left: 110px;
	right: 110px;
	border-radius: 133px;
	z-index: -1;
}
.hand-made_with_love_content {
	max-width: 700px;
	margin-left: auto;
	padding: 280px 0;
	margin-right: 240px;
	opacity: 0;
}
.hand-made_with_love_content h2 {
	color: #412514;
	text-align: left;
	font-size: 170px;
}
.hand-made_with_love_content p {
	max-width: 583px;
	font-size: 29px;
	line-height: 1.206896551724138;
}
.left_hand_with_donut {
	max-width: 780px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.left_hand_with_donut img {
	max-width: 100%;
	display: inline-block;
}
.right_hand_with_donut {
	max-width: 780px;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: right;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.right_hand_with_donut img {
	max-width: 100%;
	display: inline-block;
}
.hand-made_with_love_sec:hover .hand-made_with_love_content {
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	opacity: 1;
}
.hand-made_with_love_sec:hover .right_hand_with_donut {
	right: -780px;
}
.hand-made_with_love_sec:hover .left_hand_with_donut img {
	transform: scale(1.2);
}
.hand-made_with_love_sec:hover::before {
	border-radius: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hand-made_with_love_sec.how_it_started_sec::before {
	left: 55px;
	right: 55px;
	top: 55px;
	bottom: 55px;
}
.hand-made_with_love_sec.how_it_started_sec:hover:before, .hand-made_with_love_sec.how_it_started_sec:focus:before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.left_donut_img {
	width: 36%;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.how_it_started_sec figure img {
	display: block;
	width: 100%;
}
.right_donut_img {
	width: 33%;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.top_donut_img {
	width: 33.5%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.bottom_donut_img {
	width: 33.5%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.how_it_started_sec:hover .left_donut_img, .how_it_started_sec:focus .left_donut_img {
	width: 39%;
}
.how_it_started_sec:hover .right_donut_img, .how_it_started_sec:focus .right_donut_img {
	width: 30%;
	right: -20%;
}
.how_it_started_sec:hover .top_donut_img, .how_it_started_sec:focus .top_donut_img {
	width: 30%;
	top: -12%;
}
.how_it_started_sec:hover .bottom_donut_img, .how_it_started_sec:focus .bottom_donut_img {
	width: 32%;
	bottom: -12%;
}






/* Locations Sections CSS Starts Here
======================================================*/
.locations_sec {
	padding: 100px 0 100px;
}
.locations_content_wrap {
	padding: 0 66px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; 
}
.locations_content_wrap::before, .locations_content_wrap::after {
	content: "";
	display: table;
	clear: both;
}
.locations_content_wrap figure {
	float: right;
	width: 50%;
}
.locations_content_wrap figure img {
	display: block;
	width: 100%;
}
.locations_content {
	float: left;
	width: 50%;
}
.locations_content .button {
	margin-bottom: 54px;
}
.locations_content .button:last-child {
	margin-bottom: 0;
}
.locations_content h2 {
	text-align: left;
	font-size: 170px;
}
.locations_content h2 strong {
	display: block;
	color: #FCBC1D;
	font-size: 77.5%;
	margin-top: 16px;
}
.contact_dtl_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact_dtl_list li {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.contact_dtl_list li span {
	width: 60px;
	height: 60px;
	background-color: #412514;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.contact_dtl_list li a {
	max-width: calc(100% - 220px);
	text-decoration: none;
	color: #412514;
	font-size: 34px;
	line-height: 1.264705882352941;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.contact_dtl_list li a
{
	transition: 0.4s;
}
.contact_dtl_list li a:hover{
	color: #FCBC1D;
}

.locations_icon {
	background-image: url(images/location-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
}
.phone_icon {
	background-image: url(images/phone-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
}
.social_icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social_icons li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 67px;
	display: inline-block;
}
.social_icons li a {
	display: block;
	position: relative;
}
.social_icons li a img {
	display: block;
}
.social_icons li a img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.social_icons li a:hover img {
	opacity: 1;
}
.social_icons li:first-child {
	margin-left: 0;
}
.working_days_time {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.working_days_time li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 34px;
}
.working_days_time li span {
	display: inline-block;
	vertical-align: top;
	width: 240px;
}





/* Donut Miss Things CSS Starts Here
======================================================*/
.donut_miss_thing_sec {
	background: #FCBC1D;
	position: relative;
	padding: 130px 0;
	overflow: hidden;
}
.donut_miss_thing_sec::before {
	content: "";
	background: #412514;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
}
.donut_miss_thing_sec:hover::before {
	left: 230px;
	right: 230px;
	top: 130px;
	bottom: 130px;
	border-radius: 87px;
}
.donut_miss_thing_content {
	max-width: 1340px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 100px 25px;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	opacity: 0;
}
.donut_miss_thing_content h2 {
	color: #ffffff;
	font-size: 140px;
}
.donut_miss_thing_content p {
	font-size: 65px;
	line-height: 1;
	color: #FCBC1D;
	font-family: 'Borough Grotesk', sans-serif;
	margin-bottom: 35px;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.donut_miss_thing_content input {
	font-family: 'Universal Sans Display Trial 450', sans-serif;
	font-size: 47px;
	line-height: 1.1875;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 70px;
	height: 131px;
	border-radius: 65px;
}
/*
input::-webkit-datetime-edit-year-field,
input::-webkit-datetime-edit-day-field,
input::-webkit-datetime-edit-month-field {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}*/
.donut_miss_thing_content input[type="date"] {
	padding: 38px 70px 32px;
	height: inherit;
	color: #666;
}

.donut_miss_thing_content input[type="date"]::-webkit-input-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.donut_miss_thing_content input[type="date"]::-moz-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.donut_miss_thing_content input[type="date"]:-ms-input-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.donut_miss_thing_content input[type="date"]:-moz-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}


.donut_miss_thing_content input[type="email"] {
	padding-right: 130px;
}
.donut_miss_thing_content label {
	display: block;
	margin: 0 15px 25px;
}
.donut_miss_thing_content br {
	display: none;
}
.donut_miss_thing_content ::-webkit-input-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.donut_miss_thing_content ::-moz-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.donut_miss_thing_content :-ms-input-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.donut_miss_thing_content :-moz-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.donut_miss_thing_content .wpcf7 form.invalid .wpcf7-response-output, .donut_miss_thing_content .wpcf7 form.unaccepted .wpcf7-response-output, .donut_miss_thing_content .wpcf7 form.payment-required .wpcf7-response-output
{
   color: rgb(178 12 12);
}
.wpcf7-not-valid-tip {
    color: rgb(178 12 12);
    text-align: left;
    margin-top: 8px;
    font-family: 'Universal Sans Display Trial 450';
	font-size: 20px;
	text-align: center;
}
.input_submit_wrap {
    position: relative;
}
.donut_miss_thing_content .wpcf7-submit {
    background: #412514 url(images/link-white-arrow.svg) no-repeat center center;
    background-size: 38px;
    width: 83px;
    height: 83px;
    border-radius: 100%;
    display: block;
    border-radius: 100%;
    position: absolute;
    top:67px;
    right: 85px;
    box-sizing: border-box;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    transform: translate(0,-50%);
}
.donut_miss_thing_content .wpcf7-submit:hover
{
	background-color: #FCBC1D;
}
.donut_miss_thing_content .wpcf7-spinner {
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
.donut_miss_thing_content .wpcf7-spinner::before
{
	background-color: #000;
}
.donut_miss_thing_content label {
	width: 0;
	overflow: hidden;
}
.donut_miss_thing_sec:hover label {
	width: calc(100% - 30px);
}
.donut_miss_thing_sec:hover .donut_miss_thing_content {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);	
}



/* Footer CSS Starts Here
======================================================*/
#footer {
	padding: 61px 0;
}
.foo_container::before, .foo_container::after {
	content: "";
	display: table;
	clear: both;
}
.foo_logo_wrap {
	width: 35%;
	float: left;
	text-align: center;
}
.foo_logo_wrap a {
	display: inline-block;
	transform: scale(0.7) rotate(-13deg);
	-webkit-transform: scale(0.7) rotate(-13deg);
	-ms-transform: scale(0.7) rotate(-13deg);
	-o-transform: scale(0.7) rotate(-13deg);
	-moz-transform: scale(0.7) rotate(-13deg);

}
.foo_logo_wrap:hover a, .foo_logo_wrap:focus  a {
	transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
}
.foo_logo_wrap a img {
	display: block;
}
.foo_links_wrap {
	width: 35%;
	float: left;
}
.foo_links {
	list-style: none;
	margin: 48px 0 0;
	padding: 0;
}
.foo_links::before, .foo_links::after {
	content: "";
	display: table;
	clear: both;
}
.foo_links > li {
	width: 50%;
	float: left;
}
.foo_links > li
{
	margin: 0 0 13px 0;
}
.foo_links > li a {
	font-size: 41px;
	line-height: 1.195121951219512;
	color: #412514;
	display: inline-block;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.foo_links > li a:hover, .foo_links > li a:focus {
	color: #F27D1F;
	text-decoration: none;
}
.social_icons {
	width: 30%;
	float: right;
	list-style: none;
	margin: 48px 0 0;
	padding: 0 90px 0 0;
	text-align: right;
}
.foo_bottom_links {
	list-style: none;
	padding: 0 90px 0 0;
	margin: 0;
	text-align: right;
}
.foo_bottom_links li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 110px;
	display: inline-block;
	color: #F27D1F;
	font-size: 26px;
	line-height: 1.192307692307692;
}
.foo_bottom_links li a {
	color: #F27D1F;
	display: inline-block;
}
.foo_bottom_links li a.button {
	color: #412514;
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.foo_bottom_links li a:hover, .foo_bottom_links li a:focus {
	text-decoration: none;
	color: #412514;
}
.foo_bottom_links li a.button:hover, .foo_bottom_links li a.button:focus {
	background: #412514;
	color: #ffffff;
}
.foo_bottom_links li:first-child {
	margin-left: 0;
}
.privacyPolicy-popup {
	position: relative;
	max-width: 873px;
	width: 100%;
	background: #F27D1F;
	display: block;
	text-align: center;
	border-radius: 51px;
	margin: 30px auto;
	padding: 72px 80px;
	box-shadow: 0 5px 6px rgba(0,0,0,0.25);
}
.privacyPolicy-popup h2 {
	color: #ffffff;
	font-size: 105px;
}
.privacyPolicy-popup p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.192222222222222;
	margin-bottom: 17px;
}
.privacyPolicy-popup .mfp-close {
	background: url(images/close-icon.svg) no-repeat center center;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-size: 100%;
    position: absolute;
    top: 39px;
    right: 44px;
    box-sizing: border-box;
    padding: 0;
    min-width: inherit;
    font-size: 0;
    line-height: 0;
	opacity: 1;
}
.privacyPolicy-popup .mfp-close:hover, .privacyPolicy-popup .mfp-close:focus {
	opacity: 0.7;
}



/* Menu List Sections CSS Starts Here
======================================================*/
.filter_wrap {
	background: #412514;
	padding: 35px 55px;
}
.filter_wrap input[type="search"], .filter_wrap input[type="text"] {
	width: 100%;
	display: block;
	height: 69px;
	border-radius: 35px;
	background: transparent;
	border: solid 1px #FCBC1D;
	color: #FCBC1D;
	padding: 3px 30px 0 88px;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
	box-sizing: border-box;
	font-size: 29px;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
}
.filter_wrap ::-webkit-input-placeholder {
	color: #FCBC1D;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.filter_wrap ::-moz-placeholder {
	color: #FCBC1D;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.filter_wrap :-ms-input-placeholder {
	color: #FCBC1D;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.filter_wrap :-moz-placeholder {
	color: #FCBC1D;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.filter_wrap label {
	position: relative;
}
.filter_wrap label.search_icon {
	width: calc(65% - 40px);
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 0;
}
.filter_wrap label.search_icon span {
	background: url(images/search-icon.svg) no-repeat center center;
	width: 38px;
	height: 40px;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 15px;
	left: 28px;
}
.filter_wrap label.dropdown_icon {
	width: 35%;
	display: inline-block;
	margin-bottom: 0;
}
.filter_wrap label.dropdown_icon select {
	width: 100%;
	display: block;
	height: 69px;
	border-radius: 35px;
	background: transparent;
	border: solid 1px #FCBC1D;
	padding: 5px 30px 0 88px;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
	box-sizing: border-box;
	font-size: 29px;
	color: #FCBC1D;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.filter_wrap label.dropdown_icon span {
	background: url(images/filter-icon.svg) no-repeat center center;
	width: 44px;
	height: 30px;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 23px;
	left: 28px;
}
.menu_list_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 85px 65px;
}
.menu_list {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	text-align: center;
	padding: 0 15px 75px;
	position: relative;
	font-size: 17px;
	margin-bottom: 60px;
}
.menu_list p {
    width: 308px;
    margin: 0 auto 20px;
	max-width: 100%;
}
.menu_list .button {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	margin: 0 auto;
	max-width: 300px;
	font-size: 20px;
	border-width: 2px;
	padding: 14px 41px 8px 41px;
}
.menu_list .button .link_arrow, .menu_list .button .link_arrow span {
	width: 20px;
	height: 16px;

}
.menu_list h3 {
    color: #412514;
    font-size: 50px;
    font-family: 'Borough Grotesk';
}
.menu_list figure {
/*	display: block;*/
	position: relative;
	min-height: 260px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	
}
.menu_list figure::before {
    content: "";
    background: #FCBC1D;
    width: 239px;
    height: 239px;
    border-radius: 36px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) scale(0.8);
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    z-index: -1;
    opacity: 0;
    left: 0;
}
.menu_list figure img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
    max-width: 100%;
    max-height: 200px;
}
.menu_list:hover figure::before, .menu_list:focus figure::before {
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	opacity: 1;
}
.menu_list:hover h3, .menu_list:hover p, .menu_list:focus h3, .menu_list:focus p {
	color: #F27D1F;
}
.menu_list:hover .button, .menu_list:focus .button {
	border-color: #F27D1F;
	color: #F27D1F;
}
.menu_list:hover .button .link_arrow, .menu_list:focus .button .link_arrow {
	background-image: url(images/link-white-arrow.svg);
}
.menu_list:hover .button .link_arrow span, .menu_list:focus .button .link_arrow span {
	opacity: 1;
}
.menu_list .button:hover .link_arrow span, .menu_list .button:focus .link_arrow span {
	opacity: 0;
}
.menu_list .button:hover, .menu_list .button:focus {
	background: #F27D1F;
	color: #ffffff;
}
#esf-insta-feed .esf_insta_load_more_btns_wrap {
	display: none !important;
}
html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row>div .esf-insta-grid-wrapper {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row>div {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
html body .esf_insta_feed_wraper .esf-insta-grid-skin .esf-insta-row.e-outer {
	margin: 0 !important;
}



/* Meet Our Franchise Section CSS Starts Here
======================================================*/
.meet_our_franchise_sec {
	background: #FCBC1D;
	padding: 101px 0;
}
.meet_our_franchise_sec h2 {
	color: #412514;
	margin-bottom: 5px;
}
.meet_our_franchise_content {
	text-align: center;
	margin: 0 auto;
	max-width: 478px;
	display: block;
	padding: 0 15px;
}
.meet_our_franchise_content figure {
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}
.meet_our_franchise_content figure .new_lable {
	display: block;
	background: url(images/banner-pattern-bg.svg) no-repeat center center;
	width: 148px;
	height: 148px;
	background-size: 100%;
	text-align: center;
	line-height: 148px;
	color: #ffffff;
	font-family: 'Borough Grotesk', sans-serif;
	font-size: 39px;
	position: absolute;
    top: -50px;
    left: -50px;
}
.meet_our_franchise_content figure img {
	display: inline-block;
}
.meet_our_franchise_content p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.19875;
	letter-spacing: 0;
	color: #412514;
}
.meet_our_franchise_slider > .slick-arrow {
	display: none !important;
}
.meet_our_franchise_content > .button {
	margin-top: 20px;
	font-size: 23px;
	line-height: 1.173913043478261;
	padding: 15px 65px 8px 31px;
}
.meet_our_franchise_content > .button .link_arrow {
	width: 22px;
    height: 17px;
	right: 28px;
}
.meet_our_franchise_content > .button .link_arrow span {
	width: 22px;
    height: 17px;
}
.slide_custom_arrow .slider_arrow {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 27px;
	height: 40px;
	background: url(images/slider-arrow.svg) no-repeat center center !important;
	background-size: 100% !important;
	display: block;
	z-index: 9;
	min-width: inherit;
	padding: 0;
	box-sizing: border-box;
	border: none;
	margin: 0;
}
.slide_custom_arrow .slider_arrow span {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 40px;
	background: url(images/slider-arrow-hover.svg) no-repeat center center !important;
	background-size: 100% !important;
	opacity: 0;
}
.slide_custom_arrow .slider_arrow:hover span, .slide_custom_arrow .slider_arrow:focus span {
	opacity: 1;
}
.slide_custom_arrow .slider_arrow.next-btn {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	left: auto;
	right: 25px;
}
.meet_our_franchise_slider_wrap {
	position: relative;
	padding: 0 50px;
}
.meet_our_franchise_white_sec {
	background: #ffffff;
}

.meet_our_franchise_white_sec h2 {
	margin-bottom: 66px;
}




/* What Sets Us Apart Section CSS Starts Here
======================================================*/
.what_sets_us_apart_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: #F27D1F;
}
.what_sets_us_apart_inner > * {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	order: 1;
}
.what_sets_us_apart_inner figure {
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center center;
	order: 2;
	margin: 0;
	padding: 0;
	position: relative;
}
.what_sets_us_apart_content {
	padding: 110px 64px 125px;
}
.what_sets_us_apart_content h2 {
	color: #ffffff;
	text-align: left;
	margin-bottom: 54px;
}
.what_sets_us_apart_content ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.what_sets_us_apart_content ol li {
	list-style: none;
	padding: 0;
	margin: 0 0 38px;
	color: #ffffff;
	font-size: 73px;
	line-height: 1;
	font-family: 'Borough Grotesk', sans-serif;
}
.what_sets_us_apart_content ol li:last-child {
	margin-bottom: 0;
}
.what_sets_us_apart_sec,
.care_to_join_us_sec { position: relative; }
.care_to_join_us_sec .what_sets_us_apart_inner {
	background: #ffffff;
}
.care_to_join_us_sec .what_sets_us_apart_content h2 {
	color: #F27D1F;
}
.care_to_join_us_sec .what_sets_us_apart_content {
	color: #412514;
}
.care_to_join_us_sec .what_sets_us_apart_content ol li {
	color: #412514;
}
.join_us_img_wrap {
	position: absolute;
    bottom: 0;
    left: -200px;
    right: 20px;
}
.care_to_join_us_sec .what_sets_us_apart_inner figure {
	min-height: 980px;
}
.care_to_join_us_sec .what_sets_us_apart_inner h2 {
	font-size: 171px;
	line-height: 0.7;
	margin-bottom: 16px;
}
.care_to_join_us_sec .what_sets_us_apart_content {
	padding: 143px 210px 125px 70px;
}
.care_to_join_us_sec .what_sets_us_apart_content p {
	font-size: 29px;
	line-height: 1.068965517241379;
	margin-bottom: 40px;
}
.what_sets_us_apart_sec.care_to_join_us_sec .join_us_img_wrap img { max-width: 820px; }
.care_to_join_us_sec .join_us_img_wrap img {
	position: relative;
	z-index: 1;
}
.care_to_join_us_sec .join_us_img_wrap .img_bg_pattern_oerlay {
	background: url(images/banner-pattern-bg.svg) no-repeat center center;
	width: 878px;
	height: 878px;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5);
	-o-transform: translate(-50%, -50%) scale(0.5);
	-moz-transform: translate(-50%, -50%) scale(0.5);
	z-index: 0;
	opacity: 0;
}
.care_to_join_us_sec .what_sets_us_apart_inner figure:hover span, .care_to_join_us_sec .what_sets_us_apart_inner figure:focus span {
	transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-webkit-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-ms-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-o-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	-moz-transform: translate(-50%, -50%) scale(1) rotate(10deg);
	opacity: 1;
}





/* FAQ Sections CSS Starts Here
======================================================*/
.faq_sec {
	background: #FCBC1D;
	padding: 86px 30px 119px;
}
.faq_sec h2 {
	color: #412514;
}
.faq_inner_wrap {
    max-width: 1340px;
    margin: 0 auto;
}
.accordion h3 {
	display: block;
	color: #ffffff;
	font-size: 65px;
	line-height: 0.9930415957940312;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	border-bottom: 3px solid #ffffff;
	padding: 15px 60px 15px 0;
}
h3.active .acc_arrow {
    transform: rotate(180deg) translate(0,0);
	margin-top: -12px;
}
.acc_arrow {
	background: url(images/white_down_arrow.svg) no-repeat center center;
	width: 34px;
	height: 23px;
	background-size: 100%;
	position: absolute;
	right: 0px;
	top: 50%;
    transform: translate(0,-50%);
}
.accordionContainer {
	display: none;
}
.accordionSubContainer {
    padding: 25px 0;
    color: #ffffff;
	font-size: 28px;
}



/* Ready Brroklynite Section CSS Starts Here
======================================================*/
.ready_brroklynite_sec {
	padding: 50px 30px;
}
.ready_brroklynite_sec h2 {
	margin-bottom: 15px;
}
.ready_brroklynite_sec h4 {
	text-align: center;
	max-width: 1550px;
	color: #FCBC1D;
	margin: 0 auto 50px;
}
.ready_brroklynite_sec .wpcf7 {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
}
.ready_brroklynite_sec input[type="text"], .ready_brroklynite_sec input[type="email"], .ready_brroklynite_sec input[type="url"], .ready_brroklynite_sec input[type="password"], .ready_brroklynite_sec input[type="search"], .ready_brroklynite_sec input[type="number"], .ready_brroklynite_sec input[type="tel"], .ready_brroklynite_sec input[type="range"], .ready_brroklynite_sec input[type="date"], .ready_brroklynite_sec input[type="month"], .ready_brroklynite_sec input[type="week"], .ready_brroklynite_sec input[type="time"], .ready_brroklynite_sec input[type="datetime"], .ready_brroklynite_sec input[type="datetime-local"], .ready_brroklynite_sec input[type="color"], .ready_brroklynite_sec textarea, .ready_brroklynite_sec select {
	border: solid 2px #3C2525;
	display: block;
	width: 100%;
	border-radius: 58px;
	height: 94px;
	padding: 0 62px;
	padding-top: 4px;
	font-family: 'Universal Sans Display Trial 450';
	color: #E56180;
	font-size: 42px;
	line-height: 1.142857142857143;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
}
.ready_brroklynite_sec  .wpcf7-not-valid-tip {
    font-size: 24px;
    margin-top: 5px;
}
.ready_brroklynite_sec ::-webkit-input-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450';
}
.ready_brroklynite_sec ::-moz-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450';
}
.ready_brroklynite_sec :-ms-input-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450';
}
.ready_brroklynite_sec :-moz-placeholder {
	color: #E56180;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450';
}
.ready_brroklynite_sec .wpcf7-form-control-wrap {
	display: block;
	width: 47%;
	float: left;
	margin-bottom: 50px;
}
.ready_brroklynite_sec .wpcf7-form-control-wrap textarea {
	padding: 23px 62px 10px;
	resize: none;
}
.ready_brroklynite_sec .wpcf7-form-control-wrap:nth-child(2n+2) {
	float: right;
}
.ready_brroklynite_sec .wpcf7-form-control-wrap[data-name="message"] {
	width: calc(100% - 365px);
}
.ready_brroklynite_sec button.button {
	float: right;
	height: 94px;
	border-radius: 58px;
	width: 300px;
}
.ready_brroklynite_sec form p::before, .ready_brroklynite_sec form p::after {
	content: "";
	display: table;
	clear: both;
}
.ready_brroklynite_sec form select {
	background: url(images/select-arrow.svg) no-repeat 94% center;
	background-size: 32px;
	cursor: pointer;
}
.orange_bg_form_sec {
	background: #F27D1F;
	padding: 96px 65px;
}
.orange_bg_form_sec .ready_brroklynite_inner {
	background: #ffffff;
	border-radius: 87px;
	padding: 100px 30px 30px;
}



/* Transition CSS Starts Here
======================================================*/
.location_link img, .order_btn, .menu_icon_francising_link a, .button, .video_sec video, .video_play_icon, .testy_logos_overlay_sec figure img, .two_images_col figure img, .hand-made_with_love_sec::before, .link_arrow span, .social_icons li a img, .nyc_style_content, .nyc_style_content figure::before, .nyc_style_content h3, .nyc_style_content p, .donut_miss_thing_sec::before, .donut_miss_thing_content, .foo_links > li a, .foo_bottom_links li a, .foo_logo_wrap a, .inner_banner_img img, .click_to_scroll_sec, .menu_list figure::before, .menu_list h3, .menu_list p, .left_donut_img, .top_donut_img, .bottom_donut_img, .right_donut_img, .inner_banner_oerlay_img_inner, .privacyPolicy-popup .mfp-close, .cart_icon img, .cart_icon span, .main_menu_links > ul > li a, .slide_custom_arrow .slider_arrow span {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}
.left_hand_with_donut img, .hand-made_with_love_content, .right_hand_with_donut, .left_hand_with_donut, .donut_miss_thing_content label {
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
}
.inner_banner_orange_bg .inner_banner_img img, .inner_banner_img_bg_pattaern_sec .inner_banner_img span, .care_to_join_us_sec .join_us_img_wrap .img_bg_pattern_oerlay {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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


#donutsLoadmore {
    text-align: center;
    padding-bottom: 100px;
}

#donutsLoadmore .button {
    padding: 18px 44px 13px;
    cursor: pointer;
}
#communityPopup.privacyPolicy-popup p,.wholesale-popup.privacyPolicy-popup p 
{
	font-size: 12px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {

    padding: 0 15px;
}
.col-3
{
	width: 33.33%;
}
.col-12
{
	width: 100%;
}
.col-9 {
    width: 66.66%;
}
.contact-form select,
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="url"],.contact-form input[type="password"],.contact-form input[type="search"],.contact-form input[type="number"],.contact-form input[type="tel"],.contact-form input[type="range"],.contact-form input[type="date"],.contact-form input[type="month"],.contact-form input[type="week"],.contact-form input[type="time"],.contact-form input[type="datetime"],.contact-form input[type="datetime-local"],.contact-form input[type="color"],.contact-form textarea
{
	width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
    font-family: 'Universal Sans Display Trial 450';
    padding: 6px 0;
    -webkit-appearance: none;
}
.contact-form select{
	padding-right: 30px !important;
	background-image: url(images/white_down_arrow.svg);
	background-position: right center;
	background-size: 10px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}
.contact-form select option { background: #F27D1F; }
.contact-form  ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.contact-form  ::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.contact-form :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.contact-form :-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-family: 'Universal Sans Display Trial 450', sans-serif;
}
.contact-form {
    text-align: left;
}
.file-upload-wrap {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    margin: 0 0 20px;
	align-items: flex-end;
	position: relative;
}

.text-right {
    text-align: right;
}
.file-upload-wrap  .col-3{
	padding-left: 0px;
}
.jobs-of-intrest {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.jobs-of-intrest p {
  margin-bottom: 0px !important;
}
.jobs-of-intrest label {
    font-size: 18px;
    font-family: 'Universal Sans Display Trial 450', sans-serif;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 6px;
}
.file-upload-wrap  label {
	font-size: 18px;
    font-family: 'Universal Sans Display Trial 450', sans-serif;
	margin-bottom: 9px;
}
.checkbox_wrap .wpcf7-list-item {
    position: relative;
    margin: 0;
    width: 33.33%;
    padding-left: 37px;
	vertical-align: top;
}
.checkbox_wrap  .wpcf7-list-item-label {
    font-size: 18px;
    display: inline-block;
    font-family: 'Universal Sans Display Trial 450';
    margin-bottom: 2px;
    margin-top: 13px;
}
.checkbox_wrap {
    padding-bottom: 18px;
}
.checkbox_wrap  input[type="checkbox"]{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
	cursor: pointer;
	z-index: 1;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    font-size: 18px;
	color: rgb(178 12 12);
	border-color: rgb(178 12 12);
}
.checkbox_wrap .wpcf7-list-item span:before {
    content: " ";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
}
.jobs-of-intrest .col-9 {
	display: none;
}
.jobs-of-intrest .col-3 {
	width: 100%;
}
.jobs-of-intrest label {
	display: none;
}
.wholesale-popup .description_text {
	display: none;
}
.checkbox_wrap  .wpcf7-list-item input[type="checkbox"]:checked + span:after 
{
	opacity: 1;
}
.contact-form .wpcf7-spinner {
    position: absolute;
    bottom: 26px;
    right: 104px;
}
.checkbox_wrap .wpcf7-list-item span:after {
    height: 14px;
    width: 14px;
    position: absolute;
    left: 3px;
    top: 16px;
    background-color: #fff;
    content: " ";
    opacity: 0;
}

.contact-form input[type="submit"] {
    font-size: 14px;
    color: #F27D1F;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Universal Sans Display Trial 450';
    padding: 5px 28px 4px;
    font-weight: 600;
	border-color: #fff;
}
.contact-form input[type="submit"]:hover,.contact-form input[type="submit"]:focus
{
	background-color: #FFB71B;
	color: #fff;
	border-color: #FFB71B;
}
.privacyPolicy-popup#communityPopup {
    max-width: 975px;
    padding: 57px 106px;
}
#communityPopup.privacyPolicy-popup p
{
	margin-bottom: 25px;
}
.contact-form input[type="file"]::file-selector-button {
    font-family: 'Universal Sans Display Trial 450';
	font-size: 14px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: 'Universal Sans Display Trial 450';
    padding: 5px 12px 4px;
    font-weight: 600;
	cursor: pointer;
  }
  .contact-form  input[type="file"] {
    font-size: 12px;
    color: #fff;
}
  .contact-form input[type="file"]::file-selector-button:hover {
     background-color: #fff;
	 color: #F27D1F;
  }
  .privacyPolicy-popup .wpcf7-not-valid-tip
  {
	margin-top: 7px;
  }
  .privacyPolicy-popup .wpcf7-not-valid-tip {
    font-size: 20px;
}
  .privacyPolicy-popup  .checkbox_wrap.jobs-of-intrest .row {
    align-items: flex-end;
}
.wholesale-popup .checkbox_wrap .wpcf7-list-item {

    width: 50%;
    padding-right: 10px;
}
a.apply_btn {
    color: #412514;
    font-family: 'Universal Sans Display Trial 450';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 25.5px;
    background: #FFB71B;
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 35px;
	margin-top: -10px;
}
a.apply_btn:hover
{
	background-color: #fff;
}
.menu_icon_francising_link .cart_icon {
    margin-left: 28px;
	margin-top: -10px;
}




/*page loader*/

.overlay.loading--wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000;
  }
  .overlay .overlayDoor:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #412514;
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
	transition-delay: 0.8s;
  }
  .overlay .overlayDoor:before {
	left: 0;
  }
  .overlay.loaded .overlayDoor:before {
	left: -100%;
  }

  .overlay.loaded .overlayContent {
	opacity: 0;
	margin-top: -15px;
  }
  .overlay .overlayContent {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .overlay .overlayContent .skip {
	display: block;
	width: 130px;
	text-align: center;
	margin: 50px auto 0;
	cursor: pointer;
	color: #fff;
	font-family: "Nunito";
	font-weight: 700;
	padding: 12px 0;
	border: 2px solid #fff;
	border-radius: 3px;
	transition: 0.2s ease;
  }
  .overlay .overlayContent .skip:hover {
	background: #ddd;
	color: #444;
	border-color: #ddd;
  }
  
  .loader {
	width: 128px;
	height: 128px;
	border: 3px solid #fff;
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	position: relative;
	-webkit-animation: spin 1s linear infinite;
			animation: spin 1s linear infinite;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .loader .inner {
	width: 64px;
	height: 64px;
	border: 3px solid transparent;
	border-top: 3px solid #F27D1F;
	border-radius: 50%;
	-webkit-animation: spinInner 1s linear infinite;
			animation: spinInner 1s linear infinite;
  }
  
  @-webkit-keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  @-webkit-keyframes spinInner {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(-720deg);
	}
  }
  @keyframes spinInner {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(-720deg);
	}
  }


/*404 page design*/
.error-404 {
    background-color: #412514;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 0
}

.error-box {
    width: 500px;
    background-color: #fff;
    padding: 40px;
    margin: 0 auto;
    max-width: 95%
}

.text-center {
    text-align: center
}

.error-box figure {
    margin: 0
}

.error-box h1 {
    font-size: 435%;
    margin: 15px 0;
    font-weight: 700;
    color: #F27D1F;
}
.error-box .logo {
    width: 200px;
    display: inline-block;
}
.error-box  .button, .error-box  button {
    font-size: 22px;
    line-height: 1.189907944084555;
    padding: 14px 30px 10px;
}
.error-box h3 {
    padding: 10px;
    border-top: 1px solid #F27D1F;
    border-bottom: 1px solid #F27D1F;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px
}

.error-box p {
    font-size: 18px;
    color: #000;
    line-height: 30px
}

.error404 header#header,.error404 footer,.error404 .copyright_sec {
    display: none
}

.error404 div#main {
    margin-top: 0
}

.error404 .section-contactinfo {
    display: none
}


/*defualt page style*/
.section.main-section {
    padding: 150px 0 70px;
}
.container {
    max-width: 1450px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
article h2, article .h2 {

	margin-bottom: 10px;

}

article .entry-header h2 a {

	transition: all 0.3s linear;

	-webkit-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	display: inline-block;

}

article .entry-header {

	margin-bottom: 20px;

}

article .entry-header h2 a:hover, article .entry-header h2 a:focus {

	color: #2e2d2c;

	opacity: 0.5;

	text-decoration: none;

}

article .entry-footer {

	display: none;

}

article {

    border-bottom: solid 1px #000;

    padding-bottom: 30px;

    margin-bottom: 40px !important;

}
h2.comments-title,article h2.entry-title {
    font-size: 34px;
    letter-spacing: inherit;
    text-align: left;
}
ol.comment-list {
    padding-left: 15px;
    margin-left: 0;
}
h1.entry-title {
    margin-bottom: 20px;
}
h3#reply-title {
    font-size: 30px;
    letter-spacing: normal;
}


div#bdloader {
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    bottom: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

div#bdloader:after{
	content: " ";
    width: 48px;
    height: 48px;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
	.accordion
	{
		position: relative;
		overflow: hidden;
	}
	.accordion:before {
	   width: 100%;
	   right: 0;
		top: 0;
		bottom: 0;
		background-color: #F27D1F;
		position: absolute;
		content: " ";
		z-index: 1;
		transition: 1s cubic-bezier(0.77, 0, 0.18, 1);
		height: 100%;
		transition-delay: 0.8s;
	}
.accordion.floatText {
	opacity: 1;
}
.accordion.floatText:before {
	right: -100%;
}


.stick_bottom_btn {
	position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
	display: none;
}
.stick_bottom_btn.button {
	background: #F27D1F;
}
.stick_bottom_btn.button:hover, .stick_bottom_btn.button:focus {
	background: #412514;
}



/* New Locations Section CSS Starts Here
==============================================================*/
.new_locations_inner_wrap {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; 
}
.new_locations_inner_wrap::before, .new_locations_inner_wrap::after {
	display: table;
	clear: both;
	content: "";
}
.new_locations_inner_content {width: 50%; float: left; height: 838px; overflow: auto; padding: 45px 70px; }
.new_locations_inner_wrap figure {width: 50%; float: right; height: 838px; margin: 0; }
.acf-map { width: 50%; }
.new_locations_inner_content_list { border-bottom: 1px solid rgba(65, 37, 20, 1); padding-bottom: 30px; margin-bottom: 30px; }
.new_locations_inner_content_list:last-child { border-bottom: none; padding-bottom:0; margin-bottom:0; }
.new_locations_inner_content_list h2 { font-size: 101px; text-align: left; cursor: pointer; }
.new_locations_inner_content_list li,
.new_locations_inner_content_list p { font-size: 25px; letter-spacing: -1.1px; color: #412514; }
.new_locations_inner_content_list p a { color: #412514; }
.new_locations_inner_content_list li { padding-bottom: 5px; }

/* Image Banner Content Section CSS Starts Here
==============================================================*/
.img_content_btn_sec {
	padding: 180px 0 120px;
}
.img_content_btn_sec .container {
	position: relative;
}
.img_content_btn_wrap { position: relative; z-index: 10; }
.img_content_btn_sec .container:after {
	content: '';
	position: absolute;
	bottom: -174px;
	right: 0;
	background-image: url(images/eye-shape.svg);
	background-repeat: no-repeat;
	height: 350px;
	width: 350px;
	background-position: bottom right;
	background-size: 337px;
}
.img_content_btn_wrap {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; 
	align-items: center;
}
.img_content_btn_wrap figure {
	width: 46%;
    display: inline-block;
    vertical-align: middle;
}
.img_content_btn_wrap figure img {
	display: block;
	width: 100%;
}
.img_content_btn_inner {
	width: 54%;
	padding-left: 95px;
    display: inline-block;
    vertical-align: middle;
}
.img_content_btn_inner h2 {
	text-align: left;
	font-size: 65px;
	color: #412514;
	letter-spacing: -4px;
}
.img_content_btn_inner p {
	font-size: 24px;
	line-height: 1.1;
	color: #412514;
	width: 100%;
	max-width: 530px;
}
.img_content_btn_inner .button {
	padding-left: 47px;
    letter-spacing: -1px;
    padding-right: 141px;
    min-width: inherit;
    margin-top: 30px;
}

.banner_sec.franchise_banner_sec .container {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; 
	align-items: center;
	justify-content: flex-end;
	min-height: calc(100vh - 63px);
	padding-top: 170px;
	padding-bottom: 170px;
}
.banner_sec.franchise_banner_sec {
	height: auto;
	min-height: calc(100vh - 63px);
	position: relative;
}
.franchise_banner_sec .franchise_banner_content {
	background: #F27D1F;
	padding: 46px 53px;
	max-width: 744px;
	width: 100%;
	border-radius: 51px;
}
.franchise_banner_sec .franchise_banner_content h1 {
	color: #ffffff;
	font-size: 128px;
	letter-spacing: -6px;
	line-height: 0.7;
	margin-bottom: 43px;
}
.franchise_banner_sec .button { border-color: #ffffff;
    color: #ffffff;
    padding-left: 65px;
    letter-spacing: -1.3px;
    padding-right: 100px; }
.franchise_banner_sec .button:hover { border-color: #412514; }
.franchise_banner_sec .button .link_arrow {
	background-image: url(images/link-white-arrow.svg);
}
.franchise_banner_sec .button .link_arrow span { display: none; }


.bd_differents_sec {
	background: #FCBC1D;
	padding: 100px 0;
}
.bd_differents_sec h2 {
	color: #412514;
	font-size: 128px;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.bd_different_list_wrap {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; 
	margin: 0 -53px;
}
.bd_different_list {
	width: 33.33%;
	padding: 30px 53px;
	text-align: center;
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; 
	align-items: baseline;
    align-content: space-between;
}
.bd_different_list h3 {
	color: #412514;
	font-size: 65px;
	letter-spacing: -4px;
	margin: 0;
}
.bd_different_list p {
	color: #412514;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -1px;
	padding: 30px 0;
}
.bd_different_list figure { border-radius: 48px; overflow: hidden; }

.img_content_btn_sec.video_content_sec .container:after { display: none; }
.img_content_btn_sec.video_content_sec { padding: 120px 0;
	background: #F27D1F;
}
.img_content_btn_sec.video_content_sec h2 { font-size: 115px; margin-bottom:95px; }
.img_content_btn_sec.video_content_sec .img_content_btn_wrap figure { width: 52% }
.img_content_btn_sec.video_content_sec .img_content_btn_inner { width: 48%; padding-left: 115px; }
.img_content_btn_sec.video_content_sec .img_content_btn_inner p {
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: -2px;
}
.img_content_btn_sec.video_content_sec * { color: #fff; }
.videoplay_icon {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 200px;
	width: 200px;
	background-position: center;
	background-size: 180px;
	background-image: url(images/play-icon.svg);
	background-repeat: no-repeat;
}
.img_content_btn_wrap figure { position: relative; border-radius: 50px; overflow: hidden; }
.img_content_btn_sec.video_content_sec h2 { font-size: 115px; }

.the_process_content {
	background: #F27D1F;
	box-shadow: 0px 2px 4px 0px #0000000D;
	max-width: 268px;
	min-height: 233px;
	border-radius: 82px;
	padding: 46px 40px;
	text-align: center;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.the_process_content h5 {
	color: #412514;
	font-size: 40px;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 12px;
}
.the_process_content p {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.25px;
	color: #fff;
}
span.number{
	width: 66px;
	height: 66px;
	border: 4px solid #fff;
	background: #FFB71B;
	font-size: 48px;
	line-height: 58px;
	color: #fff;
	font-family: 'Borough Grotesk';
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.the_process_sec { margin-top: 80px; margin-bottom: 80px; }
.the_process_sec h2 { font-size: 140px; line-height: 1; color: #412514; margin-bottom: 95px; }
.the_process_sec .slick-track { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; padding-bottom: 100px; }
.the_process_sec .slick-slide { height: inherit; position: relative; padding: 0 10px; }
.the_process_sec .slick-slide:after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: calc(50% - 10px);
	width: 100%;
	height: 4px;
	background: #412514;
}
.the_process_sec .slick-slide:before {
	content: '';
	position: absolute;
	bottom: -58px;
	height: 22px;
	width: 22px;
	left: calc(50% - 10px);
	background: #412514;
	border-radius: 50%;
}

.the_process_slider .slick-next:focus,
.the_process_slider .slick-prev:focus{ background-color: transparent; }
.the_process_slider .slick-next:hover,
.the_process_slider .slick-prev:hover{ background-color: #F27D1F }
.the_process_slider .slick-prev {content: ''; border: none; font-size: 0; height: 50px; width: 50px; background-image: url(images/process-slider-arrow.svg); background-position: center; background-repeat: no-repeat; background-size: 12px; position: absolute; top: 0; bottom: 70px; left: 0; margin: auto; min-width: inherit; padding: 0; z-index: 1000; }
.the_process_slider .slick-next {content: ''; border: none; font-size: 0; height: 50px; width: 50px; background-image: url(images/process-slider-arrow.svg); background-position: center; background-repeat: no-repeat; background-size: 12px; position: absolute; top: 0; bottom: 70px; left: auto;right: 15px; margin: auto; min-width: inherit; padding: 0; z-index: 1000;background-color: #ffffff;transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);-moz-transform: rotate(180deg);}
.the_process_slider.slick-slider { padding-left: 100px;padding-right: 30px; }



.faq_sec {
	background: none;
}
.faq_inner_wrap {
	background: #F27D1F;
	border-radius: 51.04px;
	padding: 50px 62px;
}
.faq_inner_wrap h2 {
	font-size: 105px;
	color: #FFB71B;
	max-width: 660px;
	margin: 0 auto;
	letter-spacing: -4.5px;
}
.faq_wrap:last-child { margin-bottom: 0; }
.accordion .faq_wrap h3 { border: none; padding: 25px 80px 13px 66px; letter-spacing: -1.9px; line-height: 1; font-size: 39px; font-weight: 400; text-transform: inherit; font-family: 'Universal Sans Display Trial 450'; }
.faq_wrap { border: 2px solid #ffffff; margin-bottom: 24px; border-radius: 40px; }
.accordion .faq_wrap h3 .acc_arrow { background-image: url(images/faq-down-arrow.svg); background-size: 20px; height: 30px; width: 30px; right: 45px; }

.faq_sec .accordion { padding-top: 72px; }

.faq_sec .accordionSubContainer { padding: 10px 66px 30px; }

button.gm-ui-hover-effect { min-width: 30px; }


.grecaptcha-badge { display: none !important; }

div.wpcf7 form.sent .wpcf7-response-output { background: #46b450; color: #ffffff; text-align:center; padding:10px 10px 8px; }


.contact-form input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.contact-form input[type="number"]::-webkit-inner-spin-button,
.contact-form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-form input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}


.datepicker-hovered .donut_miss_thing_content {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);	
}

.datepicker-hovered .donut_miss_thing_sec label {
	width: calc(100% - 30px);
}


.datepicker-hovered .donut_miss_thing_sec::before {
	left: 230px;
	right: 230px;
	top: 130px;
	bottom: 130px;
	border-radius: 87px;
}

.ui-datepicker .ui-datepicker-next ,
.ui-datepicker .ui-datepicker-prev { border: none !important; }
.ui-datepicker .ui-datepicker-next span {
	border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 10px;
    width: 10px;
    transform: rotate(224deg);
    top: 20px !important;
    right: 20px !important;
}
.ui-datepicker .ui-datepicker-prev span {
	border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    top: 20px !important;
    left: 20px !important;
}

.ui-datepicker .ui-datepicker-prev-hover { left: 2px !important; margin: 0; top: 2px !important; }
.ui-datepicker .ui-datepicker-next-hover { top: 2px !important; right: 2px !important; }

#c_date {
	background-image: url(images/datepicker.png);
	background-position: center right 40px;
	background-repeat: no-repeat;
	background-size: 40px;
}

.privacy_policy_content .wpcf7-not-valid-tip { text-align: left; }
.available-locations-section { margin-top: 135px; margin-bottom: 150px; }
.available-locations-section .container { max-width: 1670px; }
.location-img { background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 50px; padding-bottom: 97%; margin-bottom: 15px; }
.location-wrapper { padding: 70px 35px 110px; }
.available-locations-section h2 { margin-bottom: 0; color: #412514; }
.location-content { text-align: center; padding: 0 30px; }
.location-content h3 { font-size: 51px; line-height: 0.9; color: #412514; letter-spacing: -3px; margin-bottom: 16px; }
.location-content p { font-size: 21px; line-height: 1; color: #412514; letter-spacing: 0.25px; padding: 0 15px; margin-bottom: 15px; }
.location-content ul { text-align: left; padding: 0 30px; margin: 0 auto; }
.location-content ul li { font-size: 21px; line-height: 1; color: #412514; letter-spacing: 0.25px; margin-bottom: 13px; list-style: none; }
.location-content ul li strong { color: #F27D1F; }
.location-content .button { padding: 14px 70px 13px 30px; font-size: 23px; max-width: 248px; font-family: 'Universal Sans Display Trial 450'; position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; width: 100%; z-index: 10; }
.location-wrapper { position: relative; height: inherit; }
.location-content .link_arrow span { background-size: 24px; }
.location-content .link_arrow { right: 30px; background-size: 24px; }
.new-location { position: absolute; top: 16px; left: -10px; width: 148px; }
.available-locations-section .LocationSlider { position: relative; }
.LocationSlider .slick-arrow { font-size: 0; position: absolute; top: 276px; height: 50px; width: 50px; border: none; background-image: url(images/location-slider-arrow.svg); background-position: center; background-repeat: no-repeat; background-size: 30px; padding: 0; min-width: inherit; z-index: 10; background-color: transparent; }
.LocationSlider .slick-arrow:hover { opacity: 0.8; }
.LocationSlider .slick-next.slick-arrow { right: -34px; -webkit-transform: rotate(180deg); transform: rotate(180deg); transform-origin: center;  }
.LocationSlider .slick-prev.slick-arrow { left: -34px; }
.LocationSlider .slick-track { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap;  }
.donut_privacy_policy_sec {padding: 220px 0 70px;}
.donut_privacy_policy_sec h3, .donut_privacy_policy_sec .h3 {font-size: 32px;letter-spacing: -0.7px;}
.donut_privacy_policy_content h1 {margin: 0 0 30px 0;}